@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
/*!
 * TravisMathews
 * Copyright 2019 TravisMathews.
 */
/* ============
  GENERAL RULES
  ============= */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ffffff;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0068b3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003c66;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0068b3;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #004a80;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0068b3;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004a80;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 640px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 640px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 639px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e5e5;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ffffff;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ffffff;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #0068b3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 104, 179, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 104, 179, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 640px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 640px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 640px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn,
.cookie-policy-popup .accept-yellow-btn,
.cookie-policy-popup .reject-grey-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #929292;
  border-color: #929292;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #797979;
  border-color: #525252;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #797979;
  border-color: #737373;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #797979;
  border-color: #737373;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #676767;
  border-color: #525252;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #929292;
  border-color: #929292;
}
.btn-default .badge {
  color: #929292;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #0068b3;
  border-color: #0068b3;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #004a80;
  border-color: #001e33;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #004a80;
  border-color: #004476;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #004a80;
  border-color: #004476;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #00365c;
  border-color: #001e33;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0068b3;
  border-color: #0068b3;
}
.btn-primary .badge {
  color: #0068b3;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #0068b3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #003c66;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0068b3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 640px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0068b3;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #9f9fa3;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 640px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 640px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0068b3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 640px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 640px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 640px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 640px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 640px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 640px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 640px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 640px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 640px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 640px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 639px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 640px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 639px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 640px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 639px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 639px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #d9d9d9;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0068b3;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #a6a6a6;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #a6a6a6;
  background-color: #0068b3;
  border-color: #0068b3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #a6a6a6;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #a6a6a6;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #929292;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #0068b3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #004a80;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0068b3;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0068b3;
}
.thumbnail .caption {
  padding: 9px;
  color: #ffffff;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #0068b3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0068b3;
  border-color: #0068b3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #80caff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e5e5e5;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #0068b3;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #0068b3;
  border-color: #0068b3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0068b3;
}
.panel-primary > .panel-heading .badge {
  color: #0068b3;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0068b3;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  transition: top 0.4s, opacity 0.3s;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
  line-height: 0;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  margin-top: 28px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 640px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .remove-account .modal-dialog {
    width: 600px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 640px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 639px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 639px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 639px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 639px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 639px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Fonts */
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot');
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Gotham-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Gotham-Bold.svg#svgFontName') format('svg');
  font-weight: bold;
  font-style: normal;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Bulmer';
  src: url("https://travis-skin-prod.azureedge.net/frontend/travismathew/ff16/lifeontour/src/fonts/BulmerMTStd-Regular.eot");
  src: url("https://travis-skin-prod.azureedge.net/frontend/travismathew/ff16/lifeontour/src/fonts/BulmerMTStd-Regular.eot?#iefix") format("embedded-opentype"), url("https://travis-skin-prod.azureedge.net/frontend/travismathew/ff16/lifeontour/src/fonts/BulmerMTStd-Regular.woff") format("woff"), url("https://travis-skin-prod.azureedge.net/frontend/travismathew/ff16/lifeontour/src/fonts/BulmerMTStd-Regular.ttf") format("truetype"), url("https://travis-skin-prod.azureedge.net/frontend/travismathew/ff16/lifeontour/src/fonts/BulmerMTStd-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bulmer';
  src: url("https://travis-skin-prod.azureedge.net/frontend/travismathew/ff16/lifeontour/src/fonts/BulmerMTStd-Bold.eot");
  src: url("https://travis-skin-prod.azureedge.net/frontend/travismathew/ff16/lifeontour/src/fonts/BulmerMTStd-Bold.eot?#iefix") format("embedded-opentype"), url("https://travis-skin-prod.azureedge.net/frontend/travismathew/ff16/lifeontour/src/fonts/BulmerMTStd-Bold.woff") format("woff"), url("https://travis-skin-prod.azureedge.net/frontend/travismathew/ff16/lifeontour/src/fonts/BulmerMTStd-Bold.ttf") format("truetype"), url("https://travis-skin-prod.azureedge.net/frontend/travismathew/ff16/lifeontour/src/fonts/BulmerMTStd-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* Fonts */
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Fonts */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* JWS 3.6.1 */
/* open-sans-regular - latin-ext */
@font-face {
  font-family: "JWS Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/open-sans-v15-latin-ext-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-ext-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-ext-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-ext-regular.svg#OpenSans") format("svg");
  
  /* Legacy iOS */
}
/* open-sans-700 - latin-ext */
@font-face {
  font-family: "JWS Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/open-sans-v15-latin-ext-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-ext-700.woff") format("woff"), url("../fonts/open-sans-v15-latin-ext-700.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-ext-700.svg#OpenSans") format("svg");
  
  /* Legacy iOS */
}
/* open-sans-regular - cyrillic_cyrillic-ext */
@font-face {
  font-family: "JWS Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  unicode-range: U+0400-04FF;
  src: url("../fonts/open-sans-v15-cyrillic_cyrillic-ext-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-cyrillic_cyrillic-ext-regular.woff") format("woff"), url("../fonts/open-sans-v15-cyrillic_cyrillic-ext-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-cyrillic_cyrillic-ext-regular.svg#OpenSans") format("svg");
  
  /* Legacy iOS */
}
/* open-sans-700 - cyrillic_cyrillic-ext */
@font-face {
  font-family: "JWS Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  unicode-range: U+0400-04FF;
  src: url("../fonts/open-sans-v15-cyrillic_cyrillic-ext-700.woff2") format("woff2"), url("../fonts/open-sans-v15-cyrillic_cyrillic-ext-700.woff") format("woff"), url("../fonts/open-sans-v15-cyrillic_cyrillic-ext-700.ttf") format("truetype"), url("../fonts/open-sans-v15-cyrillic_cyrillic-ext-700.svg#OpenSans") format("svg");
  
  /* Legacy iOS */
}
/* roboto-regular - latin-ext */
@font-face {
  font-family: "JWS Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/roboto-v18-latin-ext-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin-ext-regular.woff") format("woff"), url("../fonts/roboto-v18-latin-ext-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin-ext-regular.svg#Roboto") format("svg");
  
  /* Legacy iOS */
}
/* roboto-italic - latin-ext */
@font-face {
  font-family: "JWS Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/roboto-v18-latin-ext-italic.woff2") format("woff2"), url("../fonts/roboto-v18-latin-ext-italic.woff") format("woff"), url("../fonts/roboto-v18-latin-ext-italic.ttf") format("truetype"), url("../fonts/roboto-v18-latin-ext-italic.svg#Roboto") format("svg");
  
  /* Legacy iOS */
}
/* roboto-700 - latin-ext */
@font-face {
  font-family: "JWS Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/roboto-v18-latin-ext-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin-ext-700.woff") format("woff"), url("../fonts/roboto-v18-latin-ext-700.ttf") format("truetype"), url("../fonts/roboto-v18-latin-ext-700.svg#Roboto") format("svg");
  
  /* Legacy iOS */
}
/* roboto-700italic - latin-ext */
@font-face {
  font-family: "JWS Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/roboto-v18-latin-ext-700italic.woff2") format("woff2"), url("../fonts/roboto-v18-latin-ext-700italic.woff") format("woff"), url("../fonts/roboto-v18-latin-ext-700italic.ttf") format("truetype"), url("../fonts/roboto-v18-latin-ext-700italic.svg#Roboto") format("svg");
  
  /* Legacy iOS */
}
/* roboto-regular - cyrillic_cyrillic-ext */
@font-face {
  font-family: "JWS Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  unicode-range: U+0400-04FF;
  src: url("../fonts/roboto-v18-cyrillic_cyrillic-ext-regular.woff2") format("woff2"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-regular.woff") format("woff"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-regular.ttf") format("truetype"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-regular.svg#Roboto") format("svg");
  
  /* Legacy iOS */
}
/* roboto-italic - cyrillic_cyrillic-ext */
@font-face {
  font-family: "JWS Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: block;
  unicode-range: U+0400-04FF;
  src: url("../fonts/roboto-v18-cyrillic_cyrillic-ext-italic.woff2") format("woff2"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-italic.woff") format("woff"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-italic.ttf") format("truetype"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-italic.svg#Roboto") format("svg");
  
  /* Legacy iOS */
}
/* roboto-700 - cyrillic_cyrillic-ext */
@font-face {
  font-family: "JWS Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  unicode-range: U+0400-04FF;
  src: url("../fonts/roboto-v18-cyrillic_cyrillic-ext-700.woff2") format("woff2"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-700.woff") format("woff"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-700.ttf") format("truetype"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-700.svg#Roboto") format("svg");
  
  /* Legacy iOS */
}
/* roboto-700italic - cyrillic_cyrillic-ext */
@font-face {
  font-family: "JWS Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: block;
  unicode-range: U+0400-04FF;
  src: url("../fonts/roboto-v18-cyrillic_cyrillic-ext-700italic.woff2") format("woff2"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-700italic.woff") format("woff"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-700italic.ttf") format("truetype"), url("../fonts/roboto-v18-cyrillic_cyrillic-ext-700italic.svg#Roboto") format("svg");
  
  /* Legacy iOS */
}
/* roboto-condensed-regular - latin-ext */
@font-face {
  font-family: "JWS Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/roboto-condensed-v16-latin-ext-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-ext-regular.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-ext-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-ext-regular.svg#RobotoCondensed") format("svg");
  
  /* Legacy iOS */
}
/* roboto-condensed-italic - latin-ext */
@font-face {
  font-family: "JWS Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/roboto-condensed-v16-latin-ext-italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-ext-italic.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-ext-italic.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-ext-italic.svg#RobotoCondensed") format("svg");
  
  /* Legacy iOS */
}
/* roboto-condensed-700 - latin-ext */
@font-face {
  font-family: "JWS Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/roboto-condensed-v16-latin-ext-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-ext-700.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-ext-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-ext-700.svg#RobotoCondensed") format("svg");
  
  /* Legacy iOS */
}
/* roboto-condensed-700italic - latin-ext */
@font-face {
  font-family: "JWS Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/roboto-condensed-v16-latin-ext-700italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-ext-700italic.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-ext-700italic.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-ext-700italic.svg#RobotoCondensed") format("svg");
  
  /* Legacy iOS */
}
/* roboto-condensed-regular - cyrillic_cyrillic-ext */
@font-face {
  font-family: "JWS Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  unicode-range: U+0400-04FF;
  src: url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-regular.woff") format("woff"), url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-regular.svg#RobotoCondensed") format("svg");
  
  /* Legacy iOS */
}
/* roboto-condensed-italic - cyrillic-ext */
@font-face {
  font-family: "JWS Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  font-display: block;
  unicode-range: U+0400-04FF;
  src: url("../fonts/roboto-condensed-v16-cyrillic-ext-italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-cyrillic-ext-italic.woff") format("woff"), url("../fonts/roboto-condensed-v16-cyrillic-ext-italic.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-cyrillic-ext-italic.svg#RobotoCondensed") format("svg");
  
  /* Legacy iOS */
}
/* roboto-condensed-700 - cyrillic_cyrillic-ext */
@font-face {
  font-family: "JWS Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  unicode-range: U+0400-04FF;
  src: url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-700.woff") format("woff"), url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-700.svg#RobotoCondensed") format("svg");
  
  /* Legacy iOS */
}
/* roboto-condensed-700italic - cyrillic_cyrillic-ext */
@font-face {
  font-family: "JWS Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  font-display: block;
  unicode-range: U+0400-04FF;
  src: url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-700italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-700italic.woff") format("woff"), url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-700italic.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-cyrillic_cyrillic-ext-700italic.svg#RobotoCondensed") format("svg");
  
  /* Legacy iOS */
}
/* roboto-slab-regular - latin-ext */
@font-face {
  font-family: "JWS Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/roboto-slab-v7-latin-ext-regular.woff2") format("woff2"), url("../fonts/roboto-slab-v7-latin-ext-regular.woff") format("woff"), url("../fonts/roboto-slab-v7-latin-ext-regular.ttf") format("truetype"), url("../fonts/roboto-slab-v7-latin-ext-regular.svg#RobotoSlab") format("svg");
  
  /* Legacy iOS */
}
/* roboto-slab-700 - latin-ext */
@font-face {
  font-family: "JWS Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  unicode-range: U+0000-024F;
  src: url("../fonts/roboto-slab-v7-latin-ext-700.woff2") format("woff2"), url("../fonts/roboto-slab-v7-latin-ext-700.woff") format("woff"), url("../fonts/roboto-slab-v7-latin-ext-700.ttf") format("truetype"), url("../fonts/roboto-slab-v7-latin-ext-700.svg#RobotoSlab") format("svg");
  
  /* Legacy iOS */
}
html {
  scroll-behavior: smooth;
}
#b--wrapper-site {
  width: auto;
}
@media all and (min-width: 2000px) {
  #b--wrapper-site {
    width: 2000px;
    margin: 0 auto;
  }
}
@media (min-width: 400px) {
  .container {
    width: 375px;
  }
}
@media (min-width: 480px) {
  .container {
    width: 475px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 870px;
  }
}
body {
  background: #fff;
  color: #000000;
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
  -webkit-text-size-adjust: 100%;
}
/* Links */
a {
  color: #000000;
  outline: 0 !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #000000 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
a:focus {
  text-decoration: underline;
  color: #000000 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
}
button,
input,
select,
textarea {
  font-family: 'Gotham Book' !important;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
input[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
/* disable auto-zoom on iphone input field focus */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .nopadding {
    padding: 0 !important;
  }
}
/* Overall classes */
.b--desktop {
  display: block;
}
.b--mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .b--mobile {
    display: block;
  }
  .b--desktop {
    display: none;
  }
}
.d-none {
  display: none !important;
}
.text-center {
  text-align: center !important;
}
body.noscroll {
  overflow-y: hidden !important;
}
.nopopup .b--modal-signup,
.nopopup .modal-backdrop {
  display: none;
}
.inline-flex {
  display: inline-flex;
}
.align-center {
  align-items: center;
}
.text-white {
  color: #ffffff !important;
}
.form-control {
  border-radius: 0;
}
.b--highlights {
  background-color: #fff;
}
.b--va-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}
.b--va-wrap__middle {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 0;
}
.b--va-wrap__middle > div {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
/*Opacity Module*/
.opacity--visible {
  opacity: 1;
}
.opacity--9 {
  opacity: 0.9;
}
.opacity--8 {
  opacity: 0.8;
}
.opacity--7 {
  opacity: 0.7;
}
.opacity--6 {
  opacity: 0.6;
}
.opacity--5 {
  opacity: 0.5;
}
.opacity--4 {
  opacity: 0.4;
}
.opacity--3 {
  opacity: 0.3;
}
.opacity--2 {
  opacity: 0.2;
}
.opacity--1 {
  opacity: 0.1;
}
.opacity--0 {
  opacity: 0;
}
/*Z index*/
.z-index--1 {
  z-index: 10;
}
.z-index--2 {
  z-index: 20;
}
.z-index--3 {
  z-index: 30;
}
.z-index--4 {
  z-index: 40;
}
.z-index--5 {
  z-index: 50;
}
.z-index--6 {
  z-index: 60;
}
.z-index--7 {
  z-index: 70;
}
.z-index--8 {
  z-index: 80;
}
.z-index--auto {
  z-index: auto;
}
.z-index--auto {
  z-index: auto;
}
.display-none {
  display: none;
}
.nopadding {
  padding-left: 0;
}
.b--navbar {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 55;
  /* background submenu */
}
.b--navbar a {
  cursor: pointer;
}
.b--navbar .b--menu-backdrop {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.b--navbar .b--menu-backdrop--is-active {
  display: block!important;
}
.b--navbar__primary {
  background-color: white;
  padding: 10px 3px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e2e5;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  height: 80px;
}
@media screen and (max-width: 1200px) {
  .b--navbar__primary {
    padding: 0px;
    border-bottom: none;
    margin-top: -1px;
    height: 60px;
  }
}
.b--navbar__primary__brand {
  display: block;
  text-align: center;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.b--navbar__primary .form-group {
  position: relative;
  display: block;
  float: right;
  margin-bottom: 0;
  margin-right: 18px;
  vertical-align: middle;
  color: #000000 !important;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .b--navbar__primary .form-group {
    position: absolute;
    -webkit-transform: translate(0, 115px);
    -moz-transform: translate(0, 115px);
    -o-transform: translate(0, 115px);
    transform: translate(0, 115px);
    z-index: 54;
    right: 0;
    top: -68px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .b--navbar__primary .form-group {
    top: -75px !important;
  }
}
.b--navbar__primary .form-control {
  color: #000000 !important;
  width: 216px;
  padding: 6px 12px 5px;
  font-size: 13px;
  padding-left: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #a1a1a1;
}
@media screen and (max-width: 1200px) {
  .b--navbar__primary .form-control {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
}
.b--navbar__primary .form-control:hover {
  border: 1px solid #000000;
}
.b--navbar__primary .form-control:focus {
  width: 250px;
  border-color: #000000;
}
.b--navbar__primary input {
  color: #000000 !important;
  height: 46px;
  margin: 8px 0;
}
@media screen and (max-width: 1025px) {
  .b--navbar__primary input {
    height: 45px;
    margin: 5px 0;
  }
}
.b--navbar__primary .form-group i {
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 18px;
}
.b--navbar__primary ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.b--navbar__primary ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.b--navbar__primary :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.b--navbar__primary :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.b--navbar__secondary {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 56;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media screen and (max-width: 1200px) {
  .b--navbar__secondary:hover {
    z-index: 101;
  }
}
.b--navbar__secondary__nav {
  list-style-type: none;
  margin-bottom: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  max-width: none;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .b--navbar__secondary__nav {
    max-width: 100%;
  }
}
.b--navbar__secondary__nav li {
  display: inline-block;
  text-transform: uppercase;
}
.b--navbar__secondary__nav li a {
  position: relative;
  color: #000;
  letter-spacing: 0.3px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 25px 10px;
  display: block;
  font-weight: bold;
  box-sizing: border-box;
}
.b--navbar__secondary__nav li a:focus:after,
.b--navbar__secondary__nav li a:active:after {
  opacity: 1 !important;
}
.b--navbar__secondary__nav li a:hover,
.b--navbar__secondary__nav li a:focus,
.b--navbar__secondary__nav li a:active {
  text-decoration: none !important;
}
.b--navbar__secondary__nav li a:hover + .b--overlay-menu {
  opacity: 1;
  display: block;
}
.b--navbar__secondary__nav .megaMenu_title .b--FOOTWEAR_img img {
  width: 185px;
  float: left;
}
.b--navbar__secondary__nav .megaMenu_title p {
  text-align: left;
  margin: 0px 0 0 0;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.4px;
}
.b--navbar__secondary__nav .b--overlay-menu {
  padding-bottom: 45px;
  position: absolute;
  top: 69px;
  left: 0%;
  right: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
  opacity: 0;
  border-top: none;
  pointer-events: none;
  -webkit-transition: all 0s ease-in-out 0.25s;
  -moz-transition: all 0s ease-in-out 0.25s;
  -o-transition: all 0s ease-in-out 0.25s;
  transition: all 0s ease-in-out 0.25s;
}
.b--navbar__secondary__nav .b--overlay-menu .container {
  padding: 0 80px;
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .b--navbar__secondary__nav .b--overlay-menu .container {
    padding: 0 30px;
  }
}
.b--navbar__secondary__nav .b--overlay-menu .b--FOOTWEAR {
  padding-left: 0;
}
.b--navbar__secondary__nav .b--overlay-menu .col-md-3:nth-child(3) {
  padding-left: 0;
}
.b--navbar__secondary__nav .b--overlay-menu .b--FOOTWEAR_img {
  display: flex;
  padding-bottom: 10px;
}
.b--navbar__secondary__nav .b--overlay-menu h3 {
  padding-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.b--navbar__secondary__nav .b--overlay-menu ul {
  position: relative;
  margin-top: 20px;
  float: left;
  padding-top: 13px;
  padding-left: 15px;
}
.b--navbar__secondary__nav .b--overlay-menu ul li {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
}
.b--navbar__secondary__nav .b--overlay-menu ul li > a {
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  padding: 6px 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.26px !important;
}
.b--navbar__secondary__nav .b--overlay-menu .borderLeft:before {
  content: "";
  position: absolute;
  left: -54px;
  top: 25px;
  width: 1px;
  background-color: #bab8bd;
  height: -o-calc(82%);
  /* opera */
  height: -webkit-calc(82%);
  /* google, safari */
  height: -moz-calc(82%);
  /* firefox */
  height: calc(82%);
}
.b--navbar__secondary__nav .b--overlay-menu__card {
  float: left;
  margin-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .b--navbar__secondary__nav .b--overlay-menu__card {
    top: 0;
  }
}
.b--navbar__secondary__nav .b--overlay-menu__card span {
  display: block;
}
.b--navbar__secondary__nav .b--overlay-menu__card h4 {
  font-family: 'Montserrat-Bold', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0px;
  letter-spacing: 0.32px;
}
.b--navbar__secondary__nav .b--overlay-menu span {
  font-family: 'Gotham Book' !important;
  text-transform: none;
  font-size: 13px;
  margin-top: 5px;
  letter-spacing: 0.26px;
}
.b--navbar__secondary__nav a:hover,
.b--navbar__secondary__nav a:active,
.b--navbar__secondary__nav a:focus {
  color: #000000 !important;
  opacity: 1 !important;
}
.b--navbar__secondary .b--navbar__secondary__nav > li > a:active::after,
.b--navbar__secondary .b--navbar__secondary__nav > li > a:hover::after,
.b--navbar__secondary .b--navbar__secondary__nav > li > a:focus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.b--navbar__third {
  position: relative;
  background: #f0f0f0;
  height: 38px;
  z-index: 100 !important;
}
@media screen and (max-width: 767px) {
  .b--navbar__third {
    height: 42px;
  }
}
.b--navbar__third.b--navbar__third--is-active {
  z-index: 700 !important;
}
.b--navbar__third:hover {
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .b--navbar__third {
    z-index: initial;
  }
}
.b--navbar__third__info--companies {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.b--navbar__third__info--companies li {
  position: relative;
  float: left;
  display: inline-block;
  border-right: 1px solid #dbdcdf;
}
.b--navbar__third__info--companies li a {
  padding: 9px;
  display: block;
  color: #222;
}
.b--navbar__third__info--companies li:active {
  background-color: white;
  border-left: 1px solid #dbdcdf;
}
.b--navbar__third__info--companies li:first-child img {
  max-width: 122px;
}
.b--navbar__third__user--status {
  text-align: right;
  padding: 0;
  font-family: 'Montserrat', Arial, Sans-Serif;
}
@media screen and (max-width: 1200px) {
  .b--navbar__third__user--status {
    display: none;
  }
}
.b--navbar__third__user--status ul {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.b--navbar__third__user--status ul li {
  position: relative;
  align-self: baseline;
}
.b--navbar__third__user--status ul li:first-child {
  position: relative;
  top: 2px;
  margin-right: 0px;
}
.b--navbar__third__user--status ul .btn {
  padding: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.b--navbar__third__user--status ul .btn--secondary {
  margin-left: 5px;
  position: relative;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.b--navbar__third__user--status ul .s-shopping-cart:before {
  position: relative;
  display: block;
  font-size: 19px;
  top: 8px;
}
.b--navbar__third__user--status .modalAccount {
  cursor: pointer;
  margin-right: 29px !important;
}
.b--navbar__third__user--status .modalAccount > *,
.b--navbar__third__user--status .modalAccount .s-4x {
  display: inline-block;
}
.b--navbar__third__user--status .modalAccount > p:first-child {
  font-weight: bold;
}
.b--navbar__third__user--status .modalAccount p {
  font-size: 12px;
  padding: 0 0px;
  margin-bottom: 0;
}
.b--navbar__third__user--status .modalAccount .s-4x {
  position: relative;
  top: 5px;
  font-size: 1.6em;
}
.b--navbar__modal {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  right: 0px;
  z-index: 900;
  transition: all 0.2s ease-in-out;
  display: none;
}
.b--navbar__modal .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 699;
  position: fixed;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.b--navbar__modal--signin {
  position: absolute;
  background: white;
  overflow: hidden;
  height: 0;
  width: 335px;
  top: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  z-index: 701;
  display: none;
}
.b--navbar__modal--signin--is-active {
  height: 310px;
}
.b--navbar__modal--signin__img {
  background-position: center;
  background-size: cover;
  height: 175px;
  text-align: center;
  padding: 30px;
  position: relative;
}
.b--navbar__modal--signin__title {
  color: white;
  font-size: 17px;
  position: relative;
  z-index: 120;
  margin: 0;
}
.b--navbar__modal--signin__logo {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 120;
}
.b--navbar__modal--signin__body {
  text-align: center;
  padding: 20px 30px ;
}
.b--navbar__modal--signin hr {
  margin: 15px 0;
  border-top: 2px solid #eee;
}
.b--navbar__modal--signin__sign-in {
  color: #337ab7;
  font-weight: bold;
}
.b--navbar__modal--cart {
  display: none;
  top: -100vh;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  position: absolute;
  background: white;
  width: 375px;
  top: 0;
  right: 0;
  z-index: 701;
}
.b--navbar__modal--cart--is-active {
  transition: all 0.2s ease-in-out;
  display: block;
  top: 38px;
}
.b--navbar__modal--cart .container-fluid {
  padding: 0;
}
.b--navbar__modal--cart .close {
  display: none;
}
@media screen and (max-width: 767px) {
  .b--navbar__modal--cart {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .b--navbar__modal--cart {
    top: 0;
    position: fixed;
    z-index: 1000;
  }
  .b--navbar__modal--cart::before {
    display: none;
  }
  .b--navbar__modal--cart .close {
    position: fixed;
    display: block;
    z-index: 1010;
    right: 20px;
    opacity: .5;
    top: 10px;
  }
  .b--navbar__modal--cart .close img {
    width: 15px;
    height: 15px;
  }
}
.b--navbar__modal--cart::before {
  content: "";
  position: absolute;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #33577e;
  z-index: 702;
}
.b--navbar__modal--cart .col-xs-12 > h3 {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #F0F0F0;
  margin: 0;
  padding: 13px 0;
}
.b--navbar__modal--cart .b--product {
  padding: 30px 20px 0;
  margin-bottom: 0;
}
.b--navbar__modal--cart .b--product__data > * {
  display: block;
  clear: both;
}
.b--navbar__modal--cart .b--product__title {
  margin-top: 0;
  margin-bottom: 5px;
}
.b--navbar__modal--cart .b--product__color,
.b--navbar__modal--cart .b--product__size {
  margin-bottom: 3px;
  font-family: 'Montserrat', Arial, Sans-Serif;
}
.b--navbar__modal--cart .b--product__color span,
.b--navbar__modal--cart .b--product__size span {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin: 0 2px;
}
.b--navbar__modal--cart .b--product__color span::before,
.b--navbar__modal--cart .b--product__size span::before {
  content: "/";
  position: relative;
  display: inline-block;
  margin-right: 2px;
}
.b--navbar__modal--cart .b--product__color span:first-child::before,
.b--navbar__modal--cart .b--product__size span:first-child::before {
  content: none;
}
.b--navbar__modal--cart .b--product__price {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-weight: 700;
  margin-top: 20px;
}
.b--navbar__modal--cart .b--product__stock {
  font-size: 13px;
  margin: 15px 0;
}
.b--navbar__modal--cart .b--cart__mini {
  padding: 0 20px 30px;
}
.b--navbar__modal--cart .b--cart__mini hr {
  margin: 0;
}
.b--navbar__modal--cart .b--cart__mini--subtotal {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 23px;
  font-weight: 700;
  padding: 25px 0 27px 0;
}
.b--navbar__modal--cart .b--cart__mini .btn--outline-primary strong {
  font-weight: 600;
}
.b--navbar__modal--cart .b--cart__mini .btn--outline-primary span {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin: 0 2px;
}
.b--navbar__modal--cart .b--cart__mini .btn--outline-primary span::before {
  content: "(";
  position: relative;
  display: inline-block;
  margin-right: 1px;
}
.b--navbar__modal--cart .b--cart__mini .btn--outline-primary span::after {
  content: ")";
  position: relative;
  display: inline-block;
  margin-left: 1px;
}
.b--navbar__modal--cart .b--cart__mini .btn {
  padding: 15px 45px;
  text-transform: uppercase !important;
}
.b--navbar__modal--cart .b--cart__mini h6 {
  font-size: 13px;
  text-transform: uppercase;
}
.b--navbar__modal--signin--is-active ~ .overlay {
  opacity: 1;
}
.b--navbar__modal--cart--is-active ~ .overlay {
  opacity: 1;
}
.b--navbar__modal--user {
  display: none;
  top: -100vh;
  position: absolute;
  background: white;
  width: 315px;
  top: -5px;
  right: 15px;
  padding: 10px 35px;
  transition: all 0.2s ease-in-out;
  z-index: 701;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.23);
}
.b--navbar__modal--user--is-active {
  transition: all 0.2s ease-in-out;
  display: block;
  top: 33px;
}
.b--navbar__modal--user .container-fluid {
  padding: 0;
  overflow: hidden;
}
.b--navbar__modal--user::before {
  content: "";
  position: absolute;
  right: 140px;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  z-index: 702;
}
.b--navbar__modal--user .btn {
  width: 100%;
  color: #33577e;
  font-weight: 700;
  padding: 15px 0;
}
.b--navbar__modal--user .btn:hover {
  text-decoration: underline;
}
.b--navbar__modal--user .btnUserPhoto {
  display: block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 76px;
  border-radius: 76px;
  border: 1px solid #9e9e9e;
  margin-top: 10px;
}
.b--navbar__modal--user .col-xs-9.text-left {
  padding: 0;
}
.b--navbar__modal--user .col-xs-9.text-left h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-weight: 700;
}
.b--navbar__modal--user .col-xs-9.text-left h4 span {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  margin-left: 5px;
}
.b--navbar__modal--user hr {
  margin: 0;
}
.b--navbar--mobile {
  display: none;
}
.b--navbar--mobile__third__logos {
  display: block;
  float: left;
  height: 38px;
  z-index: 2;
}
.b--navbar--mobile__third__logos li:first-child {
  margin-left: 0px;
  border-left: none;
}
.b--navbar--mobile__primary {
  position: relative;
  border: 0;
}
.b--navbar--mobile__primary__b--wrapper__joinRewards {
  display: none;
}
.b--navbar--mobile__primary__b--wrapper__joinRewards p {
  margin: 0;
}
.b--navbar--mobile__primary__b--wrapper__minnav {
  display: none;
}
.b--navbar--mobile__primary__b--wrapper--is-active {
  display: block!important;
}
.b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__joinRewards {
  display: block;
  margin: 0;
  text-align: center;
  padding: 15px 0;
  font-family: 'Montserrat', Arial, Sans-Serif;
}
.b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__minnav {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: -38px;
  width: 100%;
  height: 38px;
  z-index: 120;
}
@media screen and (max-width: 767px) {
  .b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__minnav {
    top: -41px;
    height: 42px;
  }
}
.b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__minnav .btn {
  width: 38px;
  height: 38px;
  padding: 0;
}
.b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__minnav__prev {
  float: left;
  z-index: 0;
}
.b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__minnav__close {
  float: right;
}
.b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__minnav .s-4x {
  position: relative;
  font-size: 1.3em;
  top: 8px;
}
.b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__trigger {
  display: block;
}
.b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__cart {
  display: none;
}
.b--navbar--mobile__primary__b--wrapper--is-active .form-group {
  margin: 0 20px;
  width: 100%;
}
.b--navbar--mobile__primary__b--wrapper--is-active .form-control--mobile {
  width: 100%!important;
}
.b--navbar--mobile__primary__menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  box-sizing: border-box;
}
.b--navbar--mobile__primary__menu-wrapper .form-group {
  display: inline-table;
  width: 75%;
  width: -webkit-calc(-25%);
  width: -moz-calc(-25%);
  width: calc(-25%);
  margin-left: 12px;
  margin-right: 12px;
}
.b--navbar--mobile__primary__menu-wrapper .form-control {
  width: 100%;
  padding: 11px 12px 8px 35px;
  padding-left: 35px;
  font-size: 13px;
  background: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1200px) {
  .b--navbar--mobile__primary__menu-wrapper .form-control:focus {
    width: 100%;
  }
}
.b--navbar--mobile__primary__menu-wrapper input {
  height: 37px;
  width: 100%;
  background-color: white;
  margin: 0;
}
.b--navbar--mobile__primary__menu-wrapper .form-group i {
  top: 10px;
}
@media (max-width: 480px) {
  .b--navbar--mobile__primary__menu-wrapper .form-group i {
    top: 3px;
    padding: 6px 0px 0px 10px;
  }
}
.b--navbar--mobile__primary__trigger {
  position: relative;
  height: 40px;
  width: 40px;
  padding: 11px;
  margin-left: 9px;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.b--navbar--mobile__primary__trigger span {
  width: 23px;
  background-color: #222222;
  height: 1px;
  display: block;
  margin-bottom: 6px;
}
.b--navbar--mobile__primary__trigger span:last-child {
  margin: 0;
}
.b--navbar--mobile__primary__cart {
  position: relative;
  height: 40px;
  width: 40px;
  margin-right: 12px;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.b--navbar--mobile__primary__cart .s-2x {
  position: relative;
  float: left;
  top: 5px;
  padding: 0 7px;
}
.b--navbar--mobile__primary__modal {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
  top: calc(-138vh);
  left: 0;
  z-index: 10000;
  transition: all 0.4s ease-in-out;
}
.b--navbar--mobile__primary__modal--is-active {
  top: -38px;
  display: block;
}
.b--navbar--mobile__primary__modal .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  top: 150vh;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 699;
  position: relative;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.2s;
}
.b--navbar--mobile__primary__modal--is-active .overlay {
  top: 0;
  opacity: 1;
}
.b--navbar--mobile__primary__modal--cart-mobile {
  position: absolute;
  background: white;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 701;
}
.b--navbar--mobile__primary__modal--cart-mobile .row,
.b--navbar--mobile__primary__modal--cart-mobile .container-fluid,
.b--navbar--mobile__primary__modal--cart-mobile .col-xs-12 {
  padding: 0;
  margin: 0;
}
.b--navbar--mobile__primary__modal--cart-mobile .col-xs-12 > h3 {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #F0F0F0;
  margin: 0;
  padding: 13px 0;
  z-index: 2;
}
.b--navbar--mobile__primary__modal--cart-mobile--close {
  position: absolute;
  top: 11px;
  right: 10px;
}
.b--navbar--mobile__primary__modal--cart-mobile--close .s-4x {
  font-size: 1.6em;
  opacity: .6;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--product {
  padding: 30px 20px 0;
  margin-bottom: 0;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--product__data > * {
  display: block;
  clear: both;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--product__title {
  margin-top: 0;
  margin-bottom: 5px;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--product__color,
.b--navbar--mobile__primary__modal--cart-mobile .b--product__size {
  margin-bottom: 3px;
  font-family: 'Montserrat', Arial, Sans-Serif;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--product__color span,
.b--navbar--mobile__primary__modal--cart-mobile .b--product__size span {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin: 0 2px;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--product__color span::before,
.b--navbar--mobile__primary__modal--cart-mobile .b--product__size span::before {
  content: "/";
  position: relative;
  display: inline-block;
  margin-right: 2px;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--product__color span:first-child::before,
.b--navbar--mobile__primary__modal--cart-mobile .b--product__size span:first-child::before {
  content: none;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--product__price {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-weight: 700;
  margin-top: 20px;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--product__stock {
  font-size: 13px;
  margin: 15px 0;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--cart__mini {
  padding: 0 20px 30px;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--cart__mini hr {
  margin: 0;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--cart__mini--subtotal {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 23px;
  font-weight: 700;
  padding: 25px 0 27px 0;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--cart__mini .btn--outline-primary strong {
  font-weight: 600;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--cart__mini .btn--outline-primary span {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin: 0 2px;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--cart__mini .btn--outline-primary span::before {
  content: "(";
  position: relative;
  display: inline-block;
  margin-right: 1px;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--cart__mini .btn--outline-primary span::after {
  content: ")";
  position: relative;
  display: inline-block;
  margin-left: 1px;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--cart__mini .btn {
  padding: 15px 45px;
  text-transform: uppercase !important;
}
.b--navbar--mobile__primary__modal--cart-mobile .b--cart__mini h6 {
  font-size: 13px;
  text-transform: uppercase;
}
.b--navbar--mobile .b--navbar--mobile__primary__menu-wrapper .form-group:focus {
  width: 100%;
}
.b--navbar--mobile .b--navbar--mobile__primary__menu-wrapper .form-group:focus + .b--navbar--mobile__primary__trigger {
  position: absolute;
  left: -64px;
}
.b--navbar--mobile .b--navbar--mobile__primary__menu-wrapper .form-group:focus + .b--navbar--mobile__primary__cart {
  position: absolute;
  right: -64px;
}
.b--navbar--mobile__nav-primary {
  display: none;
}
.b--navbar--mobile__nav-primary--is-active {
  display: block;
  padding: 18px;
  height: calc(100vh - 154px);
  overflow-y: auto;
  margin: 0;
  margin-top: 34px;
}
.b--navbar--mobile__nav-primary li {
  font-size: 30px;
  width: 100%;
}
.b--navbar--mobile__nav-primary li .b--overlay-menu__wrapper {
  position: fixed;
  top: 38px;
  left: 100%;
  background-color: white;
  width: 100%;
  height: 100%;
  height: calc(62vh);
  padding: 0 18px;
  padding-bottom: 30px;
  margin: 0;
  overflow-y: scroll;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.b--navbar--mobile__nav-primary li .b--overlay-menu h3 {
  margin: 18px 0;
  font-weight: 700;
  padding-left: 24px;
}
.b--navbar--mobile__nav-primary li .b--overlay-menu ul {
  padding: 0;
}
.b--navbar--mobile__nav-primary li .b--overlay-menu ul li {
  padding-left: 37px;
}
.b--navbar--mobile__nav-primary li .b--overlay-menu__card {
  padding-top: 20px;
  cursor: pointer;
}
.b--navbar--mobile__nav-primary li .b--overlay-menu__card img {
  display: block;
}
.b--navbar--mobile__nav-primary li .b--overlay-menu__card span {
  display: block;
  text-transform: initial;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}
.b--navbar--mobile__nav-primary li .b--overlay-menu-active {
  display: block;
}
.b--navbar--mobile__nav-primary li .b--overlay-menu-active .b--overlay-menu__wrapper {
  position: fixed;
  top: 38px;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 0 18px;
  padding-bottom: 30px;
  margin: 0;
  overflow-y: scroll;
  z-index: 1000;
}
.b--navbar--mobile__nav-primary .scroll .s-chevron-right .arrowClick {
  padding: 15px 7px !important;
  /* width: 29px; */
  margin-top: -25px;
  z-index: 99 !important;
}
.b--navbar--mobile__nav-primary .scroll {
  overflow-y: scroll;
  height: 100%;
}
.b--navbar--mobile__nav-primary .scroll li {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #bababa;
  width: 100%;
  position: relative;
}
.b--navbar--mobile__nav-primary .scroll li a {
  padding: 15px 18px;
  display: block;
  z-index: 11;
  position: relative;
}
.b--navbar--mobile__nav-primary .scroll li .s-chevron-right {
  position: absolute;
  right: 15px;
  top: 18px;
}
.b--navbar--mobile__nav-primary .scroll li .s-chevron-right:before {
  font-size: 12px;
}
.b--navbar--mobile__nav-primary .scroll li:first-child {
  border-top: 1px solid #bababa;
}
.b--navbar--mobile__nav-primary .scroll .listImg {
  border: none;
}
.b--navbar--mobile__nav-primary .scroll .listImg a {
  position: relative;
  padding: 0 !important;
  margin-top: 20px;
}
.b--navbar--mobile__nav-primary .scroll .listImg a img {
  width: 100%;
}
.b--navbar--mobile__nav-primary .scroll .listImg a span {
  position: absolute;
  top: 70px;
  top: calc(14%);
  color: #f5f5f5!important;
  left: 30px;
  font-family: Montserrat;
  font-size: 25px;
  line-height: 0.94;
  letter-spacing: 0.6px;
}
.third-mobile--is-active ul li {
  display: none;
}
.third-mobile--is-active ul {
  pointer-events: none;
}
.wrapper--is-active .b--navbar--mobile__primary__trigger {
  position: absolute;
  left: -70px;
}
.wrapper--is-active .b--navbar--mobile__primary__cart {
  position: absolute;
  right: -70px;
}
.wrapper--is-active .form-group,
.b--navbar--is-active .form-group {
  width: 96% !important;
}
@media screen and (min-width: 992px) {
  .b--navbar .b--navbar__primary {
    animation: smootshow 5ms ease-out forwards;
  }
}
.b--navbar .b--navbar__primary__brand {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .b--navbar--scrolled-active .b--navbar__primary {
    animation: smoothide 200ms ease-out forwards;
  }
}
.b--navbar--scrolled-active .b--navbar__primary__brand {
  opacity: 0;
  margin-top: -200px;
}
.b--navbar--scrolled-active .b--overlay-menu {
  top: 69px;
}
@media all and (min-width: 1200px) {
  .b--navbar--scrolled-active .b--navbar__primary .form-group {
    -webkit-transform: translate(0, 110px);
    -moz-transform: translate(0, 110px);
    -o-transform: translate(0, 110px);
    transform: translate(0, 110px);
    z-index: 120;
    top: -68px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1440px) {
  .b--navbar--scrolled-active .b--navbar__primary .form-group input {
    width: 150px;
  }
}
@media all and (min-width: 1240px) and (max-width: 2560px) {
  .b--navbar--scrolled-active .b--navbar__primary .form-group input {
    width: 150px;
  }
}
@media all and (max-width: 768px) {
  .b--navbar--scrolled-active .b--navbar__secondary__nav {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .b--navbar--scrolled-active .b--navbar__secondary__nav {
    text-align: left;
    max-width: 650px;
  }
}
@keyframes smoothide {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -80px;
  }
}
@media all and (max-width: 1200px) {
  .b--navbar--is-active .b--navbar__secondary {
    margin-top: 50px;
  }
}
@media all and (max-width: 991px) {
  .b--navbar--is-active .b--navbar__secondary {
    margin-top: 0px;
  }
}
.searchModal.ASM_search_enabled {
  padding-top: 175px;
}
.searchModal {
  padding-top: 60px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.searchModal .container {
  position: relative;
}
.searchModal .container h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
}
.searchModal .container .b--navbar--mobile__primary__b--wrapper__minnav__close {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: -55px;
  padding: 0;
  z-index: 104;
  margin-right: -8px;
}
.searchModal .container .b--navbar--mobile__primary__b--wrapper__minnav__close .s-4x {
  font-size: 2.5em;
}
.searchModal .container .btn-clear {
  position: absolute;
  right: 82px;
  top: 70px;
  padding: 11px 18px;
  z-index: 130;
  font-size: 13px;
}
.searchModal .container .btn-clear::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #767676;
  top: 1px;
  left: 21px;
}
.searchModal .container .btn-search {
  position: absolute;
  right: -18px;
  top: 70px;
  padding: 11px 18px;
  z-index: 105;
  font-size: 13px;
  font-weight: bold;
}
.searchModal .container .s-results {
  position: relative;
}
.searchModal .container .searchResults {
  position: absolute;
  top: 200px;
  bottom: 0;
  width: 100%;
  padding-bottom: 200px;
  height: min-content;
}
.searchModal a#clearFacetBtn {
  position: absolute;
  left: 25px;
  width: 10px;
  top: 14px;
  background: none;
}
.searchModal #selectedFacetDiv {
  text-decoration: underline;
}
.nopopup .b--navbar__primary .float-right {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 101;
  animation: slideright 200ms ease-in-out;
}
.nopopup .b--navbar__primary .float-right .form-group {
  position: fixed;
  display: block;
  float: none;
  top: -95px;
  margin-bottom: 0;
  margin-right: 0;
  width: 1170px;
  margin: 0 auto;
  vertical-align: middle;
  color: #000000 !important;
}
@media screen and (max-width: 1170px) {
  .nopopup .b--navbar__primary .float-right .form-group {
    width: 970px;
  }
}
.nopopup .b--navbar__primary .float-right .form-group.form-group-search--active {
  position: relative;
}
.nopopup .b--navbar__primary .float-right .form-control {
  color: #000000 !important;
  width: 100%;
  height: 70px;
  font-size: 32px;
  padding-left: 65px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  background-color: #F2F2F2;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .nopopup .b--navbar__primary .float-right .form-control {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .nopopup .b--navbar__primary .float-right .form-control::-ms-clear {
    display: none;
  }
}
.nopopup .b--navbar__primary .float-right input {
  width: 100%;
  color: #000000 !important;
  height: 46px;
  margin: 8px 0;
}
.nopopup .b--navbar__primary .float-right .form-group i {
  position: absolute;
  top: 10px;
  font-size: 46px;
}
.b--header-promo__wrapper {
  color: #fff;
  position: relative;
  text-align: center;
}
.b--header-promo__wrapper a {
  color: #fff;
  text-transform: lowercase;
  text-decoration: underline;
}
.b--header-promo__wrapper p {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline;
}
.b--header-promo__wrapper p a {
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .b--header-promo__wrapper p a {
    font-size: 15px;
  }
}
.b--header-promo__wrapper .b--header-promo__wrapper__next {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  padding-top: 3px;
  -webkit-transform: translate(0, -50%) scale(1.5);
  -ms-transform: translate(0, -50%) scale(1.5);
  transform: translate(0, -50%) scale(1.5);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b--header-promo__wrapper .b--header-promo__wrapper__next {
    padding-top: 4px;
    -webkit-transform: translate(0, -50%) scale(1.8);
    -ms-transform: translate(0, -50%) scale(1.8);
    transform: translate(0, -50%) scale(1.8);
  }
}
@media screen and (max-width: 375px) {
  .b--header-promo__wrapper .b--header-promo__wrapper__next {
    right: 5px;
  }
}
.b--header-promo__wrapper .b--header-promo__wrapper__prev {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  padding-top: 3px;
  -webkit-transform: translate(0, -50%) scale(1.5);
  -ms-transform: translate(0, -50%) scale(1.5);
  transform: translate(0, -50%) scale(1.5);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b--header-promo__wrapper .b--header-promo__wrapper__prev {
    padding-top: 4px;
    -webkit-transform: translate(0, -50%) scale(1.8);
    -ms-transform: translate(0, -50%) scale(1.8);
    transform: translate(0, -50%) scale(1.8);
  }
}
@media screen and (max-width: 375px) {
  .b--header-promo__wrapper .b--header-promo__wrapper__prev {
    left: 5px;
  }
}
.b--modal-backdrop--is-active {
  background: #5d5d5d9c;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 56;
}
.opacity-full {
  position: fixed;
  top: 192px;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
  opacity: 1!important;
  pointer-events: all!important;
  border-top: 1px solid #e1e2e5;
}
.b--navbar--scolled-active .b--overlay-menu {
  top: 110px !important;
}
.b--navbar--scolled-active + .b--section-primary--top-element {
  margin-top: 202px !important;
}
@keyframes slideright {
  0% {
    left: 100%;
  }
  100% {
    left: 0px;
  }
}
.b--cart__mini--products {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 32px;
  background-color: white;
  color: #33577e;
  font-size: 10px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-weight: 900;
  transform: translate3d(0, 0, 0);
  z-index: 1000;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .b--cart__mini--products {
    background-color: #33577e;
    color: white;
  }
}
.cart-btn-in-mobile {
  display: inline-block !important;
}
.cart-btn-in-mobile i {
  float: none;
}
.cart-btn-in-mobile .b--cart__mini--products {
  right: 10px;
  top: 10px;
}
/**********************ASM Styling*****************************/
#js-active-sticky-wrapper.ASM_enabled .b--navbar .yCmsComponent .b--desktop .b--navbar__secondary__nav .b--overlay-menu {
  top: 310px;
}
#js-active-sticky-wrapper.ASM_enabled.is-sticky .b--navbar .yCmsComponent .b--desktop .b--navbar__secondary__nav .b--overlay-menu {
  top: 107px;
}
#_asm .ASM_header .first-top-row {
  margin: 0 -2em 10px -4em !important;
  padding: 0 1em 0 4em!important;
}
#_asm .ASM_header .ASM_session {
  padding-top: 0px!important;
}
#_asm .ASM_header .ASM_session #_asmCustomer .ASM_end_session {
  margin-bottom: 0px!important;
}
#_asm .ASM_header .ASM_session #_asmCustomer .ASM_end_session fieldset {
  height: 40px!important;
  border: 0px!important;
}
#_asm .collapseBtn-wrapper {
  right: 0px!important;
}
.ASM_icon-close:before {
  color: #222!important;
}
.ASM_customer-list-modal {
  background: #FFFFFF !important;
  height: 990px!important;
}
#cboxOverlay {
  background: #000 !important;
}
.ASM_customer360-modal {
  background: #FFFFFF;
  height: 990px!important;
}
.ASM_customer360-modal #cboxWrapper {
  height: 990px!important;
}
.ASM_customer360-modal #cboxContent {
  height: 990px!important;
}
.ASM_customer360-modal #cboxContent #cboxLoadedContent {
  height: 930px!important;
}
.ASM_customer360-modal #cboxContent #cboxClose {
  cursor: pointer;
  position: absolute;
  top: -13px;
  right: 18px;
  border: none;
  margin: 0;
  text-decoration: none;
  background: #ffffff;
  color: #0c0c0c;
  font-size: 15px;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ASM_customer360-modal #cboxContent .asm__customer360 {
  background: #FFFFFF;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360-header {
  display: flex;
  padding: 0 50px;
  border-bottom: 1px solid #d1d1d1;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360-header .asm__customer360-header-image {
  width: 140px;
  height: 140px;
  margin-right: 3em;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360-header .asm__customer360-header-desc {
  width: 100%;
  margin-bottom: 15px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360-header .asm__customer360-header-desc .asm__customer360-header-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360-header .asm__customer360-header-desc .asm__customer360-header-info {
  display: inline-flex;
  margin: 20px 0px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360-header .asm__customer360-header-desc .asm__customer360-header-info .asm__customer360-header-info-item .asm__header__cart,
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360-header .asm__customer360-header-desc .asm__customer360-header-info .asm__customer360-header-info-item .asm__header__order,
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360-header .asm__customer360-header-desc .asm__customer360-header-info .asm__customer360-header-info-item .asm__header__ticket {
  padding-right: 80px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360-header .asm__customer360-signedup {
  display: inline-table;
  position: absolute;
  right: 75px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360__menu li.active {
  border-bottom: 3px solid  #0486e0;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360__menu li.active a {
  color: #0486e0!important;
  border: 0px!important;
  border-radius: 0px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360__menu li.active a.active {
  color: #0486e0!important;
  border: 0px!important;
  border-radius: 0px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360__menu li.active a:hover {
  color: #0486e0!important;
  border: 0px!important;
  border-radius: 0px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360__menu li a {
  color: #9f9fa3;
  border: 0px!important;
  background: #fff!important;
  border-radius: 0px!important;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360__menu li a:hover {
  border: 0px!important;
  background: #fff!important;
  border-radius: 0px!important;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .asm__customer360__menu li a:focus {
  border: 0px!important;
  background: #fff!important;
  border-radius: 0px!important;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section {
  padding: 0 61px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerColorsFragment .asm__customer360-headline {
  text-align: center;
  text-align: -webkit-center;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerColorsFragment .asm__customer360-subheadline {
  font-weight: 700;
  padding: 0 40px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerColorsFragment .asm__customer360-overview-colors {
  height: 55px;
  display: flex;
  margin-bottom: 35px;
  padding: 0 40px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerColorsFragment .asm__customer360-overview-colors .asm__customer360-overview-colors-color {
  height: 55px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerCartFragment .asm__customer360-headline {
  text-align: center;
  text-align: -webkit-center;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerCartFragment .asm__customer360-headline .asm__customer360-overview-saved-card-info {
  float: right;
  font-size: 13px;
  position: absolute;
  right: 0px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerCartFragment .asm__customer360-headline .asm__customer360-overview-saved-card-info .asm__customer360-overview-saved-card-divider {
  border-right: 1px solid black;
  margin-right: 6px;
  margin-left: 6px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerCartFragment .asm__customer360-subheadline {
  text-align: center;
  text-align: -webkit-center;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerCartFragment .asm__customer360-overview-saved-section {
  text-align: center;
  text-align: -webkit-center;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerCartFragment .asm__customer360-overview-saved-section .asm__customer360-overview-saved-box .asm__customer360-overview-saved {
  border: 1px solid #d1d1d1;
  display: flex;
  padding: 5px 5px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerCartFragment .asm__customer360-overview-saved-section .asm__customer360-overview-saved-box .asm__customer360-overview-saved .asm__customer360-overview-product-img {
  width: 100px;
  height: 100px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerCartFragment .asm__customer360-overview-saved-section .asm__customer360-overview-saved-box .asm__customer360-overview-saved .asm__customer360-overview-saved-text-wrap {
  width: 100%;
  text-align: left;
  padding: 5px 0px 0px 10px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerCartFragment .asm__customer360-overview-saved-section .asm__customer360-overview-saved-box .asm__customer360-overview-saved .asm__customer360-overview-saved-text-wrap .asm__customer360-overview-product-name {
  width: 230px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerCartFragment .asm__customer360-overview-saved-section .asm__customer360-overview-saved-box .asm__customer360-overview-saved .asm__customer360-overview-saved-text-wrap .asm__customer360-overview-product-price .asm__customer360-overview-saved-total {
  font-size: 14px;
  font-weight: 600;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerSavedCartFragment .asm__customer360-subheadline {
  text-align: center;
  text-align: -webkit-center;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerSavedCartFragment .asm__customer360-overview-saved-section {
  text-align: center;
  text-align: -webkit-center;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerProfileFragment {
  margin-top: 35px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerProfileFragment .asm__customer360-profile .row:first-child {
  margin: 0px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerProfileFragment .asm__customer360-profile .row:first-child .asm__customer360-profile-col {
  display: inline-grid;
  padding: 0 90px 0 0px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerProfileFragment .asm__customer360-profile .row:first-child .asm__customer360-profile-col .asm__customer360-profile-headline {
  margin: 0px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerProfileFragment .asm__customer360-profile .asm__customer360-profile-headline {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerProfileFragment .asm__customer360-profile .row .asm__customer360-profile-payment.asm__customer360-profile-payment-active {
  border: 1px solid #c0efc9;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerProfileFragment .asm__customer360-profile .row .asm__customer360-profile-payment {
  border: 1px solid;
  position: relative;
  display: table;
  width: 100%;
  padding: 5px 5px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerProfileFragment .asm__customer360-profile .row .asm__customer360-profile-payment .asm__customer360-profile-payment-img {
  width: 60px;
  height: 60px;
  display: table-cell;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerProfileFragment .asm__customer360-profile .row .asm__customer360-profile-payment .asm__customer360-profile-payment-nr {
  margin-left: 14px;
  font-size: 16px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerProfileFragment .asm__customer360-profile .row .asm__customer360-profile-payment .asm__customer360-profile-payment-type {
  font-weight: 600;
  font-size: 16px;
  margin-left: 14px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #customerProfileFragment .asm__customer360-profile .row .asm__customer360-profile-payment .asm__customer360-profile-payment-type .asm__customer360-profile-payment-default {
  color: #14c337;
  margin-right: 20px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #generalActivityFragment h3 {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 5px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #generalActivityFragment .techne-table tbody tr td:nth-child(2) a {
  font-weight: 600;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #ticketsFragment h3 {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 5px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #reviewFragment h3 {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 5px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #storeLocationsFragment .asm_store__finder--pagination .pull-right .btn-link {
  padding: 9px 14px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #storeLocationsFragment .store__finder--panel {
  display: table;
  width: 100%;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #storeLocationsFragment .store__finder--panel .store__finder--navigation {
  display: table-cell;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #storeLocationsFragment .store__finder--panel .store__finder--navigation .js-asm-store-finder-navigation-list {
  padding: 0px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #storeLocationsFragment .store__finder--panel .store__finder--details {
  display: table-cell;
  padding-left: 15px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #storeLocationsFragment .store__finder--panel .store__finder--details .store__finder--details-back {
  display: none;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #storeLocationsFragment .store__finder--panel .store__finder--details .store__finder--details-info .js-asm-store-name {
  font-weight: 700;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #storeLocationsFragment .store__finder--panel .store__finder--details .store__finder--map {
  height: 200px;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #storeLocationsFragment .store__finder--panel .store__finder--details .store__finder--details-openings .js-asm-store-openings dt {
  width: 65px;
  text-align: left;
}
.ASM_customer360-modal #cboxContent .asm__customer360 .tab-content .asm__section #storeLocationsFragment .store__finder--panel .store__finder--details .store__finder--details-openings .js-asm-store-openings dd {
  margin-left: 58px;
}
.b--navbar__secondary__nav li a {
  margin-left: 4px !important;
  margin-right: 15px !important;
  letter-spacing: 0.2px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1025px) {
  .b--navbar__secondary__nav li a {
    margin-right: 4px !important;
    font-size: 12px;
  }
}
@media all and (min-width: 1240px) and (max-width: 1499px) {
  .b--navbar--scrolled-active .b--navbar__secondary__nav li > a {
    margin-left: 4px !important;
    margin-right: 8px !important;
    letter-spacing: 0.2px !important;
    font-size: 14px;
  }
}
@media all and (min-width: 1500px) and (max-width: 2560px) {
  .b--navbar--scrolled-active .b--navbar__secondary__nav li > a {
    margin-left: 4px !important;
    margin-right: 15px !important;
    letter-spacing: 0.2px !important;
    font-size: 14px;
  }
}
.nopopup .b--navbar__primary .float-right .form-group img.searchIcon {
  width: 39px;
  height: 39px;
  top: 13px;
  left: 11px;
}
img.cartIcon {
  padding: 8px 0 0 0;
  width: 19px;
}
@media (max-width: 1200px) {
  img.cartIcon {
    padding: 8px 0 0 0;
    width: 21px;
    position: relative;
    float: left;
    top: 6px;
    left: 8px;
  }
}
img.searchIcon {
  position: absolute;
  top: 22px;
  left: 11px;
  font-size: 18px;
  width: 15px;
  height: 15px;
}
@media (max-width: 1200px) {
  img.searchIcon {
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 18px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1025px) {
  img.searchIcon {
    top: 23px;
  }
}
@media (max-width: 992px) {
  img.searchIcon {
    top: 11px;
  }
}
.socialIcon a img {
  width: 22px;
}
.fbIcon a img {
  width: 12px;
}
.mobileIcon img {
  width: 582px !important;
}
.pinIcon img {
  width: 615px;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b--navbar__secondary ul.b--navbar__secondary__nav > li:hover {
  text-decoration: underline;
}
.b--navbar__secondary .b--overlay-menu ul li a:hover {
  text-decoration: underline!important;
  text-underline-position: unset!important;
}
@media (max-width: 768px) {
  .b--navbar__secondary .b--overlay-menu ul li a:hover {
    text-decoration: none !important;
  }
}
/* +++++++++++ Body -- home */
/* b-listing */
.b--listing {
  padding: 0!important;
}
@media screen and (max-width: 768px) {
  .b--listing {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .b--listing .slick-list {
    padding-left: 0px !important;
  }
}
/* card category primary - shop by ocassion */
.b--categories {
  padding: 0!important;
}
@media screen and (max-width: 768px) {
  .b--categories {
    padding-top: 20px;
  }
}
.b--categories .slick-list.draggable {
  padding: 0px 50px 0 15px !important;
}
.b--categories__all {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .b--categories__all {
    padding-bottom: 0;
  }
}
.b--categories__all .slick-arrow {
  position: absolute;
  bottom: -65px;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .b--categories__all .slick-arrow {
    bottom: 37px;
  }
}
.b--categories__all .slick-arrow .s-4x {
  font-size: 16px;
}
.b--categories__all .arrow-prev {
  left: 25%;
  left: calc(-50%);
}
.b--categories__all .arrow-next {
  right: 25%;
  right: calc(-50%);
}
.b--categories__all .slick-dots {
  text-align: center!important;
  width: 185px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 70px;
  padding: 0;
}
.b--categories__all .slick-dots li button {
  position: relative;
  float: left;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 16px;
  padding: 0;
  cursor: pointer;
  background: #cecdd3;
  text-indent: -99999999px;
  border-radius: 32px;
  border: 0;
}
.b--categories__all .slick-dots li.slick-active button {
  background-color: #000000;
}
.b--categories__all .slick-dots li:last-child button {
  margin-right: 0;
}
@media all and (max-width: 1200px) {
  .b--categories__all ul.slick-dots {
    position: absolute;
    display: block;
    top: auto;
    bottom: 37px;
    height: 14px;
    width: 76px;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
  }
}
/* CTA secondary - fullwidth cta */
.b--cta-fullwidth {
  padding: 0!important;
}
@media all and (max-width: 768px) {
  .b--cta-fullwidth {
    padding: 0!important;
  }
}
/* Home-slider promo */
.b--home-slider {
  position: relative;
  padding: 0!important;
}
@media all and (max-width: 1200px) {
  .b--home-slider {
    padding: 0!important;
  }
}
/* Highlight product - trifecta */
.b--product-highlight {
  padding: 0!important;
}
@media all and (max-width: 768px) {
  .b--product-highlight {
    padding: 0!important;
  }
}
.b--product-highlight .col-lg-9.col-md-8,
.b--product-highlight .col-lg-3.col-md-4 {
  padding: 0;
}
/* Blog posts */
.b--posts {
  padding: 0!important;
}
@media all and (max-width: 768px) {
  .b--posts {
    padding: 0!important;
  }
}
/* Promo form */
.b--promo .b--hd {
  padding: 0!important;
}
@media all and (max-width: 768px) {
  .b--promo .b--hd {
    padding: 0!important;
  }
}
/* +++++++++++ Body -- product listin page */
@media screen and (max-width: 768px) {
  .b--listing-product {
    margin-top: 0px;
  }
}
.b--listing-product__wrapper-catalog {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper-catalog .row > .item {
    padding-left: 20px;
    padding-right: 5px;
  }
  .b--listing-product__wrapper-catalog .row > .item:nth-child(2n) {
    padding-left: 5px;
    padding-right: 20px;
  }
  .b--listing-product__wrapper-catalog .row > .b--listing-banner,
  .b--listing-product__wrapper-catalog .row > .item:nth-of-type(7n) {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .b--listing-product__wrapper-catalog .row > .b--listing-banner:last-child,
  .b--listing-product__wrapper-catalog .row > .item:last-child {
    margin-bottom: 0;
  }
  .b--listing-product__wrapper-catalog .row > .item:nth-child(1n+7) {
    padding-left: 20px;
    padding-right: 5px;
  }
  .b--listing-product__wrapper-catalog .row > .item:nth-child(2n+7) {
    padding-left: 5px;
    padding-right: 20px;
  }
  .b--listing-product__wrapper-catalog .b--product--spacer {
    margin: 0;
  }
}
.b--categories .b--hd .b--hd__title {
  margin-top: 0;
}
.block.b--categories__ocassion {
  padding: 0!important;
}
.footer--desktop {
  margin: 50px 0 0 0;
  display: block;
}
.footer--desktop__title {
  font-size: 16px;
  font-family: 'Montserrat', Arial, Sans-Serif;
  color: #222222;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer--desktop__title--social {
  margin-top: 34px!important;
  padding-bottom: 0px!important;
  margin-bottom: 15px;
}
.footer--desktop__logo {
  width: 60%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer--desktop__list--totheright li {
  margin: 10px 0;
}
.footer--desktop__list--totheright li a {
  font-family: 'Gotham Book';
  font-size: 13px;
}
.footer--desktop__list--totheright li .media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer--desktop__list--totheright li .media .s:before {
  position: relative;
  top: 4px;
}
.footer--desktop__list-item {
  font-size: 14px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-weight: bold;
  color: #222222;
  display: block;
  float: left;
  width: 100%;
}
.footer--desktop__list-item a {
  color: #222222;
  font-size: 13px;
  display: block;
  padding: 8px 0;
}
.footer--desktop__list-item a:hover {
  font-weight: 900 !important;
  color: #33577e;
}
.footer--desktop .socialList {
  margin-bottom: 50px;
}
.footer--desktop .socialList a {
  display: flex;
  align-items: center;
}
.footer--desktop .socialList .s-3x {
  position: relative;
}
.footer--desktop .socialList .s-instagram.s-3x {
  font-size: 38px;
  top: 0px;
}
.footer--desktop .socialList .s-youtube.s-3x {
  top: -5px;
}
.footer--desktop .socialList .s-facebook.s-3x {
  font-size: 35px;
  top: -1px;
}
.footer--desktop .socialList .s-twitter.s-3x {
  top: -3px;
}
.footer--desktop .s-3x {
  font-size: 28px;
}
@media all and (max-width: 768px) {
  .footer--desktop {
    display: none;
  }
}
.footer--desktop .media a:hover {
  text-decoration: none;
}
/* end of desktop footer */
/* subfooter - desktop*/
.zEWidget-launcher {
  bottom: 19px !important;
}
.b--subfooter {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f0f0f0;
  height: 40px;
}
@media all and (max-width: 1200px) {
  .b--subfooter {
    text-align: center;
    padding: 20px;
    max-width: 970px;
    margin: 0 auto;
    float: none !important;
  }
}
.b--subfooter .dropup {
  position: relative;
  width: 180px;
  height: 40px;
  border: 1px solid #c3c3c3;
  border-bottom: none;
  margin-left: 38px;
  margin-right: 29px;
}
@media screen and (max-width: 1200px) {
  .b--subfooter .dropup {
    display: block;
    width: 100%;
    height: 37px;
    margin: 0 auto;
    border: 1px solid #c3c3c3;
  }
}
.b--subfooter .dropup a span {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 14px;
  margin-right: 5px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  top: 2px;
}
.b--subfooter .dropup .dropdown-menu {
  position: absolute !important;
  top: auto !important;
  bottom: 100%;
  margin-bottom: 2px;
}
.b--subfooter .dropup .dropdown-menu > li {
  display: block;
  width: 100%;
}
.b--subfooter .dropup .dropdown-menu > li.active a {
  background: #f5f5f5;
}
.b--subfooter .dropup .dropdown-menu > li > a {
  display: block;
  width: 100%;
  padding: 3px 8px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.b--subfooter .dropup .btn {
  padding: 8px 15px;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.b--subfooter .dropup .btn .s-4x {
  top: 2px;
  position: relative;
  margin-left: 10px;
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  .b--subfooter .dropup .btn .s-4x {
    top: 3px;
  }
}
.b--subfooter .dropup .btn .s-chevron-down:before {
  -webkit-transform: rotate(-190deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.b--subfooter .dropup a.btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 36px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.26px;
}
.b--subfooter .dropup button.btn {
  width: 100%;
  text-align: right;
  background: none;
  border: none;
}
.b--subfooter .dropup.open ul {
  overflow-y: auto;
  width: 100%;
  width: calc(101%);
  transform: translate(-1px, 2px);
  border-radius: 0;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  background: #f5f5f5;
}
@media screen and (max-width: 1199px) {
  .b--subfooter .dropup.open ul {
    width: calc(100.3%);
  }
}
@media screen and (max-width: 575px) {
  .b--subfooter .dropup.open ul {
    width: calc(100.5%);
  }
}
.b--subfooter .btn-default {
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  .b--subfooter .btn-default {
    border: none;
  }
}
.b--subfooter h6 {
  display: inline;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.26px;
  margin-top: 12px;
}
.b--subfooter ul {
  position: relative;
  float: right;
  margin: 0;
}
@media all and (max-width: 1200px) {
  .b--subfooter ul {
    float: none;
  }
}
.b--subfooter ul li {
  float: left;
}
.b--subfooter ul li a {
  float: left;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.26px;
}
.b--subfooter ul li a:hover {
  text-shadow: 0 0.015em #101010, 0 -0.015em #101010, 0.01em 0 #101010, -0.01em 0 #101010;
}
@media screen and (min-width: 1920px) {
  .page-multiStepCheckoutSummaryPage .b--subfooter {
    position: fixed;
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    height: 40px;
    bottom: 0;
  }
}
/* end of subfooter - desktop*/
/* footer */
.b--footer .ea-icon {
  max-height: 100%;
  display: inline-block;
  width: 50px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .b--footer {
    position: relative;
  }
  .b--footer .panel-group {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .b--footer .panel-group .panel {
    border-radius: 0px;
    width: 25%;
    float: left;
    box-shadow: none;
  }
  .b--footer .panel-default {
    border-color: white;
  }
  .b--footer .panel-default > .panel-heading {
    color: #000000;
    background-color: white;
    border-color: white;
    padding: 0;
  }
  .b--footer .panel-default > .panel-heading h4 {
    font-size: 16px;
    font-family: 'Montserrat', Arial, Sans-Serif;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 14px;
  }
  .b--footer .panel-default > .panel-heading h4 img {
    max-width: 133px;
    transform: translateY(-2px);
  }
  .b--footer .panel-default > .panel-heading h4 i {
    display: none;
  }
  .b--footer .panel-default > .panel-heading h4 a {
    cursor: text;
  }
  .b--footer .panel-default > .panel-heading h4 a:hover {
    text-decoration: none;
  }
  .b--footer .collapse {
    display: block;
  }
  .b--footer .panel-group .panel-heading + .panel-collapse > .panel-body,
  .b--footer .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0;
  }
  .b--footer .panel-body {
    padding: 0px;
  }
  .b--footer .panel-body__list-item {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 500;
  }
  .b--footer .panel-body__list-item a:hover {
    text-shadow: 0 0.015em #101010, 0 -0.015em #101010, 0.01em 0 #101010, -0.01em 0 #101010;
  }
  .b--footer .footer--mobile__social .media .s-3x {
    font-size: 22px;
  }
  .b--footer .footer--desktop__list--totheright li a {
    font-weight: 500;
  }
  .b--footer .footer--desktop__list--totheright li a:hover {
    text-shadow: 0 0.015em #101010, 0 -0.015em #101010, 0.01em 0 #101010, -0.01em 0 #101010;
  }
  .b--footer .socialList-mobile .s-3x {
    font-size: 32px;
  }
  .b--footer .b--subfooter {
    margin-top: 60px;
  }
  .b--footer .b--subfooter .ea-icon {
    position: absolute;
    left: 50%;
    top: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .b--footer {
    padding: 0px 0;
    margin-bottom: 0px;
  }
  .b--footer .panel-default {
    border: none;
  }
  .b--footer .panel-title {
    font-family: 'Montserrat', Arial, Sans-Serif;
    font-weight: 700;
    padding: 10px 0;
  }
  .b--footer .panel-title__logo {
    width: 40%;
    max-width: 160px;
  }
  .b--footer .panel-heading {
    position: relative;
  }
  .b--footer .panel-heading .s-chevron-right {
    position: absolute;
    right: 20px;
  }
  .b--footer .panel-heading .s-chevron-right:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .b--footer .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
  }
  .b--footer .panel-group .panel-heading {
    border-bottom: 1px solid #222222;
  }
  .b--footer .panel-default > .panel-heading {
    background-color: white!important;
    border-color: #bababa !important;
  }
  .b--footer .panel-body__list-item {
    padding: 5px 0;
    font-family: 'Gotham Book', Arial, Sans-Serif;
  }
  .b--footer__social {
    padding: 5px 0;
  }
  .b--footer__title {
    font-size: 16px;
    font-family: 'Montserrat', Arial, Sans-Serif;
    color: #222222;
    font-weight: 700;
    padding-bottom: 15px;
  }
  .b--footer .b--subfooter {
    position: relative;
    float: left;
    width: 100%;
    background-color: white;
    min-height: 37px;
  }
  .b--footer .b--subfooter .btn {
    padding: 8px 10px;
    font-family: 'Montserrat', Arial, Sans-Serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    background: #f5f5f5;
    width: 100%!important;
  }
  .b--footer .b--subfooter .btn .s-4x {
    margin-left: 10px;
    font-size: 12px;
  }
  .b--footer .b--subfooter .btn .s-chevron-right:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .b--footer .b--subfooter .ea-icon {
    position: unset;
    left: 50%;
    top: 30%;
    margin-top: 5px;
  }
  .b--footer h6 {
    font-size: 12px;
    font-weight: 600;
    text-align: center!important;
    float: none;
    display: block;
    margin-top: 30px;
  }
  .b--footer ul.text-center {
    position: relative;
    margin: 0;
    text-align: left;
    padding-left: 0;
    line-height: 1;
    padding-bottom: 18px;
  }
  .b--footer ul.text-center li {
    float: none;
    display: inline-block;
  }
  .b--footer ul.text-center li a {
    float: left;
    padding: 6px 16px;
    font-size: 12px;
    font-family: 'Montserrat', Arial, Sans-Serif;
    font-weight: 300;
    line-height: 1.8em;
  }
  .b--footer .list-unstyled .media-body a {
    padding-left: 0;
  }
  .b--footer .list-unstyled .s-3x {
    font-size: 2.2em;
  }
  .b--footer .socialList-mobile li {
    float: left;
    margin: 0;
    padding: 0;
  }
  .b--footer .socialList-mobile li a {
    padding: 10px 20px 10px 0;
  }
  .b--footer .socialList-mobile .s-3x {
    font-size: 2.5em;
  }
  .b--footer .list-unstyled.panel-body__list li {
    display: block;
  }
  .b--footer #accordion {
    border-top: 1px solid #cbcbcb;
    margin-top: 25px;
  }
  .b--footer #accordion .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .b--footer #accordion .panel .panel-heading {
    color: #000000;
    padding: 0;
    border-bottom: 1px solid #cbcbcb;
    border-color: #cbcbcb !important;
  }
  .b--footer #accordion .panel .panel-heading h4 {
    padding: 0;
  }
  .b--footer #accordion .panel .panel-heading a {
    width: 100%;
    display: block;
    padding: 18px 15px;
  }
  .b--footer .footer--mobile__social .list-inline {
    min-width: 250px;
  }
  .b--footer .footer--mobile__social h2 {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) and screen and (max-width: 768px) {
  .b--footer .b--subfooter .btn {
    border-bottom: none !important;
  }
}
@media (max-width: 480px) {
  .contact_img {
    padding-right: 15px;
  }
}
.contact_img img {
  width: 870px;
}
@media (max-width: 991px) {
  .contact_img img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact_img img {
    width: 870px;
  }
}
/* buttons */
.btn,
.cookie-policy-popup .accept-yellow-btn,
.cookie-policy-popup .reject-grey-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 11px 45px;
  border-radius: 0;
  text-align: center;
  /* mobile buttons */
  font-weight: 500;
  font-size: 16px;
}
.btn--primary {
  color: white;
  background-color: #000000;
  border: 1px solid #000000;
}
.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus {
  color: white !important;
  border: 1px solid white;
  background: none;
}
.btn--primary-light {
  color: white;
  background-color: #000000;
  border: 1px solid #000000;
}
.btn--primary-light:hover,
.btn--primary-light:active,
.btn--primary-light:focus {
  color: #000000 !important;
  border: 1px solid #000000;
  background-color: none;
}
.btn--primary-mobile {
  color: white;
  background-color: #000000;
  border: 1px solid #000000;
}
.btn--primary-mobile:hover,
.btn--primary-mobile:active,
.btn--primary-mobile:focus {
  color: #000000 !important;
  border: 1px solid #000000;
  background-color: none;
}
.btn--primary-mobile-inv {
  color: white;
  background-color: #000000;
  border: 1px solid #000000;
}
.btn--primary-mobile-inv:hover,
.btn--primary-mobile-inv:active,
.btn--primary-mobile-inv:focus {
  color: #000000 !important;
  background-color: inherit;
  border: 1px solid #000000;
}
.btn--secondary {
  color: white;
  background-color: #33577e;
  border: 1px solid #33577e;
}
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
  color: white !important;
  background-color: #0c3455;
  opacity: 1;
  border: 1px solid #0c3455;
}
.btn--secondary.add-to-cart:hover {
  background-color: #0c3455;
}
.btn--secondary.add-to-cart:active,
.btn--secondary.add-to-cart:focus {
  background-color: #33577e;
}
.btn--secondary.add-to-cart[disabled]:hover,
.btn--secondary.add-to-cart[disabled]:active,
.btn--secondary.add-to-cart[disabled]:focus {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn--secondary.quickAddToCart:hover {
  background-color: #0c3455!important;
}
.btn--secondary.quickAddToCart:active,
.btn--secondary.quickAddToCart:focus {
  background-color: #33577e!important;
}
.btn--secondary.add-to-wishlist:hover {
  background-color: #0c3455!important;
}
.btn--secondary.add-to-wishlist:active,
.btn--secondary.add-to-wishlist:focus {
  background-color: #33577e!important;
}
.btn--third {
  color: #000000;
  font-family: 'Gotham Book';
  font-size: 12px;
  text-transform: capitalize;
  background-color: none;
  border: none;
}
.btn--third:hover,
.btn--third:active,
.btn--third:focus {
  color: #000000 !important;
  opacity: 0.8;
}
.btn--outline-primary {
  color: #000000;
  background-color: white;
  border: 1px solid #000000;
}
.btn--outline-primary:hover,
.btn--outline-primary:active,
.btn--outline-primary:focus {
  background-color: #000000 !important;
  color: white!important;
}
.btn--quickShop {
  color: white;
  background-color: #000000;
  border: none;
  font-size: 14px;
}
.btn--quickShop:hover,
.btn--quickShop:active,
.btn--quickShop:focus {
  color: white !important;
  background-color: #000000;
  opacity: 0.9!important;
  font-size: 14px;
  border: none;
}
.btn--outline-secondary {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
}
.btn--outline-secondary:hover,
.btn--outline-secondary:active,
.btn--outline-secondary:focus {
  color: white !important;
  background-color: black;
  border: none;
  opacity: 1;
  border: 1px solid black;
}
.btn--outline-third {
  color: #33577e;
  background-color: initial;
  border: none;
}
.btn--outline-third:hover,
.btn--outline-third:active,
.btn--outline-third:focus {
  color: #33577e !important;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .btn--primary {
    color: white;
    background-color: initial;
    text-decoration: underline;
    text-underline-position: under;
    border: none;
  }
  .btn--primary:hover,
  .btn--primary:active,
  .btn--primary:focus {
    color: white !important;
    border: none;
    text-decoration: underline;
    background-color: initial;
  }
  .btn--primary-light {
    color: white;
    background-color: #000000;
    border: 1px solid #000000;
    text-decoration: none;
  }
  .btn--primary-light:hover,
  .btn--primary-light:active,
  .btn--primary-light:focus {
    color: #000000 !important;
    border: 1px solid #000000;
    background-color: none;
  }
  .btn--primary-mobile-inv {
    color: #000000;
    background-color: transparent;
    background: none;
    border: 0;
    text-decoration: underline !important;
  }
  .btn--primary-mobile-inv:hover,
  .btn--primary-mobile-inv:active,
  .btn--primary-mobile-inv:focus {
    color: #000000;
    background-color: transparent;
    background: none;
    border: 0;
    text-decoration: underline !important;
  }
  .btn--outline-primary--mobile {
    color: #000000 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    text-decoration: underline !important;
    border: none !important;
  }
  .btn--outline-primary--mobile:hover,
  .btn--outline-primary--mobile:active,
  .btn--outline-primary--mobile:focus {
    color: #000000 !important;
    border: none !important;
    text-decoration: underline !important;
    background-color: initial !important;
  }
  .btn--outline-secondary {
    color: white;
    background-color: initial;
    text-decoration: underline !important;
    border: none;
  }
  .btn--outline-secondary:hover,
  .btn--outline-secondary:active,
  .btn--outline-secondary:focus {
    color: white;
    background-color: initial;
    text-decoration: underline !important;
    border: none;
  }
  .btn--outline-secondary--mobile {
    color: white;
    background-color: initial;
    text-decoration: underline;
    border: none;
  }
  .btn--outline-secondary--mobile:hover,
  .btn--outline-secondary--mobile:active,
  .btn--outline-secondary--mobile:focus {
    color: white !important;
    background-color: initial !important;
    text-decoration: underline;
    border: none;
  }
}
/* Modal signup */
.modal.in .modal-dialog {
  position: absolute;
  left: 44%;
  top: 36%;
  left: calc(-142%);
  top: calc(-200%);
}
@media screen and (max-width: 768px) {
  .modal.in .modal-dialog {
    left: 18%;
    top: 18%;
    left: calc(-120%);
    top: calc(-187%);
  }
}
.b--modal-signup {
  position: relative;
}
.b--modal-signup .modal {
  padding: 0 !important;
}
.b--modal-signup__imgs {
  position: absolute;
  display: inline-block;
  width: 1140px;
  max-height: 579px;
  left: calc(-515%);
  top: calc(-235%);
  z-index: 1;
}
.b--modal-signup__imgs :first-child {
  position: relative;
  left: 67px;
  top: -32px;
  z-index: 4;
}
.b--modal-signup__imgs :last-child {
  position: relative;
  left: -88px;
  z-index: 3;
}
.b--modal-signup__window {
  position: relative;
  z-index: 5;
}
.b--modal-signup .modal-header {
  text-align: center;
  border: none;
}
.b--modal-signup .modal-content {
  border-radius: 0;
  border: none;
  padding: 30px;
}
.b--modal-signup .modal-content .modal-header {
  padding: 0;
}
.b--modal-signup .modal-header .close {
  margin-top: -2px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.b--modal-signup__window {
  max-width: 334px;
}
@media screen and (max-width: 768px) {
  .b--modal-signup__window {
    max-width: 320px;
  }
}
.b--modal-signup__logo {
  width: 220px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.b--modal-signup__title {
  text-align: center;
  font-size: 17px;
}
.b--modal-signup .form-control {
  color: #000000 !important;
  padding: 6px 12px 5px;
  padding-left: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.b--modal-signup .form-control:focus {
  border-color: #000000;
}
.b--modal-signup input {
  color: #000000 !important;
  height: 40px;
  margin: 8px 0;
  margin-right: 10px;
  width: 100%;
}
.b--modal-signup__footer {
  text-align: center;
}
.help-button {
  background: #295981;
  position: fixed;
  bottom: 20px;
  right: 22px;
  z-index: 100;
  border-radius: 50px;
  color: white;
  text-align: center;
  padding: 10px 15px;
}
.help-button__circle {
  height: 19px;
  width: 19px;
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  padding: 1px;
}
.help-button .s-question {
  font-size: 14px;
}
.help-button__text {
  display: inline-block;
  margin: 0;
  font-size: 13px;
}
/* headings */
.b--hd {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .b--hd {
    padding-top: 0px;
    padding-bottom: 25px;
  }
}
.b--hd-secondary {
  padding-top: 20px;
}
.b--hd__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.5px;
  color: #000000;
}
.b--hd__subtitle {
  font-family: 'Gotham Book';
  text-align: center;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.3px;
  line-height: 1.44;
  color: #000000;
}
/* Section Specific Overrrides
  @TODO remove/rpelace with global styles after
  blocks are modularized  */
.b--categories,
.b--listing {
  padding-top: 0;
}
.b--categories .b--hd,
.b--listing .b--hd {
  padding-top: 0!important;
}
@media screen and (max-width: 768px) {
  .b--categories .b--hd,
  .b--listing .b--hd {
    padding-top: 15px;
  }
}
.b--listing-product .breadcrumb {
  font-size: 12px;
  background-color: #FFFFFF;
  padding: 20px 2px;
  margin-bottom: 0;
}
.b--listing-product .breadcrumb a {
  color: #676767;
}
/* b--product */
.b--product {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  /* filter product - patterns*/
}
@media screen and (max-width: 768px) {
  .b--product {
    padding-bottom: 0;
  }
}
.b--product__img {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .b--product__img-quick {
    position: absolute;
    display: inline-block;
    padding: 11px 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .b--product__img:hover .b--product__img-quick {
    opacity: 1;
    pointer-events: fill;
  }
}
@media screen and (max-width: 1024px) {
  .b--product__img-quick {
    display: none;
  }
}
.b--product__img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.b--product__foot {
  position: relative;
  width: 100%;
  min-height: 135px;
  padding-top: 13px;
}
.b--product__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  color: #000000;
  margin-top: 18px;
  margin-bottom: 8px;
  padding-left: 0;
  line-height: normal;
  letter-spacing: 0.3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b--product__price {
  display: inline-block;
  font-family: 'Gotham Book';
  text-align: left;
  font-size: 14px;
  color: #000000;
  line-height: 0.43;
  letter-spacing: 0.3px;
}
.b--product__foot a:hover {
  text-decoration: none;
}
.b--product__foot a:hover .b--product__title {
  text-decoration: underline !important;
}
.b--product .metadata-option {
  position: relative;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .b--product .metadata-option {
    height: 33px;
    overflow: visible;
  }
}
.b--product .metadata-option .metadata-slider {
  width: 100%;
}
.b--product .metadata-option .metadata-slider.slick-slider {
  text-align: center;
}
.b--product .metadata-option .metadata-slider.slick-slider .slick-slide {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .b--product .metadata-option .metadata-slider {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    width: 206px;
    max-height: 33px;
    overflow: hidden;
  }
}
.b--product .metadata-option .metadata-slider span {
  display: inline-block;
}
.b--product .metadata-option .metadata-slider span a {
  border: 1px solid white;
  background-color: white;
  display: inline-block;
  float: left;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .b--product .metadata-option .metadata-slider span a {
    padding: 1px;
  }
}
.b--product .metadata-option .metadata-slider span a.active,
.b--product .metadata-option .metadata-slider span a:hover {
  border: 1px solid #000000;
}
.b--product .metadata-option .metadata-slider span a img {
  width: 62px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .b--product .metadata-option .metadata-slider span a img {
    height: auto;
  }
}
.b--product .metadata-option .metadata-slider .item {
  margin-right: 0px;
  margin-bottom: 8px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .b--product .metadata-option .metadata-slider .item {
    margin-right: 0px;
  }
}
.b--product .metadata-option .metadata-slider .slick-arrow {
  width: 26px;
  height: 34px;
  text-align: center;
  background-color: #FFFFFF;
  cursor: pointer;
}
.b--product .metadata-option .metadata-slider .arrow-prev {
  float: left;
}
.b--product .metadata-option .metadata-slider .arrow-next {
  float: right;
}
.b--product .metadata-option .metadata-slider .s-4x {
  display: inline-block;
  padding-top: 10px;
  font-size: 12px;
}
.b--product .metadata-option .metadata-slider .slick-list.draggable {
  position: relative;
  display: inline-block;
  width: 80%;
}
.b--product .metadata-option .metadata-slider .slick-list.draggable .slick-slide > div {
  display: grid;
  justify-content: center;
}
.b--product .metadata-option .metadata-option__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .b--product .metadata-option .metadata-option__btn {
    display: inline-block;
    float: right;
    text-transform: uppercase;
    border: 0 !important;
    padding: 7px 0 0 0;
    z-index: 2;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .b--product .metadata-option.active .metadata-slider {
    flex-wrap: wrap-reverse;
    bottom: -6px;
    max-height: 234px;
  }
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper-catalog .b--product {
    padding-bottom: 20px;
  }
}
.b--listing-product__wrapper-catalog .b--product .b--product__img {
  overflow: visible;
}
.b--listing-product__wrapper-catalog .b--product .b--product__foot {
  float: none;
  min-height: 139px;
}
.b--listing-product__wrapper-catalog .b--product .b--product__foot .promo p {
  font-size: 13px;
  font-weight: bold;
  color: #d40a0a;
  padding-top: 8px;
}
.b--listing-product__wrapper-catalog .b--product .b--product__foot h4 {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option {
    height: 20px;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    width: 108px;
    max-height: 20px;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item {
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item a {
    height: 19px;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item a img {
    max-width: 29px !important;
    vertical-align: baseline;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-option__btn {
    padding: 1px 0px;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option.active .metadata-slider {
    flex-wrap: wrap-reverse;
    bottom: -4px;
    max-height: 115px;
  }
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .b--product__data {
    margin-top: 15px;
    display: block;
  }
}
.b--listing-product__wrapper-catalog .b--product .b--product__foot .b--product__data .b--product__discount {
  display: inline-block;
  color: #dd0720;
  font-weight: bold;
  margin-right: 10px;
  color: #000 !important;
  font-size: 14px;
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
}
.b--listing-product__wrapper-catalog .b--product .b--product__foot .b--product__data .b--product__discount + .b--product__price {
  position: relative;
  color: #999999;
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .b--product__data .b--product__discount + .b--product__price {
    color: #000000;
  }
}
.b--listing-product__wrapper-catalog .b--product .b--product__foot .b--product__data .b--product__discount + .b--product__price::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999999;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .b--product__data .b--product__discount + .b--product__price::after {
    background-color: #000000;
  }
}
.b--listing-product__wrapper-catalog .b--product .b--product__foot .b--product__data .b--product__symbol {
  position: absolute;
  width: 56px;
  height: 36px;
  right: 0px;
  bottom: 8px;
}
.b--listing-product__wrapper-catalog .b--product .b--product__foot .b--product__data .b--product__promo {
  display: none;
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .b--product__data .b--product__promo {
    display: block;
    color: #dd0720;
    margin-top: 8px;
    font-size: 13px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .b--product--grid--list .metadata-option .metadata-slider {
    position: relative!important;
  }
  .b--product--grid--list .metadata-option .metadata-slider span.item {
    width: 36px;
  }
  .b--product--grid--list .metadata-option .metadata-slider span.item a img {
    height: 15px!important;
    object-fit: contain;
  }
  .b--product--grid--list .metadata-option .metadata-option__btn {
    font-size: 10px;
  }
}
.plp-products-list .b--product__img img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .plp-products-list .b--product__img img {
    height: auto;
  }
}
.plp-products-list .metadata-option {
  height: 50px;
}
@media (max-width: 768px) {
  .plp-products-list .metadata-option {
    height: 30px!important;
  }
}
@media (max-width: 768px) {
  .freeshipping-m-b {
    margin-bottom: 30px!important;
  }
  .promotional-m-b {
    margin-bottom: 25px!important;
  }
}
.b--product .metadata-option.Left-alignment-swatches .metadata-slider.slick-slider {
  text-align: left;
}
@media screen and (min-width: 900px) and (max-width: 1300px) {
  .b--product .metadata-option .metadata-slider .slick-arrow {
    width: 22px;
  }
  .b--product .metadata-option .metadata-slider span a img {
    width: 46px!important;
  }
}
/* Badge for new and Best Seller*/
.badge {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Gotham Book';
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.2px;
  font-weight: 400;
  background-color: #000000;
  color: white;
  border-radius: 0;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 8px;
  padding-bottom: 7px;
  z-index: 7;
}
.badge.preorder {
  right: 32px;
}
@media all and (max-width: 1200px) {
  .badge {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .b--listing-product .b--product .b--product__img .badge {
    font-size: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 5px;
    background-color: #000000;
  }
}
.b--home-slider__aside .b--product .b--product__img .badge {
  left: 0!important;
  width: max-content;
}
.b--posts {
  /* Section Specific Overrrides
  @TODO remove/rpelace with global styles after
  blocks are modularized  */
}
.b--posts a:hover {
  text-decoration: none;
}
.b--posts a:hover h3 {
  text-decoration: underline;
}
@media all and (max-width: 768px) {
  .b--posts .b--hd {
    padding-bottom: 0;
  }
}
.b--posts.blog-carousel .b--hd {
  padding-top: 0;
}
.b--post-primary {
  padding-top: 20px;
}
.b--post-primary__img {
  margin-bottom: 10px;
}
.b--post-primary__tag {
  font-size: 15px;
  font-family: 'Montserrat', Arial, Sans-Serif;
  color: #222222;
  font-weight: 700;
}
.b--post-primary__title {
  font-size: 22px;
  font-family: 'Montserrat', Arial, Sans-Serif;
  color: #222222;
  font-weight: 700;
  width: 85%;
  line-height: 22px;
  margin-top: 18px;
}
@media all and (max-width: 768px) {
  .b--post-primary__title {
    margin-top: 12px;
  }
}
.b--post-primary__date {
  font-size: 15px;
  font-family: 'Montserrat', Arial, Sans-Serif;
  color: #818384;
  font-weight: normal;
}
.b--notification {
  position: fixed;
  left: 10px;
  bottom: 10px;
}
.b--promo__form {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .b--promo__form {
    height: 85px;
  }
}
.b--promo__form__form-group {
  display: flex;
  align-items: center;
  width: 467px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .b--promo__form__form-group {
    padding: 0;
    width: inherit;
    max-width: 380px;
  }
}
.b--promo__form__form-control {
  width: 70%;
  border-radius: 0px!important;
}
.b--promo__form .form-control {
  color: #000000 !important;
  width: 298px;
  font-size: 12px;
  padding: 6px 12px 5px;
  padding-left: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.b--promo__form .form-control:focus {
  border-color: #000000;
}
.b--promo__form input {
  color: #000000 !important;
  height: 40px;
  margin: 8px 0;
  margin-right: 10px;
}
.b--promo__form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.b--promo__form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.b--promo__form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.b--promo__form :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.b--promo__form .btn {
  font-size: 12px;
  padding: 10px 45px;
}
@media screen and (max-width: 768px) {
  .b--promo__form .btn {
    padding: 11px 24px 10px;
  }
}
.b--promo__form__form-control {
  width: 70%;
  border-radius: 0px!important;
  margin-right: 30px;
}
.b--promo__form__error {
  color: red;
  position: absolute;
  bottom: 30px;
  left: 85px;
}
@media all and (max-width: 1200px) {
  .b--promo__form__error {
    bottom: -20px;
    left: 275px;
    font-size: 12px;
  }
}
@media all and (max-width: 992px) {
  .b--promo__form__error {
    left: 165px;
  }
}
@media all and (max-width: 767px) {
  .b--promo__form__error {
    left: 129px;
  }
}
@media all and (max-width: 450px) {
  .b--promo__form__error {
    left: 19px;
  }
}
.b--promo__form__success {
  color: green;
  display: none;
  position: absolute;
  bottom: 30px;
  left: 85px;
}
@media all and (max-width: 1200px) {
  .b--promo__form__success {
    bottom: -20px;
    left: 275px;
    font-size: 12px;
  }
}
@media all and (max-width: 992px) {
  .b--promo__form__success {
    left: 165px;
  }
}
@media all and (max-width: 767px) {
  .b--promo__form__success {
    left: 129px;
  }
}
@media all and (max-width: 450px) {
  .b--promo__form__success {
    left: 19px;
  }
}
.b--promo__form__hr {
  margin: 0;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* ==============
  HOME PAGE RULES
  =============== */
.b--section-primary {
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 639px) {
  .b--section-primary.primary-image-component {
    z-index: 10;
  }
}
.b--section-primary__bg-items {
  position: relative;
}
.b--section-primary__bg-items__item--desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .b--section-primary__bg-items__item--desktop {
    display: none;
  }
}
.b--section-primary__bg-items__item--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .b--section-primary__bg-items__item--mobile {
    display: block;
    min-width: 100%;
  }
}
.b--section-primary__bg-items__item--video video {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .b--section-primary__bg-items__item--video {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b--section-primary__wrapper {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
}
.b--section-primary__title {
  position: absolute;
  margin: 0;
  z-index: 50;
  color: #fff;
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Sans-Serif;
}
@media screen and (max-width: 768px) {
  .b--section-primary__title {
    position: relative;
    margin: 20px 0;
    font-size: 32px;
  }
}
.b--section-primary__subtitle {
  z-index: 50;
  position: absolute;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 18px;
  color: white;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .b--section-primary__subtitle {
    text-align: center;
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}
.b--section-primary__artwork {
  position: absolute;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .b--section-primary__artwork {
    position: relative;
  }
}
.b--section-primary__btn {
  position: absolute;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .b--section-primary__btn {
    position: relative;
  }
}
.b--section-primary__circle {
  z-index: 50;
  position: absolute;
}
.b--section-primary__circle__bd {
  position: relative;
  height: 30px;
  width: 30px;
  border: 2px solid white;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: all 1s ease-out;
}
.b--section-primary__circle__bd::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  height: 30px;
  width: 30px;
  border: 2px solid white;
  border-radius: 50%;
}
.b--section-primary__circle__bd__icon {
  position: absolute;
  top: 6px;
  font-size: 1.2em;
  right: 5px;
}
.b--section-primary__circle__label {
  position: absolute;
  min-width: 100px;
  min-width: max-content;
  top: -45px;
  left: 50%;
  z-index: 0;
  background: #000000c7;
  color: white;
  padding: 8px 30px 6px;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: all 0.2s ease-out;
}
.b--section-primary__circle__label::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.78);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.b--section-primary__circle:hover .b--section-primary__circle__bd::before {
  animation: ripple 1s infinite forwards;
  animation-iteration-count: 1;
}
.b--section-primary__circle:hover .b--section-primary__circle__label {
  opacity: 1;
}
.b--section-primary__circle:hover .b--section-primary__circle__bd {
  background: #000;
}
.b--cta-primary {
  min-height: 440px;
  position: relative;
  overflow: hidden;
}
.b--cta-primary:first-child {
  border-right: 1px solid white;
}
.b--cta-primary:first-last {
  border: none;
}
@media all and (max-width: 768px) {
  .b--cta-primary {
    min-height: 535px;
    margin-bottom: 2px;
  }
}
.b--cta-primary__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 42px;
  color: white;
  margin-top: 0;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .b--cta-primary__title {
    font-size: 32px;
  }
}
.b--cta-primary__artwork {
  pointer-events: none;
  margin-top: -70px;
  padding-top: 0;
  max-width: 318px;
}
@media all and (max-width: 768px) {
  .b--cta-primary__artwork {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.b--cta-primary__bg {
  position: absolute;
  background-size: cover;
  background-position: center center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.b--cta-primary__bg--mobile {
  display: none;
}
@media all and (max-width: 768px) {
  .b--cta-primary__bg--mobile {
    display: block;
  }
  .b--cta-primary__bg--desktop {
    display: none;
  }
}
.b--cta-primary__wrapper {
  position: absolute;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
}
.b--cta-primary__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
}
.b--cta-primary__wrapper__bd {
  padding-left: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 768px) {
  .b--cta-primary__wrapper__bd {
    padding: 10px;
    text-align: center;
  }
}
.b--category-primary {
  position: relative;
}
.b--category-primary--margin {
  margin-right: 2px;
}
.b--category-primary__img {
  width: 100%;
  overflow: hidden;
}
.b--category-primary__img a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
}
.b--category-primary__img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.b--category-primary .btn {
  position: absolute;
  width: 193px;
  bottom: 18px;
  left: calc(-47%);
  margin-bottom: 25px;
  padding-bottom: 18px;
  padding-top: 19px;
  z-index: 2;
}
/* card category secondary  - polos, hats, active */
.b--category-secondary {
  position: relative;
}
@media screen and (max-width: 768px) {
  .b--category-secondary {
    display: block;
    float: left;
  }
}
.b--category-secondary__img {
  overflow: hidden;
}
.b--category-secondary__img img {
  display: block;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1366px) {
  .b--category-secondary__img img {
    width: 100vw;
    margin: 0 auto!important;
  }
}
.b--category-secondary__foot {
  position: relative;
  display: block;
  float: left;
  height: 250px;
  width: 100%;
}
.b--category-secondary__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 42px;
  color: #000000;
  margin-bottom: 17px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .b--category-secondary__title {
    margin-bottom: 5px;
  }
}
.b--category-secondary__text {
  font-family: 'Gotham Book';
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 74px;
  overflow: hidden;
}
.b--category-secondary .btn {
  position: absolute;
  bottom: 20px;
  width: 196px;
  left: calc(-43%);
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: static;
}
@media screen and (max-width: 768px) {
  .b--category-secondary .btn {
    bottom: 45px;
  }
}
.b--cta-secondary {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 220px;
}
@media all and (max-width: 1060px) {
  .b--cta-secondary {
    height: 266px;
  }
}
.b--cta-secondary .b--va-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.b--cta-secondary .b--va-wrap::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media all and (max-width: 1060px) {
  .b--cta-secondary .b--va-wrap::after {
    background: rgba(0, 0, 0, 0.7);
  }
}
.b--cta-secondary__logo,
.b--cta-secondary__heading,
.b--cta-secondary__btn {
  position: absolute;
  transform: translateY(-50%) translateX(0);
  z-index: 2;
}
@media all and (max-width: 1060px) {
  .b--cta-secondary__logo,
  .b--cta-secondary__heading,
  .b--cta-secondary__btn {
    text-align: center;
    transform: translateY(0) translateX(-50%);
  }
}
@media all and (max-width: 1060px) {
  .b--cta-secondary__logo {
    max-width: 200px !important;
  }
}
@media all and (max-width: 1060px) {
  .b--cta-secondary__logo {
    width: 100%;
  }
}
.b--cta-secondary__heading {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 11px;
  line-height: 1.3;
  color: white;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 1060px) {
  .b--cta-secondary__heading {
    width: 100%;
    line-height: 1.5;
  }
}
/* CTA secondary - fullwidth cta */
.b--cta-fullwidth {
  padding: 80px 0;
}
@media all and (max-width: 1200px) {
  .b--cta-fullwidth .container {
    width: 100%;
  }
}
@media all and (max-width: 1060px) {
  .b--cta-fullwidth {
    padding: 40px 0 50px;
  }
}
.b--text-link {
  font-weight: 700;
  background: none;
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
  color: #000;
  text-transform: none;
  border: none;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
}
.b--text-link:hover,
.b--text-link:focus {
  border: none;
  color: #000;
  text-decoration: underline;
}
/* Buy this look slider */
.b--home-slider__description {
  position: relative;
  width: 340px;
  margin-top: 200px;
  margin-left: -102px;
  z-index: 5;
}
.b--home-slider__description__title {
  color: #000000;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 41px;
  font-weight: 700;
  text-transform: uppercase;
}
.b--home-slider__description__subtitle {
  color: #000000;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 16px;
  max-width: 220px;
  margin: 22px 0;
}
@media all and (max-width: 1400px) {
  .b--home-slider__description {
    margin-left: -24px;
  }
}
@media all and (max-width: 1325px) {
  .b--home-slider__description {
    margin-left: 20px;
  }
}
@media all and (max-width: 1200px) {
  .b--home-slider__description {
    width: 100%;
    margin-top: 45px;
    margin-left: 0;
    z-index: 5;
  }
  .b--home-slider__description__title {
    font-size: 26px;
    text-align: center;
  }
  .b--home-slider__description__subtitle {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
    margin: 5px 0 20px 0;
  }
  .b--home-slider__description .btn {
    display: none;
  }
}
.b--home-slider__img {
  position: relative;
  width: 570px;
  height: 565px;
  margin-left: -41px;
}
.b--home-slider__img img {
  max-width: 110%;
}
.b--home-slider__img .btn {
  display: none;
}
@media all and (max-width: 1200px) {
  .b--home-slider__img .btn {
    display: block;
    position: absolute;
    width: 280px;
    left: calc(-90%);
    text-align: center;
    bottom: 21px;
  }
}
@media all and (max-width: 1400px) {
  .b--home-slider__img {
    margin-left: 0;
  }
}
@media all and (max-width: 1325px) {
  .b--home-slider__img {
    margin-left: 80px;
    width: 480px;
    height: auto;
  }
}
@media all and (max-width: 1200px) {
  .b--home-slider__img {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .b--home-slider__img img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.b--home-slider__aside {
  position: relative;
  width: 360px;
  margin-left: 50px;
}
.b--home-slider .slick-arrow {
  position: absolute;
  bottom: -65px;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .b--home-slider .slick-arrow {
    bottom: -51px;
  }
}
.b--home-slider .slick-arrow .s-4x {
  font-size: 16px;
}
.b--home-slider .arrow-prev {
  left: 40%;
  left: calc(-82%);
}
.b--home-slider .arrow-next {
  right: 40%;
  right: calc(-82%);
}
.b--home-slider .slick-dots {
  text-align: center!important;
  width: 236px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 70px;
  padding-left: 52px;
  padding-right: 50px;
}
.b--home-slider .slick-dots li button {
  position: relative;
  float: left;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 16px;
  padding: 0;
  cursor: pointer;
  background: #cecdd3;
  text-indent: -99999999px;
  border-radius: 32px;
  border: 0;
}
.b--home-slider .slick-dots li.slick-active button {
  background-color: #000000;
}
.b--home-slider .slick-dots li:last-child button {
  margin-right: 0;
}
@media all and (max-width: 1200px) {
  .b--home-slider ul.slick-dots {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1400px) {
  .b--home-slider__aside {
    margin-left: 80px;
  }
}
@media all and (max-width: 1325px) {
  .b--home-slider__aside {
    width: 290px;
  }
}
@media all and (max-width: 1200px) {
  .b--home-slider__aside {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .b--home-slider {
    padding: 0;
  }
}
/* Product small */
.b--product__title--smaller {
  font-size: 13px!important;
  text-align: center!important;
}
.b--product__price--smaller {
  font-size: 12px!important;
  margin-top: -5px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
}
.b--product--smaller {
  display: block;
  margin-bottom: 0px!important;
  padding-bottom: 15px!important;
}
.b--product--smaller:hover {
  text-decoration: none;
}
.b--product--smaller:hover h4 {
  text-decoration: underline;
}
.b--product--spacer {
  margin: 0 8px;
}
.b--product-highlight .col-lg-9.col-md-8,
.b--product-highlight .col-lg-3.col-md-4 {
  padding: 0;
}
.b--product-highlight__wrapper {
  position: relative;
  width: 338px;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .b--product-highlight__wrapper {
    width: 275px;
  }
}
@media screen and (max-width: 992px) {
  .b--product-highlight__wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .b--product-highlight__wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
.b--product-highlight__outline {
  position: relative;
  border: 1px solid #c9cbd0;
  padding: 67px;
  top: 95px;
  left: -45px;
}
@media screen and (max-width: 1200px) {
  .b--product-highlight__outline {
    top: 13px;
    left: -55px;
  }
}
@media screen and (max-width: 992px) {
  .b--product-highlight__outline {
    top: 0;
    left: 0;
    margin-top: -34px;
    margin-bottom: 10px;
  }
}
.b--product-highlight__title {
  color: black;
  font-size: 29px;
  font-weight: 700;
  font-family: 'Montserrat', Arial, Sans-Serif;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .b--product-highlight__title {
    font-size: 23px;
  }
}
.b--product-highlight__subtitle {
  color: black;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 16px;
  line-height: 23px;
  width: 91%;
}
.b--product-highlight .btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .b--product-highlight .btn--primary-mobile-inv {
    padding: 0;
    text-align: left;
    font-weight: 600;
  }
}
.b--product-highlight__img {
  position: relative;
  margin-left: 22px;
}
@media screen and (max-width: 768px) {
  .b--product-highlight__img {
    overflow: hidden;
    margin-left: 0;
  }
  .b--product-highlight__img img {
    max-width: 106%;
    position: relative;
    left: -3%;
  }
}
.b--product-highlight .b--va-wrap {
  right: 144px;
}
.b--slider--shopLook {
  overflow-x: hidden;
  overflow-y: hidden;
}
/* positioning HOME b--section-primary */
#b--section-primary1 #dot-primary.dot-primary--top {
  top: 49%;
}
#b--section-primary1 #dot-primary.dot-primary--left {
  left: 61%;
}
#b--section-primary1 #dot-secondary.dot-secondary--top {
  top: 82%;
}
#b--section-primary1 #dot-secondary.dot-secondary--left {
  left: 72%;
}
#b--section-primary1 .b--section-primary__title--width {
  max-width: 520px;
}
#b--section-primary1 .b--section-primary__title--top {
  top: 34%;
}
@media all and (max-width: 768px) {
  #b--section-primary1 .b--section-primary__title--top {
    top: 69%;
  }
}
#b--section-primary1 .b--section-primary__title--left {
  left: 6%;
}
@media all and (max-width: 768px) {
  #b--section-primary1 .b--section-primary__title--left {
    left: 50%;
  }
}
#b--section-primary1 .b--section-primary__subtitle--width {
  max-width: 520px;
}
@media all and (max-width: 768px) {
  #b--section-primary1 .b--section-primary__subtitle--width {
    max-width: 95%;
  }
}
#b--section-primary1 .b--section-primary__subtitle--top {
  top: 48%;
}
@media all and (max-width: 768px) {
  #b--section-primary1 .b--section-primary__subtitle--top {
    top: 83%;
  }
}
#b--section-primary1 .b--section-primary__subtitle--left {
  left: 6.1%;
}
@media all and (max-width: 768px) {
  #b--section-primary1 .b--section-primary__subtitle--left {
    left: 50%;
  }
}
#b--section-primary1 .b--section-primary__btn--top {
  top: 59%;
}
@media all and (max-width: 768px) {
  #b--section-primary1 .b--section-primary__btn--top {
    top: 92%;
  }
}
#b--section-primary1 .b--section-primary__btn--left {
  left: 6.1%;
}
@media all and (max-width: 768px) {
  #b--section-primary1 .b--section-primary__btn--left {
    left: 50%;
  }
}
#b--section-primary2 #dot-primary.dot-primary--top {
  top: 58%;
}
#b--section-primary2 #dot-primary.dot-primary--left {
  left: 89%;
}
#b--section-primary2 #dot-secondary.dot-secondary--top {
  top: 0;
}
#b--section-primary2 #dot-secondary.dot-secondary--left {
  left: 0;
}
#b--section-primary2 .b--section-primary__title--width {
  max-width: 520px;
}
#b--section-primary2 .b--section-primary__title--top {
  top: 34%;
}
@media all and (max-width: 768px) {
  #b--section-primary2 .b--section-primary__title--top {
    top: 63%;
  }
}
#b--section-primary2 .b--section-primary__title--left {
  left: 6%;
}
@media all and (max-width: 768px) {
  #b--section-primary2 .b--section-primary__title--left {
    left: 50%;
  }
}
#b--section-primary2 .b--section-primary__subtitle--width {
  max-width: 520px;
}
@media all and (max-width: 768px) {
  #b--section-primary2 .b--section-primary__subtitle--width {
    max-width: 95%;
  }
}
#b--section-primary2 .b--section-primary__subtitle--top {
  top: 48%;
}
@media all and (max-width: 768px) {
  #b--section-primary2 .b--section-primary__subtitle--top {
    top: 80%;
  }
}
#b--section-primary2 .b--section-primary__subtitle--left {
  left: 6.1%;
}
@media all and (max-width: 768px) {
  #b--section-primary2 .b--section-primary__subtitle--left {
    left: 50%;
  }
}
#b--section-primary2 .b--section-primary__btn--top {
  top: 63%;
}
@media all and (max-width: 768px) {
  #b--section-primary2 .b--section-primary__btn--top {
    top: 92%;
  }
}
#b--section-primary2 .b--section-primary__btn--left {
  left: 6.1%;
}
@media all and (max-width: 768px) {
  #b--section-primary2 .b--section-primary__btn--left {
    left: 50%;
  }
}
#b--section-primary3 #dot-primary.dot-primary--top {
  top: 0;
}
#b--section-primary3 #dot-primary.dot-primary--left {
  left: 0;
}
#b--section-primary3 #dot-secondary.dot-secondary--top {
  top: 0;
}
#b--section-primary3 #dot-secondary.dot-secondary--left {
  left: 0;
}
#b--section-primary3 .b--section-primary__title--width {
  max-width: 520px;
}
#b--section-primary3 .b--section-primary__title--top {
  top: 44%;
}
@media all and (max-width: 768px) {
  #b--section-primary3 .b--section-primary__title--top {
    top: 81%;
  }
}
#b--section-primary3 .b--section-primary__title--left {
  left: 6%;
}
@media all and (max-width: 768px) {
  #b--section-primary3 .b--section-primary__title--left {
    left: 50%;
  }
}
#b--section-primary3 .b--section-primary__subtitle--width {
  max-width: 520px;
}
@media all and (max-width: 768px) {
  #b--section-primary3 .b--section-primary__subtitle--width {
    max-width: 95%;
  }
}
#b--section-primary3 .b--section-primary__subtitle--top {
  top: 41%;
}
@media all and (max-width: 768px) {
  #b--section-primary3 .b--section-primary__subtitle--top {
    top: 79%;
  }
}
#b--section-primary3 .b--section-primary__subtitle--left {
  left: 6.1%;
}
@media all and (max-width: 768px) {
  #b--section-primary3 .b--section-primary__subtitle--left {
    left: 50%;
  }
}
#b--section-primary3 .b--section-primary__btn--top {
  top: 59%;
}
@media all and (max-width: 768px) {
  #b--section-primary3 .b--section-primary__btn--top {
    top: 92%;
  }
}
#b--section-primary3 .b--section-primary__btn--left {
  left: 6.1%;
}
@media all and (max-width: 768px) {
  #b--section-primary3 .b--section-primary__btn--left {
    left: 50%;
  }
}
/* positioning HOME b--cta-secondary */
#b--cta-secondary1 .b--cta-secondary__logo--top {
  top: 50%;
}
@media all and (max-width: 768px) {
  #b--cta-secondary1 .b--cta-secondary__logo--top {
    top: 15%;
  }
}
#b--cta-secondary1 .b--cta-secondary__logo--left {
  left: 6%;
}
@media all and (max-width: 768px) {
  #b--cta-secondary1 .b--cta-secondary__logo--left {
    left: 50%;
  }
}
#b--cta-secondary1 .b--cta-secondary__logo--width {
  max-width: 25%;
}
@media all and (max-width: 768px) {
  #b--cta-secondary1 .b--cta-secondary__logo--width {
    max-width: 65%;
  }
}
#b--cta-secondary1 .b--cta-secondary__heading--top {
  top: 50%;
}
@media all and (max-width: 768px) {
  #b--cta-secondary1 .b--cta-secondary__heading--top {
    top: 40%;
  }
}
#b--cta-secondary1 .b--cta-secondary__heading--left {
  left: 42%;
}
@media all and (max-width: 768px) {
  #b--cta-secondary1 .b--cta-secondary__heading--left {
    left: 50%;
  }
}
#b--cta-secondary1 .b--cta-secondary__heading--width {
  max-width: 38%;
}
@media all and (max-width: 768px) {
  #b--cta-secondary1 .b--cta-secondary__heading--width {
    max-width: 90%;
  }
}
#b--cta-secondary1 .b--cta-secondary__btn--top {
  top: 50%;
}
@media all and (max-width: 768px) {
  #b--cta-secondary1 .b--cta-secondary__btn--top {
    top: 71%;
  }
}
#b--cta-secondary1 .b--cta-secondary__btn--left {
  left: 76%;
}
@media all and (max-width: 768px) {
  #b--cta-secondary1 .b--cta-secondary__btn--left {
    left: 50%;
  }
}
/* positioning PLP b--listing-banner */
#b--listing-banner1 .b--listing-banner__title--top {
  top: 30%;
}
@media all and (max-width: 768px) {
  #b--listing-banner1 .b--listing-banner__title--top {
    top: 40%;
  }
}
#b--listing-banner1 .b--listing-banner__title--left {
  left: 6%;
}
@media all and (max-width: 768px) {
  #b--listing-banner1 .b--listing-banner__title--left {
    left: 50%;
  }
}
#b--listing-banner1 .b--listing-banner__title--width {
  max-width: 90%;
}
@media all and (max-width: 768px) {
  #b--listing-banner1 .b--listing-banner__title--width {
    max-width: 90%;
  }
}
#b--listing-banner1 .b--listing-banner__subtitle--top {
  top: 45%;
}
@media all and (max-width: 768px) {
  #b--listing-banner1 .b--listing-banner__subtitle--top {
    top: 40%;
  }
}
#b--listing-banner1 .b--listing-banner__subtitle--left {
  left: 6%;
}
@media all and (max-width: 768px) {
  #b--listing-banner1 .b--listing-banner__subtitle--left {
    left: 50%;
  }
}
#b--listing-banner1 .b--listing-banner__subtitle--width {
  max-width: 50%;
}
@media all and (max-width: 768px) {
  #b--listing-banner1 .b--listing-banner__subtitle--width {
    max-width: 90%;
  }
}
#b--listing-banner1 .b--listing-banner__btn--top {
  top: 60%;
}
@media all and (max-width: 768px) {
  #b--listing-banner1 .b--listing-banner__btn--top {
    top: 71%;
  }
}
#b--listing-banner1 .b--listing-banner__btn--left {
  left: 6%;
}
@media all and (max-width: 768px) {
  #b--listing-banner1 .b--listing-banner__btn--left {
    left: 50%;
  }
}
#b--listing-banner2 .b--listing-banner__title--top {
  top: 30%;
}
@media all and (max-width: 768px) {
  #b--listing-banner2 .b--listing-banner__title--top {
    top: 40%;
  }
}
#b--listing-banner2 .b--listing-banner__title--left {
  left: 6%;
}
@media all and (max-width: 768px) {
  #b--listing-banner2 .b--listing-banner__title--left {
    left: 50%;
  }
}
#b--listing-banner2 .b--listing-banner__title--width {
  max-width: 90%;
}
@media all and (max-width: 768px) {
  #b--listing-banner2 .b--listing-banner__title--width {
    max-width: 90%;
  }
}
#b--listing-banner2 .b--listing-banner__subtitle--top {
  top: 45%;
}
@media all and (max-width: 768px) {
  #b--listing-banner2 .b--listing-banner__subtitle--top {
    top: 40%;
  }
}
#b--listing-banner2 .b--listing-banner__subtitle--left {
  left: 6%;
}
@media all and (max-width: 768px) {
  #b--listing-banner2 .b--listing-banner__subtitle--left {
    left: 50%;
  }
}
#b--listing-banner2 .b--listing-banner__subtitle--width {
  max-width: 50%;
}
@media all and (max-width: 768px) {
  #b--listing-banner2 .b--listing-banner__subtitle--width {
    max-width: 90%;
  }
}
#b--listing-banner2 .b--listing-banner__btn--top {
  top: 60%;
}
@media all and (max-width: 768px) {
  #b--listing-banner2 .b--listing-banner__btn--top {
    top: 71%;
  }
}
#b--listing-banner2 .b--listing-banner__btn--left {
  left: 6%;
}
@media all and (max-width: 768px) {
  #b--listing-banner2 .b--listing-banner__btn--left {
    left: 50%;
  }
}
/* ======================
  PRODUCT LIST PAGE RULES
  ======================= */
.searchModal #productsDiv .sr-detail-panel .sr-color-list li a:hover {
  -webkit-box-shadow: inset 0 0 0 2px #FFFFFF!important;
  -moz-box-shadow: inset 0 0 0 2px #FFFFFF!important;
  box-shadow: inset 0 0 0 2px #FFFFFF!important;
}
.searchModal #productsDiv .sr-detail-panel .sr-color-list li a.active:hover {
  -webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
  -moz-box-shadow: inset 0 0 0 2px #FFFFFF;
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.page-productGrid .b--listing-product__filters#facetOverlay {
  padding: 10px 0px 0 !important;
}
@media (max-width: 768px) {
  .page-productGrid .b--listing-product__filters#facetOverlay {
    padding: 10px 20px 0 !important;
  }
}
.page-productGrid .b--listing-product__filters--color .facet__list .panel-body__list li form label .panel-body__color-item .js-facet-checkbox:hover {
  box-shadow: inset 0 0 0 2px #FFFFFF!important;
}
.page-productGrid .b--listing-product__filters--color .facet__list .panel-body__list li form label .panel-body__color-item .js-facet-checkbox.active:hover {
  box-shadow: inset 0 0 0 2px #FFFFFF!important;
}
.page-productDetails .b--listing-product__filters--size ul li {
  border-top: 0px;
}
.page-productDetails .b--listing-product__filters--size ul li a {
  border: 1px solid #000;
  border-left: 0;
}
.page-productDetails .b--listing-product__filters--size ul li:nth-child(5n+1) a {
  border-left: 1px solid #000;
}
.page-productDetails .b--listing-product__filters--size ul li:nth-child(n+6) a {
  border-top: 0!important;
}
.page-shopTheLook .b--listing-product__filters--size ul li {
  border-top: 0px;
}
.page-shopTheLook .b--listing-product__filters--size ul li a {
  border: 1px solid #000;
  border-left: 0;
}
.page-shopTheLook .b--listing-product__filters--size ul li:nth-child(5n+1) a {
  border-left: 1px solid #000;
}
.page-shopTheLook .b--listing-product__filters--size ul li:nth-child(n+6) a {
  border-top: 0!important;
}
@media screen and (max-width: 768px) {
  .b--listing-product .b-listing-filter-title h1 {
    margin-bottom: 10px;
  }
}
.b--listing-product__filters {
  font-family: 'Montserrat', Arial, Sans-Serif;
}
.b--listing-product__filters#facetOverlay {
  padding: 15px 20px 0 !important;
}
.b--listing-product__filters h1 {
  font-size: 47px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .b--listing-product__filters h1 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.b--listing-product__filters ul {
  text-transform: uppercase;
  padding-left: 0;
  border-bottom: 1px solid #CDCDCD;
}
.b--listing-product__filters ul li {
  border-top: 1px solid #CDCDCD;
}
.b--listing-product__filters ul h2 {
  font-size: 14px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 19px;
  margin: 0;
}
.b--listing-product__filters ul a {
  display: block;
  width: 100%;
  font-size: 13px;
  padding-right: 0;
  padding-left: 20px;
  font-weight: 600;
}
.b--listing-product__filters ul a.deactivated.active,
.b--listing-product__filters ul a.deactivated:hover,
.b--listing-product__filters ul a.deactivated:active {
  text-decoration: none;
}
.b--listing-product__filters ul a:not(.deactivated).active,
.b--listing-product__filters ul a:not(.deactivated):hover,
.b--listing-product__filters ul a:not(.deactivated):active {
  background-color: #F2F2F2;
}
.b--listing-product__filters .panel-group {
  margin-top: 47px;
}
.b--listing-product__filters .panel-group .panel {
  border-top: 3px solid #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.b--listing-product__filters .panel-group .panel-default > .panel-heading {
  border: 0;
  padding: 15px 0 20px!important;
}
.b--listing-product__filters .panel-group .panel-heading .s-chevron-right {
  right: 5px;
  top: 18px;
}
.b--listing-product__filters .panel-group h3 {
  font-size: 18px;
  font-weight: 700;
}
.b--listing-product__filters .panel-group ul {
  border: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .b--listing-product__filters .panel-group ul {
    margin-bottom: 6px;
  }
}
.b--listing-product__filters .panel-group .panel + .panel {
  margin-top: 0;
}
.b--listing-product__filters .panel-body {
  padding: 0;
}
.b--listing-product__filters--size ul li {
  display: inline-block;
  width: 32%;
  margin-right: 1px;
  margin-bottom: 5px;
  border: 1px solid #000000;
}
.b--listing-product__filters--size ul li a {
  text-align: center;
  font-weight: 600;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.b--listing-product__filters--size ul li a:not(.deactivated).active,
.b--listing-product__filters--size ul li a:not(.deactivated):hover,
.b--listing-product__filters--size ul li a:not(.deactivated):active {
  background-color: #000000;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.b--listing-product__filters--size ul li:nth-child(3n) {
  margin-right: 0;
}
.b--listing-product__filters--color ul li {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 2px;
  border: none;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}
.b--listing-product__filters--color ul li a {
  width: 34px;
  height: 34px;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  padding: 0;
  background-color: transparent;
}
.b--listing-product__filters--color ul li a:not(.deactivated).active,
.b--listing-product__filters--color ul li a:not(.deactivated):hover,
.b--listing-product__filters--color ul li a:not(.deactivated):active {
  background-color: inherit;
  border: 1px solid #000000;
  -webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
  -moz-box-shadow: inset 0 0 0 2px #FFFFFF;
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.b--listing-product__filters--color ul li .color-black {
  background-color: #000000 !important;
}
.b--listing-product__filters--color ul li .color-white {
  background-color: #FDFEFE !important;
}
.b--listing-product__filters--color ul li .color-gray {
  background-color: #B4B4B4 !important;
}
.b--listing-product__filters--color ul li .color-darkbrown {
  background-color: #424242 !important;
}
.b--listing-product__filters--color ul li .color-purple {
  background-color: #494377 !important;
}
.b--listing-product__filters--color ul li .color-violet {
  background-color: #AFACC8 !important;
}
.b--listing-product__filters--color ul li .color-darkblue {
  background-color: #31406E !important;
}
.b--listing-product__filters--color ul li .color-lightblue {
  background-color: #778ED3 !important;
}
.b--listing-product__filters--color ul li .color-darkgreen {
  background-color: #3C544A !important;
}
.b--listing-product__filters--color ul li .color-lightgreen {
  background-color: #8CB7A5 !important;
}
.b--listing-product__filters--color ul li .color-magent {
  background-color: #935C5D !important;
}
.b--listing-product__filters--color ul li .color-orange {
  background-color: #C8995D !important;
}
.b--listing-product__filters--color ul li .color-blue {
  background-color: #022F6E !important;
}
.b--listing-product__filters--color ul li .color-green {
  background-color: #245627 !important;
}
.b--listing-product__filters--color ul li .color-yellow {
  background-color: #EFF990 !important;
}
.b--listing-product__filters--color ul li .color-grey {
  background-color: #808080 !important;
}
.b--listing-product__filters--color ul li .color-pink {
  background-color: pink !important;
}
.b--listing-product__filters--color ul li .color-orange {
  background-color: #FF9A47 !important;
}
.b--listing-product__filters--color ul li .color-purple {
  background-color: #48042B !important;
}
.b--listing-product__filters--color ul li .color-red {
  background-color: #A40A16 !important;
}
.b--listing-product__filters--color ul li .color-brown {
  background-color: #532818 !important;
}
.b--listing-product__filters--fabric ul,
.b--listing-product__filters--lorem ul {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  text-transform: capitalize;
}
.b--listing-product__filters--fabric ul li,
.b--listing-product__filters--lorem ul li {
  border: none;
  margin-bottom: 5px;
}
.b--listing-product__filters--fabric ul li a,
.b--listing-product__filters--lorem ul li a {
  display: flex;
  font-size: 16px;
  line-height: 28px;
  padding: 0;
}
.b--listing-product__filters--fabric ul li a span,
.b--listing-product__filters--lorem ul li a span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
  margin-right: 15px;
}
.b--listing-product__filters--fabric ul li a:not(.deactivated).active,
.b--listing-product__filters--lorem ul li a:not(.deactivated).active,
.b--listing-product__filters--fabric ul li a:not(.deactivated):hover,
.b--listing-product__filters--lorem ul li a:not(.deactivated):hover,
.b--listing-product__filters--fabric ul li a:not(.deactivated):active,
.b--listing-product__filters--lorem ul li a:not(.deactivated):active {
  background-color: transparent;
}
.b--listing-product__filters--fabric ul li a:not(.deactivated).active span,
.b--listing-product__filters--lorem ul li a:not(.deactivated).active span,
.b--listing-product__filters--fabric ul li a:not(.deactivated):hover span,
.b--listing-product__filters--lorem ul li a:not(.deactivated):hover span,
.b--listing-product__filters--fabric ul li a:not(.deactivated):active span,
.b--listing-product__filters--lorem ul li a:not(.deactivated):active span {
  background-color: #000000;
}
.b--listing-product__filters .b--mobile {
  padding: 0 5px;
}
.b--listing-product__filters .b--mobile > .row {
  padding: 0;
  position: relative;
}
.b--listing-product__filters .b--mobile .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  padding-left: 0;
}
.b--listing-product__filters .b--mobile .dropdown .btn {
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  text-transform: initial;
}
.b--listing-product__filters .b--mobile .dropdown .btn:hover {
  text-decoration: none;
}
.b--listing-product__filters .b--mobile .dropdown button {
  background: none;
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b--listing-product__filters .b--mobile .dropdown button .s-4x {
  position: absolute;
  font-size: 1em;
  right: 0px;
  top: 3px;
}
.b--listing-product__filters .b--mobile .open > .dropdown-menu {
  display: block;
  width: 100%;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
  border-top: 0;
}
.b--listing-product__filters .b--mobile .filtered {
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px solid #CDCDCD;
  margin-top: 12px;
  padding-bottom: 19px;
}
.b--listing-product__filters .b--mobile .filtered a {
  display: block;
  border: 1px solid #000000;
  font-size: 13px;
  font-weight: 600;
  padding: 8px;
}
.b--listing-product__filters .b--mobile .filtered a .s-4x {
  position: absolute;
  font-size: 1em;
  right: 10px;
  top: 12px;
}
.b--listing-product__filters .b--mobile .b--sorted {
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
}
.b--listing-product__filters .b--mobile .b--sorted .col-xs-7 {
  padding-right: 0;
}
.b--listing-product__filters .b--mobile .b--sorted .col-xs-7 .dropdown {
  width: 66%;
  float: right;
  margin-right: 15px;
  margin-top: -1px;
}
.b--listing-product__filters .b--mobile .b--sorted .col-xs-7 .dropdown .caret {
  position: absolute;
  right: 0;
}
.b--listing-product__filters .b--mobile .b--sorted .col-xs-7 .dropdown .caret:first-child {
  top: 3px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b--listing-product__filters .b--mobile .b--sorted .col-xs-7 .dropdown .dropdown-menu {
  left: -40px;
  width: calc(135%);
  top: 30px;
}
.b--listing-product__filters .b--mobile .b--sorted .col-xs-7 .dropdown .dropdown-menu li a {
  padding: 15px;
}
.b--listing-product__filters .b--mobile .b--sorted .sorted__results {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  padding-top: 2px;
}
.b--listing-product__filters .b--mobile .b--sorted span {
  font-size: 12px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
}
.b--listing-product__filters .b--mobile .ordered {
  border: 1px solid #000000;
}
.b--listing-product__filters .b--mobile .b--filtered {
  padding-top: 6px!important;
  padding-bottom: 6px!important;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.b--listing-product__filters .b--mobile .b--filtered--mobile {
  padding-bottom: 8px !important;
  border-bottom: 1px solid #CDCDCD;
}
.b--listing-product__filters .b--mobile .b--filtered .col-xs-12 {
  padding: 0;
}
.b--listing-product__filters .b--mobile .b--filtered .btn-clear {
  display: none;
}
.b--listing-product__filters .b--mobile .b--filtered .btn-clear.active {
  display: inline-block;
  font-size: 14px;
  margin-right: 18px;
  text-decoration: underline;
}
.b--listing-product__filters .b--mobile .b--filtered span {
  display: none;
}
.b--listing-product__filters .b--mobile .b--filtered span.active {
  display: inline-block;
  background-color: #EAEAEA;
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 12px 5px 12px;
  margin-right: 4px;
  margin-top: 4px;
  margin-bottom: 6px;
}
.b--listing-product__filters .b--mobile .b--filtered span a {
  margin-left: 8px;
}
.b--listing-product__filters .b--mobile .b--filtered span .s-4x {
  position: relative;
  top: 2px;
  font-size: 1em;
}
.b--listing-product__filters .b--mobile .b--filtered.row {
  padding: 0;
  margin: 0;
}
.b--listing-product__filters .b--mobile .b--filtered .b--filtered--wrapper--mobile {
  display: none;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 2000;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px !important;
  padding-top: 20px !important;
  overflow-y: scroll;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper--mobile {
  display: inline-block;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper--mobile .panel-group {
  margin-top: 0px;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .col-xs-6 {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .col-xs-6 h3 {
  margin: 0;
  font-size: 32px;
  font-family: 'Montserrat', Arial, Sans-Serif;
  text-transform: uppercase;
  font-weight: 700;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .col-xs-6 .btn {
  float: right;
  font-size: 13px;
  padding: 7px 45px;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--fabric ul,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--lorem ul {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  text-transform: capitalize;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--fabric ul li,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--lorem ul li {
  border: none;
  color: #000000 !important;
  margin-bottom: 3px;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--fabric ul li a,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--lorem ul li a {
  display: flex;
  font-size: 16px;
  line-height: 28px;
  padding: 0;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--fabric ul li a span,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--lorem ul li a span {
  display: inline-block !important;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
  margin-right: 15px;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--fabric ul li a.active,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--lorem ul li a.active,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--fabric ul li a:hover,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--lorem ul li a:hover,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--fabric ul li a:active,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--lorem ul li a:active {
  background-color: transparent;
}
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--fabric ul li a.active span,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--lorem ul li a.active span,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--fabric ul li a:hover span,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--lorem ul li a:hover span,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--fabric ul li a:active span,
.b--listing-product__filters .b--mobile .b--filtered.b--filtered--is-visible .b--filtered--wrapper .b--listing-product__filters--lorem ul li a:active span {
  background-color: #000000;
}
.b--listing-product .b--desktop .b--filtered {
  margin: 0 10px;
}
.b--listing-product .b--desktop .b--sorted .dropdown-menu {
  right: 0;
  float: right;
  left: initial;
}
.b--listing-product__wrapper {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper .b--sorted .dropdown-menu {
    right: 0!important;
    left: unset;
  }
}
.b--listing-product__wrapper .b--sorted .dropdown {
  position: relative;
}
.b--listing-product__wrapper .b--sorted .dropdown button {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  background-color: transparent;
  height: 100%;
  width: 100%;
  right: 0;
}
.b--listing-product__wrapper .b--sorted .dropdown button .caret {
  position: absolute;
  right: 0;
}
.b--listing-product__wrapper .b--sorted .dropdown button .caret:first-child {
  top: 13px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b--listing-product__wrapper .row.b--sorted {
  padding: 0;
  margin: 0 8px;
  margin-top: 0px;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper .row.b--sorted {
    margin-top: 0px;
  }
}
.b--listing-product__wrapper .b--sorted .col-lg-6 {
  padding: 0;
  position: relative;
}
.b--listing-product__wrapper h4 {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper h4 {
    font-size: 16px;
    margin-top: 11px;
  }
}
.b--listing-product__wrapper .text-right {
  font-size: 12px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
}
.b--listing-product__wrapper .text-right > span {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  top: 2px;
}
.b--listing-product__wrapper .text-right .dropdown a {
  text-transform: capitalize;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  padding: 11px 35px 11px 11px;
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper .text-right .dropdown a {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 768px) {
  .b--listing-product__wrapper .text-right .dropdown > a {
    padding: 10px 28px 10px 0px;
    font-size: 12px;
  }
}
.b--listing-product__wrapper .text-right .dropdown .s-4x {
  font-size: 1em;
}
.b--listing-product__wrapper .b--filtered {
  border-bottom: 1px solid #CDCDCD;
  margin: 0px 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.b--listing-product__wrapper .b--filtered .col-lg-12 {
  padding: 6px 0;
  border-top: 1px solid #cdcdcd;
}
.b--listing-product__wrapper .b--filtered .btn-clear {
  display: none;
}
.b--listing-product__wrapper .b--filtered .btn-clear.active {
  display: inline-block;
  font-size: 14px;
  margin-right: 18px;
  text-decoration: underline;
}
.b--listing-product__wrapper .b--filtered span {
  display: none;
}
.b--listing-product__wrapper .b--filtered span.active {
  display: inline-block;
  background-color: #EAEAEA;
  font-size: 13px;
  text-transform: uppercase;
  padding: 9px 15px 9px 15px;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: normal;
}
.b--listing-product__wrapper .b--filtered span a {
  margin-left: 8px;
}
.b--listing-product__wrapper .b--filtered span .s-4x {
  position: relative;
  top: 2px;
  font-size: 1em;
}
.b--listing-product__filters__all-section {
  font-weight: bold;
}
.b--listing-product__filters__all-section a {
  font-size: 14px!important;
}
.b--listing-product__filters__section-left-pad a {
  padding-left: 33px!important;
}
.b--listing-product__filters__section-left-pad-40px {
  padding-left: 19px !important;
}
.pagination-bar-results {
  padding: 0px;
}
.panel-body__size-item a {
  height: 40px;
  line-height: 40px;
  padding: 0!important;
}
.b--listing-product__filters .b--listing-categories a {
  padding-top: 19px;
  padding-bottom: 19px!important;
  line-height: normal;
}
.b--listing-product__filters .b--listing-categories .b--listing-product__filters__all-section a {
  font-weight: 800;
}
#collapsePrice label {
  font-weight: normal;
}
.b--listing-banner {
  margin-bottom: 30px;
}
.b--listing-banner__description {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px 30px 30px;
  color: #FFFFFF;
  background-position: center;
  background-size: cover;
}
.b--listing-banner__title {
  position: absolute;
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Sans-Serif;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .b--listing-banner__title {
    font-size: 32px;
    text-align: center;
  }
}
.b--listing-banner__subtitle {
  position: absolute;
  font-family: 'Gotham Book', Arial, Sans-Serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  letter-spacing: 0.36px !important;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .b--listing-banner__subtitle {
    display: none;
    text-align: center;
  }
}
.b--listing-banner__btn {
  position: absolute;
  max-width: 280px;
  padding: 11px 45px;
}
@media screen and (max-width: 768px) {
  .b--listing-banner__btn {
    display: block;
    padding: 0;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .b--listing-banner__title,
  .b--listing-banner__subtitle,
  .b--listing-banner__btn {
    transform: translate(-50%, -50%);
  }
}
.b--listing-banner__footer {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .b--listing-banner__footer {
    display: none;
  }
}
.b--listing-banner__footer h2 {
  font-size: 26px;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
}
.b--listing-banner__footer p {
  font-family: 'Montserrat', Arial, Sans-Serif;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*29-1-2019 additional changes*/
.b--category-primary .btn {
  left: 0;
  white-space: normal;
  right: 0;
  margin: 0 auto 25px;
}
.b--category-primary__img:hover img {
  transform: initial;
}
.b--cta-primary__img:hover img {
  transform: initial;
}
#colorbox {
  display: none;
}
.b--category-secondary__img:hover img {
  transform: initial;
}
.b-m-222 {
  margin-bottom: 91px;
}
.src-component-launcher-WidgetLauncher-wrapper {
  padding: 12 22!important;
}
.u-userLauncherColor:not([disabled]) {
  background-color: #295981 !important;
}
.b--category-secondary .btn {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.b--modal-signup .modal-dialog.b--modal-signup__window {
  left: 0px;
  right: 0px!important;
  left: calc(0%) !important;
  top: calc(0%) !important;
  position: relative!important;
}
.order-confirmation--top .reward__block {
  margin-left: 40px;
}
@media (max-width: 480px) {
  .order-confirmation--top .reward__block {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .order-confirmation--top .reward__block {
    margin-left: 0px;
  }
}
.b--modal-signup .b--modal-signup__imgs {
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: 0%;
}
.b--modal-signup__imgs {
  top: 0% !important;
}
#b--listing-banner1 .b--listing-banner__btn--top {
  top: 70% !important;
}
#b--listing-banner2 .b--listing-banner__btn--top {
  top: 70% !important;
}
.b--navbar--mobile__primary__menu-wrapper .form-group {
  width: 70%!important;
}
.buy-the-look__slider .b--slider--shopLook .slick-arrow {
  max-width: 262px;
  left: 0;
  left: calc(0%) !important;
  text-align: center;
  bottom: 4px;
  margin: 0 auto;
  right: 0;
}
#toggle-sort-selector {
  position: relative;
  z-index: 54;
  font-size: 12px;
}
.buy-the-look__slider .b--slider--shopLook span.arrow-next i.s.s-chevron-right.s-4x {
  float: right;
}
.buy-the-look__slider .b--slider--shopLook span.arrow-prev i.s.s-chevron-left.s-4x {
  float: left;
}
.b--product__img:hover img {
  transform: initial;
}
.b--product__img-quick:hover {
  background-color: #000000 !important;
  color: white!important;
}
.top-margin-0 {
  margin: 0px;
}
.btn--outline-primary:hover {
  background-color: #000000 !important;
  color: white!important;
}
/*29-1-2019 additional changes*/
.text-left {
  text-align: left !important;
}
.a-scroll {
  overflow: auto !important;
}
.b--section-primary--top-element.change-top {
  margin-top: 0px;
}
.b--navbar--scrolled-active .b--navbar__primary .form-group {
  z-index: 99;
}
li.active {
  background-color: white;
}
.section-top {
  margin: 0 0 0 0;
  padding: 22px 30px 5px;
}
.section-top .breadcrumb {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  background: #fff;
  padding: 0px;
  margin: 0;
}
.section-top .breadcrumb li a {
  color: #676767;
}
.section-top.shopping-cart--top {
  padding: 22px 23px 5px;
}
.section-top.order-confirmation--top {
  padding: 22px 23px 5px;
}
@media screen and (max-width: 768px) {
  .section-top.order-confirmation--top {
    padding: 15px!important;
  }
}
@media (max-width: 480px) {
  .section-top.order-confirmation--top h2.b--hd__title {
    font-size: 34px;
  }
}
.section-top.order-confirmation--top .order__track {
  padding-right: 15px;
}
@media (max-width: 480px) {
  .section-top.order-confirmation--top .order__track {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .section-top.order-confirmation--top .order__track h2.b--hd__title {
    font-size: 22px;
  }
}
.section-top.order-confirmation--top .order__track p {
  padding-top: 0;
}
.page-title {
  font-family: 'Montserrat', Sans-Serif;
  font-size: 47px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.page-title.margin-change {
  margin: 28px 0 32px;
}
.page-title.margin-change .caret {
  display: none;
}
.list-buttons {
  text-transform: uppercase;
  font-family: 'Montserrat', Sans-Serif;
}
.list-buttons h3 {
  font-weight: 700;
  border-top: #bababa solid 1px;
  padding: 18px 24px;
  margin: 0px;
}
.list-buttons h3 a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.9px;
  transition: all 0.5s ease;
}
.list-buttons ul {
  padding: 0px;
  margin: 0px;
}
.list-buttons ul li {
  padding: 18px 40px;
  margin: 0 0 -1px 0;
  border-width: 1px 0px;
  border-color: #bababa;
  border-style: solid;
}
.list-buttons ul li a {
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.9px;
}
.list-buttons ul li a:hover {
  text-decoration: underline;
  transition: all 0.5s ease;
  /*font-weight: 600;*/
}
.m-b-50 {
  margin-bottom: 50px;
}
.b--slider--category .b--category-secondary__img img {
  width: 100%;
}
.b--slider--category h4.b--category-secondary__title {
  font-size: 32px;
}
.b--slider--category .b--category-secondary__text {
  max-height: 74px!important;
  height: auto!important;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .b--slider--category .b--category-secondary__text {
    margin-bottom: 10px!important;
  }
}
.block.b--home-slider.mobile-pd-change.b-slider-category-styles .b--category-secondary .b--category-secondary__img {
  width: 299px;
  height: 377px;
}
@media (max-width: 480px) {
  .block.b--home-slider.mobile-pd-change.b-slider-category-styles .b--category-secondary .b--category-secondary__img {
    width: 100%;
  }
}
.block.b--home-slider.mobile-pd-change.b-slider-category-styles .b--category-secondary .b--category-secondary__foot .b--category-secondary__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.b--home-slider.mobile-pd-change.b-slider-category-styles .b--category-secondary .b--category-secondary__foot a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*-- SHOPPING CART --*/
.min-w--109 {
  min-width: 109px;
}
.img-full--width {
  width: 100%;
}
.f-m {
  font-family: 'Montserrat', sans-serif;
}
.f-bold {
  font-weight: 700 !important;
}
.f-s-bold {
  font-weight: 600;
}
.t-uppercase {
  text-transform: uppercase;
}
.m-0 {
  margin: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.c-green {
  color: #007e0c;
}
.p-t-30 {
  padding-top: 30px !important;
}
.col-red {
  color: #d40a0a;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.text-align-r {
  text-align: right;
}
.text-align-r a {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin: 13px 0 0 0;
  display: inline-block;
}
.text-align-r a span {
  text-decoration: underline;
  text-underline-position: under;
  margin-right: 28px;
}
.text-align-r a:hover {
  text-decoration: none;
}
.reward-block {
  margin: 20px 0 0  0;
}
.reward-block .re-title {
  background: #f2f2f2;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  border: #dedede solid 1px;
  border-bottom: 0px;
}
.reward-block .re-title > img {
  display: block;
  width: 118px;
}
.reward-block .re-text {
  padding: 15px 20px 20px 20px;
  border: #dedede solid 1px;
  border-top: 0px;
}
.reward-block .re-text ul {
  padding: 0px;
  margin: 0px;
}
.reward-block .re-text ul li {
  color: #000;
  display: block;
  margin: 0 0 7px 0;
}
.reward-block .re-text ul li:last-child {
  margin: 0px;
}
.reward-block .re-text.in--stock-box p {
  margin: 0 0 10px 0;
}
.item-block .item-title {
  border-bottom: #000 solid 2px;
}
.item-block .item-title h2 {
  font-size: 18px;
}
.item-block ul {
  padding: 0px;
  margin: 0px;
}
.item-block ul li {
  padding: 20px 0;
  border-bottom: #9d9d9d solid 1px;
}
.item-block ul li p {
  margin: 0px;
  font-size: 13px;
}
.item-block ul li .p-name {
  margin: 0px 0 19px 0;
  font-family: Montserrat;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.38px;
}
@media screen and (max-width: 640px) {
  .item-block ul li .p-name {
    margin: 0px 0 10px 0;
  }
}
.item-block ul li .p-color {
  font-size: 14px;
  display: block;
  margin: 0 0 4px 0;
  letter-spacing: 0.28px;
}
.item-block ul li a.edit-i {
  text-decoration: underline;
  font-size: 13px;
  display: inline-block;
  letter-spacing: 0.26px;
  margin: 30px 0 32px 0;
}
.item-block ul li .in--stock {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0px;
  vertical-align: text-top;
}
.item-block ul li .ship--items {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0 0 42px;
}
.item-block ul li .ship--items a {
  color: #000;
  text-decoration: underline;
}
.item-block ul li .in--head {
  font-size: 14px;
  color: #000;
  margin: 0 0 14px 0;
}
.item-block ul li .price {
  font-size: 18px;
  margin: 9px 0 0 50px;
}
@media (max-width: 1024px) {
  .item-block ul li .price {
    margin: 9px 0 0 0px;
  }
}
.item-block ul li .btn-selectors {
  font-size: 13px;
  margin: 10px  0 0 0;
  text-align: right;
}
@media (max-width: 768px) {
  .item-block ul li .btn-selectors {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .item-block ul li .btn-selectors {
    font-size: 11px;
  }
}
.item-block ul li .btn-selectors li {
  padding: 0 0 5px 0;
  border: none;
}
.item-block ul li .btn-selectors li a {
  text-decoration: underline;
  font-family: Montserrat;
  font-weight: bold;
  letter-spacing: 0.26px;
}
.page-cartPage .in--stock-box .order-pick h4.in--head {
  margin-bottom: 10px;
}
.page-cartPage .in--stock-box .order-pick p {
  margin: 0px!important;
  font-weight: 600;
}
.page-cartPage .in--stock-box .store-timing h4.in--head {
  margin-bottom: 10px;
}
.page-cartPage .in--stock-box .store-timing .order-store-hours {
  padding: 0px;
}
.page-cartPage .in--stock-box .store-timing .order-store-hours p {
  margin: 0px!important;
}
.page-cartPage .in--stock-box .store-timing .order-store-hours p span {
  text-transform: lowercase;
}
@media screen and (max-width: 768px) {
  .page-cartPage .In-store-mobile {
    margin: 26px 0px 10px 0px!important;
  }
  .page-cartPage .In-store-mobile .ship--items {
    padding: 0px;
    text-align: right;
    width: 100%;
    top: -2px;
  }
  .page-cartPage .In-store-mobile .in--stock-box .order-pick h4.in--head {
    margin-bottom: 10px;
  }
  .page-cartPage .In-store-mobile .in--stock-box .order-pick p {
    margin: 0px!important;
    font-weight: 600;
  }
  .page-cartPage .In-store-mobile .in--stock-box .order-pick p:last-child {
    margin-bottom: 15px!important;
  }
  .page-cartPage .In-store-mobile .in--stock-box .order-store-hours h4.in--head {
    margin-bottom: 3px;
  }
  .page-cartPage .In-store-mobile .in--stock-box .order-store-hours p {
    margin: 0px!important;
    font-weight: 700;
  }
  .page-cartPage .In-store-mobile .in--stock-box .order-store-hours p span {
    text-transform: lowercase;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .page-cartPage .In-store-mobile {
    margin: 0!important;
  }
}
.page-multiStepCheckoutSummaryPage .Guest_summary .add-address-left-label {
  padding: 0 0 0 20px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .add-address-para {
  padding: 0 0 0 20px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .select-another-address__box {
  padding: 0px 15px 0px 0px!important;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .shipping_BOPIS_title span h3 {
    margin: 10px 0px 0px 0px;
  }
  .page-multiStepCheckoutSummaryPage .shipping_BOPIS_title span h3 img {
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .pickUp-Contac-tInfo {
    margin-top: 10px;
  }
}
.page-multiStepCheckoutSummaryPage .checkout-order-summary-list {
  padding-left: 0px;
}
.page-multiStepCheckoutSummaryPage .checkout-order-summary-list .pickup-store-checkout {
  position: relative;
  padding: 0 0 0 53px;
  margin: 26px 0 10px 0;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .checkout-order-summary-list .pickup-store-checkout {
    margin: 38px 0 18px 0;
    padding: 0 0 0 50px;
  }
  .page-multiStepCheckoutSummaryPage .checkout-order-summary-list .pickup-store-checkout p {
    padding-top: 0px;
  }
}
.page-multiStepCheckoutSummaryPage .checkout-order-summary-list .pickup-store-checkout .check-icon {
  position: absolute;
  left: 20px;
  top: -4px;
}
.page-multiStepCheckoutSummaryPage .checkout-order-summary-list .pickup-store-checkout h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  margin-bottom: 6px;
}
.page-multiStepCheckoutSummaryPage .checkout-order-summary-list .pickup-store-checkout p {
  font-size: 13px;
}
.page-multiStepCheckoutSummaryPage .checkout-order-summary-list .In-store-checkout {
  padding: 0 0 0 53px;
  margin-top: 13px;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .checkout-order-summary-list .In-store-checkout {
    padding: 0 0 0 50px;
  }
}
.page-multiStepCheckoutSummaryPage .checkout-order-summary-list .In-store-checkout p {
  margin-bottom: 0px;
}
.page-multiStepCheckoutSummaryPage .checkout-order-summary-list .checkout-store-hours {
  margin: 29px 0 0px 0;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .checkout-order-summary-list .checkout-store-hours {
    padding: 0 0 0 50px;
    margin: 17px 0 0px 0;
  }
}
.page-multiStepCheckoutSummaryPage .checkout-order-summary-list .checkout-store-hours h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0 11px 0;
}
.page-multiStepCheckoutSummaryPage .checkout-order-summary-list .checkout-store-hours p {
  margin-bottom: 0px;
  font-size: 13px;
}
.page-multiStepCheckoutSummaryPage .checkout-order-summary-list .checkout-store-hours p span {
  text-transform: lowercase;
}
.page-multiStepCheckoutSummaryPage .checkout-order-totals .cart-summary .cart-mid ul li a h4 {
  font-weight: 700;
}
.page-multiStepCheckoutSummaryPage .checkout-order-totals .cart-summary .cart-mid ul li a .shipng-estimate-text {
  margin-top: 10px;
}
.page-multiStepCheckoutSummaryPage .checkout-order-totals .cart-summary .cart-mid ul li a .shipng-estimate-text p {
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
}
.page-multiStepCheckoutSummaryPage .checkout-order-totals .cart-summary .cart-mid ul li a .shipng-estimate-text p span {
  display: block;
  padding-left: 0px;
  text-transform: capitalize;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .shipping_BOPIS_title {
  position: relative;
  padding: 0 0 0 42px;
  margin: 26px 0 10px 0;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .shipping_BOPIS_title {
    padding: 0 0 0 35px;
  }
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .shipping_BOPIS_title .check-icon {
  position: absolute;
  left: 5px;
  top: -4px;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .shipping_BOPIS_title h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .shipping_address__BOPIS {
  margin: 0 0 0 42px;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .shipping_address__BOPIS {
    margin: 0 0 0 35px;
  }
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .shipping_address__BOPIS .pickUpContactInfo_div {
    margin-top: 15px;
  }
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .e-gift-card-section {
  position: relative;
  padding: 0 0 0 5px;
  margin: 26px 0 13px 0;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .e-gift-card-section h3.heading-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .e-gift-card-section h3.heading-title {
    padding-bottom: 0px;
    font-size: 14px;
  }
}
@media (max-width: 32px) {
  .page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .e-gift-card-section h3.heading-title {
    padding-bottom: 0px;
    font-size: 13px;
  }
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form {
  margin: 0 0 0 5px;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form #pickupContactInfo_form .BOPIS_form .f-label__wrapper {
    padding-right: 0px;
  }
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form #pickupContactInfo_form .BOPIS_form .f-label__wrapper .form-group {
  margin-bottom: 27px!important;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form #pickupContactInfo_form .BOPIS_form .f-label__wrapper .form-group .control-label {
  left: 11px;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form .show_join_tm_rewards_section {
  border: 1px solid #d1d1d1;
  margin-top: 15px;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section h5.member--title {
  padding: 15px 15px;
  font-family: 'Montserrat', sans-serif;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section h5.member--title a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
  margin: 0 0 0px 8px;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form .floating-label {
  padding: 0 15px;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form .floating-label .f-label__wrapper .control-label {
  left: 11px;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form .floating-label .f-label__wrapper .passwordMsg {
  padding: 0 0px!important;
  margin-bottom: 10px;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form p {
  padding: 0 30px;
  margin-bottom: 20px;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form p a {
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form p a:hover {
  border-color: #000;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form .form-group .form-checkbox__main {
  padding: 0 15px;
}
.page-multiStepCheckoutSummaryPage .shipping_address__listBOPIS .pickupContactInfo_form_show .col-md-12 .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form .signin_guest {
  padding-left: 2px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .e-gift-card-section {
  margin: 26px 0 10px 5px;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .Guest_summary .e-gift-card-section {
    margin: 25px 0 18px 5px;
  }
}
.page-multiStepCheckoutSummaryPage .Guest_summary .e-gift-card-section p {
  margin: 0px;
  padding-bottom: 0px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .e-gift-card-section h3.heading-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .Guest_summary .e-gift-card-section h3.heading-title {
    padding-bottom: 0px;
  }
}
@media (max-width: 375px) {
  .page-multiStepCheckoutSummaryPage .Guest_summary .e-gift-card-section h3.heading-title {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .page-multiStepCheckoutSummaryPage .Guest_summary .e-gift-card-section h3.heading-title {
    font-size: 13px;
  }
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form {
  margin: 0 0 0 5px;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form {
    margin: 0;
  }
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form #pickupContactInfo_form .BOPIS_form {
  padding: 0px 0px 0 0px;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form #pickupContactInfo_form .BOPIS_form .f-label__wrapper {
    padding-right: 0px;
  }
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form #pickupContactInfo_form .BOPIS_form .f-label__wrapper .form-group {
  margin-bottom: 27px!important;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form #pickupContactInfo_form .BOPIS_form .f-label__wrapper .form-group .control-label {
  left: 11px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section {
  border: 1px solid #d1d1d1;
  margin-top: 15px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section {
  padding: 0px 0px 0 0px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section h5.member--title {
  padding: 15px 15px;
  font-family: 'Montserrat', sans-serif;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section h5.member--title a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
  margin: 0 0 0px 8px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form .floating-label {
  padding: 0 15px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form .floating-label .f-label__wrapper .control-label {
  left: 11px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form .floating-label .f-label__wrapper .passwordMsg {
  padding: 0 0px!important;
  margin-bottom: 10px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form p {
  padding: 0 30px;
  margin-bottom: 20px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form p a {
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form p a:hover {
  border-color: #000;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form .form-group .form-checkbox__main {
  padding: 0 15px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form .signin_guest {
  padding-left: 0px;
  padding-bottom: 15px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .gift-card-information-form .show_join_tm_rewards_section #show_join_tm_rewards_section .join-free__form .signin_guest .common_save_continue_pickup_join {
  padding-right: 0;
  padding-left: 0;
}
.quantity {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  width: 54px;
  height: 40px;
  text-align: center;
  line-height: 1.65;
  float: none;
  display: block;
  padding: 0;
  margin: 0px 15px 0 16px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  position: relative;
  height: 42px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 4px;
  right: -22px;
}
.quantity-button.quantity-down {
  position: absolute;
  top: 3px;
  height: 50%;
  left: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    -ms-overflow-style: scrollbar;
  }
  .contact_img img {
    width: 18px!important;
  }
  .quantity-main span {
    position: absolute;
    margin-top: 12px;
  }
  .quantity-main .available-stock-data p span,
  .quantity-main .not-available-stock-data p span {
    position: static;
    margin-top: 0;
  }
  .quantity-button.quantity-down {
    position: absolute;
    top: 4px;
    height: 50%;
    left: 90px;
  }
  .quantity input {
    margin-left: 103px!important;
    margin: 0px 15px 0px 16px;
  }
  .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 3px;
    right: -24px;
  }
  .page-cartPage .quantity-button.quantity-down {
    left: 5px;
  }
  .page-cartPage .quantity input {
    margin-left: 17px!important;
    margin: 0px 15px 0px 16px;
  }
  .page-cartPage .quantity-button.quantity-up {
    right: -20px;
  }
  .page-productGrid .b--product .metadata-option .metadata-slider span a {
    width: 50px!important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 1024px), (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 1024px) {
  .page-productGrid .b--product .metadata-option .metadata-slider span a {
    width: 44px!important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1366px), (-ms-high-contrast: none) and (min-width: 1366px) {
  .page-productGrid .b--product .metadata-option .metadata-slider span a {
    width: 56px!important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1500px), (-ms-high-contrast: none) and (min-width: 1500px) {
  .page-productGrid .b--product .metadata-option .metadata-slider span a {
    width: 62px!important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1920px), (-ms-high-contrast: none) and (min-width: 1920px) {
  .page-productGrid .b--product .metadata-option .metadata-slider span a {
    width: 84px!important;
  }
}
.order-summary {
  background: #f2f2f2;
  border: #d8d8d8 solid 1px;
  padding: 30px;
  margin-right: 0px;
}
.order-summary > h2 {
  margin: 0px 0 20px 0;
  text-align: left;
}
.order-summary .summury-list {
  margin: 0px;
  padding: 0px;
}
.order-summary .summury-list li {
  border-width: 1px 0;
  border-style: solid;
  border-color: #9d9d9d;
  padding: 30px 0px;
  margin-bottom: -1px;
}
.order-summary .summury-list li .summary-table table {
  border: none;
  margin: 0;
}
.order-summary .summury-list li .summary-table table td {
  font-size: 13px;
  border: none;
  padding: 0px;
}
.order-summary .summury-list li .summary-table table td .price-num {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700!important;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.3px;
}
.order-summary .summury-list li .summary-table table td .discont-num {
  color: #d40a0a;
  font-family: Montserrat;
  font-weight: 700!important;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.order-summary .summury-list li .summary-table table td span {
  display: block;
}
.order-summary .summury-list li .summary-table table td span.sub-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.69;
  letter-spacing: 0.3px;
}
.order-summary .summury-list li .summary-table table td span .remove-promo-code {
  text-decoration: underline;
  text-underline-position: under;
  font-weight: bold;
  padding-left: 5px;
  letter-spacing: 0.26px;
}
.order-summary .summury-list li .summary-table table td span .remove-loyalty-points {
  text-decoration: underline;
  text-underline-position: under;
  font-weight: bold;
  padding-left: 5px;
  letter-spacing: 0.26px;
}
.order-summary .summury-list li .summary-table table td .gift-card-applied span {
  display: inline-block;
}
.order-summary .summury-list li .summary-table table td .gift-card-applied span .remove-gift-card {
  text-decoration: underline;
  text-underline-position: under;
  font-weight: bold;
  padding-left: 5px;
  letter-spacing: 0.26px;
}
.order-summary .summury-list li .summary-table table td .block-elm {
  padding-bottom: 7px;
}
.order-summary .summury-list li .summary-table table td .block-elm a {
  font-weight: 600;
  text-decoration: underline;
}
.order-summary .summury-list li .total {
  font-size: 23px;
  margin: 0px 0 25px;
  text-align: center;
}
.order-summary .summury-list li .or-elm {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 0;
}
.order-summary .summury-list li .need-help p {
  margin: 0px;
}
.order-summary .summury-list li .need-help p a {
  text-decoration: underline;
}
.order-summary .summury-list li:last-child {
  border: none;
  padding-bottom: 0px;
  padding-top: 25px!important;
}
.btn-common {
  height: 55px;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 55px;
  font-family: 'Gotham Book' !important;
}
@media (max-width: 480px) {
  .btn-common {
    height: 45px;
    line-height: 45px;
  }
}
.btn-common:hover {
  text-decoration: none;
}
.btn-common.color-change {
  background: #dddddd;
  border: #dddddd solid 1px;
}
.btn-common.color-change:hover {
  background: #cbcbcb;
}
/*--- CHECKBOX --*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  padding: 0 0 0 25px;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: white;
  border: #000 solid 1px;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 3px;
}
.styled-checkbox:hover + label:before {
  background: #ffffff;
  transition: all 0.5s ease;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #fff;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #eee;
  border-color: #bababa;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  background: transparent;
  top: 7px;
  left: 2px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .m-c__shipping-method .styled-checkbox:checked + .show_gift:after {
    left: 17px;
  }
}
/*--- CHECKBOX --*/
.slider--cart {
  padding: 75px 15px 30px;
}
.slider--cart ul.separation {
  text-align: center;
  margin: 0 0 30px 0;
}
.slider--cart ul.separation li {
  display: inline-block;
  padding: 0 15px;
}
.slider--cart ul.separation li a {
  font-family: 'Montserrat', sans-serif;
  color: #b4b4b4;
  text-decoration: none;
  font-size: 27px;
  font-weight: 700;
  position: relative;
}
.slider--cart ul.separation li.active a {
  text-decoration: none;
  color: #000;
}
.slider--cart ul.separation li.active a:after {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
}
/*-- SHOPPING CART --*/
/*-- Order-confirmation --*/
i {
  font-style: italic;
}
.p-r-l-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.page-common__padding {
  padding-left: 8px;
  padding-right: 8px;
}
.page-orderConfirmationPage .page-common__padding {
  padding-left: 24px;
}
.order-confirmation--top > .b--hd__title {
  font-size: 33px;
  margin: 0 0 40px 0;
}
.order-confirmation--top .order__track p {
  font-size: 14px;
  line-height: 21px;
}
.order-confirmation--top .order__track .estimated__de {
  display: block;
  padding: 20px 0 0 0;
}
.order-confirmation--top .reward__block {
  font-family: 'Montserrat', Arial, Sans-Serif;
  padding: 46px 40px 38px 46px;
  background: #f2f2f2;
  position: relative;
}
.order-confirmation--top .reward__block span {
  padding-left: 5px;
}
.order-confirmation--top .reward__block .update--balance h4 {
  font-weight: 300;
}
@media (max-width: 480px) {
  .order-confirmation--top .reward__block .update--balance h4 {
    line-height: 1.39;
  }
  .order-confirmation--top .reward__block .update--balance h4 span {
    padding-left: 0px;
    display: block;
  }
}
@media (max-width: 320px) {
  .order-confirmation--top .reward__block .update--balance h4 {
    font-size: 16px;
  }
}
.order-confirmation--top .reward__block h3 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  margin: 20px 0 17px;
}
@media (max-width: 480px) {
  .order-confirmation--top .reward__block h3 {
    width: 250px;
  }
}
.order-confirmation--top .reward__block a {
  text-decoration: underline;
  color: #000;
}
@media (max-width: 480px) {
  .order-confirmation--top .reward__block a {
    font-size: 13px;
  }
}
.order-confirmation--top .reward__block p.enter__password {
  font-size: 16px;
}
.order-confirmation--top .reward__block .reward__block-list {
  padding: 0;
  margin: 20px 0 0 0;
}
.order-confirmation--top .reward__block .reward__block-list li {
  font-size: 16px;
  padding: 0 0 10px 0;
  list-style: disc;
  list-style-position: inside;
}
.order-confirmation--top .reward__block .reward__block-in {
  position: relative;
}
.order-confirmation--top .reward__block .reward__block-in:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.order-confirmation--top .reward__block .reward__block-in .guest-separer:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #9d9d9d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.order-confirmation--top .reward__block .reward__block-in .form__create {
  padding: 0 0 0 20px;
  position: relative;
}
.order-confirmation--top .reward__block .reward__block-in .form__create .form-group {
  position: relative;
}
.order-confirmation--top .reward__block .reward__block-in .form__create .form-group > .c__input {
  padding-right: 66px;
}
.order-confirmation--top .reward__block .reward__block-in .form__create .form-group a.show {
  width: 50px;
  height: 22px;
  border: #000 solid 1px;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 0 0 0;
  position: absolute;
  top: 9px;
  right: 8px;
}
.order-confirmation--top .reward__block .reward__block-in .form__create .label__passwod {
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
}
.order-confirmation--top .reward__block .reward__block-in .form__create .label__passwod a {
  text-decoration: underline;
  color: #000;
}
.order-confirmation--top .reward__block .reward__block-in .form__create .btn--primary-light {
  margin: 30px 0 18px 0;
  transition: all 0.5s ease;
}
.c__input {
  height: 40px;
  border: #d1d1d1 solid 1px;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  color: #000;
}
fieldset {
  height: 50px;
  border: 1px solid #d1d1d1 !important;
  margin: 0;
  min-width: 0;
  position: relative;
  border-radius: 0px;
  background-color: #fff;
  padding-left: 10px!important;
}
fieldset .c__input {
  background: transparent;
  border: none;
  height: 27px;
  padding-right: 28px;
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
}
fieldset legend {
  font-size: 11px;
  margin-bottom: 0px;
  color: #000;
  width: 30%;
  border: none;
  border-radius: 0;
  padding: 5px 5px 5px 15px;
}
fieldset legend sup {
  color: red;
  font-size: 14PX;
  position: absolute;
  top: 12px;
  left: 17px;
}
fieldset .checkmark {
  position: absolute;
  right: 12px;
  top: 20px;
}
section.order__reciept .order__reciept-title {
  border-bottom: #000 solid 3px;
}
section.order__reciept .order__reciept-title h2 {
  font-size: 28px;
  display: inline-block;
  float: left;
}
section.order__reciept .order__reciept-title .righ__align-links {
  display: inline-block;
  float: right;
  padding: 30px 20px 0 0;
}
section.order__reciept .order__reciept-title .righ__align-links a {
  display: inline-block;
  color: #000;
  font-size: 13px;
  padding: 0 5px;
  text-decoration: underline;
}
section.order__reciept .order__reciept-mid {
  padding: 30px 0 0 0;
}
@media (max-width: 991px) {
  section.order__reciept .order__reciept-mid {
    margin-bottom: 40px;
  }
}
section.order__reciept .order__reciept-mid .shipping__options {
  padding: 0 40px;
}
section.order__reciept .order__reciept-mid .shipping__options .title {
  font-size: 14px;
  color: #000;
  margin: 0 0 14px 0;
}
@media (max-width: 768px) {
  section.order__reciept .order__reciept-mid .shipping__options .title {
    margin: 0;
  }
}
section.order__reciept .order__reciept-mid .shipping__options p {
  font-size: 14px;
  color: #000;
  line-height: 23px;
}
section.order__reciept .order__reciept-mid .order__confirmation-table {
  padding: 50px 0 0 0;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table {
  font-family: 'Montserrat', sans-serif;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table thead th {
  border-color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  padding: 0 0 4px 0;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr {
  border-bottom: #9d9d9d solid 1px;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr:last-child {
  border-bottom: 0;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td {
  padding: 18px 8px;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.spr-product {
  width: 155px;
}
@media only screen and (max-width: 991px) and (min-width: 641px) {
  section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.spr-product {
    width: 25%!important;
  }
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.spr-product .image__container img {
  position: inherit;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td .image__container {
  width: 155px;
  height: 195px;
  float: left;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td .image__container > img {
  width: 100%;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td .text__container {
  float: left;
  padding: 12px 0 0 25px;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td .text__container h3 {
  font-size: 19px;
  color: #000;
  text-transform: uppercase;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td .text__container h5 {
  font-size: 14px;
  color: #000;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td .price {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 30px 0 0 0;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td .qty {
  font-size: 14px;
  font-weight: 600;
  padding: 30px 0 0 0;
}
section.promo__section {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.promo__section .promo__wrapper {
  position: relative;
}
section.promo__section .promo__wrapper .promo__img a {
  position: relative;
  display: block;
}
section.promo__section .promo__wrapper .promo__img a img {
  width: 100%;
}
section.promo__section .promo__wrapper .promo__img a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
section.promo__section .promo__wrapper .promo__info {
  position: absolute;
  z-index: 99;
  width: 180px;
  left: 45px;
  bottom: 58px;
}
section.promo__section .promo__wrapper .promo__info h3 {
  color: #fff;
  font-size: 40px;
}
/*-- Order-confirmation --*/
.btn--primary-light {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.w-85 {
  width: 85px;
}
/* -- Guest Checkout -- */
.page-multiStepCheckoutSummaryPage .main__inner-wrapper .global-alerts {
  margin: 0px 0 60px 0px!important;
}
.page-multiStepCheckoutSummaryPage .main__inner-wrapper .global-alerts .alert-danger {
  background-color: #f2f2f2;
  border-color: transparent;
  position: absolute;
  margin: 0px 20px 0 2%;
  padding: 12px 30px 12px 20px;
  border: none;
  border-radius: 0;
  top: 125px;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .main__inner-wrapper .global-alerts .alert-danger {
    margin: -54px 20px 0 2%;
  }
}
@media (max-width: 320px) {
  .page-multiStepCheckoutSummaryPage .main__inner-wrapper .global-alerts .alert-danger {
    font-size: 12px;
  }
}
.page-multiStepCheckoutSummaryPage .main__inner-wrapper .global-alerts .alert-danger .close {
  display: none;
}
.page-multiStepCheckoutSummaryPage .main__inner-wrapper .global-alerts .alert-danger span img {
  position: relative;
  width: 20px;
  padding-right: 10px;
}
@media (max-width: 320px) {
  .page-multiStepCheckoutSummaryPage .main__inner-wrapper .global-alerts .alert-danger span img {
    width: 20px;
  }
}
header.checkout {
  border-bottom: #e3e3e3 solid 1px;
}
header.checkout .header-checkout {
  padding: 25px 0;
}
header.checkout .header-checkout a {
  position: absolute;
  right: 49px;
}
main.checkout-mid {
  padding: 46px 0 30px 0;
}
main.checkout-mid .addadresstitle {
  position: absolute;
  top: 12px;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 0.84px;
  text-transform: capitalize;
}
main.checkout-mid .checkout-title {
  margin: 0px 0 28px 0;
}
main.checkout-mid .shipping-title {
  background: #f2f2f2;
  padding: 17px 21px;
}
main.checkout-mid .shipping-title .b--hd__title {
  font-size: 23px;
  margin: 0px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  main.checkout-mid .shipping-title .b--hd__title {
    font-size: 16px;
  }
}
main.checkout-mid .form-mid {
  padding: 30px 20px;
}
main.checkout-mid .form-mid .c__input {
  background: #f8f8f8;
}
main.checkout-mid .privacy {
  margin: 0 0 35px 0;
}
main.checkout-mid .privacy img {
  vertical-align: initial;
}
main.checkout-mid .payment-wrapper.disable .shipping-title .b--hd__title {
  color: #b9b8b8;
}
main.checkout-mid .payment-wrapper .payment_box {
  padding: 30px 18px;
}
@media screen and (max-width: 480px) {
  main.checkout-mid .payment-wrapper .payment_box {
    padding: 30px 0px;
  }
}
main.checkout-mid .payment-wrapper .payment_box .styled-checkbox + label:before {
  border: #b4b4b4 solid 1px;
}
main.checkout-mid .payment-wrapper .payment_box .checkbox__wrapper .show_gift a {
  padding: 0 0 0 16px;
}
main.checkout-mid .payment-wrapper .payment_box .checkbox__wrapper .show_reward a {
  padding: 0 0 0 16px;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main {
  border: #d1d1d1 solid 0px;
  padding: 0;
  margin: 20px 0 40px;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .card {
  border-bottom: none;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option {
  display: block;
  width: 50%;
  height: 40px;
  padding-top: 9px;
  float: left;
  border-width: 0 1px 1px 0;
  border-color: #d1d1d1;
  border-style: solid;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option:last-child {
  border-right: 0px;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option label {
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option label img {
  vertical-align: sub;
  max-width: auto;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option.active label {
  font-weight: 700;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option a {
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option a:hover {
  background: transparent;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content {
  padding: 30px 18px;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content .animate-label {
  display: inline-block;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content .control-label {
  left: 12px;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content form .c__input {
  background: #f8f8f8;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content form .expiration__wrapper .date__text {
  display: inline-block;
  font-size: 14px;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content form .expiration__wrapper ul {
  margin: 0px;
  padding: 0px;
  border: none;
  display: inline-block;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content form .expiration__wrapper ul li {
  width: 85px;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0 18px;
  border: none;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content form .expiration__wrapper ul li:first-child:after {
  content: "/";
  position: absolute;
  right: -25px;
  top: 8px;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content form .cvv_main {
  position: relative;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content form .cvv_main a {
  position: absolute;
  right: -30px;
  top: 8px;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content .f-label__wrapper .c__input {
  padding-right: 12px;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper {
  padding: 20px 95px 20px;
  border: 1px solid #d1d1d1;
  border-top: 0;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper figure {
  height: 100%;
  float: left;
  padding: 0 40px 0 0;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper p {
  padding: 18px 0 0 0;
}
@media screen and (max-width: 991px) {
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express {
  border-top: 1px solid #d1d1d1;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express p + p {
  padding-top: 0;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express #ppExpressContent .check-icon {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express figure {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express .edit {
    display: block;
    margin-top: 5px;
    position: relative;
    left: 30px;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express .divider {
    display: none;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express p:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 639px) and (min-width: 480px) {
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express p:first-child {
    padding-top: 20px;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express .complete-desc {
    float: none;
    clear: both;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express figure {
    float: none;
    padding: 0;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express #ppExpressContent {
    clear: both;
    text-align: left;
    margin-top: 20px;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express p:first-child {
    padding-top: 20px;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express #ppExpressContent .check-icon {
    margin-right: 5px;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express .edit {
    left: 25px;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .paypal_wrapper.express .complete-desc {
    margin-top: 25px;
  }
}
main.checkout-mid .payment-wrapper .payment_box .billing__address {
  padding: 0 0 55px 0;
}
main.checkout-mid .payment-wrapper .payment_box .billing__address .billing__address_box {
  padding: 20px 20px 0 26px;
}
main.checkout-mid .payment-wrapper .payment_box .billing__address .billing__address_box p {
  line-height: 21px;
}
main.checkout-mid .payment-wrapper .payment_box .billing__address h4 {
  font-size: 18px;
  color: #000;
  margin: 0 0 26px 0;
}
main.checkout-mid .payment-wrapper .payment_box .btn-placeholder {
  background: #295981;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
  height: 55px;
  text-align: center;
  padding: 16px 0 0 0;
}
main.checkout-mid .payment-wrapper .payment_box .btn-placeholder:hover {
  background: #153a58;
}
main.checkout-mid .payment-wrapper .payment_box .cookie__container {
  text-align: center;
  padding: 40px 102px 0;
}
main.checkout-mid .payment-wrapper .payment_box .cookie__container p {
  font-size: 13px;
  color: #000;
  line-height: 22px;
  font-style: italic;
}
@media screen and (max-width: 375px) {
  main.checkout-mid .payment-wrapper .payment_box .cookie__container p {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  main.checkout-mid .payment-wrapper .payment_box .cookie__container p {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  main.checkout-mid .payment-wrapper .payment_box .cookie__container p {
    font-size: 11px;
  }
}
main.checkout-mid .payment-wrapper .payment_box .cookie__container p a {
  color: #000;
  text-decoration: underline;
}
main.checkout-mid .payment-wrapper .payment_box .hide__block {
  display: none;
}
main.checkout-mid .payment-wrapper .payment_box .hide__block.visible-block {
  display: block !important;
  padding: 20px 0 0 0;
}
main.checkout-mid .payment-wrapper .payment_box .hide__block.visible-block .c__input {
  background: #ffffff;
}
main.checkout-mid .payment-wrapper .payment_box .hide__block.visible-block .btn--primary {
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 0;
}
main.checkout-mid .payment-wrapper .payment_box .hide__block.visible-block .pin-text {
  margin: 0px;
  font-size: 13px;
  font-style: italic;
  padding: 15px 0 0 12px;
}
main.checkout-mid .shipping_address__title {
  position: relative;
  padding: 0 0 0 53px;
  margin: 26px 0 20px 0;
  display: block;
}
@media (max-width: 480px) {
  main.checkout-mid .shipping_address__title {
    padding: 0 0 0 50px;
  }
}
main.checkout-mid .shipping_address__title h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
}
main.checkout-mid .shipping_address__title .checkout-AddAddressList {
  margin-right: 25px;
}
main.checkout-mid .shipping_address__title .check-icon {
  position: absolute;
  left: 20px;
  top: -4px;
}
@media screen and (max-width: 768px) {
  main.checkout-mid .shipping_address__title .check-icon {
    left: 15px;
  }
}
main.checkout-mid .shipping_address__title .edit {
  color: #000;
  text-decoration: underline;
  text-underline-position: under;
  font-size: 13px;
  font-weight: 700;
  margin-right: 35px;
}
main.checkout-mid .shipping_address__list {
  margin: 0 0 0 53px;
  margin-bottom: 0px;
}
@media screen and (max-width: 480px) {
  main.checkout-mid .shipping_address__list {
    margin: 0 0 50px 57px;
  }
}
main.checkout-mid .shipping_address__list p {
  font-size: 14px;
  line-height: 22px;
}
main.checkout-mid .shipping__method {
  padding: 25px 18px 0px;
}
@media screen and (max-width: 480px) {
  main.checkout-mid .shipping__method {
    padding: 0px;
    margin-top: 40px;
  }
}
main.checkout-mid .shipping__method h4 {
  margin: 0 0 26px 0;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main.checkout-mid .shipping__method h4 {
    margin: 0 0 20px 0;
  }
}
main.checkout-mid .shipping__method ul {
  margin: 0px;
  padding: 0px;
  border: #d1d1d1 solid 1px;
}
main.checkout-mid .shipping__method ul.free-shipping-method-radio-btn {
  border-bottom: 0px;
}
main.checkout-mid .shipping__method ul li {
  position: relative;
  border-bottom: #d1d1d1 solid 1px;
  padding: 10px 114px 10px 16px;
}
@media screen and (max-width: 320px) {
  main.checkout-mid .shipping__method ul li {
    padding: 12px 100px 12px 16px;
  }
}
main.checkout-mid .shipping__method ul li:last-child {
  border: none;
}
main.checkout-mid .shipping__method ul li.active {
  background: #f2f2f2;
}
main.checkout-mid .shipping__method ul li .right__child {
  position: absolute;
  right: 30px;
  top: 12px;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #000;
}
@media screen and (max-width: 320px) {
  main.checkout-mid .shipping__method ul li .right__child {
    font-size: 12px;
  }
}
main.checkout-mid .shipping__method ul li .right__child a {
  vertical-align: top;
  position: relative;
  top: -1px;
  padding: 0 18px 0 0;
  text-decoration: none;
}
main.checkout-mid .shipping__method #deliveryMethodErroMsg {
  color: #d53f3f!important;
  padding: 10px;
  background: #f2f2f2;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .24px;
}
main.checkout-mid .shipping__method #deliveryMethodSubmit {
  margin: 30px 0 0;
}
main.checkout-mid .shipping__method .content {
  margin: 10px 0 10px 15px;
}
@media (max-width: 480px) {
  main.checkout-mid .shipping__method .content i br {
    display: none;
  }
}
main.checkout-mid .shipping__method .privacy {
  padding: 19px 0 0 17px;
}
@media screen and (max-width: 768px) {
  main.checkout-mid .shipping__method .privacy {
    padding: 20px 15px 0 15px;
    position: static;
  }
  main.checkout-mid .shipping__method .privacy br {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  main.checkout-mid .shipping__method .privacy i {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  main.checkout-mid .shipping__method .privacy i {
    font-size: 11px;
  }
}
/* -- Radio Button -- */
.radio_btn_wrapper .list__item {
  position: relative;
}
.radio_btn_wrapper .list__item:hover > .label {
  color: #000;
}
.radio_btn_wrapper .list__item:hover > .label::before {
  border: 1px solid #000;
}
.radio_btn_wrapper .radio-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.radio_btn_wrapper .radio-btn:checked + .label {
  color: #000;
}
.radio_btn_wrapper .radio-btn:checked + .label::before {
  border: 2px solid #fff;
  background: #000;
  box-shadow: 0 0 0 1px #000000;
}
.radio_btn_wrapper .label {
  display: inline-block;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  color: #000;
  cursor: pointer;
  transition: all 0.25s linear;
}
.radio_btn_wrapper .label::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: all 0.25s linear;
  vertical-align: text-top;
  margin: 0 15px 0 0;
}
/* -- Radio Button -- */
/* -- Floating Label -- */
.floating-label .f-label__wrapper {
  position: relative;
}
.floating-label .f-label__wrapper .c__input {
  padding-right: 35px;
  color: #000000;
  -webkit-box-shadow: 0 0 0 50px white inset!important;
  -webkit-text-fill-color: #000000;
}
.floating-label .f-label__wrapper .control-label {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 10px;
  left: 28px;
}
.floating-label .f-label__wrapper .control-label sup {
  color: red;
  top: 0;
  font-size: 14px;
}
.floating-label .f-label__wrapper.focused .control-label {
  transition: all 0.25s ease;
  font-size: 11px;
  color: #000;
  top: -9px;
  left: 26px;
  background: transparent;
  padding: 0 8px 0 3px;
}
@media (max-width: 480px) {
  .floating-label .f-label__wrapper.focused .control-label {
    z-index: 9999;
  }
}
.floating-label .f-label__wrapper.focused .control-label span {
  z-index: 99;
  position: relative;
}
.floating-label .f-label__wrapper.focused .control-label:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.floating-label .f-label__wrapper .checkmark {
  position: absolute;
  right: 30px;
  top: 9px;
  width: 15px;
}
.floating-label .f-label__wrapper .checkmark img {
  width: 15px;
}
.floating-label .f-label__wrapper #addressregionOk.checkmark {
  right: 46px;
}
/* -- Floating Label -- */
@media (max-width: 480px) {
  .checkout-order-totals .cart-summary .cart-mid ul li:last-child {
    padding: 20px 0!important;
  }
}
.cart-summary .cart-title {
  margin: 0 0 20px 0;
}
.cart-summary .cart-title .b--hd__title {
  font-size: 20px;
  margin: 0px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cart-summary .cart-title .b--hd__title {
    font-size: 18px;
    text-transform: unset;
  }
}
.cart-summary .cart-title .edit-cart {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.cart-summary .cart-mid ul {
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
}
.cart-summary .cart-mid ul li {
  border-top: 1px solid #9d9d9d;
  position: relative;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .cart-summary .cart-mid ul li:first-child {
    border-top: 3px solid #000000;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .cart-summary .cart-mid ul li:first-child {
    border-top: 1px solid #9d9d9d;
  }
}
.cart-summary .cart-mid ul li a {
  padding: 0 0 0 88px;
  display: block;
  color: #000;
  text-decoration: none;
}
.cart-summary .cart-mid ul li a figure {
  position: absolute;
  left: 0;
}
.cart-summary .cart-mid ul li a .list-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0 4px 0;
}
.cart-summary .cart-mid ul li a .list-title:hover {
  text-decoration: underline;
}
.cart-summary .cart-mid ul li a p {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.cart-summary .cart-mid ul li a p span {
  text-transform: uppercase;
  padding-left: 7px;
}
.cart-summary .cart-mid ul li a .total {
  font-size: 16px;
  font-weight: 600;
}
.cart-summary .cart-mid ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .cart-summary .cart-mid ul li:last-child {
    padding: 0px!important;
  }
}
/* -- Guest Checkout -- */
.s-shopping-cart:before {
  position: relative;
  display: block;
  right: 6px;
}
.minicart-checkout-button {
  width: auto!important;
  height: auto!important;
}
.minicart-product-img {
  max-width: 100%!important;
}
.checkout-order-totals .minicart-product-img {
  max-width: 100%!important;
}
/* -- Adding static width for broken images in checkout page on summary -- */
.figure-static {
  height: 100px;
  width: 80px;
}
/* -- Adding static width for broken images in checkout page on summary -- */
.text-upper {
  text-transform: uppercase!important;
}
header.checkout .header-checkout a {
  position: inherit!important;
  display: block;
}
.float-none {
  float: none;
}
.fit-content {
  width: fit-content !important;
}
.cursor-hand {
  cursor: pointer;
}
.m-t-80 {
  margin-top: 80px !important;
}
.b--listing-banner-new-styles {
  height: 366px;
  position: relative;
  padding: 30px;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 8px;
}
@media screen and (max-width: 768px) {
  .b--listing-banner-new-styles {
    text-align: center;
    height: 222px;
    margin: 0 -30px 30px;
  }
}
.b--listing-banner-new-styles:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.b--listing-banner-new-styles .b--listing-banner-new-title {
  font-weight: 700;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 47px;
  letter-spacing: 0.9px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .b--listing-banner-new-styles .b--listing-banner-new-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.64px;
  }
}
.b--listing-banner-new-styles h4 {
  font-size: 18px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  max-width: 65%;
  font-weight: 300!important;
  letter-spacing: 0.36px;
  color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .b--listing-banner-new-styles h4 {
    display: none;
  }
}
.b--listing-banner-new-styles .btn {
  max-width: 280px!important;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .b--listing-banner-new-styles .btn {
    margin-top: 0px;
    padding: 0px;
    font-size: 16px;
    letter-spacing: 0.32px;
    font-weight: normal;
  }
}
.b--listing-banner-new-styles .b--listing-banner-new-styles-des {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .b--listing-banner-new-styles .b--listing-banner-new-styles-des {
    text-align: left;
    left: 20px;
    width: 50%;
  }
}
.b-slider-category-styles .slick-slide {
  height: auto;
}
.b-slider-category-styles .b--category-secondary__foot {
  height: auto;
  text-align: center;
}
.b-slider-category-styles .b--category-secondary__foot .b--category-secondary__title {
  font-size: 26px;
}
.b-slider-category-styles .b--category-secondary__foot .b--category-secondary__text {
  padding: 0;
}
.b-slider-category-styles .b--category-secondary__foot .btn--outline-primary {
  position: unset;
  width: auto;
  font-size: 14px!important;
  line-height: normal;
  height: 40px;
  line-height: 40px;
  padding: 0 20px!important;
  max-width: 100%!important;
}
@media screen and (max-width: 768px) {
  .place-holder-btn-custom-m {
    margin-top: 40px!important;
  }
}
label.error {
  font-size: 12px;
  color: #cb5959;
}
.c__input.error {
  border: 1px solid #b87e7e!important;
}
#tmGuestRegisterForm .signUpError {
  margin-bottom: 15px;
}
#tmGuestRegisterForm label.error {
  font-size: 13px;
  color: #d53f3f;
  position: absolute;
  top: 100%;
  padding-top: 2px;
}
#tmGuestRegisterForm .c__input.error {
  border: 1px solid #d53f3f;
}
#tmGuestRegisterForm .checkbox__wrapper {
  margin-top: 15px;
}
form#guestRegisterForm .passwordMsg {
  margin-bottom: 10px;
}
form#guestRegisterForm .passwordMsg span {
  padding-left: 0px;
  display: block;
}
.zipCodeUpdateDiv {
  margin-top: 15px;
}
.zipCodeUpdateDiv .c__input {
  height: 48px;
}
.zipCodeUpdateDiv .p-left-0 {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .zipCodeUpdateDiv .p-left-0 {
    padding-left: 15px;
  }
}
.zipCodeUpdateDiv .f-label__wrapper .control-label {
  top: 13px;
}
.media-flex {
  display: flex;
  padding: 15px 15px 10px 15px;
  align-items: start;
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
  .media-flex {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .media-flex .media-flex-left {
    width: 41%;
  }
}
@media screen and (max-width: 375px) {
  .media-flex .media-flex-left {
    width: 46%;
  }
}
@media screen and (max-width: 320px) {
  .media-flex .media-flex-left {
    width: 65%;
  }
}
.media-flex .media-flex-left p {
  padding-right: 5px;
  padding-top: 1px;
}
.media-flex .media-flex-left p strong {
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.78px;
}
.media-flex .media-flex-right {
  width: 160px;
  letter-spacing: 0.26px;
}
@media screen and (max-width: 768px) {
  .cart-item-border-bottom {
    border-bottom: 1px solid #bababa;
  }
}
.cart-item-border-bottom:last-child {
  border-bottom: none;
}
.form-group a.show {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1024px) {
  .form-group a.show {
    font-family: 'Montserrat', sans-serif !important;
  }
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.add-card-li-item {
  border: none!important;
  padding: 0!important;
}
.add-card-li-item .add__new--card {
  padding: 29px 15px;
  display: block;
  border: 1px solid #d1d1d1;
  border-top: 0;
}
.add-card-li-item .add__card__box {
  border: 1px solid #d1d1d1;
  border-top: 0;
  padding: 15px;
}
.add-card-li-item .billing__address-main {
  padding-top: 0px;
  padding-left: 10px;
}
.add-card-li-item .billing__address-main .checkbox__wrapper {
  padding-bottom: 15px;
}
#paymentIframe {
  border: 1px solid #d1d1d1;
  padding: 12px!important;
  border-top: 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif !important;
}
.add-new-card-section {
  border: 1px solid #d1d1d1;
  padding: 15px;
}
address {
  margin-bottom: 0px;
  text-transform: capitalize;
  letter-spacing: 0.28px;
}
.page-multiStepCheckoutSummaryPage footer#footer-main .gray-separator {
  display: none;
}
/*********************
	Loading Overlay
 *********************/
.please-wait-quickview {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: visibility 0s, opacity 300ms ease;
  -moz-transition: visibility 0s, opacity 300ms ease;
  -o-transition: visibility 0s, opacity 300ms ease;
  transition: visibility 0s, opacity 300ms ease;
}
.please-wait-quickview.active {
  visibility: visible;
  opacity: 1;
}
.please-wait-quickview .preloader-container {
  display: block;
  width: 100%;
  height: 60px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.please-wait-quickview .preloader-container p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.please-wait-quickview .preloader-container .v-middle {
  display: block;
  margin: 0 auto 15px auto;
  width: auto;
  opacity: .8;
  -webkit-animation: spin 800ms linear infinite;
  animation: spin 800ms linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .order__reciept {
    padding: 0!important;
  }
  .order__reciept .order-summary-mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .order__reciept .order-summary-mobile-padding .order-summary {
    border-left: 0;
    border-right: 0;
    padding: 0px 15px 30px;
  }
  .order__reciept .order-summary-mobile-padding .order-summary .summury-list li {
    border-top: 0;
  }
  #forgotPopup .modal-dialog,
  #resetPasswordPopup .modal-dialog {
    margin: 3px;
  }
  #forgotPopup .modal-dialog .modal-body,
  #resetPasswordPopup .modal-dialog .modal-body {
    padding: 45px 15px;
  }
  #forgotPopup .modal-dialog .modal-body .form-group.m-b-27,
  #resetPasswordPopup .modal-dialog .modal-body .form-group.m-b-27 {
    margin-bottom: 15px!important;
  }
  #forgotPopup .modal-dialog .modal-body .reset-password-wrapper .signin__wrapper .submit-btn-main,
  #resetPasswordPopup .modal-dialog .modal-body .reset-password-wrapper .signin__wrapper .submit-btn-main {
    padding: 13px 0 30px 0 !important;
  }
  #forgotPopup .forgotten-password .modal-title img,
  #resetPasswordPopup .forgotten-password .modal-title img {
    max-width: 214px;
    height: 27px;
  }
  #forgotPopup .forgotten-password .modal-title h2 span,
  #resetPasswordPopup .forgotten-password .modal-title h2 span {
    font-size: 22.5px;
    letter-spacing: 0.26px;
  }
  #forgotPopup .forgotten-password .reset-password-wrapper,
  #resetPasswordPopup .forgotten-password .reset-password-wrapper {
    text-align: center;
    padding: 10px 0 0 0;
  }
  #forgotPopup .forgotten-password .reset-password-wrapper p,
  #resetPasswordPopup .forgotten-password .reset-password-wrapper p {
    font-size: 13px;
    letter-spacing: 0.26px;
  }
  #forgotPopup .forgotten-password .reset-password-wrapper p span,
  #resetPasswordPopup .forgotten-password .reset-password-wrapper p span {
    padding-top: 22px;
    display: block;
    letter-spacing: 0.28px;
    font-weight: 600;
  }
  #forgotPopup .forgotten-password .btn-reset,
  #resetPasswordPopup .forgotten-password .btn-reset {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 480px) {
  #forgotPopup .modal-dialog,
  #resetPasswordPopup .modal-dialog {
    margin: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  #forgotPopup .forgotten-password .reset-password-wrapper .signin__wrapper,
  #resetPasswordPopup .forgotten-password .reset-password-wrapper .signin__wrapper {
    padding: 25px 5px 0 5px !important;
  }
}
#resetPasswordPopup .modal-body {
  padding: 45px 30px;
  position: relative;
}
#forgotPopup .back-to-signin,
#resetPasswordPopup .back-to-signin {
  width: 221px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #forgotPopup .back-to-signin,
  #resetPasswordPopup .back-to-signin {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #forgotPopup .modal-dialog,
  #resetPasswordPopup .modal-dialog {
    margin: 0px!important;
  }
}
@media screen and (max-width: 480px) {
  #forgotPopup .modal-dialog .modal-body .reset-password-wrapper p,
  #resetPasswordPopup .modal-dialog .modal-body .reset-password-wrapper p {
    padding: 0px 30px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 411px) {
  #forgotPopup .modal-dialog .modal-body .reset-password-wrapper p,
  #resetPasswordPopup .modal-dialog .modal-body .reset-password-wrapper p {
    padding: 0px 22px;
  }
}
@media screen and (max-width: 375px) {
  #forgotPopup .modal-dialog .modal-body .reset-password-wrapper p,
  #resetPasswordPopup .modal-dialog .modal-body .reset-password-wrapper p {
    padding: 0px 5px;
  }
}
@media screen and (max-width: 360px) {
  #forgotPopup .modal-dialog .modal-body .reset-password-wrapper p,
  #resetPasswordPopup .modal-dialog .modal-body .reset-password-wrapper p {
    font-size: 12px;
    padding: 0px 9px;
  }
}
@media screen and (max-width: 320px) {
  #forgotPopup .modal-dialog .modal-body .reset-password-wrapper p,
  #resetPasswordPopup .modal-dialog .modal-body .reset-password-wrapper p {
    font-size: 11px;
    padding: 0px 2px;
  }
}
.signup__modal .position-relative {
  position: relative;
}
.signup__modal .position-relative .passwordMsg {
  font-size: 13px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .signup__modal .position-relative .passwordMsg {
    font-size: 12px;
    line-height: 12px;
  }
}
.signup__modal .position-relative .passwordMsg span {
  margin-right: 5px;
}
.signup__modal .position-relative .passwordMsg span img {
  display: none;
}
.signup__modal .position-relative .passwordMsg span.valid {
  color: #000;
  font-weight: bold;
  margin-right: 5px;
}
.signup__modal .position-relative .passwordMsg span.valid img {
  display: inline-block;
  width: 12px;
}
.content-layout .layout_tall-btm {
  padding-bottom: 150px;
}
@media screen and (max-width: 639px) {
  .content-layout .layout_tall-btm {
    padding-bottom: 50px;
  }
}
.member-checkout-button {
  margin-bottom: 10px;
}
.my-account-tab__wrapper.widgets-tabs-main .my-account-tab .tab-content {
  padding: 0px;
}
.my-account-tab__wrapper.widgets-tabs-main .reward-padding-20 {
  padding: 20px;
}
.my-account-tab__wrapper.widgets-tabs-main .m-l-15 {
  margin-left: 15px;
}
.my-account-tab__wrapper.widgets-tabs-main .m-r-15 {
  margin-right: 15px;
}
.my-account-tab__wrapper.widgets-tabs-main .m-l-5 {
  margin-left: 5px;
}
.my-account-tab__wrapper.widgets-tabs-main .m-r-5 {
  margin-right: 5px;
}
.my-account-tab__wrapper.widgets-tabs-main .p-b-30 {
  padding-bottom: 30px;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset!important;
  transition: background-color 5000s ease-in-out 0s;
}
.passwordMsg {
  font-size: 13px;
}
.passwordMsg span {
  margin-right: 5px;
}
.passwordMsg span img {
  display: none;
}
.passwordMsg span.valid {
  color: #000;
  font-weight: bold;
  margin-right: 5px;
}
.passwordMsg span.valid img {
  display: inline-block;
  width: 12px;
}
@media (max-width: 480px) {
  label#password-error.error {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .signup__modal .position-relative .passwordMsg {
    margin-top: 0px!important;
    font-size: 11px!important;
  }
}
@media screen and (max-width: 320px) {
  .signup__modal .position-relative .passwordMsg {
    font-size: 11px!important;
  }
}
@media (max-width: 768px) {
  .page-refer-friend .getlink-popup .modal-dialog {
    margin-top: 0px;
  }
  .page-refer-friend .getlink-popup .modal-dialog .return-status__main .return--status__mid .right__section {
    margin-top: 0;
  }
}
.copymessageboxpopup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 450px;
  margin: auto 35%;
  z-index: 9999;
  font-family: Montserrat;
}
@media (max-width: 786px) {
  .copymessageboxpopup {
    margin: 0;
    width: auto;
  }
}
.copymessageboxpopup .copymessagebox {
  background: #212121;
  z-index: 9999;
  padding: 5px 20px 55px 20px;
  border-radius: 0px;
}
.copymessageboxpopup .copymessagebox h1 {
  color: #ffffff;
  font-size: 14px;
}
.copymessageboxpopup .copymessagebox p {
  clear: both;
  color: #ffffff;
  font-size: 13px;
  padding-top: 8px;
}
.copymessageboxpopup .copymessagebox p a {
  background: #6caede;
  padding: 5px 22px;
  font-size: 12px;
  color: #000000;
  border-radius: 4px;
  float: right;
  margin-top: 40px;
}
.copymessageboxpopup .copymessagebox p a:hover {
  color: #000000!important;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
select::-ms-expand {
  display: none;
}
.global-alerts {
  margin: 25px 20px;
}
.global-alerts .alert-danger {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #000000;
  position: absolute;
  margin: 0px 20px;
  padding: 16px 30px 16px 15px;
  border: none;
  border-radius: 0;
}
.global-alerts .alert-danger .close {
  display: none;
}
.global-alerts .alert-danger span img {
  position: relative;
  width: 20px;
  padding-right: 10px;
}
@media (max-width: 320px) {
  .global-alerts .alert-danger span img {
    width: 20px;
  }
}
.main__inner-wrapper .global-alerts {
  margin: 0px;
}
.main__inner-wrapper .global-alerts .alert-danger {
  background-color: #f2f2f2;
  border-color: transparent;
  position: absolute;
  margin: 30px 20px 0 27%;
  padding: 12px 30px 12px 15px;
  border: none;
  border-radius: 0;
  z-index: 7;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .main__inner-wrapper .global-alerts .alert-danger {
    margin: 30px 20px 0 27%;
    padding-right: 15px;
    position: relative;
    left: 0px;
    width: max-content;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main__inner-wrapper .global-alerts .alert-danger {
    margin: 30px 20px 0 27%;
    padding-right: 15px;
    position: absolute;
    left: 0px;
    width: max-content;
  }
}
.main__inner-wrapper .global-alerts .alert-danger .close {
  display: none;
}
@media (max-width: 768px) {
  .main__inner-wrapper .global-alerts .alert-danger {
    margin: 70px 20px 0;
  }
}
.page-notFound .alert-danger {
  margin: 20px!important;
}
.page-profile-updatePassword .global-alerts {
  margin: 0;
}
@media (max-width: 768px) {
  .page-profile-updatePassword .global-alerts {
    margin: 70px 0px 0;
    z-index: -111;
  }
}
.page-profile-updatePassword .global-alerts .alert-danger {
  background-color: #f2f2f2;
  border-color: transparent;
  position: absolute;
  margin: 75px 20px 0 48px;
  border: none;
  border-radius: 0;
}
.page-profile-updatePassword .global-alerts .alert-danger .close {
  display: none;
}
@media (max-width: 768px) {
  .page-profile-updatePassword .global-alerts .alert-danger {
    margin: -50px 10px 0;
    z-index: -111;
  }
}
@media (max-width: 480px) {
  .page-profile-updatePassword .global-alerts .alert-danger {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .page-profile-updatePassword .global-alerts .alert-danger {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .page-profile-updatePassword .global-alerts .alert-danger {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .page-profile-updatePassword .global-alerts .reset-password-section {
    padding: 60px 0;
  }
}
.page-returnStatusPage .main__inner-wrapper .global-alerts {
  margin: 60px 20px;
}
.page-returnStatusPage .main__inner-wrapper .global-alerts .alert-danger {
  margin: -42px 20px 0;
}
.page-cartPage .alert-danger {
  background-color: #f2f2f2;
  border-color: transparent;
  position: absolute;
  top: 180px;
  margin: 0px 38px 0!important;
  padding: 12px 30px 12px 20px;
  border: none;
  border-radius: 0;
}
@media (max-width: 480px) {
  .page-checkout-login .global-alerts {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .page-checkout-login .global-alerts .alert-danger {
    position: relative;
    margin: 0px;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .page-checkout-login .global-alerts .alert-danger {
    font-size: 10px;
  }
}
.page-postransaction .orderBoxes {
  padding: 10px 7px 35px;
}
.page-postransaction .orderBoxes .mid__block {
  border: none;
}
.page-postransaction .orderBoxes .mid__block .shipping__options {
  padding: 20px 0px;
}
.page-postransaction .orderBoxes .mid__block .shipping__options .title {
  margin: 0 0 23px 0;
}
.page-orderConfirmationPage .checkout__confirmation__content--component #tmGuestRegisterForm .passwordMsg span {
  display: block;
}
#notValid .c__input {
  border: 1px solid #d53f3f!important;
}
.email-error-message {
  color: #d53f3f!important;
}
.refundWithShipping .icon-paypal img,
.refundWithoutShipping .icon-paypal img {
  position: relative;
  top: -3px;
}
@media (max-width: 480px) {
  .refundWithShipping .icon-paypal img,
  .refundWithoutShipping .icon-paypal img {
    width: 71px;
  }
}
@media (max-width: 360px) {
  .refundWithShipping .icon-paypal img,
  .refundWithoutShipping .icon-paypal img {
    width: 59px;
  }
}
.page-return-request-details .icon-paypal img {
  position: relative;
  top: -3px;
}
@media (max-width: 480px) {
  .page-return-request-details .icon-paypal img {
    width: 71px;
  }
}
@media (max-width: 360px) {
  .page-return-request-details .icon-paypal img {
    width: 59px;
  }
}
.page-return-order-print .icon-paypal img {
  position: relative;
  top: -3px;
}
@media (max-width: 480px) {
  .page-return-order-print .icon-paypal img {
    width: 71px;
  }
}
@media (max-width: 360px) {
  .page-return-order-print .icon-paypal img {
    width: 59px;
  }
}
.page-returnLandingPage #accordionExample .panel {
  border-radius: 0px;
  box-shadow: none;
}
.page-returnLandingPage #accordionExample .panel .panel-heading {
  color: #000000;
  padding: 0;
  border-color: #cbcbcb !important;
  background-color: white!important;
}
.page-returnLandingPage #accordionExample .panel .panel-heading a h4 {
  margin: 0 0 8px 0px;
}
.page-returnLandingPage #accordionExample .panel .panel-heading a[aria-expanded="true"] i.s-chevron-down:before {
  transform: rotate(180deg) !important;
}
.page-returnLandingPage #accordionExample .panel .panel-body {
  border-top: 0px;
  padding: 0px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxClose {
  cursor: pointer;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
}
.page-tmLoginPage .breadcrumb--change {
  padding-top: 25px!important;
  letter-spacing: 0.28px;
}
.page-tmLoginPage .in__wrapper {
  padding-top: 58px;
}
@media (max-width: 480px) {
  .page-tmLoginPage .in__wrapper {
    width: 100%;
    padding-top: 30px;
  }
}
.page-tmLoginPage .in__wrapper h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  letter-spacing: 0.54px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 13px;
}
@media (max-width: 480px) {
  .page-tmLoginPage .in__wrapper h4 {
    font-size: 24px;
  }
}
.page-tmLoginPage .in__wrapper .form-main {
  width: 515px;
  margin: 0 auto;
  float: none;
  padding: 38px 0 27px 0;
}
@media (max-width: 768px) {
  .page-tmLoginPage .in__wrapper .form-main {
    width: 100%;
    margin: 0;
    padding: 20px 0 27px 0;
  }
  .page-tmLoginPage .in__wrapper .form-main .gcl-forgot {
    font-size: 12px;
  }
}
.page-tmLoginPage .in__wrapper .form-main .user-email .form-group {
  margin-bottom: 27px;
}
.page-tmLoginPage .in__wrapper .form-main .user-email .form-group label.control-label {
  left: 11px;
}
.page-tmLoginPage .in__wrapper .form-main .lessMarg .form-group label.control-label {
  left: 11px;
}
.page-tmLoginPage .in__wrapper .form-main .error {
  margin-top: 0;
  margin-bottom: 0px;
}
.page-tmLoginPage .in__wrapper .form-main label.error {
  position: absolute;
  left: 0px;
  top: 100%;
}
.page-tmLoginPage .in__wrapper .form-main .privacy__text {
  text-align: center;
  font-style: italic;
  padding: 24px 18px 0 18px;
}
@media (max-width: 480px) {
  .page-tmLoginPage .in__wrapper .form-main .privacy__text {
    padding: 24px 10px 0 10px;
    margin-top: 30px;
  }
}
.page-tmLoginPage .in__wrapper .form-main .privacy__text p {
  margin: 0px;
  color: #000;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.24px;
  padding: 0 20px;
  /* 
					##Device = Tablets, Ipads (portrait)
					##Screen = B/w 768px to 1024px
					*/
  /* 
						##Device = Tablets, Ipads (landscape)
						##Screen = B/w 768px to 1024px
					*/
}
@media (max-width: 480px) {
  .page-tmLoginPage .in__wrapper .form-main .privacy__text p {
    padding: 0px;
  }
}
@media (max-width: 375px) {
  .page-tmLoginPage .in__wrapper .form-main .privacy__text p {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  .page-tmLoginPage .in__wrapper .form-main .privacy__text p {
    font-size: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-tmLoginPage .in__wrapper .form-main .privacy__text p {
    padding: 0 96px;
    padding-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-tmLoginPage .in__wrapper .form-main .privacy__text p {
    padding: 0 70px;
    padding-top: 5px;
  }
}
.page-tmLoginPage .in__wrapper .form-main .privacy__text p a {
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
.page-tmLoginPage .in__wrapper .form-main .privacy__text p a:hover {
  border-bottom: 1px solid #000000;
}
.page-tmLoginPage .in__wrapper .form-main .signin_guest {
  padding-bottom: 38px;
}
.page-tmLoginPage .in__wrapper .form-main .signin_guest .btn--expand {
  width: 221px;
  padding: 10px 0px;
}
@media (max-width: 768px) {
  .page-tmLoginPage .in__wrapper .form-main .signin_guest .btn--expand {
    width: 100%;
  }
}
.page-tmLoginPage .in__wrapper .form-main .bottom-list {
  margin: 0;
  padding: 0;
}
.page-tmLoginPage .in__wrapper .form-main .bottom-list li {
  display: block;
  text-align: center;
  color: #000;
  padding: 0 0 22px 0;
  font-family: Montserrat;
  letter-spacing: 0.28px;
}
@media (max-width: 375px) {
  .page-tmLoginPage .in__wrapper .form-main .bottom-list li {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .page-tmLoginPage .in__wrapper .form-main .bottom-list li {
    font-size: 10px;
  }
}
.page-tmLoginPage .in__wrapper .form-main .bottom-list li a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
.page-profile-updatePassword .reset-password-section .form-main {
  width: 515px;
  margin: 0 auto;
  float: none;
  padding: 0;
}
@media (max-width: 768px) {
  .page-profile-updatePassword .reset-password-section .form-main {
    width: 100%;
    margin: 0;
  }
}
#resetPasswordFormData #reset_Email {
  text-align: left;
}
@media (max-width: 480px) {
  .page-productDetails .mobile-slider .b--slider--shopLook {
    display: none;
  }
}
@media (max-width: 480px) {
  .page-productDetails .mobile-slider .slick-initialized {
    display: block;
  }
}
.b--promo.b--highlights {
  background-color: #f5f5f5;
}
.page-productDetails .js-find-store-display .store-navigation .modal-dialog {
  width: 700px!important;
}
@media (max-width: 480px) {
  .page-productDetails .js-find-store-display .store-navigation .modal-dialog {
    width: auto!important;
  }
}
.page-productDetails .js-find-store-display .store-navigation .modal-dialog .btn-pickup-store-select {
  padding: 11px 18px;
}
#resetPasswordFormData #customerInfo p {
  text-align: left!important;
  font-size: 12px;
  color: #cb5959;
}
@media (max-width: 480px) {
  #resetPasswordFormData #customerInfo p {
    font-size: 14px;
  }
}
#resetPasswordFormData #customerInfo p a {
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #navSearch .yCmsComponent {
    position: relative;
  }
  #navSearch .yCmsComponent i {
    top: 16px!important;
  }
  #searchbar {
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    top: 13px;
    left: 65px;
  }
}
.b--navbar--mobile__nav-primary .scroll li.logged_in .my-account-show-btn .s-chevron-right {
  top: -38px;
}
@media (max-width: 480px) {
  .page-address-book .account-common-wrapper {
    margin-top: 20px!important;
  }
  .page-address-book .account-common-wrapper .account-common__title {
    border-bottom: none!important;
    margin: 0;
    padding: 0 0 6px 0;
  }
  .page-address-book .account-common-wrapper .address-wrapper p {
    font-weight: normal;
  }
  .page-address-book .account-common-wrapper .address-wrapper .m-t-80 {
    font-weight: bold;
    margin-top: 0px !important;
  }
}
@media (max-width: 480px) {
  .page-orderStatusPage .main__inner-wrapper .forms--hdg {
    margin-bottom: 4px;
    font-size: 22px;
  }
  .page-orderStatusPage .main__inner-wrapper .forms--desc {
    margin: 0 0 27px 0;
  }
  .page-orderStatusPage .main__inner-wrapper #checkOrderStatus .forms--actions-row {
    margin-top: 10px;
  }
  .page-orderStatusPage .main__inner-wrapper #checkOrderStatus .forms--actions-row .btn--widen {
    width: 100%;
  }
}
.page-checkout-login .checkout-mid {
  margin-bottom: 65px;
}
@media (max-width: 480px) {
  .page-checkout-login .checkout-mid {
    margin-bottom: 0px;
  }
}
.page-checkout-login #footer-main {
  position: fixed;
  width: 100%;
  bottom: 0px;
}
@media (max-width: 480px) {
  .page-checkout-login #footer-main {
    position: relative;
  }
}
.page-multiStepCheckoutSummaryPage .summary_inputs #shippingAddress .shipping_address__title {
  margin: 26px 0 20px 0;
}
.page-multiStepCheckoutSummaryPage .summary_inputs #shippingAddress .shipping_address__title p {
  margin-bottom: 0px;
  margin-top: 6px;
  font-size: 13px;
}
.page-multiStepCheckoutSummaryPage .summary_inputs #shippingAddress .shipping_address__list .checkout_address-controls a {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-multiStepCheckoutSummaryPage .summary_inputs #addressFormSection #addressForm #i18nAddressForm .f-label__wrapper {
  padding-right: 0px;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .summary_inputs #addressFormSection #addressForm #i18nAddressForm .f-label__wrapper {
    padding-right: 15px ;
  }
}
.page-multiStepCheckoutSummaryPage .Guest_summary #addressFormSection #addressForm #i18nAddressForm h3 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 18px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary #addressFormSection #addressForm #i18nAddressForm p {
  margin-bottom: 34px;
  margin-top: 6px;
  font-size: 14px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary #addressFormSection #addressForm #i18nAddressForm .f-label__wrapper {
  padding-right: 0px;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .Guest_summary #addressFormSection #addressForm #i18nAddressForm .f-label__wrapper {
    padding-right: 15px ;
  }
}
.page-multiStepCheckoutSummaryPage .Guest_summary #addressFormSection #addressForm .privacy {
  margin: 0px 0 30px 0;
}
.page-multiStepCheckoutSummaryPage .checkout-order-totals .checkout-order-summary-list .checkout-order-summary-list-heading,
.page-multiStepCheckoutSummaryPage .checkout-order-totals .checkout-order-summary-list .checkout-order-summary-list-items {
  display: none;
}
.page-giftCardPage #b--section-primaryGiftCardBannerComponent {
  min-height: auto;
  height: auto;
}
@media (max-width: 480px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent {
    min-height: 415px;
    height: 415px!important;
  }
}
@media (max-width: 768px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__wrapper {
    align-items: flex-end;
    padding: 0 109px 0 0;
  }
}
@media (max-width: 480px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__wrapper {
    align-items: center;
    padding: 0;
  }
}
.page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__title {
  top: 37%;
}
@media (max-width: 768px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__title {
    top: 0;
    color: #ffffff!important;
    right: 0;
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__title {
    top: 80%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    font-size: 24px;
    color: #000000!important;
  }
}
.page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__subtitle {
  top: 47%;
  line-height: 22px;
}
@media (max-width: 768px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__subtitle {
    top: 0;
    color: #ffffff!important;
    text-align: right!important;
    padding-right: 0!important;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__subtitle {
    color: #000000!important;
    top: 83%;
    font-size: 13px;
    line-height: inherit!important;
    text-align: center!important;
    padding: 0 35px!important;
  }
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__subtitle br {
    display: none;
  }
}
@media (max-width: 360px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__subtitle {
    padding: 0 15px!important;
  }
}
.page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--primary {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  text-align: center;
  color: #fefefe;
  width: 203px;
  padding: 11px 0px;
  right: 358px;
  top: 57%;
}
@media (max-width: 768px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--primary {
    top: 0;
    right: 230px!important;
  }
}
@media (max-width: 480px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--primary {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 50%;
    padding: 20px 0;
    background: #b1b1b1;
    color: #ffffff!important;
    border-top: 1px solid #fff;
    right: 0px!important;
  }
}
.page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--secondary {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  text-align: center;
  color: #fefefe;
  width: 203px;
  padding: 10px 0px;
  top: 57%;
}
@media (max-width: 768px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--secondary {
    left: initial;
    top: -64px;
    right: initial;
    background: transparent;
    border: 1px solid #ffffff!important;
  }
}
@media (max-width: 480px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--secondary {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 50%;
    padding: 20px 0;
    background: #b1b1b1;
    color: #ffffff!important;
    border: none!important;
    border-top: 1px solid #fff!important;
    border-left: 1px solid #fff!important;
  }
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--secondary:hover {
    background: #d1d1d1!important;
  }
}
.page-giftCardPage .compnent-rwdivider-homepage {
  height: 0;
}
.home-block-slider .b--category-secondary .b--category-secondary__img {
  width: 100%;
}
@media (max-width: 480px) {
  .home-block-slider .b--category-secondary .b--category-secondary__img {
    width: 100%;
  }
}
.home-block-slider .b--category-secondary .b--category-secondary__foot {
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .home-block-slider .b--category-secondary .b--category-secondary__foot {
    position: relative;
    display: block;
    float: left;
    height: auto;
    width: 100%;
    padding: 0 0 50px 0;
  }
}
@media (max-width: 768px) {
  .home-block-slider .b--category-secondary .b--category-secondary__foot {
    padding: 0 0 8px 0;
  }
}
.home-block-slider .slick-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 99;
}
.home-block-slider .slick-arrow .s-4x {
  font-size: 16px;
}
@media (max-width: 768px) {
  .home-block-slider span.arrow-next {
    right: 95px !important;
    bottom: 0px !important;
  }
}
@media (max-width: 768px) {
  .home-block-slider span.arrow-prev {
    left: 95px !important;
    bottom: 0px !important;
  }
}
.home-block-slider .slick-dots {
  text-align: center!important;
  width: 236px!important;
  margin: 0px auto 0!important;
  padding-left: 27px;
  padding-right: 27px;
}
@media (max-width: 1199px) {
  .home-block-slider .slick-dots {
    margin: 0px auto 25px !important;
  }
}
.home-block-slider .slick-dots li {
  display: inline-block;
}
.home-block-slider .slick-dots li button {
  position: relative;
  float: left;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 16px;
  padding: 0;
  cursor: pointer;
  background: #cecdd3;
  text-indent: -99999999px;
  border-radius: 32px;
  border: 0;
}
@media (max-width: 768px) {
  .home-block-slider .slick-dots li button {
    display: block !important;
  }
}
.home-block-slider .slick-dots li:last-child button {
  margin-right: 0px;
}
.home-block-slider .slick-dots li.slick-active button {
  background-color: #000000;
}
.b--slider--arrivals .slick-list .slick-track {
  margin: auto;
}
.b--slider--arrivals .slick-list .slick-track .slick-slide .b--product__foot .metadata-slider .slick-track {
  margin-left: 0!important;
  margin-right: auto!important;
}
.collection-slider .slick-list .slick-track {
  margin: auto;
}
.page-orderConfirmationPage .order__confirmation-table .estimated__de {
  bottom: 90px;
}
.page-orderConfirmationPage .order__confirmation-table .estimated__de p {
  font-weight: normal;
}
@media (max-width: 768px) {
  .page-orderConfirmationPage .order__confirmation-table .estimated__de p {
    font-weight: 500;
    font-size: 12px;
  }
}
.btn_anchor {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  text-decoration: underline;
  font-size: 13px;
  display: inline-block;
  letter-spacing: 0.26px;
  font-weight: bold;
  font-family: Montserrat!important;
}
.page-order .orderDetailsPage .mid__block .mid__block__bottom .total-bottom .ordr-sumry-mobile-title {
  font-size: 27px;
  letter-spacing: .27px;
  border-bottom: #9d9d9d solid 1px;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.page-order .orderDetailsPage .mid__block .mid__block__bottom .total-bottom .Top .table tbody tr td span.block-elm {
  font-size: 12px;
  padding-bottom: 7px;
  font-weight: normal;
  position: relative;
  top: -10px;
}
.page-productDetails .pdp--main__wrapper .right-section .size li a.f-m {
  padding-left: 0;
}
@media (max-width: 768px) {
  .page-returnLandingPage .moboReturn {
    margin-bottom: 14px;
  }
  .page-returnLandingPage .moboReturn .m-common-return {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500!important;
    letter-spacing: 0.52px;
  }
  .page-returnLandingPage .moboReturn h3 {
    font-family: Montserrat;
    font-size: 23.5px;
    letter-spacing: 0.47px;
    padding: 6px 0;
  }
  .page-returnLandingPage .moboReturn .m-b-20 {
    font-size: 13px;
    letter-spacing: 0.26px;
    text-shadow: none;
  }
  .page-returnLandingPage .moboReturn #initiateReturnForm {
    margin-top: 40px;
  }
  .page-returnLandingPage .moboReturn #initiateReturnForm .f-label__wrapper {
    margin-bottom: 20px;
  }
  .page-returnLandingPage .moboReturn #initiateReturnForm .label__passwod {
    position: relative;
    top: -20px;
    font-size: 13px;
    font-weight: normal!important;
    letter-spacing: 0.26px;
  }
  .page-returnLandingPage .moboReturn #initiateReturnForm .noPAD {
    padding: 0px!important;
  }
  .page-returnLandingPage .moboReturn #initiateReturnForm .noPAD button {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.26px;
    text-align: center;
    color: #fefefe;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page-returnLandingPage .moboReturn #initiateReturnForm .label__passwod {
    font-size: 12px;
    top: -15px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-returnLandingPage .moboReturn #initiateReturnForm .giftreurn-mob {
    top: -18px !important;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page-returnLandingPage .moboReturn #initiateReturnForm .giftreurn-mob {
    font-size: 11px!important;
  }
}
.compnent-rwdivider-homepage {
  position: relative;
  height: 70px;
}
@media (max-width: 768px) {
  .compnent-rwdivider-homepage {
    height: 30px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .IElogo .tm_Logo {
    top: -100px;
  }
  .tm_Logo {
    top: 0px;
  }
}
@supports (-ms-ime-align:auto) {
  /* Edge 16+ CSS */
  .IElogo .tm_Logo {
    top: -100px;
  }
  .tm_Logo {
    top: 0px;
  }
}
.page-destinationsContentPage .complete-registration-main {
  padding: 18px 41px 0 0;
}
.page-profile-updatePassword .f-label__wrapper .c__input {
  margin: 0;
}
@media (max-width: 375px) {
  .page-profile-updatePassword .help-block {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .page-profile-updatePassword .help-block {
    font-size: 11px;
  }
}
.page-productDetails .size-select-modal .modal-content .modal-header {
  padding: 20px 21px 11px!important;
}
.page-productDetails .size-select-modal .modal-content .modal-header .close {
  opacity: 1;
  position: absolute;
  top: 22px;
}
.page-productDetails .size-select-modal .modal-content .modal-header .size-chart-title {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.24px;
}
.page-productDetails .size-select-modal .modal-content .modal-body .modal-accordian .panel-collapse .size__chart-list ul li a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.32px;
}
.page-orderStatusPage .breadcrumb--change {
  margin-top: 8px;
}
.page-orderStatusPage .layout_tall-btm {
  padding-bottom: 200px;
  padding-left: 103px;
}
@media (max-width: 768px) {
  .page-orderStatusPage .layout_tall-btm {
    padding: 10px 15px 50px 15px;
    margin: 0;
    width: 100%;
  }
}
.page-orderStatusPage .layout_tall-btm .forms--hdg {
  font-size: 27px;
  letter-spacing: .54px;
  font-weight: 700;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .page-orderStatusPage .layout_tall-btm .forms--hdg {
    font-size: 22px;
  }
}
.page-orderStatusPage .layout_tall-btm .forms--desc {
  margin: 40px 0;
  letter-spacing: 0.28px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-orderStatusPage .layout_tall-btm .forms--desc {
    margin: 0 0 27px;
  }
}
.page-orderStatusPage .layout_tall-btm #checkOrderStatus .f-label__wrapper {
  padding-bottom: 4px;
}
.page-orderStatusPage .layout_tall-btm #checkOrderStatus .forms--actions-row {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .page-orderStatusPage .layout_tall-btm #checkOrderStatus .forms--actions-row {
    margin-top: 10px;
  }
}
.page-orderStatusPage .layout_tall-btm #checkOrderStatus .forms--actions-row .btn--widen {
  min-width: 221px;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
  letter-spacing: 0.26px;
}
.page-orderStatusPage .layout_tall-btm #checkOrderStatus .forms--actions-row .login-text {
  letter-spacing: 0.28px;
}
.f-m-l {
  color: #000000;
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 480px) {
  .page-custCareForCanadaPage .customer_Canada_store h2 {
    margin: 25px 0 30px 0px;
  }
}
.page-custCareForCanadaPage .customer_Canada_store p {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 480px) {
  .page-custCareForCanadaPage .customer_Canada_store p:last-child {
    padding-bottom: 7px!important;
  }
}
.page-custCareForCanadaPage .customer_Canada_store p a {
  border-bottom: 1px solid #bababa;
  text-decoration: none;
}
.page-custCareForCanadaPage .customer_Canada_store p a:hover {
  text-decoration: none!important;
  border-bottom: 1px solid #000000;
}
.page-custCareForCanadaPage .customer_Canada_store .btn {
  font-size: 13px;
  font-weight: 600;
  padding: 0px 70px !important;
}
.page-custCareForCanadaPage .customer_Canada_store form .floating-label {
  width: 97%;
}
@media (max-width: 480px) {
  .page-custCareForCanadaPage .customer_Canada_store form .floating-label {
    width: 100%;
  }
}
.page-custCareForCanadaPage .customer_Canada_store form .floating-label input {
  text-indent: 8px;
}
@media (max-width: 480px) {
  .b--slider--pairswith .b--product .b--product__foot {
    min-height: 130px;
  }
}
@media (max-width: 480px) {
  .b--slider--pairswith .b--product .b--product__foot .metadata-option {
    height: 33px!important;
    overflow: visible;
  }
}
input:-webkit-autofill ~ label {
  top: -9px;
}
input:not(:empty) ~ label {
  top: -9px;
}
/***scroll to top***/
body .scrollToTop {
  z-index: 1100;
}
body.page-cartPage .scrollToTop {
  z-index: 0;
}
.scrollToTop {
  display: none;
  position: fixed;
  cursor: pointer;
  right: 1em;
  bottom: 30px;
}
body .scrollToTop span.s {
  font-size: 30px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  padding-bottom: 0px;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
body .scrollToTop span.s:before {
  content: "\EA03";
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.page-mediaInquiriesPage .media-inquiries-section p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.page-mediaInquiriesPage .media-inquiries-section p b {
  text-transform: capitalize;
  font-size: 16px;
}
.page-notFound {
  position: relative;
}
.page-notFound .notfound {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 480px) {
  .page-notFound .notfound {
    top: 25%;
  }
}
.page-notFound .notfound img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 0px;
  height: auto;
}
.page-notFound .notfound h1 {
  font-size: 100px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 0px;
}
.page-notFound .notfound p {
  color: #fff;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0 25px;
}
.page-notFound .notfound a {
  color: #fff;
  height: 40px;
  display: inline-block;
  min-width: 160px;
  text-align: center;
  line-height: 35px;
  letter-spacing: .24px;
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 14px;
  padding: 0 20px;
  background: none;
  border-color: #fff;
  margin-top: 15px;
  text-decoration: none;
  border: 2px solid;
  outline: none;
  -webkit-border-radius: 2.88px;
  -moz-border-radius: 2.88px;
  -ms-border-radius: 2.88px;
  border-radius: 2.88px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-notFound .notfound a:hover {
  background: #fff;
  border-color: #fff;
  color: #161616;
}
.page-notFound .notfound a:nth-of-type(2) {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .page-notFound .notfound a {
    width: 90%;
  }
}
/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible button:focus:not(.focus-visible) {
  outline: none;
}
/*
	Optionally: Define a strong focus indicator for keyboard focus.
	If you choose to skip this step then the browser's default focus
	indicator will be displayed instead.
  */
.js-focus-visible button.focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
a:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
}
input[type="checkbox"]:focus + label {
  outline: -webkit-focus-ring-color auto 1px !important;
}
input[type="radio"]:focus + label:before {
  outline: -webkit-focus-ring-color auto 1px !important;
}
#shippingMethodErroMsg {
  color: #d53f3f!important;
  padding-bottom: 10px;
  display: block;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .24px;
}
body {
  padding-right: 0px!important;
}
#rewardsDescription .modal-dialog {
  width: 725px;
  right: 0px;
  top: calc(10%) !important;
  left: calc(0%) !important;
}
@media (max-width: 768px) {
  #rewardsDescription .modal-dialog {
    left: 0;
    top: 0!important;
    width: 100%;
    margin: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
#rewardsDescription .modal-dialog .modal-content {
  border-radius: 0px;
}
#rewardsDescription .modal-dialog .modal-content .close {
  width: 17px;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 18px;
}
#rewardsDescription .modal-dialog .modal-content .modal-title {
  max-width: 300px;
  margin: 0 auto;
  padding: 50px 0 35px;
}
@media (max-width: 480px) {
  #rewardsDescription .modal-dialog .modal-content .modal-title {
    max-width: 242px;
  }
}
#rewardsDescription .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#rewardsDescription .modal-dialog .modal-content .modal-body .tm-rewards-main .container {
  width: 100%!important;
}
#rewardsDescription .modal-dialog .modal-content .modal-body .tm-rewards-main .container .benefits-section {
  padding: 0px 0 30px 0;
}
#rewardsDescription .modal-dialog .modal-content .modal-body .tm-rewards-main .container .benefits-section h2 {
  font-size: 24px;
  margin-bottom: 42px;
}
@media (max-width: 480px) {
  #rewardsDescription .modal-dialog .modal-content .modal-body .tm-rewards-main .container .benefits-section h2 {
    width: 290px;
    margin: 0 auto;
    margin-bottom: 42px;
  }
}
@media (max-width: 480px) {
  #rewardsDescription .modal-dialog .modal-content .modal-body .tm-rewards-main .container .benefits-section .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#rewardsDescription .modal-dialog .modal-content .modal-body .tm-rewards-main .container .benefits-section .benefits--box img {
  margin-bottom: 10px;
  max-width: 67px;
}
@media (max-width: 768px) {
  #rewardsDescription .modal-dialog .modal-content .modal-body .tm-rewards-main .container .benefits-section .benefits--box {
    margin-bottom: 0px;
  }
}
#rewardsDescription .modal-dialog .modal-content .modal-body .tm-rewards-main .container .benefits-section h4 {
  line-height: 1.4;
  font-size: 13px;
  font-family: Montserrat;
  letter-spacing: .26px;
  font-weight: 600;
}
@media (max-width: 360px) {
  #rewardsDescription .modal-dialog .modal-content .modal-body .tm-rewards-main .container .benefits-section h4 {
    font-size: 11px;
  }
}
.lookstabcontent {
  padding-top: 50px;
}
.b--navbar__third__user--status ul {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .b--slider--occasion .slick-slide {
    margin: 0px 0px 0 8px;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .my-account-tab .tab-content #home1 iframe {
    height: 330px!important;
  }
}
.cover_banner_CMP {
  height: 600px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .cover_banner_CMP {
    height: 1098px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .cover_banner_CMP {
    height: 450px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .cover_banner_CMP {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .cover_banner_CMP {
    height: 530px;
  }
}
.b--product.b--product--spacer .b--product__img .b--product__img-quick:focus {
  opacity: 1;
  pointer-events: fill;
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.deliveryestTime p {
  margin: 10px 0 10px 15px;
}
.b--slider--pairs,
.b--slider--similar {
  display: none;
}
.b--slider--pairs.slick-initialized,
.b--slider--similar.slick-initialized {
  display: block;
}
@media (max-width: 768px) {
  .b--slider--pairs .slick-slide .item .b--product,
  .b--slider--similar .slick-slide .item .b--product {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .Accessibility_content .customer-care-title h2 {
    font-size: 21px;
    text-align: initial;
    margin-bottom: 15px;
  }
}
.Accessibility_content ul {
  padding: 0px;
  list-style: initial;
  list-style-position: inside;
  line-height: 24px;
}
#modal_1 p {
  padding: 60px 50px 20px 20px;
}
#modal_1 .close {
  color: #000 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  margin: 10px 0px 30px;
  font-size: 35px;
  font-weight: 200;
}
#modal_1 .modal-dialog {
  top: 35%;
}
#modal_1 .close span {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #333;
}
#modal_1 .modal-content {
  border-radius: 25px;
}
.jws-plp-productsImg .plp-productImg .jws-prdt-image {
  transition: 1s;
}
.jws-plp-productsImg .plp-productImg .jws-prdt-image:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.jws-plp-filterCont .jws-plp-filters ul.plp-flts-mainOpts li a:hover {
  color: rgba(32, 32, 32, 0.5) !important;
}
html {
  height: 100%;
}
.g--body {
  min-height: 100%;
  position: relative;
  padding-bottom: 3em;
}
.g--footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.m-t-33 {
  margin-top: 33px !important;
}
a.show {
  width: 50px;
  height: 22px;
  border: #e3e3e3 solid 1px;
  color: #7e7e7e;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 0 0 0;
  position: absolute;
  top: 9px;
  right: 8px;
}
.icon--cart__main {
  top: 44px;
}
.icon--cart {
  font-size: 22px;
  color: #151515;
  position: relative;
}
.icon--cart .icon__count {
  width: 16px;
  height: 16px;
  background: #295981;
  color: #fff;
  font-size: 9px;
  display: block;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  top: -8px;
  right: -7px;
  padding: 2px 0 0 0;
}
.checkout-login-left-content-component .show-password-btn {
  font-weight: 700 !important;
}
.checkout-mid .title--checkout {
  margin: 23px 0 43px 0;
}
.checkout-mid .promoCodeBox {
  padding: 0 0 0 28px;
  line-height: 21px;
  margin: 0;
}
.checkout-mid .promoCheck {
  float: left;
}
.checkout-mid .row .l--checkout__wrapper .checkout-login-left-content-slot {
  padding-left: 150px;
  padding-right: 34px;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .checkout-mid .row .l--checkout__wrapper .checkout-login-left-content-slot {
    padding-left: 90px;
    padding-right: 0;
  }
  .checkout-mid .row .l--checkout__wrapper .checkout-login-left-content-slot .keep-signed {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .checkout-mid .row .l--checkout__wrapper .checkout-login-left-content-slot {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.checkout-mid .row .l--checkout__wrapper:first-child {
  border-right: #c2c2c2 solid  1px;
}
.checkout-mid .row .l--checkout__wrapper .in__wrapper {
  padding: 56px 30px 0;
}
.checkout-mid .row .l--checkout__wrapper .in__wrapper h4 {
  font-family: 'Montserrat';
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0.44px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .checkout-mid .row .l--checkout__wrapper .in__wrapper h4 {
    font-size: 20px;
  }
}
.checkout-mid .row .l--checkout__wrapper .in__wrapper p {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .checkout-mid .row .l--checkout__wrapper .in__wrapper p {
    font-size: 13px;
  }
}
.checkout-mid .row .l--checkout__wrapper .in__wrapper .form-main .control-label {
  left: 15px;
}
.checkout-mid .row .l--checkout__wrapper .in__wrapper .form-main .form-group {
  margin-bottom: 25px;
}
.checkout-mid .row .l--checkout__wrapper .in__wrapper .form-main .form-group .password {
  padding-right: 70px;
}
.checkout-mid .row .l--checkout__wrapper .in__wrapper .form-main .forget__password {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}
.checkout-mid .row .l--checkout__wrapper .in__wrapper .form-main .not__member {
  display: block;
  margin-top: 25px !important;
}
.checkout-mid .row .l--checkout__wrapper .in__wrapper .form-main .not__member a {
  color: #000;
  text-decoration: underline;
  padding: 0 0 0 8px;
  cursor: pointer;
}
.or {
  display: block;
  text-align: center;
  padding: 15px 0;
}
@media screen and (min-width: 991px) {
  .or {
    display: none;
  }
  .d--none-desk {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .g--body {
    padding: 0px;
  }
  .g--footer {
    position: relative;
  }
  .mobile--hide {
    display: none;
  }
  .d--none-mobile {
    display: none !important;
  }
  .d--none-desk {
    display: block;
    text-align: center;
  }
  .l--checkout__wrapper .in__wrapper .btn--expand {
    display: block;
    margin: 0px auto !important;
    width: 100%;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
  }
  .l--checkout__wrapper .in__wrapper .btn--expand:hover {
    text-decoration: none;
  }
  .checkout-mid .row .l--checkout__wrapper .in__wrapper .form-main .forget__password {
    color: #000;
    text-decoration: underline;
    display: inline-block;
    margin: 0 0 20px 0;
  }
  .checkout-mid .row .l--checkout__wrapper .in__wrapper {
    padding: 0 30px 0;
  }
  .b--subfooter {
    height: auto;
    background-color: transparent;
  }
  .b--subfooter .dropup {
    background-color: #f0f0f0;
  }
  main.checkout-mid {
    padding: 49px 0 40px 0;
  }
  .checkout-mid .title--checkout {
    display: none;
  }
  .checkout-mid .row .l--checkout__wrapper .in__wrapper h4 {
    text-align: center;
    font-size: 20px;
  }
  .checkout-mid .row .l--checkout__wrapper .in__wrapper p {
    text-align: center;
    font-size: 12px;
  }
  main.checkout-mid {
    padding: 30px 0 40px 0;
  }
  .checkout-mid .row .l--checkout__wrapper .in__wrapper h4 {
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .b--subfooter .dropup {
    margin-bottom: 15px;
  }
}
/* Interstitial site cart icon */
.page-checkout-login .b--mobile {
  display: block;
}
.page-checkout-login .b--desktop {
  display: none;
}
@media screen and (max-width: 479px) {
  .page-checkout-login header.checkout {
    border-bottom: #e3e3e3 solid 1px;
  }
  .page-checkout-login header.checkout .header-checkout {
    padding: 15px 0;
  }
}
.page-checkout-login header.checkout .cart-btn-in-mobile {
  position: absolute !important;
  top: 30px;
  right: 45px;
}
@media screen and (max-width: 479px) {
  .page-checkout-login header.checkout .cart-btn-in-mobile {
    left: unset;
    right: 0px;
    top: 8px;
  }
}
.page-checkout-login header.checkout .cart-btn-in-mobile .b--cart__mini--products {
  background: #33577e;
  color: #fff;
  left: 22px;
  padding-top: 0;
  top: 6px;
}
.header-checkout-logo img {
  max-width: 100%;
  width: 300px;
}
.checkout-mid #loginForm label.error {
  position: absolute;
  left: 0;
  top: 100%;
}
.page-checkout-login .main__inner-wrapper .global-alerts {
  margin: 25px 0;
}
@media (max-width: 768px) {
  .page-checkout-login .main__inner-wrapper .global-alerts {
    margin: 50px 0px;
  }
}
@media (max-width: 480px) {
  .page-checkout-login .main__inner-wrapper .global-alerts {
    margin: 25px 0 0;
  }
}
.page-checkout-login .main__inner-wrapper .global-alerts .alert-danger {
  margin: 0px 20px 0 12%;
}
@media (max-width: 768px) {
  .page-checkout-login .main__inner-wrapper .global-alerts .alert-danger {
    margin: -35px 20px;
  }
}
@media (max-width: 480px) {
  .page-checkout-login .main__inner-wrapper .global-alerts .alert-danger {
    margin: 20px 10px 0 15px;
    font-size: 11px;
  }
}
.underline-none {
  text-decoration: none!important;
}
.badge.color--black {
  background-color: #000 !important;
}
.form__create label.control-label {
  left: 15px !important;
}
.g-book {
  font-family: 'Gotham Book' !important;
}
.hide__block {
  display: none;
}
.hide__block.visible-block {
  display: block !important;
}
/*.tab-hide{
	display: none !important;
}

.tab-content > .active{
	display: block !important;
}*/
.mobile-variant-selector img {
  max-width: 26px!important;
}
.mobile-variant-selector .underline-none {
  text-decoration: none!important;
}
.mobile-variant-selector span {
  color: #2b7cac;
  font-weight: 600;
  padding-left: 3px;
}
.mobile-variant-selector span.gray-c {
  color: #888;
  font-weight: 400;
  padding-right: 6px;
}
.mobile-variant-selector a {
  font-size: 14px;
}
.addtocart-component.quantity-main {
  padding: 29px 0 0;
}
.addtocart-component .desc-style {
  padding: 5px 0 22px 29px;
  float: left;
}
.reward-block-css {
  padding: 0;
  border: none!important;
  margin: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .reward-block-css {
    border-bottom: #bebebe solid 1px !important;
    padding-bottom: 10px;
  }
}
.reward-block-css img {
  max-width: 141px;
}
.reward-block-css p {
  margin-bottom: 0;
  font-weight: 600;
}
.reward-block-css p a {
  font-weight: 600;
  text-decoration: underline;
}
.pdp--main__wrapper {
  padding: 0 0 0 4px;
}
.pdp--main__wrapper .stock-wrapper {
  margin-top: 16px;
  margin-bottom: -4px;
  letter-spacing: 0.28px;
  color: #d40a0a;
  font-size: 14px;
}
.pdp--main__wrapper .actions {
  margin-top: 20px;
}
.pdp--main__wrapper .b--pdp__gallery {
  padding-left: 33px;
}
.pdp--main__wrapper .page-details-variants-select-component p span {
  padding: 0 0 0 5px !important;
}
.pdp--main__wrapper .right-section h4 {
  text-align: left;
  font-size: 32px;
  margin: 0px 0 5px 0;
}
.pdp--main__wrapper .right-section .price {
  font-size: 18px;
  margin: 0px;
  font-weight: 600;
  letter-spacing: 0.36px;
}
.pdp--main__wrapper .right-section .p-color {
  margin: 28px 0 20px 0;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pdp--main__wrapper .right-section .p-color {
    margin: 20px 0 20px 0;
  }
}
.pdp--main__wrapper .right-section .swatch {
  margin: 0px;
  padding: 0px;
  border: none;
}
.pdp--main__wrapper .right-section .swatch li {
  display: inline-block;
  border: none;
  border: #fff solid 1px;
  float: left;
}
@media (max-width: 768px) {
  .pdp--main__wrapper .right-section .swatch li {
    float: left;
  }
}
@media (max-width: 768px) and (max-width: 380px) {
  .pdp--main__wrapper .right-section .swatch li {
    width: 16.5%;
  }
}
.pdp--main__wrapper .right-section .swatch li a {
  display: block;
  padding: 2px;
}
.pdp--main__wrapper .right-section .swatch li a:hover {
  background: none;
}
.pdp--main__wrapper .right-section .swatch li a img {
  width: 50px!important;
  height: 25px;
}
.pdp--main__wrapper .right-section .swatch li.active {
  border: #000 solid 1px;
}
.pdp--main__wrapper .right-section .swatch li.di-select {
  position: relative;
}
.pdp--main__wrapper .right-section .swatch li.di-select:hover {
  opacity: 0.2;
  cursor: no-drop;
  border: none;
}
.pdp--main__wrapper .right-section .swatch li.di-select:after {
  content: "";
  -moz-transform: rotate(-26.5deg);
  -o-transform: rotate(-26.5deg);
  -webkit-transform: rotate(-26.5deg);
  -ms-transform: rotate(-26.5deg);
  transform: rotate(-26.5deg);
  border-color: #121212;
  border-style: solid;
  border-width: 1px;
  top: 15px;
  zoom: 1;
  width: 100%;
  right: 0px;
  position: absolute;
}
.pdp--main__wrapper .right-section .swatch li:hover {
  border: #000 solid 1px;
}
.pdp--main__wrapper .right-section .size {
  margin: 20px 0 0;
  padding: 5px 0px;
  border: none;
}
.pdp--main__wrapper .right-section .size li {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: none;
}
.pdp--main__wrapper .right-section .size li a {
  text-decoration: underline;
  color: #000;
  display: inline-block;
  width: auto;
  font-size: 14px!important;
}
.pdp--main__wrapper .right-section .size li a:hover {
  background: none;
}
.pdp--main__wrapper .right-section .size li:last-child {
  width: 90%;
}
@media (max-width: 768px) {
  .pdp--main__wrapper .right-section .size li:last-child {
    width: 88.6%;
  }
}
.pdp--main__wrapper .right-section .size--box .list-unstyled {
  border: none;
}
.pdp--main__wrapper .right-section .size--box .list-unstyled li.panel-body__size-item {
  display: inline-block;
  width: 20%;
  margin-right: 1px;
  margin-bottom: 5px;
  border: 0px solid #000000;
  margin: 0 -1px -1px 0px;
  float: left;
}
.pdp--main__wrapper .right-section .size--box .list-unstyled li.panel-body__size-item a.unavailable {
  color: #c1c1c1;
  pointer-events: none;
}
.pdp--main__wrapper .right-section .size--box .list-unstyled li.panel-body__size-item:nth-child(2) {
  border-left: 0;
}
.pdp--main__wrapper .right-section .size--box .list-unstyled li.panel-body__size-item:nth-child(3) {
  border-left: 0;
}
.pdp--main__wrapper .right-section .size--box .list-unstyled li.panel-body__size-item:nth-child(4) {
  border-left: 0;
}
.pdp--main__wrapper .right-section .size--box .list-unstyled li.panel-body__size-item:nth-child(5) {
  border-left: 0;
}
.pdp--main__wrapper .right-section .size--box .list-unstyled li.panel-body__size-item:nth-child(6) {
  border-top: 0;
  border-left: 0px solid #000;
}
.pdp--main__wrapper .right-section .quantity-main {
  padding: 15px 0;
}
.pdp--main__wrapper .right-section .quantity-main span {
  display: inline-block;
  padding: 0 25px 0 0;
  font-weight: 600;
  font-size: 14px;
}
.pdp--main__wrapper .right-section .quantity-main .quantity {
  display: inline-block;
}
.pdp--main__wrapper .right-section .quantity-main .quantity input {
  margin: 0 12px;
}
.pdp--main__wrapper .right-section .quantity-main .quantity .quantity-button.quantity-down {
  top: 3px!important;
}
.pdp--main__wrapper .right-section .quantity-main .quantity .quantity-button.quantity-up {
  top: 3px!important;
}
.pdp--main__wrapper .right-section .cart-button-main {
  position: relative;
}
.pdp--main__wrapper .right-section .cart-button-main .btn--secondary {
  height: 55px;
}
.pdp--main__wrapper .right-section .cart-button-main .btn-lg {
  width: 75%;
  letter-spacing: 0.1rem;
}
.pdp--main__wrapper .right-section .cart-button-main .btn-sm {
  margin: 0 0 0 -3px !important;
}
.pdp--main__wrapper .right-section .checkbox__wrapper {
  padding: 20px 0 0 0;
}
.pdp--main__wrapper .right-section .checkbox__wrapper .f-s-bold {
  font-weight: 600;
}
.pdp--main__wrapper .right-section .checkbox__wrapper .show_gift {
  padding-right: 15px ;
}
.pdp--main__wrapper .right-section .checkbox__wrapper .avalable {
  color: #228f2c;
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
}
.pdp--main__wrapper .right-section .checkbox__wrapper .not-avalable {
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
  color: #d40a0a;
}
.pdp--main__wrapper .right-section .store--select {
  padding: 0 0 0 25px;
}
.pdp--main__wrapper .right-section .store--select h3 {
  font-size: 14px;
}
.pdp--main__wrapper .right-section .store--select ul {
  margin: 0px;
  padding: 10px 0 15px 0;
  border: none;
}
.pdp--main__wrapper .right-section .store--select ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  height: auto;
  width: 49%;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.pdp--main__wrapper .right-section .store--select ul li a {
  color: #000;
  text-decoration: none;
  padding: 0;
}
.pdp--main__wrapper .right-section .store--select ul li a:hover {
  background: none;
}
.pdp--main__wrapper .right-section .store--select ul li.select a {
  font-weight: 600;
}
.pdp--main__wrapper .right-section .store--select .change-store {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  display: inline-block;
}
.pdp--main__wrapper .right-section .bottom-block {
  padding: 30px 0;
  font-size: 12px;
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
}
.pdp--main__wrapper .right-section .bottom-block p {
  line-height: 20px;
}
.pdp--main__wrapper .right-section .bottom-block ul {
  margin: 0px;
  padding: 20px 0 0 0;
  border: none;
}
.pdp--main__wrapper .right-section .bottom-block ul li {
  border: none;
  color: #000;
  text-transform: initial;
  padding: 0 0 5px 0;
  list-style: disc;
  list-style-position: inside;
}
.pdp--main__wrapper .right-section .reward-block {
  border-top: #bebebe solid 1px;
  border-width: 1px 0;
  padding: 24px 0;
}
.pdp--main__wrapper .right-section .reward-block p {
  margin: 0px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 8px 0 0 0;
}
.pdp--main__wrapper .right-section .reward-block p a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.pdp--main__wrapper.b--pdp__gallery {
  padding-left: 24px;
}
.pr--change__wrapper .pr--box {
  padding: 1px 3px;
}
.pr--change__wrapper .pr--box figure {
  position: relative;
  max-width: 100%;
}
.product--summary--des {
  margin-top: 40px;
}
.product--summary--des ul {
  padding-left: 15px;
  margin: 20px 0;
}
.product--summary--des ul li {
  list-style: disc;
  font-size: 12px;
  line-height: 20px;
}
.product--summary--des p {
  font-size: 12px;
  line-height: 20px;
}
.accrodian-main {
  /*.accordion-toggle{
		&.collapsed{
			&:after{
				border-left: 5px solid transparent;
			    border-right: 5px solid transparent;
			    border-bottom: 5px solid #2f2f2f;
			}
		}
	}*/
}
.accrodian-main .accordion-inner {
  padding: 20px 0;
}
.accrodian-main .accordion-inner .model-size {
  padding: 0px;
  margin: 0;
  border: none;
}
.accrodian-main .accordion-inner .model-size li {
  font-family: 'Gotham Book', Arial;
  padding: 0px;
  margin: 0;
  border: none;
  list-style: disc;
  list-style-position: inside;
  font-size: 13px;
  text-transform: initial;
  color: #000;
  line-height: 20px;
}
.accrodian-main .accordion-inner .size-chart {
  margin: 0px;
  padding: 0;
  border: none;
}
.accrodian-main .accordion-inner .size-chart li {
  padding: 0px;
  margin: 0;
  display: inline-block;
  border: none;
  font-size: 12px;
  line-height: 20px;
}
.accrodian-main .accordion-inner .size-chart li a {
  text-decoration: underline;
  font-weight: 600;
  padding: 15px 10px 0 0;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
}
.accrodian-main .accordion-inner .size-chart li a:hover {
  background: none;
}
.accrodian-main .accordion-inner .percentage {
  padding: 30px 0;
}
.accrodian-main .accordion-toggle {
  position: relative;
  display: block;
  border-bottom: #bebebe solid 1px;
  padding: 10px 0 10px 0;
  font-family: 'Montserrat', Arial, Sans-Serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.accrodian-main .accordion-toggle:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  position: absolute;
  right: 12px;
  bottom: 18px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2f2f2f;
  border-bottom: 0;
}
.accrodian-main .accordion-toggle[aria-expanded="true"]:after {
  content: "";
  border-bottom: 5px solid #2f2f2f;
  border-top: 0;
}
.slider--cart ul.separation {
  border: none;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .slider--cart ul.separation {
    margin: 0 0 30px 0;
  }
}
.slider--cart ul.separation li {
  float: none;
}
.slider--cart ul.separation li a {
  border: none;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}
.slider--cart ul.separation li a:hover,
.slider--cart ul.separation li a:focus,
.slider--cart ul.separation li a:active {
  background: none;
}
.slider--cart ul.separation li.active a:hover,
.slider--cart ul.separation li.active a:focus,
.slider--cart ul.separation li.active a:active {
  background: none;
  border: none;
}
.mobile-slider {
  display: none;
}
.modal--main .modal-dialog {
  left: 0 !important;
  right: 0;
  width: 600px;
  top: calc(10%) !important;
  left: calc(0%) !important;
  outline: none;
}
.modal--main .modal-dialog:focus {
  outline: none;
}
.modal--main .modal-dialog .modal-content {
  border-radius: 0px;
  position: relative;
}
.modal--main .modal-dialog .modal-content .distance--in {
  position: relative;
}
.modal--main .modal-dialog .modal-content .distance--in:after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(../@img_extra/icon-caret.svg);
  position: absolute;
  right: 12px;
  top: 14px;
}
.modal--main .modal-dialog .modal-content .modal-header {
  padding: 45px 45px 20px;
  border-bottom: 0px;
}
.modal--main .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 17px;
  height: 17px;
}
.modal--main .modal-dialog .modal-content .modal-header h4 {
  margin: 0 0 6px 0;
  line-height: 30px;
}
.modal--main .modal-dialog .modal-content .modal-header p {
  font-size: 14px;
}
.modal--main .modal-dialog .modal-content .modal-body {
  padding: 0 45px;
}
.modal--main .modal-dialog .modal-content .modal-body .btn--primary {
  width: 100%;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main {
  max-height: 280px;
  position: relative;
  overflow: auto;
  margin: 30px 0 0 0;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper {
  margin: 0px;
  padding: 0px;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li {
  position: relative;
  border-bottom: #d1d1d1 solid 1px;
  padding: 12px 16px;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li h5 {
  font-size: 14px;
  margin: 0px;
  display: block;
  margin: 0 0 7px 0;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li p {
  line-height: 20px;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li label.wrapper--label {
  position: relative;
  width: 100%;
  text-align: left;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li label.wrapper--label:before {
  position: absolute;
  top: 18%;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li label.wrapper--label span.right__child {
  position: absolute;
  right: 0;
  top: 45%;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li label.wrapper--label span.right__child.not-avalable {
  color: #d40a0a;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li label.wrapper--label span.right__child.avalable {
  color: #3e9144;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li .in--text {
  left: 0;
  top: 0;
  margin: 0 0 0 30px;
  width: 260px;
  word-break: break-word;
  white-space: normal;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li.active {
  background: #f2f2f2;
}
.modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li:last-child {
  border-bottom: 0px;
}
.modal--main .modal-dialog .modal-content .modal-footer {
  padding: 15px 60px;
}
.modal--main .modal-dialog .modal-content .modal-footer .btn--primary-light:hover {
  color: #fff !important;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .select-location__main::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .select-location__main::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.input--shade {
  background: #f8f8f8 !important;
}
.size-chart-title {
  font-size: 12px;
  color: #676767;
}
.size-select-modal .modal-dialog .modal-content .modal-header {
  padding: 25px 21px 24px;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel {
  box-shadow: none;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default.active .click-a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 26px;
  text-decoration: none;
  font-weight: 700;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default.active .click-a:before {
  content: "\EA01";
  font-size: 16px;
  color: #000;
  display: inline-block;
  font-family: "symbols";
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .click-a {
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .click-a:before {
  content: "\EA01";
  font-size: 16px;
  color: #000;
  display: inline-block;
  font-family: "symbols";
  position: absolute;
  right: 15px;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .panel-body {
  padding: 18px 0;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .panel-body .m-table {
  padding: 15px 0 0 0;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .panel-body .m-table thead th {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  border: none;
  text-transform: uppercase;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .panel-body .m-table tbody tr td {
  text-transform: uppercase;
  border: none;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .panel-body .m-table tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.size-select-modal .modal-dialog .modal-content .help--block {
  padding: 0 0 50px 0;
}
.size-select-modal .modal-dialog .modal-content .help--block h4 {
  margin: 0px;
  font-size: 15px;
  margin: 0 0 5px 0;
}
.size-select-modal .modal-dialog .modal-content .help--block p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.size-select-modal .modal-dialog .modal-content .help--block hr {
  border-bottom: #bababa solid 1px;
  border-top: none;
}
.size-select-modal .modal-dialog .modal-content .size--demo img {
  width: 100%;
}
.floating-label .f-label__wrapper .control-label sup {
  color: #d40a0a;
}
a.show {
  color: #000;
  border-color: #000;
}
.shipping-wrapper {
  margin-bottom: 35px;
}
.shipping-wrapper .form-mid .f-label__wrapper {
  padding-left: 8px;
  padding-right: 8px;
}
.btn--expand {
  font-size: 13px;
}
.btn--expand.login--text {
  position: relative;
  width: 221px;
  height: 40px;
}
.btn--expand.login--text:after {
  content: "SIGN IN";
  color: #fff;
  top: 10px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.btn--expand.login--text:hover:after {
  color: #000;
}
.btn,
.cookie-policy-popup .accept-yellow-btn,
.cookie-policy-popup .reject-grey-btn {
  font-family: 'Montserrat', sans-serif !important;
}
/* -- image zoom --*/
.zoom {
  display: inline-block;
  position: relative;
}
.zoom .zoomImg:hover {
  cursor: url("/_ui/responsive/theme-tm/images/icon-zoom.png"), default !important;
}
.zoom.active .zoomImg {
  cursor: url("/_ui/responsive/theme-tm/images/icon-zoom-out.png"), default !important;
}
.zoom img:hover {
  cursor: url("/_ui/responsive/theme-tm/images/icon-zoom.png"), default !important;
}
/* magnifying glass icon */
.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon.png);
}
.zoom img {
  display: block;
}
.zoom img::selection {
  background-color: transparent;
}
.zoom--in img:hover {
  cursor: url("../@img_extra/icon-zoom.png"), default;
}
.zoom--in.active img,
.zoom--in.active img:hover {
  cursor: url("../@img_extra/icon-zoom-out.png"), default;
}
/* -- image zoom --*/
main.checkout-mid .form-mid .c__input:focus {
  background: #fff;
  border: #d1d1d1 solid 1px;
}
.floating-label .f-label__wrapper .control-label {
  z-index: 9;
}
.select--box {
  position: relative;
  display: block;
}
.select--box:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../@img_extra/img-caret.png") #f8f8f8;
  position: absolute;
  right: 5px;
  top: 7px;
}
.floating-label .f-label__wrapper .c__input:focus {
  border: #d1d1d1 solid 1px;
}
.floating-label .f-label__wrapper.focused .control-label {
  padding: 0 8px 0 8px;
  background-color: #fff;
}
.floating-label .f-label__wrapper.focused .control-label:after {
  z-index: -1;
}
.f-label__wrapper.focused .select--box:after {
  background: url("../@img_extra/img-caret.png") #ffffff;
}
.page-orderConfirmationPage .gustOders p {
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 0px 0;
  padding: 0 0 0 0px;
}
.order-confirmation--top .reward__block .reward__block-in .form__create .form-group > .c__input:focus {
  border-color: #d1d1d1;
}
section.promo__section .promo__wrapper .promo__info {
  z-index: 9;
}
.select--box .c__input:focus + .select--box:after {
  background: url("../@img_extra/img-caret.png") #ffffff;
}
/*-- order confirmation style --*/
.update--balance h4 {
  font-size: 18px;
  margin: 0 0 13px 0;
}
.update--balance a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif !important;
}
section.order__reciept .order__reciept-title .righ__align-links a {
  font-weight: 700;
}
section.promo__section .promo__wrapper .promo__info h3 {
  margin: 0px;
}
section.promo__section .promo__wrapper .promo__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  left: 40px;
}
.promo-info-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td .qty {
  display: block;
}
/*-- order confirmation style --*/
.order__track > .b--hd__title {
  margin: 0;
  font-size: 27px;
  text-transform: unset;
}
@media (max-width: 1366px) {
  .order__track > .b--hd__title {
    font-size: 24px;
  }
}
.order-confirmation--top .order__track p {
  padding-top: 35px;
}
.order__reciept .order__reciept-mid .order-summary {
  margin-right: 0px;
}
@media screen and (max-width: 991px) {
  .right-section {
    padding: 10px 0 0 0;
  }
  .mobile-slider {
    display: block !important;
    background-color: transparent;
  }
  .mobile-slider.similar-items-slider {
    margin-top: 35px;
  }
  .mobile-slider.b--home-slider {
    padding: 25px 0 0 0!important;
  }
  .mobile-slider.b--home-slider .slick-arrow {
    display: none !important;
  }
  .mobile-slider.b--home-slider .slick-slide img {
    margin: 0 auto;
  }
  .mobile-slider.b--home-slider .slick-dots {
    margin-top: 15px!important;
    margin-bottom: 0px;
    width: 100%!important;
    border: none;
  }
  .mobile-slider.b--home-slider .slick-dots li {
    border: none;
    display: inline-block;
  }
  .m-hide {
    display: none !important;
  }
  .mobile-slider ul.separation {
    padding: 0;
  }
  .slider--cart ul.separation li.active a:after {
    display: none;
  }
  .pr--change__wrapper {
    display: none;
  }
  .pdp--main__wrapper .right-section h4 {
    display: inline-block;
    font-size: 32px;
    margin: 0px 0 5px 0;
  }
  .pdp--main__wrapper .right-section .price {
    display: inline-block;
    padding: 0 0 0 30px;
  }
  .btn--expand.login--text:after {
    content: "LOGIN";
  }
  section.promo__section .promo__wrapper {
    position: relative;
    padding: 0 0 18px 0;
  }
  .order--confirmation__footer .panel-group {
    display: none;
  }
  .order--confirmation__footer .footer--mobile__social {
    padding: 5px 0;
    display: none;
  }
  section.promo__section {
    padding: 20px 20px 0 20px!important;
  }
  .order-summary > h2 {
    display: none;
  }
  .order-summary .summury-list li {
    border-width: 0 0 1px 0;
  }
  .order__reciept .order__reciept-mid .order-summary {
    padding: 0px 30px 30px;
  }
  .order-confirmation--top > .b--hd__title {
    font-size: 25px;
    margin: 0 0 25px 0;
  }
  .order__track > .b--hd__title {
    margin: 0 0 25px 0;
    font-size: 20px;
  }
  .order-confirmation--top .order__track p {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
  }
  .estimated__de {
    display: block;
    font-size: 12px;
  }
  .order-confirmation--top .reward__block .reward__block-in .form__create .btn--primary-light {
    margin: 10px 0 18px 0;
    transition: all 0.5s ease;
    width: 100%;
    white-space: inherit;
    font-size: 10px;
  }
  .order-confirmation--top .reward__block {
    padding: 30px 20px;
    background: #f2f2f2;
    position: relative;
  }
  .order-confirmation--top .reward__block h3 {
    font-size: 17px;
    line-height: 23px;
    margin: 15px 0;
  }
  .order-confirmation--top .reward__block p.enter__password {
    font-size: 13px;
    margin: 0;
  }
  .order-confirmation--top .reward__block .reward__block-list {
    padding: 0;
    margin: 13px 0 0 0;
  }
  .order-confirmation--top .reward__block .reward__block-list li {
    font-size: 12px;
    padding: 0 0 4px 0;
  }
  .order-confirmation--top .reward__block .reward__block-in .form__create {
    padding: 25px 0 0 0;
    position: relative;
  }
  section.order__reciept .order__reciept-title .righ__align-links {
    padding: 30px 0px 0 0;
  }
  section.order__reciept .order__reciept-mid .shipping__options {
    padding: 0 26px;
  }
  .shipping__options .col-md-4 {
    margin-bottom: 25px;
  }
  section.order__reciept .order__reciept-mid .order__confirmation-table {
    padding: 0px 0 0 0;
  }
  .confirmation--mobile ul {
    margin: 0px;
    padding: 0px;
  }
  .confirmation--mobile ul li {
    padding: 0 0 20px 0;
    border-bottom: #9d9d9d solid 1px;
    margin: 0 0 20px 0;
  }
  .confirmation--mobile ul li .col-xs-4 {
    padding-right: 0px;
  }
  .confirmation--mobile ul li .col-xs-4 img {
    width: 100%;
  }
  .confirmation--mobile ul li .mobile--text-container {
    font-family: 'Montserrat', sans-serif;
  }
  .confirmation--mobile ul li .mobile--text-container h4 {
    font-size: 16px;
    margin: 0 0 11px 0;
    text-transform: uppercase;
    font-weight: 700;
  }
  .confirmation--mobile ul li .mobile--text-container p {
    color: #000;
    font-size: 14px;
    margin: 0 0 12px 0;
    font-weight: 600;
  }
  .confirmation--mobile ul li .mobile--text-container p.price {
    font-size: 15px;
  }
  .confirmation--mobile ul li:last-child {
    border: none;
  }
  .confirmation--mobile .title {
    display: block;
    border-bottom: #000000 solid 3px;
    margin: 0 0 20px 0;
  }
  .confirmation--mobile .title h4 {
    font-size: 18px;
    color: #000;
    margin: 0;
    padding: 0 0 10px 0;
  }
  section.promo__section .promo__wrapper .promo__info {
    bottom: 18px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .right-section .p-color {
    margin: 12px 0 15px 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .mobile-slider .slick-slide {
    margin: 0px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .mobile-slider.b--home-slider {
    margin: 0px -15px 0px -15px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .order-summary .summury-list li {
    border-width: 0px 0 1px 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 640px) {
  .order-confirmation--top .reward__block .reward__block-in:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .order-confirmation--top .reward__block h3 {
    font-size: 14px;
    letter-spacing: 0.34px;
    font-weight: 400;
  }
}
@media screen and (max-width: 991px) and (max-width: 320px) {
  .order-confirmation--top .reward__block h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .order-confirmation--top .reward__block .reward__block-list {
    margin: 13px 0 10px 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .order-confirmation--top .reward__block .reward__block-in .form__create {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .b--slider--arrivals .slick-slide img {
    display: block;
    width: 290px!important;
  }
  .b--slider--arrivals .badge.color--black {
    font-size: 8px;
  }
  .b--promo .b--hd__title {
    font-size: 32px!important;
  }
  .modal--main .modal-dialog {
    width: 100%;
  }
  .modal--main .modal-dialog .c__input {
    margin: 0 0 15px 0;
  }
  .modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li label.wrapper--label span.right__child {
    position: relative;
    right: 0;
    top: 45%;
    margin: 0 0 0 15px;
    width: 45%;
  }
  .mobile-view--product-name {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 15px;
  }
  .mobile-view--product-name h4 {
    display: block;
    font-size: 22px!important;
    margin-bottom: 0!important;
  }
  .mobile-view--product-name .price {
    padding-left: 5px!important;
    font-size: 18px!important;
  }
  .slider--cart.in--padding {
    padding: 30px 0px 30px!important;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .mobile-view--product-name h4 {
    font-size: 18px!important;
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600!important;
  }
}
@media screen and (max-width: 360px) {
  .b--promo .b--hd__title {
    font-size: 28px!important;
  }
  .b--slider--arrivals .slick-slide img {
    display: block;
    width: 280px!important;
  }
  .b--slider--arrivals .badge.color--black {
    font-size: 8px;
  }
  .yComponentWrapper .col-md-12 {
    padding: 0px;
  }
}
.add-to-cart-btn-flex {
  display: flex;
  position: relative;
}
.add-to-cart-btn-flex .btn-md,
.add-to-cart-btn-flex .btn-lg {
  width: 100%;
  border: none;
  border-right: 1px solid #fff!important;
  padding: 0px 0;
  font-size: 15px;
  height: 55px;
  line-height: 55px;
}
.add-to-cart-btn-flex .wishlist-box {
  width: 66px;
}
.add-to-cart-btn-flex .wishlist-box .icon-wish {
  color: #fff;
  font-size: 27px;
  position: relative;
  top: 4px;
}
.add-to-cart-btn-flex .wishlist-box .wishlist-tooltip-main {
  position: absolute;
  top: -36px;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
}
@media (max-width: 768px) {
  .add-to-cart-btn-flex .wishlist-box .wishlist-tooltip-main {
    display: none;
  }
}
.add-to-cart-btn-flex .wishlist-box .wishlist-tooltip-main .wishlist-tooltip {
  background-color: #33577e;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 12px;
  position: relative;
}
.add-to-cart-btn-flex .wishlist-box .wishlist-tooltip-main .wishlist-tooltip:before {
  content: '';
  position: absolute;
  left: 75%;
  bottom: -5px;
  border-top: 5px solid #33577e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.add-to-cart-btn-flex .wishlist-box:hover .wishlist-tooltip-main {
  opacity: 1;
}
.add-to-cart-btn-flex .wishlist-box .btn-sm {
  width: 100%;
  padding: 0px 0;
  height: 55px;
  line-height: 55px;
}
.add-to-cart-btn-flex .wishlist-box .btn-sm img {
  max-width: 17px;
}
@media (max-width: 768px) {
  .add-to-cart-btn-flex .wishlist-box .btn-sm {
    width: 100%;
  }
}
#wishlistMessage {
  width: 100%;
  position: absolute;
  left: 0;
  top: 65px;
  font-size: 14px;
  transition: .5s ease;
}
#wishlistMessage img {
  padding-right: 10px;
}
#wishlistMessageError {
  width: 100%;
  position: absolute;
  left: 0;
  top: 65px;
  font-size: 14px;
  color: #d40a0a;
  transition: .5s ease;
}
.pdp-accordion-panel {
  margin-bottom: 0;
}
.pdp-accordion-panel .panel {
  box-shadow: none;
  border: none!important;
}
.pdp-accordion-panel .panel-heading {
  padding: 0;
}
.pdp-accordion-panel .panel-heading .panel-title {
  font-size: 14px;
  border-bottom: #bebebe solid 1px;
  padding: 10px 0 10px 0;
  font-family: 'Montserrat', Arial, Sans-Serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.pdp-accordion-panel .panel-heading .panel-title a {
  display: block;
  width: 100%;
  position: relative;
}
.pdp-accordion-panel .panel-heading .panel-title a:hover,
.pdp-accordion-panel .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.pdp-accordion-panel .panel-heading .panel-title a:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2f2f2f;
  border-bottom: 0;
}
.pdp-accordion-panel .panel-heading .panel-title a[aria-expanded="true"]:after {
  content: "";
  border-bottom: 5px solid #2f2f2f;
  border-top: 0;
}
.pdp-accordion-panel .collapsetwo-border-bottom figure {
  border-bottom: 1px solid #bebebe;
}
.pdp-accordion-panel .panel-body {
  border-bottom: 0;
  border-top: 0!important;
  box-shadow: none!important;
}
.pdp-accordion-panel .panel-body ul {
  margin: 0;
  padding: 0;
}
.pdp-accordion-panel .panel-body ul li {
  list-style: disc;
  font-size: 12px;
  line-height: 20px;
}
.pdp-accordion-panel .panel-body ul.size-chart {
  margin: 0;
  padding: 0;
}
.pdp-accordion-panel .panel-body ul.size-chart li {
  display: inline-block;
}
.pdp-accordion-panel .panel-body ul.size-chart li a {
  text-decoration: underline;
  font-weight: 600;
  padding: 15px 10px 0 0;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
}
.b--listing-product__filters ul {
  padding-left: 2px;
}
@media (max-width: 320px) {
  .b--listing-product__filters ul {
    padding-left: 0px!important;
  }
}
.b--listing-product__filters ul a {
  padding-bottom: 8px;
}
.store--select {
  padding-left: 20px;
}
.store--select h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.store--select ul {
  padding-left: 0;
}
.js-pickup-in-store-button {
  padding-left: 29px;
  text-decoration: underline;
  line-height: 30px;
}
a:focus,
button:focus {
  outline: none;
}
#colorbox:focus,
#cboxWrapper:focus {
  outline: none;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-header p {
  padding-top: 15px;
  font-family: 'Gotham Book';
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.3px;
  text-align: left;
  color: #000000;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .input-pr-2 {
  padding-right: 2px;
  font-weight: 600;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .width200 {
  width: 200px;
}
@media screen and (max-width: 992px) {
  .pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .width200 {
    width: 100%;
  }
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .distance--select--dropdown {
  width: 215px;
}
@media screen and (max-width: 992px) {
  .pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .distance--select--dropdown {
    width: 100%;
  }
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .f-label__wrapper .btn {
  height: 40px;
  font-family: Montserrat;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fefefe!important;
  font-weight: 600;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .f-label__wrapper .btn:hover {
  text-decoration: none;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group input {
  font-weight: 400;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group input::-webkit-input-placeholder {
  color: #555555;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group input:-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group input::-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group input:-ms-input-placeholder {
  color: #585858;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group input::-ms-input-placeholder {
  color: #585858;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group input ::placeholder {
  color: #585858;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .distance--select--custom {
  position: relative;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .distance--select--custom select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 1px;
  font-weight: 400;
  color: #787878;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .distance--select--custom:before {
  content: "";
  position: absolute;
  border-bottom: 4px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  right: 12px;
  top: 35%;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .distance--select--custom:after {
  content: "";
  position: absolute;
  border-top: 4px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  right: 12px;
  bottom: 35%;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group #pickupstore_location_search_button:hover {
  color: #000!important;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group #pickupstore_location_search_button:active {
  color: #000!important;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group #pickupstore_location_search_button:focus {
  color: #000!important;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .select-location__main {
  margin: 39px 0 0 0;
  max-height: 270px;
  min-height: 270px;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .select-location__main .js-pickup-store-list {
  border-top: 0!important;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .select-location__main .js-pickup-store-list li {
  padding: 20px 16px 18px;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .select-location__main .js-pickup-store-list li label.wrapper--label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .select-location__main .js-pickup-store-list li label.wrapper--label span.right__child {
  position: inherit!important;
  text-align: right;
  font-weight: 600;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .select-location__main .js-pickup-store-list li label.wrapper--label span.right__child h6 {
  color: #000;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: normal;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .select-location__main .js-pickup-store-list li label.wrapper--label .pickup-store-info p {
  margin-bottom: 0px;
  font-size: 12px!important;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .select-location__main .js-pickup-store-list li label.wrapper--label .pickup-store-info a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #000;
  margin: 10px 0 15px;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-footer {
  padding: 20px 45px!important;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-footer .btn-pickup-store-select {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fefefe;
  height: 40px;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-footer .btn-pickup-store-cancel {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #000000;
  background-color: #fff;
}
@media (max-width: 480px) {
  .pickup-store--modal--main .modal-dialog .modal-content .modal-footer .btn-pickup-store-cancel {
    margin-top: 10px !important;
  }
}
.size-select-modal .modal-content .modal-accordian .panel-heading {
  background: #fff;
  padding: 12px 15px;
  border-top: #bababa solid 1px;
  border-radius: 0px;
  font-size: 27px !important;
}
.size-select-modal .modal-content .modal-accordian .panel-heading .panel-title {
  padding: 0px;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .click-a {
  font-size: 27px !important;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .click-a:before {
  content: "\EA02" !important;
  right: 15px !important;
  top: 18px !important;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default.active .click-a:before {
  content: "\EA02" !important;
  right: 0px !important;
  top: 6px !important;
}
.size-chart__wrapper {
  border-bottom: #bababa solid 1px;
  padding: 0 0 0 0;
  margin: 0 0 17px 0;
}
.size-chart__wrapper .m-table table thead th {
  border: none !important;
  font-family: 'Montserrat', sans-serif;
}
.size-chart__wrapper .m-table table tr td {
  border: none !important;
}
.size__chart-list ul {
  margin: 0px;
  padding: 0px;
}
.size__chart-list ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  border-color: #bababa;
  border-width: 1px 0px;
  border-style: solid;
  padding: 14px 18px;
  display: block;
  margin: 0 0 -1px 0;
  text-decoration: none;
}
.size__chart-list ul li:first-child a {
  border-top: 0px;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .panel-body {
  padding: 0px;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .click-a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif !important;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default.active .click-a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .click-a:before {
  content: "\EA02" !important;
  top: 7px !important;
  bottom: 10px !important;
  right: 8px !important;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default.active .click-a:before {
  content: "\EA02" !important;
  right: 8px !important;
  top: 26px !important;
}
.modal--main .modal-dialog .modal-content .modal-header p {
  font-size: 14px;
}
.modal--main .modal-dialog .modal-content .modal-header p a {
  text-decoration: underline;
  padding-left: 5px;
}
.panel {
  background-color: #ffffff;
  border-left: none !important;
  border-right: none !important;
}
.pickupinstore-section {
  display: flex;
  margin-top: 40px;
}
.pickupinstore-section label {
  font-weight: 700;
  font-family: 'Montserrat', Arial, Sans-Serif;
}
.pickupinstore-section .styled-checkbox:disabled + label {
  color: #000!important;
  cursor: auto;
}
.pickupinstore-section .pickupHelp {
  width: auto !important;
  padding: 0 0 0 29px;
}
.pickupinstore-section .pickup-popover {
  position: relative;
}
.pickupinstore-section .pickup-popover img {
  margin-left: 10px;
  position: relative;
  top: -1px;
  width: 22px;
}
.pickupinstore-section .pickup-popover .pickup-popover-box {
  position: absolute;
  padding: 20px;
  top: 38px;
  width: 250px;
  height: auto;
  background-color: #000;
  left: -105px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
}
.pickupinstore-section .pickup-popover .pickup-popover-box:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #000;
}
.pickupinstore-section .pickup-popover .pickup-popover-box h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  margin-top: 0;
  font-family: 'Montserrat', Arial, Sans-Serif;
}
.pickupinstore-section .pickup-popover .pickup-popover-box p {
  margin-bottom: 15px;
}
.pickupinstore-section .pickup-popover .pickup-popover-box p:last-child {
  margin-bottom: 0;
}
.pickupinstore-section .pickup-popover:hover .pickup-popover-box {
  opacity: 1;
  visibility: visible;
}
.available-stock-data {
  padding-left: 29px;
}
.available-stock-data p {
  margin-bottom: 0px;
}
.available-stock-data p span {
  color: #039f03;
  padding: 0!important;
}
.available-stock-data p strong {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-weight: 700;
}
.available-stock-data a {
  text-decoration: underline;
  margin-right: 10px;
}
.available-stock-data .js-pickup-in-store-button {
  padding-left: 0px;
}
.not-available-stock-data {
  padding-left: 25px;
}
.not-available-stock-data .js-pickup-in-store-button {
  padding-left: 0;
}
.not-available-stock-data p {
  margin-bottom: 0px;
}
.error-variant-section {
  color: #d40a0a;
  padding-top: 8px;
}
.b--promo.b--highlights .b--promo__form .b--promo__form__form-group .b--promo__form__form-control {
  padding: 0px 15px!important;
  height: 40px;
  line-height: 40px;
  max-width: 299px;
  width: 100%;
  margin-right: 13px;
  letter-spacing: 0.28px;
}
.b--promo.b--highlights .b--promo__form .b--promo__form__form-group .btn {
  font-size: 13px;
  line-height: 6px;
  font-weight: 600;
  padding: 0px 60.5px!important;
  letter-spacing: 0.26px;
  height: 40px;
  line-height: 40px!important;
}
@media (max-width: 768px) {
  .b--promo.b--highlights .b--promo__form .b--promo__form__form-group .btn {
    padding: 0px 24px!important;
  }
}
.pdp-product-slider .slick-dots {
  padding-top: 0px!important;
}
.b-listing-filter-title h1 {
  font-size: 47px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
  font-family: 'Montserrat', Arial, Sans-Serif;
}
.plp-list-menu {
  padding-left: 24px!important;
}
@media (max-width: 768px) {
  .category--banner--mobile--padding {
    padding: 10px 0px 0px;
    margin: 0!important;
  }
  .b--hd-secondary {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .product-footer-with-img .p-l-0 {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .product-footer-with-img .p-r-0 {
    padding-right: 0;
  }
}
.product-footer-with-img img {
  width: 56px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .product-footer-with-img img {
    margin-top: 20px;
  }
}
.order-confirmation--top .reward__block .form__create .btn--primary-light:hover {
  background: transparent;
}
.order-confirmation--top .reward__block .form__create .btn[disabled] {
  opacity: 1;
}
@media (max-width: 768px) {
  .size-select-modal {
    margin: 15px;
  }
  .size-select-modal .modal-dialog .modal-content .modal-header {
    padding: 20px 21px 5px;
  }
  .size-select-modal .modal-dialog .modal-content .modal-body {
    padding: 0px 15px 0px 15px;
  }
  .size-select-modal .modal-dialog .modal-content .modal-body .size-chart-img-m-b-p {
    margin-bottom: 15px;
  }
}
.panel-default.b--listing-product__filters--lorem {
  border-bottom: 0;
}
.b--listing-product__filters .facet.panel-default {
  border-bottom: 0;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section h4 {
  font-size: 35px;
  letter-spacing: 0.75px;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .outfit_description {
  margin-top: 10px;
  letter-spacing: 0.3px;
  width: 75%;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .cart-button-main .btn--secondary {
  letter-spacing: 0.3px;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section #errorVariantSelection {
  position: relative;
  top: 10px;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .s--pdp-list {
  margin: 35px 0px 0;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .s--pdp-list li .image-wrapper img {
  max-height: 100%;
  height: auto;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .s--pdp-list li .color {
  text-transform: none;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .s--pdp-list li .color span {
  text-transform: uppercase;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .s--pdp-list li .size__wrapper .find-your__size a span {
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.3px;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .s--pdp-list li .full-product__links a {
  font-size: 14px;
  letter-spacing: 0.3px;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .s--pdp-list li .b--listing-product__filters--size ul {
  padding-left: 0;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .s--pdp-list li .b--listing-product__filters--size ul li {
  padding: 0;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .s--pdp-list li .b--listing-product__filters--size ul li a {
  font-size: 14px;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .s--pdp-list li .rsi-indicator {
  display: none;
  float: none;
  clear: both;
  text-transform: none;
  padding-top: 10px;
  color: #c00;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .s--pdp-list .size {
  margin: 0;
  font-weight: 600;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .actions .add-to-wishlist {
  margin-left: 0!important;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .actions .add_to_cart_form {
  margin-bottom: 20px;
}
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .actions #wishlistMessageError,
.template-pages-layout-shopTheLookLayoutPage .pdp-landing--main .right-section .actions #wishlistMessage {
  top: 58px;
  padding: 15px 0;
  margin: -15px 0 0;
}
@media screen and (max-width: 991px) {
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing {
    margin-top: 30px;
  }
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing .pdp-landing--main .right-section {
    padding-top: 0;
  }
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing .pdp-landing--main .right-section .s--pdp-list {
    /* match space between product image & title/color/price */
  }
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing .pdp-landing--main .right-section .s--pdp-list li .image-wrapper img {
    width: auto;
  }
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing .pdp-landing--main .right-section .s--pdp-list .b--listing-product__filters--size .panel-body__list .panel-body__size-item {
    width: 20%;
  }
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing .pdp-landing--main .right-section .s--pdp-list .size {
    text-transform: none;
  }
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing .pdp-landing--main .right-section .s--pdp-list .col-md-7.col-lg-8.col-sm-8.col-xs-6 {
    padding-left: 5px;
  }
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing .pdp-landing--main .right-section .s--pdp-list li .full-product__links a {
    padding-top: 20px;
  }
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing .pdp-landing--main .right-section .outfit_description {
    margin-top: 5px;
    width: 100%;
  }
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing .pdp-landing--main .right-section .price {
    padding-left: 0;
  }
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing .pdp-landing--main .pdp-landing-slider .item .item-description h4 {
    font-size: 18px;
  }
  .template-pages-layout-shopTheLookLayoutPage .pd-s-landing .pdp-landing--main .pdp-landing-slider .slick-dots {
    padding-top: 0px;
  }
  .template-pages-layout-shopTheLookLayoutPage .pdp-l-mobile__title {
    /* Match to comp (0.64 -> 0.65) */
  }
  .template-pages-layout-shopTheLookLayoutPage .pdp-l-mobile__title h4 {
    letter-spacing: 0.65px;
    /* Match to comp (0.36 -> 0.35) */
  }
  .template-pages-layout-shopTheLookLayoutPage .pdp-l-mobile__title h4 .price {
    letter-spacing: 0.35px;
  }
}
@media (max-width: 768px) {
  .pickup-store--modal--main .modal-dialog .modal-content .modal-header {
    padding: 45px 15px 20px;
  }
  .pickup-store--modal--main .modal-dialog .modal-content .modal-header h4 {
    font-size: 18px;
  }
  .pickup-store--modal--main .modal-dialog .modal-content .modal-body {
    padding: 0 15px;
  }
  .pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group .input-pr-2 {
    padding-right: 15px;
  }
  .pickup-store--modal--main .modal-dialog .modal-content .modal-body .js-pickup-store-list .list__item .label {
    padding: 0 0 0 0px;
  }
  .pickup-store--modal--main .modal-dialog .modal-content .modal-body .js-pickup-store-list .list__item .label:before {
    left: -10px;
    top: 23%!important;
  }
  .pickup-store--modal--main .modal-dialog .modal-content .modal-body .js-pickup-store-list .list__item .in--text {
    margin: 0 0 0 12px!important;
  }
  .pickup-store--modal--main .modal-dialog .modal-content .modal-body .js-pickup-store-list .list__item .pickup-store-info p {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .pickup-store--modal--main .modal-dialog .modal-content .modal-footer {
    padding: 20px 15px!important;
  }
  .pickup-store--modal--main .modal-dialog .modal-content .modal-footer .btn-pickup-store-cancel {
    margin-top: 0px !important;
    padding: 11px 15px;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  .pickup-store--modal--main .modal-dialog .modal-content .modal-footer {
    padding: 20px 5px;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  .pickup-store--modal--main .modal-dialog .modal-content .modal-footer .btn-pickup-store-select {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .modal--main .modal-dialog .modal-content .modal-body .select-location__main .radio_btn_wrapper li label.wrapper--label span.right__child {
    width: 56.3%;
    margin-left: 0;
    font-size: 12px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cart-button-main #wishlistMessageError {
    top: 52px;
  }
}
.benefits-section .benefits-section-heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
}
.benefits-section h5 {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
}
.pickup-store--modal--main .modal-form .floating-label .f-label__wrapper .c__input {
  -webkit-text-fill-color: inherit;
}
.pickup-store--modal--main .modal-form .floating-label .f-label__wrapper .c__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #585858!important;
  opacity: 1;
  /* Firefox */
}
.pickup-store--modal--main .modal-form .floating-label .f-label__wrapper .c__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #585858!important;
}
.pickup-store--modal--main .modal-form .floating-label .f-label__wrapper .c__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #585858!important;
}
.pickup-store--modal--main .modal-dialog .modal-content .modal-body .form-group #pickupstore_location_search_button:focus {
  /* color: #000!important; */
  color: white !important;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  text-decoration: none;
}
.page-productDetails .pdp--main__wrapper {
  padding: 0;
}
.page-productDetails .pdp--main__wrapper .mobile-slider .slick-slide img {
  margin: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .facet__filer_cat {
    width: 100%;
    margin: 0px 0px 4px;
  }
  .page-productGrid .b--listing-product__filters#facetOverlay {
    padding: 10px 20px 0 !important;
  }
  .page-productGrid .col-filter__wrapper.visible .close.modal-close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 4px;
    width: 15px;
    z-index: 999;
  }
  .col-filter__wrapper.b--listing-product__filters.visible {
    z-index: 999999;
  }
  .b--listing-product__filters .jws-plp-filters.b--mobile {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .jws-plp-filterCont .jws-plp-filters a.flts-head-mob {
    border-bottom: none !important;
  }
  .b--listing-product__filters ul a {
    padding: 19px 0px;
  }
  .b--listing-product__filters ul h2 {
    font-size: 18px;
    padding: 0;
  }
  .b--listing-product__filters ul a.flts-head-mob:not(.deactivated).active,
  .b--listing-product__filters ul a.flts-head-mob:not(.deactivated):hover,
  .b--listing-product__filters ul a.flts-head-mob:not(.deactivated):active {
    background-color: #FFFFFF;
  }
  .jws-plp-filterCont .jws-plp-filters ul.plp-flts-mainOpts li a.flts-head-mob,
  .jws-plp-filterCont .jws-plp-filters ul.plp-flts-mainOpts li:last-child a.flts-head-mob {
    border-top: 3px solid #000 !important;
    font-weight: 700;
  }
  .b--listing-product__filters ul li.filter-color,
  .b--listing-product__filters ul li.filter-size,
  .b--listing-product__filters ul li.filter-selectBold:last-child {
    border-top: none;
  }
  .col-filter__wrapper.b--listing-product__filters ul {
    border-bottom: none !important;
  }
  .jws-plp-prdListCont .row.b--sorted {
    padding: 20px;
  }
  .b--listing-product__filters .b--filtered--mobile span {
    display: inline !important;
  }
  .b--listing-product__filters.visible .jws-filterAppliedCont .jws-fltrBox {
    background-color: #fff;
    display: inline-block !important;
    padding: 3px;
  }
  .jws-plp-filterCont .jws-plp-filters li.plp-filter-moreSizeOpt {
    display: none !important;
  }
  .col-filter__wrapper.b--listing-product__filters .jws-plp-filters .plp-flts-subOpts-mob {
    display: none;
  }
  .col-filter__wrapper.b--listing-product__filters .jws-plp-filters .plp-flts-subOpts-mob.open {
    display: block;
  }
  .col-filter__wrapper.b--listing-product__filters .flts-head-mob.in:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .col-filter__wrapper.b--listing-product__filters a.flts-head-mob:after {
    position: absolute;
    right: 30px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
    content: "";
    display: inline-block;
    float: right;
    width: 0 !important;
    height: 0 !important;
  }
  .plp-flts-subOpts-mob li.active {
    background-color: #F2F2F2;
  }
}
.join--free-box {
  padding: 30px 19px 8px 19px;
  display: none;
}
.join--free-box .member--title {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #000;
}
.join--free-box .member--title a {
  text-decoration: underline;
  color: #000;
  font-weight: 400;
  margin: 0 0 0 10px;
  letter-spacing: 0.26px;
  cursor: pointer;
}
.join--free-box .join-free__form {
  margin: 28px 0 0 0;
}
.join--free-box .join-free__form .floating-label .f-label__wrapper label.control-label {
  left: 11px;
}
.join--free-box .join-free__form .floating-label .f-label__wrapper .passwordMsg {
  margin: 0px!important;
  padding: 0px;
  line-height: inherit;
}
.join--free-box .join-free__form .password__text {
  display: none;
  font-size: 13px;
  color: #000;
  font-style: italic;
  padding: 0px 0 4px 14px;
  line-height: 13px;
}
.join--free-box .join-free__form p {
  font-size: 13px;
  padding: 0 0 0 14px;
  margin: 0px 0 0 0;
}
.join--free-box .join-free__form p a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
.join--free-box .join-free__form p a:hover {
  border-bottom: 1px solid #000000;
}
.join--free-box .join-free__form .form-checkbox__main {
  padding: 30px 0 0 0;
}
.join--free.active ~ .join--free-box {
  display: block;
  border-top: #d1d1d1 solid 1px;
}
.join-tm__rewards .tm--rewards--label {
  font-weight: 600;
  margin: 0 0 30px 0;
}
.join-tm__rewards .join-tm__in {
  border: #d1d1d1 solid 1px;
  padding: 30px 19px;
  margin: 0 0 40px 0;
}
.join-tm__rewards .join-tm__in .password__text {
  font-size: 13px;
  color: #000;
  font-style: italic;
  padding: 10px 0 7px 14px;
}
.join-tm__rewards .join-tm__in p {
  font-size: 13px;
  font-style: italic;
  padding: 0 0 0 14px;
  margin: 0px;
}
.join-tm__rewards .join-tm__in p a {
  color: #000;
  text-decoration: underline;
}
.join-tm__rewards .join-tm__in .form-checkbox__main {
  padding: 30px 0 0 0;
}
.join-tm__rewards .join-tm__in .member--title {
  font-size: 14px;
  margin: 29px 0 0 0;
  padding: 0px;
  color: #000;
}
.join-tm__rewards .join-tm__in .member--title a {
  text-decoration: underline;
  color: #000;
  font-weight: 400;
  margin: 0 0 0 10px;
}
/* -- 7/6/2019 guest checkout new changes for responsive --*/
.visible-large {
  display: block !important;
}
.tab-head__checkout {
  display: none;
}
.common-instore_pickup {
  margin: -26px 0 0 0 !important;
}
@media screen and (max-width: 991px) {
  .mobile-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 30px !important;
  }
  .tab-head__checkout {
    display: block;
  }
  .tab-show.visible-large.active .order-summary .summury-list li {
    padding: 0;
  }
  .mobile-reverse .order-summary {
    border-bottom: 0px;
  }
  .mobile-reverse .cart-summary {
    border-top: 0px;
  }
  .mobile-reverse .order-summary .summury-list li .total {
    border-bottom: #9d9d9d solid 1px;
    padding: 20px 0;
  }
  .mobile-reverse .summary-table {
    margin: 0 0 30px 0;
  }
  .tab-show.active .c-total:before {
    webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
  .tab-show .tab-head__checkout .c-total:before {
    webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
  .tab-show .checkout-order-totals.active .tab-head__checkout .c-total:before {
    content: "\EA02";
  }
  .common-instore_pickup {
    margin: 19px 0 0 0 !important;
  }
  .mobile-hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .item-block ul li .ship--items {
    position: relative;
    top: -5px;
  }
}
.p-t-17 {
  padding-top: 17px!important;
}
@media (min-width: 768px) {
  .col-md-9.col-md-offset-3.custom-width-offset {
    margin-left: 190px;
  }
}
/* -- 7/6/2019 guest checkout new changes for responsive --*/
/* Start Sticky Checkout */
@media screen and (max-width: 1023px) {
  .checkout-float .order-summary .summury-list .sticky-checkout .checkout-buttons {
    position: fixed;
    bottom: -9px;
    width: 100%;
    z-index: 101;
    left: 0;
    padding: 20px 20px 0 20px;
    background: #f2f2f2;
    border-top: 1px solid #c2c2c2;
  }
  .checkout-float .order-summary .summury-list .sticky-checkout .checkout-buttons > .btn-common:first-child {
    margin-bottom: 15px;
  }
  .checkout-float .order-summary .summury-list .sticky-checkout .checkout-buttons .mobile-checkout {
    margin-bottom: 15px;
    cursor: pointer;
  }
  .checkout-float .order-summary .summury-list .sticky-checkout .checkout-buttons .checkout-show-option-button {
    margin-bottom: 10px;
  }
  .checkout-float .order-summary .summury-list .sticky-checkout .checkout-buttons .or-elm {
    padding: 0 0 15px 0;
  }
  .checkout-float .order-summary .summury-list .sticky-checkout .total {
    margin: 0;
  }
  .checkout-float .b--footer {
    margin-bottom: 0;
  }
}
#shippingAddress .checkout_sub-header {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #shippingAddress .checkout_sub-header {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #shippingAddress .checkout-AddAddressList {
    margin-right: 25px;
  }
  #shippingAddress .checkout_address-controls {
    float: right;
    margin-right: 25px;
  }
  #shippingAddress .address-item {
    width: 40%;
    float: left;
  }
  #shippingAddress .checkout_sub-header .showSelectedAddress {
    margin-top: 10px;
    margin-right: 25px;
    font-weight: 600;
  }
}
#addressFormSection .checkout_sub-header {
  padding-top: 15px;
  display: none;
}
#addressFormSection.edit-mode .checkout_sub-header {
  display: block;
}
@media (max-width: 480px) {
  #addressFormSection.edit-mode .add-address-left-label {
    margin-bottom: 37px;
    margin-top: -15px;
  }
}
#addressFormSection.add-mode #addressForm {
  margin-top: 25px;
}
#addressFormSection.add-mode #addressForm .checkbox {
  margin-top: 0px;
}
#addressFormSection.add-mode #addressForm .checkbox .checkbox-inn .checkbox__wrapper {
  padding-top: 0px;
}
#addressFormSection.add-mode.show-cancel #addressForm {
  margin-top: 5px;
}
#addressFormSection.add-mode.show-cancel .checkout_sub-header {
  display: block;
}
@media (max-width: 480px) {
  #addressFormSection.add-mode.show-cancel .checkout_sub-header {
    padding-bottom: 4px;
  }
}
#addressFormSection.add-mode.show-cancel .checkout_sub-header .checkout_sub-heading {
  display: none;
}
#addressFormSection .add-address-left-label {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #addressFormSection .add-address-left-label {
    margin-bottom: 37px;
    margin-top: 5px;
  }
}
#addressFormSection #customerInfo {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #addressFormSection #customerInfo {
    margin-bottom: 0px;
  }
}
#addressFormSection #customerInfo b {
  color: #d53f3f;
}
#addressFormSection #customerInfo #custEmail {
  border-bottom: 1px solid #d53f3f;
  text-decoration: none!important;
  color: #d53f3f;
}
#addressFormSection #customerInfo a {
  font-weight: 500;
  cursor: pointer;
  border-bottom: 1px solid #d1d1d1;
  text-decoration: none!important;
}
#addressFormSection #customerInfo a:hover {
  border-bottom: 1px solid #212121;
}
@media screen and (max-width: 480px) {
  #addressFormSection #customerInfo {
    position: relative;
    top: -10px;
  }
  #addressFormSection #customerInfo img {
    max-width: 14px!important;
  }
  #addressFormSection #customerInfo span {
    display: block;
    margin-top: 5px;
  }
  #addressFormSection #customerInfo b {
    font-size: 13px;
    padding-left: 5px;
  }
  #addressFormSection #customerInfo b span {
    display: inline-block;
    margin-top: 5px;
  }
}
#shippingAddress .show-cancel #checkoutCancelButton {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  #shippingAddress .show-cancel #checkoutCancelButton {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #shippingAddress .show-cancel #checkoutCancelButton {
    margin-top: 15px;
  }
}
.checkout_spaced-row {
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .checkout_spaced-row {
    margin-top: 20px;
  }
}
.checkout_address-controls > a {
  display: block;
}
@media screen and (max-width: 991px) {
  .checkout_address-controls > a {
    margin-top: 20px;
  }
}
.checkout_address-controls > a + a {
  margin-top: 10px;
}
.page-orderConfirmationPage .order--reciept-section .order__reciept-mid .pick-uo-in-store-section .shipping__options {
  display: none;
}
.page-orderConfirmationPage .order__confirmation-table table tbody tr.tr-block {
  border-bottom: #9d9d9d solid 1px!important;
}
.page-orderConfirmationPage .order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td .image__container {
  height: 100%;
}
.order--reciept-section {
  margin-bottom: 20px;
}
.order--reciept-section .order__reciept-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .order--reciept-section .order__reciept-title {
    margin-bottom: 20px;
  }
}
.order--reciept-section .payment-method-section {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .order--reciept-section .payment-method-section {
    padding-left: 0px;
  }
}
.order--reciept-section .payment-method-section h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .order--reciept-section .payment-method-section h3 {
    margin-top: 0px;
  }
}
.order--reciept-section .pick-uo-in-store-section {
  border: #d8d8d8 solid 1px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .order--reciept-section .pick-uo-in-store-section {
    margin-bottom: 50px;
  }
}
.order--reciept-section .pick-uo-in-store-section .title-boxed {
  background-color: #f1f1f1;
  margin: 0;
  padding: 10px 25px;
  font-size: 16px;
}
.order--reciept-section .pick-uo-in-store-section .pick-up-in-store-body {
  padding: 20px 0 38px 45px;
}
@media (max-width: 480px) {
  .order--reciept-section .pick-uo-in-store-section .pick-up-in-store-body {
    padding: 20px 0 38px 25px;
  }
}
.order--reciept-section .pick-uo-in-store-section .pick-up-in-store-body h4 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .order--reciept-section .pick-uo-in-store-section .pick-up-in-store-body h4 {
    margin-bottom: 9px;
  }
}
.order--reciept-section .pick-uo-in-store-section .pick-up-in-store-body h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .order--reciept-section .pick-uo-in-store-section .pick-up-in-store-body h3 {
    margin-bottom: 3px;
    margin-top: 15px;
  }
}
.order--reciept-section .pick-uo-in-store-section .pick-up-in-store-body p {
  font-size: 14px!important;
  margin: 0px;
}
@media (max-width: 480px) {
  .order--reciept-section .pick-uo-in-store-section .pick-up-in-store-body p {
    font-size: 16px!important;
    margin-bottom: 0px;
  }
}
.order--reciept-section .pick-uo-in-store-section .pick-up-in-store-body p span {
  text-transform: lowercase;
}
@media (max-width: 480px) {
  .order--reciept-section .pick-uo-in-store-section .pick-up-in-store-body p:last-child {
    font-size: 16px!important;
    margin-bottom: 25px;
  }
}
.order--reciept-section .pick-uo-in-store-section .order__confirmation-table {
  padding: 0px 35px 0px 45px!important;
}
@media (max-width: 768px) {
  .order--reciept-section .pick-uo-in-store-section .order__confirmation-table {
    padding: 0px 25px 25px 9px!important;
  }
}
@media (max-width: 480px) {
  .order--reciept-section .order__reciept-mid {
    padding: 20px 0 0 0;
  }
}
.order--reciept-section .order__reciept-mid .shipping-method-section {
  border: #d8d8d8 solid 1px;
}
@media (max-width: 480px) {
  .order--reciept-section .order__reciept-mid .shipping-method-section {
    margin-bottom: 45px;
  }
}
.order--reciept-section .order__reciept-mid .shipping-method-section .title-boxed {
  background-color: #f1f1f1;
  margin: 0;
  padding: 10px 25px;
  font-size: 16px;
}
.order--reciept-section .order__reciept-mid .shipping-method-section .shipping__options {
  padding: 20px 0 38px 45px!important;
}
@media (max-width: 480px) {
  .order--reciept-section .order__reciept-mid .shipping-method-section .shipping__options {
    padding: 20px 0 0px 30px!important;
  }
}
.order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table {
  padding: 0px 35px 0px 45px!important;
}
@media (max-width: 768px) {
  .order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table {
    padding: 0px 35px 0px 30px!important;
  }
}
.order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table tbody tr td.order-details-list h4 {
  width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table tbody tr td.order-details-list h4 {
    width: 120px;
  }
}
@media screen and (min-width: 538px) and (max-width: 768px) {
  .order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table tbody tr td.order-details-list h4 {
    width: 250px;
  }
}
.order--reciept-section .order__confirmation-table .table > thead > tr > th {
  font-size: 16px;
}
.order--reciept-section .order__confirmation-table .table > thead > tr > th:first-child {
  width: 180px;
}
.order--reciept-section .order__confirmation-table .table tr td {
  padding-top: 30px!important;
}
.order--reciept-section .order__confirmation-table .table tr td:first-child {
  padding-top: 20px!important;
}
.order--reciept-section .order__confirmation-table .table tr td.order-details-list {
  padding-left: 30px;
  width: 200px;
}
@media (max-width: 991px) {
  .page-order .order-details-section .payment-method-section h3 {
    margin-top: 15px;
  }
}
.order-details-section {
  margin-top: 30px;
}
.order-details-section .payment-method-section {
  padding-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .order-details-section .payment-method-section {
    padding-left: 0px;
  }
}
.order-details-section .payment-method-section h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
}
.order-details-section .pick-uo-in-store-section {
  border: #d8d8d8 solid 1px;
  margin-bottom: 25px;
}
.order-details-section .pick-uo-in-store-section .title-boxed {
  background-color: #f1f1f1;
  margin: 0;
  padding: 10px 25px;
  font-size: 16px;
}
.order-details-section .pick-uo-in-store-section .pick-up-in-store-body {
  padding: 20px 0 10px 40px;
}
@media (max-width: 768px) {
  .order-details-section .pick-uo-in-store-section .pick-up-in-store-body {
    padding: 9px 0 20px 19px;
    margin-top: -8px;
  }
  .order-details-section .pick-uo-in-store-section .pick-up-in-store-body p {
    margin: 0px 0px 0px!important;
  }
  .order-details-section .pick-uo-in-store-section .pick-up-in-store-body .col-md-4 {
    padding-top: 15px;
  }
  .order-details-section .pick-uo-in-store-section .pick-up-in-store-body .col-md-4 .order-store-hours {
    padding-top: 3px;
  }
  .order-details-section .pick-uo-in-store-section .pick-up-in-store-body .col-md-4 .order-store-hours p {
    margin-bottom: 0!important;
  }
}
@media (max-width: 480px) {
  .order-details-section .pick-uo-in-store-section .pick-up-in-store-body {
    padding: 15px 0 20px 19px;
    margin-top: 0px;
  }
}
.order-details-section .pick-uo-in-store-section .pick-up-in-store-body .order-store-hours p {
  padding: 0px!important;
  margin: 0px!important;
}
.order-details-section .pick-uo-in-store-section .pick-up-in-store-body .order-store-hours p span {
  text-transform: lowercase;
}
.order-details-section .pick-uo-in-store-section .pick-up-in-store-body h4 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .order-details-section .pick-uo-in-store-section .pick-up-in-store-body h4 {
    margin-bottom: 8px;
  }
}
.order-details-section .pick-uo-in-store-section .pick-up-in-store-body p.text-uppercase {
  padding-bottom: 0px!important;
  margin-bottom: 0px;
}
.order-details-section .pick-uo-in-store-section .pick-up-in-store-body h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-bottom: 25px;
}
.order-details-section .pick-uo-in-store-section .order__confirmation-table {
  padding: 0px 40px 0px 40px!important;
  position: relative;
}
@media (max-width: 768px) {
  .order-details-section .pick-uo-in-store-section .order__confirmation-table {
    padding: 0px 40px 0px 19px!important;
  }
  .order-details-section .pick-uo-in-store-section .order__confirmation-table .mb-p-o {
    padding-left: 0;
  }
}
.order-details-section .pick-uo-in-store-section .order__confirmation-table thead tr th:nth-child(2) {
  padding-left: 0px;
}
.order-details-section .shipping-method-section {
  border: #d8d8d8 solid 1px;
  margin-bottom: 25px;
}
.order-details-section .shipping-method-section .title-boxed {
  background-color: #f1f1f1;
  margin: 0;
  padding: 10px 25px;
  font-size: 16px;
}
.order-details-section .shipping-method-section .shipping__options {
  padding: 30px 40px 38px 40px!important;
}
@media (max-width: 768px) {
  .order-details-section .shipping-method-section .shipping__options {
    padding: 30px 40px 38px 0px!important;
  }
  .order-details-section .shipping-method-section .shipping__options p {
    margin: 0px 19px 0px 19px;
  }
}
.order-details-section .shipping-method-section .shipping__options .trackShipment-btn {
  text-align: right;
}
.order-details-section .shipping-method-section .shipping__options .trackShipment-btn .btn {
  font-size: 14px;
}
.order-details-section .shipping-method-section .order__confirmation-table {
  padding: 0px 40px 0px 40px!important;
  position: relative;
}
@media (max-width: 768px) {
  .order-details-section .shipping-method-section .order__confirmation-table {
    padding: 0px 40px 0px 19px!important;
  }
  .order-details-section .shipping-method-section .order__confirmation-table .mb-p-o {
    padding-left: 0;
  }
}
.order-details-section .shipping-method-section .order__confirmation-table thead tr th:nth-child(2) {
  padding-left: 0px;
}
.order-details-section .shipping-method-section .order__confirmation-table tbody tr td.order-details-list h4 {
  width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .order-details-section .shipping-method-section .order__confirmation-table tbody tr td.order-details-list h4 {
    width: 120px;
  }
}
@media screen and (min-width: 538px) and (max-width: 768px) {
  .order-details-section .shipping-method-section .order__confirmation-table tbody tr td.order-details-list h4 {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .order-details-section .shipping-method-section .order__confirmation-table tbody tr td.order-details-list p {
    font-family: 'Montserrat';
  }
}
.order-details-section .shipping-method-section .order__confirmation-table tbody tr td.order-details-list .estimated__de p {
  font-weight: normal;
}
@media (max-width: 480px) {
  .order-details-section .shipping-method-section .order__confirmation-table tbody tr td.order-details-list .estimated__de p {
    font-size: 12px;
    font-weight: 500;
  }
}
.order-details-section .spr-product {
  width: 165px;
}
.order-details-section .spr-product img {
  position: inherit;
  width: 100%;
}
.order-details-section .shipping__options {
  margin-top: 0px!important;
}
.order-details-section .order__reciept {
  margin-top: 60px;
}
.order-details-section .order__confirmation-table .table > thead > tr > th {
  font-size: 16px;
}
.order-details-section .order__confirmation-table .table > thead > tr > th:first-child {
  width: 180px;
}
.order-details-section .order__confirmation-table .table tr td {
  padding-top: 36px;
}
.order-details-section .order__confirmation-table .table tr td:first-child {
  padding-top: 20px;
}
.order-details-section .order__confirmation-table .my-account-returns-btns {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 59px;
}
@media (max-width: 991px) {
  .order-details-section .order__confirmation-table .my-account-returns-btns {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    margin: -9px 0 19px 0;
    padding-bottom: 31px;
    border-bottom: 1px solid #b2b2b2;
  }
}
@media (max-width: 480px) {
  .order-details-section .order__confirmation-table .my-account-returns-btns {
    padding-top: 15px;
  }
}
.order-details-section .order__confirmation-table .my-account-returns-btns .btn {
  font-size: 14px;
  width: 221px;
}
@media (max-width: 991px) {
  .order-details-section .order__confirmation-table .my-account-returns-btns .btn {
    width: 100%;
  }
}
.e-gift-card-section .check-icon {
  padding-right: 10px;
}
.e-gift-card-section .e-gift-head {
  font-weight: bold;
}
.e-gift-card-section .e-gift-head img {
  max-width: 100%;
  width: 34px;
  border-radius: 2px;
  margin-right: 10px;
}
.e-gift-card-section p {
  padding-left: 30px;
  padding-top: 18px;
  padding-bottom: 15px;
  letter-spacing: 0.6px;
  font-size: 13px;
}
.e-gift-card-section .heading-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.6px;
}
.gift-card-information-form .floating-label {
  padding: 0;
}
.gift-card-information-form .floating-label .form-group {
  margin-bottom: 25px;
  position: relative;
}
.gift-card-information-form .floating-label .form-group label.error {
  position: absolute;
  left: 0;
  top: 100%;
}
.gift-card-information-form .floating-label .pr-0 {
  padding-right: 0;
}
.page-multiStepCheckoutSummaryPage form#show_join_tm_rewards_section label#password-error {
  position: relative;
  top: 0;
  margin-bottom: 0;
}
.page-multiStepCheckoutSummaryPage form#show_join_tm_rewards_section div#rewardsDiv #pwd-desc {
  margin: 0;
}
.shipping-e-gift-card-section {
  margin-left: 20px;
  margin-top: 25px;
}
.shipping-e-gift-card-section .check-icon {
  padding-right: 10px;
}
.shipping-e-gift-card-section .e-gift-head {
  font-weight: bold;
}
.shipping-e-gift-card-section .e-gift-head img {
  max-width: 100%;
  width: 34px;
  border-radius: 2px;
  margin-right: 10px;
}
.shipping-e-gift-card-section p {
  padding-left: 34px;
  padding-top: 18px;
  letter-spacing: 0.6px;
  font-size: 13px;
}
.show-gift-box-block #tmGiftCardPaymentForm .form-group .pr-0 {
  padding-right: 0;
}
.order-summary .summary-table .removegiftcard {
  display: inline-block !important;
}
.order-summary .summary-table .removegiftcard a.remove-gift-card {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  font-weight: 600;
  border-bottom: 1px solid #cdcdcd;
  text-decoration: none;
}
.order-summary .summary-table .removegiftcard a.remove-gift-card:hover {
  text-decoration: none;
}
.order-summary .summary-table .securecode {
  display: inline-block !important;
}
.checkout-order-totals .order-summary .gift-card-applied span {
  display: inline-block !important;
}
.checkout-order-totals .order-summary .gift-card-applied span .remove-gift-card {
  font-weight: 600;
  text-decoration: none;
}
.checkout-order-totals .order-summary .gift-card-applied span .remove-gift-card:hover {
  text-decoration: none;
}
.giftCardAppliedSection .balance__wrapper.pt-10 {
  padding-top: 10px;
}
#promoCodeAppliedSection .promocode__enter {
  margin-top: 0;
}
@media (min-width: 991px) {
  .order__confirmation-table .estimated__de {
    position: absolute;
  }
  .my-account-main .order__confirmation-table .estimated__de {
    position: absolute;
    margin-top: 25px;
  }
  .my-account-main .order__confirmation-table .order-status {
    padding-top: 5px;
  }
  .my-account-main .order__confirmation-table table tbody td.order-details-list p {
    padding-bottom: 5px!important;
  }
  .my-account-main .order__confirmation-table table tbody td.order-details-list p span.f-bold {
    font-family: "Gotham";
  }
  .pick-uo-in-store-section .order__confirmation-table .estimated__de {
    position: absolute;
    bottom: 40px;
  }
  .pick-uo-in-store-section .order__confirmation-table .order-status {
    padding-top: 0px;
  }
}
.page-orderConfirmationPage .order__reciept-mid .order__confirmation-table .order-details-list p span {
  padding-left: 7px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #cartContents .row-flex {
    display: -ms-flexbox;
    display: flex;
  }
  #cartContents .cart-right-flex {
    width: 100%;
    padding-right: 20px;
  }
}
.page-orderConfirmationPage .order-confirmation--top .order__track .b--hd__title {
  margin-bottom: 20px;
}
.giftcard-title-applied {
  margin-bottom: 5px;
  padding-bottom: 0px!important;
}
.di-signup-main .di-signup-form #tmGuestRegisterForm .form-group #pwd-desc {
  margin: 25px 0 0;
}
.ldBar.label-center > .ldBar-label {
  text-shadow: none!important;
}
.ldBar-label:after {
  content: "";
}
.ldBar.label-center > .ldBar-label {
  display: none;
}
.ldBar {
  top: 40%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.85);
  /*dim the background*/
  height: 100vh;
  overflow-y: hidden;
  z-index: 9999;
}
.ldBar {
  position: relative;
}
.ldBar.label-center > .ldBar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff;
}
.ldBar-label:after {
  content: "%";
  display: inline;
}
.ldBar.no-percent .ldBar-label:after {
  content: "";
}
#tmGiftCardPaymentForm.floating-label .f-label__wrapper .control-label {
  left: 12px;
}
.category--banner {
  max-width: 520px;
}
.category--banner .btn.btn--primary {
  margin: 30px 0 0 0;
}
.checkout-mid .btn {
  font-size: 13px;
}
.btn_inline_overite {
  width: auto !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin: 0 auto !important;
  left: 0px !important;
  max-width: 230px !important;
  right: 0 !important;
}
.radio_btn_wrapper .radio-btn:checked + .label::before {
  border: 2px solid #fff;
  background: #000;
  box-shadow: 0 0 0 1px #000000;
}
.shipping__method .list.radio_btn_wrapper .list__item.active .label::before {
  border: 2px solid #fff;
  background: #000;
  box-shadow: 0 0 0 1px #000000;
}
.select-address-btn {
  cursor: pointer;
}
.shipping_address__BOPIS {
  margin: 25px 0 0 57px;
  margin-bottom: 0px;
}
.page-order .shipping_address__BOPIS {
  margin: 25px 0 0 0px;
}
@media (max-width: 480px) {
  .page-order .shipping_address__BOPIS {
    margin: 25px 0 0 20px;
  }
}
.page-orderConfirmationPage .giftCardsection .shipping__options .shipping_address__BOPIS {
  margin: 25px 0 0 0;
}
.shipping_BOPIS_title .f-m {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 29px 0px 25px 0;
  display: inline-block;
}
.BOPIS_pickupContactInfo .f-m {
  padding-bottom: 0;
  margin: 0 0 -12px 0;
}
.BOIS_cart {
  padding-bottom: 0px;
}
@media (max-width: 480px) {
  .BOIS_cart {
    padding-bottom: 0px;
  }
}
label.show_voucher {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  padding: 0 0 0 25px;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: white;
  border: #000 solid 1px;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 3px;
  border: #b4b4b4 solid 1px !important;
}
.BOPIS_form .form-group {
  margin-bottom: 35px;
}
.BOPIS_privacy {
  width: 100%;
  display: inline-block !important;
}
.shipping-wrapper.enable .select-another-address__box {
  display: block;
  padding: 30px 40px 0 15px;
}
.shipping-wrapper.enable .select-another-address__box .list {
  margin: 0px;
  padding: 0px;
  border: #d1d1d1 solid 1px;
}
.shipping-wrapper.enable .select-another-address__box .list .head {
  display: block;
  background-color: #f2f2f2;
  border-bottom: #d1d1d1 solid 1px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
}
.shipping-wrapper.enable .select-another-address__box .list .list__item {
  border-bottom: #d1d1d1 solid 1px;
  position: relative;
  padding: 12px 35px;
}
.shipping-wrapper.enable .select-another-address__box .list .list__item:last-child {
  border: none;
}
.shipping-wrapper.enable .select-another-address__box .list .list__item .in__box {
  text-align: left;
}
.shipping-wrapper.enable .select-another-address__box .list .list__item .in__box h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 6px 0;
}
.shipping-wrapper.enable .select-another-address__box .list .list__item .in__box p {
  line-height: 17px;
  margin: 0;
  text-transform: capitalize;
}
.shipping-wrapper.enable .select-another-address__box .list .list__item .label--block:before {
  position: absolute;
  left: 16px;
  top: 14px;
}
.shipping-wrapper.enable .select-another-address__box .btn {
  font-size: 13px;
  font-weight: 600;
  margin: 22px 0 0 0;
}
.select-another-address__box {
  display: none;
}
/*.add__new--card{
	display: none;
}
*/
.redeem__card {
  cursor: pointer;
}
.new__gift-block {
  display: none;
}
.new__gift-block h4 {
  font-size: 14px;
  margin: 0px 0 12px 0;
}
.new__gift-block .btn {
  display: block;
  width: 100%;
}
.new__gift-block .pin-text {
  margin: 0px;
  padding: 10px 0 0 10px;
}
.add__card__box {
  display: none;
}
ul.redeem_list li.block-add .new__gift-block {
  display: block;
  padding: 15px 0 0 0;
}
ul.redeem_list li.block-add .redeem__card {
  display: none !important;
}
ul.redeem_list li .btn {
  width: 100%;
}
.list__item.block-add .add__new--card {
  display: none;
}
.list__item.block-add .add__card__box {
  display: block;
}
.list__item.block-add .add__card__box .checkbox__wrapper {
  padding-left: 8px;
}
.list__item.block-add .add__card__box .btn--primary {
  margin-left: 8px;
}
.list__item.block-add .add__card__box h5 {
  margin: 0 0 21px 0;
}
.list__item.block-add .add__card__box .billing__address-main {
  padding-top: 0px;
  padding-left: 10px;
}
.list__item.block-add .add__card__box .billing__address-main h5 {
  margin: 0 0 21px 0;
}
.list__item.block-add .add__card__box .billing__address-main .control-label {
  left: 28px !important;
}
.list__item.block-add .add__card__box .billing__address-main .privacy {
  padding: 0 0 0 17px!important;
  margin: 0 0 28px 0;
}
.list__item.block-add .add__card__box .billing__address-main .checkbox__wrapper {
  margin: 0 0 20px 0;
}
.add__new--card {
  cursor: pointer;
}
.promocode__enter {
  padding: 0px 29px;
}
@media screen and (max-width: 480px) {
  .promocode__enter {
    padding: 5px 0 0 15px;
  }
}
@media screen and (max-width: 320px) {
  .promocode__enter .promoCodeBox {
    font-size: 12px;
  }
}
.promocode__enter p {
  margin: 0px;
  font-size: 12px;
  font-weight: 700;
}
.promocode__enter p .check-icon {
  padding: 0 9px 0 0;
}
#promo_remove_page .promocode__enter {
  margin-top: 30px;
  padding-left: 28px;
  padding-right: 28px;
}
#promo_remove_page .promocode__enter p .check-icon {
  padding: 0;
}
#promo_remove_page .promocode__enter .promoCodeBox {
  font-weight: 700;
}
#promoCodeAppliedSection .promocode__enter {
  margin-top: 0;
  padding-left: 28px;
  padding-right: 28px;
}
#promoCodeAppliedSection .promocode__enter p .check-icon {
  padding: 0;
}
#promoCodeAppliedSection .promocode__enter .promoCodeBox {
  font-weight: 700;
}
.red-text {
  color: #d40a0a;
  display: block;
}
@media screen and (max-width: 320px) {
  .red-text {
    font-size: 12px;
  }
}
.red-text.tm--right {
  text-align: right;
}
.edit-box {
  padding: 5px 44px 15px 0;
}
.edit-box a {
  display: block;
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  font-size: 13px;
}
.edit-box .inline--block {
  text-align: right;
  padding: 0 0 5px 0;
}
.m-c__shipping-method .giftcardBox .c__input {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 50px #fff inset!important;
}
.m-c__shipping-method .giftcardBox .giftcart_PIN {
  text-transform: uppercase;
}
.hide__block-reward.visible-block-reward {
  padding: 25px 0 0px 0!important;
}
@media (max-width: 580px) {
  .hide__block-reward.visible-block-reward {
    padding: 0!important;
  }
}
.m-c__shipping-method {
  padding: 15px 0 0 0;
}
.m-c__shipping-method .gift__card {
  border: #d1d1d1 solid 1px;
  margin: 35px 0 25px 0;
}
@media (max-width: 480px) {
  .m-c__shipping-method .gift__card {
    margin: 25px 0 25px 0;
  }
}
.m-c__shipping-method .gift__card .title {
  background: #f2f2f2;
  padding: 14px 23px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  border-bottom: #d1d1d1 solid 1px;
}
.m-c__shipping-method .gift__card .mid {
  padding: 0px 20px 26px 20px;
}
.m-c__shipping-method .gift__card .mid .giftCardAppliedSection ul li {
  border-bottom: #d1d1d1 solid 1px;
  padding: 20px 0;
}
.m-c__shipping-method .gift__card .mid .giftCardAppliedSection ul li .gift-card-check-icon img {
  width: 20px;
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.m-c__shipping-method .gift__card .mid ul.redeem_list.new-gift-card-form {
  margin-top: 25px;
}
.m-c__shipping-method .gift__card .mid ul.redeem_list {
  margin: 0px;
  padding: 0px;
}
.m-c__shipping-method .gift__card .mid ul.redeem_list .giftCardListSection {
  border-bottom: #d1d1d1 solid 1px;
  padding: 20px 0;
}
.m-c__shipping-method .gift__card .mid ul.redeem_list .giftCardListSection .balance__wrapper.pt-10 {
  padding-top: 10px;
}
.m-c__shipping-method .gift__card .mid ul.redeem_list .giftCardListSection .balance__wrapper.pr-10 {
  padding-right: 10px;
}
.m-c__shipping-method .gift__card .mid ul.redeem_list li .card-number {
  padding: 11px 0 0 0;
}
.m-c__shipping-method .gift__card .mid ul.redeem_list li .card-number span.number_2 {
  padding: 0 0 0 10px;
}
.m-c__shipping-method .gift__card .mid ul.redeem_list li .balance__wrapper {
  text-align: right;
}
.m-c__shipping-method .gift__card .mid ul.redeem_list li .balance__wrapper span.balance {
  padding: 0px 5px 0 0;
  display: inline-block;
}
.m-c__shipping-method .gift__card .mid ul.redeem_list li .redeem__card {
  text-decoration: underline;
  padding: 7px 0 10px 0;
  display: inline-block;
}
.m-c__shipping-method .new__giftCard {
  position: relative;
}
.m-c__shipping-method .new__giftCard .giftCardPIN {
  float: left;
  color: #000;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin: -9px 0 0 0;
  padding: 0 0 0 17px;
  font-style: italic;
}
.m-c__shipping-method .add__selection .card-option.active .label::before {
  border: 2px solid #fff;
  background: #000;
  box-shadow: 0 0 0 1px #000000;
}
.m-c__shipping-method .add__selection .tab-content {
  padding: 0px !important;
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper {
  border-width: 1px 0 0 0;
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item {
  padding-top: 24px;
  border: 1px solid #d1d1d1;
  border-top: 0;
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card {
  text-align: left;
  white-space: normal;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card {
    padding: 8px 0 0 0;
  }
}
@media screen and (max-width: 639px) and (min-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card {
    padding-left: 25px;
  }
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card h3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card h3 {
    font-size: 11px;
  }
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card p {
  line-height: 21px;
  font-size: 13px;
}
@media (max-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 360px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card p {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card p {
    font-size: 11px;
  }
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .address_withpou-title {
  padding: 20px 0 0 0;
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .right__child {
  top: 45%;
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .right__child a {
  font-size: 13px;
  padding: 0;
  text-decoration: underline;
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item.active .label--block:before {
  border: 2px solid #fff;
  background: #000;
  box-shadow: 0 0 0 1px #000000;
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block {
  display: block;
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block:before {
  position: absolute;
  left: 15px;
  top: 45%;
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box {
  text-align: left;
  padding: 0 0 0 25px;
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box .f_firstname {
  text-transform: uppercase;
  overflow: hidden;
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box p {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box p {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box p span {
  padding-top: 6px;
  display: block;
}
@media (max-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box p span {
    display: block;
    padding-top: 3px;
    margin-bottom: 4px;
  }
}
@media (max-width: 360px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box p {
    font-size: 11.5px;
  }
}
@media (max-width: 320px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box p {
    font-size: 11px;
  }
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box .card--type {
  font-size: 14px;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box .card--type {
    font-size: 13px;
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 360px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box .card--type {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 320px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box .card--type {
    font-size: 10px;
  }
}
.m-c__shipping-method .add__selection .tab-content .add__new--card {
  color: #000;
  text-decoration: underline;
}
.rewards__bottom figure {
  margin: 0 0 30px 0;
}
.rewards__bottom .p-left-0 .btn {
  width: 100%;
  height: 40px;
  padding: 0px;
  font-size: 13px;
}
.rewards__bottom p {
  padding: 0 0 20px 20px;
}
.rewards__bottom .each__text {
  display: block;
  color: #000;
  font-style: italic;
  font-size: 13px;
  padding: 0 0 0 20px;
}
.rewards__bottom h4.currrent__purchase {
  font-size: 22px !important;
  font-weight: 700;
  margin: 30px 0 0 0!important;
}
.tab-show {
  display: none;
}
.tab-show-second {
  display: none;
}
@media screen and (max-width: 1199px) {
  .trifecta--wrapper {
    padding-bottom: 30px;
  }
  .b--navbar--mobile__primary__modal--cart-mobile {
    bottom: 0;
  }
  #b--cta-secondary1 .b--cta-secondary__heading--left {
    left: 38%;
  }
  #b--cta-secondary1 .b--cta-secondary__btn--left {
    left: 72%;
  }
}
@media screen and (max-width: 991px) {
  .page-multiStepCheckoutSummaryPage .add__selection #billingAddrForm select {
    margin-bottom: 20px;
  }
  .page-multiStepCheckoutSummaryPage .tab-show-second {
    margin-left: -38px;
    margin-right: -38px;
  }
  .page-multiStepCheckoutSummaryPage div#billingAddressForm .pl-change {
    padding-left: 15px !important;
  }
  .order-summary-p-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .checkout-order-totals.active .order-summary {
    display: block;
  }
  .order-summary {
    margin-right: 0px;
    padding: 12px 18px 0 18px;
  }
  main.checkout-mid .payment-wrapper .payment_box .billing__address {
    padding: 0 0 15px 0;
  }
  .tab-show-second.margin-change {
    margin: 0 0 15px 0 !important;
  }
  .mob-pad-0 {
    padding: 0px;
  }
  .tab-show.active .tab-head__checkout {
    border-width: 1px 1px 0px;
  }
  .shop--triple--box .b--category-secondary__img {
    overflow: visible;
  }
  #b--cta-secondary1 .b--cta-secondary__btn--left {
    left: 65%;
  }
  #b--cta-secondary1 .b--cta-secondary__heading--left {
    left: 35%;
  }
  .f-label__wrapper .c__input {
    margin: 0 0 20px 0;
  }
  .floating-label .form-group {
    margin-bottom: 0;
  }
  .tab-show-second {
    display: block;
    margin: 27px 0 40px 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .tab-show-second .order-summary {
    margin-right: 0px;
    padding: 15px 0px;
  }
  .tab-show-second .order-summary .summury-list li {
    padding: 11px 20px!important;
  }
  .tab-show-second .order-summary .summary-table td .total {
    border-top: 1px solid #9d9d9d;
    padding-top: 20px;
    margin-top: 20px!important;
  }
  .tab-show .order-summary .summury-list li .visible-xs p {
    display: none!important;
  }
  .tab-show {
    display: block;
    padding: 0px 0 20px 0;
  }
  .tab-show .order-summary {
    display: none;
  }
  .tab-show .summury-list .first-child {
    padding-top: 0px !important;
  }
  .tab-show .summury-list .Last-child {
    border-bottom: #9d9d9d solid 1px !important;
    padding: 20px 0 !important;
    margin: 0 0 20px 0;
  }
  .tab-show .tab-head__checkout {
    padding: 18px;
    cursor: pointer;
    background: #e6e6e6;
    border-color: #d3d3d3;
    border-width: 1px;
    border-style: solid;
  }
  .tab-show .tab-head__checkout h6 {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0px;
    line-height: normal;
    letter-spacing: 0.34px;
  }
  .tab-show .tab-head__checkout .c-total {
    font-size: 17px;
    font-weight: 700;
    float: right;
    position: relative;
    padding: 0 38px 0 0;
  }
  .tab-show .tab-head__checkout .c-total:before {
    content: "\EA03";
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    font-family: "symbols";
    position: absolute;
    right: 0px;
    top: -1px;
  }
  .tab-show.active .c-total:before {
    content: "\EA02";
    webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tab-show.active .order-summary {
    display: block;
    margin: 0px !important;
  }
  .tab-hide {
    display: none;
  }
  .checkout-title {
    display: none;
  }
  .edit-box {
    padding: 30px 44px 0 50px;
    text-align: left;
  }
  .edit-box .inline--block {
    text-align: left;
  }
  .tab-padding {
    padding-top: 0px !important;
    border: none;
  }
  header.checkout {
    border: none;
  }
  .b--subfooter.tab-footer {
    padding: 0 15px 15px;
  }
  .rewards__bottom .each__text {
    padding: 10px 0 0 20px;
  }
  .b--subfooter.tab-footer ul {
    padding: 0;
  }
  .checkout-mid.tab-padding {
    padding: 30px 0 0px 0;
  }
  .b--subfooter.tab-footer .dropup {
    background-color: #f0f0f0;
    width: 100%;
    border: 1px solid #c3c3c3;
    margin: 0;
  }
  .b--subfooter.tab-footer h6 {
    display: block;
    text-align: center;
  }
  .b--subfooter.tab-footer ul {
    padding: 0;
    width: 100%;
    text-align: center !important;
    float: none;
  }
  .b--subfooter.tab-footer ul li:nth-child(1) {
    width: 50%;
    float: left;
    text-align: right;
    padding: 0 0 0;
  }
  .b--subfooter.tab-footer ul li a {
    float: none;
    padding: 0 15px;
  }
  .b--subfooter.tab-footer ul li:nth-child(2) {
    width: 50%;
    float: left;
    text-align: left;
  }
  .b--subfooter.tab-footer ul li:nth-child(3) {
    padding: 25px 0 0 0;
    float: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .tab-show-second .order-summary .summury-list li {
    padding: 11px 0px!important;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .tab-show .tab-head__checkout .c-total {
    top: -2px;
  }
}
@media screen and (max-width: 768px) {
  .page-multiStepCheckoutSummaryPage .order-summary .summury-list {
    padding: 0px 20px;
  }
  .shipping-wrapper .select-another-address__box ul.list .list__item .label {
    padding: 0px;
  }
  .b--slider--category .b--category-secondary__text {
    margin-bottom: 30px;
  }
  .b--cta-primary__img img {
    transform: initial;
  }
  #b--cta-secondary1 .b--cta-secondary__heading--left {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: inherit;
  }
  #b--cta-secondary1 .b--cta-secondary__btn--left {
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: inherit;
  }
  #b--section-primary1 .b--section-primary__subtitle--top {
    top: 79%;
  }
  #b--section-primary1 .b--section-primary__title--top {
    top: 56%;
  }
  #b--section-primary2 .b--section-primary__title--top {
    top: 44%;
  }
  #b--section-primary2 .b--section-primary__subtitle--top {
    top: 72%;
  }
  .category--banner {
    max-width: 100%;
    right: 0px;
  }
  .category--banner .b--section-primary__title,
  .category--banner .b--section-primary__subtitle,
  .category--banner .btn.btn--primary {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
  .header-checkout a {
    display: none;
  }
  .paymentCard .label.label--block {
    padding: 0 0 0 15px;
  }
  .radio_btn_wrapper .label {
    white-space: normal;
    text-align: left;
    padding: 0 0 0 26px;
    line-height: 18px;
  }
  .radio_btn_wrapper i {
    padding-top: 3px;
  }
  .m-c__shipping-method .gift__card .mid ul.redeem_list li .card-number {
    padding: 11px 0 10px 0;
  }
  .card-options__main ul.card li.card-option label {
    text-align: left;
  }
  .card-options__main ul.card li.card-option {
    padding-right: 12px;
  }
  .card-options__main ul.card li.card-option label:before {
    display: inline-block;
    position: relative !important;
    vertical-align: text-top;
    left: 0px;
    top: 0px!important;
  }
  main.checkout-mid .payment-wrapper .payment_box .cookie__container {
    text-align: center;
    padding: 36px 8px 0;
  }
  main.checkout-mid {
    padding: 30px 0 10px 0;
  }
  .rewards__bottom .each__text {
    padding: 10px 0 0 20px;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 320px) {
  .radio_btn_wrapper .label {
    font-size: 11px!important;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 480px) {
  .radio_btn_wrapper .label {
    font-size: 13px!important;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 480px) {
  main.checkout-mid .payment-wrapper .payment_box .cookie__container {
    padding: 36px 24px 0;
  }
}
@media screen and (max-width: 480px) {
  main.checkout-mid .payment-wrapper .payment_box .cookie__container {
    padding: 36px 28px 0;
  }
}
@media screen and (max-width: 414px) {
  main.checkout-mid .payment-wrapper .payment_box .cookie__container {
    padding: 36px 22px 0;
  }
}
@media screen and (max-width: 375px) {
  main.checkout-mid .payment-wrapper .payment_box .cookie__container {
    padding: 36px 10px 0;
  }
}
@media screen and (max-width: 320px) {
  main.checkout-mid .payment-wrapper .payment_box .cookie__container {
    padding: 36px 8px 0px!important;
  }
}
@media screen and (max-width: 320px) {
  .radio_btn_wrapper .label {
    font-size: 10px!important;
  }
}
@media screen and (max-width: 480px) {
  .radio_btn_wrapper .label i {
    display: block;
  }
  .radio_btn_wrapper .label::before {
    position: absolute;
    left: 14px;
    top: 15px!important;
  }
  .page-multiStepCheckoutSummaryPage .order-summary .summury-list {
    padding: 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .shipping-wrapper.enable .select-another-address__box {
    padding: 0px 0px 0 0px!important;
  }
}
@media screen and (max-width: 480px) {
  .tab-show .tab-head__checkout .c-total {
    font-size: 17px;
    font-weight: 700;
    padding: 0 28px 0 0;
  }
  .shipping-wrapper.enable .select-another-address__box {
    padding: 0px 0px 50px 0px!important;
  }
  .b--cta-primary__img img {
    transform: translateX(-50%);
  }
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item {
    padding: 12px 60px 12px 16px;
  }
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box {
    text-align: left;
    padding: 7px 0 0 0px;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content form .expiration__wrapper ul {
    margin: 0 0 0 -17px;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .tab-content form .expiration__wrapper .date__text {
    padding: 0 0 12px 0;
  }
  .styled-checkbox + label {
    width: max-content;
  }
  main.checkout-mid .payment-wrapper .payment_box .checkbox__wrapper a {
    padding: 0px;
  }
}
@media screen and (max-width: 480px) and (max-width: 360px) {
  .tab-show .tab-head__checkout h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) and (max-width: 360px) {
  .tab-show .tab-head__checkout .c-total {
    font-size: 17px;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 320px) {
  .tab-show .tab-head__checkout .c-total {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block .in__box p {
    font-family: 'Montserrat', sans-serif !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .billing__address_card h3 {
    font-family: 'Montserrat', sans-serif !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 320px) {
  .styled-checkbox + label {
    width: max-content;
  }
}
@media screen and (max-width: 320px) {
  .tab-show .tab-head__checkout h6 {
    font-size: 13px;
  }
}
#billingAddressForm .form-group .control-label {
  left: 30px!important;
}
.position-l-0 {
  left: 0!important;
}
.billing__address_box address {
  padding-left: 10px;
  padding-bottom: 15px;
}
.billing__address-main.block-add-show .billing__address_box {
  display: none;
}
.billingAddressForm .form-group.row {
  margin-bottom: 5px;
}
#billingAddrForm {
  padding-left: 8px;
  padding-right: 8px;
}
#billingAddrForm select {
  height: 40px;
}
@media (max-width: 480px) {
  #billingAddrForm .pl-change {
    padding-left: 15px;
    margin-top: 0px;
  }
}
#paypal-button-container iframe {
  z-index: 10 !important;
}
.page-multiStepCheckoutSummaryPage main.checkout-mid .payment-wrapper .save-card-checkbox {
  padding-left: 10px!important;
}
.btn-left-10 {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .btn-left-10 {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  #silentOrderPostForm .checkout-add-credit-btn {
    margin: 0 10px;
  }
}
.giftCardAppliedSection .red__text-wrapper p {
  margin: 0;
  padding-right: 0;
}
.page-cartPage .hide--block-in #voucherForm .m-t-33 {
  margin-top: 0!important;
  height: 55px;
  font-size: 15px;
  font-family: 'Gotham Book' !important;
  font-weight: 600;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .tab-show-second {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1599px) {
  .change-top {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 1299px) {
  .b--slider--category .b--category-secondary__title {
    font-size: 28px;
  }
  .change-top {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 1199px) {
  .section-top {
    margin: 0 0 0 0;
  }
  .list-buttons h3 {
    padding: 20px 24px;
  }
  .list-buttons h3 a {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .mobile-pd-change {
    padding-top: 0px !important;
    padding-bottom: 34px !important;
  }
  .btn-underline {
    border: none;
    background-color: transparent;
    text-decoration: underline;
    color: #000;
    padding: 0px;
    font-weight: 600;
  }
  .btn-underline:hover {
    color: #000 !important;
    padding: 0px;
    border: none;
    background-color: transparent !important;
    text-decoration: underline;
  }
  .change-top {
    background-size: cover;
    background-position: top;
  }
  .di-none {
    display: none;
  }
  h2.page-title.margin-change {
    position: relative;
    font-size: 21px;
    cursor: pointer;
    margin: 0px;
    border-bottom: #bababa solid 1px;
    padding: 0 12px 15px 12px;
  }
  h2.page-title.margin-change .caret {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .section-top {
    padding: 22px 30px 0;
  }
  .section-top .breadcrumb {
    display: none;
  }
  .section-top .caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
  }
  .section-top.arrow-up .click-enlarge .caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    border-top: 0;
  }
  .list-buttons ul {
    display: none;
  }
  .expand-ul {
    position: relative;
  }
  .expand-ul .list-buttons ul {
    display: block;
  }
  .expand-ul .list-buttons ul li {
    border-width: 0 0 1px 0px;
  }
  .expand-ul .col-md-3 {
    position: absolute;
    z-index: 11;
    width: 100%;
    background: #fff;
    padding: 0 30px;
  }
  .b--section-primary--top-element.change-top {
    margin-top: 15px;
  }
  .b--slider--category .b--category-secondary__foot {
    position: relative;
    display: block;
    float: left;
    height: auto;
    width: 100%;
    padding: 0 0 50px 0;
  }
  .order-confirmation--top .reward__block .reward__block-in::after {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .b--section-primary__description {
    padding: 0px;
  }
  .b--section-primary__title {
    font-size: 38px;
  }
}
.order-summary.add--block .summary-table {
  border-top: #9d9d9d solid 1px;
  margin: 20px 0 0 0;
  padding: 16px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .order-summary.add--block .summary-table {
    border-top: none;
  }
}
.order-summary.add--block .summary-table .table {
  margin-bottom: 6px;
}
.order-summary.add--block .summary-table .table tbody tr td {
  border-top: none!important;
  padding-bottom: 0!important;
  padding-left: 0;
  padding-right: 0;
}
.order-summary.add--block .summary-table .table tbody tr td span.sub-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3px;
  display: block;
}
.hide--block-in {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 360px) {
  .hide--block-in {
    margin: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .hide--block-in {
    padding: 0px 16px 0 16px;
  }
  .hide--block-in .m-t-33 {
    margin-top: 0px !important;
  }
}
.hide--block-in #voucherForm {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .hide--block-in #voucherForm {
    padding: 0 15px!important;
  }
}
.hide--block-in #voucherForm .btn--expand {
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  .hide--block-in #voucherForm label.error {
    position: absolute;
    top: 100%;
    left: 15px;
  }
  .hide--block-in #voucherForm .f-label__wrapper .c__input {
    margin: 0 0 25px 0;
  }
}
.hide--block-in #tmGiftCardPaymentForm {
  padding: 0 30px !important;
}
@media screen and (max-width: 991px) {
  .hide--block-in #tmGiftCardPaymentForm label.error {
    position: absolute;
    top: 100%;
    left: 0;
  }
  .hide--block-in #tmGiftCardPaymentForm .f-label__wrapper .c__input {
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .hide--block-in #tmGiftCardPaymentForm {
    padding: 0 15px !important;
  }
}
.hide--block-in #tmGiftCardPaymentForm .col-md-8 {
  width: 65%;
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .hide--block-in #tmGiftCardPaymentForm .col-md-8 {
    width: 100%;
    margin-right: 0px;
  }
}
.hide--block-in .form-group {
  margin-bottom: 0px;
}
.hide--block-in .f-label__wrapper {
  margin: 0 0 16px 0;
}
.hide--block-in .f-label__wrapper .btn {
  width: 100%;
}
.hide--block-in .f-label__wrapper .c__input {
  background: #f8f8f8;
}
.hide--block-in .col-md-2 {
  padding: 0px 15px 0 0px;
}
@media (max-width: 480px) {
  .hide--block-in .col-md-2 {
    padding: 0px!important;
    margin: 0 15px;
  }
}
.qty {
  display: none;
}
#arrivalDate {
  display: inline;
}
.empty-cart__wrapper {
  margin-top: 30px;
}
.empty-cart__wrapper h4 {
  font-family: Montserrat;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .shopping-cart--top .col-md-4.text-align-r {
    display: block;
    text-align: left;
    padding-left: 40px;
  }
  .slider--cart.in--padding {
    padding: 75px 15px 0;
  }
  .section-top {
    margin: 0 0 0 0;
  }
  .section-top .item-block ul li a.edit-i {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #9d9d9d;
    font-size: 13px;
    display: block;
    margin: 8px 0 0 0;
  }
  .section-top .item-block li:last-child {
    border-bottom: 0px;
  }
  .section-top .mobile--padding {
    padding-top: 8px !important;
  }
  .section-top .mobile--padding .btn-selectors li {
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .section-top .qty--main {
    margin: 15px 0;
  }
  .section-top .reward--block-change {
    margin-top: 19px;
  }
  .section-top .estimated--main {
    padding: 18px 0 5px 0;
  }
  .section-top.common-top {
    margin: 135px 0 0 0;
  }
  .qty {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 0 17px 0 0;
  }
  .qty--in {
    display: inline-block;
  }
  .qty--in input {
    margin: 0 13px;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .shopping-cart--top .col-md-4.text-align-r {
    display: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .section-top .item-block ul li a.edit-i {
    margin-top: 8px!important;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .section-top .qty--main {
    margin: 8px 0 8px 15px;
  }
}
@-moz-document url-prefix() {
  @media (max-width: 480px) {
    #cartContents .qty {
      position: relative;
      top: -16px;
    }
  }
  select,
  select:-moz-focusring,
  select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    background-image: none !important;
    border: 0;
  }
}
.page-cartPage .b--promo {
  margin-top: 232px;
}
@media (max-width: 768px) {
  .page-cartPage .b--promo {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  .page-multiStepCheckoutSummaryPage .hide--block-in #voucherForm .btn--expand {
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .page-multiStepCheckoutSummaryPage .hide__block.visible-block {
    padding: 0!important;
  }
}
.orderDetailsPage {
  padding-top: 10px !important;
}
.orderDetailsPage .mid__block {
  border-bottom: none !important;
}
.mid__block .oderCompleted {
  color: #49b647;
  font-weight: bold !important;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  letter-spacing: 0.32px;
}
@media (max-width: 480px) {
  .mid__block .oderCompleted {
    font-size: 13px !important;
  }
}
.return-status__main {
  padding: 214px 23px 50px;
}
.return-status__main .breadcrumb {
  padding: 0;
  margin-bottom: 0px;
}
.return-status__main .return--status__mid .left-list-menu {
  margin: 84px 0 0 18px;
}
.return-status__main .return--status__mid .left-list-menu h4 {
  padding: 19px 0 19px 20px;
  border-top: #bababa solid 1px;
  margin: 0;
}
.return-status__main .return--status__mid .left-list-menu h4 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 600!important;
}
.return-status__main .return--status__mid .left-list-menu h4:hover {
  background: #f2f2f2;
}
.return-status__main .return--status__mid .left-list-menu h4:hover a {
  font-weight: 600;
}
.return-status__main .return--status__mid .left-list-menu ul {
  margin: 0px;
  padding: 0px;
}
.return-status__main .return--status__mid .left-list-menu ul li {
  border-top: #bababa solid 1px;
  font-family: 'Montserrat', sans-serif;
}
.return-status__main .return--status__mid .left-list-menu ul li:last-child {
  border-bottom: #bababa solid 1px;
}
.return-status__main .return--status__mid .left-list-menu ul li a {
  display: block;
  padding: 19px 0 19px 33px;
  font-weight: 600!important;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.return-status__main .return--status__mid .left-list-menu ul li a:hover {
  background: #f2f2f2;
  font-weight: 600;
  text-decoration: underline;
}
.return-status__main .return--status__mid .left-list-menu ul li.active a {
  background: #f2f2f2;
}
.return-status__main .return--status__mid .right__section .main__title {
  border-bottom: #000 solid 3px;
  position: relative;
}
.return-status__main .return--status__mid .right__section .main__title h2 {
  color: #000;
  margin: 0px;
  padding: 0 0 8px 0;
  font-size: 28px;
}
@media (max-width: 360px) {
  .return-status__main .return--status__mid .right__section .main__title h2 {
    font-size: 22px!important;
  }
}
.return-status__main .return--status__mid .right__section .main__title .back_to_return {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-family: Montserrat;
  font-weight: 500;
  letter-spacing: 0.26px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #d1d1d1;
}
.return-status__main .return--status__mid .right__section .main__title .back_to_return:hover {
  border-bottom: 2px solid #d1d1d1;
}
.return-status__main .return--status__mid .right__section .mid__block {
  border-bottom: #bababa solid 1px;
}
@media (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .mid__block {
    margin-top: 30px;
    padding-bottom: 26px;
  }
}
.return-status__main .return--status__mid .right__section .mid__block > h5 {
  font-size: 20px;
}
@media (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .mid__block > h5 {
    clear: both;
  }
}
@media (max-width: 360px) {
  .return-status__main .return--status__mid .right__section .mid__block > h5 {
    font-size: 16px!important;
  }
}
.return-status__main .return--status__mid .right__section .mid__block > h5 span {
  font-weight: 500;
  padding: 0 0 0 25px;
  font-size: 20px;
}
@media (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .mid__block > h5 span {
    font-weight: 600;
    padding: 0 0 0 12px;
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .return-status__main .return--status__mid .right__section .mid__block > h5 span {
    font-size: 15px;
  }
}
.return-status__main .return--status__mid .right__section .mid__block p {
  font-size: 14px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  letter-spacing: 0.28px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .mid__block p {
    padding-bottom: 0px!important;
    margin-bottom: 27px!important;
  }
}
.return-status__main .return--status__mid .right__section .mid__block p.return-select-product-para {
  margin: 0 0 42px;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom {
  padding: 29px 0 20px;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .return__method {
  padding: 24px 0 0 44px;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .return__method h5 {
  font-size: 14px;
  margin: 0px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  color: #000;
  letter-spacing: 0.84px;
}
@media (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method h5 {
    margin-bottom: 18px;
  }
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .return__method h3 {
  color: #000;
  font-size: 24px;
  margin: 0px 0 16px 0;
}
@media (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method h3 {
    margin-bottom: 11px;
    font-size: 20px;
  }
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .return__method p {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.28px;
}
@media (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method p {
    margin-bottom: 27px;
  }
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-title .b--hd__title {
  font-size: 17px;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid .reason {
  font-size: 14px;
  line-height: 22px;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid .promotion {
  font-size: 15px;
  margin: 0px;
}
@media (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid .promotion {
    margin-bottom: 9px;
  }
}
@media (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid .promotion {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid .promo_ad {
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 10px 0;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid .last__p {
  margin: 0px;
  font-size: 13px;
  line-height: 20px;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
  background: #f2f2f2;
  border: #d8d8d8 solid 1px;
  margin: 64px 0 0 0;
  padding: 35px 41px 41px;
}
@media (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
    margin: 18px 0 0 0;
  }
}
@media (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
    padding: 22px 20px 26px;
    margin-left: -30px !important;
    margin-right: -19px !important;
  }
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top {
  border-bottom: #9d9d9d solid 1px;
  padding: 0 0 32px 0;
}
@media (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top {
    padding: 0 0 24px 0;
  }
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top .table {
  max-width: 448px;
  margin: 0 auto;
  border: none;
  font-family: 'Montserrat', sans-serif;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top .table tbody td {
  font-size: 16px;
  color: #000;
  border: none;
  padding: 4px 0;
  font-weight: 600;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top .table tbody td.color-change__red {
  color: #d40a0a;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .bottom {
  padding: 39px 0 0 0;
}
@media (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .bottom {
    padding: 26px 0 26px 0;
    border-bottom: #9d9d9d solid 1px;
  }
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .bottom h2 {
  font-size: 23px;
  margin: 0 0 0px 0;
  letter-spacing: 0.46px;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .bottom p {
  margin: 0px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.3px;
  padding-top: 14px;
}
.return-status__main .return--status__mid .right__section .return__table {
  max-width: 420px;
  padding: 12px 0 0 0;
  letter-spacing: 0.28px;
}
@media (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .return__table {
    padding: 0px!important;
  }
}
.return-status__main .return--status__mid .right__section .return__table h6 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 22px 0;
  letter-spacing: 0.84px;
}
@media (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .return__table h6 {
    margin-bottom: 18px!important;
  }
}
.return-status__main .return--status__mid .right__section .return__table table {
  border: none;
  margin-bottom: 2px;
}
.return-status__main .return--status__mid .right__section .return__table table tbody td {
  border: none;
  padding: 3px 0;
  font-size: 14px;
}
@media (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .return__table table tbody td {
    display: inline;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .return__table table tbody td {
    display: inline;
    font-size: 12px;
    padding: 3px 2px;
  }
}
.return-status__main .return--status__mid .right__section .return__table table tbody td:first-child {
  width: 240px;
}
@media (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .return__table table tbody td:nth-child(2) {
    padding-left: 5px;
  }
}
.breadcrumb--change .breadcrumb {
  background: #fff;
}
.breadcrumb--change .breadcrumb li a {
  font-size: 12px;
  color: #676767;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: 0.24px;
}
.mobile-edt__btn {
  display: none;
}
.d-block-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .return-status__main {
    padding: 11px 23px 50px!important;
  }
}
@media screen and (max-width: 991px) {
  .promo_ad {
    margin: 0 0 10px 0;
  }
  .page-order .return--status__mid .order__confirmation-table .my-account-returns-btns .btn--primary {
    color: #000000;
    background-color: white;
    border: 1px solid #000000;
  }
  .page-order .return--status__mid .order__confirmation-table .my-account-returns-btns .btn--primary:hover {
    background-color: #000000 !important;
    color: white!important;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
    margin-right: -23px !important;
    margin-top: 29px;
  }
  .d-block-mobile {
    display: block;
  }
  span.icon-visa {
    vertical-align: top;
    padding: 0 13px 0 0;
  }
  .right__section {
    padding: 26px 0 0 0;
  }
  .refund {
    display: none;
  }
  .return-status__main {
    padding: 18px 15px 7px !important;
  }
  .return-status__main .return--status__mid .left-list-menu {
    margin: 0px;
  }
  .return-status__main .return--status__mid .left-list-menu ul {
    display: none;
  }
  .return-status__main .return--status__mid .left-list-menu h4 {
    position: relative;
    background: #f2f2f2;
    cursor: pointer;
  }
  .return-status__main .return--status__mid .left-list-menu h4:after {
    position: absolute;
    right: 15px;
    top: 20px;
    content: "\EA03";
    font-family: "symbols";
    font-style: normal;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 13px;
  }
  .return-status__main .return--status__mid .left-list-menu.active ul {
    display: block;
  }
  .return-status__main .return--status__mid .left-list-menu.active h4:after {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .return-status__main .return--status__mid .right__section .main__title .back_to_return {
    display: none;
  }
  .return-status__main .return--status__mid .right__section .main__title h2 {
    font-size: 25px;
  }
  .return-status__main .return--status__mid .right__section .return__table {
    padding: 19px 0 0 0;
  }
  .return-status__main .return--status__mid .right__section .return__table h6 {
    margin: 0 0 20px 0;
  }
  .return-status__main .return--status__mid .right__section .return__table table {
    margin: 0px;
  }
  .return-status__main .return--status__mid .right__section .mid__block > h5 {
    font-size: 20px;
    margin: 0px 0 24px 0;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom {
    padding: 12px 0 20px;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method {
    padding: 25px 0 40px 0;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary {
    position: relative;
    padding: 23px;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid {
    display: none;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .edit-cart {
    display: none;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-title {
    position: absolute;
    width: 100%;
    height: 47px;
    left: 0;
    top: 0;
    background: #e6e6e6;
    padding: 14px 27px 0 29px;
    border-bottom: #d5d5d5 solid 1px;
    cursor: pointer;
    z-index: 9;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-title:after {
    position: absolute;
    right: 30px;
    top: 14px;
    content: "\EA03";
    font-family: "symbols";
    font-style: normal;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 13px;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid {
    padding: 84px 0 0 0;
    position: relative;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid .mobile-edt__btn {
    font-size: 13px;
    display: inline-block;
    text-decoration: underline;
    position: absolute;
    top: 41px;
    right: 0;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary.active .cart-mid {
    display: block;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary.active .cart-title:after {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .return-status__main {
    padding-top: 0px!important;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .return-status__main .return--status__mid .left-list-menu ul {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .return-select-product-para {
    padding-top: 0px!important;
    margin-top: 20px;
    border-bottom: 0px!important;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom {
    padding: 0px 0 20px;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid {
    padding: 70px 0 0 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid .mobile-edt__btn {
    top: 37px;
  }
}
@media only screen and (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid .promo_ad {
    margin: 7px 0 10px 0 !important;
  }
  .return-status__main.return-store__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-title:after {
    right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .return-select-product-para .p-lr-0 .promotion-block .promotion {
    padding: 15px 0 0 0;
    margin: 0px 0px 10px 0!important;
    font-size: 16px!important;
  }
  .return-select-product-para .p-lr-0 .promotion-block .cartproline .promo_ad {
    display: block;
    font-size: 14px!important;
    font-weight: bold!important;
    font-style: italic;
    margin: 0px 0 10px 0;
    display: inline-block !important;
  }
  .return-select-product-para .p-lr-0 .promotion-block .last__p {
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) and (max-width: 320px) {
  .return-select-product-para .p-lr-0 .promotion-block .promotion {
    font-size: 14px!important;
  }
}
@media (max-width: 480px) {
  .page-return-order-print #footer-main .yCmsContentSlot {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .page-return-order-print .return-status__main .return--status__mid .right__section .return__table table tbody tr:nth-last-child(-n+2) td:nth-child(2) {
    padding-left: 5px;
  }
}
@media (max-width: 480px) {
  .page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom {
    padding: 0px 0 6px;
  }
  .page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
    margin: 28px 0 0 0;
  }
}
@media (max-width: 768px) {
  .page-order .order-details-section .pick-uo-in-store-section .pick-up-in-store-body .col-md-4 {
    padding-top: 25px;
  }
}
@media (max-width: 480px) {
  .page-order .order-details-section .pick-uo-in-store-section .pick-up-in-store-body .col-md-4 {
    padding-top: 15px;
  }
}
.page-order .orderDetailsPage .order-details-mid .order-details-section {
  padding: 0px 0 0px 0;
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .payment-method-section {
  padding-bottom: 10px!important;
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .gift-card-applied-number {
  padding: 42px 0 0 40px;
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table table {
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 991px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table table {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .pick-uo-in-store-section .title-boxed {
    padding: 10px 19px;
  }
  .page-order .orderDetailsPage .order-details-mid .order-details-section .pick-uo-in-store-section .title-boxed .text-right {
    text-align: left;
    padding-top: 8px;
  }
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .pick-uo-in-store-section .pick-up-in-store-body .row .col-md-5 .orderdetail_bopis {
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .pick-uo-in-store-section .pick-up-in-store-body .row .col-md-4 h3 {
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .pick-uo-in-store-section .pick-up-in-store-body .row .col-md-4 h3 {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .pick-uo-in-store-section .pick-up-in-store-body .row .col-md-4 h3 {
    font-size: 15px;
    margin: 0px;
    font-weight: 500!important;
  }
}
@media (max-width: 480px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .title-boxed {
    padding: 10px 19px;
  }
  .page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .title-boxed .text-right {
    text-align: left;
    padding-top: 8px;
  }
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .shipping__options {
  padding: 30px 19px 5px 40px!important;
}
@media (max-width: 991px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .shipping__options {
    padding: 30px 40px 0px 25px!important;
  }
}
@media (max-width: 480px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .shipping__options {
    padding: 30px 0px 0px 0px!important;
  }
  .page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .shipping__options .col-md-3 {
    padding-bottom: 22px;
  }
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .shipping__options .shipping-trancking-section .shipping-method-sec .title {
  margin: 0 0 8px 0;
}
@media (max-width: 991px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .shipping__options .shipping-trancking-section .shipping-method-sec .title {
    margin: 19px 0 4px 0;
  }
}
@media (max-width: 320px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .shipping__options .shipping-trancking-section .shipping-method-sec p {
    font-size: 13px!important;
  }
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .shipping__options .shipping-trancking-section .tracking-number-sec {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .shipping__options .shipping-trancking-section .tracking-number-sec {
    margin-top: 15px;
  }
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .shipping__options .shipping-trancking-section .tracking-number-sec .title {
  margin: 0 0 12px 0;
  text-transform: uppercase;
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .shipping__options .shipping-trancking-section .tracking-number-sec p {
  border-bottom: 1px solid #d1d1d1;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .order__reciept {
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .order__reciept .mid__block__bottom {
    padding: 0px;
  }
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table {
  padding: 0px 40px 0px 40px!important;
}
@media (max-width: 768px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table {
    padding: 0px 15px 0px 19px!important;
  }
}
@media (max-width: 480px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table table {
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table table tbody tr.tr-block .spr-product .image__container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table table tbody tr.tr-block .order-details-list {
    padding-top: 25px;
  }
}
@media (max-width: 480px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table table tbody tr.tr-block .order-details-list .product-details a h4 {
    padding-left: 0px;
    width: 175px;
  }
}
@media (max-width: 480px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table table tbody tr.tr-block .order-details-list .product-details p {
    margin: 0 0px 3px 0px!important;
  }
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table table tbody tr.tr-block .order-details-list .product-details p span {
  padding-left: 7px;
  text-transform: uppercase;
}
.page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table table tbody tr.tr-block .order-details-list .product-details .total-Price {
  font-size: 16px;
}
.page-return-request-details .return-status__main .return--status__mid .right__section .mid__block p.RMA_status {
  padding-top: 21px;
}
@media (max-width: 480px) {
  .page-return-request-details .return-status__main .return--status__mid .right__section .mid__block p.RMA_status {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .page-orderConfirmationPage .order--reciept-section .order__reciept-mid .pick-uo-in-store-section .pick-up-in-store-body {
    padding: 28px 20px 29px 25px;
  }
}
@media (max-width: 768px) {
  .page-orderConfirmationPage .order--reciept-section .order__reciept-mid .pick-uo-in-store-section .order__confirmation-table table tbody tr td.order-details-list {
    padding-top: 25px!important;
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .page-orderConfirmationPage .order--reciept-section .order__reciept-mid .pick-uo-in-store-section .order__confirmation-table table tbody tr td.order-details-list .product-details a h4 {
    padding-left: 0px;
    width: 180px;
  }
}
@media (max-width: 768px) {
  .page-orderConfirmationPage .order--reciept-section .order__reciept-mid .shipping-method-section .shipping__options {
    padding: 28px 20px 0px 30px!important;
  }
}
@media (max-width: 360px) {
  .page-orderConfirmationPage .order--reciept-section .order__reciept-mid .shipping-method-section .shipping__options {
    padding: 28px 20px 0px 15px!important;
  }
}
@media (max-width: 480px) {
  .page-orderConfirmationPage .order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table table tbody tr td.order-details-list {
    padding-top: 25px!important;
    padding-left: 15px;
  }
}
@media (max-width: 480px) and (max-width: 360px) {
  .page-orderConfirmationPage .order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table table tbody tr td.order-details-list {
    padding-left: 9px;
  }
}
@media (max-width: 480px) {
  .page-orderConfirmationPage .order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table table tbody tr td.order-details-list .product-details a h4 {
    padding-left: 0px;
    width: 180px;
  }
}
@media (max-width: 991px) {
  .page-orderConfirmationPage .order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table {
    padding: 0px 15px 0px 25px!important;
  }
  .page-orderConfirmationPage .order--reciept-section .shipping-method-section .order__confirmation-table .table tr td.order-details-list {
    padding-left: 0;
    padding-top: 25px!important;
  }
  .page-orderConfirmationPage .order--reciept-section .pick-uo-in-store-section .order__confirmation-table {
    padding: 0px 25px 25px 25px!important;
  }
  .page-return-order .return-status__main .return--status__mid .right__section .mid__block,
  .page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block {
    border-bottom: none !important;
  }
  .page-return-order .return-select-product-para .promotion-block .promotion {
    margin-bottom: 0 !important;
  }
  .page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid li .promotion {
    margin-bottom: 9px;
  }
  .return-status__main .return--status__mid .right__section .return__table table tbody td a img {
    padding: 0 0 0 5px;
  }
  .page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid .promotion {
    margin-bottom: 9px;
  }
  .page-returnLandingPage .floating-label .f-label__wrapper .form-group label.error {
    position: absolute;
    left: 0px;
    top: 100%;
  }
  .page-returnLandingPage .floating-label .form-group {
    margin-bottom: 27px;
  }
  .page-returnLandingPage .floating-label .f-label__wrapper .c__input {
    margin-bottom: 0 !important;
  }
  .page-return-order-print .return-status__main .return--status__mid .right__section .return__table table tbody td:nth-child(2) {
    padding-left: 5px;
  }
  .page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .order__confirmation-table {
    padding: 0px 15px 0px 25px!important;
  }
}
@media (max-width: 480px) {
  .page-order .orderDetailsPage .order-details-mid .order-details-section .shipping-method-section .order__confirmation-table {
    padding: 0px 15px 0px 20px!important;
  }
}
@media (max-width: 360px) {
  .page-orderConfirmationPage .order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table {
    padding: 0px 15px 0px 15px!important;
  }
  .page-orderConfirmationPage .order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td {
    padding-left: 0;
    padding-right: 0;
  }
  .page-orderConfirmationPage .order--reciept-section .order__reciept-mid .shipping-method-section .title-boxed {
    padding: 10px 15px;
  }
}
.orderDetailsPage .order-details-section .shipping-method-section .order-status .status-value {
  text-transform: capitalize;
}
.orderDetailsPage .order-details-section .pick-uo-in-store-section .order-status .status-value {
  text-transform: capitalize;
}
.order-guest-details .order-details-mid .shipping-method-section .order-status .status-value {
  text-transform: capitalize;
}
.order-guest-details .order-details-mid .pick-uo-in-store-section .order-status .status-value {
  text-transform: capitalize;
}
.quickViewPop-badge .slick-slide {
  margin: 0 !important;
}
.quickViewPop-badge .badge {
  right: 15px!important;
}
body {
  margin: 0px;
}
.qs-popup {
  padding: 20px 40px;
  background-color: white;
}
.quickshop-main--wrapper {
  background: #fff;
  width: 777px;
  margin: auto;
}
.quickshop-main--wrapper .m-r-20 {
  margin-right: 20px;
  font-weight: 600;
}
.quickshop-main--wrapper .quickshop_popUP .accordian-body-content {
  padding-left: 0 !important;
}
.quickshop-main--wrapper .quickshop_popUP .panel-body {
  padding: 0px;
}
.quickshop-main--wrapper .quickshop_popUP .panel-body .size-chart {
  padding: 0;
}
.quickshop-main--wrapper .quickshop_popUP .panel-body .size-chart li a {
  font-size: 15px !important;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #000;
  font-family: 'Montserrat', sans-serif;
}
.quickshop-main--wrapper .quickshop_popUP .panel-body .size-chart li a:hover {
  text-decoration: none !important;
}
.qs-head {
  border-bottom: #bfbdc0 solid 1px;
  padding-bottom: 7px;
  margin-bottom: 14px;
}
.searchResults .quickshop-main--wrapper .quick-quantity-value {
  width: 54px !important;
  height: 40px !important;
  text-align: center !important;
  line-height: 1.65;
  float: none !important;
  display: block !important;
  margin: 0px 15px 0 16px !important;
  color: #000 !important;
  background: #f8f8f8 !important;
  border: 1px solid #d1d1d1 !important;
  padding: 0 !important;
  font-size: 14px !important;
}
.searchResults .quickshop-main--wrapper .quick-quantity-value:focus {
  border-color: #0068b3 !important;
}
.qs-price {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat';
  position: relative;
  bottom: 6px;
  padding: 4px 0 0 0;
}
.qs-price p {
  margin-top: 10px;
  font-size: 18px;
}
.qs-close {
  float: right;
  top: -61px;
  position: relative;
  left: 2px;
  font-size: 25px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}
.qs-close img {
  width: 18px;
}
span.title {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-weight: 700;
  font-size: 29px;
  text-transform: uppercase;
}
.qs-body {
  height: auto;
}
.qs-footer {
  margin-top: 100px;
  padding: 0px 0px;
}
.qs-footer .hr {
  width: 100%;
}
.qs-footer a {
  font-family: 'Montserrat';
  font-size: 14px;
  float: left;
}
.qs-footer .link1 {
  margin-top: 9px;
  margin-left: 204px;
}
.qs-footer .link2 {
  margin-left: 20px;
  padding: 11px 110px!important;
}
.pl-0 {
  padding-left: 0px !important;
}
.qs-details {
  font-family: 'Montserrat';
}
.qs-details .bold {
  padding-left: 4px;
  font-weight: 700;
}
.qs-details .section-div {
  float: none;
  height: fit-content;
  margin-bottom: 10px;
}
.qs-details .section-div span {
  font-size: 13px;
  font-weight: 600;
}
.qs-details .section-div .f-bold {
  padding-left: 7px;
  font-weight: 800 !important;
}
.qs-details .section-div .d-title > img {
  margin-left: 70px;
}
.qs-details .section-div .d-title span.bold {
  font-weight: 700 !important;
}
.qs-details .section-div .d-content .color-a {
  float: left;
  padding: 0px;
  border: 1px solid #fff;
  width: 64px;
}
.qs-details .section-div .d-content .color-a:hover {
  border: 1px solid #000000;
}
.qs-details .section-div.color-swatches__wrapper {
  margin-top: -3px;
}
.qs-details .section-div.color-swatches__wrapper .d-content {
  height: auto;
}
.qs-details .section-div.color-swatches__wrapper .d-content span.active .swatchSwitch {
  display: inline-block;
  border: #000 solid 1px;
  padding: 2px 2px;
}
.qs-details .section-div.color-swatches__wrapper .d-content span .swatchSwitch img {
  max-width: 60px;
  width: 100%;
  height: auto;
}
.find_size--main-quick {
  display: inline-block;
  float: right;
}
.find_size--main-quick a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}
.quick_size-content {
  display: inline-block;
  vertical-align: sub;
  font-size: 12px;
  font-weight: 600;
}
.size-img--wrapper {
  display: block;
  padding: 0 0 5px 0;
}
.size_wrapper-quick .size-sorting-list .list-ul {
  letter-spacing: -4px;
}
.size_wrapper-quick .size-sorting-list .list-ul li {
  display: inline-block;
  width: 69px;
  margin: 0 -1px -1px 0;
  border: 1px solid #000000;
}
.size_wrapper-quick .size-sorting-list .list-ul li a {
  text-align: center;
  font-weight: 600;
  display: block;
  letter-spacing: 0;
  padding: 7px 0;
  text-decoration: none;
}
.size_wrapper-quick .size-sorting-list .list-ul li a:hover {
  background-color: #000;
  color: #fff !important;
}
.size_wrapper-quick .size-sorting-list .list-ul li a.active {
  background-color: #000;
  color: #fff !important;
}
.size_wrapper-quick .size-sorting-list .list-ul li a.active:hover {
  background-color: #000;
  color: #fff !important;
}
.accrodian-main .accordion-toggle {
  padding: 6px 0 10px 0!important;
  font-size: 15px!important;
}
.d-content {
  padding-top: 7px;
  height: 82px;
}
.btn-1x {
  width: 67px;
  padding: 7px 10px!important;
  margin: -1px -3px -1px -2px;
}
.qs-product-img {
  width: 328px;
  padding: 3px 0px;
}
.section-qty {
  margin: 30px -3px;
}
.quantity-main {
  padding: 0px 0;
}
.quantity-main span {
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 14px;
  font-weight: 600;
}
.quantity {
  display: inline-block;
}
.quickshop-qty-wrapper {
  padding: 0 0 5px 0;
}
.quickshop-qty-wrapper .quantity input {
  width: 48px;
  height: 36px;
}
.quickshop-qty-wrapper .quantity .quantity-button.quantity-up {
  top: 1px;
}
.quickshop-qty-wrapper .quantity .quantity-button.quantity-down {
  top: 0px;
}
.quickshop-accordian-wrapper {
  padding: 12px 0 0 0;
}
.quickshop-accordian-wrapper .accrodian-main .accordion-toggle {
  border-bottom: #cac8cb solid 1px;
  font-size: 15px !important;
  padding: 8px 0 !important;
}
.quickshop-accordian-wrapper .accrodian-main .accordian-body-content {
  padding: 8px;
  border-bottom: #cac8cb solid 1px;
}
.quickshop-accordian-wrapper .accrodian-main .accordion-toggle:after {
  content: "";
  border-bottom: 5px solid #2f2f2f;
  border-top: 0;
}
.quickshop-accordian-wrapper .accrodian-main .accordion-toggle[aria-expanded="true"]:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  position: absolute;
  right: 12px;
  bottom: 18px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2f2f2f;
  border-bottom: 0;
}
.quickshop-accordian-wrapper .accrodian-main .accordion .first-child {
  border-top: #cac8cb solid 1px;
}
.hr {
  margin-top: 4px;
  margin-bottom: 16px;
}
.footer-section-quickshop {
  background: #fff;
  border-top: #bcbabd solid 1px;
  margin: 3px 0 0 0;
  padding: 17px 40px 29px 40px;
}
.footer-section-quickshop .text-right-quciktext {
  text-align: right;
}
.footer-section-quickshop .text-right-quciktext a {
  font-weight: 600;
  font-size: 13px;
  text-decoration: underline;
  font-family: 'Montserrat', Arial, Sans-Serif;
  padding: 13px 0 0 0;
  display: inline-block;
}
.footer-section-quickshop .btn {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.quickshop-main--wrapper .qs-head .s-close {
  cursor: pointer;
}
.your-class .slick-dots {
  text-align: center!important;
  width: 270px;
  margin: 0 auto;
  margin-top: 15px;
  padding-left: 52px;
  margin-bottom: 0px;
  padding-right: 50px;
}
.your-class .slick-dots ul.slick-dots {
  margin-bottom: 15px;
}
.your-class .slick-dots li button {
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 16px;
  padding: 0;
  cursor: pointer;
  background: #c9c9c9;
  text-indent: -99999999px;
  border-radius: 32px;
  border: 0;
}
.your-class .slick-dots li.slick-active button {
  background-color: #000000;
}
.your-class .slick-dots li:last-child button {
  margin-right: 0;
}
.your-class .slick-arrow .s-4x {
  font-size: 16px;
}
.your-class .slick-arrow {
  bottom: -2px;
  cursor: pointer;
  padding: 0 45px;
  position: absolute;
}
.your-class .arrow-next {
  right: 0%;
  right: calc(0%);
}
@media screen and (max-width: 1024px) {
  .qs-product-img {
    width: 100%;
  }
  .qs-details {
    padding: 29px 0 0 0;
  }
  .footer-section-quickshop .text-right-quciktext {
    text-align: center;
    padding: 0 0 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .quickshop-main--wrapper {
    width: 100%;
  }
}
.quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch {
  margin: 0px;
  padding: 0px;
  border: none;
}
.quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch li {
  display: inline-block;
  border: none;
  border: #fff solid 1px;
}
@media (max-width: 768px) {
  .quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch li {
    float: left;
  }
}
@media (max-width: 768px) and (max-width: 380px) {
  .quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch li {
    width: 16.5%;
  }
}
.quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch li a {
  display: block;
  padding: 2px;
  border: 0px;
}
.quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch li a:hover {
  background: none;
  border: none;
}
.quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch li a img {
  width: 50px!important;
  height: 25px;
}
.quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch li.active {
  border: #000 solid 1px;
}
.quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch li.di-select {
  position: relative;
}
.quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch li.di-select:hover {
  opacity: 0.2;
  cursor: no-drop;
  border: none;
}
.quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch li.di-select:after {
  content: "";
  -moz-transform: rotate(-26.5deg);
  -o-transform: rotate(-26.5deg);
  -webkit-transform: rotate(-26.5deg);
  -ms-transform: rotate(-26.5deg);
  transform: rotate(-26.5deg);
  border-color: #121212;
  border-style: solid;
  border-width: 1px;
  top: 15px;
  zoom: 1;
  width: 100%;
  right: 0px;
  position: absolute;
}
.quickshop_Product .qs-details .variant-section .color-swatches__wrapper .variant-selector .quick_swatch li:hover {
  border: #000 solid 1px;
}
.quickshop_Product .qs-details .variant-section .variant-selector.mobile-variant-selector .size_wrapper-quick ul li a.unavailable {
  color: #c1c1c1;
  pointer-events: none;
}
.searchModal .container .searchResults {
  top: 145px!important;
}
@media (min-width: 1200px) {
  .container.search-container {
    width: 1170px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px!important;
  }
}
.searchLinks {
  padding-left: 15px;
}
.searchLinks li {
  font-weight: 700;
  background-color: #fff;
  border-bottom: 1px solid #a1a1a1;
}
.searchLinks li a {
  width: 100%;
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
}
.searchLinks li:hover {
  background-color: #f2f2f2;
}
.searchLinks li:nth-child(2) {
  border-top: 1px solid #a1a1a1;
}
.searchLinks .active {
  background-color: #f2f2f2;
}
.text-style-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  color: #000000;
  margin-bottom: 8px;
  line-height: normal;
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-style-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  color: #000000;
}
.sr-panel-div {
  padding-top: 18px;
  padding-left: 20px;
  width: 320px;
}
.sr-panel-div h4.text-uppercase.text-style-2 {
  margin-top: 0;
}
.sr-panel-div .sr-size-list {
  padding-bottom: 10px;
}
.sr-panel-div ul {
  padding: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  height: auto;
}
.sr-panel-div ul li {
  margin-bottom: 5px;
  font-size: 14px;
  padding-left: 1px;
}
.m-t-0 {
  margin-top: 0px;
}
.sr-size-item a:hover,
.sr-size-item a.active {
  background-color: #000000;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.sr-color-list {
  padding: 13px 10px 0px 0px!important;
  margin-bottom: 0px;
}
.sr-color-list li {
  display: inline-flex;
  border: none;
  height: 35px;
  width: 38px;
}
.sr-color-list li .color-black {
  background-color: #000000 !important;
}
.sr-color-list li .color-white {
  background-color: #FDFEFE !important;
}
.sr-color-list li .color-gray {
  background-color: #B4B4B4 !important;
}
.sr-color-list li .color-darkbrown {
  background-color: #424242 !important;
}
.sr-color-list li .color-purple {
  background-color: #48042B !important;
}
.sr-color-list li .color-violet {
  background-color: #AFACC8 !important;
}
.sr-color-list li .color-darkblue {
  background-color: #31406E !important;
}
.sr-color-list li .color-lightblue {
  background-color: #778ED3 !important;
}
.sr-color-list li .color-darkgreen {
  background-color: #3C544A !important;
}
.sr-color-list li .color-lightgreen {
  background-color: #8CB7A5 !important;
}
.sr-color-list li .color-magenta {
  background-color: #935C5D !important;
}
.sr-color-list li .color-orange {
  background-color: #C8995D !important;
}
.sr-color-list li .color-blue {
  background-color: #022F6E !important;
}
.sr-color-list li .color-green {
  background-color: #245627 !important;
}
.sr-color-list li .color-yellow {
  background-color: #EFF990 !important;
}
.sr-color-list li .color-grey {
  background-color: #808080 !important;
}
.sr-color-list li .color-pink {
  background-color: pink !important;
}
.sr-color-list li .color-orange {
  background-color: #FF9A47 !important;
}
.sr-color-list li .color-purple {
  background-color: #48042B !important;
}
.sr-color-list li .color-red {
  background-color: #A40A16 !important;
}
.sr-color-list li .color-brown {
  background-color: #532818 !important;
}
.sr-color-list li a {
  width: 34px;
  height: 34px;
  border: none;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  padding: 9px 17px;
  background-color: transparent;
}
.sr-color-list li a:hover,
.sr-color-list li a.active {
  background-color: inherit;
  border: 1px solid #000000;
  -webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
  -moz-box-shadow: inset 0 0 0 2px #FFFFFF;
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.sr-brand-filter li a:hover,
.sr-brand-filter li a.active {
  font-weight: 700;
  text-decoration: underline;
}
.tab-content {
  right: 60px;
}
.bg-light {
  background-color: white;
}
.p-l-0 {
  padding-left: 0px;
}
@media (min-width: 1200px) {
  .sr-link-panel {
    width: 20%;
    float: left;
    margin-top: 22px;
  }
  .sr-detail-panel {
    width: 80%;
    float: left;
  }
}
.sr-size-item {
  text-align: center;
  font-weight: 600;
  width: 29%;
  float: left;
  margin-bottom: 0px!important;
  margin-left: -1px;
  padding-left: 0px !important;
}
.sr-size-item a {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 1px;
  margin-bottom: -1px;
  border: 1px solid #000000;
  border-bottom: 0;
  border-right: 0;
}
.sr-size-item:first-child a {
  border-right: 0;
}
.sr-size-item:last-child a {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000 !important;
}
.sr-size-item:nth-last-child(2) a {
  border-bottom: 1px solid #000 !important;
}
.sr-size-item:nth-last-child(3) a {
  border-bottom: 1px solid #000 !important;
}
.sr-size-item:nth-child(3n) a {
  border-right: 1px solid #000 !important;
}
.promoCod .promotion-price {
  color: #d40a0a;
  font-weight: bold;
  padding-right: 5px;
  margin: 0px 0 2px 0 !important;
  display: block;
  font-size: 14px;
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
}
.page-orderConfirmationPage .promotionprice-avail .promotion-price {
  display: inherit;
  text-align: center;
  padding-bottom: 12px;
}
.page-order .promotionprice-avail .promotion-price {
  display: inherit;
  text-align: center;
  padding-bottom: 12px;
  padding-right: 0;
}
.promotionprice-avail .b--product__price {
  position: relative;
  display: inline-block;
}
.promotionprice-avail .b--product__price:after {
  content: "";
  -moz-transform: rotate(-14.5deg);
  -o-transform: rotate(-14.5deg);
  -webkit-transform: rotate(-14.5deg);
  -ms-transform: rotate(-14.5deg);
  transform: rotate(-14.5deg);
  background-color: #121212;
  height: 1px;
  top: 2px;
  zoom: 1;
  width: 100%;
  right: 0px;
  position: absolute;
}
.promotionprice-avail .promotion-price {
  color: #d40a0a;
  font-weight: bold;
  padding-right: 5px;
  display: inline-block;
  font-family: 'Gotham Book';
  text-align: left;
  font-size: 14px;
  line-height: 0.43;
  letter-spacing: 0.3px;
}
.order-details-mid .mid__block.mid-block-border-bottom {
  border-bottom: 1px solid #bababa!important;
}
.order-details-mid .mid__block .shipping__options .title {
  font-size: 14px;
  color: #000;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  .order-details-mid .mid__block .shipping__options .title {
    margin: 0 0 18px 0;
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .order-details-mid .mid__block .shipping__options .title {
    margin: 0 0 18px 0;
    padding-left: 24px;
  }
}
.order-details-mid .mid__block .shipping__options p {
  font-size: 14px;
  color: #000;
  line-height: 23px;
}
.order-details-mid .mid__block .shipping__options .btn_inline_overite {
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin: 0 0 9px 0 !important;
  text-transform: uppercase;
}
.order-details-mid .order__reciept .mid__block__bottom .order__reciept-mid {
  padding: 0px;
}
.order-details-mid .order__reciept .mid__block__bottom .order__reciept-mid .order__confirmation-table {
  padding: 0px;
}
.order-details-mid .order__reciept .mid__block__bottom .total-bottom {
  margin: 0px !important;
}
.order-details-mid .order__reciept .mid__block__bottom .total-bottom .bottom h2 {
  margin: 0px !important;
}
.order-details-mid .order__reciept .mid__block__bottom .note {
  font-size: 13px;
  font-style: italic;
  max-width: 168px;
  display: block;
  padding: 30px 0 0 0;
  float: right;
}
.order-details-mid .order__reciept .mid__block__bottom .note .in {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .order__reciept .mid__block__bottom .note {
    float: none !important;
  }
  .order__reciept .mid__block__bottom .note .in {
    text-align: left;
  }
  .order-details-mid .mid__block .shipping__options .btn_inline_overite {
    padding: 14px 0;
    border: #000 solid 1px;
    display: block;
    max-width: 100% !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 991px) {
  .page-order .return-status__main .return--status__mid .right__section .mid__block .pick-up-in-store-body p {
    margin-bottom: 0px !important;
  }
}
@font-face {
  font-family: "symbols";
  src: url('../fonts/symbols.eot');
  src: url('../fonts/symbols.eot?#iefix') format('eot'), url('../fonts/symbols.woff2') format('woff2'), url('../fonts/symbols.woff') format('woff'), url('../fonts/symbols.ttf') format('truetype'), url('../fonts/symbols.svg#symbols') format('svg');
  font-weight: normal;
  font-style: normal;
}
.s:before {
  display: inline-block;
  font-family: "symbols";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.s-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.s-2x {
  font-size: 2em;
}
.s-3x {
  font-size: 3em;
}
.s-4x {
  font-size: 4em;
}
.s-5x {
  font-size: 5em;
}
.s-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.s-account:before {
  content: "\EA01";
}
.s-chevron-left:before {
  content: "\EA02";
}
.s-chevron-right:before {
  content: "\EA03";
}
.s-chevron-down:before {
  content: "\EA04";
}
.s-close:before {
  content: "\EA05";
}
.s-close1:before {
  content: "\EA06";
}
.s-cuater:before {
  content: "\EA07";
}
.s-facebook:before {
  content: "\EA08";
}
.s-instagram:before {
  content: "\EA09";
}
.s-love:before {
  content: "\EA0A";
}
.s-mathew-plus:before {
  content: "\EA0B";
}
.s-message:before {
  content: "\EA0C";
}
.s-mobile:before {
  content: "\EA0D";
}
.s-placeholder:before {
  content: "\EA0E";
}
.s-plus:before {
  content: "\EA0F";
}
.s-question:before {
  content: "\EA10";
}
.s-search:before {
  content: "\EA11";
}
.s-shopping-cart:before {
  content: "\EA12";
}
.s-twitter:before {
  content: "\EA13";
}
.s-youtube:before {
  content: "\EA14";
}
.self-ship-links {
  margin-top: 70px;
}
.icons-tm-sm {
  margin-right: 10px;
  display: inline-block;
  text-indent: -9999px;
  height: 14px;
  width: 14px;
  background: url(../images/cuater-mini.png);
  background-size: 14px;
  float: left;
}
.icons-dot-gray {
  display: block;
  text-indent: -9999px;
  width: 100px;
  height: 82px;
  background: url(../icons/GreyProcessDot-01.svg);
  background-size: 100px 82px;
}
.icons-dot-green {
  display: inline-flex;
  text-indent: -9999px;
  width: 45px;
  height: 45px;
  background: url(../icons/GreenProcessDot-01.svg);
  background-size: 45px;
}
.icons-check.active {
  margin-right: 10px;
  display: inline-block;
  text-indent: -9999px;
  height: 22px;
  width: 22px;
  background: url(../icons/GreenCheckmark.svg);
  background-size: 22px;
}
.icons-check {
  margin-right: 10px;
  display: inline-block;
  text-indent: -9999px;
  height: 22px;
  width: 22px;
  background-size: 22px;
}
.icons-flex {
  display: inline-flex;
}
.icons-block {
  display: inline-block;
}
.icons-next-line {
  clear: both;
  vertical-align: bottom;
  width: 100%;
}
.ProgressBar {
  margin: 0 auto;
  padding: 2em 0 3em;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.ProgressBar-step {
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
}
.ProgressBar-step:before,
.ProgressBar-step:after {
  content: "";
  height: 0.4px;
  background-color: #9f9fa3;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: -50%;
  top: 40%;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
  margin: auto;
}
.ProgressBar-step:first-child:before,
.ProgressBar-step:first-child:after {
  display: none;
}
.ProgressBar-step:after {
  background-color: #3ecc3a;
  width: 0%;
}
.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after,
.ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
  width: 100%;
}
.ProgressBar-icon {
  width: 2em;
  height: 2em;
  fill: #9f9fa3;
  background-image: url(../icons/GreyProcessDot-01.svg);
  padding: 0.5em;
  max-width: 100%;
  z-index: 10;
  position: relative;
  transition: all 0.25s ease-out;
}
.is-current .ProgressBar-icon {
  width: 3em;
  height: 3em;
  fill: #3ecc3a;
  background-image: url(../icons/GreenProcessDot-01.svg);
}
.is-complete .ProgressBar-icon {
  fill: #dbf1ff;
  background-image: url(../icons/GreenProcessDot-01.svg);
}
.ProgressBar-stepLabel {
  display: block;
  text-transform: uppercase;
  color: #9f9fa3;
  position: absolute;
  padding-top: 0.5em;
  width: 100%;
  transition: all 0.25s ease-out;
}
.is-current > .ProgressBar-stepLabel,
.is-complete > .ProgressBar-stepLabel {
  color: #3ecc3a;
}
.col-lg-12.col-md-12.instructions {
  border: solid #c1c0c0 1px;
  padding: 50px 10px;
}
.col-lg-12.col-md-12.instructions.m-tb-30 {
  margin: 30px 0px;
}
@media screen and (max-width: 768px) {
  .icons-check {
    display: block!important;
    padding: 0 0 3px 0;
    left: 0;
    right: 0;
    position: relative;
    margin-left: 45%;
  }
}
.back-btn {
  display: none;
}
.page-return-order-print .return-store__main .return--store__mid .mid__block .time-line__wrapper {
  padding: 100px 0 60px 0;
}
.page-return-order-print .return-status__main .return--status__mid .right__section .main__title h2 {
  padding: 0 0 4px 0;
}
.page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method {
  padding: 35px 0 0 46px;
}
@media (max-width: 991px) {
  .page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method {
    padding: 35px 0 20px 0px;
  }
}
.page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method .tm-locations {
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #d1d1d1;
}
.page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method .tm-locations:hover {
  border-bottom: 1px solid #d1d1d1;
}
.page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method.self-ship {
  padding: 73px 0 0 46px;
}
@media (max-width: 991px) {
  .page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method.self-ship {
    padding: 27px 0 0 0px;
  }
}
.page-confirm-return-order .return-status__main {
  padding: 13px 23px 35px;
}
.page-confirm-return-order section.return-status__main.return-store__main {
  padding-top: 16px;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .main__title h2 {
  padding: 0 0 4px 0;
}
.page-confirm-return-order .return-status__main .return--status__mid .col-md-9 {
  padding-left: 26px;
}
@media screen and (max-width: 480px) {
  .page-confirm-return-order .return-status__main .return--status__mid .col-md-9 {
    padding-left: 15px;
  }
  .page-confirm-return-order .floating-label .f-label__wrapper .c__input {
    -webkit-box-shadow: unset !important;
  }
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .main__title .back_to_return {
  margin: 0 0 9px 0;
}
.page-confirm-return-order .return-store__main .return--store__mid .mid__block .time-line__wrapper {
  padding: 66px 0 56px 0;
}
@media (max-width: 480px) {
  .page-confirm-return-order .return-store__main .return--store__mid .mid__block .time-line__wrapper {
    padding: 66px 0 30px 0;
  }
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top {
  padding: 0 0 30px 0;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .bottom {
  padding: 36px 0 0 0;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
  padding: 35px 41px 38px;
  margin: 52px 0 0 0;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .contiue-btn-wrapper .btn {
  margin: 30px auto 59px auto;
}
@media (max-width: 480px) {
  .page-confirm-return-order .return-status__main .return--status__mid .right__section .contiue-btn-wrapper .btn {
    margin: 30px auto 0px auto;
  }
}
.return-store__main .return--store__mid .mid__block {
  padding: 14px 0 0 0 !important;
  border: none !important;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper {
  padding: 100px 0px 60px;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in {
  /*padding: 0 160px;*/
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal {
  margin: 0;
  padding: 0;
  counter-reset: step;
  text-align: center;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li {
  list-style-type: none;
  width: 33%;
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li .text_container {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto 12px;
  bottom: auto;
  bottom: 100%;
  color: #c4c3c3;
  font-weight: normal;
  letter-spacing: 0.4px;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li.active {
  color: #000000;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li.active:before {
  background-color: #47b745;
  -webkit-box-shadow: 0px 0px 0px 8px #d5eed4;
  box-shadow: 0px 0px 0px 8px #d5eed4;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li.active .text_container {
  color: #000;
  font-weight: normal;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li.active:after {
  background-color: #55b776;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li:before {
  width: 22px;
  height: 22px;
  content: "";
  /*content: counter(step);
									    counter-increment: step;*/
  line-height: 27px;
  background-color: #dadada;
  display: block;
  text-align: center;
  margin: 7px auto 10px auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 8px #f0f0f0;
  box-shadow: 0px 0px 0px 8px #f0f0f0;
  position: relative;
  z-index: 9;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li:after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #dadada;
  top: 20px;
  left: -50%;
  z-index: 1;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li:first-child:after {
  display: none;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li.active:last-child {
  font-weight: 700;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li.active:last-child:before {
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0px 0px 0px 11px #d5eed4;
  box-shadow: 0px 0px 0px 11px #d5eed4;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li.active + li:after {
  background-color: #55b776;
}
.return-store__main .return--store__mid .mid__block .instruction__main > h4 {
  text-align: center;
  font-size: 24px;
  margin: 0px;
}
.return-store__main .return--store__mid .mid__block .instruction__main .box {
  border: #dedede solid 1px;
  padding: 10px 52px 58px;
  margin: 74px 0 0 0;
}
.return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main {
  padding: 0;
  margin-bottom: 0;
}
.return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main li {
  position: relative;
}
.return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main li:after {
  content: "";
  width: 75px;
  height: 20px;
  background: url("../@img_extra/img-arrow.png") no-repeat center;
  position: absolute;
  right: -40px;
  background-size: contain;
  top: 80px;
  z-index: 9;
}
.return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main li:last-child:after {
  display: none;
}
.return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main .bg {
  display: block;
  width: 180px;
  height: 185px;
  margin: 0 auto;
  background: url("../@img_extra/bg-progress.png") no-repeat center;
  background-size: contain;
  line-height: 185px;
  text-align: center;
  background-image: radial-gradient(circle, rgba(38, 14, 54, 0.06), #ffffff);
  border-radius: 50%;
}
.return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main .icon {
  /*position: absolute;
							top: 50%;
							right: -82px;
							transform: translate(-50%,-50%);
							width: 80px;
							height: 60px;
							cursor: pointer;
							.arrow {
								position: absolute;
								top: 25px;
								width: 75px;
								height: 2px;
								background-color: #000;
								animation: arrow 700ms linear infinite;
								&:before{
									content: '';
									position: absolute;
									width: 20px;
									height: 2px;
									top: 7px;
									right: -3px;
									background-color: #000;
									transform: rotate(-45deg);
								}
								&:after {
									content: '';
									position: absolute;
									width: 20px;
									height: 2px;
									top: -7px;
									right: -3px;
									background-color: #000;
									transform: rotate(45deg);
								}
							}*/
}
.return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main .icon img {
  position: absolute;
  top: 50%;
  width: 80px;
  right: -40px;
}
@media (max-width: 480px) {
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main .icon img {
    top: 45%;
    right: -17px;
    width: 41px;
  }
}
.return-store__main .return--store__mid .mid__block .instruction__main .box .progress-content .text-block p {
  font-size: 17px;
  padding: 0px 25px;
  width: 262px;
  margin: -15px auto;
}
.return-store__main .return--store__mid .mid__block .instruction__main .box .progress-content .text-block ~ .btn--primary.btn {
  margin: 45px 0 0 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.return-store__main .return--store__mid .mid__block .instruction__main .box .progress-content #printreturnlabel {
  margin-top: 51px;
  padding: 8px 20px;
  width: 219px;
  height: 40px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  text-align: center;
  color: #fefefe;
}
.always-show {
  display: inline-block !important;
}
@media screen and (max-width: 1199px) {
  .return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li {
    width: 30%;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-content .text-block ~ .btn--primary.btn {
    margin: 20px 0 0 0;
    font-size: 12px;
    padding: 10px 14px;
  }
  .return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li .text_container {
    font-size: 18px;
  }
}
.page-return-order-print .return-store__main .return--store__mid .mid__block .time-line__wrapper .return-progress-steps {
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .page-order .return-status__main .return--status__mid .right__section .mid__block .payment-method-details {
    padding-bottom: 19px!important;
  }
  .page-order .return-status__main .return--status__mid .right__section .mid__block .orer-rtn-addrss {
    padding-bottom: 19px;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-content .text-block ~ .btn--primary.btn {
    margin: 20px 0 30px 0;
    font-size: 14px;
    padding: 12px 22px;
  }
  span.icon-visa {
    vertical-align: top;
    padding: 0 5px 0 0;
    display: inline-block;
  }
  .back-btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-decoration: underline;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 8px;
  }
  .progress-content__in {
    padding-bottom: 15px;
  }
  .return-status__main .return--status__mid .right__section .mid__block p.promotion {
    margin-bottom: 0px !important;
  }
  .return-status__main .return--status__mid .right__section .mid__block p {
    font-size: 14px;
    padding-bottom: 0px;
    margin: 0 0 0px;
  }
  .return-status__main .return--status__mid .right__section .mid__block p:first-letter {
    text-transform: uppercase;
  }
  .return-status__main .return--status__mid .right__section .mid__block .payment-method-details {
    padding-bottom: 12px!important;
  }
  .return-status__main .return--status__mid .right__section .mid__block .orer-rtn-addrss {
    padding-bottom: 29px;
  }
  .return-store__main .return--store__mid .mid__block .time-line__wrapper {
    padding: 55px 0 35px;
  }
  .return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li {
    width: 30%;
  }
  .return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li .text_container {
    font-size: 16px;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main > h4 {
    font-size: 19px;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box {
    padding: 20px 15px 62px;
    margin: 44px 0 0 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .return-status__main .return--status__mid .right__section .mid__block p {
    font-size: 13px;
    margin-bottom: 9px!important;
  }
}
@media screen and (max-width: 480px) {
  .page-return-request-details .return-status__main .return--status__mid .right__section .mid__block p {
    margin-bottom: 25px!important;
  }
}
@media screen and (max-width: 768px) {
  .time-line__wrapper .time-line-in .timeline-horizontal li .text_container .tick {
    display: block;
    padding: 0 0 3px 0;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main .bg {
    width: 126px;
    height: 160px;
    background-position: center 20px;
    line-height: 160px;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main .bg img {
    width: 70px;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main li:after {
    width: 51px;
    height: 20px;
    right: -28px;
    top: 71px;
    z-index: 9;
  }
}
@media screen and (max-width: 580px) {
  .return-store__main .return--store__mid .mid__block .time-line__wrapper {
    margin: 60px 0 0 0;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main .bg {
    width: 126px;
    height: 160px;
    background-position: center 20px;
    line-height: 160px;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main .bg img {
    width: 45%;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main li:after {
    width: 40px;
    height: 12px;
    right: -15px;
    background-size: contain;
    top: 77px;
  }
}
@media screen and (max-width: 991px) {
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main .bg {
    width: 75px;
    height: 75px;
    background-position: center;
    line-height: 71px;
  }
  .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
    margin-left: -31px !important;
    padding: 23px!important;
    margin-right: -23px !important;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main .bg img {
    width: 55%;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main li:after {
    width: 30px;
    height: 12px;
    right: -13px;
    background-size: contain;
    top: 56px;
  }
  .return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li .text_container {
    font-size: 16px;
    font-weight: 600;
  }
  .return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li .text_container span {
    display: none;
  }
  .page-return-order-print .return-store__main .return--store__mid .mid__block .time-line__wrapper {
    padding: 66px 0 30px 0;
  }
  .progress-content__in .text-block p {
    font-size: 16px!important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: 0.34px;
    text-align: center;
    color: #000000;
    padding: 0px 17px;
  }
  .page-return-order-print .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-content .text-block p {
    margin: 15px auto 5px auto!important;
    padding: 0px 14px 10px 16px;
  }
  .return--status__mid .retunOrder .total-bottom .f-bold p {
    font-weight: 400;
    line-height: 20px;
    padding-top: 5px;
  }
  .return-status__main .return--status__mid .right__section .return-select-product-para .return-policy-btn {
    text-decoration: underline;
    border-bottom: none;
  }
  .return-status__main .return--status__mid .right__section .retunOrder .order-summary .cart-mid .promotion {
    font-size: 15px;
    margin: 15px 0 0 0;
  }
  .wish_List {
    padding-top: 5px !important;
  }
  .page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method {
    padding: 27px 0 0 0px;
  }
  .page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method p {
    margin-bottom: 23px;
  }
  .page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method .return__table h6 {
    margin-bottom: 10px!important;
  }
  .page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .return__method .return__table table {
    margin-bottom: 23px!important;
  }
}
@media screen and (max-width: 320px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-title .b--hd__title {
    font-size: 13px;
  }
  .return-status__main .return--status__mid .right__section .main__title h2 {
    font-size: 20px;
  }
  .return-status__main {
    padding: 139px 15px 7px;
  }
  .return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li .text_container {
    font-size: 14px;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main .bg {
    width: 74px;
    height: 95px;
    line-height: 95px;
  }
  .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-icon-main li:after {
    width: 30px;
    height: 12px;
    right: -15px;
    top: 43px;
  }
}
.return--store__mid .spr-table .spr-product img {
  position: inherit;
  left: 0px;
  width: 100%;
}
.return--store__mid .spr-table .product-details {
  margin-left: 0px;
}
@media (min-width: 768px) {
  .return--store__mid .spr-table .product-details {
    max-width: 190px;
  }
}
.return--store__mid .spr-table .spr-form .quantity-main {
  margin: 10px 0px 18px;
}
.return--store__mid .spr-table .spr-form .quantity-main span.quantity-span {
  padding: 0 30px 0 0;
}
.return--store__mid .spr-table .spr-form .quantity-main .quantity-button {
  font-weight: normal;
}
.return--store__mid .spr-table .spr-form .form-group {
  margin-bottom: 18px;
}
.return--store__mid .spr-table .spr-form .form-group span {
  font-size: 11px;
}
@media (max-width: 768px) {
  .return--store__mid .spr-table .spr-form .form-group {
    margin-bottom: 0px;
  }
}
.return--store__mid .cart-summary .cart-mid ul li a figure {
  width: 72px;
}
.return--status__mid .cart-summary .cart-mid ul li a figure {
  width: 72px;
}
.return-reason-select-focused .control-label {
  transition: all 0.25s ease;
  font-size: 11px!important;
  color: #000!important;
  top: -9px !important;
  left: 26px!important;
  background: #fff!important;
  padding: 0 8px 0 3px;
}
.return-policy-btn {
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.return-policy-btn:hover {
  text-decoration: none!important;
}
.return-policy-btn:active {
  text-decoration: none!important;
}
.return-policy-btn:focus {
  text-decoration: none!important;
  outline-offset: 0px;
}
.noPadd {
  padding-right: 0 !important;
}
.page-return-order .table > tbody > tr > th {
  padding: 4px !important;
}
.spr-form-section .describe-section-textarea .describe-text {
  font-size: 11px;
}
.spr-form-section .describe-section-textarea span {
  font-size: 11px;
}
@media (min-width: 768px) {
  .spr-form-section {
    min-width: 280px;
  }
}
@media screen and (max-width: 360px) {
  .page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
    padding: 35px 31px 38px;
  }
  .page-confirm-return-order .return-status__main .return--status__mid .col-md-9 {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom,
  .page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
    margin-left: -19px !important;
    padding: 11px!important;
  }
}
@media (max-width: 768px) {
  .page-returnLandingPage .moboReturn h4 {
    margin: 0 0 5px 0;
  }
  .page-returnLandingPage .r-p-crs-nac h3 {
    margin: 0;
    padding-bottom: 2px;
  }
  .page-returnLandingPage .r-p-crs-ac h3 {
    padding-bottom: 2px;
  }
  .page-returnLandingPage .moboReturn #initiateReturnForm .label__passwod {
    font-size: 12px;
    top: -12px;
  }
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
  padding-bottom: 17px;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top {
  position: relative;
  padding: 0;
  border-bottom: none;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top:after {
  content: "";
  border-bottom: #9d9d9d solid 1px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: initial;
  bottom: 71px;
  max-width: 862px;
  margin: 0 auto;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top .refundSubTotal {
  padding-top: 19px !important;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top .subTotalLine {
  border-bottom: #cecccc solid 1px !important;
  padding: 0px 0 19px 0 !important;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top .refundTotalAmount {
  text-align: center;
  width: 100%;
  margin: 0 0 0 39px;
  display: inline-block;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top .refundTotalAmount td {
  display: inline-block;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top .refundTotalAmount td h2 {
  font-family: 'Montserrat-Bold', sans-serif;
  text-transform: capitalize;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.46px;
  color: #000000;
  padding-top: 48px;
  font-weight: bold;
}
.page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top .refundTotalAmount td h2 .refund {
  font-family: 'Montserrat-Bold', sans-serif;
  text-transform: capitalize;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.46px;
  color: #000000;
  font-weight: bold;
}
.page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
  padding-bottom: 35px;
}
.page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .bottom {
  padding: 73px 0 0 0;
}
.page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .bottom h2 {
  margin: 0 0px 0px 59px;
}
.page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top {
  position: relative;
  padding: 0;
  border-bottom: none;
}
.page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top:after {
  content: "";
  border-bottom: #9d9d9d solid 1px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: initial;
  bottom: 65px;
  max-width: 862px;
  margin: 0 auto;
}
.page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top .refundSubTotal {
  padding-top: 19px !important;
}
.page-return-order-print .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom .Top .subTotalLine {
  border-bottom: #cecccc solid 1px !important;
  padding: 0px 0 19px 0 !important;
}
.super-nav__main .user--name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0 6px 0 0;
  cursor: pointer;
}
.super-nav__main .user--name:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #8a8a8a;
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
}
.super-nav__main li.drp-main a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.super-nav__main li {
  font-size: 13px !important;
  position: relative;
  z-index: 99;
}
.super-nav__main li:first-child {
  top: 0 !important;
}
.list--nav {
  margin: 15px 0 !important;
  padding: 0px;
  display: block;
}
.list--nav li {
  text-align: left;
  display: block;
  width: 100%;
  top: 0 !important;
}
.list--nav li a {
  border-width: 1px 0 0 0;
  border-color: #b3b3b3;
  border-style: solid;
  display: block;
  padding: 12px 12px;
  text-transform: uppercase!important;
  letter-spacing: 0.28px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.list--nav li a:hover {
  background-color: #f0f0f0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: underline;
}
.list--nav li.active a {
  font-weight: 700;
  background-color: #f0f0f0;
}
.list--nav li:last-child a {
  border-width: 1px 0;
}
.b--navbar__modal .overlay {
  cursor: pointer;
}
.spr-product img.mobileSearch {
  position: absolute;
  left: 18px;
  width: fit-content;
}
.spr-table tr.searchRow {
  height: 125px;
}
.spr-table tr.searchRow td div.product-details h4 {
  float: left;
}
.spr-table tr.searchRow td div.product-details p {
  margin-top: 10px;
  right: 24px;
  position: absolute;
}
/** Start Mobile Search Styles **/
#mobileSearchResults {
  display: none;
}
#mobileSearchForm .s-close {
  left: unset;
  right: 10px;
  display: none;
}
@media screen and (max-width: 1199px) {
  .mobileSearchOpen #mobileSearchForm .s-close {
    display: inline-block;
  }
  .mobileSearchOpen #mobileSearchResults {
    display: block;
    position: absolute;
    top: 60px;
    background: #fff;
    width: 100%;
    z-index: 100;
  }
  .mobileSearchOpen #mobileSearchResults #facetResults {
    display: none;
  }
  .mobileSearchOpen #mobileSearchResults ul#autoSuggesions {
    display: block;
    width: 100%;
    padding: 0;
  }
  .mobileSearchOpen #mobileSearchResults ul#autoSuggesions li {
    padding: .75em 35px;
    width: 50%;
    background: transparent;
    float: left;
    font-size: 13px;
    border-top: none;
  }
  .mobileSearchOpen #mobileSearchResults ul#autoSuggesions li:nth-child(n+6) {
    display: none;
  }
  .mobileSearchOpen #mobileSearchResults #autoSuggesions {
    background: #f0f0f0;
  }
  .mobileSearchOpen #mobileSearchResults #productList {
    height: 60vh;
    overflow-y: scroll;
    border-bottom: 1px solid #ccc;
  }
  .mobileSearchOpen #mobileSearchResults #productList .b--listing-product__wrapper-catalog {
    width: 100%;
  }
  .mobileSearchOpen #mobileSearchResults #productList .b--listing-product__wrapper-catalog .b--product .metadata-option {
    display: block;
  }
  .mobileSearchOpen #mobileSearchResults #productList .b--listing-product__wrapper-catalog .b--product .b--product__foot {
    min-height: 100px;
  }
  .mobileSearchOpen #mobileSearchResults #productList .b--listing-product__wrapper-catalog .b--product .b--product__foot h4 {
    font-size: 12px;
  }
  .mobileSearchOpen #mobileSearchResults #productList .b--listing-product__wrapper-catalog .item {
    width: 49%;
    min-height: 0px !important;
  }
  .mobileSearchOpen #b--wrapper-site:before {
    display: block;
    content: "";
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 20;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }
  .mobileSearchOpen #emptySearchResults {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobileSearchOpen #mobileSearchResults ul#autoSuggesions li {
    padding: 1em 20px;
    text-align: center;
    width: 33.3%;
  }
  .mobileSearchOpen #mobileSearchResults ul#autoSuggesions li li:nth-child(n+6),
  .mobileSearchOpen #mobileSearchResults ul#autoSuggesions li i:nth-child(n+8) {
    display: inline-block;
  }
  .mobileSearchOpen #mobileSearchResults #productList {
    height: 50vh;
  }
  .mobileSearchOpen #mobileSearchResults #productList .b--listing-product__wrapper-catalog .item {
    width: 32%;
    min-height: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobileSearchOpen .b--listing-product__wrapper-catalog .b--product {
    padding: 0 10px;
  }
  .mobileSearchOpen .b--listing-product__wrapper-catalog .b--product .b--product__foot .b--product__data {
    margin-top: 0px;
  }
}
.mobileSearchOpen .block.b--navbar__secondary .b--mobile:before {
  content: "";
  display: block;
  position: fixed;
  background: #000;
  z-index: 10;
  height: 100vh;
  opacity: .7;
  width: 100%;
}
.mobileSearchOpen #mobileSearchSpinner {
  text-align: center;
  width: 100%;
  display: block;
  background: #fff;
  padding: 15px;
}
.mobileSearchOpen #productList #mobileSearchSpinner {
  padding-top: 10vh;
}
@media screen and (max-width: 1199px) {
  .mobileSearchOpen #mobileSearchResults #productList .product-listing-result {
    padding: 0 5px;
  }
  .mobileSearchOpen #mobileSearchResults #productList .product-listing-result .b--product__foot .metadata-option .metadata-slider {
    position: relative!important;
    text-align: left;
    max-height: 22px;
  }
  .mobileSearchOpen #mobileSearchResults #productList .product-listing-result .b--product__foot .metadata-option .metadata-slider span.item {
    width: auto;
  }
  .mobileSearchOpen #mobileSearchResults #productList .product-listing-result .b--product__foot .metadata-option .metadata-slider span.item a {
    height: 21px;
  }
  .mobileSearchOpen #mobileSearchResults #productList .product-listing-result .b--product__foot .metadata-option .metadata-slider span.item a img {
    height: 15px!important;
  }
}
@media screen and (max-width: 480px) {
  .mobileSearchOpen .b--listing-product__wrapper-catalog .b--product {
    padding: 0 0px;
  }
}
return-products.less.guestShippingMethod li {
  padding: 10px 114px 10px 16px !important;
}
.guestShippingMethod .join--free-box .f-m {
  font-weight: 600 !important;
  font-size: 13px;
}
.guestReturnBox .floating-label .form-group .show-password-btn {
  font-weight: 700 !important;
}
.guestReturnBox .form-main {
  margin-top: 0 !important;
}
.check-Return-status {
  padding-bottom: 55px;
}
@media screen and (max-width: 991px) {
  .moboReturn h3 {
    margin-left: 0px !important;
    margin-top: 5px !important;
    padding-bottom: 0 !important;
  }
  .moboReturnBTN {
    width: 100% !important;
  }
  .page-returnLandingPage #forgotPopup .modal-dialog,
  #resetPasswordPopup .modal-dialog {
    margin: 0 auto !important;
  }
  .page-returnLandingPage .terms-textweight {
    font-weight: 400 !important;
    text-shadow: none;
    text-align: center;
    font-size: 14px;
  }
  .page-returnLandingPage .floating-label .f-label__wrapper.focused .control-label {
    z-index: 9 !important;
  }
  .floating-label .f-label__wrapper.focused .control-label {
    z-index: 9 !important;
  }
}
.custom-row h3 {
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 27px;
  letter-spacing: 0.54px;
}
.custom-row .bg-light .contact-return-forms {
  padding-top: 40px!important;
}
.custom-row .bg-light .dont-have-account {
  padding-left: 42px!important;
  padding-right: 50px!important;
}
.custom-row .bg-light .dont-have-account h4 {
  letter-spacing: 0.4px;
}
.custom-row .bg-light .have-account {
  padding-right: 15px;
  padding-left: 90px!important;
}
.custom-row .bg-light .have-account h4 {
  letter-spacing: 0.4px;
}
.custom-row .bg-light .have-account p {
  max-width: 400px;
  letter-spacing: 0.28px;
}
.custom-row .bg-light .c__input {
  background-color: #ffffff;
}
.custom-row .return-btn {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.26px;
  text-align: center;
  color: #fefefe;
  width: 221px;
  margin-top: 7px;
}
.custom-row .btn--expand.login--text {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.26px;
  text-align: center;
  color: #fefefe;
}
.return-products.main-div {
  margin: 35px 10%;
}
.return-products.main-div p {
  margin-bottom: 25px!important;
  max-width: 450px;
  letter-spacing: 0.28px;
  text-align: left;
}
.return-products.main-div p a {
  text-decoration: none!important;
  border-bottom: #d1d1d1 solid 1px;
}
.return-products.main-div p a:hover {
  border-bottom: #d1d1d1 solid 1px;
}
.return-products.second-div {
  margin: 20px auto;
}
#returnLookupForm .label__passwod {
  margin-bottom: 14px;
  width: 400px;
  font-weight: normal;
  letter-spacing: 0.28px;
  position: relative;
  top: -8px;
}
@media (max-width: 991px) {
  .page-returnLandingPage #returnLookupForm .label__passwod {
    width: 100%;
  }
  .page-returnLandingPage .noPAD {
    padding: 0px;
  }
}
.p-l-100 {
  padding-left: 90px!important;
}
.p-l-50 {
  padding-left: 50px;
}
.p-l-90 {
  padding-left: 90px!important;
}
.p-l-110 {
  padding-left: 110px!important;
}
.p-r-110 {
  padding-right: 110px!important;
}
.p-r-95 {
  padding-right: 95px!important;
}
.p-t-10 {
  padding-top: 10px!important;
}
.p-t-15 {
  padding-top: 15px!important;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.login-left-content-slot .bg-light .p-l-100 {
  padding-left: 90px!important;
}
.w-full {
  width: 100%;
}
.b-l-n {
  border-left: #cac8c8 solid .5px;
}
.b-t-n {
  border-top: #cac8c8 solid .5px;
}
.b-r-n {
  border-right: #cac8c8 solid .5px;
}
.b-b-n {
  border-bottom: #cac8c8 solid .5px;
}
.b-s-sm {
  border-width: 1px;
}
.b-s-md {
  border-width: 2px;
}
.b-s-lg {
  border-width: 3px;
}
.f-g {
  font-family: 'Gotham Book';
}
.f-600 {
  font-weight: 600!important;
}
.f-link {
  text-decoration: underline;
  cursor: pointer;
}
.f-link-gray {
  text-decoration: gray underline;
}
.f-shadow {
  text-shadow: black 0px 0px 1px;
  line-height: 1.6em;
}
.f-italic {
  font-style: italic;
}
.m-tb-30 {
  margin: 30px 0;
}
.m-l-20 {
  margin-left: 20px!important;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-60 {
  margin-right: 60px!important;
}
.m-t-20 {
  margin-top: 20px;
}
.btn-black-inv {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.26px;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000;
  width: 221px;
  margin-top: 14px;
  padding: 10px 0px!important;
}
@media (max-width: 480px) {
  .btn-black-inv {
    width: 100%;
  }
}
.btn-black-inv:hover,
.btn-black-inv:focus {
  color: #000000!important;
  background-color: #ffffff;
  border: 1px solid #000;
}
.btn-white-inv {
  color: black;
  background-color: #fff;
  border: 1px solid #000;
}
.btn-white-inv:hover,
.btn-white-inv:focus {
  color: #fff!important;
  background-color: black;
  border: 1px solid #fff;
}
.display-flex {
  display: flex;
}
.display-flex-h {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .return-products.main-div {
    margin: 0;
  }
  .return-products.second-div {
    margin: 0;
  }
}
.contact-return-forms .return-form-box .f-label__wrapper .form-group {
  width: 421px;
  margin-bottom: 27px;
}
@media (max-width: 1025px) {
  .contact-return-forms .return-form-box .f-label__wrapper .form-group {
    width: 100%;
  }
}
.contact-return-forms .return-form-box .f-label__wrapper .form-group label.error {
  position: absolute;
  top: 100%;
}
.contact-return-forms .return-form-box .f-label__wrapper .form-group .control-label {
  left: 15px;
}
.contact-return-forms .return-form-box .forget__password {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  letter-spacing: 0.52px;
  text-align: right;
  color: #000000;
  border-bottom: 1px solid;
  text-decoration: none!important;
}
.contact-return-forms .return-form-box .checkbox__wrapper label {
  letter-spacing: 0.28px;
}
/* -- cookied login 8-5-2019)-- */
.passwordShow {
  border: 1px solid#000;
  z-index: 2;
  color: #000;
  background-color: #fff;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 7px;
  font-weight: 600;
  padding: 4px 7px;
}
.f-15 {
  font-size: 15px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
/* -- cookied login 8-5-2019)-- */
/* 6-5-2019 */
.reward-point--checkbox {
  padding-top: 25px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .reward-point--checkbox {
    padding-left: 0px;
  }
}
.reward-point--checkbox .green-color {
  color: #4ab748;
}
.red__text-wrapper {
  text-align: right;
}
.red__text-wrapper p {
  color: #d40a0a;
  padding: 10px 15px 0 0;
}
.hide__block-reward {
  display: none;
}
.hide__block-reward.visible-block-reward {
  display: block;
  padding: 0px 0 0 0;
}
.hide__block-reward .col-md-2 {
  padding: 0px 15px 0 0px;
}
@media (max-width: 991px) {
  .hide__block-reward .col-md-2 {
    padding: 0px!important;
    margin: 0 15px;
  }
}
#loyaltyRedemptionSection .btn-apply-loyalty {
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 0;
}
.promocode__enter {
  border-bottom: #d1d1d1 solid 1px;
  border-top: #d1d1d1 solid 1px;
  padding: 30px 14px;
  margin-top: 30px;
}
.promocode__enter .col-md-6 {
  padding: 0!important;
  position: relative;
}
.promocode__enter p {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
}
.promocode__enter p img {
  margin-right: 13px;
}
.rewardpoint__enter {
  border-bottom: #d1d1d1 solid 1px;
  border-top: #d1d1d1 solid 1px;
  padding: 30px 14px;
  margin-bottom: 49px;
  margin-top: 30px;
}
@media (max-width: 560px) {
  .rewardpoint__enter {
    margin-top: 10px;
  }
}
.rewardpoint__enter p {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
}
.rewardpoint__enter p img {
  margin-right: 13px;
}
.select-address-btn:before {
  content: 'Change Address';
}
main.checkout-mid.member-checkout-mid .shipping__method {
  padding: 0px 18px 0;
}
main.checkout-mid .shipping_address__list p {
  margin: 0;
}
.shipping-wrapper.enable .edit-none {
  display: none;
}
.shipping-wrapper.enable .shipping__method--wrapper {
  display: none;
}
.shipping-wrapper.enable .width-100 {
  width: 100%;
}
.shipping-wrapper.enable .edit-box .inline--block .select-address-btn {
  display: inline-block;
}
.shipping-wrapper.enable .edit-box .inline--block .select-address-btn:before {
  content: 'Cancel';
}
.edit-form-wrapper {
  display: none;
}
.update--checkbox {
  display: none;
}
.save--checkbox {
  display: none;
}
.edit-address-title {
  display: none !important;
}
.new-address-title {
  display: none;
}
main.checkout-mid .privacy {
  margin: 0 0 20px 0;
}
.new-address-title {
  display: none !important;
}
.edit-shipping-method {
  text-align: right;
  padding: 30px 44px 0 0;
}
.edit-shipping-method a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
  font-size: 13px;
}
.shipping-wrapper.edit--wrapper .select-another-address__box .edit-form-wrapper,
.shipping-wrapper.new-add--wrapper .select-another-address__box .edit-form-wrapper {
  display: block;
}
.shipping-wrapper.edit--wrapper .select-another-address__box .edit-form-wrapper .c__input,
.shipping-wrapper.new-add--wrapper .select-another-address__box .edit-form-wrapper .c__input {
  background: #ffffff;
}
.shipping-wrapper.edit--wrapper .select-another-address__box .edit-form-wrapper .update--checkbox,
.shipping-wrapper.new-add--wrapper .select-another-address__box .edit-form-wrapper .update--checkbox {
  display: block;
  padding: 11px 0;
}
.shipping-wrapper.edit--wrapper .edit-none,
.shipping-wrapper.new-add--wrapper .edit-none {
  display: block;
}
.shipping-wrapper.edit--wrapper .edit-none .check-icon,
.shipping-wrapper.new-add--wrapper .edit-none .check-icon {
  display: none;
}
.shipping-wrapper.edit--wrapper .edit-none .edit-address-title,
.shipping-wrapper.new-add--wrapper .edit-none .edit-address-title {
  display: block !important;
  text-align: left;
  padding: 0 0 0 13px !important;
  margin: 34px 0 0 0 !important;
}
.shipping-wrapper.edit--wrapper .edit-none .edit-address-title h4,
.shipping-wrapper.new-add--wrapper .edit-none .edit-address-title h4 {
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
}
.shipping-wrapper.edit--wrapper .edit-none .shipping_address__title,
.shipping-wrapper.new-add--wrapper .edit-none .shipping_address__title {
  display: none;
}
.shipping-wrapper.edit--wrapper .edit-none .shipping_address__list,
.shipping-wrapper.new-add--wrapper .edit-none .shipping_address__list {
  display: none;
}
.shipping-wrapper.edit--wrapper .width-100,
.shipping-wrapper.new-add--wrapper .width-100 {
  width: 50%;
}
.member-checkout-mid .shipping-wrapper.new-add--wrapper .edit-address-title {
  display: none !important;
}
.member-checkout-mid .shipping-wrapper.new-add--wrapper .update--checkbox {
  display: none !important;
}
.member-checkout-mid .shipping-wrapper.new-add--wrapper .save--checkbox {
  padding: 11px 0;
  display: block !important;
}
.member-checkout-mid .shipping-wrapper.new-add--wrapper .new-address-title {
  display: block !important;
  padding: 0 0 0 13px !important;
  margin: 34px 0 0 0 !important;
}
.member-checkout-mid .shipping-wrapper.new-add--wrapper .new-address-title h4 {
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
}
.shipping-wrapper.enable .select-another-address__box {
  padding: 15px 15px 0 15px;
}
.shipping-wrapper.enable .select-another-address__box .list .list__item.boreder-bottom-0 {
  border-bottom: 0px;
}
.shipping-wrapper.enable .select-another-address__box .radio_btn_wrapper .list__item {
  position: relative;
  padding: 13px 75px 12px 43px;
}
.shipping-wrapper.enable .select-another-address__box .radio_btn_wrapper .list__item .edit-btn__checkout {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  right: 32px;
  top: 32px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .shipping-wrapper.enable .select-another-address__box .radio_btn_wrapper .list__item .edit-btn__checkout {
    right: 12px;
    top: 10px;
  }
}
.shipping-wrapper.enable .select-another-address__box .list-address--main .add-an-address {
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  margin: 28px 0 22px;
  text-decoration: underline;
}
.shipping-wrapper.enable .select-another-address__box .edit-form-wrapper .form-group .f-label__wrapper {
  padding-left: 8px;
  padding-right: 8px;
}
.shipping-wrapper.enable .select-another-address__box .btn {
  margin: 5px 0 0 0;
}
.we-have__text {
  margin: 30px 0 20px 0;
  padding: 0 0 0 23px;
  position: relative;
}
.we-have__text h4 {
  font-size: 16px;
  margin: 0px 0 12px 0;
  color: #000;
}
.we-have__text h4 a {
  text-decoration: underline;
}
.we-have__text p {
  font-size: 14px;
}
.we-have__text p a {
  text-decoration: underline;
}
.we-have__text span {
  position: absolute;
  left: 0;
  top: -3px;
}
/* 6-5-2019 */
.b--navbar__third__user--status ul li a {
  text-transform: capitalize;
}
.b--navbar__third__user--status ul.top-alignment li:first-child {
  top: 0px !important;
}
.m-b-27 {
  margin-bottom: 27px !important;
}
@media screen and (max-width: 4000px) {
  #privacyPolicy_1 .modal-dialog {
    left: 0px!important;
  }
}
@media screen and (max-width: 3000px) {
  #privacyPolicy_1 .modal-dialog {
    left: 0px!important;
  }
}
@media screen and (max-width: 2500px) {
  #privacyPolicy_1 .modal-dialog {
    left: -23px !important;
  }
}
@media screen and (max-width: 2000px) {
  #privacyPolicy_1 .modal-dialog {
    left: -18px !important;
  }
}
@media screen and (max-width: 1400px) {
  #privacyPolicy_1 .modal-dialog {
    left: 0px!important;
  }
}
@media screen and (max-width: 992px) {
  #privacyPolicy_1 .modal-dialog {
    left: 0px!important;
  }
}
@media screen and (max-width: 4000px) {
  #privacyPolicys .modal-dialog {
    left: 0px!important;
  }
}
@media screen and (max-width: 3000px) {
  #privacyPolicys .modal-dialog {
    left: 0px!important;
  }
}
@media screen and (max-width: 2500px) {
  #privacyPolicys .modal-dialog {
    left: 0px!important;
  }
}
@media screen and (max-width: 2000px) {
  #privacyPolicys .modal-dialog {
    left: 0px!important;
  }
}
@media screen and (max-width: 1600px) {
  #privacyPolicys .modal-dialog {
    left: 0px!important;
  }
}
@media screen and (max-width: 992px) {
  #privacyPolicys .modal-dialog {
    left: 0px!important;
  }
}
.modal_main.in .modal-dialog {
  right: 0px;
  top: calc(10%) !important;
  left: calc(0%) !important;
}
@media screen and (max-width: 768px) {
  .modal_main.in .modal-dialog {
    top: 0!important;
  }
}
.modal_main .modal-dialog {
  left: 0px;
  right: 0px;
  top: auto;
}
.modal_main .modal-dialog .modal-content {
  border-radius: 0;
  background-clip: unset;
}
.modal_main .modal-dialog .modal-content .modal-body {
  padding: 45px;
  position: relative;
}
.modal_main .modal-dialog .modal-content .modal-body .modal-close {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 17px;
  z-index: 999;
}
.modal_main .modal-dialog .modal-content .modal-body .modal-title {
  text-align: center;
}
.modal_main .modal-dialog .modal-content .modal-body .modal-title img {
  max-width: 300px;
  width: 300px;
}
.modal_main .modal-dialog .modal-content .modal-body .modal-title h2 {
  margin: 28px 0 0 0;
  padding: 0px;
  font-size: 23px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.45px;
}
.modal_main .modal-dialog .modal-content .modal-body .modal-title h2 span {
  font-size: 28px;
}
.modal_main .modal-dialog .modal-content .modal-body .modal-title p {
  font-size: 13px;
  font-weight: 600;
  margin: 19px 0 0 0;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper {
  padding: 36px 0 0 0;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper #loginForm {
  margin: 0;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper #loginForm label.error {
  left: 0;
  position: absolute;
  top: 100%;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper #resetPasswordFormData {
  margin: 0;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper #resetPasswordFormData label.error {
  left: 0;
  position: absolute;
  top: 100%;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper #resetPasswordFormData #customerInfo {
  position: relative;
  top: 0px;
  left: 0px;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper #resetPasswordFormData #customerInfo {
    top: -18px;
  }
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper #resetPasswordFormData #customerInfo p {
  padding: 0px;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .checkbox__wrapper label {
  letter-spacing: 0.28px;
  font-family: 'Gotham Book';
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .floating-label .f-label__wrapper .control-label {
  left: 12px;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .floating-label .f-label__wrapper .c__input {
  background: #fff;
  height: 40px;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .forgot-p {
  display: block;
  text-align: right;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .forgot-p a {
  text-decoration: underline;
  text-underline-position: under;
  color: #000;
  letter-spacing: 0.26px;
  font-weight: 400!important;
  font-family: Montserrat;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper #tmGuestRegisterForm .privacy__text p {
  padding: 0 25px;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .privacy__text {
  text-align: center;
  font-style: italic;
  padding: 10px 18px 0 18px;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .privacy__text p {
  margin: 0px;
  color: #000;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.24px;
  padding: 0 40px;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .privacy__text p a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
  transition: 0.5s ease-in;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .privacy__text p a:hover {
  border-bottom: 1px solid #000000;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .submit-btn-main {
  padding: 0px 0 28px 0;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .submit-btn-main .btn {
  font-size: 13px;
  font-weight: 700;
  padding: 11px 85px;
  margin-top: 28px;
  letter-spacing: 0.26px;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list li {
  display: block;
  text-align: center;
  color: #000;
  padding: 0 0 22px 0;
  font-family: Montserrat;
  letter-spacing: 0.28px;
}
@media (max-width: 375px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list li {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list li {
    font-size: 11px;
  }
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list li a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 1024px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list li a {
    font-family: 'Montserrat', sans-serif !important;
  }
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list li:last-child {
  padding: 0px;
}
@media (max-width: 375px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list li:last-child {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list li:last-child {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list li:last-child {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list .complete_registration {
    letter-spacing: 0px;
  }
}
@media (max-width: 360px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list .complete_registration {
    font-size: 13px;
    letter-spacing: 0px;
  }
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .benefits__boxes {
  margin: 0 0 25px 0;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .benefits__boxes .image--box {
  display: block;
  margin: 0 0 17px 0;
  text-align: center;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .benefits__boxes .text--box {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 0 8px;
}
@media (max-width: 360px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .benefits__boxes .text--box {
    font-size: 11px;
  }
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .benefits__boxes .text--box span {
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .benefits__boxes .text--box span {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper form#tmGuestRegisterForm .floating-label input#password {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper form#tmGuestRegisterForm .floating-label .passwordMsg {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper form#tmGuestRegisterForm .floating-label .passwordMsg span.valid {
    margin-right: 0px;
  }
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .exclusive--apply {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #000;
  padding: 0 0 10px 0;
}
@media (max-width: 360px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .exclusive--apply {
    font-size: 11.7px;
  }
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .exclusive--apply a {
  text-decoration: underline;
  text-underline-position: under;
  color: #000;
}
@media (max-width: 480px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .exclusive--apply a {
    position: relative;
    top: -4px;
    display: inline-block;
  }
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0);
}
.about-tm-rewards {
  background: rgba(0, 0, 0, 0);
}
.about-tm-rewards .modal-title h2,
.see-details .modal-title h2 {
  margin: 0 0 49px 0 !important;
}
.about-tm-rewards .about-tm-mid h5,
.see-details .about-tm-mid h5 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  text-underline-position: under;
  text-decoration: none;
}
.about-tm-rewards .about-tm-mid .about-tm-box,
.see-details .about-tm-mid .about-tm-box {
  margin: 0 0 37px 0;
}
.about-tm-rewards .about-tm-mid .about-tm-box h6,
.see-details .about-tm-mid .about-tm-box h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  width: fit-content;
  letter-spacing: 0.24px;
}
.about-tm-rewards .about-tm-mid .about-tm-box p,
.see-details .about-tm-mid .about-tm-box p {
  text-align: left;
  font-size: 13px;
}
.about-tm-rewards .about-tm-mid .about-tm-box p a,
.see-details .about-tm-mid .about-tm-box p a {
  border-bottom: 1px solid #000000;
}
.about-tm-rewards .about-tm-mid .about-tm-box p a:hover,
.see-details .about-tm-mid .about-tm-box p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.about-tm-rewards .about-tm-mid .about-tm-box p a:focus,
.see-details .about-tm-mid .about-tm-box p a:focus {
  text-decoration: none !important;
}
.see-details {
  z-index: 1100;
}
.modal_main ul.bottom-list {
  margin: 0;
  padding: 0;
}
.thankjoining__wrapper {
  text-align: center;
  padding: 0;
}
.thankjoining__wrapper p {
  font-size: 13px;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .thankjoining__wrapper p {
    margin-bottom: 35px;
  }
}
.thankjoining__wrapper .submit-btn-main {
  margin: 20px 0 0 0;
}
.thankjoining__wrapper .submit-btn-main .btn {
  font-size: 14px;
  font-weight: 700;
  padding: 12px 85px;
}
@media screen and (max-width: 479px) {
  .thankjoining__wrapper .submit-btn-main .btn {
    padding: 12px 93px;
  }
}
.clik-btn-next {
  cursor: pointer;
}
.overflow-auto {
  overflow: auto !important;
}
.reset-password-wrapper {
  text-align: center;
  padding: 20px 0 0 0;
}
.reset-password-wrapper > p {
  font-size: 13px;
  font-weight: 600;
}
.reset-password-wrapper .reset-password-box-1 p {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.26px;
  text-align: center;
  color: #000000;
}
.reset-password-wrapper .reset-password-box-1 p span {
  padding: 35px 0 8px 0;
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.reset-password-wrapper .signin__wrapper {
  padding: 25px 0 0 0 !important;
}
.reset-password-wrapper .signin__wrapper .submit-btn-main {
  padding: 15px 0 35px 0 !important;
}
.reset-password-wrapper .signin__wrapper .submit-btn-main .btn-reset {
  margin-top: 0px!important;
}
.reset-password-wrapper .reset-password-box-2 {
  display: none;
}
.reset-password-wrapper.reset-changed .reset-password-box-1 {
  display: none;
}
.reset-password-wrapper.reset-changed .reset-password-box-2 {
  display: block;
}
.reset-password-wrapper.reset-changed .reset-password-box-2 > p {
  margin: 0px;
  font-weight: 600;
  font-size: 13px;
}
.reset-password-wrapper.reset-changed .reset-password-box-2 .email-id {
  font-weight: 600;
  font-size: 16px;
  margin: 38px 0;
}
.reset-password-wrapper.reset-changed .reset-password-box-2 .btn {
  font-size: 14px;
  font-weight: 700;
  padding: 12px 85px;
}
.reward-signup-mid h2 {
  font-size: 22px;
  margin: 0 0 14px 0;
  font-weight: 700;
}
.reward-signup-mid p {
  font-size: 13px;
  margin: 0px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.reward-signup-mid p a {
  text-decoration: underline;
}
.reward-signup-bottom {
  margin: 34px 0 0 0;
}
.reward-signup-bottom .floating-label .f-label__wrapper .control-label {
  left: 15px;
}
.reward-signup-bottom .floating-label .f-label__wrapper .c__input {
  height: 42px;
  width: 76.5%;
}
.reward-signup-bottom .floating-label .f-label__wrapper .btn {
  width: 121px;
  font-weight: 600;
  font-size: 13px;
  position: absolute;
  right: 0px;
  top: 0;
  padding: 11px 0;
}
.c-subtitle {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
}
.btn-done {
  background: #f8f8f8;
  border-color: #f8f8f8;
  color: #000;
  width: 100%;
}
.in-box {
  padding: 10px 0;
}
.in-box .f-semibold {
  font-weight: 600;
}
.in-box p {
  margin: 0px !important;
}
.checkorder-status-main {
  padding: 25px 0 0 0;
}
.checkorder-status-main .main-title {
  font-size: 27px;
  font-weight: 700;
  margin: 0px 0 48px 0;
  text-transform: uppercase;
}
.checkorder-status-main p {
  font-size: 14px;
  margin: 0px;
}
.checkorder-status-main .form-main {
  margin: 42px 0 0 0;
}
.checkorder-status-main .form-main .floating-label .f-label__wrapper .control-label {
  left: 15px;
}
.checkorder-status-main .form-main .floating-label .f-label__wrapper .c__input {
  background: #f8f8f8;
}
.checkorder-status-main .form-main .floating-label .btn {
  width: 221px;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  padding-top: 10px ;
  margin: 20px 0;
}
.checkorder-status-main .form-main .floating-label .btn:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.checkorder-status-main .form-main .floating-label p a {
  text-decoration: underline;
  color: #000;
}
.color-green {
  color: #49b647 !important;
}
.order-details-mid .mid__block .shipping__options p {
  font-size: 14px !important;
  line-height: 22px;
}
.container.order-custom-container {
  padding-top: 20px;
}
/* -- empty cart page --*/
.p-b-0 {
  padding-bottom: 0px !important;
}
.empty-main {
  padding: 20px 0 0 0;
}
.empty-main .empty-cart__wrapper {
  padding: 43px 0 0 0;
}
.empty-main .empty-cart__wrapper h4 {
  margin: 0 0 12px 0;
  font-weight: 700;
  font-size: 16px;
}
.empty-main .empty-cart__wrapper p {
  font-size: 16px;
}
.empty-main .empty-cart__wrapper p .login-btn {
  text-decoration: underline;
  cursor: pointer;
}
.empty-cart-section .btn-common {
  padding-top: 0px;
  background: #838383;
  border-color: #838383;
}
.empty-cart-section {
  padding-bottom: 87px !important;
}
/* -- empty cart page --*/
@media screen and (max-width: 991px) {
  ul.redeem_list li .btn {
    width: 100%;
    padding: 11px 0;
  }
  .red__text-wrapper {
    text-align: right;
    padding: 32px 0 0 0;
  }
  .edit-shipping-method {
    text-align: left;
    padding: 30px 44px 0 50px;
  }
  .shipping-wrapper.enable .edit-box .inline--block {
    text-align: right;
  }
  .shipping-wrapper.edit--wrapper .edit-none,
  .shipping-wrapper.edit--wrapper .width-100 {
    width: 50%;
    float: left;
  }
  .shipping-wrapper.new-add--wrapper .edit-none,
  .shipping-wrapper.new-add--wrapper .width-100 {
    width: 50%;
    float: left;
  }
  .checkorder-status-main {
    padding: 25px 0 50px 0;
  }
  .empty-main {
    padding: 10px 0 25px 0;
  }
  .empty-cart-section {
    padding-bottom: 60px;
  }
  .empty-cart-section .order-summary .b--hd__title {
    display: block;
    text-align: center;
    border-bottom: #b5b5b5 solid 1px;
    padding: 0 0 18px 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal_main.in .modal-dialog {
    margin: 0 auto;
  }
  .c-mobile {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    display: block;
    text-decoration: underline;
    padding: 20px 0 0 0;
  }
  .empty-main .empty-cart__wrapper h4 {
    font-size: 13px;
  }
  .empty-main .empty-cart__wrapper p {
    font-size: 13px;
  }
  .empty-main .empty-cart__wrapper {
    padding: 20px 0 0 0;
  }
  .checkorder-status-main .main-title {
    font-size: 24px;
    margin: 0px 0 5px 0;
  }
  .checkorder-status-main .form-main .floating-label .btn {
    width: 100%;
  }
  .checkorder-status-main .form-main {
    margin: 30px 0 0 0;
  }
  .order-custom-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  .spr-product {
    width: auto;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .benefits__boxes .text--box {
    margin: 0 0 35px 0;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .benefits__boxes {
    margin: 0 0 10px 0;
  }
  .reward-signup-bottom .floating-label .f-label__wrapper .btn {
    position: relative;
    width: 100%;
  }
  .reward-signup-bottom .floating-label .f-label__wrapper .c__input {
    width: 100%;
  }
  .reward-signup-mid {
    text-align: center;
  }
  .signup-reward-image img {
    margin: 0 0 28px 0;
  }
}
@media screen and (max-width: 580px) {
  .modal_main .modal-dialog .modal-content .modal-body {
    padding: 45px 20px;
    position: relative;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper {
    padding: 30px 0;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .benefits__boxes .text--box {
    margin-bottom: 10px;
    padding: 0;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .exclusive--apply {
    padding-bottom: 25px;
    line-height: 2em;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .privacy__text {
    padding: 20px 0 0;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .submit-btn-main .btn {
    width: 100%;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .styled-checkbox + label {
    width: 100%;
  }
  .modal_main .modal-dialog .modal-content .modal-body .modal-rewards {
    width: 75%;
    margin-bottom: 15px;
  }
  .modal_main .modal-dialog .modal-content .modal-body .join-icon {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 580px) and (max-width: 480px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .exclusive--apply {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 580px) and (max-width: 360px) {
  .modal_main .modal-dialog .modal-content .modal-body .join-icon {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .signup__modal .position-relative .passwordMsg {
    font-size: 12px;
    line-height: 16px;
  }
  .mobile-menu-padding-top .b--navbar__secondary {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .b--navbar__secondary {
    position: absolute !important;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper #tmGuestRegisterForm .privacy__text p {
    padding: 0 0px;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .privacy__text p {
    color: #000;
    font-size: 12px;
    padding: 0 12px;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .checkbox__wrapper label {
    font-size: 14px!important;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .forgot-p .gcl-forgot {
    font-size: 14px!important;
  }
}
@media screen and (max-width: 480px) and (max-width: 360px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper #tmGuestRegisterForm .privacy__text p {
    padding: 0 0px;
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) and (max-width: 411px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .privacy__text p {
    padding: 0 35px;
  }
}
@media screen and (max-width: 480px) and (max-width: 375px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .privacy__text p {
    padding: 0 12px;
  }
}
@media screen and (max-width: 480px) and (max-width: 360px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .privacy__text p {
    color: #000;
    font-size: 12px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 480px) and (max-width: 320px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .checkbox__wrapper label {
    font-size: 12px!important;
  }
}
@media screen and (max-width: 480px) and (max-width: 320px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .forgot-p .gcl-forgot {
    font-size: 12px!important;
  }
}
@media (max-width: 991px) {
  .registerBtn {
    padding: 0;
    background-color: #fff !important;
    position: absolute !important;
    z-index: 99 !important;
    top: 59px !important;
    width: 100% !important;
  }
}
@media (max-width: 1025px) {
  .b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__joinRewards {
    padding: 0;
  }
  .b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__joinRewards.b--highlights {
    background-color: transparent;
  }
  .b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__joinRewards p {
    display: flex;
    justify-content: space-around;
  }
  .b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__joinRewards p a {
    background-color: #f5f5f5;
    padding: 16px 18px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
  }
  .b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__joinRewards p a.mr-1 {
    margin-right: 1px;
  }
  .b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__b--wrapper__joinRewards p a.ml-1 {
    margin-left: 1px;
  }
}
#updatePwdForm #password-error {
  margin-bottom: 0px;
}
#pwd-desc {
  margin: 7px 0 0;
}
.page-orderConfirmationPage .guest-reward #tmGuestRegisterForm .form-group {
  margin-bottom: 22px;
}
.page-orderConfirmationPage .guest-reward #tmGuestRegisterForm .form-group .checkmark {
  width: 20px;
}
.page-orderConfirmationPage .guest-reward #tmGuestRegisterForm .form-group .checkmark img {
  width: 15px;
}
.page-orderConfirmationPage .guest-reward #tmGuestRegisterForm label.error {
  position: relative;
}
.page-orderConfirmationPage .guest-reward #tmGuestRegisterForm #pwd-desc {
  position: relative;
  top: -10px;
}
.page-orderConfirmationPage .guest-reward #tmGuestRegisterForm .passwordMsg span {
  display: inline-block !important;
  padding-left: 0!important;
}
.page-orderConfirmationPage .guest-reward .checkbox__wrapper {
  margin-top: 0!important;
}
#errorMsg p {
  color: #d53f3f;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #errorMsg p {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper #tmGuestRegisterForm .privacy__text p {
    padding: 0 0px;
    font-size: 11px;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .privacy__text p {
    color: #000;
    font-size: 12px;
  }
}
.email-error-message {
  text-align: left!important;
  font-size: 13px;
  position: relative;
  top: -10px;
}
.email-error-message a {
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
.email-error-message a:hover {
  text-decoration: none;
}
#notValid .form-group {
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .index-body .TMRewards_CompleteReg-step2 .modal-dialog .modal-content .modal-body .modal-title p {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 480px) {
  div#signUp-modal .floating-label .registerCheckimg img {
    width: 100% !important;
    max-width: 4% !important;
    float: left;
    margin: 5px 3px 0px 0px;
  }
  div#signUp-modal .floating-label .registerCheckimg b {
    width: 100%;
    display: table-cell;
  }
  .TMRewards_CompleteReg-step2 .modal-title .f-bold {
    margin-bottom: 3px !important;
  }
  .TMRewards_CompleteReg-step2 .thankjoining__wrapper .submit-btn-main .btn {
    padding: 12px 115px;
  }
}
@media (max-width: 379px) {
  .TMRewards_CompleteReg-step2 .thankjoining__wrapper .submit-btn-main .btn {
    padding: 12px 75px;
  }
}
.signin__modal .modal-dialog .modal-content .modal-body .modal-close,
.signup__modal .modal-dialog .modal-content .modal-body .modal-close {
  width: 17px;
}
.signin__modal .modal-dialog .modal-content .modal-body .modal-title img,
.signup__modal .modal-dialog .modal-content .modal-body .modal-title img {
  max-width: 300px;
  width: 300px;
}
@media (max-width: 560px) {
  .signin__modal .modal-dialog .modal-content .modal-body .modal-title img,
  .signup__modal .modal-dialog .modal-content .modal-body .modal-title img {
    max-width: 242px;
    width: 242px;
  }
}
.signin__modal .modal-dialog .modal-content .modal-body .modal-title h3,
.signup__modal .modal-dialog .modal-content .modal-body .modal-title h3 {
  margin-top: 25px;
}
@media (max-width: 560px) {
  .signin__modal .modal-dialog .modal-content .modal-body .modal-title h3,
  .signup__modal .modal-dialog .modal-content .modal-body .modal-title h3 {
    margin-top: 20px;
  }
}
.signin__modal .modal-dialog .modal-content .modal-body .signin__wrapper .benefits__boxes .join-icon .image--box img,
.signup__modal .modal-dialog .modal-content .modal-body .signin__wrapper .benefits__boxes .join-icon .image--box img {
  max-width: 67px;
}
.signup__modal #tmGuestRegisterForm .position-relative div#pawd label#password-error {
  position: absolute !important;
  top: 100% !important;
  padding-top: 0px;
}
.signup__modal #tmGuestRegisterForm .position-relative #pwd-desc {
  margin: 15px 0 0;
}
.bg-landing--light {
  background: #f7f8fa;
  padding-top: 43px;
}
.thumbnail-list {
  padding: 222px 0 0 0;
}
.thumbnail-list .thumbnail-list__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 2px;
  margin: 0px;
}
.thumbnail-list .thumbnail-list__main li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 286px;
  height: 145px;
  margin: 4px 2px 0 2px;
}
.thumbnail-list .thumbnail-list__main li .image-wrapper {
  position: relative;
}
.thumbnail-list .thumbnail-list__main li .image-wrapper img {
  max-width: 100%;
  height: 100%;
}
.thumbnail-list .thumbnail-list__main li .image-wrapper .overlay {
  position: absolute;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 22px 0 40px;
}
.thumbnail-list .thumbnail-list__main li .image-wrapper .overlay h2 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}
.thumbnail-list .thumbnail-list__main li.active {
  height: 156px;
}
.thumbnail-list .thumbnail-list__main li.active .image-wrapper .overlay h2 {
  position: relative;
}
.thumbnail-list .thumbnail-list__main li.active .image-wrapper .overlay h2:after {
  width: 108px;
  height: 9px;
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  display: block;
  /* z-index: 999999; */
  background: #fff;
  margin: 5px 0 0 0;
}
.thumbnail-list .thumbnail-list__main li:last-child .overlay {
  word-break: break-word;
}
.mobile-select {
  display: none;
}
.mobile-select li.dropdown-submenu:hover ul {
  display: block;
  left: 100%;
}
.mobile-select .dropdown-submenu {
  position: relative;
}
.mobile-select .dropdown-submenu:hover .dropdown-menu {
  top: 0;
}
.mobile_btn-wrapper {
  display: none;
}
@media screen and (max-width: 1199px) {
  .thumbnail-list {
    padding: 140px 0 0 0;
  }
  .thumbnail-list .thumbnail-list__main li .image-wrapper .overlay h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .thumbnail-list .thumbnail-list__main li .image-wrapper .overlay h2 {
    font-size: 16px;
  }
  .thumbnail-list .thumbnail-list__main li .image-wrapper .overlay {
    padding: 0 22px 0 22px;
  }
}
@media screen and (max-width: 767px) {
  section.block.b--home-slider.bg-landing--light {
    padding-bottom: 44px !important;
  }
  .mobile_btn-wrapper {
    display: block;
    padding: 74px 15px 0 15px;
  }
  .mobile_btn-wrapper h2 {
    font-size: 30px;
    margin: 0px 0 20px 0;
  }
  .mobile_btn-wrapper p {
    font-size: 16px;
    margin: 0px;
  }
  .mobile_btn-wrapper .btn {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    bottom: auto;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 27px auto 0;
  }
  .thumbnail-list {
    margin: 0 0 11px 0;
  }
  .bg-landing--light {
    background: #fff;
  }
  .bg-landing--light .b--home-slider__description {
    display: none;
  }
  .bg-landing--light .b--home-slider__img a.btn.btn--primary.text-uppercase {
    display: none;
  }
  .bg-landing--light ul.slick-dots {
    position: absolute;
    bottom: 175px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .bg-landing--light .slick-arrow {
    bottom: 168px;
    z-index: 9;
  }
  .bg-landing--light .slick-arrow.arrow-next {
    right: 25%;
  }
  .bg-landing--light .slick-arrow.arrow-prev {
    left: 25%;
  }
  .thumbnail-list .thumbnail-list__main {
    display: none;
  }
  .mobile-select {
    display: block;
    padding: 0 14px;
    font-family: 'Montserrat', Arial, Sans-Serif;
    font-weight: 700;
  }
  .mobile-select .btn-group {
    width: 100%;
  }
  .mobile-select .btn-group a.btn.btn-primary {
    float: none;
    display: block;
    background: #fff;
    font-weight: 700;
    color: #000;
    font-size: 17px;
    text-align: left;
    padding: 19px 21px;
    border-width: 0 0 1px 0;
    border-color: #bababa;
    border-style: solid;
    position: relative;
  }
  .mobile-select .btn-group a.btn.btn-primary span.caret {
    position: absolute;
    right: 20px;
    top: 28px;
  }
  .mobile-select .btn-group .page-list {
    width: 100%;
    border-radius: 0;
    margin: -1px 0 0 0;
    z-index: 9;
  }
  .mobile-select .btn-group .page-list li a {
    font-weight: 700;
    color: #000;
    padding: 8px 19px;
  }
}
.title--sub {
  font-size: 24px;
  padding-bottom: 30px!important;
}
.text-area--style {
  height: 93px !important;
  resize: none;
  background: #ffffff;
}
.floating-label .f-label__wrapper .control-label sup {
  font-weight: normal;
}
.note {
  position: relative;
}
.note span {
  font-size: 13px;
  font-style: italic;
  color: #000;
  max-width: 163px;
  display: block;
  line-height: 21px;
  position: absolute;
}
.promoCodeBox-member {
  padding-top: 5px;
}
@media (max-width: 991px) {
  .promoCodeBox-member {
    padding-top: 15px;
  }
}
.promoCodeBox-member .promotion {
  font-size: 18px !important;
}
.promoCodeBox-member .promotion {
  float: left !important;
  padding: 0px 15px 0 0 !important;
}
.promoCodeBox-member .cartproline {
  line-height: 26px !important;
}
.promoCodeBox-member .promo_ad {
  font-size: 13px !important;
  font-weight: 900 !important;
  font-style: italic !important;
  letter-spacing: 0.26px !important;
  line-height: 20px !important;
}
.promotion-block {
  max-width: 640px;
}
.promotion-block p {
  margin: 0px;
  font-size: 13px !important;
  font-style: italic;
}
.promotion-block p span.large {
  font-size: 18px;
}
.contiue-btn-wrapper .btn {
  min-width: 360px;
  margin: 45px auto 59px;
  font-size: 15px;
  font-weight: normal;
  padding: 16px 0px;
  letter-spacing: 0.3px;
}
.return-tm-note {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.return-tm-note h3 {
  font-family: Montserrat;
  margin: 0px 0 16px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
.return-tm-note p {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  margin: 0px;
  font-size: 16px;
  letter-spacing: 0!important;
}
.tr-block {
  position: relative;
}
.tr-block .disable {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  left: 0px;
  top: 0;
}
.time-line__wrapper .time-line-in .timeline.timeline-horizontal li.active.first-child:before,
.time-line__wrapper .time-line-in .timeline.timeline-horizontal li.active.last-child:before {
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0px 0px 0px 11px #d5eed4 !important;
  box-shadow: 0px 0px 0px 11px #d5eed4 !important;
}
.time-line__wrapper .time-line-in .timeline.timeline-horizontal li.active.first-child:after,
.time-line__wrapper .time-line-in .timeline.timeline-horizontal li.active.last-child:after {
  top: 20px;
}
.spr-product {
  padding-left: 100px;
}
.spr-product img {
  position: absolute;
  left: 0px;
  width: fit-content;
}
.spr-main-title {
  border-bottom: #000 solid 3px!important;
  position: relative;
  font-size: 18px;
}
.spr-table {
  border: 0;
  width: 100%;
}
.spr-table tr {
  border-bottom: 1px #bbbbbb solid;
}
.spr-table tr .image-box-wrapper {
  height: 195px;
  width: 155px;
  display: inherit;
}
.spr-table tr th {
  border: 0!important;
}
.spr-table tr th.spr-price {
  width: 10%;
}
.spr-table tr th.spr-quantity {
  width: 10%;
}
.spr-table tr th.spr-total {
  width: 10%;
}
.spr-table tr td {
  border: 0!important;
  padding-top: 18px !important;
}
.spr-table tr td img {
  float: left;
  /*min-width: 85px!important;
                    max-width: 85px!important;*/
}
.spr-table tr td div.product-details {
  font-family: Montserrat;
  margin: 0px;
  float: left;
  margin-left: 90px;
}
@media (max-width: 480px) {
  .spr-table tr td div.product-details {
    width: 230px;
  }
}
@media (max-width: 320px) {
  .spr-table tr td div.product-details {
    width: auto;
  }
}
.spr-table tr td div.product-details .p-color {
  font-family: Montserrat!important;
  font-size: 14px!important;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.28px;
  text-align: left;
  color: #000000;
  margin-bottom: 5px;
}
.spr-table tr td div.product-details .p-color span {
  padding-left: 7px;
}
.spr-table tr td.spr-product {
  padding: 20px 0px;
}
.spr-table tr td.spr-price {
  width: 10%;
  padding-top: 38px !important;
}
.spr-table tr td.spr-price h4 {
  margin-top: 7px;
}
.spr-table tr td.spr-quantity {
  width: 10%;
  padding-top: 38px !important;
}
.spr-table tr td.spr-quantity h4 {
  margin-top: 7px;
}
.spr-table tr td.spr-total {
  width: 10%;
  padding-top: 38px !important;
}
.spr-table tr td.spr-total h4 {
  margin-top: 7px;
}
.spr-table tr td.spr-form {
  padding-left: 30px;
  padding-top: 44px !important;
}
.spr-table tr td.spr-form span.quantity-span {
  display: inline-block;
  transition: all 0.25s ease;
  font-size: 11px;
  color: #000;
  background: transparent;
  padding: 0 8px 0 3px;
  font-weight: 400;
}
.spr-table tr td.spr-form span.quantity-span sup.color-red {
  color: #d40a0a;
  top: -3px;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 991px) {
  .return-tm-note {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .return-tm-note {
    padding: 0 0 11px 0;
  }
}
@media (max-width: 640px) {
  .contiue-btn-wrapper .btn {
    width: 100%;
  }
  .note span {
    position: relative;
    padding-bottom: 20px;
  }
  .note {
    margin-left: 100px;
  }
  .return--status__mid.return--store__mid.row .right__section .mobile-padding {
    padding-top: 0px !important;
  }
  .spr-table td {
    float: left!important;
  }
}
@media (max-width: 640px) and (max-width: 320px) {
  .note span {
    font-size: 11px;
  }
}
@media (max-width: 640px) and (max-width: 320px) {
  .note {
    margin-left: 130px;
  }
}
@media (min-width: 1024px) {
  .col-md-20 {
    width: 20%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-40 {
    width: 40%;
  }
}
.display-block {
  display: block!important;
}
.f-s-14 {
  font-size: 14px!important;
}
.f-s-16 {
  font-size: 16px;
}
sup.color-red {
  color: red;
}
.p-lr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.border-bottom-0 {
  border-bottom: #bababa solid 0px!important;
}
.disabled-tr-block {
  color: #d1d1d1;
  pointer-events: none;
}
.disabled-tr-block .spr-product .image-box-wrapper img {
  opacity: 0.5;
}
.last-child {
  font-weight: 700 !important;
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li.disabled:after {
  background-color: #d9d9d9 !important;
}
.return-method-checkbox ul.list.radio_btn_wrapper {
  margin: 0px;
  padding: 0px;
  border: #d1d1d1 solid 1px;
}
.return-method-checkbox ul.list.radio_btn_wrapper a:hover {
  text-decoration: none;
}
.return-method-checkbox ul.list.radio_btn_wrapper .Travismathe_location_btn {
  text-decoration: none!important;
  font-weight: bold;
}
.return-method-checkbox ul.list.radio_btn_wrapper .Travismathe_location_btn:hover {
  text-decoration: none;
}
.return-method-checkbox ul.list.radio_btn_wrapper li.list__item {
  position: relative;
  border-bottom: #d1d1d1 solid 1px;
  padding: 25px 20px 30px 47px;
}
.return-method-checkbox ul.list.radio_btn_wrapper li.list__item:last-child {
  border: none;
}
.return-method-checkbox ul.list.radio_btn_wrapper li.list__item.active {
  background: #f2f2f2;
}
.return-method-checkbox ul.list.radio_btn_wrapper li.list__item label.label h4 {
  text-align: left;
  font-size: 24px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  letter-spacing: 0.48px;
  margin: 0 0 13px 0;
  white-space: normal;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .return-method-checkbox ul.list.radio_btn_wrapper li.list__item label.label h4 {
    font-size: 20px;
  }
}
.return-method-checkbox ul.list.radio_btn_wrapper li.list__item label.label p {
  text-align: left;
  white-space: normal;
  margin: 0;
  font-size: 14px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  letter-spacing: 0.28px;
  line-height: 19px;
}
.return-method-checkbox ul.list.radio_btn_wrapper li.list__item label.label p a {
  color: #000;
  text-decoration: underline;
}
.return-method-checkbox ul.list.radio_btn_wrapper li.list__item label.label:before {
  position: absolute;
  left: 15px;
  top: 31px;
}
.retun-method-wrapper {
  margin: 38px 0 0 0;
}
.retun-method-wrapper .contact-info {
  padding: 40px 45px 0;
}
.retun-method-wrapper .contact-info h2 {
  font-size: 14px;
  margin: 0px 0 30px 0;
}
.retun-method-wrapper .contact-info .floating-label .f-label__wrapper {
  margin-bottom: 19px;
  width: 435px;
}
@media (max-width: 1024px) {
  .retun-method-wrapper .contact-info .floating-label .f-label__wrapper {
    width: 100%;
  }
}
.retun-method-wrapper .contact-info .floating-label .f-label__wrapper .control-label {
  left: 14px;
  top: 9px;
}
.retun-method-wrapper .contact-info .floating-label .f-label__wrapper .c__input {
  background-color: #ffffff;
}
.retun-method-wrapper .contact-info .floating-label .f-label__wrapper .checkmark {
  right: 13px;
}
.retun-method-wrapper .contact-info .floating-label .f-label__wrapper.focused .control-label {
  top: -9px !important;
}
@media screen and (max-width: 991px) {
  .retun-method-wrapper .contact-info {
    padding: 40px 45px 20px;
  }
}
@media screen and (max-width: 767px) {
  .return-method-checkbox ul.list.radio_btn_wrapper li.list__item label {
    padding: 0px;
  }
}
.radio_btn_wrapper .returnSteps {
  padding: 0px !important;
}
.radio_btn_wrapper .returnSteps .label {
  padding: 25px 20px 30px 47px !important;
  width: 100%;
}
.return-method-checkbox .returnSteps:last-child .label {
  padding-bottom: 0 !important;
}
.return-method-checkbox .returnSteps:last-child p {
  padding: 0px 5px 30px 0px !important;
  margin: 0;
}
.pdp-landing--main .pdp-landing-slider {
  padding: 0px;
}
.pdp-landing--main .pdp-landing-slider .b--home-slider__img {
  height: 815px;
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
}
.pdp-landing--main .pdp-landing-slider .b--home-slider__img img {
  height: 100%;
  width: 100%;
}
.pdp-landing--main .pdp-landing-slider .slick-arrow {
  display: none !important;
}
.pdp-landing--main .pdp-landing-slider .slick-dots {
  position: absolute;
  right: 0;
  margin: 0 auto;
  text-align: right !important;
  padding: 0 34px 0 0;
  display: inline-block;
  bottom: 22px;
}
.pdp-landing--main .pdp-landing-slider .slick-dots li {
  text-align: right;
  display: inline-block;
}
.pdp-landing--main .pdp-landing-slider .item .item-description {
  font-family: 'Montserrat', Arial, Sans-Serif;
  display: inline-block;
}
.pdp-landing--main .pdp-landing-slider .item .item-description h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin: 0px 0 5px 0;
}
.pdp-landing--main .pdp-landing-slider .item .item-description p {
  font-size: 14px;
  margin: 0px;
}
.pdp-landing--main .right-section .outfit_description {
  font-size: 16px;
}
.pdp-landing--main .right-section .save {
  color: #d40a0a;
  font-size: 23px;
  font-weight: 700;
}
.pdp-landing--main .right-section .btn-main {
  padding: 20px 0;
}
.pdp-landing--main .right-section .btn-main .checkbox__wrapper {
  text-align: right;
}
.pdp-landing--main .right-section .cart-button-main .btn-lg {
  font-size: 15px;
  width: 79.7%;
}
.pdp-landing--main .right-section .s--pdp-list {
  margin: 0px;
  padding: 0px;
}
.pdp-landing--main .right-section .s--pdp-list li {
  border-width: 1px 0px;
  margin: 0 0 -1px 0;
  border-color: #bebebe;
  border-style: solid;
  padding: 20px 0;
  font-family: 'Montserrat', sans-serif;
}
.pdp-landing--main .right-section .s--pdp-list li .image-wrapper {
  height: 267px;
  position: relative;
}
.pdp-landing--main .right-section .s--pdp-list li .image-wrapper label.top-label {
  background: #000;
  font-size: 11px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 9;
  font-weight: 400;
  padding: 8px 12px;
}
.pdp-landing--main .right-section .s--pdp-list li .image-wrapper img {
  height: 100%;
}
.pdp-landing--main .right-section .s--pdp-list li .title-s-pdp {
  padding-bottom: 15px;
}
.pdp-landing--main .right-section .s--pdp-list li .title-s-pdp h5 {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}
.pdp-landing--main .right-section .s--pdp-list li .title-s-pdp span.s-pdp-price {
  font-size: 18px;
  display: block;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.pdp-landing--main .right-section .s--pdp-list li .color {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
}
.pdp-landing--main .right-section .s--pdp-list li .color span {
  font-weight: 700;
}
.pdp-landing--main .right-section .s--pdp-list li .size__wrapper {
  padding-top: 30px;
}
.pdp-landing--main .right-section .s--pdp-list li .size__wrapper .size {
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0;
}
.pdp-landing--main .right-section .s--pdp-list li .size__wrapper .find-your__size {
  text-align: right;
}
.pdp-landing--main .right-section .s--pdp-list li .size__wrapper .find-your__size img,
.pdp-landing--main .right-section .s--pdp-list li .size__wrapper .find-your__size a {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.pdp-landing--main .right-section .s--pdp-list li .size__wrapper .find-your__size a {
  text-decoration: underline;
  padding: 0;
}
.pdp-landing--main .right-section .s--pdp-list li .size__wrapper .find-your__size a:hover {
  background: #fff;
}
.pdp-landing--main .right-section .s--pdp-list li .b--listing-product__filters--size {
  padding-top: 17px;
}
.pdp-landing--main .right-section .s--pdp-list li .b--listing-product__filters--size .panel-body__list .panel-body__size-item {
  width: 20.4%;
  padding: 0px;
}
.pdp-landing--main .right-section .s--pdp-list li .full-product__links {
  display: block;
}
.pdp-landing--main .right-section .s--pdp-list li .full-product__links a {
  width: auto;
  color: #000;
  text-decoration: underline;
  display: inline-block;
  padding: 0px;
  text-transform: capitalize;
  padding: 30px 0 0 0;
}
.pdp-landing--main .right-section .s--pdp-list li .full-product__links a:hover {
  background: #fff;
}
.pdp-l-mobile__title {
  display: none;
}
.price-mobile {
  display: none;
}
.d-block-mobile {
  display: none !important;
}
.mobile-view-sticky-btn {
  display: none;
}
@media screen and (max-width: 1299px) {
  .pdp-landing--main .right-section .save {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .pdp-landing--main .right-section .save {
    font-size: 18px;
  }
  .pdp-landing--main .right-section .cart-button-main .btn-lg {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .pd-s-landing {
    margin-top: 170px;
  }
  .pdp-l-mobile__title {
    display: block;
    padding: 0 0 20px 0;
  }
  .pdp-l-mobile__title h4 {
    font-size: 32px;
    margin: 0px;
    text-align: center;
  }
  .pdp-l-mobile__title h4 span.price {
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
    padding: 0 0 0 35px;
  }
  .pdp-landing--main .pdp-landing-slider .item .item-description p {
    display: none;
  }
  .right-section > h4 {
    display: none !important;
  }
  .pd-s-landing .pdp-landing--main .pdp-landing-slider {
    padding: 0px !important;
  }
  .pdp-landing--main .right-section .btn-main {
    padding: 0px 0 20px 0;
  }
  .pdp-landing--main .right-section .save {
    font-size: 19px;
    text-align: center;
    margin: 20px 0;
  }
  .pdp-landing--main .right-section .btn-main .checkbox__wrapper {
    text-align: left;
  }
  .pdp-landing--main .pdp-landing-slider .item .item-description {
    display: block;
    width: 100%;
    text-align: center;
  }
  .pdp-landing--main .pdp-landing-slider .slick-dots {
    position: relative;
    right: 0;
    margin: 0 auto;
    text-align: center!important;
    padding: 30px 0 0 0;
    display: block;
    bottom: 14px;
    left: 0;
    width: 100%;
  }
  .mobile-hide-tag {
    display: none;
  }
  .size__wrapper .find-your__size > img {
    display: none !important;
  }
  .pdp-landing--main .right-section .s--pdp-list li .title-s-pdp span.s-pdp-price {
    display: none;
  }
  .price-mobile {
    display: block;
  }
  .price-mobile span {
    font-size: 18px;
    display: block;
    padding: 18px 0 0 0;
    font-family: 'Montserrat', sans-serif;
  }
  .d-mobile-none {
    display: none !important;
  }
  .pdp-landing--main .right-section .s--pdp-list li .image-wrapper img {
    height: 100%;
    width: 100%;
  }
  .d-block-mobile {
    display: block !important;
    padding: 20px 0 0 0;
  }
  .d-block-mobile .find-your__size > img {
    display: none !important;
  }
  .d-block-mobile .find-your__size a {
    text-align: right;
    padding: 0;
  }
  .d-block-mobile .find-your__size a:hover {
    background: #fff;
  }
  .d-block-mobile .size {
    padding: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .pdp-landing--main .pdp-landing-slider .b--home-slider__img {
    height: auto;
  }
  .pdp--main__wrapper {
    padding: 0px;
  }
  .pdp-landing--main .right-section .s--pdp-list li .image-wrapper {
    height: auto;
    position: relative;
  }
  .pdp-landing--main .right-section .s--pdp-list li .title-s-pdp h5 {
    font-size: 20px;
  }
  .mobile-view-sticky-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #f2f2f2;
    padding: 20px;
    z-index: 99999999999;
    right: 0;
    display: block;
  }
  .page-shopTheLook .b--footer .b--subfooter {
    padding-bottom: 100px;
  }
}
/* -- reward update 7-5-2019)-- */
.reward-list-box {
  position: relative;
  text-align: center;
  margin: 20px 0 0 0;
}
.reward-list-box .tool-tip__main {
  text-align: center;
  display: inline-block;
}
.reward-list-box .tool-tip__main .tool-tip-in {
  position: relative;
  display: block;
}
.reward-list-box .tool-tip__main .tooltip-box {
  display: none;
}
.reward-list-box .tool-tip__main:hover .tooltip-box {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  background: #000000;
  padding: 25px 22px;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.reward-list-box .tool-tip__main:hover .tooltip-box h2 {
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: 600;
}
.reward-list-box .tool-tip__main:hover .tooltip-box p {
  margin: 0px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: #fff;
}
.reward-list-box .tool-tip__main:hover .tooltip-box:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}
/* -- reward update 7-5-2019)-- */
.left-list-menu h4.active {
  background: #f2f2f2;
}
.spr-table tr td div.product-details > .list-title {
  margin-top: 25px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  font-size: 19px;
  letter-spacing: 0.38px;
}
.return-status__main .return--status__mid .left-list-menu ul li a {
  font-size: 14px;
  font-weight: 500;
}
.page-order .return-status__main .return--status__mid .left-list-menu ul li a {
  font-weight: 600 ;
}
.return-status__main .return--status__mid .left-list-menu h4 a {
  font-weight: 500;
}
.page-rewards-dashboard .my-account__wrapper .welcome__block .welcome_title {
  padding: 12px 0 11px 0;
}
.my-account__wrapper .gift__card {
  background: #f2f2f2;
  border: #d8d8d8 solid 1px;
  padding: 17px 30px;
}
.my-account__wrapper .gift__card p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  padding: 12px 0 0 0;
}
.my-account__wrapper .gift__card p i {
  font-size: 20px;
  padding: 0 15px 0 0;
}
.my-account__wrapper .gift__card .btn-alignment {
  text-align: right;
}
.my-account__wrapper .gift__card .btn-alignment .btn {
  font-size: 14px;
  font-weight: 700;
}
.my-account__wrapper .welcome__block .welcome_title {
  border-bottom: #bababa solid 1px;
  padding: 97px 0 11px 0;
}
.my-account__wrapper .welcome__block .welcome_title h2 {
  font-size: 27px;
  margin: 0px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .my-account__wrapper .welcome__block .welcome_title h2 {
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  .my-account__wrapper .welcome__block .welcome_title h2 {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .my-account__wrapper .welcome__block .welcome_title h2 {
    font-size: 22px;
  }
}
.my-account__wrapper .welcome__block .welcome__mid {
  padding: 30px 0 43px 0px;
  /* -- progress bar css --*/
  /* -- progress bar css --*/
}
.my-account__wrapper .welcome__block .welcome__mid #progressControllerContainer {
  display: none;
}
.my-account__wrapper .welcome__block .welcome__mid .page {
  height: 275px;
  display: block;
  align-items: center;
  align-content: center;
}
@media (max-width: 480px) {
  .my-account__wrapper .welcome__block .welcome__mid .page {
    height: 259px;
  }
}
.my-account__wrapper .welcome__block .welcome__mid .progress-bar {
  float: none;
}
.my-account__wrapper .welcome__block .welcome__mid .progress-bar .progress-active {
  position: relative;
  top: -280px;
}
.my-account__wrapper .welcome__block .welcome__mid .progress-bar .progress-content {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  width: 275px;
  top: -495px;
  text-align: center;
}
.my-account__wrapper .welcome__block .welcome__mid .progress-bar .progress-content h2 {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 40px;
  position: relative;
  font-weight: 800 !important;
  left: 0px;
  letter-spacing: 0.8px;
  font-family: Montserrat;
}
.my-account__wrapper .welcome__block .welcome__mid .progress-bar .progress-content h2 .bar::before {
  font-family: Montserrat;
}
.my-account__wrapper .welcome__block .welcome__mid .progress-bar .progress-content h2 .bar::after {
  content: attr(data-after-content);
  font-weight: bold;
  font-family: Montserrat;
}
.my-account__wrapper .welcome__block .welcome__mid .progress-bar .progress-content h2 sup {
  font-size: 26px;
  top: -15px;
  right: -7px;
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif !important;
}
.my-account__wrapper .welcome__block .welcome__mid .progress-bar .progress-content span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin: -7px 0 0px 10px;
  font-weight: 400;
  letter-spacing: 0.24px;
}
.my-account__wrapper .welcome__block .welcome__mid .progress-bar .progress-content span a {
  color: #9c9c9c;
  text-decoration: none;
}
.my-account__wrapper .welcome__block .welcome__mid .progress-bar .progress-content span a img {
  margin-bottom: 4px;
  margin-left: 4px;
  width: 12px;
}
.my-account__wrapper .welcome__block .welcome__mid .progress-bar .progress-content h6 {
  font-size: 13px;
  letter-spacing: 0.26px;
  font-weight: 700;
  max-width: 125px;
  line-height: 1.35em;
  margin: 10px auto 0;
  font-family: 'Montserrat', sans-serif !important;
}
.my-account__wrapper .welcome__block .welcome__mid #progressControllerContainer {
  position: absolute;
  top: 320px;
  padding: 10px 80px;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range] {
  -webkit-appearance: none;
  margin: 38px 0;
  width: 100%;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]:focus {
  outline: none;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  animate: 0.2s;
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #e6e6e6;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]::-webkit-slider-thumb {
  border: 1px solid #d6d6d6;
  height: 38px;
  width: 20px;
  border-radius: 5px;
  background: #e1e1e1;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]::-moz-range-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  animate: 0.2s;
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #e6e6e6;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]::-moz-range-thumb {
  border: 1px solid #d6d6d6;
  height: 38px;
  width: 20px;
  border-radius: 5px;
  background: #e1e1e1;
  cursor: pointer;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]::-ms-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 20px 0;
  color: transparent;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]::-ms-fill-lower {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]::-ms-thumb {
  border: 1px solid #d6d6d6;
  height: 38px;
  width: 20px;
  border-radius: 5px;
  background: #e1e1e1;
  cursor: pointer;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
.my-account__wrapper .welcome__block .welcome__mid input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
@media (min-width: 1901px) and (max-width: 8096px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content-block {
    position: relative;
    left: -80px;
    width: 450px;
  }
}
@media (min-width: 1700px) and (max-width: 1900px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content-block {
    position: relative;
    left: -50px;
    width: 480px;
  }
}
@media (min-width: 1367px) and (max-width: 1699px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content-block {
    width: 520px;
  }
}
.my-account__wrapper .welcome__block .welcome__mid .preferred-content {
  margin-top: 26px;
  padding: 30px 20px 0 44px;
  border-right: #cac8c8 solid .5px;
}
@media (min-width: 1441px) and (max-width: 8096px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    margin-top: 26px;
    padding: 36px 35px 25px 25px;
    width: 400px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    margin-top: 26px;
    padding: 36px 35px 25px 25px;
    width: 400px;
  }
}
@media (min-width: 1240px) and (max-width: 1366px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    margin-top: 26px;
    padding: 36px 35px 25px 44px;
    width: 400px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    padding: 36px 35px 25px 44px;
  }
}
@media (max-width: 991px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    margin-top: 0px;
    border-right: none;
    border-bottom: #cac8c8 solid .5px;
    margin-bottom: 25px;
    padding-bottom: 20px!important;
  }
}
.my-account__wrapper .welcome__block .welcome__mid .preferred-content .status-text {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 13px;
  letter-spacing: .24px;
}
@media (max-width: 991px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content .status-text {
    margin-bottom: 0px !important;
  }
}
.my-account__wrapper .welcome__block .welcome__mid .preferred-content h2 {
  font-size: 28px;
  color: #004a98;
  margin: 0;
  padding-bottom: 26px;
}
@media (min-width: 992px) and (max-width: 1080px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content h2 {
    font-size: 20px;
  }
}
.my-account__wrapper .welcome__block .welcome__mid .preferred-content p {
  font-weight: 600;
  font-size: 14px!important;
}
@media (min-width: 1367px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content p {
    font-size: 14px!important;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content p {
    font-size: 13px!important;
  }
}
@media (max-width: 991px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content p {
    font-weight: 400!important;
  }
}
@media (min-width: 538px) and (max-width: 768px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box {
  padding-top: 64px;
}
@media (min-width: 1441px) and (max-width: 2560px) {
  .my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box {
    position: relative;
    left: -80px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box {
    position: relative;
    left: -80px;
  }
}
@media (min-width: 1240px) and (max-width: 1366px) {
  .my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box {
    position: relative;
    left: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  .my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box {
    padding-top: 0px;
    margin: 0 auto;
    text-align: center;
  }
}
.my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box .redeemable_text {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 13px;
  letter-spacing: .24px;
}
.my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box .redeemable-points {
  font-size: 28px;
  padding-bottom: 26px;
}
@media (min-width: 1366px) and (max-width: 1440px) {
  .my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box .redeemable-points {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  .my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box .redeemable-points {
    font-size: 16px;
  }
}
.my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box .redeemable-points sub {
  font-size: 14px;
  bottom: 0em;
}
@media (min-width: 992px) and (max-width: 1080px) {
  .my-account__wrapper .welcome__block .welcome__mid .redeemable-points-box .redeemable-points sub {
    font-size: 12px;
  }
}
.my-account__wrapper .welcome__block .welcome__mid .btn-rewards .btn {
  font-size: 12px;
  font-weight: 700;
  min-width: 222px;
  padding: 10px 0;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .my-account__wrapper .welcome__block .welcome__mid .btn-rewards .btn {
    min-width: 160px;
  }
}
@media (min-width: 1367px) {
  .my-account__wrapper .welcome__block .welcome__mid .btn-rewards .btn {
    font-size: 14px;
    font-weight: 700;
  }
}
@media (max-width: 991px) {
  .my-account__wrapper .welcome__block .welcome__mid .btn-rewards .btn {
    color: black;
    background-color: #ffffff;
    border: 1px solid #000000;
    text-decoration: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .my-account__wrapper .welcome__block .welcome__mid .btn-rewards .btn {
    margin-bottom: 0px;
  }
}
.orderlist__main .account-common__title {
  margin-bottom: 29px !important;
}
.orderlist__main .order-list {
  background: #f2f2f2;
  padding: 30px 29px;
  border: #d8d8d8 solid 1px;
  margin: 0 0 25px 0;
}
.orderlist__main .order-list .cancel {
  color: #d40a0a;
}
.orderlist__main .order-list .order-list-mid .order-list-in {
  border-width: 1px 0 0 0;
  border-color: #9d9d9d;
  padding: 25px 0 13px 0px;
}
.orderlist__main .order-list .order-list-mid .order-list-in .btn__wrapper {
  padding: 140px 0 0 0;
}
.orderlist__main .order-list .order-list-mid .order-list-in .btn__wrapper .btn--outline-primary {
  background-color: transparent;
}
.orderlist__main .order-list .order-list-mid .order-list-in .btn__wrapper .btn--outline-primary:hover {
  background-color: #000 ;
}
.order-list {
  padding: 0 0 105px 30px;
  font-family: 'Montserrat', sans-serif;
}
.order-list .order-list-head p {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .order-list .order-list-head p {
    font-size: 14px;
  }
}
.order-list .order-list-head p a {
  color: #000;
  text-decoration: underline;
  text-underline-position: under;
}
.order-list .order-list-head .text-right {
  padding: 0 30px 0 0;
}
@media (max-width: 480px) {
  .order-list .order-list-head .text-right {
    padding: 0 0px 0 0;
  }
}
.order-list .order-list-mid {
  padding: 10px 0 0 0;
}
.order-list .order-list-mid .order-list-in {
  border-width: 1px 0;
  border-style: solid;
  border-color: #9d9d9d;
  padding: 25px 30px 25px 0px;
}
.order-list .order-list-mid .order-list-in .order-details-list {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 375px) {
  .order-list .order-list-mid .order-list-in .order-details-list {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .order-list .order-list-mid .order-list-in .order-details-list {
    font-size: 10px;
  }
}
.order-list .order-list-mid .order-list-in .order-details-list li {
  text-transform: uppercase;
  padding: 0 0 20px 0;
}
.order-list .order-list-mid .order-list-in .order-details-list li .CamelCaseText {
  display: inline-block;
  text-transform: lowercase !important;
}
.order-list .order-list-mid .order-list-in .order-details-list li .CamelCaseText:first-letter {
  display: inline-block;
  text-transform: uppercase;
}
.order-list .order-list-mid .order-list-in .order-details-list li span {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 375px) {
  .order-list .order-list-mid .order-list-in .order-details-list li span {
    font-size: 13px;
    padding-left: 5px;
  }
}
@media (max-width: 320px) {
  .order-list .order-list-mid .order-list-in .order-details-list li span {
    font-size: 11px;
  }
}
.order-list .order-list-mid .order-list-in .order-details-list li span.green {
  color: #49b647;
}
.order-list .order-list-mid .order-list-in .order-details-list li span.red {
  color: #d40a0a;
}
.order-list .order-list-mid .order-list-in .order-details-list li span.black {
  color: #000000;
}
.order-list .order-list-mid .order-list-in .order-details-list li .oderCompleted {
  color: #49b647;
  font-weight: bold !important;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.32px;
}
@media (max-width: 480px) {
  .order-list .order-list-mid .order-list-in .order-details-list li .oderCompleted {
    font-size: 13px;
  }
}
.order-list .order-list-mid .order-list-in .order-details-list li:last-child {
  padding: 0px;
}
.order-list .order-list-mid .order-list-in .btn__wrapper {
  text-align: right;
  padding: 22px 0 0 0;
  max-width: 330px;
  float: right;
}
.order-list .order-list-mid .order-list-in .btn__wrapper .btn {
  font-size: 14px;
  font-weight: 700;
  min-width: 222px;
  margin: 0 0 20px 0;
}
.order-list .order-list-mid .order-list-in .btn__wrapper h2 {
  font-size: 23px;
  margin: 10px 0 0 0;
}
.gustPD .product-details p {
  margin-bottom: 2px!important;
}
.gustPD tr .image-box-wrapper {
  height: 99px !important;
}
.reward-block-myaccount {
  position: relative;
  top: -90px;
}
.reward-block-tr {
  border-bottom: none!important;
}
.list-in__cart {
  padding: 0 0 60px 0;
}
.list-in__cart .account-common__title {
  position: relative;
}
.list-in__cart .account-common__title .btn {
  font-size: 13px;
  font-weight: 700;
  width: 222px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 7px;
  letter-spacing: 0.26px;
  font-family: 'Montserrat-Bold', sans-serif !important;
}
.list-in__cart .cart__list {
  padding: 40px 0 0 30px;
}
.list-in__cart .cart__list .spr-main-title {
  border-bottom: #9d9d9d solid 1px !important;
}
.list-in__cart .cart__list .spr-table tr td.spr-product {
  position: relative;
}
.list-in__cart .cart__list .spr-table tr td .list {
  text-align: right;
}
.list-in__cart .cart__list .spr-table tr td .list ul {
  margin: 0 -8px 0 0;
  padding: 0px;
}
.list-in__cart .cart__list .spr-table tr td .list ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-decoration: underline;
  color: #000;
  font-weight: 400;
  padding: 0 0 12px 0;
  display: inline-block;
}
.list-in__cart .spr-table tr th {
  border: 0!important;
  font-size: 16px !important;
}
.list-in__cart .p-color {
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 500;
}
.list-in__cart .p-color .f-bold {
  padding-left: 9px;
  text-transform: uppercase;
}
.accountView .account-common__title.cart {
  margin: 0;
  padding-bottom: 15px;
}
.bar::before {
  content: attr(data-before-content);
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  top: -11px;
}
.bar::after {
  content: attr(data-after-content);
}
.list-in__cart .spr-table tr td.spr-price {
  width: 15%;
  padding-top: 38px !important;
}
.list_thumbanil {
  padding: 0px 0 60px 0;
}
.list_thumbanil .list_thumbanil__in .col-xs-6 {
  display: inline-table;
}
@media screen and (max-width: 1366px) {
  .list_thumbanil .list_thumbanil__in .col-xs-6 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .list_thumbanil .list_thumbanil__in .col-xs-6 {
    padding: 0 8px;
  }
}
.list_thumbanil .list_thumbanil__in figure {
  position: relative;
  padding: 0 2px;
  margin: 0 0 17px 0;
  width: 100%!important;
}
@media screen and (max-width: 480px) {
  .list_thumbanil .list_thumbanil__in figure {
    margin-bottom: 15px;
    width: 100%!important;
  }
}
.list_thumbanil .list_thumbanil__in figure .top-label {
  font-weight: 400;
  background: #000;
  padding: 6px 8px;
  font-size: 8px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 2px;
}
.list_thumbanil .list_thumbanil__in .desc {
  padding-bottom: 15px;
}
.list_thumbanil .list_thumbanil__in .desc .product-size {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 480px) {
  .list_thumbanil .list_thumbanil__in .desc .product-size {
    font-size: 12px;
  }
}
.list_thumbanil .list_thumbanil__in .desc h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
.list_thumbanil .list_thumbanil__in .desc h2 a {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
  display: inline-block;
}
.list_thumbanil .list_thumbanil__in .desc p {
  font-size: 16px;
  margin: 7px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .list_thumbanil .list_thumbanil__in .desc p {
    width: 135px;
  }
}
.list_thumbanil .list_thumbanil__in .desc p.p-color {
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: 0.32px;
  color: #000000;
}
.list_thumbanil .list_thumbanil__in .desc p.product-size {
  font-size: 14px;
  font-family: Gotham;
  font-weight: normal;
}
.list_thumbanil .list_thumbanil__in .desc p span {
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0.36px;
}
.list_thumbanil .list_thumbanil__in .desc .new_price {
  font-weight: 700;
  color: #d40a0a;
}
.list_thumbanil .list_thumbanil__in .desc .old-price {
  color: #828181;
  padding: 0 0 0 8px;
}
.list_thumbanil .list_thumbanil__in .desc .out-of-stock {
  font-size: 13px;
  color: #ababab;
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, sans-serif;
  letter-spacing: 0.2px;
}
.list_thumbanil .list_thumbanil__in .btn {
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 100%;
  margin: 20px 0 14px 0;
}
.list_thumbanil .list_thumbanil__in .btn.disabled {
  border-color: #ababab;
  color: #ababab;
  background: #fff;
}
.list_thumbanil .list_thumbanil__in .btn.disabled:hover {
  background: #fff !important;
  border-color: #ababab;
  color: #ababab !important;
}
.list_thumbanil .list_thumbanil__in .remove-whish__list {
  text-decoration: underline;
  text-underline-position: under;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 69px 0;
  display: inline-block;
  letter-spacing: 0.28px;
}
@media screen and (max-width: 480px) {
  .list_thumbanil .list_thumbanil__in .remove-whish__list {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .list_thumbanil .list_thumbanil__in .remove-whish__list {
    font-size: 10px;
  }
}
.page-account-landing .list_thumbanil .list_thumbanil__in .desc {
  padding-top: 15px!important;
}
@media screen and (max-width: 768px) {
  .page-account-landing .list_thumbanil .list_thumbanil__in .desc {
    padding-top: 0px!important;
  }
}
.account-common__title {
  font-family: 'Montserrat', sans-serif;
  border-bottom: #000 solid 2px;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
}
.account-common__title a {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 320px) {
  .account-common__title a {
    font-size: 15px;
  }
}
.account-common__title a i {
  top: 2px;
  position: relative;
}
.account-common__title .sort-list {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.account-common__title .sort-list li {
  display: inline-block;
  vertical-align: sub;
  padding: 0 0 0 45px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-family: 'Montserrat-Regular', sans-serif;
  letter-spacing: 0.3px;
}
@media (max-width: 991px) {
  .account-common__title .sort-list li {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 380px) {
  .account-common__title .sort-list li {
    padding: 0 0 0 25px;
    font-size: 13px;
  }
}
.account-common__title .sort-list li .sort-list--dropdown {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: text-bottom;
}
.account-common__title .sort-list li .sort-list--dropdown li.active a {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  font-family: 'Montserrat-Bold', sans-serif;
  letter-spacing: 0.26px;
}
@media (max-width: 380px) {
  .account-common__title .sort-list li .sort-list--dropdown li.active a {
    padding: 0 2px;
    font-size: 12px;
    letter-spacing: 0.2px;
  }
}
.account-common__title .sort-list li .sort-list--dropdown li {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat-Regular', sans-serif;
  padding: 0 6px;
}
@media (max-width: 320px) {
  .account-common__title .sort-list li .sort-list--dropdown li {
    padding: 0 5px;
  }
}
.account-common__title .sort-list li .sort-list--dropdown li a {
  letter-spacing: 0.26px;
  font-family: 'Montserrat-Regular', sans-serif;
  text-decoration: underline;
  font-size: 13px;
  display: inline-block;
  color: #000;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
}
@media (max-width: 320px) {
  .account-common__title .sort-list li .sort-list--dropdown li a {
    font-size: 10px;
  }
}
.account-common__title .sort-list li .sort-list--dropdown li a:after {
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  background: #000;
  position: absolute;
  right: -8px;
  top: 3px;
}
.account-common__title .sort-list li .sort-list--dropdown li:last-child a:after {
  display: none;
}
.account-common__title .sort-list li .sort-list--dropdown li.active a {
  font-weight: 700;
  letter-spacing: 0.3px;
}
.account-common__title .sort-list li span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.96px;
  font-family: 'Gotham-Medium', Arial, Sans-Serif, Arial, sans-serif;
}
@media screen and (max-width: 375px) {
  .account-common__title .sort-list li span {
    font-size: 12px!important;
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 320px) {
  .account-common__title .sort-list li span {
    font-size: 12px;
  }
}
.account-common__title .sort-list li .btn-group.dropdown {
  position: relative;
}
.account-common__title .sort-list li .btn-group.dropdown a {
  text-transform: capitalize;
  padding: 11px 35px 11px 10px;
  font-size: 13px;
}
.account-common__title .sort-list li .btn-group.dropdown button {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  background-color: transparent;
  height: 100%;
  width: 100%;
  right: 0;
  top: -1px;
}
@media (max-width: 375px) {
  .account-common__title .sort-list li .btn-group.dropdown button {
    top: -3px;
  }
}
.account-common__title .sort-list li .btn-group.dropdown button .caret {
  position: absolute;
  right: 0;
}
.account-common__title .sort-list li .btn-group.dropdown button .caret:first-child {
  top: 13px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.account-common__title .sort-list li .btn-group.dropdown .dropdown-menu {
  right: 0;
  float: right;
  left: initial;
}
.account-common__title .sort-list li .btn-group.dropdown .dropdown-menu li {
  display: block;
  padding: 0;
}
.account-common__title .sort-list li .btn-group.dropdown .dropdown-menu a {
  text-transform: capitalize;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  padding: 11px 35px;
  font-size: 13px;
  letter-spacing: 0.26px;
}
@media (max-width: 480px) {
  .page-orders .account-common__title {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .page-orders .account-common__title h2 {
    margin-bottom: 0px!important;
  }
}
@media (max-width: 480px) {
  .page-orders .orders__list ul.list {
    padding-left: 17px;
  }
}
@media (max-width: 480px) {
  .page-orders .orders__list ul.list li {
    list-style-position: inherit;
  }
}
@media (max-width: 480px) {
  .page-returns .account-common__title {
    margin-bottom: 0px!important;
  }
}
@media (max-width: 480px) {
  .page-returns .account-common__title h2 {
    margin-bottom: 0px!important;
  }
}
@media (max-width: 480px) {
  .page-wishlist .list_thumbanil .list_thumbanil__in .desc p.p-color {
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .page-wishlist .sort-list {
    min-height: 35px;
  }
}
@media (max-width: 480px) {
  .page-wishlist .account-common__title {
    padding-bottom: 12px!important;
    margin-bottom: 0px!important;
  }
}
@media (max-width: 480px) {
  .page-wishlist .account-common__title h2 {
    margin-bottom: 0px!important;
  }
}
@media (max-width: 480px) {
  .page-wishlist .orders__list ul.list {
    padding-left: 17px;
  }
}
@media (max-width: 480px) {
  .page-wishlist .orders__list ul.list li {
    list-style-position: inherit;
  }
}
@media (max-width: 480px) {
  .page-wishlist .orders__list a.btn {
    width: 100%;
  }
}
.my-account__wrapper .list-in__cart .reward-block-myaccount {
  padding: 0px;
}
.my-account__wrapper .list-in__cart .reward-block-myaccount .re-title .in--stock {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px 70px 0 0;
}
.my-account__wrapper .list-in__cart .reward-block-myaccount .re-title .ship--items {
  font-size: 13px;
}
.my-account__wrapper .list-in__cart .reward-block-myaccount .re-title .ship--items a {
  text-decoration: underline;
}
.my-account__wrapper .list-in__cart .reward-block-myaccount .in--stock-box .in--head {
  font-size: 14px;
  margin-top: 0px;
}
.my-account__wrapper .list-in__cart .reward-block-myaccount .in--stock-box p {
  font-size: 13px;
}
.my-account__wrapper .list-in__cart .reward-block-myaccount .in--stock-box .c-green {
  font-size: 14px;
}
.whishlist-title {
  position: relative;
}
.whishlist-title a {
  position: absolute;
  right: 0px;
  top: 0;
}
.updateProfile .accountActions .btn:focus {
  color: #fff !important;
}
.updateProfile .accountActions .btn:hover {
  color: #000 !important;
}
.account-common-wrapper {
  padding: 99px 0 0 0;
}
.account-common-wrapper .account-common__title {
  border-bottom: #bababa solid 0.3px !important;
  padding: 0 0 12px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .account-common-wrapper .account-common__title {
    margin: 0px;
    padding-bottom: 12px!important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .account-common-wrapper .account-common__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .account-common-wrapper .account-common__title {
    margin-bottom: 30px;
  }
}
.account-common-wrapper .account-common__title h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 27px;
  line-height: 26px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .account-common-wrapper .account-common__title h2 {
    margin: 0px!important;
  }
}
.return-status__main .return--status__mid .left-list-menu h4 {
  border-bottom: #bababa solid 1px !important;
  border-top: #bababa solid 1px;
}
.return-status__main .return--status__mid .left-list-menu ul li:first-child {
  border-top: 0px;
}
.orders__list {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 70px 0;
}
.orders__list h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 0 23px 0;
  font-weight: 400;
}
.orders__list ul.list {
  margin: 0px;
  padding: 0px;
}
.orders__list ul.list p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500!important;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.28px;
}
.orders__list ul.list li {
  font-weight: 400;
  padding: 0 0 23px 0;
  list-style: disc;
  list-style-position: inside;
}
.orders__list .btn {
  font-size: 14px;
  font-weight: 600;
  margin: 30px 0 0 0;
}
.breadcrumb--change {
  position: relative;
}
.breadcrumb--change .print-mail {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0;
  padding: 0;
}
.breadcrumb--change .print-mail li {
  display: inline-block;
  padding: 0 0 0 13px;
}
.whishlist-title a {
  display: none;
}
.ac-payment-mid {
  padding: 0 0 80px 0;
}
@media (max-width: 480px) {
  .ac-payment-mid {
    padding: 0 0 0px 0;
  }
}
.ac-payment-mid p {
  padding-top: 6px!important;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 400;
  font-family: 'Montserrat-Medium', sans-serif;
}
@media (max-width: 768px) {
  .ac-payment-mid p {
    font-weight: normal;
    padding-bottom: 25px;
  }
}
.ac-payment-mid .not-method {
  margin: 30px 0;
}
@media (max-width: 480px) {
  .ac-payment-mid .not-method {
    margin: 13px 0 32px 0;
    width: 280px;
    font-weight: 700;
    font-size: 13px;
  }
}
.ac-payment-mid .btn {
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .ac-payment-mid .btn {
    margin-bottom: 50px;
  }
}
.ac-payment-mid .ac-method-main .f-label__wrapper.focused .select--box:after {
  background: url("../@img_extra/img-caret.png") #f8f8f8;
}
.ac-payment-mid .ac-method-main .card-options__main .tab-content .main__form {
  padding: 0 0 49px 0;
}
@media (max-width: 480px) {
  .ac-payment-mid .ac-method-main .card-options__main .tab-content .main__form {
    padding: 0 0 0px 0;
  }
}
.ac-payment-mid .ac-method-main .card-options__main .tab-content .main__form .control-label {
  left: 28px;
}
.ac-payment-mid .ac-method-main .credit-card-form h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.ac-payment-mid .ac-method-main .credit-card-form .checkbox__wrapper label {
  margin-bottom: 0px;
}
.ac-payment-mid .ac-method-main .a-payment_method--list {
  padding: 0px 0 35px;
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper {
  border-width: 1px 0 0 0;
  margin: 0px;
  padding: 0px;
  border: none;
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item {
  position: relative;
  border-bottom: #d1d1d1 solid 1px;
  padding: 35px 140px 27px 16px;
}
@media (max-width: 768px) {
  .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item {
    padding: 22px 140px 22px 16px;
  }
  .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item:first-child {
    border-top: #d1d1d1 solid 1px;
  }
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block {
  display: block;
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block:before {
  position: absolute;
  left: 0px;
  top: 36%;
}
@media (max-width: 480px) {
  .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block:before {
    top: 22px!important;
  }
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box {
  text-align: left;
  padding: 0 0 0 10px;
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box .f-bold.f-m {
  font-size: 14px;
  letter-spacing: 0.84px;
  font-family: 'Montserrat-Bold', sans-serif !important;
}
@media (max-width: 480px) {
  .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box .f-bold.f-m {
    margin-bottom: 5px;
  }
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box p {
  font-size: 14px;
  letter-spacing: 0.84px;
  font-family: 'Montserrat-Regular', sans-serif !important;
  font-weight: 500;
  padding: 0 !important;
}
@media (max-width: 480px) {
  .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box p {
    margin-bottom: 5px;
  }
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box .addressUserDetl {
  line-height: 19px !important;
  margin: 0px;
  letter-spacing: 0.28px !important;
  padding-top: 3px !important;
}
@media (max-width: 767px) {
  .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box .addressUserDetl {
    line-height: 21px !important;
    padding-top: 1px !important;
  }
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .right__child {
  position: absolute;
  right: 0px;
  top: 36%;
  font-size: 13px;
  color: #000;
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .right__child span {
  padding: 0 0px;
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .right__child a {
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 500;
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item:last-child {
  border-bottom: 0px;
}
.ac-payment-mid .refer-friend-list {
  padding: 14px 0 40px 0;
  margin-left: -10px;
  margin-right: -8px;
}
.ac-payment-mid .refer-friend-list .list {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.ac-payment-mid .refer-friend-list .list .box {
  border: #d8d8d8 solid 1px;
  background: #f2f2f2;
  padding: 25px 16px;
  text-align: center;
  margin: 0 0 20px 0;
  min-height: 222px;
}
.ac-payment-mid .refer-friend-list .list .box i {
  padding: 0 0 22px 0;
  display: block;
}
.ac-payment-mid .refer-friend-list .list .box h4 {
  font-size: 14px;
  margin: 0px 0 18px 0;
}
.ac-payment-mid .refer-friend-list .list .box p {
  margin: 0px;
  font-size: 23px;
}
.ac-payment-mid .track-reference .track-table h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  padding: 0 0 10px 0;
  border-bottom: #000 solid 2px;
}
.ac-payment-mid .track-reference .track-table .table {
  border: none;
}
.ac-payment-mid .track-reference .track-table .table thead th {
  font-size: 13px;
  padding: 12px 0;
  color: #000;
  /*font-family: 'Montserrat', sans-serif;*/
  border: none;
}
.ac-payment-mid .track-reference .track-table .table tbody tr td {
  font-size: 13px;
  padding: 12px 0;
  border-color: #9d9d9d;
  color: #000;
  border-width: 1px 0px;
}
.ac-payment-mid .track-reference .refer-friend-box {
  padding: 30px;
  background: #f2f2f2;
  border: #d9d9d9 solid 1px;
}
.ac-payment-mid .track-reference .refer-friend-box h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.ac-payment-mid .track-reference .refer-friend-box form .btn-large {
  display: block;
  width: 100%;
}
.ac-payment-mid .track-reference .refer-friend-box form .btn-large i {
  font-size: 16px;
  padding: 0 10px 0 0;
}
.ac-payment-mid .track-reference .refer-friend-box form .input-group .input-group-btn .btn {
  height: 40px;
  font-size: 10px;
  max-width: 99px;
  padding: 0 20px;
}
.ac-payment-mid .track-reference .refer-friend-box .terms {
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
  padding: 13px 0 0 0;
}
select:focus,
textarea:focus,
input:focus {
  font-size: 14px;
}
.paymentMbtn {
  border-bottom: 1px solid #000000 !important;
}
.gift-card__Inner {
  border: 1px solid #d6d6d6;
  border-top: none;
  padding: 30px 0px 30px 20px;
}
@media (max-width: 767px) {
  .gift-card__Inner {
    padding: 30px 14px 16px 14px;
  }
}
.gift-card__Inner .floating-label .f-label__wrapper.focused .control-label {
  padding: 0 0px 0 8px;
}
.gift-card__Inner .pinCaps {
  text-transform: uppercase;
}
.page-payment-add .gift-card__main .gift-card__Inner h4 {
  margin: 0 !important;
}
@media (max-width: 769px) {
  .page-payment-add .gift-card__main .gift-card__Inner p {
    padding: 0 !important;
  }
}
.gift-card__main .btn--outline-primary {
  border-bottom: 1px solid #000000 !important;
}
.gift-card__main h4 {
  font-size: 14px;
  margin: 0px 0 14px 0;
}
@media (max-width: 767px) {
  .gift-card__main h4 {
    margin: 0;
  }
}
.gift-card__main p {
  font-weight: 400;
}
@media (max-width: 767px) {
  .gift-card__main p {
    padding-left: 0!important;
  }
}
.gift-card__main figure {
  margin: 0 0 12px 0;
}
.gift-card__main figure img {
  position: relative;
  left: -14px;
}
.gift-card__main .dark-sectionGC {
  max-width: 409px;
}
.gift-card__main .floating-labelGC {
  max-width: 409px;
}
.gift-card__main .dark-section {
  display: block;
  width: 100%;
  height: 215px;
  background: #000;
  border-radius: 10px;
  margin: 19px 0 29px 0;
  padding: 70px 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .gift-card__main .dark-section {
    height: 175px;
    padding: 50px 0 0 0;
    -webkit-box-shadow: -1px 10px 10px -2px rgba(51, 51, 51, 0.6);
    -moz-box-shadow: -1px 10px 10px -2px rgba(51, 51, 51, 0.6);
    box-shadow: -1px 10px 10px -2px rgba(51, 51, 51, 0.6);
  }
}
.gift-card__main .cvv_main {
  margin-bottom: 0px;
}
.page-payment-add .my-account__wrapper .ac-payment-mid .ac-method-main {
  width: 90%;
}
.page-payment-add .new--card_form .payment-flex-btns {
  margin-left: 0px;
}
.page-payment-add .new--card_form .payment-flex-btns .myAccountSubmitHostedIframe {
  width: 260px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .page-payment-add .new--card_form .payment-flex-btns .myAccountSubmitHostedIframe {
    width: 100%;
  }
}
.page-payment-add .gift-card__main .gift-card__Inner {
  padding: 30px 0px 13px 20px;
}
@media (max-width: 768px) {
  .page-payment-add .gift-card__main .gift-card__Inner {
    padding: 30px 14px 13px 14px;
  }
}
.page-payment-add .gift-card__main .payment-flex-btns {
  margin-left: 0;
}
.remove-payment .modal-header {
  position: relative;
  padding: 28px 45px 15px!important;
}
.remove-payment .modal-header .modal-title {
  font-family: 'Montserrat-Bold', sans-serif;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.46px;
}
.remove-payment button.close {
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 20px;
}
@media (max-width: 768px) {
  .remove-payment button.close {
    right: 16px!important;
  }
}
.remove-payment .modal-footer {
  padding: 0 30px 25px !important;
  border: none;
}
@media (max-width: 768px) {
  .remove-payment .modal-footer {
    padding: 0 16px 20px !important;
  }
}
.remove-payment .modal-footer button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  text-align: center;
}
.remove-payment .modal-footer .btn--outline-primary {
  padding: 11px 40px;
  margin-left: 19px;
}
.remove-payment .modal-footer .btn--outline-primary:hover {
  background-color: #000000!important;
}
.remove-payment .remove-payment-mid {
  padding: 40px 0;
}
.remove-payment .remove-payment-mid h2 {
  margin: 0px;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-family: 'Montserrat-Medium', sans-serif;
}
.remove-payment .remove-payment-mid .remove-list {
  padding: 13px 0 0 0;
}
.remove-payment .remove-payment-mid .remove-list p#account-holder {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 14px;
  letter-spacing: 0.28px;
}
.remove-payment .remove-payment-mid .remove-list p {
  margin: 0;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 480px) {
  .remove-payment .remove-payment-mid .remove-list p {
    line-height: 25px;
  }
}
.profile--main {
  position: relative;
}
.profile--main .password-change {
  background: #f2f2f2;
  padding: 12px 30px 12px 40px;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 9px;
  font-family: 'Montserrat-Regular', sans-serif;
  letter-spacing: 0.26px;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .profile--main .password-change {
    left: 0px!important;
  }
}
@media screen and (max-width: 768px) {
  .profile--main .password-change {
    left: 0px;
  }
}
@media screen and (max-width: 360px) {
  .profile--main .password-change {
    font-size: 11px;
  }
}
.profile--main .password-change i {
  padding: 0 11px 0 15px;
  position: absolute;
  top: 12px;
  left: 0px;
}
.profile--main .password-change i img {
  width: 13px;
  height: 10px;
}
.profile--main .actions {
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.profile--main .actions li {
  display: inline-block;
  padding: 0 5px;
}
.profile--main .actions li a {
  font-size: 13px;
  text-decoration: underline;
  text-transform: capitalize;
  text-underline-position: under;
  position: relative;
  letter-spacing: 0.26px;
}
.profile--main .actions li:first-child a:after {
  content: "|";
  position: absolute;
  display: block;
  right: -9px;
  top: 0;
}
.profile--main .actions li:last-child {
  padding-right: 0px;
}
.profile--main .ac-profile-mid p.password-text {
  font-weight: 400;
  margin-bottom: 30px;
}
.profile--main .ac-profile-mid .ac-profile-mid-form {
  padding: 10px 25px 0;
}
@media (max-width: 991px) {
  .profile--main .ac-profile-mid .ac-profile-mid-form {
    padding: 10px 0px 0;
  }
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .f-label__wrapper .c__input {
  background: #fff;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper {
  padding: 14px 0 25px 0;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper .dob-label {
  display: block;
  font-size: 11px;
  padding: 0 0 10px 0;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper .hide-content {
  display: block;
  color: #aeaeae;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul {
  margin: 0px;
  padding: 0px;
  border: none;
  display: inline-block;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li {
  width: 85px;
  display: inline-block;
  padding: 0px;
  margin: 0 14px;
  border: none;
  position: relative;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li:after {
  content: "/";
  position: absolute;
  right: -20px;
  top: 8px;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li:first-child {
  margin-left: 0px;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li:last-child {
  margin-right: 0px;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li:last-child:after {
  display: none;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li .form-group {
  margin-bottom: 5px;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li .f-label__wrapper .c__input {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li .f-label__wrapper label.error {
  position: absolute;
  left: 0;
  top: 100%;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li .f-label__wrapper .control-label {
  left: 10px;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .gender-options .gendeer-option-label {
  font-size: 11px;
  color: #000;
  display: block;
  margin: 0 0 15px 0;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .gender-options ul {
  margin: 0px;
  padding: 0px;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .gender-options ul li {
  display: inline-block;
  padding: 0 50px 0 0;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .gender-options ul li label {
  color: #787878;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper {
  padding: 47px 0 0 0;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .t-right-desktop {
  text-align: right;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .btn {
  font-size: 13px;
  font-weight: 600;
  font-family: 'Montserrat-SemiBold', sans-serif !important;
  letter-spacing: 0.26px;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .btn.btn--primary-light:hover {
  background: #fff;
}
.profile--main .ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .btn.btn--outline-primary:hover {
  background: #000;
}
.profile--main .ac-profile-mid .profile-details {
  margin: 0px;
  padding: 0px;
}
.profile--main .ac-profile-mid .profile-details li {
  font-size: 14px;
  padding: 0 0 14px 0;
}
.profile--main .ac-profile-mid .profile-details li span {
  font-size: 16px;
}
.ac-profile-mid .password-reset-form .main__form .floating-label .f-label__wrapper {
  margin-bottom: 19px;
  width: 422px;
}
@media (max-width: 768px) {
  .ac-profile-mid .password-reset-form .main__form .floating-label .f-label__wrapper {
    width: 100%;
  }
}
.ac-profile-mid .password-reset-form .main__form .floating-label .f-label__wrapper .control-label {
  left: 14px;
}
.ac-profile-mid .password-reset-form .main__form .btn-main {
  margin-top: 35px;
}
.ac-profile-mid .password-reset-form .main__form .btn-main .btn {
  font-size: 13px;
  font-weight: 600;
}
.ac-profile-mid .password-reset-form .main__form .btn-main .btn--primary-light:hover {
  background-color: #fff!important;
}
.ac-profile-mid .password-reset-form .main__form .btn-main .btn--outline-primary:hover {
  background-color: #000!important;
}
.ac-profile-mid .password-reset-form .main__form .updatepassrd-btn {
  padding: 11px 40px;
  margin-right: 25px;
}
.ac-profile-mid .password-reset-form .main__form .cance-btn {
  padding: 11px 42px;
}
.password-change {
  background: #f2f2f2;
  padding: 21px 30px 21px 51px;
  font-size: 13px;
  display: block;
}
.password-change.bg-dark {
  background-color: #e6e6e6;
  margin-bottom: 15px;
}
.my-account-tab__wrapper .my-account-tab {
  border: #d1d1d1 solid 1px;
}
@media (min-width: 1367px) {
  .my-account-tab__wrapper .my-account-tab {
    margin-top: 22px;
  }
}
.my-account-tab__wrapper .my-account-tab .panel-group {
  margin-bottom: 0;
}
.my-account-tab__wrapper .my-account-tab ul.nav-tabs li {
  width: 20%;
}
.my-account-tab__wrapper .my-account-tab ul.nav-tabs li a {
  border-radius: 0px;
  border-width: 0px 1px 1px 0;
  border-color: #d1d1d1;
  border-style: solid;
  padding: 8px 0 0 0;
  margin: 0px -1px 0 0;
  min-height: 38px;
  width: 100%;
  text-align: center;
  text-transform: capitalize!important;
}
.my-account-tab__wrapper .my-account-tab ul.nav-tabs li:first-child a {
  border-left: 0px;
}
.my-account-tab__wrapper .my-account-tab ul.nav-tabs li:last-child a {
  border-right: 0px;
}
.my-account-tab__wrapper .my-account-tab ul.nav-tabs li.active a {
  font-weight: 700;
  color: #000;
  background: #f2f2f2;
}
.my-account-tab__wrapper .my-account-tab .tab-content {
  padding: 20px;
}
.my-account-tab__wrapper .my-account-tab .tab-content #menu1 {
  padding: 16px 38px 6px 30px;
}
.my-account-tab__wrapper .my-account-tab .tab-content .activity-list {
  background: #f2f2f2;
  border: #d1d1d1 solid 1px;
  margin: 0 0 20px 0;
  padding: 19px 26px;
}
.my-account-tab__wrapper .my-account-tab .tab-content .activity-list .points {
  display: block;
  text-align: center;
  padding: 30px 0 0 0;
}
.my-account-tab__wrapper .my-account-tab .tab-content .activity-list .activity-list__in {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  padding: 0 0 0 90px;
}
.my-account-tab__wrapper .my-account-tab .tab-content .activity-list .activity-list__in .icons {
  color: #000;
  font-size: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.my-account-tab__wrapper .my-account-tab .tab-content .activity-list .activity-list__in h4 {
  font-size: 14px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.my-account-tab__wrapper .my-account-tab .tab-content .activity-list .activity-list__in p {
  font-size: 13px;
  font-weight: 600;
  margin: 0px;
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .row {
  margin-bottom: 18px;
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box {
  font-family: 'Montserrat', sans-serif;
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box figure {
  text-align: center;
  margin: 0px 0 9px 0;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box figure {
    margin: 0px 0 9px 0;
  }
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box figure .disable {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box figure .disable i {
  width: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 38px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3 {
  font-size: 26px;
  margin: 0px 0 15px 0;
  font-weight: 600;
}
@media (max-width: 400px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3 {
    font-size: 16px!important;
  }
}
@media (max-width: 375px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3 {
    font-size: 15px!important;
  }
}
@media (max-width: 320px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3 {
    font-size: 14px!important;
  }
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3.blue {
  color: #295981;
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3.red {
  color: #c10230;
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3.grey {
  color: #606060;
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3 span {
  font-size: 19px;
}
@media (max-width: 400px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3 span {
    font-size: 16px!important;
  }
}
@media (max-width: 375px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3 span {
    font-size: 15px!important;
  }
}
@media (max-width: 320px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3 span {
    font-size: 14px!important;
  }
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box p {
  font-size: 15px;
  margin: 0 0 15px 0;
  text-align: left;
}
@media (max-width: 375px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box p {
    font-size: 10px!important;
  }
}
@media (max-width: 320px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box p {
    font-size: 9px!important;
  }
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box p span {
  font-weight: 600;
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box .list {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box .list li {
  font-weight: 600;
  font-size: 15px;
  padding: 0 0 15px 0;
  list-style: disc;
  list-style-position: inside;
}
@media (max-width: 375px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box .list li {
    font-size: 10px!important;
  }
}
@media (max-width: 320px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box .list li {
    font-size: 9px!important;
  }
}
.common-table-main {
  margin-left: -21px;
  margin-right: -22px;
  margin-top: -21px;
}
.common-table-main table thead th {
  background-color: #f2f2f2;
  border: none;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 75px;
}
.common-table-main table tbody tr td {
  border-right: 0px;
  border-left: 0px;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 74px;
}
.pagination__wrapper {
  text-align: center;
}
.pagination__wrapper .pagination li a,
.pagination__wrapper .pagination li span {
  border: none;
  color: #000;
  padding: 6px 8px;
}
.pagination__wrapper .pagination li a:hover,
.pagination__wrapper .pagination li span:hover,
.pagination__wrapper .pagination li a:focus,
.pagination__wrapper .pagination li span:focus,
.pagination__wrapper .pagination li a:active,
.pagination__wrapper .pagination li span:active {
  background: none;
}
.pagination__wrapper .pagination li.active a {
  font-weight: 700;
  background: none;
}
.leaderboard-main .row .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.leaderboard-main .row .col-md-6 .leaderboard-box {
  border: #d1d1d1 solid 1px;
}
.leaderboard-main .row .col-md-6 .leaderboard-box .head {
  border-bottom: #d1d1d1 solid 1px;
  padding: 23px 22px;
  background: #f2f2f2;
}
.leaderboard-main .row .col-md-6 .leaderboard-box .head h4 {
  margin: 0px 0 20px 0;
  font-size: 20px;
}
.leaderboard-main .row .col-md-6 .leaderboard-box .head p {
  margin: 0px;
}
.leaderboard-main .row .col-md-6 .leaderboard-box .mid {
  padding: 35px 22px;
  background-color: #fcfcfc;
}
.leaderboard-main .row .col-md-6 .leaderboard-box .mid > ul {
  padding: 0px;
  margin: 0px;
}
.leaderboard-main .row .col-md-6 .leaderboard-box .mid > ul li {
  margin-bottom: 20px;
  list-style-position: inside;
}
.leaderboard-main .row .col-md-6 .leaderboard-box .mid > ul li span.name {
  font-weight: 700;
  text-transform: uppercase;
}
.leaderboard-main .row .col-md-6 .leaderboard-box .mid > ul li:last-child {
  margin-bottom: 0px;
}
.ac-notification-mid {
  padding: 0 0 80px 0;
}
.ac-notification-mid p {
  font-weight: 600;
  margin: 0px;
}
.ac-notification-mid .notification-box {
  max-width: 500px;
  background: #f2f2f2;
  margin: 39px 0 40px 0;
  border: #d8d8d8 solid 1px;
  padding: 30px 32px;
}
.ac-notification-mid .notification-box .notification-list {
  margin: 0px;
  padding: 0px;
}
.ac-notification-mid .notification-box .notification-list li {
  padding: 0 0 15px 0;
}
.ac-notification-mid .notification-box .notification-list li:last-child {
  padding: 0px;
}
.ac-notification-mid .btn {
  font-size: 13px;
  font-weight: 600;
}
.address-wrapper p {
  font-weight: 400;
  margin-bottom: 20px;
}
.page-address-book .address-wrapper .m-t-80 {
  margin-top: 60px !important;
}
.page-add-edit-address #addressFormSection div#i18nAddressForm {
  margin-bottom: -11px;
  width: 100%;
  display: inline-block;
}
.right__section .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block:before {
  top: 36px;
}
.right__section .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box {
  padding: 0 0 0 4px;
}
.right__section .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 22px 0;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 480px) {
  .right__section .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box h3 {
    margin: 0 0 19px 0;
  }
}
@media screen and (max-width: 320px) {
  .right__section .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box h3 {
    margin: 0 0 14px 0;
    font-size: 12px;
  }
}
.right__section .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box p {
  font-weight: 400;
  line-height: 23px;
  margin: 0px;
}
.right__section .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item:last-child {
  border-bottom: #d1d1d1 solid 1px;
}
.address-remove-list h4 {
  margin: 10px 0 5px 0;
  font-weight: 700;
  font-size: 14px;
}
.address-remove-list p {
  margin: 0px;
}
.addressbook--form {
  padding: 10px 30px 0 9px;
}
.addressbook--form .floating-label .f-label__wrapper .c__input {
  background: #f8f8f8;
}
.addressbook--form .floating-label .f-label__wrapper .select--box .c__input {
  background: #fff;
}
.addressbook--form button.btn {
  margin: 43px 0 0 0;
}
.addressbook--form .checkbox__wrapper {
  padding: 0px 0 0 0;
}
.select--box .c__input {
  background: #fff !important;
}
.select--box:after {
  background: url("../../../@img_extra/img-caret.png") #ffffff !important;
}
@media screen and (max-width: 1199px) {
  .profile--main .password-change {
    position: relative;
    margin: 0 0 22px 0;
    display: inline-block;
  }
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    padding: 70px 0 0 72px;
  }
  .my-account__wrapper .list-in__cart .reward-block-myaccount {
    padding: 0px;
    top: 0;
    width: 100%;
  }
  .spr-table .store-pickup-main {
    padding: 0px 0 30px 0 !important;
    padding-top: 0px !important;
    width: 100%;
  }
  .return-status__main .return--status__mid .left-list-menu {
    margin: 0 0 0 0;
  }
  .account-common-wrapper {
    padding: 8px 0 0 0 !important;
  }
  .ac-profile-mid .password-reset-form .main__form .floating-label .btn-main .b-right-desktop {
    text-align: right;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    padding: 20px 0 0 90px;
  }
}
.page-add-edit-address form#addressForm .f-label__wrapper {
  padding-left: 17px;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .page-add-edit-address form#addressForm .f-label__wrapper {
    padding-right: 17px;
  }
}
@media screen and (min-width: 991px) {
  .w-420.f-label__wrapper {
    width: 435px;
    float: left;
    padding-left: 17px;
    padding-right: 0px;
  }
  .m-b-4 {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 991px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box figure .disable {
    width: 328px;
    height: 100%;
    top: 0px;
    margin: 0 auto;
    left: 0px;
    right: 0;
  }
  .leader-board-mobile ul.sort {
    margin: 0px;
    padding: 0px 15px;
  }
  .leader-board-mobile ul.sort li {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
  }
  .leader-board-mobile ul.sort li span {
    font-weight: 700;
  }
  .leader-board-mobile .leader-board-mobile--tab .tab {
    overflow: hidden;
    border: 1px solid #d1d1d1;
    background-color: #f2f2f2;
    padding: 21px 20px;
  }
  .leader-board-mobile .leader-board-mobile--tab .tab .view {
    display: block;
    margin: 0 0 15px 0;
  }
  .leader-board-mobile .leader-board-mobile--tab .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    width: 32.4%;
    display: inline-block;
    text-align: left;
  }
  .leader-board-mobile .leader-board-mobile--tab .tab button.active span {
    font-weight: 700;
    border-bottom: #707070 solid 1px;
  }
  .leader-board-mobile .leader-board-mobile--tab .tabcontent {
    display: none;
    padding: 23px 21px;
    border: 1px solid #d1d1d1;
    border-top: none;
  }
  .leader-board-mobile .leader-board-mobile--tab .tabcontent ul {
    padding: 0px;
    margin: 0px;
  }
  .leader-board-mobile .leader-board-mobile--tab .tabcontent ul li {
    margin-bottom: 20px;
    list-style-position: inside;
  }
  .leader-board-mobile .leader-board-mobile--tab .tabcontent ul li span.name {
    font-weight: 700;
  }
  .common-table-main {
    margin: auto;
  }
  .common-table-main .table {
    border: none;
  }
  .common-table-main .table thead {
    display: none;
  }
  .common-table-main .table tbody tr {
    border-bottom: #f2f2f2 solid 1px;
    padding: 20px;
    display: block;
  }
  .common-table-main .table tbody tr td {
    display: block;
    padding: 0;
    border: none;
  }
  .common-table-main .table tbody tr td.date {
    font-weight: 400;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .pagination__wrapper ul.pagination li a,
  .my-account-tab__wrapper .my-account-tab .tab-content .pagination__wrapper ul.pagination li span {
    padding: 6px 15px;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .activity-list .activity-list__in {
    padding: 0 0 0 0;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .activity-list .activity-list__in .icons {
    position: relative;
    top: 0;
    left: 0px;
    font-size: 25px;
    margin: 0 0 19px 0;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box {
    margin: 0 0 15px 0;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box h3 {
    font-size: 18px;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box p {
    font-size: 11px;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box .list li {
    font-size: 11px;
  }
  .activity-list > .row {
    position: relative;
  }
  .point-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .activity-list .points {
    display: block;
    text-align: right;
    padding: 0 0 0 0;
  }
  .btn-mobile-reward {
    padding: 5px 0 64px 0;
  }
  .btn-mobile-reward .btn {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
  }
  .welcome__mid.m-reward-mid {
    padding-bottom: 20px !important;
  }
  .my-account-tab__wrapper .my-account-tab {
    border: none;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content {
    padding: 0px;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .panel-default {
    margin: 0px;
    border: none;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .panel-heading {
    border-width: 1px 0 1px 0;
    border-color: #b4b4b4;
    border-style: solid;
    margin: 0 0 -1px 0;
    padding: 0px;
    position: relative;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #fff;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .panel-heading .panel-title {
    padding: 0px;
    font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .panel-heading .panel-title a {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 30px;
    display: block;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .panel-heading:after {
    position: absolute;
    right: 15px;
    top: 20px;
    content: "\EA03";
    font-family: "symbols";
    font-style: normal;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 13px;
    pointer-events: none;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .panel-heading.active {
    background: #f5f5f5 !important;
    border-bottom: 0px;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .panel-heading.active:after {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .panel-heading.active .panel-title a {
    font-weight: 700;
  }
  .ac-profile-mid .password-reset-form .main__form .btn-main .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main {
    padding: 24px 8px 0 8px !important;
  }
  .return-status__main .return--status__mid .right__section {
    padding: 0px 8px 0 8px;
    margin-top: 20px;
  }
  .profile--main .ac-profile-mid .profile-details li {
    font-size: 14px;
    padding: 0 0 14px 0;
    letter-spacing: 0.28px;
  }
  .profile--main .ac-profile-mid .profile-details li span {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
  .profile--main .actions {
    padding: 18px 0 0 0;
    margin: 0px;
    text-align: left;
  }
  .profile--main .actions li:first-child {
    padding-left: 0px;
  }
  .ac-profile-mid {
    padding: 10px 0 80px 0;
  }
  .return-status__main .return--status__mid > .col-md-3 {
    padding: 0px;
  }
  .orderlist__main .account-common__title {
    border-bottom: 0px;
    margin-bottom: 0px !important;
    padding-bottom: 0px!important;
    margin-top: 0px !important;
  }
  .orderlist__main .order-list {
    padding: 0;
  }
  .orderlist__main .order-list .order-list-head {
    padding: 11px 15px 0;
  }
  .orderlist__main .order-list .order-list-mid .order-list-in {
    padding: 25px 20px 8px;
    background: #fff;
  }
  .account-common-wrapper {
    padding: 30px 8px 0 8px !important;
  }
  .btn-checkout {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    display: block;
  }
  .no-ship {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
  }
  .list_thumbanil .list_thumbanil__in .remove-whish__list {
    margin: 0 0 20px 0;
    display: inline-block;
  }
  .list_thumbanil .list_thumbanil__in figure img {
    width: 100%;
    height: 100%;
  }
  .return-status__main .return--status__mid .left-list-menu ul li a {
    position: relative;
  }
  .return-status__main .return--status__mid .left-list-menu ul li a:after {
    content: "\EA03";
    font-family: "symbols";
    font-style: normal;
    position: absolute;
    right: 22px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .my-account-main {
    padding: 0px 15px 7px !important;
  }
  .my-account__wrapper .gift__card {
    background: #fff;
    border-width: 0 0 1px 0;
    padding-top: 0;
  }
  .my-account__wrapper .gift__card .btn-alignment {
    text-align: left;
  }
  .my-account__wrapper .gift__card .btn-alignment .btn {
    color: #000;
    background: none;
    padding: 0px;
    text-decoration: underline;
    border: none;
    text-transform: capitalize;
    box-shadow: none !important;
    font-size: 13px;
    padding: 0 0 0 40px;
  }
  .my-account__wrapper .gift__card .btn-alignment .btn:hover {
    color: #000;
  }
  .right__section.my-account__wrapper {
    padding: 0;
  }
  .my-account__wrapper .welcome__block .welcome_title {
    border-bottom: none;
    padding: 18px 0 10px 0;
    text-align: center;
  }
  .my-account__wrapper .gift__card p {
    font-size: 13px;
  }
  .my-account__wrapper .welcome__block .welcome__mid .progress-bar {
    width: 275px;
    margin: 0 auto;
    background: none;
    box-shadow: none;
  }
  .my-account__wrapper .welcome__block .welcome__mid {
    padding: 3px 0 70px 0px;
  }
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    padding: 10px 0 0;
    text-align: center;
  }
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content h2 {
    font-size: 32px;
    margin: 0 0 4px 0;
  }
  .my-account__wrapper .welcome__block .welcome__mid .btn-rewards {
    text-align: center;
    padding: 20px 0 0;
  }
  .my-account__wrapper .welcome__block .welcome__mid .btn-rewards .btn {
    width: 100%;
  }
  .account-common__title.mobile-remove-border {
    border: none;
    margin: 0;
  }
  .order-list {
    padding: 0px;
    border: #d9d9d9 solid 1px;
  }
  .order-list .order-list-head {
    background: #f2f2f2;
    padding: 15px 15px 0;
    border-bottom: #dcdcdc solid 1px;
  }
  .order-list .order-list-mid {
    padding: 0 0 0 0;
  }
  .order-list .order-list-mid .order-list-in {
    border: none;
    padding: 20px 20px 0;
  }
  .order-list .order-list-mid .order-list-in .btn__wrapper {
    text-align: center;
    max-width: 100%;
    float: none;
    padding: 24px 0 0 0!important;
  }
  .order-list .order-list-mid .order-list-in .btn__wrapper .btn {
    display: block;
    width: 100%;
  }
  .order-list .order-list-mid .order-list-in .btn__wrapper .btn--outline-primary {
    background: none;
    color: #000;
  }
  .order-list .order-list-mid .order-list-in .btn__wrapper .btn--outline-primary:hover {
    color: #fff !important;
  }
  .list-in__cart .cart__list {
    padding: 0 0 0 0;
  }
  .spr-product {
    width: 30%;
  }
  .list-in__cart .cart__list .spr-main-title {
    border: none !important;
    display: none;
  }
  .list-in__cart .account-common__title {
    position: relative;
    margin: 0;
  }
  .list-in__cart .cart__list .spr-table tr td .list {
    display: none;
  }
  .spr-table tr td.spr-form {
    padding: 0px !important;
    margin: 0px;
    padding-top: 20px!important;
  }
  .list-in__cart {
    padding: 49px 0 0 0;
  }
  .list_thumbanil {
    padding: 36px 0 60px 0;
  }
  .spr-table tr td div.product-details > .list-title {
    margin-top: 10px;
  }
  .order-list .order-list-mid .order-list-in .order-details-list li {
    text-transform: uppercase;
    padding: 0 0 14px 0;
  }
  .price-size-mobile {
    font-size: 16px !important;
  }
  .edit-btn-mobile {
    color: #000;
    text-decoration: underline;
    font-size: 13px;
  }
  .cart__list .spr-table .btn-selectors {
    margin: 12px 0;
    padding: 0;
  }
  .cart__list .spr-table .btn-selectors li {
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .cart__list .spr-table .btn-selectors li a {
    text-decoration: underline;
  }
  .my-account__wrapper .list-in__cart .reward-block-myaccount {
    top: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) and (max-width: 1024px) {
  .leader-board-mobile .leader-board-mobile--tab .tab button {
    text-align: left!important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) and (max-width: 1024px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .collapse .panel-body {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .my-account-tab__wrapper .my-account-tab {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) and (max-width: 414px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    padding: 10px 35px 0 35px;
  }
}
@media screen and (max-width: 991px) and (max-width: 375px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    padding: 10px 15px 0 15px;
  }
}
@media screen and (max-width: 991px) and (max-width: 360px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    padding: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 991px) and (max-width: 320px) {
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content {
    padding: 10px 0px 0px;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .list-in__cart .cart__list .spr-table tr td .list {
    display: block;
    text-align: left;
    padding-left: 100px;
  }
  .list-in__cart .cart__list .spr-table tr td .list li a {
    font-weight: 600!important;
  }
  .list-in__cart .cart__list .spr-table tr td .list .js-execute-entry-action-button {
    display: inline;
  }
  .list-in__cart .cart__list .spr-table tr td .list .whishlistentry {
    display: inline;
  }
  .list-in__cart .cart__list .spr-table tr td .list .whishlistentry #entryWishlistForm {
    display: inline;
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .spr-table tr td.spr-form {
    padding-top: 0px!important;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .list-in__cart {
    padding: 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .list_thumbanil {
    padding: 0px 0 60px 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .spr-table tr td div.product-details > .list-title {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .my-account-tab__wrapper .my-account-tab .panel-body {
    padding: 30px 0 0;
  }
}
.btn-main__wrapper .accountActions .delete-account-btn {
  border: none;
  background: #ffffff;
  color: #000000;
  padding: 0;
  margin-top: 46px;
  text-transform: capitalize;
  font-weight: 400!important;
  border-bottom: 1px solid #bababa;
  letter-spacing: 0.26px;
}
@media screen and (max-width: 991px) {
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box figure .disable {
    width: 100%;
    height: 100%;
  }
  .addressbook--form {
    padding: 25px 0;
  }
  .address-wrapper .btn {
    width: 100%;
    display: block;
  }
  .ac-notification-mid .notification-box {
    max-width: 100%;
  }
  .ac-notification-mid .notification-box .notification-list li .label {
    padding: 0px;
  }
  .ac-notification-mid .notification-box .notification-list li .label:before {
    position: relative;
    top: 0;
    left: 0px;
  }
  .ac-notification-mid .btn {
    width: 100%;
    display: block;
  }
  button.btn--secondary.btn.btn-large.btn--primary.btn--primary-light.text-uppercase {
    color: white !important;
    background-color: #33577e;
    border: 1px solid #33577e;
  }
  .ac-profile-mid .password-reset-form .main__form .btn-main .btn.btn--outline-primary {
    background-color: #fff !important;
    color: #000 !important;
  }
  .ac-profile-mid .password-reset-form .main__form .btn-main .btn.btn--outline-primary:hover {
    background-color: #000 !important;
    color: #fff !important;
  }
  .ac-payment-mid .refer-friend-list {
    padding: 14px 0 8px 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .refer-mail-box {
    padding-left: 0px;
    padding-right: 0px;
  }
  .refer-mail-box .refer-friend-box {
    padding-left: 20px!important;
    padding-right: 20px!important;
    margin: -10px;
  }
  .profile--main .ac-profile-mid .ac-profile-mid-form {
    padding: 10px 0 0;
  }
  .gender-options .radio_btn_wrapper .label {
    padding: 0 0 0 0;
  }
  .gender-options .radio_btn_wrapper .label:before {
    position: relative !important;
    top: 0px;
    left: 0;
  }
  .btn-main__wrapper .btn {
    display: block;
    width: 100%;
  }
  .btn-main__wrapper .accountActions .delete-account-btn {
    border: none!important;
    padding: 0!important;
    margin-top: 25px;
    width: 95px;
    border-bottom: 1px solid #bababa!important;
  }
  .modal--main .modal-dialog {
    margin: 0;
  }
  .ac-method-main .a-payment_method--list .list.radio_btn_wrapper li.list__item .label--block {
    padding: 0;
  }
  .ac-method-main .a-payment_method--list .list.radio_btn_wrapper li.list__item .label--block .in__box {
    padding: 0;
  }
  .ac-payment-mid .btn {
    display: block;
    width: 100%;
  }
  .whishlist-title a {
    display: block;
  }
  .right__section.my-account__wrapper.account-common-wrapper.list-mobile--title {
    padding: 20px 0 0 0 !important;
  }
  .list-mobile--title {
    margin: 0;
  }
  .list-mobile--title .account-common__title {
    border: none !important;
    margin: 0;
    padding: 0 0 0px 0;
  }
  .list-mobile--title .account-common__title .whishlist-title {
    position: relative;
    border-bottom: #bababa solid 1px;
    padding: 0 0 14px 0;
  }
  .list-mobile--title .account-common__title .whishlist-title a {
    top: -3px;
  }
  .list-mobile--title .list_thumbanil {
    padding: 0px 0 28px 0;
  }
  .btn-checkout {
    color: white !important;
    background-color: #0c3455;
    opacity: 1;
    border: 1px solid #0c3455;
  }
  .btn-checkout:hover {
    color: #fff !important;
  }
  .my-account__wrapper .list-in__cart .reward-block-myaccount .re-title .in--stock {
    margin: 0px 0px 0 0;
    width: 50%;
    float: left;
    display: inline-block;
  }
  .no-ship {
    width: 50%;
    float: left;
    position: relative;
    top: -4px;
    text-align: right;
  }
  .reward-block .re-title {
    background: #f2f2f2;
    padding: 14px 13px 9px;
    display: block;
  }
  .account-common__title .sort-list {
    text-align: left;
  }
  .account-common__title .sort-list li {
    padding: 0 20px 0 0;
    font-size: 13px;
    font-family: 'Gotham-Medium', Arial, Sans-Serif, Arial, sans-serif;
  }
  .sort-list {
    position: relative;
    min-height: 52px;
  }
  .sort-list li.first-child,
  .sort-list li.second-child {
    position: absolute;
    padding: 0px;
  }
  .sort-list li.first-child {
    top: 14px;
    left: 0px;
    font-weight: 600;
  }
  .sort-list li.second-child {
    top: 16px;
    right: 0px;
  }
  .account-common__title .sort-list li .btn-group.dropdown a {
    padding: 8px 20px 11px 1px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .right__section.my-account__wrapper.account-common-wrapper.list-mobile--title {
    padding: 0px 10px 0 10px!important;
  }
  .right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .col-lg-4 {
    padding: 0 8px!important;
  }
  .right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .col-lg-8 {
    padding: 0 8px!important;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) and (max-width: 320px) {
  .right__section.my-account__wrapper.account-common-wrapper.list-mobile--title {
    padding: 0!important;
  }
  .right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .col-lg-8 {
    padding: 0 8px!important;
  }
}
@media screen and (max-width: 991px) and (max-width: 375px) {
  .account-common__title .sort-list li {
    font-size: 12px!important;
  }
}
@media screen and (max-width: 991px) and (max-width: 360px) {
  .account-common__title .sort-list li {
    font-size: 12px!important;
  }
}
.removeAdd .b--hd__title {
  font-size: 23px;
}
.removeAdd .btn {
  font-size: 13px!important;
  font-weight: 600!important;
  letter-spacing: 0.26px!important;
  text-align: center!important;
}
.removeAdd .btn:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  outline: none;
  box-shadow: none;
}
.removeAdd .remove-list #details {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .leader-board-mobile .leader-board-mobile--tab .tab button {
    width: auto;
    margin-right: 60px;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box figure .disable i {
    width: 45px;
    left: 50%;
    top: 50%;
    font-size: 22px;
  }
  .my-account-tab__wrapper .my-account-tab .tab-content .reward-list-wrapper .reward-list-box figure .disable {
    width: 100%;
    height: 100%;
    right: auto;
    border-radius: 0%;
  }
  .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li {
    width: 82px;
  }
  .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li .f-label__wrapper .control-label {
    left: 10px;
  }
  .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li .f-label__wrapper .c__input {
    padding-right: 10px;
  }
  .profile--main .password-change {
    margin: 0 -14px 22px -14px;
    padding-right: 15px;
  }
  .account-addressbook .password-change {
    position: relative!important;
    margin: 22px -5px 0px -5px;
    padding-right: 15px!important;
  }
  .modal.fade.modal--main.remove-payment .modal-title.b--hd__title {
    text-align: center !important;
  }
  .remove-payment .modal-footer button {
    display: block;
    width: 100%;
    margin: 0px !important;
  }
  .remove-payment .modal-footer .btn + .btn {
    margin-top: 15px !important;
  }
  .remove-payment .modal-footer .btn--outline-primary {
    background-color: transparent;
    color: #000 !important;
  }
  .remove-payment .modal-header {
    padding: 45px 0!important;
    text-align: center;
  }
  .remove-payment .modal-header h4 {
    font-size: 22px;
    line-height: 26px !important;
  }
  .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .right__child {
    position: relative;
    right: 0px;
    display: block;
    left: 0;
    top: 0;
    margin: 0px 0 0 0px;
  }
  .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item {
    position: relative;
    border-bottom: #d1d1d1 solid 1px;
    border-top: #d1d1d1 solid 1px;
    padding: 35px 15px;
    margin: -1px 0 0 0;
  }
  .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item:last-child {
    border-bottom: #d1d1d1 solid 1px;
  }
  .ac-payment-mid .ac-method-main .a-payment_method--list {
    padding: 20px 0;
  }
  .card-options__main ul.card li.card-option label {
    padding: 0px !important;
  }
  .list-in__cart .cart__list table.table.spr-table tr.tr-block td.right-content {
    width: 70%;
  }
  .card-options__main .tab-content form .expiration__wrapper .date__text {
    padding: 0 0 10px 0;
  }
  .card-options__main .tab-content form .expiration__wrapper ul li:first-child {
    margin-left: 0;
  }
  .list_thumbanil .list_thumbanil__in .btn {
    font-size: 14px;
    margin: 10px 0 5px 0;
    font-size: 12px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 320px) {
  .list-in__cart .cart__list table.table.spr-table tr.tr-block td.right-content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ac-payment-mid .btn {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .right__section.my-account__wrapper {
    padding: 0px !important;
  }
  .ac-payment-mid .track-reference .track-table .table {
    border: none;
    display: block;
    max-width: 280px;
    overflow: auto;
  }
  .ac-payment-mid .track-reference .refer-friend-box form .btn-large {
    display: block;
    width: 100%;
    padding: 10px 0;
    /* font-size: 13px; */
  }
  .ac-payment-mid .refer-friend-list .list {
    width: 100%;
  }
  .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li {
    width: 64px;
  }
  .account-common__title .sort-list {
    text-align: left;
    padding: 15px 0 0 0;
  }
  .sort-list {
    position: relative;
    min-height: 52px;
  }
  .cart__list .spr-table .btn-selectors li {
    padding: 0 2px 0 0;
    font-size: 12px;
  }
}
.account-addressbook .password-change {
  background: #f2f2f2;
  padding: 12px 30px 12px 40px;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 25px;
}
@media (max-width: 768px) {
  .account-addressbook .password-change {
    display: inline-block;
  }
}
@media (max-width: 375px) {
  .account-addressbook .password-change {
    font-size: 12px;
    padding-left: 10px;
  }
}
@media (max-width: 320px) {
  .account-addressbook .password-change {
    font-size: 11px;
  }
}
.account-addressbook .password-change i {
  padding: 0 11px 0 15px;
  position: absolute;
  top: 12px;
  left: 0px;
}
.account-addressbook .password-change i img {
  width: 13px;
  height: 10px;
}
@media (max-width: 375px) {
  .account-addressbook .password-change span {
    padding-left: 0px;
  }
}
.addressbook-wrapper {
  padding-left: 8px!important;
}
@media (max-width: 768px) {
  .addressbook-wrapper {
    padding-left: 0!important;
  }
}
@media (max-width: 768px) {
  .addressbook-wrapper .whishlist-title {
    padding-bottom: 5px;
  }
}
.addressbook-wrapper .mobile-address-sub-title {
  display: none;
  margin-bottom: 25px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .addressbook-wrapper .mobile-address-sub-title {
    display: block;
  }
}
@media (max-width: 768px) {
  .addressbook-wrapper .btn--primary-light {
    display: block;
  }
}
.addressbook-wrapper .account-common__title {
  margin-bottom: 0px!important;
}
.addressbook-wrapper .addresbook--mid {
  padding-bottom: 0;
}
.addressbook-wrapper .addresbook--mid .ac-addresbook-main {
  width: 100%;
}
.addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list {
  padding-top: 0px!important;
}
.addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item {
  padding: 45px 140px 45px 16px;
}
@media (max-width: 768px) {
  .addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item {
    padding: 25px 15px;
  }
}
.addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block:before {
  top: 46px;
}
@media (max-width: 768px) {
  .addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block:before {
    top: 26px;
  }
}
.addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .right__child {
  top: 20%;
}
@media (max-width: 768px) {
  .addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .right__child {
    margin: 0px 0 0 20px;
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .right__child {
    margin: 0px 0 0 0px;
    padding-top: 2px;
  }
}
.addressbook-wrapper .addresbook--mid .ac-addresbook-main {
  margin-left: 0;
}
.p-b-25 {
  padding-bottom: 25px;
}
.buttons-flex-end {
  display: flex;
  align-items: flex-end;
}
.buttons-flex-end .edit-address-cancel {
  display: inline-block;
  margin-left: 30px;
  text-decoration: none;
  border-bottom: 1px solid #bababa;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Montserrat-SemiBold', sans-serif !important;
  letter-spacing: 0.26px;
}
.addBookPrivacy {
  padding-top: 10px;
}
.my-account-mobile-menu .scroll > li {
  border: 0!important;
}
.my-account-mobile-menu .scroll > li .logged-user-section {
  display: flex;
  align-items: center;
  padding: 16px 18px;
}
.my-account-mobile-menu .scroll > li .logged-user-section p {
  margin: 0;
}
.my-account-mobile-menu .scroll > li .logged-user-section p a {
  margin: 0;
  padding: 0;
}
.my-account-mobile-menu .scroll > li .my-account-show-btn {
  padding: 0;
  margin: 0;
  border: 0;
}
.cursor-show {
  cursor: pointer;
}
.my-account__wrapper .form-group.row {
  margin-bottom: 0px;
}
.my-account__wrapper .form-group.row .form-group {
  margin-bottom: 14px;
}
#addressFormSection .form-group.row {
  margin-bottom: 0px;
}
#addressFormSection .form-group.row .relative-position .form-group {
  position: relative;
}
#addressFormSection .form-group.row .form-group {
  position: relative;
  margin-bottom: 27px!important;
}
#addressFormSection .form-group.row .form-group label.control-label {
  left: 15px;
}
#addressFormSection .form-group.row .form-group label.error {
  position: absolute;
  top: 100%;
}
#TMRetailSignupForm .form-group.row .form-group {
  position: relative;
  margin-bottom: 25px!important;
}
#TMRetailSignupForm .form-group.row .form-group label.control-label {
  left: 15px;
}
#TMRetailSignupForm .form-group.row .form-group label.error {
  position: absolute;
  top: 100%;
}
#TMRetailSignupForm label#password-error.error {
  position: relative!important;
  top: 10px!important;
}
.add-payment-method-section .payment--section--box .form-group.row {
  margin-bottom: 0px;
}
.add-payment-method-section .payment--section--box .form-group.row .form-group {
  position: relative;
  margin-bottom: 25px!important;
}
.add-payment-method-section .payment--section--box .form-group.row .form-group label.control-label {
  left: 15px;
}
.add-payment-method-section .payment--section--box .form-group.row .form-group label.error {
  position: absolute;
  top: 100%;
  left: 0px;
}
@media (max-width: 768px) {
  .add-payment-method-section .my-account__wrapper {
    padding: 0px!important;
  }
  .add-payment-method-section .my-account__wrapper .ac-payment-mid p {
    padding: 0 10px;
  }
  .add-payment-method-section .my-account__wrapper .account-common__title h2 {
    padding: 0px 10px;
  }
  .add-payment-method-section .ac-method-main {
    padding: 0!important;
    margin-top: 37px;
  }
  .add-payment-method-section .ac-method-main .card-options__main .card .card-option label {
    padding: 0px 15px!important;
  }
}
@media (min-width: 768px) {
  .my-account-main .return-status__main .order-details-mid .shipping__options {
    margin-top: 40px;
  }
}
.my-account-main .return-status__main .order-details-mid .shipping__options .title {
  margin: 0 0 20px 0;
}
.my-account-main .return-status__main .order-details-mid .shipping__options .ship-title-p1 {
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .my-account-main .return-status__main .order-details-mid .shipping__options .ship-title-p1 {
    margin-bottom: 0px!important;
  }
}
.my-account-main .return-status__main .order-details-mid .shipping__options .ship-title-p2 {
  font-style: italic;
}
@media (max-width: 480px) {
  .my-account-main .return-status__main .order-details-mid .right__section .mid__block {
    border: 0px!important;
  }
}
.my-account-main .order__reciept .mid__block__bottom {
  margin-top: 6px;
}
.my-account-main .order__reciept .order__reciept-mid .order__confirmation-table table tbody tr:last-child {
  border-bottom: #9d9d9d solid 1px;
}
.account-addressbook .add-address-btn {
  font-size: 13px;
  width: 221px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .account-addressbook .add-address-btn {
    width: 100%;
    margin-bottom: 52px;
  }
}
.my-account__wrapper .welcome__block .welcome__mid .preferred-content p {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.64;
  letter-spacing: 0.28px;
}
.my-account__wrapper #paymentIframe {
  padding: 0!important;
  border: 1px solid #ddd;
  border-top: 0;
}
@media screen and (min-width: 768px) {
  .my-account__wrapper #paymentIframe {
    padding: 13px!important;
  }
}
@media screen and (max-width: 768px) {
  .my-account__wrapper #paymentIframe {
    padding: 5px!important;
  }
}
.my-account__wrapper #paymentIframe .payment--section--box {
  padding: 0px 8px;
}
@media screen and (max-width: 768px) {
  .my-account__wrapper .styled-checkbox + label {
    width: 100%;
  }
}
.my-account__wrapper .card-options__main {
  border: 0;
}
.my-account__wrapper .card-options__main .card {
  border: 1px solid #ddd!important;
}
.my-account__wrapper .card-options__main .tab-content {
  padding: 0px;
}
.my-account__wrapper .payment-flex-btns {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  margin-left: 21px;
}
@media screen and (max-width: 768px) {
  .my-account__wrapper .payment-flex-btns {
    margin-left: 0;
  }
}
.my-account__wrapper .payment-flex-btns a {
  margin-left: 50px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .my-account__wrapper .payment-flex-btns a {
    margin-left: 15px;
  }
}
.my-account__wrapper .payment-flex-btns a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .my-account__wrapper .payment-flex-btns {
    display: block;
  }
  .my-account__wrapper .payment-flex-btns .payment-cancel-btn {
    text-align: left;
    margin: 30px 0 50px;
  }
  .my-account__wrapper .payment-flex-btns .payment-cancel-btn a {
    display: block;
    margin-left: 0;
    font-weight: 600;
    text-align: center;
    padding: 11px 45px;
    border: #000 solid 1px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    margin: 15px 0 0 0;
    color: #000!important;
    background: #ffffff!important;
  }
  .my-account__wrapper .payment-flex-btns .payment-cancel-btn a:hover {
    color: #ffffff!important;
    background: #000000!important;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .my-account__wrapper .payment-flex-btns .payment-cancel-btn {
    margin: -25px 0 50px;
  }
}
.my-account__wrapper .ac-payment-mid .ac-method-main {
  width: 100%;
  margin-left: 0;
}
.my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item {
  padding-left: 0;
}
.my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label {
  cursor: default;
}
.my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label:before {
  display: none;
}
.my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label .col-md-12 {
  padding-left: 0;
}
.my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label .col-md-12 .in__box {
  padding-left: 0px;
}
@media (max-width: 480px) {
  .my-account__wrapper .ac-payment-mid .ac-method-main a.btn {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .my-account__wrapper .payment--section--box .payment-checkboxes {
    margin-bottom: 20px;
  }
  .my-account__wrapper .payment--section--box .payment-checkboxes .form-group .checkbox__wrapper {
    margin-bottom: 15px;
  }
  .my-account__wrapper .payment--section--box .payment-checkboxes .form-group .checkbox__wrapper label {
    font-size: 13.5px;
  }
  .my-account__wrapper .payment--section--box .m-pr-5 {
    padding-right: 5px;
  }
  .my-account__wrapper .payment--section--box .m-pl-5 {
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 360px) {
  .my-account__wrapper .payment--section--box .payment-checkboxes .form-group .checkbox__wrapper label {
    font-size: 12.5px;
  }
}
.my-account__wrapper .payment--section--box .form-group label.error {
  position: absolute;
  left: 15px;
  top: 100%;
}
.my-account__wrapper .payment--section--box .relative-position .form-group {
  position: relative;
}
.my-account__wrapper .payment--section--box .relative-position .form-group label.error {
  left: 0;
}
.select-custom {
  height: 40px;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.paypal-button.paypal-button-shape-rect {
  border-radius: 0px;
  background-color: #33577e!important;
  padding: 25px!important;
}
.day_count {
  max-height: 300px;
  height: auto;
}
.Month_names {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-bottom: 0;
  background: 0;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  width: 85px!important;
  overflow-x: hidden;
  overflow-y: auto;
  display: inline-block;
  background: #fff;
}
.Month_names li {
  padding: 5px 5px!important;
}
.Month_names li:hover {
  background-color: #f0f0f0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000;
  cursor: pointer;
}
.Month_names li .ui-state-active {
  padding: 0px 0px!important;
}
#returnLookupForm .f-label__wrapper .form-group {
  margin-bottom: 20px;
}
.rewards_account .f-label__wrapper .form-group {
  margin-bottom: 20px;
}
.rewards_account .checkbox__wrapper {
  position: relative;
  top: -4px;
}
.rewards_account .checkbox__wrapper label {
  letter-spacing: 0.28px;
}
.rewards_account .forget__password {
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.52px;
  text-align: right;
  color: #000000;
  border-bottom: 1px solid;
  text-decoration: none;
  position: relative;
  top: -4px;
}
.rewards_account .btn {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 85px;
  letter-spacing: 0.26px;
  margin-top: 30px;
}
#returnLookupForm .btn {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 85px;
  letter-spacing: 0.26px;
  margin-top: 26px;
}
/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .reward-list-wrapper .reward-list-box figure img {
    width: 209px;
  }
}
@media (max-width: 480px) {
  #footer-main .yCmsContentSlot {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .page-confirm-return-order #footer-main .yCmsContentSlot {
    margin-top: 27px;
  }
}
.return-guest-section {
  float: none;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .my-account-main .wishListCenter {
    margin: 0 auto;
    float: inherit;
  }
  .my-account-main .list_thumbanil .list_thumbanil__in .wishlistmore {
    text-align: center;
    clear: both;
    border-top: 1px solid #bababa;
    padding-top: 8px;
    margin: 0px 15px;
  }
  .my-account-main .list_thumbanil .list_thumbanil__in .wishlistmore .btn {
    display: inline-block;
    width: auto;
    background-color: #000;
    color: #fff;
  }
  .my-account-main .list_thumbanil .list_thumbanil__in .wishlistmore .btn:hover {
    background-color: #fff!important;
    color: #000!important;
  }
}
.page-postransaction .mid__block {
  border-bottom: none!important;
}
.page-postransaction .mid__block .order__confirmation-table .spr-table tr td {
  padding-top: 38px!important;
  font-size: 16px;
}
.page-postransaction .mid__block .order__confirmation-table .spr-table .spr-product {
  padding-top: 13px!important;
}
.guestShippingMethod .tool-tip__main {
  text-align: center;
  display: inline-block;
  padding-right: 18px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .guestShippingMethod .tool-tip__main {
    padding-right: 0px;
  }
}
.guestShippingMethod .tool-tip__main .tool-tip-in {
  position: relative;
  display: block;
}
.guestShippingMethod .tool-tip__main .tooltip-box {
  display: none;
}
.guestShippingMethod .tool-tip__main:hover .tooltip-box {
  display: block;
  width: 270px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  background: #000000;
  padding: 25px 22px;
  text-align: left;
  position: absolute;
  left: -128px;
  right: 0;
  top: 28px;
  z-index: 9;
  text-transform: initial;
}
.guestShippingMethod .tool-tip__main:hover .tooltip-box h2 {
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.guestShippingMethod .tool-tip__main:hover .tooltip-box p {
  margin: 0px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: #fff;
}
.guestShippingMethod .tool-tip__main:hover .tooltip-box:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}
.checkbox__wrapper .show_voucher {
  display: inline-block;
}
@media (max-width: 360px) {
  .checkbox__wrapper .show_voucher {
    font-size: 13px!important;
  }
}
.checkbox__wrapper .tool-tip__main {
  text-align: center;
  display: inline-block;
  padding-right: 18px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .checkbox__wrapper .tool-tip__main {
    padding-right: 0px;
  }
}
@media (max-width: 320px) {
  .checkbox__wrapper .tool-tip__main {
    position: relative;
    left: 70px!important;
    top: -25px;
  }
}
.checkbox__wrapper .tool-tip__main .tool-tip-in {
  position: relative;
  display: block;
}
.checkbox__wrapper .tool-tip__main .tooltip-box {
  display: none;
}
.checkbox__wrapper .tool-tip__main:hover .tooltip-box {
  display: block;
  width: 270px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  background: #000000;
  padding: 25px 22px;
  text-align: left;
  position: absolute;
  left: 229px;
  margin-top: 10px;
  z-index: 999;
  text-transform: initial;
}
@media (max-width: 480px) {
  .checkbox__wrapper .tool-tip__main:hover .tooltip-box {
    left: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 320px) {
  .checkbox__wrapper .tool-tip__main:hover .tooltip-box {
    left: -60px;
    margin-top: 0px;
  }
}
.checkbox__wrapper .tool-tip__main:hover .tooltip-box h2 {
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.checkbox__wrapper .tool-tip__main:hover .tooltip-box p {
  margin: 0px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: #fff;
}
.checkbox__wrapper .tool-tip__main:hover .tooltip-box:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}
@media (max-width: 320px) {
  #loyaltyRedemptionSection .reward-point--checkbox {
    padding-top: 0;
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  #loyaltyRedemptionSection .reward-point--checkbox .green-color {
    display: inline-block;
  }
}
#loyaltyRedemptionSection .show_reward {
  display: inline-block;
}
@media (max-width: 360px) {
  #loyaltyRedemptionSection .show_reward {
    font-size: 13px;
  }
}
#loyaltyRedemptionSection .tool-tip__main {
  text-align: center;
  display: inline-block;
  padding-left: 8px;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 480px) {
  #loyaltyRedemptionSection .tool-tip__main {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    cursor: pointer;
    top: -25px;
    left: 68%!important;
  }
}
@media (max-width: 375px) {
  #loyaltyRedemptionSection .tool-tip__main {
    display: inline-block;
    position: relative;
    top: -25px;
    left: 75%!important;
  }
}
@media (max-width: 320px) {
  #loyaltyRedemptionSection .tool-tip__main {
    display: inline-block;
    position: relative;
    top: -25px;
    left: 85%!important;
  }
}
#loyaltyRedemptionSection .tool-tip__main .tool-tip-in {
  position: relative;
  display: block;
}
#loyaltyRedemptionSection .tool-tip__main .tooltip-box {
  display: none;
}
#loyaltyRedemptionSection .tool-tip__main:hover .tooltip-box {
  display: block;
  width: 270px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  background: #000000;
  padding: 25px 22px;
  text-align: left;
  position: absolute;
  left: 40px;
  right: 0;
  top: -30px;
  z-index: 999;
  text-transform: initial;
}
@media (max-width: 480px) {
  #loyaltyRedemptionSection .tool-tip__main:hover .tooltip-box {
    left: -210px;
    top: 20px;
  }
}
@media (max-width: 320px) {
  #loyaltyRedemptionSection .tool-tip__main:hover .tooltip-box {
    top: 30px;
  }
}
#loyaltyRedemptionSection .tool-tip__main:hover .tooltip-box h2 {
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
#loyaltyRedemptionSection .tool-tip__main:hover .tooltip-box p {
  margin: 0px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: #fff;
}
#loyaltyRedemptionSection .tool-tip__main:hover .tooltip-box p a {
  color: #fff;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
#loyaltyRedemptionSection .tool-tip__main:hover .tooltip-box p a:hover {
  color: #fff!important;
  border-bottom: 1px solid #fff;
}
#loyaltyRedemptionSection .tool-tip__main:hover .tooltip-box:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  right: 100%;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #000;
}
@media (max-width: 480px) {
  #loyaltyRedemptionSection .tool-tip__main:hover .tooltip-box:before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
  }
}
.gift__card .tool-tip__main,
.giftcardBox .tool-tip__main {
  text-align: center;
  cursor: pointer;
  padding-left: 10px;
}
.gift__card .tool-tip__main .tool-tip-in,
.giftcardBox .tool-tip__main .tool-tip-in {
  position: relative;
  display: block;
}
.gift__card .tool-tip__main .tooltip-box,
.giftcardBox .tool-tip__main .tooltip-box {
  display: none;
}
.gift__card .tool-tip__main:hover .tooltip-box,
.giftcardBox .tool-tip__main:hover .tooltip-box {
  display: block;
  width: 270px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  background: #000000;
  padding: 25px 22px;
  text-align: left;
  position: absolute;
  left: 54px;
  right: 0px;
  z-index: 999;
  text-transform: initial;
  margin-top: 8px;
}
@media (max-width: 480px) {
  .gift__card .tool-tip__main:hover .tooltip-box,
  .giftcardBox .tool-tip__main:hover .tooltip-box {
    left: 38px;
    margin-top: 8px;
  }
}
.gift__card .tool-tip__main:hover .tooltip-box h2,
.giftcardBox .tool-tip__main:hover .tooltip-box h2 {
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.gift__card .tool-tip__main:hover .tooltip-box p,
.giftcardBox .tool-tip__main:hover .tooltip-box p {
  margin: 0px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: #fff;
}
.gift__card .tool-tip__main:hover .tooltip-box p a,
.giftcardBox .tool-tip__main:hover .tooltip-box p a {
  color: #fff;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.gift__card .tool-tip__main:hover .tooltip-box p a:hover,
.giftcardBox .tool-tip__main:hover .tooltip-box p a:hover {
  color: #fff!important;
  border-bottom: 1px solid #fff;
}
.gift__card .tool-tip__main:hover .tooltip-box:before,
.giftcardBox .tool-tip__main:hover .tooltip-box:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}
.cvv_main .tool-tip__main {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: -32px;
  top: 9px;
}
.cvv_main .tool-tip__main .tool-tip-in {
  position: relative;
  display: block;
}
.cvv_main .tool-tip__main .tooltip-box {
  display: none;
}
.cvv_main .tool-tip__main:hover .tooltip-box {
  display: block;
  width: 270px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  background: #000000;
  padding: 25px 22px;
  text-align: left;
  position: absolute;
  left: -128px;
  top: 28px;
  z-index: 999;
  text-transform: initial;
}
@media (max-width: 480px) {
  .cvv_main .tool-tip__main:hover .tooltip-box {
    left: -118px;
  }
}
.cvv_main .tool-tip__main:hover .tooltip-box h2 {
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.cvv_main .tool-tip__main:hover .tooltip-box p {
  margin: 0px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: #fff;
}
.cvv_main .tool-tip__main:hover .tooltip-box p a {
  color: #fff;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.cvv_main .tool-tip__main:hover .tooltip-box p a:hover {
  color: #fff!important;
  border-bottom: 1px solid #fff;
}
.cvv_main .tool-tip__main:hover .tooltip-box:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}
@media (max-width: 480px) {
  .cvv_main .tool-tip__main:hover .tooltip-box:before {
    left: -19px;
  }
}
.order-details-pickup-shipping .order-list-in {
  padding: 25px 0 50px 0px;
}
@media only screen and (min-width: 768px) {
  .order-details-pickup-shipping .order-list-in .order-details-shipping-right {
    padding-left: 90px!important;
  }
}
@media only screen and (max-width: 768px) {
  .order-details-pickup-shipping .order-list-in .order-details-shipping-right {
    padding-top: 40px!important;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .order-details-pickup-shipping .order-list-in .order-details-list-left {
    border-right: 1px solid #9d9d9d;
    padding-bottom: 130px!important;
  }
}
@media only screen and (max-width: 768px) {
  .order-details-pickup-shipping .order-list-in .order-details-list-left {
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 40px!important;
    border-right: none;
  }
}
.order-details-pickup-shipping .order-list-in .btn__wrapper {
  padding: 35px 0 0 0!important;
}
@media only screen and (max-width: 768px) {
  .account-common-wrapper.orders-page-wrapper .account-common__title .f-m.f-bold.whishlist-title {
    text-align: left;
    margin-bottom: 0!important;
  }
  .account-common-wrapper .account-common__title {
    border-bottom: none !important;
  }
}
.page-payment-add .add-payment-method-section .right__section {
  padding-top: 47px;
}
.page-preference-center .return-status__main .right__section {
  padding-top: 82px;
}
.Travismathe_location_btn {
  text-decoration: none;
  border-bottom: 1px solid #cdcdcd!important;
}
.Travismathe_location_btn:hover {
  text-decoration: none!important;
}
.order-status-steps .time-line__wrapper {
  padding: 80px 0px 50px;
}
.order-status-steps .time-line__wrapper .time-line-in .timeline-horizontal {
  margin: 0;
  padding: 0;
  counter-reset: step;
  text-align: center;
}
.order-status-steps .time-line__wrapper .time-line-in .timeline-horizontal li {
  list-style-type: none;
  width: 30.5%;
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.order-status-steps .time-line__wrapper .time-line-in .timeline-horizontal li:before {
  width: 22px;
  height: 22px;
  content: "";
  line-height: 27px;
  background-color: #dadada;
  display: block;
  text-align: center;
  margin: 7px auto 10px auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 8px #f0f0f0;
  box-shadow: 0px 0px 0px 8px #f0f0f0;
  position: relative;
  z-index: 9;
}
.order-status-steps .time-line__wrapper .time-line-in .timeline-horizontal li .text_container {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto 12px;
  bottom: auto;
  bottom: 100%;
  color: #c4c3c3;
  font-weight: 700;
  letter-spacing: 0.4px;
}
@media (max-width: 1366px) {
  .order-status-steps .time-line__wrapper .time-line-in .timeline-horizontal li .text_container {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .order-status-steps .time-line__wrapper .time-line-in .timeline-horizontal li .text_container {
    font-size: 13px;
  }
}
.order-status-steps .time-line__wrapper .time-line-in .timeline-horizontal li.active .text_container {
  color: #000;
}
.order-status-steps .time-line__wrapper .time-line-in .timeline-horizontal li.active:before {
  background-color: #47b745;
  -webkit-box-shadow: 0px 0px 0px 8px #d5eed4;
  box-shadow: 0px 0px 0px 8px #d5eed4;
}
.order-status-steps .time-line__wrapper .time-line-in .timeline-horizontal li.active:after {
  background-color: #55b776;
}
.order-status-steps .time-line__wrapper .time-line-in .timeline-horizontal li:after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #dadada;
  top: 20px;
  left: -50%;
  z-index: 1;
}
.order-status-steps .time-line__wrapper .time-line-in .timeline-horizontal li:first-child:after {
  display: none;
}
@media (min-width: 991px) {
  .accountView .product-title-left-0 {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .page-account-landing .orders__list a.btn {
    width: 100%;
  }
}
/************************************Dashboard Account Cart Items******************************************/
.Account_cart_details .item-title {
  border-bottom: #9d9d9d solid 1px;
}
.Account_cart_details .item-title h5 {
  font-size: 16px;
}
.Account_cart_details .item-title .cart_title {
  width: 186px;
}
@media (max-width: 480px) {
  .Account_cart_details .item-title .cart_title {
    width: 100%;
  }
}
.Account_cart_details .cart-item-border-bottom {
  padding: 0px;
  margin: 0px;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout {
  padding: 20px 0;
  border-bottom: #9d9d9d solid 1px;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .cart_img_tag {
  padding-left: 0px;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .Edit_fields {
  padding-right: 0px;
  padding-left: 0px;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .list ul {
  padding: 0px;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .list ul li {
  padding: 0px;
  border: 0px;
  padding: 0 0 10px 0;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .list ul li:first-child {
  margin-top: 7px;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .list ul li a {
  border-bottom: 1px solid #9d9d9d;
  text-decoration: none;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .list ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .list ul li a:active,
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .list ul li a:focus {
  text-decoration: none;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .list ul li .btn_anchor {
  font-weight: normal!important;
  text-decoration: none;
  border-bottom: 1px solid #9d9d9d;
  font-size: 14px;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .list ul li .btn_anchor:hover {
  border-bottom: 1px solid #000000;
}
.Account_cart_details .cart-item-border-bottom .giftCardCheckout .Car-page-details-info .reward-block .in--stock-box .col-md-7 p {
  font-size: 14px;
}
@media (max-width: 480px) {
  .Account_cart_details .cart-item-border-bottom .giftCardCheckout .instok-mobile .ship--items {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .reward-block .re-title {
    background: #f2f2f2;
    padding: 14px 13px 9px;
    display: block;
  }
  .item-block.Account_cart_details .Edit_fields {
    display: block !important;
    text-align: left;
  }
  .list-in__cart .Account_cart_details .cart-item-border-bottom .giftCardCheckout .Edit_fields {
    padding-right: 0;
    padding-left: 15px;
    padding-top: 10px;
  }
  .list-in__cart .Account_cart_details .item-title {
    display: none;
  }
  .my-account__wrapper .order-list .btn__wrapper .hidden-xs {
    display: none !important;
  }
  .page-account-landing.pageType-ContentPage .reward-block .pickupStatus {
    padding: 0;
    text-align: center;
  }
  .page-account-landing .right__section .list_thumbanil .btn--primary {
    color: #000000;
    background-color: white;
    border: 1px solid #000000;
  }
  .page-account-landing .right__section .list_thumbanil .btn--primary:hover {
    background-color: #000000 !important;
    color: white!important;
  }
  .Account_cart_details .cart-item-border-bottom .giftCardCheckout .list ul li {
    padding: 0px 0 5px 0;
  }
  .page-rewards-dashboard .my-account-tab__wrapper .my-account-tab .tab-content .panel-default .panel-body iframe {
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  .page-order .order-details-section .shipping-method-section .shipping__options .trackShipment-btn {
    padding: 0 0px 0 15px;
  }
  .page-order .order-details-section .shipping-method-section .shipping__options .trackShipment-btn .btn {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-order .order-details-section .shipping-method-section .shipping__options .trackShipment-btn {
    padding: 0 15px;
  }
}
.cancel-order-btn {
  text-align: right;
  padding-right: 0px;
  padding-top: 7px;
}
@media (max-width: 768px) {
  .cancel-order-btn {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 19px;
  }
}
.cancel-order-btn .btn-cancelorder {
  width: 220px!important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .cancel-order-btn .btn-cancelorder {
    width: auto!important;
    padding-left: 0px!important;
  }
}
.pick-uo-in-store-section .title-boxed .order-status .f-normal,
.shipping-method-section .title-boxed .order-status .f-normal {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 768px) {
  .page-rewards-dashboard #myDiv .tab-content .panel:last-child .panel-collapse.collapse.in {
    border-bottom: 1px solid #adadad;
  }
  .page-rewards-dashboard #myDiv .tab-content .panel:last-child .panel-collapse.collapse.in .panel-body {
    margin-bottom: 25px;
  }
  .page-rewards-dashboard .btn-mobile-reward {
    padding: 25px 0 64px 0;
  }
}
.page-profile .return-status__main {
  padding-bottom: 142px !important;
}
@media (max-width: 991px) {
  .page-profile .return-status__main {
    padding-bottom: 0px !important;
  }
}
.page-profile-update .remove-payment .modal-footer {
  padding: 0 37px 25px !important;
}
.page-address-book .a-payment_method--list .addressUserDetl {
  padding-top: 0px !important;
}
.page-wishlist .w-f-c a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .page-wishlist .w-f-c a {
    height: 100%;
    width: 100%;
  }
}
.page-wishlist .w-f-c a img {
  width: 100%;
  height: 100%;
}
.page-wishlist form#wishlistForm label#shared_email-error {
  left: 0;
  position: absolute;
  top: 100%;
}
.page-wishlist .list_thumbanil .list_thumbanil__in .desc p {
  margin: 4px 0 0 0;
}
.page-wishlist .list_thumbanil .list_thumbanil__in .desc p span {
  margin: 0 0 0 5px;
}
.page-account-landing .list_thumbanil .list_thumbanil__in .desc p {
  margin: 4px 0 0 0;
}
@media (max-width: 768px) {
  .page-account-landing .list_thumbanil .list_thumbanil__in .desc p {
    margin: 0px 0 0 0;
    line-height: 25px;
  }
}
.page-account-landing .list_thumbanil .list_thumbanil__in .desc p span {
  margin: 0 0 0 5px;
}
@media (max-width: 480px) {
  .page-public-Shared-wishlist .wishListCenter {
    padding: 0 8px;
  }
}
@media (max-width: 320px) {
  .page-public-Shared-wishlist .wishListCenter {
    padding: 0 15px;
  }
}
.page-public-Shared-wishlist .list-mobile--title {
  padding: 15px 10px 0 10px!important;
}
.page-public-Shared-wishlist .account-common-wrapper .list-mobile--title {
  padding: 0px 10px 0 10px!important;
}
@media (max-width: 480px) {
  .page-public-Shared-wishlist .account-common-wrapper .list-mobile--title .col-lg-5 {
    padding: 0 8px;
  }
}
@media (max-width: 480px) {
  .page-public-Shared-wishlist .account-common-wrapper .list-mobile--title .col-lg-7 {
    padding: 0 8px;
  }
}
@media (max-width: 375px) {
  .page-public-Shared-wishlist .account-common-wrapper .account-common__title .col-lg-5 {
    padding: 0 9px;
  }
}
@media (max-width: 375px) {
  .page-public-Shared-wishlist .account-common-wrapper .account-common__title .col-lg-7 {
    padding: 0 9px;
  }
}
@media (max-width: 480px) {
  .page-public-Shared-wishlist .account-common-wrapper .account-common__title .sort-list li {
    letter-spacing: 0px;
  }
}
@media (max-width: 375px) {
  .page-public-Shared-wishlist .account-common-wrapper .account-common__title .sort-list li #toggle-sort-selector {
    font-size: 10px!important;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 480px) {
  .page-public-Shared-wishlist .account-common-wrapper .account-common__title .sort-list li .sort-list--dropdown li {
    padding: 0 4px;
  }
}
@media (max-width: 375px) {
  .page-public-Shared-wishlist .account-common-wrapper .account-common__title .sort-list li .sort-list--dropdown li a {
    font-size: 11px!important;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 375px) {
  .page-public-Shared-wishlist .account-common-wrapper .account-common__title .sort-list li span {
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .page-public-Shared-wishlist .account-common-wrapper .account-common__title .f-m.f-bold.whishlist-title a {
    display: none;
  }
}
.page-public-Shared-wishlist .account-common-wrapper .list_thumbanil .list_thumbanil__in .desc {
  height: 100%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .page-public-Shared-wishlist .account-common-wrapper .list_thumbanil .list_thumbanil__in .desc {
    min-height: 100%;
  }
}
.page-public-Shared-wishlist .account-common-wrapper .list_thumbanil .list_thumbanil__in .desc h2 a {
  width: 139px;
}
.page-public-Shared-wishlist .account-common-wrapper .list_thumbanil .list_thumbanil__in .btn--outline-primary {
  background: #000;
  color: #fff !important;
  text-decoration: none;
}
.page-public-Shared-wishlist .account-common-wrapper .list_thumbanil .list_thumbanil__in .btn--outline-primary:hover:hover {
  color: #000000 !important;
  background-color: white !important;
  border: 1px solid #000000;
}
.page-public-Shared-wishlist .account-common-wrapper .list_thumbanil .list_thumbanil__in .wishlistmore {
  padding: 0px 10px;
}
@media (max-width: 768px) {
  .page-public-Shared-wishlist .account-common-wrapper .list_thumbanil .list_thumbanil__in .wishlistmore .btn {
    margin: 29px 0 35px 0;
    display: inline-block;
  }
}
.page-myStore .my-accountstore__wrapper {
  padding-top: 47px;
  padding-left: 8px;
  /* 
		##Device = Tablets, Ipads (portrait)
		##Screen = B/w 768px to 1024px
		*/
  /* 
		##Device = Tablets, Ipads (landscape)
		##Screen = B/w 768px to 1024px
		*/
}
@media (max-width: 480px) {
  .page-myStore .my-accountstore__wrapper {
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-myStore .my-accountstore__wrapper {
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-myStore .my-accountstore__wrapper {
    padding-top: 0px;
  }
}
.page-myStore .my-accountstore__wrapper .account-common__title {
  border-bottom: #bababa solid 0.3px;
  padding: 0 0 12px 0;
  margin-bottom: 0px!important;
}
@media (max-width: 480px) {
  .page-myStore .my-accountstore__wrapper .account-common__title {
    border-bottom: 0px;
  }
}
.page-myStore .my-accountstore__wrapper .account-common__title h2 {
  font-size: 27px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold', sans-serif;
  letter-spacing: 0.54px;
  line-height: 26px;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper {
  margin-bottom: 45px;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .sort_list {
  padding: 40px 0px;
  border-bottom: #bababa solid 0.3px;
}
@media (max-width: 480px) {
  .page-myStore .my-accountstore__wrapper .sorting__wrapper #items .sort_list {
    padding: 7px 0px;
  }
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .sort_list .filter-option-list {
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .sort_list .filter-option-list h1 {
  font-size: 13px;
  display: inline-block;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  font-family: Gotham;
  letter-spacing: .26px;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .sort_list .filter-option-list li.list {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  position: relative;
  line-height: 10px;
  text-transform: uppercase;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .sort_list .filter-option-list li.list:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  background-color: #aaaaaa;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .sort_list .filter-option-list li.list span {
  cursor: pointer;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .sort_list .filter-option-list li {
  display: inline-block;
  padding: 0 12px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .page-myStore .my-accountstore__wrapper .sorting__wrapper #items .sort_list .filter-option-list li {
    padding: 0 9px;
  }
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .sort_list .filter-option-list li.active {
  font-weight: 700;
  font-family: Gotham;
  letter-spacing: .26px;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .filter-option-content {
  margin: 0px;
  padding: 0px;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .filter-option-content .list__item {
  position: relative;
  padding: 45px 75px 40px 40px;
  border-bottom: #bababa solid 0.3px;
}
@media (max-width: 480px) {
  .page-myStore .my-accountstore__wrapper .sorting__wrapper #items .filter-option-content .list__item {
    padding: 30px 37px 30px 15px;
  }
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .filter-option-content .list__item .label--block::before {
  position: absolute;
  left: 6px;
  top: 45px;
}
@media (max-width: 480px) {
  .page-myStore .my-accountstore__wrapper .sorting__wrapper #items .filter-option-content .list__item .label--block::before {
    top: 30px!important;
  }
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .filter-option-content .list__item .label--block .in__box {
  text-align: left;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .filter-option-content .list__item .label--block .in__box h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.84px;
  font-family: 'Montserrat-Bold', sans-serif !important;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .filter-option-content .list__item .label--block .in__box p {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.84px;
  font-family: 'Montserrat-Regular', sans-serif !important;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .filter-option-content .list__item .label--block .in__box p span {
  text-transform: lowercase;
}
.page-myStore .my-accountstore__wrapper .sorting__wrapper #items .filter-option-content .list__item.active {
  background: #f2f2f2;
}
@media (max-width: 480px) {
  .page-myStore .my-accountstore__wrapper .store_addpage {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    left: 0;
    padding: 20px;
    background: #f2f2f2;
    border-top: 1px solid #c2c2c2;
    z-index: 10000000000;
  }
}
.page-myStore .my-accountstore__wrapper .store_addpage .btn {
  padding: 8px 51px;
  font-size: 12px;
}
@media (max-width: 480px) {
  .page-myStore .my-accountstore__wrapper .store_addpage .btn {
    width: 100%;
    padding: 15px 51px;
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .page-orderStatusPage .layout_tall-btm #checkOrderStatus .f-label__wrapper {
    margin-bottom: 27px;
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .page-orderStatusPage .layout_tall-btm #checkOrderStatus .f-label__wrapper .c__input {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .page-orderStatusPage .layout_tall-btm #checkOrderStatus .f-label__wrapper label.error {
    position: absolute;
    left: initial;
    top: 100%;
  }
}
@media (max-width: 768px) {
  .page-orderStatusPage .layout_tall-btm #checkOrderStatus .btn--widen {
    min-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .page-orderStatusPage .floating-label .f-label__wrapper.focused .control-label {
    left: 29px;
  }
}
.page-account-landing .Account_cart_details .cart-item-border-bottom .giftCardCheckout .Car-page-details-info .list-title {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 14px;
  letter-spacing: 0.28px;
}
.page-account-landing .Account_cart_details .cart-item-border-bottom .giftCardCheckout .Car-page-details-info .list ul li .btn_anchor {
  font-size: 13px !important;
  font-family: 'Montserrat-Regular', sans-serif !important;
  letter-spacing: 0.26px;
}
.page-account-landing .Account_cart_details .cart-item-border-bottom .giftCardCheckout .Car-page-details-info .list ul li a {
  font-size: 13px !important;
  font-family: 'Montserrat-Regular', sans-serif !important;
  letter-spacing: 0.26px;
}
.page-rewards-dashboard .leaderboard-main .row .col-md-6 .leaderboard-box .head p span {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 16px;
  letter-spacing: 0.32px;
}
@media (max-width: 1100px) {
  .page-orderConfirmationPage .paddingR0 .col-md-4 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .page-orderConfirmationPage .paddingR0 .col-md-4 {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .page-orderConfirmationPage .order-summary {
    padding: 25px;
  }
}
@media (max-width: 1100px) {
  .page-orderConfirmationPage .order-summary .b--hd__title {
    font-size: 25px;
  }
}
.guestShippingMethod .tool-tip__main img {
  max-width: 14px;
}
.page-multiStepCheckoutSummaryPage .tool-tip__main img {
  max-width: 14px;
}
.cvv_main .tool-tip__main img {
  max-width: 14px;
}
.custom-prefectures {
  color: #000000 !important;
}
.card-options__main {
  border: #d1d1d1 solid 1px;
  padding: 0;
  margin: 32px 0 60px;
}
@media (max-width: 480px) {
  .card-options__main {
    margin: 32px 0 0px;
  }
}
.card-options__main .card {
  border: none;
}
.card-options__main .card .card-option {
  display: block;
  width: 50%;
  height: auto;
  float: left;
  border-width: 0 1px 1px 0;
  border-color: #d1d1d1;
  border-style: solid;
  padding: 0px!important;
}
.card-options__main .card .card-option:last-child {
  border-right: 0px;
}
.card-options__main .card .card-option label {
  width: 100%;
  text-align: left;
  height: 40px;
  line-height: 40px;
  padding-left: 15px!important;
}
.card-options__main .card .card-option label img {
  vertical-align: sub;
  max-width: auto;
}
.card-options__main .card .card-option.active {
  background: #f2f2f2;
}
.card-options__main .card .card-option.active label {
  font-weight: 700;
}
.card-options__main .card .card-option a {
  padding: 0px;
  border: none !important;
  border-radius: 0px;
  background: transparent !important;
}
.card-options__main .card .card-option a:hover {
  background: transparent !important;
}
.card-options__main .tab-content {
  padding: 30px 18px;
}
@media (max-width: 768px) {
  .card-options__main .tab-content {
    padding: 10px 5px;
  }
}
.card-options__main .tab-content .control-label {
  left: 12px;
}
.card-options__main .tab-content form .c__input {
  background: #f8f8f8;
}
.card-options__main .tab-content form .expiration__wrapper .date__text {
  display: inline-block;
  font-size: 14px;
}
.card-options__main .tab-content form .expiration__wrapper ul {
  margin: 0px;
  padding: 0px;
  border: none;
  display: inline-block;
}
.card-options__main .tab-content form .expiration__wrapper ul li {
  width: 102px;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0 18px;
  border: none;
}
.card-options__main .tab-content form .expiration__wrapper ul li:first-child:after {
  content: "/";
  position: absolute;
  right: -25px;
  top: 8px;
}
.card-options__main .tab-content form .cvv_main {
  position: relative;
}
.card-options__main .tab-content form .cvv_main a {
  position: absolute;
  right: -30px;
  top: 8px;
}
.card-options__main .tab-content .f-label__wrapper .c__input {
  padding-right: 12px;
}
.card-options__main .paypal_wrapper {
  padding: 20px 80px;
}
.card-options__main .paypal_wrapper figure {
  height: 100%;
  float: left;
  padding: 0 40px 0 0;
}
.card-options__main .paypal_wrapper p {
  padding: 18px 0 0 0;
}
/*order details page table style (24-4-2019 )*/
.order-details-mid .order__reciept .mid__block__bottom .note {
  font-size: 13px;
  font-style: italic;
  max-width: 168px;
  display: block;
  font-weight: 400;
  padding: 0px 0 0 0;
  float: right;
}
/*order details page style*/
.btn--outline-primary {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.giftcard-section {
  padding: 202px 0 0 0;
}
.giftcard-section .gift-card__wrapper {
  position: relative;
  min-height: 661px;
  background-size: cover !important;
  background-position: center top !important;
}
.giftcard-section .gift-card__wrapper .gift-card-in {
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 0 109px 0 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.giftcard-section .gift-card__wrapper .gift-card-in h4 {
  font-size: 47px;
  color: #fff;
  margin: 0px;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.giftcard-section .gift-card__wrapper .gift-card-in p {
  font-size: 18px;
  color: #fff;
}
.giftcard-section .gift-card__wrapper .gift-card-in .button-list {
  margin: 0px;
  padding: 30px 0 0 0;
}
.giftcard-section .gift-card__wrapper .gift-card-in .button-list li {
  display: inline-block;
  text-align: right;
  padding: 0 6px 0 0;
}
.giftcard-section .gift-card__wrapper .gift-card-in .button-list li .btn {
  font-size: 13px;
  font-weight: 700;
  width: 203px;
  height: 40px;
  text-align: center;
  padding: 8px 0;
}
.giftcard-section .gift-card__wrapper .gift-card-in .button-list li .btn.btn--outline-primary {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.giftcard-section .gift-card__wrapper .gift-card-in .button-list li .btn.btn--outline-primary:hover {
  border-color: #000;
  color: #fff;
}
.giftcard-section .gift-card__wrapper .gift-card-in .button-list li .btn.btn--primary-light:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.giftcard-section .gift-card__wrapper .gift-card-in .button-list li:last-child {
  padding: 0px;
}
.giftcard-section.email-giftcard .gift-card__wrapper {
  min-height: 291px;
}
.giftcard-section.email-giftcard .email-giftcard-mid {
  padding: 74px 0 151px 0;
}
.giftcard-section.email-giftcard .email-giftcard-mid .main-title {
  font-size: 27px;
  font-weight: 700;
  color: #000;
  margin: 0px 0 78px 0;
  text-transform: uppercase;
  text-align: center;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box {
  padding: 0 74px;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 53px 0;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .floating-label .f-label__wrapper .control-label {
  left: 15px;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .floating-label .f-label__wrapper .c__input {
  background-color: #f8f8f8;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box.first-box {
  border-right: #bababa solid 1px;
  padding-bottom: 45px;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .price-list {
  margin: 0px;
  padding: 0px;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .price-list li {
  display: inline-block;
  padding: 0 10px 0 0;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .price-list li .label::before {
  margin: 0 7px 0 0;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .other-amount {
  background-color: #f2f2f2;
  padding: 11px 19px;
  margin: 26px 0;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .other-amount ul {
  margin: 0px;
  padding: 0;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .other-amount ul li {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .other-amount ul li h3 {
  font-weight: 600;
  margin: 0px;
  font-size: 13px;
  margin: 0 0 5px 0;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .other-amount ul li p {
  font-size: 13px;
  margin: 0px;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .other-amount ul li span {
  font-size: 14px;
  display: inline-block;
  color: #787878;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .other-amount ul li .c__input {
  width: 98px;
  display: inline-block;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box form.message-form label {
  font-size: 11px;
  margin: 0px 0 10px 0;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box form.message-form .c__input {
  height: 118px;
  background: #f8f8f8;
  resize: none;
  padding-top: 23px;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box form.message-form .btn--secondary {
  font-size: 13px;
  font-weight: 600;
  margin: 29px 0 18px 0;
}
.giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box form.message-form .gift-card-term {
  color: #000;
  text-decoration: underline;
  display: block;
  font-size: 13px;
}
.modal--main .modal-dialog .modal-content .modal-footer .btn--primary-light:hover {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #000 !important;
  outline: none;
  box-shadow: none;
}
.modal--main .modal-dialog .modal-content .modal-footer .btn--primary-light:focus,
.modal--main .modal-dialog .modal-content .modal-footer .btn--primary-light:active {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  outline: none;
  box-shadow: none;
}
.check-balance-content p {
  font-weight: 600;
  margin: 0px;
}
.check-balance-content form {
  padding: 25px 0;
}
.check-balance-content form .c__input {
  background: #f8f8f8;
}
.check-balance-content .f-label__wrapper .control-label {
  left: 15px;
}
.check-balance-content-active {
  display: none;
}
.change-active {
  display: none;
}
.check-balance .check-balance-change .check-balance-content {
  display: none;
}
.check-balance .check-balance-change .check-balance-content-active {
  display: block !important;
  padding-bottom: 76px;
}
.check-balance .check-balance-change .check-balance-content-active p {
  font-weight: 600;
}
.check-balance .check-balance-change .check-balance-content-active h4 {
  font-weight: 400px;
  font-size: 14px;
  margin: 34px 0 13px 0;
  text-transform: uppercase;
}
.check-balance .check-balance-change .check-balance-content-active h6 {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
}
.check-balance .check-balance-change .modal-footer .none-active {
  display: none;
}
.check-balance .check-balance-change .modal-footer .change-active {
  display: inline-block;
}
.mobile-list {
  display: none;
}
@media screen and (max-width: 1199px) {
  .giftcard-section {
    padding: 120px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .order-details-mid .order__reciept .mid__block__bottom .note {
    padding: 30px 0 0 0;
    float: right;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box.first-box {
    border: none;
  }
  .giftcard-section.email-giftcard .gift-card-in {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 0 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  .giftcard-section.email-giftcard .gift-card__wrapper .gift-card-in h4 {
    font-size: 24px;
    margin: 0 0 6px 0;
  }
  .giftcard-section.email-giftcard .gift-card__wrapper .gift-card-in p {
    font-size: 13px;
    color: #fff;
  }
  .giftcard-section.email-giftcard .gift-card__wrapper {
    min-height: 203px;
  }
}
@media screen and (max-width: 767px) {
  .order-details-mid .order__reciept .mid__block__bottom .note {
    padding: 30px 0 20px 0;
  }
  .giftcard-section.email-giftcard .gift-card-in {
    display: flex !important;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid {
    padding: 74px 0 58px 0;
  }
  .giftcard-section .gift-card__wrapper .gift-card-in {
    display: none;
  }
  .giftcard-section .gift-card__wrapper {
    min-height: 321px;
  }
  .gift-card-in-mobile {
    text-align: center;
    padding: 39px 20px;
  }
  .gift-card-in-mobile h4 {
    font-size: 24px;
    color: #000;
    margin: 0px;
    font-weight: 700;
    margin: 0 0 15px 0;
  }
  .gift-card-in-mobile p {
    font-size: 13px;
    color: #000;
  }
  .gift-card-in-mobile .button-list {
    margin: 0px;
    padding: 30px 0 0 0;
  }
  .gift-card-in-mobile .button-list li {
    display: inline-block;
    text-align: right;
    padding: 0 6px 0 0;
  }
  .gift-card-in-mobile .button-list li .btn {
    font-size: 13px;
    font-weight: 700;
    width: 203px;
    height: 40px;
    text-align: center;
    padding: 8px 0;
  }
  .gift-card-in-mobile .button-list li .btn.btn--outline-primary {
    background: transparent;
    border-color: #000;
    color: #000;
  }
  .gift-card-in-mobile .button-list li .btn.btn--outline-primary:hover {
    border-color: #000;
    color: #fff;
  }
  .gift-card-in-mobile .button-list li .btn.btn--primary-light:hover {
    color: #000;
    background: #fff;
    border-color: #000;
  }
  .gift-card-in-mobile .button-list li:last-child {
    padding: 0px;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .price-list li .label::before {
    position: relative;
    top: 0;
    left: 0;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box form.message-form .btn--secondary {
    display: block;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box form.message-form .gift-card-term {
    text-align: center;
    font-weight: 600;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .main-title {
    text-transform: uppercase;
    text-align: left;
    margin: 0px 0 28px 40px;
    font-size: 24px;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box {
    padding: 0 25px;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 18px 0;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .price-list li {
    width: 32%;
    padding: 0 0 25px 0;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .price-list li .label {
    padding: 0px;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .price-list li.third-child {
    text-align: right;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .price-list li.second-child {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .spr-product {
    width: 50%;
  }
  .list-in__cart .cart__list .spr-table tr td.spr-product {
    width: 90px!important;
  }
  .giftcard-section.email-giftcard .gift-card-in {
    display: flex !important;
    padding: 0 20px;
  }
  .mobile-list {
    display: block;
    margin: 1px 0 1px 0;
    letter-spacing: -2px;
    padding: 0px;
    text-align: center;
  }
  .mobile-list li {
    width: 49.5%;
    display: inline-block;
    letter-spacing: 0;
  }
  .mobile-list li a {
    cursor: pointer;
    display: block;
    padding: 23px 0;
    color: #fff;
    background-color: #b1b1b1;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
  }
  .mobile-list li a:active,
  .mobile-list li a:focus {
    color: #fff !important;
    text-decoration: none;
  }
  .gift-card-in-mobile .button-list li .btn {
    width: 154px;
  }
  .giftcard-section .gift-card__wrapper {
    min-height: 188px;
  }
}
@media screen and (max-width: 320px) {
  .spr-table tr .image-box-wrapper {
    min-height: 210px;
    width: 120px;
  }
  .spr-table tr.item-note .image-box-wrapper {
    min-height: 225px;
    width: 120px;
  }
  .spr-product img {
    position: absolute;
    left: 0px;
    width: inherit;
  }
  .gift-card-in-mobile .button-list li .btn {
    width: 134px;
    font-size: 11px;
  }
  .giftcard-section .gift-card__wrapper {
    min-height: 150px;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box {
    padding: 0 0;
  }
  .giftcard-section.email-giftcard .email-giftcard-mid .email-giftcard-box .other-amount ul li .c__input {
    width: 80px;
    display: inline-block;
  }
}
/*.spr-table tr.tr-block.item-note td img {
    position: relative!important;
}*/
.spr-table.order-details-table tr td div.product-details {
  width: fit-content;
  margin-left: unset;
}
.spr-table.order-details-table tr.tr-block td img {
  position: relative!important;
}
.accountView tr td.spr-form {
  padding-left: 0px !important;
  padding-right: 15px;
}
.accountView .spr-quantity {
  width: auto !important;
}
.accountView .list ul {
  margin: 0px -14px 0 0 !important;
  font-size: 13px !important;
}
.gray-separator {
  height: 1px;
  width: 100%;
  background: #f0f0f0;
}
.page-checkout-login .gray-separator {
  display: none;
}
.custom-width__highlights {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 18px;
}
.b--desktop .p-l-38 .b--navbar__third__info--companies li a {
  padding: 6px 13px!important;
  min-height: 20px;
}
.b--desktop .b--navbar__third__user--status ul li {
  top: 0px!important;
  text-transform: uppercase;
}
.b--navbar__third__info--companies li a img.cuater {
  width: 70px;
}
.b--navbar__third__info--companies li a {
  padding: 6px 13px!important;
}
.b--cta-fullwidth .b--cta-secondary h4.b--cta-secondary__heading {
  font-size: 16px;
}
.b--home-slider__img img {
  max-width: 100%;
  object-fit: cover;
}
.b--post-primary__title {
  font-size: 20px;
  font-family: "Montserrat";
  color: #222222;
  font-weight: 700;
  width: 100%;
  line-height: 22px;
  margin-top: 15px;
}
@media all and (max-width: 1400px) {
  .b--home-slider__description {
    margin-left: 0px;
  }
}
.b--product-highlight__outline {
  position: relative;
  border: 1px solid #c9cbd0;
  padding: 67px;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .b--product-highlight__outline {
    padding: 67px 67px 67px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .b--product-highlight__outline {
    padding: 67px 67px 25px;
  }
}
.page-perfectButtonUpPage .b--product-highlight__wrapper {
  width: 297px;
  /* 
			##Device = Tablets, Ipads (portrait)
			##Screen = B/w 768px to 1024px
		*/
  /* 
			##Device = Tablets, Ipads (landscape)
			##Screen = B/w 768px to 1024px
		*/
}
@media (max-width: 480px) {
  .page-perfectButtonUpPage .b--product-highlight__wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-perfectButtonUpPage .b--product-highlight__wrapper {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-perfectButtonUpPage .b--product-highlight__wrapper {
    width: 297px;
  }
}
.page-perfectButtonUpPage .b--product-highlight__wrapper .b--product-highlight__outline {
  padding: 30px 32px 8px 61px;
  left: -105px !important;
  top: 135px;
  /* 
			##Device = Tablets, Ipads (portrait)
			##Screen = B/w 768px to 1024px
		*/
  /* 
			##Device = Tablets, Ipads (landscape)
			##Screen = B/w 768px to 1024px
		*/
}
.page-perfectButtonUpPage .b--product-highlight__wrapper .b--product-highlight__outline .b--product-highlight__title {
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .page-perfectButtonUpPage .b--product-highlight__wrapper .b--product-highlight__outline {
    left: 0px !important;
    padding: 58px 40px 35px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-perfectButtonUpPage .b--product-highlight__wrapper .b--product-highlight__outline {
    left: 0px !important;
    top: 0px;
    padding: 45px 50px 10px 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-perfectButtonUpPage .b--product-highlight__wrapper .b--product-highlight__outline {
    left: -60px !important;
    top: 40px;
    padding: 45px 35px 10px 55px;
  }
}
.page-perfectButtonUpPage .b--product-highlight__wrapper .b--product-highlight__outline.label_left {
  padding: 30px 61px 8px 25px;
  left: 47px!important;
  /* 
			##Device = Tablets, Ipads (portrait)
			##Screen = B/w 768px to 1024px
		*/
  /* 
			##Device = Tablets, Ipads (landscape)
			##Screen = B/w 768px to 1024px
		*/
}
.page-perfectButtonUpPage .b--product-highlight__wrapper .b--product-highlight__outline.label_left .b--product-highlight__title {
  margin-bottom: 5px;
}
.page-perfectButtonUpPage .b--product-highlight__wrapper .b--product-highlight__outline.label_left .b--product-highlight__subtitle {
  width: 100%;
}
@media (max-width: 480px) {
  .page-perfectButtonUpPage .b--product-highlight__wrapper .b--product-highlight__outline.label_left {
    left: 0px !important;
    padding: 58px 40px 35px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-perfectButtonUpPage .b--product-highlight__wrapper .b--product-highlight__outline.label_left {
    padding: 45px 50px 10px 50px;
    left: 0px !important;
    top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-perfectButtonUpPage .b--product-highlight__wrapper .b--product-highlight__outline.label_left {
    top: 23px;
    padding: 45px 50px 10px 25px;
    left: -20px !important;
  }
}
.p-l-38 {
  padding-left: 38px!important;
}
.sbc-a {
  padding: 9px 0!important;
}
.sbc-a .tm-logo-sbc {
  width: 142px;
  height: 17px;
}
.b--navbar__third__info--companies li:first-child img {
  max-width: 140px!important;
}
.b--navbar__third__info--companies li a {
  padding: 9px 13px!important;
}
.s.s-shopping-cart.s-2x:before {
  font-size: 22px!important;
  top: 0px!important;
}
.b--navbar--mobile__primary__menu-wrapper {
  height: 60px !important;
}
.b--home-slider .slick-dots {
  text-align: center!important;
  width: 236px!important;
  margin: 0px auto 0!important;
  padding-left: 27px;
  padding-right: 27px;
}
@media screen and (min-width: 1366px) {
  .b--home-slider .slick-dots {
    margin: 16px auto 0 !important;
  }
}
.buy-the-look__slider .b--slider--shopLook .slick-arrow {
  max-width: 262px;
  left: 50%!important;
  transform: translateX(-50%);
  text-align: center;
  bottom: 0px;
  margin: 0px;
  right: 0;
}
.slick-dots li {
  display: inline-block;
}
.b--hd__subtitle {
  font-size: 15px;
  letter-spacing: 0;
}
.main-logo-header {
  height: -webkit-fill-available !important;
  max-height: 60px;
}
.w-none {
  width: unset!important;
}
.mw-clbc .b--product-highlight__outline {
  left: -72px !important;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .mw-clbc .b--product-highlight__outline {
    left: -50px !important;
  }
}
.mw-clbc .b--product-highlight__outline.label_left {
  left: 10px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .categeoryalignment {
    padding-top: 10px;
    flex-flow: column;
    display: flex;
  }
  .categeoryalignment .left-column-order-1 {
    order: 1;
  }
  .categeoryalignment .left-column-order-2 {
    order: 2;
  }
}
.b--desktop .p-l-38 .b--navbar__third__info--companies li a {
  padding: 9px 13px!important;
  min-height: auto !important;
}
.b--cta-fullwidth .b--cta-secondary .b--cta-secondary__btn {
  padding: 8px 28px;
  font-weight: 600;
  font-size: 13px;
}
.custom-width__wrapper {
  padding: 0px 15px;
}
.b--cta-fullwidth .b--cta-secondary .b--cta-secondary__btn {
  padding: 8px 28px;
  font-weight: 600;
  font-size: 13px;
}
.btl-btn {
  padding: 10px 30px;
}
.buy-the-look__slider .b--home-slider__description h3.b--home-slider__description__title {
  color: #000000;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.buy-the-look__slider p.b--home-slider__description__subtitle {
  color: #000000;
  font-family: "Gotham Book";
  font-size: 14px;
  max-width: 180px;
  margin: 22px 0;
}
.buy-the-look__slider .b--home-slider__img {
  width: 100%;
  margin-left: 0;
  height: 525px;
  padding: 0 8px;
}
.buy-the-look__slider .b--home-slider__aside {
  margin-left: 0;
  width: 340px;
}
.buy-the-look__slider .b--home-slider__description {
  position: relative;
  width: 340px;
  margin-top: 200px;
  margin-left: -24px;
  z-index: 5;
}
@media (max-width: 1280px) {
  .buy-the-look__slider .b--home-slider__description {
    margin-top: 190px;
    margin-left: 20px!important;
  }
  .buy-the-look__slider .b--home-slider__description .b--home-slider__description__title {
    font-size: 28px!important;
  }
  .buy-the-look__slider .b--home-slider__description .b--home-slider__description__subtitle {
    font-size: 13px;
    max-width: 170px;
  }
  .buy-the-look__slider .b--home-slider__description .btl-btn {
    padding: 10px 27px;
    font-size: 12px!important;
  }
}
.buy-the-look__slider .b--product--smaller {
  padding-left: 8px;
  padding-right: 8px;
}
.b--home-slider__aside .b--product--smaller .b--product__title--smaller {
  font-weight: 800;
  margin-bottom: 11px;
}
.buy-the-look__slider p.b--home-slider__description__subtitle {
  font-size: 15px;
  max-width: 200px;
}
@media all and (max-width: 1200px) {
  .buy-the-look__slider .b--home-slider__img {
    position: relative;
    width: 550px;
    height: 550px;
    margin-left: 0px;
  }
}
.b--home-slider__aside {
  position: relative;
  width: 360px;
  margin-left: 16px;
}
@media all and (max-width: 1400px) {
  .b--home-slider__aside {
    margin-left: 0px!important;
  }
  .buy-the-look__slider .b--home-slider__description {
    margin-left: -12px;
  }
}
.buy-the-look__slider .b--home-slider__description {
  margin-left: -20px;
}
.buy-the-look__slider .b--home-slider__img {
  height: 525px;
}
.b--slider--arrivals .b--product--spacer .b--product__img:hover .b--product__img-quick {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff!important;
  border: none;
}
b--slider--arrivals .b--product--spacer .b--product__img .b--product__img-quick:hover {
  background: #000 !important;
  color: #fff!important;
}
.life-on-tour .b--section-primary__title--top {
  top: 41%!important;
}
.life-on-tour .b--section-primary__subtitle--top {
  top: 39%!important;
}
.life-on-tour .b--section-primary__btn--top {
  top: 63%!important;
}
.metadata-option.active {
  height: auto!important;
}
.b--slider--arrivals .b--product--spacer .b--product__img .b--product__img-quick:hover {
  background: #000 !important;
  color: #fff !important;
  opacity: 9 !important;
}
.btn--quickShop {
  color: white;
  background-color: #000000;
  border: none;
  font-size: 14px;
}
.custom-width__wrapper {
  max-width: 490px;
  margin: 0 auto;
}
.b--cta-fullwidth .block.b--va-wrap h4.b--cta-secondary__heading {
  font-size: 18px;
}
@media all and (max-width: 1400px) {
  .b--home-slider__description {
    margin-left: -24px;
  }
}
@media (max-width: 1200px) {
  .b--home-slider__img .btn {
    display: block;
    position: absolute;
    width: 248px;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 12px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1199px) {
  .b--home-slider .slick-dots {
    margin: 45 auto 0!important;
  }
  .buy-the-look__slider .b--slider--shopLook .col-lg-2.col-md-2 {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .buy-the-look__slider .b--home-slider__img {
    height: auto!important;
    width: auto!important;
  }
  .buy-the-look__slider p.b--home-slider__description__subtitle {
    max-width: none!important;
  }
  .mw-clbc .btn--primary.btn--primary-light {
    color: #000000 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    text-decoration: underline !important;
    border: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .b--product .metadata-option {
    height: auto!important;
  }
  .b--slider--arrivals .b--product .metadata-option .metadata-slider {
    position: relative;
  }
  .b--product .metadata-option.active .metadata-slider {
    flex-wrap: wrap!important;
    top: 0;
  }
  .b--product .metadata-option .metadata-option__btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 480px) {
  .buy-the-look__slider .b--home-slider__img {
    padding: 0 8px !important;
  }
  .b--categories__all .slider-three .col-md-4 {
    padding: 0 8px !important;
  }
  .b--product-highlight .mw-clbc .col-lg-9.col-md-9 {
    padding: 0 0px !important;
  }
  .b--slider--arrivals .b--product .metadata-option .metadata-slider .item {
    margin-right: 0px;
    margin-bottom: 8px;
    width: 59px;
    padding-right: 0;
  }
  .custom-width__highlights .b--hd__subtitle {
    font-size: 15px !important;
  }
  .b--categories__all .slider-three .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .b--slider--arrivals .b--product .metadata-option .metadata-slider {
    width: 220px;
  }
  .b--slider--arrivals .b--product .metadata-option .metadata-option__btn {
    padding: 7px 30px 0 0;
  }
  .b--product-highlight__outline {
    left: 0px!important;
  }
  .b--cta-primary__img:hover img {
    transform: translateX(-50%);
  }
  .b--posts .b--post-primary {
    padding: 25px 12px !important;
  }
  .mw-clbc .b--product-highlight__outline {
    left: 0px !important;
    top: -3px !important;
    padding: 58px 40px 35px;
    text-align: center;
  }
  .mw-clbc .b--product-highlight__outline .b--product-highlight__subtitle {
    width: 100%;
  }
  .block.b--categories__ocassion {
    padding-left: 8px;
  }
  .buy-the-look__slider p.b--home-slider__description__subtitle {
    margin: 0px;
    font-size: 18px;
  }
  .buy-the-look__slider .b--home-slider__description h3.b--home-slider__description__title {
    font-size: 26px;
    margin: 0 0 19px 0;
  }
  .b--home-slider {
    padding: 0 0 40px!important;
  }
  .b--cta-fullwidth .block.b--va-wrap h4.b--cta-secondary__heading {
    top: 33%;
  }
  .b--home-slider__description {
    margin: 40px auto 27px !important;
    width: auto!important;
  }
  .buy-the-look__slider .slick-dots {
    margin: 34px auto 0!important;
  }
  .b--cta-fullwidth .b--va-wrap .b--cta-secondary__logo--top {
    top: 17%!important;
  }
  .b--cta-fullwidth .b--va-wrap .b--cta-secondary__logo {
    max-width: 232px !important;
  }
  .b--cta-fullwidth .b--va-wrap .b--cta-secondary__heading--top {
    top: 36%!important;
  }
  .b--cta-fullwidth .b--va-wrap h4.b--cta-secondary__heading {
    font-size: 17px!important;
  }
  .b--cta-fullwidth .b--va-wrap .btn--outline-secondary--mobile {
    font-weight: 600!important;
    font-size: 17px!important;
  }
  .b--modal-signup .modal-dialog.b--modal-signup__window {
    left: 0px;
    right: 0px!important;
    left: 0px !important;
    top: 25px !important;
    position: relative!important;
    margin: 0px auto;
  }
}
section.block.b--posts .b--post-primary .b--post-primary__img img {
  object-fit: contain;
}
.b--categories__all .arrow-prev {
  z-index: 9;
  left: 25%!important;
}
.b--categories__all .arrow-next {
  right: 25%!important;
}
.custom-width__highlights {
  max-width: 582px;
  margin: 0 auto;
  padding: 0px;
}
@media (max-width: 480px) {
  .custom-width__highlights {
    padding: 0px 18px!important;
  }
}
.custom-width__highlights .b--hd {
  padding: 42px 0px 25px 0px!important;
}
@media (max-width: 480px) {
  .custom-width__highlights .b--hd {
    padding: 18px 18px 25px 18px!important;
  }
}
@media (max-width: 360px) {
  .custom-width__highlights .b--hd {
    padding: 18px 5px 25px 5px!important;
  }
}
.custom-width__highlights .b--hd__subtitle {
  font-size: 16px!important;
  letter-spacing: 0.32px!important;
  margin-bottom: 0;
}
#subscribeNewsLetter .b--promo__form__form-group {
  padding-bottom: 2px;
}
.home-rewards-close {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 19px;
}
.f-g {
  font-family: 'Gotham Book' !important;
}
.home-padding {
  margin-top: 222px;
}
@media screen and (max-width: 1199px) {
  .home-padding {
    margin-top: 150px;
  }
}
/* .b--section-primary {
  height: 660px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.b--section-primary__wrapper {
  position: relative;
  height: 660px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .b--section-primary__wrapper {
    height: 550px;
    height: calc(100vh - 135px);
  }
}
.b--section-primary--top-element {
  margin-top: 188px;
}
@media screen and (max-width: 768px) {
  .b--section-primary--top-element {
    background-image: url('../@img_extra/category-primary5.png') !important;
  }
}
@media all and (max-width: 1200px) {
  .b--section-primary--top-element {
    margin-top: 135px;
  }
}
.b--section-primary__description {
  position: absolute;
  bottom: 245px;
  left: 55px;
}
@media screen and (max-width: 768px) {
  .b--section-primary__description {
    text-align: center;
    width: 100%;
    padding: 0 40px;
    bottom: 30px;
    left: 0;
  }
}
.b--section-primary__title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Sans-Serif;
}
.b--section-primary__title br {
  display: none;
}
@media screen and (max-width: 768px) {
	.b--section-primary { */
/* height: 100%; */
/*     background-position: bottom;
  }
  #b--section-primary2 .col-lg-12.col-lg-offset-0.text-left{
    margin-top:100%;
  }
  .b--section-primary__title {
    text-align: center;
    font-size: 32px;
    width: 100%;
  }
  .b--section-primary__title br {
    display: block;
  }
}
.b--section-primary__subtitle {
  position: relative;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 18px;
  color: white;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .b--section-primary__subtitle {
    text-align: center;
    font-size: 16px;
    width: 100%;
  }
		  .b--section-primary__title,
  .b--section-primary__subtitle,
  .b--section-primary .btn--primary {
    transform: unset;
    position: relative;
    top: unset;
    left: unset;
  }
}
 */
i.b--section-primary__circle__bd__icon.s.s-plus.text-white {
  top: 0px!important;
  right: 0px !important;
  position: relative !important;
  font-size: 15px !important;
}
.b--section-primary__circle__bd {
  padding: 5px 0 0 0;
}
.b--section-primary__wrapper.category-banner-wrapper {
  position: relative;
  height: 660px;
}
.category_page_title {
  padding: 40px 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.category_page_image img {
  max-height: 310px;
}
#b--section-primary2 {
  text-align: center;
}
.category--banner {
  position: absolute;
  bottom: 245px;
  left: 55px;
}
.category--banner h1.b--section-primary__title {
  position: relative;
}
.category--banner h4.b--section-primary__subtitle {
  position: relative;
}
@media (max-width: 768px) {
  .my-account__wrapper .welcome__block .welcome__mid .btn-rewards {
    padding-top: 0px;
  }
  .my-account__wrapper .welcome__block .welcome__mid {
    padding-bottom: 50px;
  }
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
  button.btn.btn--primary-light.btn--secondary.btn-checkout {
    background-color: #000000;
  }
  .list_thumbanil .list_thumbanil__in .desc h2 {
    font-size: 15px;
    padding-bottom: 1px;
  }
  .list_thumbanil .list_thumbanil__in .desc p {
    font-size: 13px;
    margin: 0px 0 0 0;
  }
  .list_thumbanil .list_thumbanil__in .desc {
    height: 119px;
    margin-bottom: 0px;
  }
  .remove-payment .modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .list_thumbanil .list_thumbanil__in .desc p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .list_thumbanil .list_thumbanil__in .desc {
    min-height: 120px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .list_thumbanil .list_thumbanil__in .desc {
    min-height: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
  }
}
.addressbook--form .floating-label .f-label__wrapper .c__input {
  background: #fff!important;
}
.floating-label .f-label__wrapper .control-label {
  font-weight: initial !important;
}
.category-title .b--hd {
  padding-top: 59px!important;
}
.custom-width__wrapper .b--hd .b--hd__title {
  margin-top: 0px!important;
}
.custom-width__wrapper.category-title {
  margin-top: 0px!important;
}
.b--listing-product__wrapper .text-right > span {
  padding-right: 25px;
}
#toggle-sort-selector {
  font-size: 12px;
}
@media (max-width: 375px) {
  #toggle-sort-selector {
    font-size: 11px!important;
  }
}
@media (max-width: 320px) {
  #toggle-sort-selector {
    font-size: 10px!important;
  }
}
@media (min-width: 768px) {
  .item-block ul li a.edit-i {
    margin: 27px 0 28px 0;
  }
  .item-block ul li .p-name {
    margin: 0px 0 10px 0;
  }
  .item-block ul li .p-color {
    margin: 0 0 2px 0;
  }
}
.b--navbar--mobile__nav-primary li a img {
  width: 100%;
}
@media (max-width: 1025px) {
  .moboMenu {
    position: relative;
    top: 0px;
    padding: 0px 18px!important;
  }
}
.b--navbar--mobile__nav-primary.my-account-mobile-menu.b--navbar--mobile__nav-primary--is-active {
  padding: 5px 18px;
  height: auto;
  margin: 0;
  background: #f5f5f5;
}
.my-account-mobile-menu li#userBtn p {
  display: inline-flex;
  margin: 0px;
  position: relative;
}
.my-account-mobile-menu li#userBtn p.User_status {
  padding: 0px 0px 0px 5px;
}
@media (max-width: 480px) {
  .my-account-mobile-menu li#userBtn p.User_status {
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 480px) {
  .my-account-mobile-menu li#userBtn p.User_status a {
    font-weight: normal;
  }
}
.my-account-mobile-menu li#userBtn p span.Logged_user {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  max-width: 105px;
}
@media (max-width: 360px) {
  .my-account-mobile-menu li#userBtn p span.Logged_user {
    font-size: 14px;
  }
}
.my-account-mobile-menu li#userBtn p .space {
  font-size: 16px;
}
@media (max-width: 480px) {
  .my-account-mobile-menu li#userBtn p .space {
    padding: 0px 4px;
    font-weight: normal;
  }
}
.my-account-mobile-menu li#userBtn p a {
  font-size: 16px;
}
@media (max-width: 360px) {
  .my-account-mobile-menu li#userBtn p a {
    font-size: 14px;
  }
}
.size-select-modal .modal-content .modal-accordian .panel-default {
  border-color: #bababa;
}
.size-select-modal .modal-content .modal-accordian .panel-heading {
  background: #fff;
  padding: 12px 15px;
  border-top: none;
  border-color: #bababa;
  border-radius: 0px;
  font-size: 27px !important;
}
.size-select-modal .modal-content .modal-accordian .panel-heading .panel-title {
  padding: 0px;
}
.size-select-modal .modal-content .modal-accordian .panel-body {
  border-top-color: #bababa;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .click-a {
  font-size: 27px !important;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .click-a:before {
  content: "\EA04" !important;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default.active .click-a:before {
  content: "\EA04" !important;
}
.size-chart__wrapper {
  border-bottom: #bababa solid 1px;
  padding: 0 0 0 0;
  margin: 0 0 17px 0;
}
.size-chart__wrapper .m-table table thead th {
  border: none !important;
  font-family: 'Montserrat', sans-serif;
}
.size-chart__wrapper .m-table table tr td {
  border: none !important;
}
.size__chart-list ul {
  margin: 0px;
  padding: 0px;
}
.size__chart-list ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  border-color: #bababa;
  border-width: 1px 0px;
  border-style: solid;
  padding: 14px 18px;
  display: block;
  margin: 0 0 -1px 0;
  text-decoration: none;
}
.size__chart-list ul li:first-child a {
  border-top: 0px;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel-default .panel-body {
  padding: 0px;
}
/*-- member checkout latet edit --*/
.bottom-edited-wrapper .btn-placeholder {
  background: #295981;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
  height: 55px;
  text-align: center;
  padding: 16px 0 0 0;
}
.bottom-edited-wrapper .cookie__container {
  text-align: center;
  padding: 40px 102px 0;
}
.bottom-edited-wrapper .cookie__container p {
  font-size: 13px;
  color: #000;
  line-height: 22px;
  font-style: italic;
}
.bottom-edited-wrapper .cookie__container p a {
  color: #000;
  text-decoration: underline;
}
/*-- member checkout latet edit --*/
.border-0 {
  border: 0px !important;
}
.b--listing-product__filters .filtered .add-filter {
  display: none;
}
.section-top .caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.b--listing-product__filters .panel-group .panel-default > .panel-heading {
  border: 0;
  padding: 14px 0;
  border: none;
  background: #fff;
}
.b--listing-product__filters .panel-group .panel {
  border-top: 3px solid #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: 0px;
  border-right: 0;
}
.b--listing-product__filters .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.b--listing-product__filters .panel-group h3 a i:before {
  position: absolute;
  right: 13px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #000;
  content: "";
  top: 7px;
}
.b--listing-product__filters .panel-group h3 {
  position: relative;
}
.col-filter__wrapper .button-filter__main {
  display: none;
}
@media (max-width: 1199px) {
  .col-filter__wrapper .js-facet-name {
    padding: 0;
  }
  .col-filter__wrapper .panel-group {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .product-listing__updated {
    padding: 0 10px;
  }
  .product-listing__updated h1 {
    margin-bottom: 10px !important;
  }
  .b--mobile.mobile-filter__main-wrapper {
    padding: 0px 0 0 0;
  }
  .b--mobile.mobile-filter__main-wrapper .b--sorted .col-xs-5 {
    padding-left: 0px;
  }
  .b--mobile.mobile-filter__main-wrapper .b--sorted .col-xs-7 {
    padding-right: 0px;
  }
  .b--mobile.mobile-filter__main-wrapper .b--sorted .col-xs-7 .dropdown {
    margin-right: 0px !important;
  }
  .b--mobile.mobile-filter__main-wrapper .row {
    margin: 0 0;
  }
  .b--mobile.mobile-filter__main-wrapper .b--filtered--mobile {
    padding: 6px 0!important;
    border-top: 1px solid #CDCDCD;
  }
  .add-filter-main-title .col-filter__wrapper .panel-group {
    margin-top: 22px;
  }
  .b--listing-product__filters .filtered .add-filter {
    display: block;
  }
  .col-filter__wrapper .button-filter__main {
    display: block;
  }
  .b--listing-product__filters .filtered a {
    display: block;
    border: 1px solid #000000;
    font-size: 13px;
    font-weight: 600;
    padding: 8px;
    text-align: center;
  }
  .b--listing-product__filters .b--filtered--mobile .btn-clear.active {
    display: inline-block;
    font-size: 14px;
    margin-right: 18px;
    text-decoration: underline;
  }
  .b--listing-product__filters .b--filtered--mobile span {
    display: none;
  }
  .b--listing-product__filters .b--filtered--mobile span a {
    margin-left: 8px;
  }
  .b--listing-product__filters .b--filtered--mobile span .s-4x {
    position: relative;
    top: 2px;
    font-size: 1em;
  }
  .b--listing-product__filters .b--filtered--mobile span.active {
    display: inline-block;
    background-color: #EAEAEA;
    font-size: 13px;
    text-transform: uppercase;
    padding: 6px 12px 5px 12px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .col-filter__wrapper {
    display: none;
  }
  .col-filter__wrapper.visible {
    background: #fff;
    display: block !important;
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 18px;
    overflow: auto;
  }
  .col-filter__wrapper.visible .col-xs-6 {
    padding: 0;
    margin: 0;
    margin-bottom: 26px;
    display: inline-block;
  }
  .col-filter__wrapper.visible .col-xs-6 h3 {
    margin: 0;
    font-size: 32px;
    font-family: 'Montserrat', Arial, Sans-Serif;
    text-transform: uppercase;
    font-weight: 700;
  }
  .col-filter__wrapper.visible .col-xs-6 .btn {
    float: right;
    font-size: 13px;
    padding: 7px 45px;
  }
}
@media screen and (max-width: 1199px) and screen and (max-width: 768px) {
  .b--mobile.mobile-filter__main-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .mobile-padding-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mobile-b-10 {
    padding-bottom: 10px !important;
  }
}
.b--slider--arrivals .b--product__img {
  margin-right: 16px;
  margin-left: 16px;
}
.b--slider--arrivals .b--product__foot {
  padding-left: 16px;
  padding-right: 16px;
}
.b--slider--arrivals .b--product__foot .custom-width__wrapper {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .b--slider--arrivals .b--product__foot .custom-width__wrapper {
    margin-top: 40px;
  }
}
.b--slider--arrivals .b--product__foot .b--product__title {
  margin-top: 4px;
}
.custom-width__wrapper {
  max-width: 490px;
  margin: 0 auto 10px;
}
.b--slider--arrivals .b--product .metadata-option .metadata-slider .slick-arrow {
  width: 28px;
}
.b--slider--arrivals .b--product.b--product--spacer {
  padding-bottom: 0px;
  margin: 0!important;
}
@media (max-width: 768px) {
  .b--slider--arrivals .b--product.b--product--spacer {
    margin: 0 8px!important;
  }
}
section.block.b--cta-home .b--cta-primary__info h3.b--cta-primary__title {
  margin-bottom: 22px;
}
section.block.b--cta-home .b--cta-primary__info .btn {
  font-size: 14px;
  font-weight: 600;
}
.b--categories .slick-list.draggable {
  padding: 0px !important;
}
.block.b--categories__ocassion {
  padding-bottom: 41px;
}
.b--cta-fullwidth {
  padding: 40px 0 83px;
}
section.block.b--categories__all .center-block.row .slider-three h4.b--category-secondary__title {
  margin-bottom: 5px;
}
section.block.b--categories__all .center-block.row .slider-three .b--category-secondary .btn {
  font-size: 14px;
  bottom: 28px;
}
@media screen and (max-width: 768px) {
  section.block.b--categories__all .center-block.row .slider-three .b--category-secondary .btn {
    position: inherit;
    padding: 25px 0;
  }
}
.row.mw-clbc .b--product-highlight__wrapper .b--product-highlight__outline a.btn.btn--primary.btn--primary-light {
  font-weight: 600;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  width: 221px;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 538px) and (max-width: 768px) {
  .row.mw-clbc .b--product-highlight__wrapper .b--product-highlight__outline a.btn.btn--primary.btn--primary-light {
    text-align: left;
  }
}
@media screen and (max-width: 537px) {
  .row.mw-clbc .b--product-highlight__wrapper .b--product-highlight__outline a.btn.btn--primary.btn--primary-light {
    text-align: left;
    width: auto;
  }
}
.b--posts {
  padding: 50px 0 67px;
}
section.block.b--posts .custom-width__wrapper .b--hd.center-block {
  padding-bottom: 5px;
}
section.block.b--posts .b--post-primary {
  padding-left: 6px;
  padding-right: 6px;
}
section.block.b--posts .b--post-primary .b--post-primary__img {
  margin-bottom: 14px;
}
section.block.b--posts .b--post-primary .b--post-primary__tag {
  font-weight: 400;
}
section.block.b--posts .b--post-primary .b--post-primary__title {
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 8px;
  color: #000;
}
section.block.b--promo.b--highlights .b--promo__form .form-control {
  font-size: 14px;
  color: #787878;
  padding-top: 2px;
}
section.block.b--posts .b--post-primary .b--post-primary__date {
  color: #646464;
}
section.block.b--promo.b--highlights .b--promo__form .btn {
  font-size: 12px;
  padding: 15px 60px;
  line-height: 6px;
  font-weight: 600;
}
section.block.b--promo.b--highlights .b--promo__form .form-control::-webkit-input-placeholder {
  color: #585858;
}
section.block.b--promo.b--highlights .b--promo__form .form-control:-ms-input-placeholder {
  color: #585858;
}
section.block.b--promo.b--highlights .b--promo__form .form-control::placeholder {
  color: #585858;
}
.b--navbar__third__user--status ul .btn {
  text-transform: capitalize !important;
}
.b--navbar__primary .form-control {
  font-weight: bold;
}
/* -- 3-6-2015 --*/
/* -- whitespace component --*/
.b--slider--arrivals .b--product__foot {
  min-height: auto;
}
/* -- whitespace component --*/
/* -- metaslider --*/
.b--product .metadata-option .metadata-slider .slick-list.draggable {
  width: 80%;
}
/* -- metaslider --*/
/*.metadata-option{
	.metadata-slider {
		.slick-slide{
			width: auto !important;
		}
	}
}

.metadata-option .metadata-slider .slick-slide {
    width: auto !important;
}*/
@media screen and (max-width: 1180px) {
  .b--header-promo__wrapper p {
    font-size: 15px;
    font-weight: 700;
  }
}
.b--header-promo__wrapper a {
  text-decoration: none;
  padding: 0;
  vertical-align: unset;
  opacity: 1;
}
@media screen and (max-width: 1180px) {
  .b--header-promo__wrapper a {
    font-size: 15px;
    font-weight: normal;
  }
}
.b--header-promo__wrapper a:hover {
  color: #ffffff!important;
  text-decoration: underline;
  opacity: 1;
}
#b--cta-secondary1 .b--cta-secondary__btn--left {
  left: 79%;
}
.b--category-primary .btn {
  padding: 11px 35px !important;
}
.s-shopping-cart:before {
  right: unset!important;
}
.b--navbar__third__user--status ul .btn--secondary {
  width: 76px!important;
}
.b--navbar__third__user--status ul .btn--secondary.minicart-checkout-button {
  width: 100%!important;
  margin-left: 0;
}
.b--cart__mini--products {
  left: 44px;
}
/*.b--cta-fullwidth {
    padding: 32px 0 50px;
}*/
.wrapper--is-active .b--navbar--mobile__primary__trigger {
  position: relative!important;
  left: unset!important;
}
.wrapper--is-active .b--navbar--mobile__primary__cart {
  right: unset!important;
  position: relative!important;
}
.b--navbar__primary .form-control {
  border-radius: 0px!important;
}
.b--listing .b--slider--arrivals .slick-slide .b--product__foot .metadata-slider .slick-slide {
  height: auto;
}
.b--listing .b--slider--arrivals .slick-slide {
  height: auto;
}
.main__inner-wrapper section.b--listing {
  padding-top: 0px!important;
}
.buy-the-look__slider .b--product--smaller {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 39px!important;
  padding-bottom: 0!important;
}
.buy-the-look__slider .b--product--smaller .b--product__img {
  height: 199px;
  width: 158px;
}
.b--navbar--mobile__primary__b--wrapper--is-active .b--navbar--mobile__primary__cart {
  display: none!important;
}
.b--navbar--mobile__primary__b--wrapper.b--navbar--mobile__primary__b--wrapper--is-active .form-group {
  width: 100% !important;
  display: block!important;
}
.b--navbar__third__user--status ul li {
  align-self: center!important;
}
.block.b--navbar.b--navbar--scrolled-active a.center-block {
  position: absolute;
  top: -250px;
}
.b--slider--category .slick-arrow {
  bottom: 37px !important;
  z-index: 99;
}
/* -- 6-6-2015 --*/
.main__inner-wrapper section.section-top {
  padding-top: 19px;
}
.section-top .breadcrumb li {
  font-size: 12px !important;
}
.b--hd--shipping .b--hd.b--hd-secondary {
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .b--hd--shipping .b--hd.b--hd-secondary .b--hd__subtitle {
    width: 350px;
  }
}
@media (max-width: 320px) {
  .b--hd--shipping .b--hd.b--hd-secondary .b--hd__subtitle {
    width: 310px;
  }
}
.b-slider-category-styles.b--home-slider {
  padding: 42px 0 73px 0 !important;
}
.b-slider-category-styles.b--home-slider .b--category-secondary {
  padding: 0 2px;
}
@media (max-width: 480px) {
  .b-slider-category-styles.b--home-slider .b--category-secondary {
    float: initial;
  }
}
.b-slider-category-styles .b--category-secondary__foot .b--category-secondary__title {
  margin-bottom: 10px;
}
.b-slider-category-styles .b--category-secondary__foot .b--category-secondary__text {
  margin-bottom: 20px;
}
.b-slider-category-styles .b--category-secondary__foot .btn--outline-primary {
  line-height: 38px !important;
}
.category--banner--mobile--padding .b--section-primary {
  margin-left: 9px;
  margin-right: 17px;
}
.b--listing-product__filters {
  margin-left: 0 !important;
}
.b-listing-filter-title {
  padding-left: 40px;
  margin-left: 0px !important;
}
.b--desktop nav {
  padding-left: 18px!important;
}
.col-filter__wrapper {
  padding-left: 0px !important;
}
.b--product .metadata-option .metadata-slider span.b--listing-product__filters {
  padding-left: 0px;
}
.b--desktop nav ol.breadcrumb {
  margin-left: 0px;
}
.addressbook--form .floating-label .f-label__wrapper .select--box .c__input {
  background: #fff !important;
}
.account-common__title ul.sort-list.f-m.my-account-sort .dropdown a {
  padding: 0 55px 0px 10px;
  font-size: 13px;
  margin: -3px 0 0 0;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 480px) {
  .account-common__title ul.sort-list.f-m.my-account-sort .dropdown a {
    padding: 0 10px 0px 0px;
  }
}
@media screen and (max-width: 375px) {
  .account-common__title ul.sort-list.f-m.my-account-sort .dropdown a {
    letter-spacing: 0.2px !important;
  }
}
.account-common__title ul.sort-list.f-m.my-account-sort .dropdown button .caret:first-child {
  top: 2px;
}
.account-common__title ul.sort-list.f-m.my-account-sort .dropdown button .caret {
  bottom: 9px;
}
.b--desktop nav.breadcrumb--change ol.breadcrumb li.breadcrumb-item {
  font-size: 12px !important;
}
.account-common__title ul.sort-list.f-m.my-account-sort ul.dropdown-menu.sort-selector li a {
  padding: 10px 18px;
}
.b--desktop.plp_breadcrumb nav {
  padding-left: 18px !important;
}
.page-productGrid .b--sorted .dropdown .btn {
  font-size: 14px !important;
}
.page-productGrid .b--sorted .dropdown-menu li a {
  padding: 8px  14px!important;
}
/* -- 6-6-2015 --*/
/* -- 24/6/2019 -- footer thanks section */
.footer-newsletter_signup {
  position: relative;
  padding: 16px 0 15px 0;
}
.page-order .return-status__main .return--status__mid .right__section .mid__block__bottom {
  padding-top: 0;
}
.page-order .return-status__main .return--status__mid .right__section .mid__block p {
  padding-bottom: 0px !important;
}
.page-order .order__confirmation-table table tbody td {
  padding-bottom: 19px;
}
.order__confirmation-table table tbody td.order-details-list {
  width: 240px;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .order__confirmation-table table tbody td.order-details-list {
    padding-left: 0px;
  }
}
@media (max-width: 1240px) {
  .order__confirmation-table table tbody td.order-details-list {
    width: 175px!important;
  }
}
@media (max-width: 1240px) {
  .order__confirmation-table table tbody td.order-details-list {
    width: auto!important;
  }
}
.order__confirmation-table table tbody td.order-details-list p {
  font-family: 'Montserrat';
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 3px;
}
.order__confirmation-table table tbody td.order-details-list h4 {
  position: relative;
  text-overflow: ellipsis;
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .order__confirmation-table table tbody td.order-details-list h4 {
    width: 120px;
  }
}
@media screen and (min-width: 538px) and (max-width: 768px) {
  .order__confirmation-table table tbody td.order-details-list h4 {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .order__confirmation-table table tbody td.order-details-list h4 {
    width: 200px;
    margin-top: 0px;
    padding-left: 19px;
  }
}
@media (max-width: 320px) {
  .order__confirmation-table table tbody td.order-details-list h4 {
    width: 110px;
  }
}
@media (max-width: 480px) {
  .order__confirmation-table table tbody td.order-details-list {
    width: auto;
  }
}
@media (max-width: 480px) {
  .order__confirmation-table table tbody .tr-block:last-child {
    border-bottom: 0px!important;
  }
}
.page-order section.order__reciept .order__confirmation-table table.table.spr-table.order-details-table td.spr-price h4 {
  margin-top: 0;
}
.page-order section.order__reciept .order__confirmation-table table.table.spr-table.order-details-table td.spr-quantity h4 {
  margin-top: 0;
  text-align: center;
}
.page-order section.order__reciept .order__confirmation-table table.table.spr-table.order-details-table td.spr-total h4 {
  margin-top: 0;
}
.b--highlights .footer-newsletter_signup .thanks-wrapper-in {
  display: none;
}
.b--highlights .footer-newsletter_signup.thanks-wrapper .thanks-wrapper-in {
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  padding: 61px 0 70px 0;
}
.b--highlights .footer-newsletter_signup.thanks-wrapper .thanks-wrapper-in p {
  font-size: 16px;
}
.b--highlights .footer-newsletter_signup .custom-width__highlights .b--hd {
  padding-bottom: 5px;
}
.b--highlights .footer-newsletter_signup.thanks-wrapper .thanks-wrapper-in .btn-shopnow {
  font-size: 14px;
  font-weight: 700;
  min-width: 221px;
}
.thanks-message_wrapper {
  padding-bottom: 28px;
}
section.block.b--promo.b--highlights .b--promo__form__form-group {
  position: relative;
}
.form-group.b--promo__form__form-group.subscribed-successs span#successMessage {
  display: block;
  left: 26px;
  bottom: -43px;
}
.form-group.b--promo__form__form-group.subscribed-successs .form-control {
  border: #30710c solid 2px;
}
section.block.b--promo.b--highlights .container.footer-newsletter_signup .form-group.b--promo__form__form-group {
  width: 508px;
}
/* --25/6/2019 --*/
.page-productGrid .b--product__foot .metadata-option.Left-alignment-swatches .metadata-slider ul {
  padding-left: 0;
}
.page-productGrid .plp-products-list .metadata-option {
  height: 40px;
}
.b--listing-product__wrapper-catalog .b--product .b--product__foot {
  float: none;
  min-height: 117px;
}
@media (min-width: 1600px) {
  .page-productGrid .b--listing-product__wrapper-catalog .b--product__foot .b--product__title {
    margin-top: 15px;
  }
}
.page-productGrid .b--listing-product__wrapper-catalog .b--product.b--product--spacer.b--product--grid--list.plp-products-list {
  padding-bottom: 0px;
}
.b--product-highlight__outline {
  border: 1px solid #cbcbcb !important;
}
/* --25/6/2019 --*/
/* --27/6/2019 --*/
.page-account-landing .my-account__wrapper .welcome__block .welcome_title {
  padding-top: 12px;
}
.return-status__main .return--status__mid .left-list-menu h4 {
  padding: 16px 0 17px 20px;
}
.return-status__main .return--status__mid .left-list-menu h4 a {
  font-weight: 400;
  font-size: 13px;
}
.return-status__main .return--status__mid .left-list-menu ul li a {
  font-size: 13px;
  font-weight: 400;
  padding: 16px 0 17px 33px;
}
.page-order .return-status__main .return--status__mid .right__section .mid__block {
  border-bottom: #bababa solid 1px;
  padding: 0px 0 20px 0;
}
.desktop-image-product {
  padding-left: 0px !important;
}
/* -- 29/6/2019 --*/
.page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td {
  padding: 13px 8px 18px;
}
.page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td .image__container {
  width: 139px;
  height: 175px;
}
.page-order .spr-table tr td.spr-product {
  padding-top: 13px !important;
}
.styled-checkbox:checked + label:before,
.styled-checkbox:focus + label:before,
.styled-checkbox:active + label:before {
  box-shadow: none !important;
}
.page-profile .ac-profile-mid ul.profile-details li {
  text-transform: uppercase;
  font-family: 'Montserrat-Regular', sans-serif;
  letter-spacing: 0.28px;
  font-size: 14px;
}
.page-profile .ac-profile-mid ul.profile-details li span {
  text-transform: capitalize;
  font-family: 'Montserrat-Medium', sans-serif;
  letter-spacing: 0.32px;
  font-size: 16px;
}
.page-profile .ac-profile-mid ul.profile-details li {
  text-transform: uppercase;
}
.page-profile .ac-profile-mid ul.profile-details li span {
  text-transform: capitalize;
}
.page-profile .ac-profile-mid ul.profile-details li:nth-child(2) span {
  text-transform: initial;
}
/* -- 29/6/2019 --*/
/* -- 2/7/2019 -- Return Pages */
.page-returnLandingPage .b--desktop nav ol.breadcrumb {
  margin-bottom: 9px;
}
.page-returnLandingPage .return-status__main {
  padding: 20px 23px 0px 24px;
}
.page-returnLandingPage .r-p-contents .container.return-page-common_mid {
  /*margin-left: 103px;*/
}
@media (max-width: 480px) {
  .page-returnLandingPage .r-p-contents .container.return-page-common_mid {
    margin-left: 0px;
  }
}
.page-returnLandingPage .tm-returns-description {
  /*margin-left: 143px;*/
}
@media (max-width: 480px) {
  .page-returnLandingPage .tm-returns-description {
    margin-left: 0px;
  }
}
.return-common-head {
  padding: 3px 0 0 0px;
}
.return-products.main-div p {
  max-width: 1000px;
}
@media (max-width: 480px) {
  .return-products.main-div p {
    margin-top: 0px;
    font-size: 15px;
  }
}
.page-returnLandingPage .return-products.main-div {
  padding: 0;
  margin: 0;
}
.page-returnLandingPage .return-products.main-div .container:first-child {
  /*margin-left: 143px;*/
}
@media (max-width: 480px) {
  .page-returnLandingPage .return-products.main-div .container:first-child {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .page-returnLandingPage .return-products.main-div .p-lr-0 {
    padding-left: 0px;
  }
}
.return-products-text-in {
  padding: 45px 20px 6px 60px;
}
.return-boxes-in {
  padding: 0 0 30px 0;
}
.return-boxes-in h4 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500!important;
  letter-spacing: 0.4px;
}
@media (max-width: 480px) {
  .page-returnLandingPage .return-products.main-div .return-start-tmr {
    font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .page-returnLandingPage .return-products.main-div .return-start-tmr span.f-bold a {
    display: inline-block;
    width: 100%;
  }
}
.return-products.main-div p.return-start-tmr {
  max-width: 1054px;
  line-height: 1.71;
  letter-spacing: 0.24px;
  text-align: left;
}
.return-boxes-in a.btn.btn-black-inv {
  padding: 9px 30px;
  font-size: 13px !important;
}
.return-products-text-in p a {
  text-decoration: underline;
}
.page-returnLandingPage .return-products.return-bottom_container {
  padding-bottom: 83px !important;
}
/* -- 2/7/2019 -- Return Pages */
/* 3/7/2019 */
.page-returnStartPage .b--desktop nav ol.breadcrumb {
  margin-bottom: 9px;
}
.page-returnStartPage .return-status__main {
  padding: 15px 23px 0px 19px;
}
.page-returnStartPage div.gift-returns {
  width: 492px;
  padding: 0 0 2px 20px;
  margin: 10px 0 80px;
  background: #f2f2f2;
}
@media (max-width: 1025px) {
  .page-returnStartPage div.gift-returns {
    width: 439px;
  }
}
@media (max-width: 768px) {
  .page-returnStartPage div.gift-returns {
    width: 100%;
  }
}
.page-returnStartPage div.gift-returns h5 {
  padding: 12px 0 0px;
  font-family: Gotham;
  font-size: 14px;
  letter-spacing: 0.28px;
  margin-bottom: 5px;
}
.page-returnStartPage div.gift-returns p {
  max-width: 426px;
}
.page-returnStartPage div.gift-returns .m-tb-30 {
  margin: 18px 0 20px;
}
.page-returnStartPage div.gift-returns .btn-black-inv {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.26px;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  margin-top: 0px;
  width: 188px;
  padding: 10px 0px;
}
.page-returnStartPage div.gift-returns .btn-black-inv:hover,
.page-returnStartPage div.gift-returns .btn-black-inv:focus {
  color: #fff!important;
  background-color: #000;
  border: 1px solid #000;
}
/* 3/7/2019 */
@media screen and (min-width: 1199px) {
  ul.b--navbar__third__info--companies li:first-child a {
    border-left: 1px solid #dbdcdf;
  }
}
@media screen and (min-width: 768px) {
  .start-a-return-box {
    width: 530px;
  }
  .check-return-status-box {
    width: 388px;
  }
  .check-return-status-box-wrapper {
    padding-left: 120px!important;
  }
}
/* --27/6/2019 --*/
/* -- 28/6/2019 --*/
.page-account-landing .my-account__wrapper .welcome__block .welcome__mid {
  padding: 20px 0 39px 0px;
}
/* -- 28/6/2019 --*/
/* -- 1/7/2019 --*/
.page-order .shipping__options button.btn_inline_overite {
  width: 100% !important;
}
/* -- 1/7/2019 --*/
/* -- 3/7/2019 --*/
.page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.sales-text {
  max-width: 0;
}
.page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.sales-text span.note {
  padding: 17px 0 0 0;
}
/* -- 11/12/2019 --*/
.page-multiStepCheckoutSummaryPage .Guest_summary .e-gift-card-section .giftcartCheckout {
  padding-bottom: 19px;
}
.page-multiStepCheckoutSummaryPage .Guest_summary .e-gift-card-section .giftcartCheckout_Title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0 0 13px;
}
.shipping-wrapper .giftcartCheckout_Title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 13px;
  letter-spacing: 0.6px;
  font-family: 'Montserrat', sans-serif;
}
/* -- 5/7/2019 --*/
.shipping-wrapper .select-another-address__box .btn {
  margin: 5px 0 0 0;
  min-width: 230px;
}
.page-multiStepCheckoutSummaryPage main.checkout-mid .shipping_address__title .edit {
  position: relative;
  float: right ;
  vertical-align: text-bottom;
  padding: 0 0 0 78px;
  top: -1px;
}
.page-multiStepCheckoutSummaryPage main.checkout-mid .shipping_address__title p {
  margin-top: 6px;
  margin-bottom: 0px;
}
.page-multiStepCheckoutSummaryPage main.checkout-mid .payment-wrapper .payment_box .hide__block.visible-block {
  display: block !important;
  padding: 20px 0 0 0;
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage main.checkout-mid .payment-wrapper .payment_box .hide__block.visible-block {
    margin: 0px!important;
  }
}
.join--free-box .join-free__form p {
  line-height: 23px;
}
/* -- 5/7/2019 --*/
/*18/10/2019-------------*/
.page-multiStepCheckoutSummaryPage .order-summary .summury-list div.summary-table {
  padding-top: 0px;
}
.page-cartPage .order-summary .summury-list li {
  padding: 25px 0px 0px 0;
}
.page-cartPage .order-summary .summury-list li .checkout-buttons #paypal-button-container {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .page-cartPage .order-summary .summury-list .li2 {
    border-top: 1px solid #9d9d9d;
    padding-bottom: 15px;
  }
}
.page-orderConfirmationPage .order-summary .summury-list li {
  padding: 20px 0px;
}
@media (max-width: 768px) {
  .page-returnLandingPage .col-md-12.col-xs-12.f-g.m-b-50.m-t-20.f-shadow.f-italic.terms-textweight p a {
    text-decoration: underline;
    text-decoration-color: #8c8c8c;
  }
  .col-md-12.col-xs-12.f-g.m-b-50.m-t-20.f-shadow.f-italic.terms-textweight.margin30 a {
    text-decoration: underline;
    text-decoration-color: #8c8c8c;
    cursor: pointer;
  }
  .page-returnLandingPage .styled-checkbox + label {
    padding: 0 0 0 29px;
  }
  .page-address-book .account-addressbook .add-address-btn {
    margin-bottom: 52px;
    width: 100%;
  }
  .page-address-book .account-common-wrapper .account-common__title .f-m.f-bold.whishlist-title {
    text-align: left;
    margin-bottom: 0px!important;
  }
  .page-add-edit-address .addressbook--form button.btn {
    width: 100%;
  }
  .page-address-book .ac-payment-mid .radio_btn_wrapper .label {
    padding: 0;
  }
  .page-address-book .addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item {
    padding-left: 0 !important;
  }
}
/*18/10/2019-------------*/
/* -- 10/7/2019 --*/
.page-cartPage .order-summary .show-gift-box-block .f-label__wrapper .btn {
  margin-top: 0px !important;
  margin-bottom: 7px;
  height: 55px;
  font-size: 15px;
  font-family: 'Gotham Book' !important;
  font-weight: 600;
}
/* -- 10/7/2019 --*/
@media screen and (max-width: 360px) {
  #tmGuestRegisterFreeShippingForm .radio_btn_wrapper .label {
    font-size: 13px;
  }
}
@media screen and (max-width: 1305px) {
  .b--slider--arrivals .b--product .metadata-option .metadata-slider .slick-arrow {
    width: 25px;
  }
}
@media (max-width: 1025px) {
  .b--navbar--scrolled-active .b--navbar__primary .form-group input {
    width: 110px;
  }
}
@media (max-width: 992px) {
  .b--navbar--scrolled-active .b--navbar__primary .form-group input {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .b--slider--arrivals .b--product__img {
    margin-right: 10px;
    margin-left: 10px;
  }
  .b--slider--arrivals .b--product__foot {
    padding-left: 0px;
    padding-right: 0px;
  }
  .b--slider--arrivals .b--product .metadata-option .metadata-slider .slick-arrow {
    width: 20px;
  }
  .buy-the-look__slider .col-lg-2.col-md-2 {
    width: 100%;
  }
  .buy-the-look__slider .col-lg-2.col-md-2 .b--home-slider__description {
    text-align: center;
    margin: 0 auto;
    margin-top: 45px;
  }
  .buy-the-look__slider .col-lg-2.col-md-2 .b--home-slider__description p.b--home-slider__description__subtitle {
    margin: 0 auto;
  }
  section.block.b--home-slider.b--highlights.buy-the-look__slider .col-lg-6.col-md-6 {
    width: 100%;
  }
  .buy-the-look__slider .b--home-slider__img {
    width: 100%;
    margin-top: 20px !important;
  }
  .buy-the-look__slider p.b--home-slider__description__subtitle {
    font-size: 15px;
    max-width: 285px !important;
  }
  .b--home-slider .slick-dots {
    margin: 25px auto 0 !important;
  }
  .b-listing-filter-title {
    padding-left: 15px;
  }
  .b--listing-product__filters {
    padding-left: 0;
  }
  .col-filter__wrapper {
    padding-left: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .b--slider--arrivals .b--product__img {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.page-checkout-login .checkout-mid #guestForm {
  padding-left: 34px;
}
@media (max-width: 768px) {
  .page-checkout-login .checkout-mid #guestForm {
    padding-left: 0px;
  }
}
.page-checkout-login .checkout-mid #guestForm .btn {
  width: 221px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 768px) {
  .page-checkout-login .checkout-mid #guestForm .btn {
    width: 100%;
  }
}
@media screen and (max-width: 1060px) {
  .b--cta-secondary__logo,
  .b--cta-secondary__heading,
  .b--cta-secondary__btn {
    transform: translateY(0) translateX(0) !important;
  }
}
@media (min-width: 1024px) {
  .b--listing-product__wrapper .text-right {
    margin-right: 30px;
  }
  .b--listing-product__wrapper h4 {
    margin-bottom: 12px;
  }
  .b--listing-product__wrapper .text-right .dropdown a {
    padding: 15px 35px 0 11px;
    color: #000000 !important;
  }
  .b--listing-product__wrapper .text-right > span {
    top: 9px;
  }
  .b--listing-product__wrapper .b--sorted .dropdown button .caret:first-child {
    top: 20px;
  }
  .b--listing-product__wrapper .b--sorted .dropdown button .caret {
    position: absolute;
    right: 15px;
    bottom: 3px;
  }
  .b--listing-product__wrapper .text-right {
    margin-right: 15px;
  }
  .b--listing-product__wrapper #sortForm1.text-right {
    margin-right: 0px;
  }
  .b--listing-product__wrapper .b--sorted .dropdown button .caret {
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
  }
  .section-top {
    margin: 0 0 0 0;
    padding: 22px 15px 5px;
  }
  .page-profile .return-status__main {
    padding: 13px 23px 50px;
  }
  .page-profile .return-status__main .breadcrumb {
    margin-bottom: 0px;
  }
  .page-profile .account-common-wrapper .account-common__title {
    padding: 0 0 12px 0;
  }
  .page-profile .account-common__title {
    margin: 0px 0 35px 0;
  }
  .profile--main .ac-profile-mid .profile-details {
    margin-top: 47px;
  }
  .profile--main .ac-profile-mid .profile-details li {
    padding: 0 0 18px 0;
  }
  .profile--main .actions {
    margin-top: 4px;
  }
  .page-checkout-login .checkout-mid .btn {
    font-size: 13px;
    width: 221px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
  }
  .page-returns .return-status__main {
    padding: 13px 23px 50px;
  }
  .page-returns .return--status__mid.order-details-mid.row {
    margin-top: 2px;
  }
  .page-returns .order-list .order-list-head p {
    margin-bottom: 0px;
  }
  .page-returns .order-list .order-list-mid {
    padding: 0px 0 0 0;
  }
  .page-returns .return--status__mid.order-details-mid.row {
    margin-top: 0px;
  }
  .page-returns .order-list .order-list-head .text-right {
    padding: 0px;
  }
  .page-returns .right__section.my-account__wrapper .order-list .order-list-head {
    padding-bottom: 18px;
  }
  .page-return-request-details .main__inner-wrapper .return-status__main {
    padding: 13px 23px 35px;
  }
  .page-return-request-details .return--status__mid.order-details-mid.row {
    margin-top: 0px;
  }
  .page-return-request-details .return--status__mid .right__section {
    margin-right: 17px;
  }
  .page-return-request-details .return-status__main .return--status__mid .right__section .mid__block {
    padding: 26px 0 20px 0;
  }
  .page-confirm-return-order .return-store__main .return--store__mid .mid__block .time-line__wrapper {
    padding: 90px 0 56px 0;
  }
  .page-confirm-return-order .return-store__main .return--store__mid .mid__block .instruction__main > h4 {
    margin-top: 10px;
  }
  .page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom {
    padding: 50px 0 20px;
  }
}
.cart-padding-top {
  padding-top: 57px!important;
}
@media screen and (max-width: 991px) {
  .page-address-book .addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item:first-child {
    border-top: #d1d1d1 solid 1px;
  }
  .list-in__cart .cart__list .spr-table tr td div.product-details > .list-title {
    margin-bottom: 13px;
  }
  .list-in__cart .cart__list .spr-table tr td div.product-details p {
    margin-bottom: 4px;
    font-weight: 500;
  }
  .cart-padding-top {
    padding-top: 12px!important;
  }
  .checkout-mid .row .l--checkout__wrapper .in__wrapper p {
    text-align: center;
    font-size: 13px;
  }
  .mw-clbc .b--product-highlight__outline {
    left: 0 !important;
  }
  .row.mw-clbc {
    padding-bottom: 10px;
  }
  .expand-ul .list-buttons ul li {
    font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
    padding-left: 25px !important;
  }
  .list-buttons ul li a {
    font-size: 15px !important;
  }
  .expand-ul .list-buttons ul li:first-child {
    border-top: #bababa solid 1px;
  }
  .expand-ul .col-md-3 {
    top: -1px;
  }
  .checkout-mid .row .l--checkout__wrapper .in__wrapper.p-lr-8 {
    padding: 0 8px 0!important;
  }
  .category--banner--mobile--padding {
    margin-top: 11px;
  }
  .category--banner--mobile--padding .b--section-primary {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main__inner-wrapper section.section-top {
    padding-left: 30px !important;
  }
  .list-buttons {
    padding-left: 0 !important;
  }
  .my-account-main {
    padding: 0px 15px 7px !important;
  }
  .ac-profile-mid {
    padding: 40px 0 45px 0;
  }
  /* --27/6/2019 --*/
  .return-status__main .return--status__mid .left-list-menu h4 {
    padding: 18px 0 18px 20px;
  }
  .return-status__main .return--status__mid .left-list-menu h4 a {
    font-weight: bold;
    pointer-events: none;
  }
  .return-status__main .return--status__mid .left-list-menu ul li a {
    font-size: 13px;
    font-weight: 500;
    padding: 18px 0 18px 33px;
  }
  .page-account-landing section.return-status__main {
    padding: 0px 15px 7px !important;
    margin-top: -1px;
  }
  /* --27/6/2019 --*/
  /* -- 2/7/2019 -- Return Pages */
  .page-returnLandingPage .return-status__main {
    display: none;
  }
  .page-returnStartPage .return-status__main {
    display: none;
  }
  .return-common-head {
    padding: 0 20px 0 18px;
  }
  .return-products-text-in {
    padding: 15px 0 0 0px;
  }
  .main__inner-wrapper .r-p-contents .card .card-header h4 {
    margin: 0 0 0px 0;
  }
  .main__inner-wrapper .r-p-contents .card .card-header {
    cursor: pointer;
  }
  .main__inner-wrapper .r-p-contents .accordion.d--none-desk .card:first-child {
    border-bottom: 0px;
  }
  .main__inner-wrapper .r-p-contents .accordion.d--none-desk .card {
    padding: 0 18px;
  }
  .return-products.main-div.return-bottom_container {
    padding: 0px !important;
  }
  /* -- 2/7/2019 -- Return Pages */
  .order-summary .summury-list div.summary-table {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-return-order-print .return-store__main .return--store__mid .mid__block .instruction__main .box {
    padding: 20px 15px 62px;
    margin: 35px 0 0 0;
  }
  .page-returns .account-common-wrapper .account-common__title .f-m.f-bold.whishlist-title {
    margin-bottom: 27px!important;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .list-in__cart .cart__list .spr-table tr td div.product-details > .list-title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
  }
}
@media screen and (max-width: 991px) and (max-width: 320px) {
  .list-in__cart .cart__list .spr-table tr td div.product-details > .list-title {
    font-size: 16px;
    width: 150px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .main__inner-wrapper section.section-top {
    padding-left: 15px !important;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .order-summary-mobile-padding .order-summary {
    padding: 0px 14px 30px!important;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .order-summary-mobile-padding .order-summary .summury-list .summary-table {
    padding-left: 0px;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .page-return-order-print .return-store__main .return--store__mid .mid__block .instruction__main .box {
    margin: 40px 0 0 0;
  }
}
.remove-payment .remove-payment-mid {
  padding-top: 14px;
  padding-bottom: 25px;
}
.remove-payment .remove-payment-mid .modal-header {
  padding: 32px 45px 20px!important;
}
.remove-payment .remove-payment-mid .modal-header .close {
  top: 23px!important;
}
@media screen and (max-width: 768px) {
  .category-col-md-12 {
    padding-right: 0px;
  }
  .shipping-wrapper .floating-label .f-label__wrapper .control-label {
    left: 15px!important;
  }
  .shipping-wrapper .form-group {
    margin-bottom: 0px!important;
    position: relative;
  }
  .shipping-wrapper .form-group label.error {
    font-size: 12px;
    color: #cb5959;
    position: absolute;
    top: 100%;
    left: 0px;
  }
  .b--product .metadata-option .metadata-slider span a {
    padding: 2px!important;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item a {
    height: 20px!important;
    width: unset!important;
  }
  .remove-payment .remove-payment-mid .remove-list {
    padding: 19px 22px 0;
  }
  .remove-payment.modal--main .modal-dialog .modal-content .modal-body {
    padding: 0 23px;
  }
  .remove-payment .modal-dialog {
    margin: 0 10px!important;
    width: auto!important;
  }
  .remove-payment .remove-payment-mid {
    padding-top: 0px;
    padding-bottom: 33px;
  }
  .remove-payment.modal--main .modal-dialog .modal-content .modal-header {
    padding-bottom: 0px!important;
  }
  .remove-payment .remove-payment-mid h2 {
    font-size: 13px;
  }
  .b--cta-primary.col-md-6 {
    margin-bottom: 10px;
  }
  .b--categories__all.col-md-4 {
    padding: 0px 5px;
  }
  .page-homepage .b--product-highlight {
    padding: 0px 0 0;
  }
  .b--product__foot {
    position: relative;
    width: 100%;
    min-height: 80px;
    padding-top: 11px;
  }
  .b--cta-primary {
    height: 100vh;
    margin-bottom: 10px;
  }
  .b--cta-primary:first-child {
    border-right: none;
  }
  .b--slider--arrivals .b--product__foot .b--product__title {
    margin-top: 10px;
  }
  .block.b--categories__ocassion {
    padding-bottom: 0px;
  }
  .b--cta-home a.btn.btn--primary {
    padding-top: 0;
    font-weight: 600;
    color: #fff;
    z-index: 99;
    position: relative;
  }
  .b--cta-primary__wrapper__bd {
    padding: 10px 10px 9px 10px;
    text-align: center;
  }
  .b--categories .slick-list.draggable {
    padding: 0px 15px!important;
  }
  .b--section-primary__wrapper {
    position: absolute;
    bottom: 25px;
    text-align: center;
    padding: 0 12px;
  }
  .mobile-none {
    display: none;
  }
  .b--section-primary__bg-items__item.b--section-primary__bg-items__item--mobile {
    background-size: cover;
  }
  .b--cta-fullwidth .b--cta-secondary .b--va-wrap .b--cta-secondary__logo--width {
    left: 0px !important;
    right: 0px !important;
    margin: 0 auto;
  }
  .b--cta-fullwidth .b--cta-secondary .b--va-wrap .b--cta-secondary__btn--left {
    left: 0px !important;
    right: 0;
    margin: 0 auto;
    transform: inherit;
  }
  .b--cart__mini--products {
    left: 24px;
  }
  .category--banner {
    position: absolute;
    bottom: 80px;
    left: 0;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item a img {
    max-width: 28px !important;
    height: 14px!important;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item {
    margin: 0px 2px 4px!important;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item a {
    height: 19px;
    width: unset;
  }
  .pageType-CategoryPage .b--listing-product__wrapper-catalog .row {
    margin: 0px;
  }
  .pageType-CategoryPage .b--listing-product__wrapper-catalog .row .col-lg-4.col-md-4.col-sm-4.col-xs-6.items {
    padding: 0px 5px;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-option__btn {
    font-size: 14px;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider {
    width: 125px;
  }
  .b--product--grid--list .metadata-option .metadata-slider span.item {
    width: 34px;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item a.active {
    width: auto;
  }
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item a:hover {
    width: auto;
  }
  .b--product--grid--list .metadata-option .metadata-slider span.item a img {
    object-fit: fill;
  }
  section.block.b--hd--shipping.b--highlights {
    margin-bottom: 0px;
  }
  .category-hefe.b--product-highlight {
    padding: 0 0 10px;
  }
  section.block.b--home-slider.mobile-pd-change.b-slider-category-styles .b--category-secondary__foot {
    padding: 0 0 8px 0;
  }
  section.block.b--home-slider.mobile-pd-change.b-slider-category-styles {
    padding: 0 0 42px 0 !important;
  }
  section.block.b--home-slider.mobile-pd-change.b-slider-category-styles span.arrow-next {
    right: 95px !important;
    bottom: 0px !important;
  }
  section.block.b--home-slider.mobile-pd-change.b-slider-category-styles span.arrow-prev {
    left: 95px !important;
    bottom: 0px !important;
  }
  .shop-by-occasion-in-homepage .b--categories .b--categories__ocassion .b--slider--occasion .slick-list.draggable {
    padding: 0px 50px 0px 0px !important;
  }
  .shop-by-occasion-in-homepage .b--categories .b--categories__ocassion {
    padding-left: 25px;
  }
  .shop-by-occasion-in-homepage .b--categories .b--categories__ocassion .b--slider--occasion .slick-list.draggable .slick-slide {
    margin-right: 0;
    margin-left: 0;
  }
  .reward-block {
    margin: 10px 0 0 0;
  }
  .main__inner-wrapper .section-top.shopping-cart--top {
    padding: 25px 0 0 0!important;
    overflow: hidden;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .b--hd__title {
    margin: 0px 20px 0px;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .order-summary {
    margin-right: 0px;
    padding-bottom: 30px;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .yCmsComponent .reward-block {
    margin: 26px 20px 10px 20px;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .yCmsComponent .item-block {
    margin: 0px 20px;
    padding-top: 10px;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .yCmsComponent .empty-cart__wrapper {
    margin: 0 20px 40px;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .yCmsComponent .empty-cart__wrapper h4 {
    padding-top: 10px;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .order-summary .b--hd__title {
    margin: 0px 0px 20px;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .order-summary .summury-list .li1 {
    padding-top: 20px;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .order-summary .summury-list .li1 .show_gift {
    max-width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .order-summary .summury-list .li1 .summary-table {
    margin-top: 0px;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .quantity .quantity-button.quantity-down {
    top: 8px;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .quantity .quantity-button.quantity-up {
    top: 8px;
  }
  section.section-top.shopping-cart--top.cart-padding-top .item-block .item-title h2 {
    margin-top: 16px;
  }
  .b--navbar__third__info--companies li a img.cuater {
    width: auto;
    height: 16px;
  }
  .b--navbar__third__info--companies li a {
    min-height: 38px;
  }
  .b--navbar--mobile__primary__cart .s-2x {
    top: 12px !important;
    line-height: 0px !important;
  }
  .b--navbar__primary .form-control {
    box-shadow: none !important;
    border-width: 1px !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .my-account__wrapper .welcome__block .welcome__mid {
    padding: 0px 0 12px 0px !important;
  }
  .my-account__wrapper .welcome__block .welcome__mid .preferred-content p {
    margin-bottom: 10px !important;
  }
  .ac-payment-mid .ac-method-main {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .remove-payment .remove-payment-mid h2 {
    text-align: left;
    padding-left: 20px;
  }
  .remove-payment.modal--main .modal-dialog .modal-content .modal-body {
    padding: 0 15px !important;
  }
  .remove-payment .modal-footer button {
    display: block;
    width: 100%;
    margin: 0px !important;
  }
  .remove-payment .modal-footer a {
    display: block;
    width: 100%;
    margin: 0px !important;
  }
  .remove-payment .modal-footer .btn + .btn {
    margin-top: 15px !important;
  }
  .remove-payment .modal-footer .btn--outline-primary {
    background-color: transparent;
    color: #000 !important;
  }
  .b--listing-product__filters--color ul li a:not(.deactivated).active,
  .b--listing-product__filters--color ul li a:not(.deactivated):hover,
  .b--listing-product__filters--color ul li a:not(.deactivated):active {
    box-shadow: inset 0 0 0 2px #FFFFFF!important;
  }
  .account-common-wrapper {
    padding: 20px 8px 0 8px !important;
  }
  .addressbook--form .col-xs-12.floating-label {
    padding: 0 !important;
  }
  .addressbook--form {
    padding: 0 0 0 0 !important;
  }
  .pr-change {
    padding-right: 8px;
  }
  .pl-change {
    padding-left: 8px;
  }
  .ac-payment-mid.add_address_form-main > p {
    font-weight: 500;
    margin-bottom: 0;
  }
  .ac-payment-mid.clearfix.add_address_form-main input,
  .ac-payment-mid.dl-horizontal dd.add_address_form-main input,
  .ac-payment-mid.container.add_address_form-main input,
  .ac-payment-mid.container-fluid.add_address_form-main input,
  .ac-payment-mid.row.add_address_form-main input,
  .ac-payment-mid.form-horizontal .form-group.add_address_form-main input,
  .ac-payment-mid.btn-toolbar.add_address_form-main input,
  .ac-payment-mid.btn-group-vertical > .btn-group.add_address_form-main input,
  .ac-payment-mid.nav.add_address_form-main input,
  .ac-payment-mid.navbar.add_address_form-main input,
  .ac-payment-mid.navbar-header.add_address_form-main input,
  .ac-payment-mid.navbar-collapse.add_address_form-main input,
  .ac-payment-mid.pager.add_address_form-main input,
  .ac-payment-mid.panel-body.add_address_form-main input,
  .ac-payment-mid.modal-header.add_address_form-main input,
  .ac-payment-mid.modal-footer.add_address_form-main input {
    margin-bottom: 20px !important;
  }
  .page-productDetails section.slider--cart.in--padding,
  .page-cartPage section.slider--cart.in--padding {
    padding: 30px 0px 30px 18px!important;
  }
  .b--slider--arrivals .b--product.b--product--spacer {
    margin: 0 6px!important;
  }
  .page-productDetails section.slider--cart.in--padding .slick-slide,
  .page-cartPage section.slider--cart.in--padding .slick-slide {
    margin-right: 0px;
  }
  /*-- 24/6/2019 --*/
  section.block.b--promo.b--highlights .container.footer-newsletter_signup .form-group.b--promo__form__form-group {
    max-width: 380px;
  }
  section.block.b--promo.b--highlights .container.footer-newsletter_signup .custom-width__highlights h2.b--hd__title {
    font-size: 26px !important;
  }
  .b--highlights .footer-newsletter_signup.thanks-wrapper .thanks-wrapper-in .thanks-message_wrapper h2.b--hd__title {
    font-size: 26px !important;
  }
  .b--highlights .footer-newsletter_signup.thanks-wrapper .thanks-wrapper-in .btn-shopnow {
    min-width: 100%;
    font-size: 13px;
  }
  .b--highlights .footer-newsletter_signup.thanks-wrapper .thanks-wrapper-in {
    padding: 63px 0 70px 0;
  }
  .footer-newsletter_signup {
    padding: 16px 0 38px 0;
  }
  .form-group.b--promo__form__form-group.subscribed-successs span#successMessage {
    left: 0;
    font-size: 13px;
  }
  /*-- 24/6/2019 --*/
  .page-orders .account-common-wrapper .account-common__title h2 {
    margin-bottom: 30px;
  }
  .page-orders .account-common-wrapper {
    padding: 20px 8px 0 8px !important;
  }
  .page-productGrid .b--listing-product__filters {
    margin-left: 0 !important;
    padding: 0px !important;
  }
  .page-productGrid .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item {
    margin: 0px 0px 4px 0px!important;
  }
  .page-productGrid .b--listing-product__filters ul {
    padding-left: 0px !important;
  }
  .metadata-slider .item:first-child a {
    border: #000 solid 1px !important;
  }
  section.block.b--categories__all .center-block.row .slider-three .b--category-secondary .btn:hover,
  section.block.b--categories__all .center-block.row .slider-three .b--category-secondary .btn:focus,
  section.block.b--categories__all .center-block.row .slider-three .b--category-secondary .btn:active {
    background: transparent !important;
    color: #000 !important;
  }
  .b--home-slider .slick-dots li button {
    display: block !important;
  }
  .b--categories__all .slick-dots li button {
    display: block !important;
  }
  .clearfix.remove-clear-mobile,
  .dl-horizontal dd.remove-clear-mobile,
  .container.remove-clear-mobile,
  .container-fluid.remove-clear-mobile,
  .row.remove-clear-mobile,
  .form-horizontal .form-group.remove-clear-mobile,
  .btn-toolbar.remove-clear-mobile,
  .btn-group-vertical > .btn-group.remove-clear-mobile,
  .nav.remove-clear-mobile,
  .navbar.remove-clear-mobile,
  .navbar-header.remove-clear-mobile,
  .navbar-collapse.remove-clear-mobile,
  .pager.remove-clear-mobile,
  .panel-body.remove-clear-mobile,
  .modal-header.remove-clear-mobile,
  .modal-footer.remove-clear-mobile {
    display: none;
  }
  .page-productGrid .b--listing-product__wrapper-catalog .b--product .b--product__foot {
    min-height: 100px;
  }
  .page-productGrid .b--listing-product__wrapper-catalog .b--product.b--product--spacer.b--product--grid--list.plp-products-list {
    padding-bottom: 0px;
  }
  .page-productGrid .promo > p {
    color: #d51515;
    font-weight: 700;
    text-shadow: none;
    margin: 0 0 4px 0;
  }
  .page-multiStepCheckoutSummaryPage .card-options__main ul.card li.card-option {
    padding-right: 2px;
  }
  .page-multiStepCheckoutSummaryPage .radio_btn_wrapper .label::before {
    margin: 0 10px 0 0;
  }
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.order-details-list {
    max-width: 23px;
  }
  #shippingAddress .show-cancel #checkoutCancelButton {
    font-weight: 700;
  }
  /* -- 10/7/2019 -- */
  .main__inner-wrapper .section-top.shopping-cart--top .order-summary .summury-list li .summary-table {
    padding-top: 25px;
    padding-bottom: 10px;
    border-top: 1px solid #9d9d9d;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .order-summary .summury-list .li1 {
    padding-top: 0;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .order-summary .b--hd__title {
    margin: 0px 0px 12px;
    border-bottom: #b5b5b5 solid 1px;
    padding: 0 0 17px 0;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .order-summary .summury-list .li1 .show_gift {
    padding-bottom: 15px;
  }
  .order-summary {
    margin-right: 0px;
    padding: 12px 18px 33px 18px;
  }
  .cart-summary .cart-title {
    margin: 0 0 5px 0;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .order-summary {
    border-width: 1px 0;
  }
  .main__inner-wrapper main.checkout-mid .checkout--mid .gcl-forgot {
    font-size: 12px;
    text-decoration: underline;
  }
  .page-checkout-login .checkout-mid .row .l--checkout__wrapper .in__wrapper .form-main .form-group {
    margin-bottom: 16px;
  }
  .main__inner-wrapper .checkout--mid .col-md-12.p-t-30.signin_guest {
    padding-top: 13px !important;
  }
  .page-checkout-login .or {
    padding: 6px 0;
    font-size: 12px;
  }
  .page-checkout-login .l--checkout__wrapper .in__wrapper button.btn.btn--primary-light.m-t-33 {
    background: transparent;
    color: #000;
  }
  .page-checkout-login span.not__member.m-t-33.d--none-desk {
    margin-top: 29px !important;
    margin-bottom: 29px;
  }
  .page-checkout-login span.not__member.m-t-33.d--none-desk a {
    border-bottom: 1px solid #939393;
  }
  .checkout-login-left-content-component .show-password-btn {
    font-weight: 700 !important;
  }
  .page-checkout-login .checkout-mid .row .l--checkout__wrapper .in__wrapper {
    padding: 0 8px;
  }
  /* -- 10/7/2019 -- */
  .page-multiStepCheckoutSummaryPage main.checkout-mid .shipping_address__title {
    margin: 19px 0 20px 0;
  }
  main.checkout-mid .shipping__method ul li .right__child {
    padding-left: 65px;
  }
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item {
    padding: 12px 5px 15px 10px;
  }
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .label--block:before {
    margin-top: 67px;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option.active label {
    margin-left: 15px;
  }
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option label {
    margin-left: 15px;
  }
  .page-multiStepCheckoutSummaryPage main.checkout-mid .shipping_address__title .edit {
    position: relative;
  }
  /* -- 11/7/2019 -- */
  .page-homepage .new-arrivals-padding-top-mobile section.block.b--listing .row .col-md-12 {
    padding: 0 0 0 18px;
  }
  .page-homepage section.block.b--listing .col-md-12 {
    padding: 0 0 0 18px;
  }
  /* -- 11/7/2019 -- */
  /* -- 12/7/2019 -- */
  .page-productGrid .col-filter__wrapper.b--listing-product__filters.visible {
    padding: 19px !important;
  }
  .page-productGrid .col-filter__wrapper.visible .col-xs-6 {
    margin-bottom: 18px;
  }
  .page-notification .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main {
    padding: 22px 8px 0 8px !important;
  }
  .page-notification .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main .whishlist-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .page-notification .ac-notification-mid .notification-box {
    margin: 30px 0 28px 0;
    padding: 30px 24px;
  }
  .page-notification .ac-notification-mid .notification-box .notification-list li .label {
    padding: 0 0 0 33px;
    position: relative;
  }
  .ac-notification-mid .notification-box .notification-list li .label:before {
    position: relative;
    top: 3px !important;
    left: 0px;
  }
  .page-notification .ac-notification-mid {
    padding: 0 0 48px 0;
  }
  .page-address-book .addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item {
    padding: 19px 15px;
  }
  .page-address-book .addressbook-wrapper .mobile-address-sub-title {
    margin-bottom: 24px;
    padding-top: 3px;
  }
  .page-address-book .addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block:before {
    top: 21px !important;
  }
  .page-add-edit-address .addressbook--form button.btn {
    margin: 39px 0 0 0;
  }
  #addressFormSection.add-mode #addressForm .checkbox {
    margin-top: -19px;
  }
  .page-add-edit-address .buttons-flex-end {
    display: block;
  }
  .page-add-edit-address .buttons-flex-end .edit-address-cancel {
    display: block;
    margin-left: 0;
    font-weight: 600;
    text-align: center;
    padding: 11px 45px;
    border: #000 solid 1px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    margin: 15px 0 25px 0;
  }
  .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main {
    padding: 24px 8px 0 8px !important;
  }
  .page-profile-update .ac-profile-mid {
    padding: 38px 0 45px 0;
  }
  .page-profile-update .gender-options .radio_btn_wrapper .label:before {
    position: absolute !important;
    top: 4px !important;
    left: 0px !important;
  }
  .page-profile-update .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .gender-options ul li label {
    padding: 0 0 0 30px;
  }
  .page-profile-update .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper {
    padding: 49px 0 0 0;
  }
  .page-profile-updatePassword .profile--main .ac-profile-mid p.password-text {
    margin-bottom: 36px;
  }
  .page-profile-updatePassword .ac-profile-mid {
    padding: 7px 0 45px 0;
  }
  .page-profile-updatePassword .ac-profile-mid .password-reset-form .main__form .btn-main {
    margin-top: 41px;
  }
  /* -- 12/7/2019 -- */
  form#guestRegisterForm {
    margin: 28px 0 0 0;
  }
  .order-confirmation--top .reward__block.guest-reward .reward__block-in:after {
    display: none;
  }
  .return-status__main .return--status__mid .right__section .main__title h2 {
    padding: 0 0 6px 0;
  }
  .page-return-order-print .return-store__main .return--store__mid .mid__block .instruction__main .box {
    padding: 20px 15px 18px;
  }
  .page-return-order-print .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-content .text-block p {
    margin: 15px 0px 5px;
  }
  .page-return-order-print button#printreturnlabel {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-return-order-print .col-md-6.confirm-return-items {
    margin: 0 -4px -8px -14px;
    padding: 0;
  }
  .page-return-order-print .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-content #printreturnlabel {
    margin-top: 10px;
  }
  .page-multiStepCheckoutSummaryPage.pageType-ContentPage .order-summary .summury-list div.summary-table {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-multiStepCheckoutSummaryPage.pageType-ContentPage .tab-show .summury-list .Last-child {
    padding: 16px 0 !important;
    margin: 0 0 18px 0;
  }
  .page-multiStepCheckoutSummaryPage.pageType-ContentPage .cart-summary .cart-mid ul li a .total {
    margin: 5px 0 0 0 !important;
  }
  .page-multiStepCheckoutSummaryPage.pageType-ContentPage .order-summary {
    padding: 12px 18px 5px 18px;
  }
  .page-profile.pageType-ContentPage .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main {
    padding: 9px 8px 0 8px !important;
  }
  .page-profile.pageType-ContentPage .return-status__main .return--status__mid .right__section {
    margin-top: 20px;
  }
  .page-profile.pageType-ContentPage .ac-profile-mid {
    padding: 0px 0 102px 0;
  }
  .page-profile.pageType-ContentPage .right__section .whishlist-title {
    margin: 0px 0px 0px 0 !important;
  }
  .page-profile-update .profile--main .whishlist-title {
    text-align: left;
    margin: 0px !important;
  }
  .page-profile-updatePassword .profile--main .whishlist-title {
    text-align: left;
    margin: 0px !important;
  }
  .page-profile-updatePassword .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main {
    padding: 0px 8px 0 8px !important;
  }
  .page-profile-updatePassword .return-status__main .return--status__mid .right__section {
    margin-top: 20px;
  }
  .page-profile-update .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main {
    padding: 0px 8px 0 8px !important;
  }
  .page-profile-update .return-status__main .return--status__mid .right__section {
    margin-top: 20px;
  }
  .page-profile-update .ac-profile-mid {
    padding: 32px 0 45px 0;
  }
  .page-profile-updatePassword .profile--main .ac-profile-mid .ac-profile-mid-form {
    padding: 0px 0 0;
  }
  .page-profile-update .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper {
    padding: 0px 0 25px 0;
  }
  .page-profile-update .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li .f-label__wrapper .c__input {
    margin: 0;
  }
  .order-confirmation--top .reward__block .reward__block-in .guest-separer:after {
    display: none;
  }
  .page-profile.pageType-ContentPage .profile--main .ac-profile-mid .profile-details {
    margin-top: 45px;
  }
  .page-orders.pageType-ContentPage .orderlist__main .order-list {
    margin: 20px 0 25px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .remove-payment .remove-payment-mid .remove-list {
    padding: 22px 0px 0 37px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .remove-payment .remove-payment-mid .remove-list {
    font-size: 11px!important;
  }
}
@media screen and (max-width: 768px) and (max-width: 360px) {
  .remove-payment .remove-payment-mid .remove-list {
    padding: 22px 0px 0 35px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .remove-payment .remove-payment-mid {
    padding-bottom: 50px;
    padding-top: 0!important;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .remove-payment .remove-payment-mid h2 {
    font-size: 12px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .remove-payment .remove-payment-mid h2 {
    font-size: 10px!important;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item a img {
    max-width: 26px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-slider .item {
    margin: 0px 0px 4px!important;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-option__btn {
    font-size: 12px!important;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .b--listing-product__wrapper-catalog .b--product .b--product__foot .metadata-option .metadata-option__btn {
    font-size: 9px!important;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .main__inner-wrapper .section-top.shopping-cart--top .b--hd__title {
    font-size: 32px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .main__inner-wrapper .section-top.shopping-cart--top .yCmsComponent .reward-block {
    margin: 11px 20px 0px 20px;
  }
  .main__inner-wrapper .section-top.shopping-cart--top .yCmsComponent .reward-block .re-text {
    padding: 21px 23px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .main__inner-wrapper .section-top.shopping-cart--top .yCmsComponent .item-block {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 767px) {
  .b--navbar__third__info--companies li a {
    min-height: 42px !important;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 767px) {
  .b--navbar--mobile__third__logos {
    height: 42px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .remove-payment .remove-payment-mid h2 {
    padding-left: 17px;
  }
}
@media screen and (max-width: 768px) and (max-width: 360px) {
  .remove-payment .remove-payment-mid h2 {
    font-size: 12px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .remove-payment .remove-payment-mid h2 {
    font-size: 10px!important;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .page-productDetails section.slider--cart.in--padding,
  .page-cartPage section.slider--cart.in--padding {
    padding: 30px 0px 30px 0px!important;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .main__inner-wrapper .section-top.shopping-cart--top .order-summary .summury-list li .summary-table {
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  main.checkout-mid .shipping__method ul li .right__child {
    position: absolute;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item:first-child .label--block:before {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item .label--block:before {
    margin-top: 52px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option.active label {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option label {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage.pageType-ContentPage .order-summary {
    border: 0px!important;
    margin-bottom: 0px!important;
  }
}
@media (max-width: 480px) {
  main.checkout-mid .shipping__method ul li .critd-card-edit {
    top: 80%!important;
    left: 0;
    padding-left: 45px;
  }
}
@media (max-width: 480px) {
  .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item {
    padding: 15px 5px 20px 10px;
  }
}
.m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item.payment-info:first-child .label--block .billing__address_card {
  padding: 34px 0 0 0;
}
.payment-wrapper {
  padding: 0 5px 40px 5px;
}
@media (max-width: 480px) {
  .payment-wrapper {
    padding: 0 5px 0px 5px;
  }
}
.new-add--wrapper .floating-label {
  padding: 0px;
}
.new-add--wrapper #shippingAddress .privacy {
  display: block;
  padding: 0px;
  position: static;
}
main.checkout-mid.floating-label {
  padding: 0px;
}
main.checkout-mid .shipng-addr-m-b {
  margin-bottom: 27px;
}
main.checkout-mid .order-summary .summury-list li {
  padding: 11px 0px;
}
.addANaddress #checkoutCancelButton {
  margin-top: 9px !important;
}
.checkout-mid .col-xs-12 .floating-label {
  padding: 0px 21px 0 21px;
}
@media (max-width: 480px) {
  .checkout-mid .col-xs-12 .floating-label {
    padding: 0px 0px 0 0px;
  }
}
/*3-7-2019*/
@media screen and (max-width: 640px) {
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.sales-text {
    max-width: 100%;
    display: block;
    padding-top: 0 !important;
  }
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.order-details-list {
    max-width: 100%;
  }
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.order-details-list {
    max-width: 100%;
    padding-bottom: 0;
  }
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.sales-text span.note {
    padding: 0px 0 0 0;
  }
  section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.spr-product {
    width: 150px;
  }
}
/*3-7-2019*/
#addressSubmit {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #addressSubmit {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .shipping-wrapper .form-mid .f-label__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-multiStepCheckoutSummaryPage .card-options__main ul.card li.card-option .label::before {
    margin-left: 14px;
  }
  main.checkout-mid .form-mid {
    padding: 30px 0px;
  }
  .shipping-wrapper {
    padding: 0 5px;
  }
  section.block.b--home-slider.mobile-pd-change.b-slider-category-styles a.btn.btn--outline-primary.btn-underline.btn_inline_overite {
    font-size: 16px !important;
  }
  header.checkout .header-checkout img {
    height: 28px;
  }
  .b--slider--arrivals .b--product__img {
    margin-right: 0px;
    margin-left: 0px;
  }
  .b--slider--arrivals .b--product__foot {
    padding-left: 0px;
    padding-right: 0px;
  }
  .b--slider--arrivals .b--product .metadata-option .metadata-slider .slick-arrow {
    width: auto;
  }
  .b--promo .b--hd__title {
    font-size: 33px!important;
  }
  section.block.b--promo.b--highlights .b--hd p.b--hd__subtitle {
    font-size: 15px !important;
    word-spacing: 1px;
  }
  input.form-control.b--promo__form__form-control {
    font-size: 15px;
    min-height: 40px;
  }
  .b--promo__form .btn {
    font-size: 14px;
  }
  .b--modal-signup .modal-content {
    top: 120px;
  }
  .b--modal-signup__imgs :first-child {
    display: none;
  }
  .b--modal-signup .b--modal-signup__imgs {
    display: none;
  }
  .b--posts {
    padding: 15px 0 10px;
  }
  section.block.b--posts .b--post-primary .b--post-primary__img {
    margin-bottom: 12px;
  }
  .b--posts .b--post-primary {
    padding: 12px 3px !important;
  }
  section.block.b--promo.b--highlights .custom-width__highlights h2.b--hd__title {
    font-size: 26px !important;
  }
  section.block.b--promo.b--highlights .custom-width__highlights p.b--hd__subtitle {
    font-size: 16px !important;
  }
  .checkout-mid .btn {
    width: 100%;
  }
  .page-productGrid .b--listing-banner-new-styles {
    height: 200px !important;
  }
  /*1/7/2019*/
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr.tr-block {
    width: 100%;
    display: block;
  }
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.spr-product {
    width: 89px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td .image__container {
    width: 89px;
    height: 112px;
    float: none !important;
  }
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td {
    padding: 0px 8px 7px 101px;
    float: none !important;
  }
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td {
    float: none !important;
  }
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody td.order-details-list .product-details {
    padding-top: 0;
    margin-top: -8px;
  }
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody td.order-details-list .product-details h4.list-title {
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 20px;
    font-size: 16px;
  }
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody td.order-details-list .product-details p {
    margin-bottom: 4px;
    line-height: 18px;
    font-weight: 500;
  }
  /*1/7/2019*/
  /* -- 2/7/2019 -- Return Pages */
  .return-products.main-div .container {
    width: 100%;
    padding: 0 18px;
  }
  .return-products-text-in {
    padding: 0px 0 7px 0px;
  }
  .main__inner-wrapper .r-p-contents .card .card-header {
    position: relative;
  }
  .main__inner-wrapper .r-p-contents .card .card-header i.s.s-chevron-down {
    position: absolute;
    right: 0;
  }
  .main__inner-wrapper .card .card-header .text-left {
    padding-right: 33px;
  }
  .main__inner-wrapper .r-p-contents .container {
    width: 100%;
    padding: 0 18px;
  }
  .main__inner-wrapper .r-p-contents .accordion.d--none-desk .card .card-header a {
    display: block;
  }
  .main__inner-wrapper .r-p-contents .accordion.d--none-desk .card .card-header a.collapsed-arrow i.s.s-chevron-down:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* -- 2/7/2019 -- Return Pages */
  .page-order section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.sales-text .note {
    padding-top: 0;
    display: block;
    width: 100%;
    margin: 0 0 0 93px;
  }
  header.checkout .header-checkout img {
    width: 50%;
  }
  .shipping_address__BOPIStitle {
    padding-top: 25px;
  }
  .shipping_address__BOPIStitle .check-icon {
    float: left;
  }
  .shipping_address__BOPIStitle h3 {
    margin: 0 0 0 23px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
  }
  .address-item_BOPIS {
    margin: 0px 0 0 57px;
  }
  main.checkout-mid .shipping-title {
    background: #f2f2f2;
    padding: 13px 21px;
  }
  main.checkout-mid .shipping__method h4 {
    margin: 0 0 15px 0;
  }
  .floating-label .f-label__wrapper #addressregionOk.checkmark {
    right: 39px;
  }
  /* -- 10/7/2019 -- */
  .page-homepage section.block.b--product-highlight.margin-top-0.category-hefe .container {
    width: 100%;
  }
  .b--categories__all .slider-three .col-md-4 {
    padding: 0 2px 0 8px !important;
  }
  /* -- 10/7/2019 -- */
  .page-address-book .ac-payment-mid .ac-method-main .a-payment_method--list {
    padding: 20px 0 20px;
  }
  .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li {
    margin: 0px;
  }
  .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li:nth-child(2) {
    margin-left: 29px;
    margin-right: 30px;
  }
  .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .expiration__wrapper ul li:after {
    right: -21px;
  }
  main.checkout-mid .shipping__method ul li .right__child {
    position: absolute;
  }
  .shipping__method.deliveryMethodsDiv .radio_btn_wrapper .label::before {
    position: absolute;
    left: 14px;
    top: 25px!important;
  }
  .page-payment-details .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item {
    padding: 8px 15px 21px 20px;
  }
  .page-multiStepCheckoutSummaryPage .mob-pad-0 .shipping-wrapper {
    padding: 0 2px;
  }
  .forgot-p .gcl-forgot {
    font-size: 12px;
  }
  .returnForgot {
    display: block !important;
    text-align: right !important;
  }
  .returnForgot a {
    font-size: 14px!important;
    text-decoration: none !;
    text-underline-position: under;
    color: #000;
    letter-spacing: 0.26px;
    font-weight: 400!important;
    font-family: Montserrat;
  }
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper .checkbox__wrapper label {
    font-size: 12px;
  }
  .row.custom-row {
    margin: 0;
  }
  .page-returnLandingPage form#initiateReturnForm {
    padding-right: 0;
  }
  .page-returnLandingPage #initiateReturnForm .f-label__wrapper.form-group.col-md-5.p-l-0.m-t-33 {
    padding-right: 0px;
  }
  .page-returnLandingPage #initiateReturnForm .col-md-12.m-t-33 {
    padding: 0;
  }
  .page-returnLandingPage #initiateReturnForm .m-t-33 {
    margin-top: 20px !important;
  }
  .page-returnLandingPage #initiateReturnForm .f-label__wrapper input#postalCode {
    margin-bottom: 4px;
  }
  .checkbox__wrapper.keep-signed label {
    font-size: 12px;
  }
  .terms-textweight {
    font-weight: 400 !important;
    text-shadow: none;
    text-align: center;
    font-size: 14px;
  }
  .terms-textweight a {
    text-decoration: underline;
  }
  .page-returnLandingPage .r-p-crs-nac h3 {
    font-size: 22px;
    margin: 10px 0 0;
    letter-spacing: 0.47px;
  }
  .page-returnLandingPage .r-p-crs-ac h3 {
    font-size: 22px;
    margin: 10px 0 0;
    letter-spacing: 0.47px;
  }
  .page-returnLandingPage .forget__password {
    font-size: 12px;
  }
  .page-returnLandingPage .f-shadow {
    text-shadow: none !important;
  }
  .page-returnLandingPage .m-b-20 {
    font-size: 14px;
  }
  .page-returnLandingPage .custom-row h3 {
    margin-left: 0px;
    margin-top: 25px;
  }
  .page-returnLandingPage .forget__password {
    text-decoration: underline;
  }
  .page-returnLandingPage .col-md-12.col-xs-12.f-g.m-b-50.m-t-20.f-shadow.f-italic.terms-textweight p a {
    text-decoration: underline;
    text-decoration-color: #8c8c8c;
  }
  .page-multiStepCheckoutSummaryPage main.checkout-mid .payment-wrapper .payment_box {
    padding: 18px 0px 3px;
  }
  .page-multiStepCheckoutSummaryPage main.checkout-mid .payment-wrapper .payment_box .checkbox__wrapper {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .page-multiStepCheckoutSummaryPage main.checkout-mid .shipping_address__list {
    margin: 0px 0 0px 50px;
  }
  .page-multiStepCheckoutSummaryPage .m-c__shipping-method .checkbox__wrapper .styled-checkbox + label.show_gift {
    padding: 0px 0 0 40px;
  }
  .page-multiStepCheckoutSummaryPage .m-c__shipping-method .checkbox__wrapper .styled-checkbox + label.show_gift:before {
    left: 15px;
  }
  .page-multiStepCheckoutSummaryPage .card-options__main ul.card li.card-option .label::before {
    margin-left: 14px;
    margin-top: 2px;
  }
  .page-order.pageType-ContentPage .order-details-mid .mid__block .shipping__options .title {
    padding-left: 20px;
  }
  .page-order.pageType-ContentPage .return-status__main .return--status__mid .right__section .mid__block p {
    margin: 0px 19px 0px;
  }
  .page-order.pageType-ContentPage .order-details-mid .mid__block .shipping__options .title {
    margin: 0 0 0px 0!important;
  }
  .page-order.pageType-ContentPage .order-details-mid .mid__block .shipping__options .title {
    padding-left: 18px;
  }
  .page-order.pageType-ContentPage .order-details-mid h3.title.f-bold.f-m.ship-title {
    margin-top: 20px !important;
    margin-bottom: 23px;
  }
  .page-order.pageType-ContentPage .order-details-mid p.ship-title-p1 {
    padding: 0 !important;
  }
  .page-order.pageType-ContentPage .order-details-mid p.ship-title-p2 {
    font-style: italic;
  }
  .page-account-landing.pageType-ContentPage .spr-table tr .image-box-wrapper img {
    position: absolute;
    left: 0px;
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100%;
  }
  .page-account-landing.pageType-ContentPage .spr-table tr .image-box-wrapper {
    min-height: auto;
    width: 90px;
    height: 112px;
  }
  .page-account-landing.pageType-ContentPage .account-common__title {
    padding: 0 0 10px 0;
  }
  .page-account-landing.pageType-ContentPage .account-common__title.cart {
    padding: 0 0 14px 0;
  }
  .page-account-landing.pageType-ContentPage .account-common__title.recent-order {
    padding: 28px 0 0px 0;
    margin: 0px 0 15px 0;
    border: 0;
  }
  .page-account-landing.pageType-ContentPage .account-common__title.wishlist {
    padding: 20px 0 0px 0;
    margin: 0px 0 15px 0;
    border: 0;
  }
  .page-account-landing.pageType-ContentPage .order-list {
    padding: 0px;
    border: #d9d9d9 solid 1px;
    padding-bottom: 5px;
    margin-bottom: 50px;
  }
  .page-account-landing.pageType-ContentPage .cart__list.p-t-30 {
    padding-top: 0px !important;
  }
  .page-account-landing.pageType-ContentPage .cart__list.p-t-30 .btn--secondary {
    width: 100%;
    margin: 3px 0 30px 0;
    padding: 8px 0;
    font-size: 14px;
  }
  .page-wishlist.pageType-ContentPage .list_thumbanil .list_thumbanil__in .desc h2 a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 135px;
  }
  .page-account-landing.pageType-ContentPage .list_thumbanil .list_thumbanil__in .desc h2 a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 135px;
  }
  section.order__reciept .order__reciept-mid .order__confirmation-table table thead tr th {
    width: 97px;
  }
  section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.spr-product {
    width: 89px;
  }
  section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.spr-product .image__container {
    width: 89px;
    height: 112px;
  }
}
@media screen and (max-width: 480px) and (max-width: 414px) {
  .terms-textweight {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) and (max-width: 375px) {
  .terms-textweight {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) and (max-width: 320px) {
  .terms-textweight {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) and (max-width: 320px) {
  .page-returnLandingPage .forget__password {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) and (max-width: 320px) {
  .page-account-landing.pageType-ContentPage .account-common__title.recent-order a {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) and (max-width: 360px) {
  section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td.spr-product .image__container {
    width: 72px;
  }
}
.b--modal-signup .b--modal-signup__imgs {
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: 130px!important;
}
.b--modal-signup .modal-content {
  top: 195px;
}
.b--modal-signup__imgs :first-child {
  top: 0px;
}
.cart-summary {
  padding-bottom: 0px;
}
.cart-summary .cart-mid ul li {
  padding-bottom: 18px !important;
}
.cart-summary .cart-mid ul li a {
  padding: 0 0 0 91px !important;
}
.cart-summary .cart-mid ul li .cart-order-item {
  padding: 0 0 0 91px !important;
}
.cart-summary .cart-mid ul li .cart-order-item p {
  margin: 0 0 3px;
  font-weight: 500;
}
.cart-summary .cart-mid ul li .cart-order-item p span {
  padding-left: 7px;
}
.cart-summary .cart-mid ul li .cart-order-item .total {
  margin-top: 7px;
  font-weight: 600;
}
.cart-summary .cart-mid ul li a figure.figure-static {
  height: 90px !important;
  width: 72px !important;
}
.cart-summary .cart-mid ul li a .list-title {
  text-transform: uppercase;
}
.cart-summary .cart-mid ul li a .total {
  margin: 9px 0 0 0 !important;
}
.main__inner-wrapper section.section-top {
  padding-left: 38px;
}
.list-buttons {
  padding-left: 24px;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .b--modal-signup .modal-dialog.b--modal-signup__window {
    position: absolute !important;
    left: 20%!important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}
.b--header-promo__wrapper a {
  text-decoration: none;
  padding: 0;
  vertical-align: unset;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .b--header-promo__wrapper a {
    text-decoration: underline;
  }
}
.b--header-promo__wrapper a:hover {
  color: #ffffff!important;
  text-decoration: underline;
  opacity: 1;
}
.b--header-promo__wrapper a:focus {
  color: #ffffff!important;
  text-decoration: underline;
}
.b--header-promo__wrapper a:active {
  color: #ffffff!important;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .b--header-promo__wrapper p a {
    white-space: pre-wrap;
  }
}
#b--cta-secondary1 .b--cta-secondary__btn--left {
  left: 79%;
}
.b--category-primary .btn {
  padding: 11px 35px !important;
}
.s-shopping-cart:before {
  right: unset!important;
}
.b--navbar__third__user--status ul .btn--secondary {
  width: 76px!important;
}
.b--navbar__third__user--status ul .btn--secondary.minicart-checkout-button {
  width: 100%!important;
  margin-left: 0;
}
.b--cart__mini--products {
  left: 44px;
}
/*.b--cta-fullwidth {
    padding: 32px 0 50px;
}*/
.wrapper--is-active .b--navbar--mobile__primary__trigger {
  position: relative!important;
  left: unset!important;
}
.wrapper--is-active .b--navbar--mobile__primary__cart {
  right: unset!important;
  position: relative!important;
}
.b-listing-filter-title {
  margin-top: 27px;
}
.pageType-CategoryPage ol.breadcrumb {
  padding: 19px 2px 7px;
  margin-bottom: 0;
  margin-left: 20px;
}
.b-listing-filter-title h1 {
  margin-bottom: 34px;
}
.b--product .metadata-option .metadata-slider .slick-list.draggable .slick-slide.slick-current span a {
  border: 1px solid #000000;
}
.b--product .metadata-option.Left-alignment-swatches .metadata-slider .slick-list.draggable .slick-slide > div {
  justify-content: left!important;
}
.b--product .metadata-option.Left-alignment-swatches .metadata-slider .slick-list.draggable .slick-slide:first-child > div {
  padding-left: 1px;
}
.new-arrivals-padding-top-mobile .custom-width__wrapper {
  margin-top: 0px;
}
@media (max-width: px) {
  .new-arrivals-padding-top-mobile {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .b--categories__all .slider-three .b--category-secondary__foot {
    height: 260px;
  }
}
.b-slider-category-styles .b--category-secondary__foot .b--category-secondary__text {
  margin-bottom: 26px;
}
.b-slider-category-styles .b--category-secondary__foot .btn--outline-primary {
  position: static!important;
}
.slick-slide {
  margin: 0px 5px 0 0;
}
.shop-by-occasion-in-homepage .b--categories {
  padding-top: 0px;
}
.shop-by-occasion-in-homepage .custom-width__wrapper {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .shop-by-occasion-in-homepage .custom-width__wrapper {
    margin-top: 40px;
  }
}
/* Please add all the min-width 768 queries here */
/* 08-06-2019 */
@media (min-width: 768px) {
  .cart-img {
    width: auto;
    margin-right: 5px;
  }
  .cart-img img {
    max-width: 155px!important;
    max-height: 195px!important;
  }
  .item-block ul li .price {
    margin-top: 10px;
    margin-left: 0px !important;
  }
  .item-block ul li .btn-selectors {
    margin-top: 10px;
    margin-right: -5px !important;
  }
  .item-block ul li .p-name {
    margin-top: 10px;
    display: block;
    letter-spacing: 0.2px;
  }
  .item-block ul li .ship--items {
    vertical-align: top;
  }
  .item-block ul li .in--stock {
    float: left;
    display: inline-block;
  }
}
.giftCardCheckout .Car-page-details-info .uName {
  width: 100%;
  display: inline-block;
}
/* 08-06-2019 */
.item-block ul li .shipng-estimate-text p strong {
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 0.78px;
}
.item-block ul li .shipng-estimate-text p span {
  letter-spacing: 0.26px;
}
.footerImg img {
  width: 49px;
}
.footerImg {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) and (min-width: 470px) {
  .footerImg {
    top: inherit;
  }
}
@media (max-width: 480px) {
  .footerImg {
    position: relative;
    margin-right: 0%;
    left: 0px;
  }
}
.footermenus {
  padding: 0;
}
/* 10-06-2019 */
@media (max-width: 1199px) {
  .cart-btn-in-mobile .b--cart__mini--products {
    right: 10px!important;
    top: 9px!important;
    left: 22px!important;
    padding-top: 0px;
  }
}
@media (max-width: 1024px) {
  .join--free .right__child a {
    display: none;
  }
  .order-summary .summury-list li .summary-table table td .block-elm a {
    padding-left: 0px !important;
  }
}
@media (max-width: 1200px) {
  .b--footer .b--subfooter .btn {
    font-size: 13px;
    font-weight: normal;
  }
  .b--footer .b--subfooter h6 {
    font-size: 13px;
    font-weight: normal;
  }
  .b--footer #accordion .panel .panel-heading a.collapsed:focus {
    text-decoration: none;
  }
  .b--footer #accordion .panel .panel-heading {
    border-bottom: none;
    border-top: 1px solid;
  }
  .b--footer #accordion .panel .panel-heading {
    border-bottom: none;
    border-top: 1px solid;
  }
  .b--footer #accordion .panel:nth-last-child(1) {
    border-bottom: 1px solid #cbcbcb;
  }
  .b--footer #accordion {
    border-top: none;
  }
}
.metadata-slider .b--listing-product__filters ul {
  border: 0px;
}
.metadata-slider .b--listing-product__filters ul li {
  border: 0px;
}
.order-summary .summury-list .li1 {
  padding-bottom: 0px;
  padding-bottom: 10px;
}
.order-summary .summury-list .li2 {
  padding-top: 25px 0;
}
@media (max-width: 991px) {
  .order-summary .summury-list div.summary-table {
    padding-top: 0px;
  }
  .page-account-landing.pageType-ContentPage .reward-block {
    padding: 0px;
  }
  .page-account-landing.pageType-ContentPage .reward-block .re-text {
    padding: 25px 13px;
  }
  .page-account-landing.pageType-ContentPage .cart__list.p-t-30 .btn--secondary {
    width: 100%;
    margin: 25px 0 30px 0;
    padding: 8px 0;
    font-size: 14px;
  }
  .page-account-landing.pageType-ContentPage .list-in__cart .cart__list .spr-table tr td .list {
    display: block;
    text-align: left;
    padding-left: 100px;
  }
  .page-account-landing.pageType-ContentPage .spr-table tr td.spr-form {
    padding-top: 26px!important;
  }
}
@media (max-width: 480px) {
  .page-account-landing.pageType-ContentPage .spr-table tr td.spr-form {
    padding-top: 0px!important;
  }
}
.lessMarg {
  margin-bottom: 15px !important;
}
.lessMarg .form-group {
  margin-bottom: 15px !important;
}
.gcl-forgot {
  font-size: 13px;
  text-decoration: underline;
  text-underline-position: under;
}
.gc-placeorder {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
.w-100 {
  width: 100%;
}
/* 10-06-2019 */
/* 11-06-2019 */
.select--box:after {
  background: url("../../../static/@img_extra/img-caret.png") #ffffff !important;
}
.p-l-30 {
  padding-left: 30px!important;
}
.page-title.margin-change {
  margin: 27px 0 34px;
}
main.checkout-mid .privacy {
  margin: 0px 0 15px 0;
  top: -12px;
  left: 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #shippingAddress .privacy {
    display: none;
  }
}
/* 11-06-2019 */
/* 12-06-2019 */
.m-l--8 {
  margin-left: -8px;
}
.p-l-58 {
  padding-left: 58px!important;
}
.m-t-20 {
  margin-top: 20px!important;
}
.w-f-c {
  width: fit-content !important;
}
/* 12-06-2019 */
/* -- 13-06-2018 -- guest checkout form issue*/
main.checkout-mid .form-mid .c__input:valid ~ label {
  transition: all 0.25s ease;
  font-size: 11px;
  color: #000;
  top: -9px;
  background: transparent;
  padding: 0 8px 0 3px;
}
main.checkout-mid .form-mid .c__input:valid ~ label:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
/* -- 13-06-2018 -- guest checkout form issue*/
footer .b--footer a[aria-expanded="true"] i.s-chevron-right:before {
  transform: rotate(270deg) !important;
}
@media (min-width: 991px) {
  section.block.b--hd--shipping.b--highlights {
    margin: 0 32px 50px;
  }
  .bg-grey-clr {
    background: #f5f5f5;
  }
  .b--navbar__third__user--status ul .s-shopping-cart:before {
    right: 0px !important;
  }
}
@media (max-width: 480px) {
  .freeshipping-m-b .col-lg-12 {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .freeshipping-m-b .col-lg-12 .bg-grey-clr {
    background: #f5f5f5;
  }
}
@media (max-width: 480px) {
  .freeshipping-m-b .col-lg-12 .bg-grey-clr .b--hd__title {
    font-size: 23px;
  }
}
/*.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block:before {
    display:none;
}*/
/*.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item.active {
    background-color: #f2f2f2;
}*/
.b--product .metadata-option .metadata-slider span a img {
  width: 50px!important;
  height: 25px;
  max-width: unset;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .b--product .metadata-option .metadata-slider span a img {
    width: 44px!important;
    height: 22px;
  }
}
@media (min-width: 1366px) {
  .b--product .metadata-option .metadata-slider span a img {
    width: 50px!important;
    height: 25px;
  }
}
@media (min-width: 1500px) {
  .b--product .metadata-option .metadata-slider span a img {
    width: 58px!important;
    height: 29px;
  }
}
@media (min-width: 1920px) {
  .b--product .metadata-option .metadata-slider span a img {
    width: 76px!important;
    height: 38px;
  }
}
@media (min-width: 1368px) {
  .b--product .metadata-option .metadata-slider .item {
    width: auto;
  }
}
@media (min-width: 1920px) {
  .b--product .metadata-option .metadata-slider .slick-arrow i {
    padding-top: 16px;
  }
}
@media (min-width: 1366px) {
  .template-pages-category-productGridPage .b--product .metadata-option .metadata-slider .slick-arrow {
    width: 26px;
  }
  .template-pages-category-productGridPage .b--product .metadata-option .metadata-slider .slick-list.draggable {
    width: 81%;
  }
}
@media (min-width: 1500px) {
  .template-pages-category-productGridPage .b--product .metadata-option .metadata-slider .slick-arrow {
    width: 24px;
  }
  .template-pages-category-productGridPage .b--product .metadata-option .metadata-slider .slick-list.draggable {
    width: 85%;
  }
}
.order__reciept-mid .order__confirmation-table .confirmation--mobile a h4 {
  margin-bottom: 6px;
}
.order__reciept-mid .order__confirmation-table .confirmation--mobile p {
  margin-bottom: 3px;
}
.ac-payment-mid .ac-method-main {
  width: 860px;
  margin-left: 30px;
}
.ac-payment-mid .ac-method-main .card-options__main .tab-content .main__form .control-label.payment-form-input-left {
  margin-left: 22px;
}
button.btn-blue-wishlist:hover {
  background: #295981 !important;
  border-color: #295981 !important;
  text-decoration: none !important;
  outline: none;
}
button.btn-blue-wishlist {
  color: #000000 !important;
  background-color: white !important;
  border-color: #000 !important;
}
main.checkout-mid .shipping_address__title .edit {
  position: relative;
}
.b--navbar__modal--cart ~ .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 700;
  position: fixed;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.b--navbar__modal--cart--is-active ~ .overlay {
  opacity: 1;
  display: block;
}
.b--navbar__third__user--status ul .cart-button-z {
  z-index: 701;
}
.order-summary .summury-list li .summary-table table td .block-elm a {
  padding-left: 5px;
}
.b--navbar--mobile__primary__menu-wrapper .form-group {
  display: block!important;
}
.b--product__img:hover .b--product__img-quick {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff!important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.b--product__img .b--product__img-quick:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.list-buttons h3 a {
  font-weight: 800 !important;
}
.list-buttons ul li a {
  font-weight: 600 !important;
}
.page-profile .return-status__main .right__section,
.page-profile-updatePassword .return-status__main .right__section {
  padding-top: 47px;
}
.page-address-book .return-status__main .right__section {
  padding-top: 47px;
}
.page-add-edit-address .return-status__main .right__section {
  padding-top: 47px;
}
.page-add-edit-address .return-status__main .right__section .ac-payment-mid {
  padding: 0 0 25px 0;
}
.page-payment-details .return-status__main .right__section {
  padding-top: 47px;
}
.page-refer-friend .return-status__main .right__section {
  padding-top: 47px;
}
.page-wishlist .return-status__main .right__section {
  padding-top: 47px;
}
.return-status__main {
  padding: 13px 25px 35px;
}
.return-status__main .right__section {
  padding-left: 8px;
  padding-top: 32px;
}
.orderDetailsPage .order-details-mid .right__section {
  padding-top: 32px;
}
@media (max-width: 991px) {
  .orderDetailsPage .order-details-mid .right__section {
    padding-top: 0px !important;
  }
}
.page-confirm-return-order .right__section {
  padding-left: 0px;
}
.page-confirm-return-order .right__section .retunOrder .col-md-7 .return-method-checkbox {
  margin-right: 10px;
}
.page-confirm-return-order .right__section .retunOrder .col-md-7 .return-method-checkbox .radio_btn_wrapper .noRedioBtn.active {
  background-color: #fff !important;
}
.page-confirm-return-order .right__section .retunOrder .col-md-7 .return-method-checkbox .radio_btn_wrapper .returnRadio {
  background: #f2f2f2 !important;
}
.page-confirm-return-order .right__section .retunOrder .col-md-7 .return-method-checkbox .radio_btn_wrapper .noRedioBtn .label {
  cursor: default;
}
.page-confirm-return-order .right__section .retunOrder .col-md-7 .return-method-checkbox .radio_btn_wrapper .noRedioBtn .label::before {
  display: none;
}
.page-return-order-print .return-status__main {
  padding-top: 15px;
}
.page-return-order-print .return-status__main .return--status__mid .col-md-9 {
  padding-left: 24px;
}
.page-return-order-print .return-status__main .return--status__mid .col-md-9 .return__method .return__table {
  padding: 35px 0 0 0;
}
.page-return-order-print .return-status__main .return--status__mid .col-md-9 .return__method .return__table .table {
  margin-bottom: 6px;
}
@media (min-width: 1240px) {
  .page-return-order-print .return-status__main .return--status__mid .col-md-9 .return__method .return__table .table .email-addrss {
    width: 170px;
    display: block;
    word-wrap: break-word;
  }
}
@media (max-width: 480px) {
  .page-return-order-print .return-status__main .return--status__mid .col-md-9 {
    padding-left: 14px;
  }
}
@media (min-width: 1240px) {
  .page-return-request-details .return__table .table .email-addrss {
    width: 170px;
    display: block;
    word-wrap: break-word;
  }
}
.notification-list.radio_btn_wrapper li.active {
  background-color: unset;
}
.page-orders .account-common-wrapper {
  padding-top: 47px;
  padding-left: 8px;
}
.page-returns .account-common-wrapper {
  padding-top: 47px;
  padding-left: 8px;
}
.page-return-request-details .return-status__main .right__section {
  padding-top: 42px;
}
@media (max-width: 991px) {
  .page-return-request-details .return-status__main .right__section {
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .page-return-request-details .return-status__main .right__section {
    padding-top: 0px;
  }
}
.account-common-wrapper {
  padding-top: 47px;
  padding-left: 8px;
}
.remove-address #removeaddress {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.26px;
  text-align: center;
  color: #fefefe;
  width: 221px;
  height: 40px;
}
@media (max-width: 480px) {
  .remove-address #removeaddress {
    width: 100%;
  }
}
.remove-address .btn {
  padding: 10px 39px!important;
  margin-left: 19px!important;
}
.empty-cart-section {
  margin-top: 195px !important;
}
.page-returnStartPage .custom-row .bg-light h3 {
  padding: 20px 0;
}
.page-returnStartPage .return-products.main-div .f-shadow {
  text-shadow: none;
}
.page-returnStartPage .return-products.main-div .f-shadow a {
  text-decoration: underline;
  text-decoration-color: #8c8b8b;
}
.page-returnStartPage .label__passwod {
  font-weight: normal !important;
}
.page-returnStartPage .return-products .f-600 {
  text-decoration: underline;
  text-decoration-color: #6d6c6c;
}
.page-returnStartPage .return-products.main-div {
  margin: 35px 10%;
}
@media screen and (max-width: 1025px) {
  .page-returnStartPage .return-products.main-div {
    margin: 35px 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .page-returnStartPage .return-products.main-div {
    margin: 0px 19px;
  }
}
@media screen and (max-width: 1025px) {
  .page-returnStartPage .return-products.main-div .p-l-100 {
    padding-left: 45px!important;
  }
}
@media screen and (max-width: 1025px) {
  .page-returnStartPage .return-products .return-form-box h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-returnLandingPage .moboReturn {
    margin-bottom: 7px;
  }
}
.page-returnLandingPage .moboReturn h3 {
  font-family: 'Montserrat-SemiBold', sans-serif;
  letter-spacing: 0.4px;
}
.page-returnLandingPage .return-common-head h3 {
  padding: 20px 0;
}
.page-returnLandingPage .return-products.main-div {
  margin: 35px 10%;
}
@media screen and (max-width: 768px) {
  .page-returnLandingPage .return-products.main-div {
    margin: 0px 19px;
  }
}
.page-returnLandingPage .return-products.main-div .return-products-text-in {
  padding: 0;
}
.page-returnLandingPage .return-page-common_mid {
  margin: 75px 10% 0 10%;
}
@media screen and (max-width: 768px) {
  .page-returnLandingPage .return-page-common_mid {
    margin: 29px 10% 0 10%;
  }
}
.page-returnLandingPage .return-page-common_mid .d--none-mobile {
  margin: 0 !important;
}
.page-returnLandingPage .return-page-common_mid .start-a-return-box {
  width: 50%;
}
.page-returnLandingPage .return-page-common_mid .return-products-text-in {
  padding: 0;
}
.page-returnLandingPage .tm-returns-description .return-products.main-div {
  margin: 49px 10% 35px 10%;
}
@media screen and (max-width: 768px) {
  .page-returnLandingPage .tm-returns-description .return-products.main-div {
    margin: 0px 19px;
  }
}
.page-returnLandingPage .tm-returns-description .return-products.main-div h4 {
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  margin: 0 0px 6px 0;
}
.page-returnLandingPage .tm-returns-description .return-products-text-in {
  padding: 0;
}
.page-returnLandingPage #accordionExample .panel .panel-heading a h4 {
  font-family: 'Montserrat-Medium', sans-serif;
  letter-spacing: 0.4px;
  font-size: 20px;
}
.empty-cart-section .total_div .total {
  text-align: center;
  margin-top: 25px;
}
.empty-cart-section .order-summary.add--block ul.summury-list .summary-table table.table.table-borderd tbody td {
  padding: 0;
}
.empty-cart-section .order-summary.add--block ul.summury-list li {
  padding-bottom: 20px;
}
.empty-cart-section .order-summary.add--block ul.summury-list .summary-table {
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .empty-cart-section .order-summary.add--block ul.summury-list .summary-table .mobile-hide {
    display: none;
  }
}
.b--listing-product__wrapper .b--filtered span.active {
  max-height: 34px;
}
.return-products .return-form-box h4 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500!important;
  letter-spacing: 0.4px;
}
.return-products .return-form-box p,
.return-products .return-form-box form {
  max-width: 415px;
  width: unset;
}
.return-products .return-form-box p {
  letter-spacing: 0.28px;
}
.return-products .return-form-box form label.nine-digit-label {
  max-width: unset;
  width: 415px;
  font-weight: normal;
  position: relative;
  line-height: 1.71;
  top: -5px;
}
@media screen and (max-width: 480px) {
  .return-products .return-form-box form label.nine-digit-label {
    width: 100%;
  }
}
.return-products .return-form-box form.start-return-second-form {
  max-width: 452px;
}
.page-returnStartPage .return-products .return-form-box h4 {
  font-weight: 700!important;
}
.page-returnLandingPage .return-boxes-in h4 {
  font-weight: 700!important;
}
.tAndc {
  text-align: center !important;
  margin: 0px;
  color: #000;
  font-size: 12px;
  line-height: 22px;
  padding: 9px 29px 0 29px;
}
.p-r-0 {
  padding-right: 0px;
}
.b--navbar__third__info--companies li {
  min-height: 38px;
}
@media screen and (max-width: 767px) {
  .b--navbar__third__info--companies li {
    min-height: 42px !important;
  }
}
.page-productGrid .b--desktop nav ol.breadcrumb {
  margin-left: 4px;
}
.ac-profile-mid-form.password-reset-form .focused label.control-label:after {
  background: #ffffff;
  z-index: -1;
}
.ac-profile-mid-form.password-reset-form .floating-label .f-label__wrapper.focused .control-label {
  background-color: #ffffff;
}
button.btn.btn--primary.btn--primary-light.btn--hover:active {
  color: white !important;
  background-color: #000000;
  border: 1px solid #000000;
}
#shippingAddress .checkout-AddAddressList {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #shippingAddress .checkout-AddAddressList {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.page-address-book .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .right__child {
  text-decoration: none;
}
.page-address-book .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .right__child a {
  text-decoration: underline;
  text-underline-position: under;
}
main.checkout-mid .payment-wrapper .payment_box .card-options__main .card .card-option.active label {
  text-transform: capitalize;
}
.b--desktop .p-l-38 .b--navbar__third__info--companies li a {
  padding: 10px 13px !important;
  min-height: auto !important;
  line-height: 0px;
}
.page-productGrid .metadata-slider {
  display: none;
}
.page-productGrid .metadata-option.Left-alignment-swatches .metadata-slider {
  display: block;
}
.page-productGrid .metadata-slider.slick-initialized {
  display: block;
}
.page-productGrid .metadata-slider.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.js-update-notification {
  color: white;
  background-color: #000000;
  border: 1px solid #000000;
}
.js-update-notification:hover {
  color: black;
  background-color: white;
}
.btn-active.js-update-notification {
  color: black;
  background-color: white;
}
.page-productGrid .promo > p {
  color: #d51515;
  font-weight: 700;
  text-shadow: none;
  margin: 0 0 8px 0;
}
iframe.hosted-iframe {
  width: 100%!important;
  height: 360px!important;
}
@media (max-width: 480px) {
  iframe.hosted-iframe {
    height: 360px!important;
  }
}
.addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block:before {
  border: 2px solid #fff !important;
  box-shadow: 0 0 0 1px #000000!important;
  background-color: white;
}
.addressbook-wrapper .addresbook--mid .ac-addresbook-main .a-payment_method--list .radio_btn_wrapper .list__item.active .label--block:before {
  border: 2px solid #fff !important;
  box-shadow: 0 0 0 1px #000000 !important;
  background-color: black;
}
.page-cartPage .order-summary .summury-list li .summary-table table td {
  padding-left: 0;
  padding-right: 0;
}
.b--listing-product__wrapper .b--sorted .dropdown {
  width: 170px;
}
.page-productGrid .sortOptions.dropdown-menu.dropdown-menu-right.sort-selector {
  z-index: 9;
  top: 0;
  width: 190px;
  border-radius: 0;
  font-size: 13px;
}
.b--listing-product__wrapper .text-right .dropdown a {
  padding: 15px 0px 0 0px;
  color: #000000 !important;
}
.page-productGrid .dropdown a#toggle-sort-selector {
  font-size: 13px !important;
  text-align: left;
  position: relative;
  left: -5px;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .page-multiStepCheckoutSummaryPage main.checkout-mid .edit-shiping-mobile-address,
  .page-multiStepCheckoutSummaryPage main.checkout-mid .edit-shiping-mobile-method {
    float: left;
    margin-top: 10px;
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 700;
  }
  .page-multiStepCheckoutSummaryPage main.checkout-mid .edit-shiping-method {
    padding: 0!important;
    /* left: -92px !important; */
    width: 100%;
    float: left;
    margin: 0;
  }
  .page-multiStepCheckoutSummaryPage main.checkout-mid .show_voucher .tool-tip__main {
    padding-left: 0px;
  }
  .page-multiStepCheckoutSummaryPage main.checkout-mid .hide--block-in .col-md-2 {
    padding: 0px 15px;
  }
  .page-multiStepCheckoutSummaryPage main.checkout-mid ul.redeem_list li .btn {
    margin-top: 39px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .page-multiStepCheckoutSummaryPage main.checkout-mid .show_voucher {
    font-size: 14px;
  }
}
.page-multiStepCheckoutSummaryPage main.checkout-mid .checkout-order-summary-list .checkout-store-hours {
  margin: 29px 0 0px 57px;
}
@media screen and (max-width: 991px) {
  .page-multiStepCheckoutSummaryPage main.checkout-mid .checkout-order-summary-list .checkout-store-hours {
    margin: 29px 0 0px 57px;
  }
}
@media screen and (max-width: 768px) {
  .page-multiStepCheckoutSummaryPage main.checkout-mid .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block:before {
    position: absolute;
    left: 29px !important;
    top: 15% !important;
  }
  .homePageImg {
    display: inline-block;
    width: 100%;
  }
  .homePageImg a img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage main.checkout-mid .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .label--block:before {
    top: 13% !important;
    left: 15px !important;
  }
  .page-multiStepCheckoutSummaryPage main.checkout-mid .checkout-order-summary-list .checkout-store-hours {
    margin: 17px 0 0px 0px;
  }
}
.page-productGrid .b--sorted .dropdown .btn {
  font-size: 14px !important;
  z-index: 10;
  display: block;
  color: black;
}
.page-productGrid .sortOptions.dropdown-menu.dropdown-menu-right.sort-selector li:first-child {
  opacity: 0;
}
.page-productGrid .b--sorted .dropdown-menu li a {
  padding: 8px 15px!important;
}
@media (max-width: 768px) {
  .return-status__main.return-store__main .return--status__mid .right__section {
    padding: 0px 4px 0 4px;
  }
  .return-status__main.return-store__main .return--status__mid .right__section .main__title .back_to_return {
    display: block;
  }
  .return-status__main.return-store__main .return--status__mid .right__section .main__title .back-btn {
    font-weight: 600;
  }
  .return-status__main.return-store__main .return--status__mid .right__section .retun-method-wrapper {
    margin-top: 28px;
  }
  .return-status__main.return-store__main .return--status__mid .right__section .retun-method-wrapper .return-method-checkbox ul.list.radio_btn_wrapper li.list__item label.label:before {
    top: 30px!important;
  }
  .return-status__main.return-store__main .return--status__mid .right__section .retun-method-wrapper .contact-info {
    padding: 30px 0px 8px;
  }
  .return-status__main.return-store__main .return--status__mid .right__section .retun-method-wrapper .confirm-return-items {
    margin: 0 -30px;
  }
  .return-status__main.return-store__main .return--status__mid .right__section .contiue-btn-wrapper .btn {
    min-width: unset;
    margin-top: 20px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.28px;
  }
  .return-status__main.return-store__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-title:after {
    content: "\EA03";
  }
  .return-status__main.return-store__main .title--sub {
    font-size: 19px;
  }
  .return-status__main.return-store__main .mid__block .col-lg-12.col-md-12.col-xs-12.col-sm-12.m-b-50 {
    margin-bottom: 2px;
  }
  .return-status__main.return-store__main .mid__block .contiue-btn-wrapper .btn {
    min-width: unset;
    margin-top: 36px;
    margin-bottom: 39px;
  }
  .return-status__main.return-store__main .mid__block .return-policy-btn {
    margin-top: 10px;
    display: block;
    text-decoration: none;
    width: fit-content;
    font-size: 13px;
    letter-spacing: 0.26px;
  }
  .return-status__main.return-store__main .spr-product {
    width: 90px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px!important;
  }
  .return-status__main.return-store__main .spr-product .image-box-wrapper {
    min-height: unset;
  }
  .return-status__main.return-store__main .spr-table tr td:nth-child(2) {
    padding-top: 0px ;
  }
  .return-status__main.return-store__main .spr-table {
    margin-bottom: 0px;
  }
  .return-status__main.return-store__main .spr-table tr .spr-sub-title {
    padding-left: 0px;
  }
  .return-status__main.return-store__main .spr-table td div.product-details .list-title {
    margin-bottom: 3px;
  }
  .return-status__main.return-store__main .spr-table .product-details p {
    padding-bottom: 4px;
    font-weight: 500!important;
  }
  .return-status__main.return-store__main .spr-table .product-details p:last-child span {
    font-weight: 500!important;
  }
  .return-status__main.return-store__main .spr-table .checkbox__wrapper.note {
    padding-top: 10px;
  }
  .return-status__main.return-store__main .spr-table .spr-form .form-mid .return-reason {
    margin-bottom: 0px;
  }
  .return-status__main.return-store__main .spr-table .spr-form .form-mid .return-reason .select-box .c__input {
    margin-bottom: 18px;
  }
  .Travismathe_location_btn {
    font-size: 13px;
    letter-spacing: 0.26px;
    font-weight: 600;
  }
  .b--listing-product__wrapper .text-right > span {
    padding-top: 10px;
    display: inline-block;
  }
  .b--listing-product__wrapper .b--sorted .dropdown button .caret:first-child {
    top: 4px;
  }
  .b--listing-product__wrapper .b--sorted .dropdown {
    width: 130px;
  }
  .page-productGrid .sortOptions.dropdown-menu.dropdown-menu-right.sort-selector {
    width: 150px;
  }
  .b--listing-product__wrapper .text-right .dropdown a {
    padding: 0px 0px 0 0px;
  }
  .page-productGrid .sortOptions.dropdown-menu.dropdown-menu-right.sort-selector {
    top: -15px;
    left: -20px;
  }
  .b--listing-product__wrapper .b--sorted .dropdown button .caret {
    bottom: 8px;
  }
  .page-productGrid .dropdown a#toggle-sort-selector {
    top: 0px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .return-status__main.return-store__main .return--status__mid .right__section .retun-method-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .return-status__main.return-store__main .return--status__mid .right__section .retun-method-wrapper .confirm-return-items {
    padding: 0;
    margin: 0px -4px 0px -15px;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .return-status__main.return-store__main .title--sub {
    font-size: 18px!important;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  .return-status__main.return-store__main .title--sub {
    font-size: 16px!important;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .return-status__main.return-store__main .spr-product {
    padding-top: 14px!important;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .return-status__main.return-store__main .spr-product .image-box-wrapper {
    max-width: 100%;
    width: 90px;
    height: 112px;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  .return-status__main.return-store__main .spr-table tr td:nth-child(2) {
    width: 65%;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  .return-status__main.return-store__main .spr-table td div.product-details .list-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .return-status__main.return-store__main .spr-table .product-details p {
    margin-bottom: 5px!important;
  }
}
@media (max-width: 768px) and (max-width: 991px) {
  .page-return-orderpage-return-order .spr-table tr td:nth-child(2) {
    padding-top: 20px !important;
  }
  .page-return-orderpage-return-order .product-details .f-bold.list-title {
    margin-top: 0px !important;
  }
  .return-status__main.return-store__main .return--status__mid .right__section .contiue-btn-wrapper .btn {
    min-width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.28px;
  }
  .page-confirm-return-order .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
    padding: 35px 41px 38px;
    margin: 21px 0 0 0;
  }
  .page-return-order-print .return-store__main .return--store__mid .mid__block .instruction__main .box .progress-content .text-block p {
    margin: 15px auto !important;
  }
  .account-addressbook .password-change {
    position: relative!important;
    margin: 22px -5px 0px -5px;
    padding-right: 15px!important;
    left: 0;
  }
  .page-address-book .return-status__main .return--status__mid .right__section {
    padding: 0px 8px 0 8px;
    margin-top: 0;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-return-orderpage-return-order .spr-table tr td:nth-child(2) {
    padding-top: 0px !important;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .b--listing-product__wrapper .b--sorted .dropdown {
    width: 145px;
  }
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
}
.m-c__shipping-method .add__selection .tab-content .add__new--card {
  text-decoration-color: #c3b6b6;
}
.quickshop-main--wrapper .variant-selector .d-content a.swatchSwitch {
  display: inline-block;
  border: #fff solid 1px;
  padding: 2px 2px;
}
.quickshop-main--wrapper .variant-selector .d-content a.swatchSwitch:hover {
  display: inline-block;
  border: #000 solid 1px;
  padding: 2px 2px;
}
.quickshop-main--wrapper .qs-popup .qs-head span.title {
  line-height: 23px;
  font-size: 32px;
  letter-spacing: 0.64px;
  display: block;
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.quickshop-main--wrapper .variant-selector .variant-name p.p-color {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 600;
}
.quickshop-main--wrapper .qs-price p {
  margin: 0px;
  font-size: 16px;
}
.quickshop-main--wrapper .qs-popup .qs-head {
  padding-bottom: 5px;
  position: relative;
}
.quickshop-main--wrapper .qs-head .s-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  font-size: 23px;
  left: inherit;
}
.quickshop-main--wrapper .footer-section-quickshop {
  margin: 3px 0 0 0;
  padding: 17px 0px 0px 0;
}
.quickshop-main--wrapper .footer-section-quickshop .btn {
  font-size: 11px;
  font-weight: 500;
  height: 40px;
  padding: 0 !important;
  line-height: 18px;
  letter-spacing: 1px;
  background-color: #245882;
  opacity: inherit;
  width: 100%;
  border: none;
  border-right: 1px solid #fff!important;
}
.p-left {
  padding-left: 0;
}
.quickshop-main--wrapper .add-to-cart-btn-flex .wishlist-box .icon-wish {
  font-size: 20px;
  top: 2px;
}
.quickshop-main--wrapper .add-to-cart-btn-flex .wishlist-box .btn-sm {
  width: 100%;
  padding: 0px;
  height: 40px;
  line-height: 18px;
}
.quickshop-main--wrapper .add-to-cart-btn-flex .wishlist-box .wishlist-tooltip-main .wishlist-tooltip:before {
  bottom: -5px;
}
.quickshop-main--wrapper .footer-section-quickshop .text-right-quciktext a {
  padding: 8px 0 0 0;
}
.quickshop-main--wrapper .footer-section-quickshop .row .col-m d-6:nth-child(2) {
  padding-left: 0;
}
span.size.d-title.size-img--wrapper.clearfix > span,
span.size.d-title.size-img--wrapper.dl-horizontal dd > span,
span.size.d-title.size-img--wrapper.container > span,
span.size.d-title.size-img--wrapper.container-fluid > span,
span.size.d-title.size-img--wrapper.row > span,
span.size.d-title.size-img--wrapper.form-horizontal .form-group > span,
span.size.d-title.size-img--wrapper.btn-toolbar > span,
span.size.d-title.size-img--wrapper.btn-group-vertical > .btn-group > span,
span.size.d-title.size-img--wrapper.nav > span,
span.size.d-title.size-img--wrapper.navbar > span,
span.size.d-title.size-img--wrapper.navbar-header > span,
span.size.d-title.size-img--wrapper.navbar-collapse > span,
span.size.d-title.size-img--wrapper.pager > span,
span.size.d-title.size-img--wrapper.panel-body > span,
span.size.d-title.size-img--wrapper.modal-header > span,
span.size.d-title.size-img--wrapper.modal-footer > span {
  color: #000;
}
.quickshop-main--wrapper .qs-details .section-div.size_wrapper-quick .size-sorting-list .panel-body__size-item a {
  height: 36px;
  line-height: 36px;
}
.quick_siz_popUP a {
  float: right;
  text-decoration: underline;
  -webkit-text-decoration-color: #c0c0c0 !important;
  text-decoration-color: #c0c0c0 !important;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
.quickshop-main--wrapper .qs-popup {
  padding: 30px 40px 29px;
  margin-top: 105px;
}
@media (max-width: 991px) {
  .quickshop-main--wrapper .qs-popup {
    margin-top: 0px;
  }
}
.quickshop-main--wrapper .qs-popup #wishlistMessage {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  font-size: 14px;
  transition: .5s ease;
}
/*Search Result*/
.searchResults .productReslt .b--product--spacer {
  margin: 0px;
}
.searchResults .productReslt .metadata-slider {
  width: 70%;
  float: left;
}
.searchResults .productReslt span.item {
  width: 33px!important;
}
.searchResults .productReslt span.item a {
  height: 20px;
  width: 34px;
}
.searchResults .productReslt span.item a img {
  width: 100%!important;
  height: 100%!important;
  vertical-align: top;
}
.searchResults .productReslt .metadata-option__btn {
  display: block;
  position: absolute;
  right: 0px;
  text-transform: uppercase;
}
.cart-notification {
  position: relative;
}
.cart-notification .password-change {
  background: #f2f2f2;
  padding: 17px 30px 17px 40px;
  font-size: 13px;
  position: relative;
  top: -25px;
  left: 0;
  width: fit-content;
}
.cart-notification .password-change i {
  padding: 0 11px 0 15px;
  position: absolute;
  top: 17px;
  left: 0px;
}
.cart-notification .password-change i img {
  width: 13px;
  height: 10px;
}
@media (max-width: 480px) {
  .cart-notification .password-change {
    width: 100%;
  }
}
/*Quickshop Scrollbar*/
.qucikSlider .slick-dots {
  margin-bottom: 22px;
}
.quickshop_Product .size {
  padding: 9px 0 19px 0 !important;
}
.quickshop_Product .size .quick_size-content {
  padding: 0 !important;
}
.quickshop_Product .quantity {
  padding: 15px 0;
}
.quickshop_Product .quantity .quantity-button.quantity-up {
  top: 19px !important;
}
.quickshop_Product .quantity .quantity-button.quantity-down {
  top: 19px !important;
}
/*Quickshop Scrollbar*/
.qs-popup-details {
  max-height: 420px;
  overflow-y: auto;
}
.qs-popup-details::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}
.qs-popup-details::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.qs-popup-details::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
/*Remove Account Popup*/
.remove-payment.remove-address.remove-account .modal-dialog {
  width: 600px!important;
}
.remove-payment.remove-address.remove-account .modal-dialog .modal-content .modal-header {
  padding: 35px 30px 20px;
}
.remove-payment.remove-address.remove-account .modal-dialog .modal-content .modal-body {
  padding: 0 32px;
}
.remove-payment.remove-address.remove-account .modal-dialog .modal-content .modal-header h4 {
  font-size: 24px;
  margin-bottom: 0px;
}
.remove-payment.remove-address.remove-account .modal-dialog .modal-content .remove-payment-mid {
  padding-bottom: 30px;
}
@media (min-width: 1366px) {
  .return-status-order-summary {
    float: right;
    width: 428px;
  }
  .page-return-order-print .confirm-return-items {
    float: right;
    width: 428px;
  }
  .page-confirm-return-order .page-return-order-print .confirm-return-items {
    float: right;
    width: 428px;
  }
}
@media (max-width: 768px) {
  .remove-payment.remove-address.remove-account .modal-dialog {
    width: auto!important;
  }
  .profile--main .ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .t-right-desktop {
    padding-top: 15px;
  }
  .return-status-order-summary {
    padding: 0;
    margin: 0 -8px;
  }
}
@media screen and (max-width: 320px) {
  .page-notification .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main .whishlist-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.text-right-mobile {
  text-align: right;
}
.spr-table tr .image-box-wrapper img {
  position: absolute;
  left: 0px;
  width: fit-content;
  max-width: 155px!important;
  max-height: 195px!important;
}
.page-cartPage .global-alerts {
  margin: 50px 0;
}
.page-cartPage .alert-info {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  position: absolute;
  left: 38px;
  border: none;
  padding: 0;
  margin: -20px 0 0;
  z-index: -1111;
}
@media (max-width: 480px) {
  .page-cartPage .alert-info {
    left: 18px;
    border: none;
    padding: 0;
    margin: -34px 0 0;
  }
}
.page-cartPage .alert-info .password-change {
  background: #f2f2f2;
  padding: 16px 30px 16px 15px;
  font-size: 13px;
}
@media (max-width: 375px) {
  .page-cartPage .alert-info .password-change {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .page-cartPage .alert-info .password-change {
    padding: 13px 10px 13px 10px;
    font-size: 11px;
  }
}
.page-cartPage .alert-info .password-change span img {
  position: relative;
  width: 24px;
  padding-right: 10px;
}
@media (max-width: 320px) {
  .page-cartPage .alert-info .password-change span img {
    width: 20px;
    padding-right: 4px;
  }
}
.page-cartPage .alert-info .close {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .page-payment-add label.error {
    font-size: 11px;
    color: #cb5959;
  }
  .page-payment-add .select-custom {
    height: 40px;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding-right: 50px;
  }
}
.page-account-landing .password-change {
  background: #f2f2f2;
  padding: 12px 30px 12px 40px;
  font-size: 13px;
  position: absolute;
  top: -6px;
  left: 22px;
}
@media (max-width: 991px) {
  .page-account-landing .password-change {
    top: 0;
  }
}
@media (max-width: 768px) {
  .page-account-landing .password-change {
    margin: 0 -14px 22px -14px;
    padding-right: 15px;
    position: relative;
    left: 0px;
  }
}
.page-account-landing .password-change i {
  padding: 0 11px 0 15px;
  position: absolute;
  top: 12px;
  left: 0px;
}
.page-account-landing .password-change i img {
  width: 13px;
  height: 10px;
}
.page-profile-updatePassword .password-change {
  background: #f2f2f2;
  padding: 12px 30px 12px 40px;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 22px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .page-profile-updatePassword .password-change {
    margin: 0;
    padding-right: 15px;
    position: relative;
    left: 0px;
    width: max-content;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .page-profile-updatePassword .password-change {
    margin: 20px 0px 0;
    padding-right: 15px;
    position: relative;
    left: 0px;
    width: max-content;
  }
}
@media (max-width: 768px) {
  .page-profile-updatePassword .password-change {
    margin: 20px 0px 0;
    padding-right: 15px;
    position: relative;
    left: 0px;
    width: max-content;
  }
}
@media (max-width: 480px) {
  .page-profile-updatePassword .password-change {
    width: 100%;
  }
}
.page-profile-updatePassword .password-change i {
  padding: 0 11px 0 15px;
  position: absolute;
  top: 12px;
  left: 0px;
}
.page-profile-updatePassword .password-change i img {
  width: 13px;
  height: 10px;
}
.page-multiStepCheckoutSummaryPage .password-change {
  background: #f2f2f2;
  padding: 17px 30px 17px 10px;
  font-size: 13px;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .page-multiStepCheckoutSummaryPage .password-change {
    padding-right: 15px;
    position: relative;
    left: 0px;
    width: max-content;
  }
}
@media (max-width: 480px) {
  .page-multiStepCheckoutSummaryPage .password-change {
    width: 100%;
  }
}
.page-multiStepCheckoutSummaryPage .password-change i {
  padding: 0 11px 0 15px;
}
.page-multiStepCheckoutSummaryPage .password-change i img {
  width: 13px;
  height: 10px;
}
.page-address-book .password-change {
  background: #f2f2f2;
  padding: 12px 30px 12px 40px;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 22px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .page-address-book .password-change {
    margin: 0;
    padding-right: 15px;
    position: relative;
    left: 0px;
    width: max-content;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .page-address-book .password-change {
    margin: 20px 0px 0;
    padding-right: 15px;
    position: relative;
    left: 0px;
    width: max-content;
  }
}
@media (max-width: 768px) {
  .page-address-book .password-change {
    margin: 20px 0px 0px;
    padding-right: 15px;
    position: relative;
    left: 0px;
    width: max-content;
  }
}
.page-address-book .password-change i {
  padding: 0 11px 0 15px;
  position: absolute;
  top: 12px;
  left: 0px;
}
.page-address-book .password-change i img {
  width: 13px;
  height: 10px;
}
@media (max-width: 480px) {
  .page-address-book .global-alerts {
    margin: 0 0 70px 0;
  }
}
.page-address-book .alert-info {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  position: absolute;
  border: none;
  padding: 0;
  margin: 50px 0 0 26.5%;
}
@media (max-width: 480px) {
  .page-address-book .alert-info {
    left: 18px;
    border: none;
    padding: 0;
    margin: -60px 0 0;
  }
}
.page-address-book .alert-info .password-change {
  background: #f2f2f2;
  padding: 16px 30px 16px 15px;
  font-size: 13px;
}
@media (max-width: 375px) {
  .page-address-book .alert-info .password-change {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .page-address-book .alert-info .password-change {
    padding: 13px 10px 13px 10px;
    font-size: 11px;
  }
}
.page-address-book .alert-info .password-change span img {
  position: relative;
  width: 24px;
  padding-right: 10px;
}
@media (max-width: 320px) {
  .page-address-book .alert-info .password-change span img {
    width: 20px;
    padding-right: 4px;
  }
}
.page-address-book .alert-info .close {
  display: none;
}
.page-orders .alert-warning {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #000000;
  position: absolute;
  border: none;
  border-radius: 0;
  padding: 17px 30px 17px 20px;
  margin: 50px 0 0 26.5%;
  font-size: 13px;
}
.page-orders .alert-warning span img {
  position: relative;
  width: 20px;
  padding-right: 10px;
}
@media (max-width: 320px) {
  .page-orders .alert-warning span img {
    width: 20px;
  }
}
@media (max-width: 480px) {
  .page-orders .alert-warning {
    left: 18px;
    border: none;
    padding: 0;
    margin: -34px 0 0;
  }
}
.page-orders .alert-warning .password-change {
  background: #f2f2f2;
  padding: 16px 30px 16px 15px;
  font-size: 13px;
}
@media (max-width: 375px) {
  .page-orders .alert-warning .password-change {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .page-orders .alert-warning .password-change {
    padding: 13px 10px 13px 10px;
    font-size: 11px;
  }
}
.page-orders .alert-warning .password-change span img {
  position: relative;
  width: 20px;
  padding-right: 10px;
}
@media (max-width: 320px) {
  .page-orders .alert-warning .password-change span img {
    width: 20px;
    padding-right: 4px;
  }
}
.page-orders .alert-warning .close {
  display: none;
}
.page-tmLoginPage .global-alerts {
  margin: 0!important;
}
@media (max-width: 480px) {
  .page-tmLoginPage .global-alerts {
    margin: 50px 0!important;
  }
}
.page-tmLoginPage .global-alerts .alert-danger {
  background-color: #f2f2f2;
  border-color: transparent;
  position: absolute;
  border: none;
  padding: 16px 30px 16px 15px;
  margin: 75px 20px 0 33px;
  z-index: -1111;
}
@media (max-width: 480px) {
  .page-tmLoginPage .global-alerts .alert-danger {
    left: 18px;
    border: none;
    margin: -34px 0 0;
  }
}
@media (max-width: 360px) {
  .page-tmLoginPage .global-alerts .alert-danger {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .page-tmLoginPage .global-alerts .alert-danger {
    font-size: 11px;
  }
}
.page-tmLoginPage .global-alerts .alert-danger .close {
  display: none;
}
.page-tmLoginPage .global-alerts {
  margin: 0!important;
}
@media (max-width: 480px) {
  .page-tmLoginPage .global-alerts {
    margin: 50px 0!important;
  }
}
.page-tmLoginPage .alert-info {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  position: absolute;
  left: 33px;
  border: none;
  padding: 0;
  margin: 75px 0 0;
  z-index: -1111;
}
@media (max-width: 480px) {
  .page-tmLoginPage .alert-info {
    left: 18px;
    border: none;
    padding: 0;
    margin: -34px 0 0;
  }
}
.page-tmLoginPage .alert-info .password-change {
  background: #f2f2f2;
  padding: 16px 30px 16px 15px;
  font-size: 13px;
}
@media (max-width: 375px) {
  .page-tmLoginPage .alert-info .password-change {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media (max-width: 320px) {
  .page-tmLoginPage .alert-info .password-change {
    padding: 13px 5px 13px 5px;
    font-size: 11px;
  }
}
.page-tmLoginPage .alert-info .password-change span img {
  position: relative;
  width: 24px;
  padding-right: 10px;
}
@media (max-width: 320px) {
  .page-tmLoginPage .alert-info .password-change span img {
    width: 20px;
    padding-right: 4px;
  }
}
.page-tmLoginPage .alert-info .close {
  display: none;
}
.global-alerts {
  margin: 25px 20px;
}
.global-alerts .alert-warning {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #000;
  position: absolute;
  margin: 0px 20px;
  padding: 16px 30px 16px 15px;
  border: none;
  border-radius: 0;
}
.global-alerts .alert-warning .close {
  display: none;
}
.global-alerts .alert-warning span img {
  position: relative;
  width: 20px;
  padding-right: 10px;
}
@media (max-width: 320px) {
  .global-alerts .alert-warning span img {
    width: 20px;
  }
}
.page-multiStepCheckoutSummaryPage .alert-warning {
  margin: -30px 0px 0 30px !important;
}
.page-multiStepCheckoutSummaryPage .alert-warning span img {
  position: relative;
  width: 24px;
  padding-right: 10px;
}
@media (max-width: 320px) {
  .page-multiStepCheckoutSummaryPage .alert-warning span img {
    width: 20px;
  }
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel {
  border-radius: 0;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel .panel-title {
  margin-bottom: 0px;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel .panel-title .selected-categorie-name {
  text-decoration: none;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 26px;
  letter-spacing: 0.52px;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel .panel-title .selected-categorie-name img {
  width: 15px;
  float: right;
  position: relative;
  top: 11px;
  transform: rotate(180deg);
}
@media (max-width: 480px) {
  .size-select-modal .modal-dialog .modal-content .modal-accordian .panel .panel-title .selected-categorie-name img {
    top: 5px;
  }
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel .panel-title .selected-categorie-name.collapsed {
  text-decoration: none;
}
.size-select-modal .modal-dialog .modal-content .modal-accordian .panel .panel-title .selected-categorie-name.collapsed img {
  width: 15px;
  float: right;
  position: relative;
  top: 11px;
  transform: rotate(0deg);
}
@media (max-width: 480px) {
  .size-select-modal .modal-dialog .modal-content .modal-accordian .panel .panel-title .selected-categorie-name.collapsed img {
    top: 5px;
  }
}
.size-select-modal .modal-dialog .modal-content .help--block {
  padding: 0 0 15px 0;
}
span#wishlistMessageError a {
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  padding: 0 4px 0 0;
}
.return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-mid .reason {
  margin-top: 12px;
  display: block;
  word-break: break-word;
}
.page-return-request-details.pageType-ContentPage .return-details-actions .f_align {
  float: right;
}
@media (max-width: 991px) {
  .page-return-request-details.pageType-ContentPage .return-details-actions .f_align {
    float: left;
    margin-bottom: 15px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .page-return-request-details.pageType-ContentPage .return-details-actions .f_align {
    margin-bottom: 30px;
  }
}
.page-return-request-details.pageType-ContentPage .return-details-actions .f_align #printreturnlabel {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.page-return-request-details.pageType-ContentPage .return-details-actions .f_align #printreturnlabel:hover,
.page-return-request-details.pageType-ContentPage .return-details-actions .f_align #printreturnlabel:active,
.page-return-request-details.pageType-ContentPage .return-details-actions .f_align #printreturnlabel:focus {
  color: #000 !important;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #000;
}
.page-return-request-details.pageType-ContentPage .return-details-actions .f_align a {
  text-decoration: none;
}
.b--navbar__third__user--status ul li:first-child {
  position: relative;
  top: -1px !important;
  margin-right: 0px;
}
.b--desktop .b--navbar__third__user--status ul li.f-shadow a.btn {
  font-family: 'Gotham Book' !important;
  font-weight: 400;
  text-shadow: none;
}
.b--desktop .b--navbar__third__user--status ul li.f-shadow a.btn:hover {
  text-shadow: 0 0.015em #101010, 0 -0.015em #101010, 0.01em 0 #101010, -0.01em 0 #101010;
}
.b--navbar__third__user--status ul li.f-shadow:first-child > span {
  text-shadow: none;
  font-size: 12px !important;
  top: 1px;
  position: relative;
  font-family: 'Gotham Book';
}
.b--navbar__modal--cart .b--product__color,
.b--navbar__modal--cart .b--product__size {
  margin-bottom: 3px;
  font-family: 'Montserrat' !important;
  text-transform: initial!important;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 600;
}
.b--navbar__modal--cart h3 {
  font-family: 'Montserrat' !important;
  font-size: 17px;
  letter-spacing: 0.34px;
}
.b--navbar__modal--cart .b--cart__mini--subtotal {
  font-family: 'Montserrat' !important;
  text-transform: initial!important;
}
.b--navbar__modal--cart .b--product__price {
  font-family: 'Montserrat' !important;
  font-size: 16px;
}
.b--navbar__modal--cart .b--product .minicart-product-img {
  max-width: 72px!important;
  height: 90px;
}
.b--navbar__modal--cart .b--product .b--product__title {
  font-family: 'Montserrat' !important;
  font-size: 14px;
  letter-spacing: 0.28px;
}
.page-returnLandingPage .tm-returns-description .return-products-text-in .col-md-12.p-lr-0.p-t-15 {
  padding-left: 0;
}
.page-returnLandingPage .return-products.main-div .col-md-6.p-lr-0.p-t-15.p-r-95.start-a-return-box {
  padding-left: 0;
}
.page-homepage .sr-panel-div .sr-color-list {
  padding: 5px 10px 0px 0px!important;
}
.page-homepage .sr-detail-panel .sr-panel-div {
  padding-bottom: 10px;
}
.return-status__main .return--status__mid .left-list-menu ul li.active a {
  font-weight: 600;
}
@media (max-width: 480px) {
  .page-cartPage .reward-block .re-text .f-m {
    padding: 0 12px 0 0px;
  }
}
.page-return-request-details .return-status__main .return--status__mid .right__section .main__title {
  padding-top: 7px;
}
.page-return-request-details .return-status__main .return--status__mid .right__section .main__title h2 {
  padding: 0 0 3px 0;
}
@media (max-width: 375px) {
  .page-return-request-details .return-status__main .return--status__mid .right__section .main__title h2 {
    font-size: 22px;
  }
}
#cartContents .item-block .not-avilable-qty {
  letter-spacing: 0.28px;
  color: #d40a0a;
  font-size: 14px;
  display: block;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 42%;
  margin-top: 60px;
}
@media (max-width: 991px) {
  #cartContents .item-block .not-avilable-qty {
    position: absolute;
    top: 65%;
    bottom: 0;
    left: 40%;
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  #cartContents .item-block .not-avilable-qty {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: -44%;
    top: 100%;
    margin-top: -6px;
  }
}
@media (max-width: 320px) {
  #cartContents .item-block .not-avilable-qty {
    left: -43%;
  }
}
.b--navbar .b--menu-backdrop--is-active {
  display: block!important;
}
.tm_Logo {
  transition: 0.5s ease-out !important;
}
.block.b--navbar__primary.nopadding {
  border-bottom: 1px solid #e1e2e5 !important;
}
.b--navbar--scrolled-active .tm_Logo {
  opacity: .5 !important;
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
  transition: none !important;
}
.b--navbar__primary {
  border-bottom: none !important;
}
@media (max-width: 480px) {
  .no-margin {
    margin-top: -20px !important;
  }
  .btn-black-inv {
    margin-top: 5px !important;
  }
  .marginB {
    margin-bottom: 15px !important;
  }
  .marginBT {
    margin-bottom: 20px !important;
  }
  .margin30 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 375px) {
  .return-products.main-div p.return-start-tmr {
    letter-spacing: 1px !important;
  }
}
.b--navbar--scrolled-active .block.b--navbar__secondary {
  border-top: none!important;
}
@media (max-width: 480px) {
  .page-cartPage .shopping-cart--top .cart-item-border-bottom li .col-md-9.col-sm-8.col-xs-8 {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .page-cartPage .shopping-cart--top .cart-item-border-bottom li .col-md-9.col-sm-8.col-xs-8 .price {
    margin: 5px 0 0 0px;
  }
}
@media (max-width: 480px) {
  .page-cartPage .shopping-cart--top .cart-item-border-bottom li .col-md-12 {
    margin-top: 10px;
    margin-bottom: 9px;
  }
}
@media (max-width: 991px) {
  .page-refer-friend .account-common-wrapper .account-common__title .f-m.f-bold.whishlist-title {
    text-align: center;
    margin-bottom: 25px!important;
  }
}
.page-cartPage .item-block ul li a.edit-i {
  margin: 20px 0 21px 0;
}
@media (max-width: 768px) {
  .page-cartPage .item-block ul li a.edit-i {
    margin: 8px 0 0px 0;
  }
}
@media (max-width: 480px) {
  .page-cartPage .giftCardCheckout .mobile--padding a.edit-i {
    margin: 8px 0 0px 0;
  }
}
.order-confirmation--top .order__track .b--hd__title.text-left {
  font-size: 27px;
  font-family: 'Gotham';
  letter-spacing: 0.54px;
  line-height: 29px;
}
@media (max-width: 1366px) {
  .order-confirmation--top .order__track .b--hd__title.text-left {
    font-size: 25px;
  }
}
@media (max-width: 1240px) {
  .order-confirmation--top .order__track .b--hd__title.text-left {
    font-size: 24px;
  }
}
@media (max-width: 1080px) {
  .order-confirmation--top .order__track .b--hd__title.text-left {
    font-size: 18px;
  }
}
.page-cartPage .cartView {
  padding-top: 15px;
}
@media (max-width: 1400px) {
  .page-cartPage .cartprice {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 1300px) {
  .page-cartPage .cartprice {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 991px) {
  .page-cartPage .cartprice {
    padding: 0;
  }
}
.page-cartPage .qty--main {
  padding: 0;
}
@media (max-width: 1400px) {
  .page-cartPage .item-block ul li .p-name {
    padding-right: 29px;
  }
}
@media (max-width: 991px) {
  .page-cartPage .item-block ul li .p-name {
    padding-right: 0px;
  }
}
.page-cartPage .item-block ul li a {
  letter-spacing: 0;
}
.page-cartPage .quantity input {
  width: 45px;
  height: 35px;
  margin: 0px 9px 0 9px;
}
.page-cartPage .item-block .cartView .price {
  margin-top: 9px;
}
.page-cartPage .item-block .cartView .price .promotionprice-avail.promoCod {
  margin-top: -4px !important;
}
.page-cartPage .item-block .cartView .btn-selectors {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .page-cartPage .order-pick {
    padding-left: 5px;
  }
  .page-cartPage .order-store-hours {
    padding-left: 5px;
  }
}
.page-giftCardPage .giftCard-CLP .b--section-primary__btn.b--section-primary__btn--secondary.btn.btn--primary {
  color: white;
  border: 1px solid white;
  background: none;
}
.page-giftCardPage .giftCard-CLP .b--section-primary__btn.b--section-primary__btn--secondary.btn.btn--primary:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}
.page-tmPDPGIftCard .b--promo .gc_PDP {
  max-width: 645px !important;
  padding: 35px 0 75px 0 !important;
}
.form-control {
  -webkit-appearance: none;
}
@media (max-width: 991px) {
  .page-giftCardPage .giftCard-CLP .b--section-primary__btn.b--section-primary__btn--secondary.btn.btn--primary {
    color: white !important;
    border: 1px solid #000 !important;
    background: #000;
  }
  .section-top.order-confirmation--top .order__track {
    padding-bottom: 10px;
  }
  .page-multiStepCheckoutSummaryPage .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item form#silentOrderPostForm #billingAddrForm label.error {
    position: absolute;
    left: initial;
    top: 100%;
  }
  .page-multiStepCheckoutSummaryPage .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item form#silentOrderPostForm #billingAddrForm .f-label__wrapper {
    margin-bottom: 27px;
  }
  .page-multiStepCheckoutSummaryPage .m-c__shipping-method .add__selection .tab-content .radio_btn_wrapper .list__item form#silentOrderPostForm #billingAddrForm .form-group.row {
    margin-bottom: 0;
  }
}
.discover-mid-feed .discover-landing-info-grid {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.discover-mid-feed .discover-landing-info-grid .grid-item {
  height: 480px;
  width: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .discover-mid-feed .discover-landing-info-grid .grid-item {
    width: 100%;
  }
}
.page-multiStepCheckoutSummaryPage .show_join_tm_rewards_section .common_save_continue_pickup_join {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 480px) {
  .page-payment-details .remove-payment .modal-dialog .modal-header .modal-title.b--hd__title {
    width: 230px;
    margin: 0 auto!important;
    padding-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .page-payment-details .remove-payment .modal-dialog .modal-body .remove-payment-mid {
    padding-bottom: 26px!important;
  }
  .page-payment-details .remove-payment .modal-dialog .modal-body .remove-payment-mid .remove-list {
    text-transform: capitalize;
  }
  .page-payment-details .remove-payment .modal-dialog .modal-body .remove-payment-mid .remove-list #account-holder {
    letter-spacing: .24px;
  }
}
.page-orderConfirmationPage .account-section .order-confirmation--top .reward__block {
  margin-left: 0px;
}
.page-orderConfirmationPage .order-confirmation--top .reward__block .reward__block-in .form__create .btn--primary-light {
  margin: 5px 0 18px 0;
}
.cookiePage {
  padding: 0;
  margin: 0px;
}
.cookiePage .te-us-heading p {
  margin-bottom: 25px;
  font-size: 16px;
}
.cookiePage .te-us-heading .cookiePageTitle {
  line-height: 26px;
  padding-bottom: 15px;
  padding-top: 9px;
}
.cookiePage .te-us-heading h2 {
  font-family: 'Montserrat', sans-serif;
}
.cookiePage .te-us-heading .tableOf {
  padding: 0px 0 0 0;
  margin: 0;
}
.cookiePage .te-us-heading .list_dash-style {
  padding-bottom: 32px;
  margin: 0;
}
.cookiePage .te-us-heading .list_dash-style li {
  line-height: 25px;
}
.cookiePage .te-us-heading .list_dash-style li a {
  border-bottom: 1px solid #dedede;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}
.cookiePage .list_dash-style2 {
  margin: 0;
  padding-bottom: 10px;
}
.cookiePage .list_dash-style2 li {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}
.page-careerPage .careers-page-spacing:first-child {
  padding-right: 35px;
}
@media (max-width: 639px) {
  .page-careerPage .careers-page-spacing:first-child .lernmore-btn {
    margin-bottom: 45px;
    letter-spacing: 0.59px;
  }
}
@media (max-width: 768px) {
  .page-careerPage .careers-page-spacing:first-child {
    padding-right: 15px;
  }
}
.page-careerPage .careers-page-spacing:last-child {
  padding-left: 35px;
}
@media (max-width: 768px) {
  .page-careerPage .careers-page-spacing:last-child {
    padding-left: 15px;
  }
}
.page-careerPage .careers-page-spacing .careers-page-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 27px;
}
.page-careerPage .careers-page-spacing p {
  font-family: 'Gotham Book', Arial, Sans-Serif, Arial, sans-serif;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.3px;
  line-height: 1.44;
  color: #000000;
  font-weight: 600;
}
.page-careerPage .careers-page-spacing .lernmore-btn {
  color: white ;
  background-color: #000000 ;
  border: 1px solid #000000 ;
  text-align: center ;
}
@media (max-width: 639px) {
  .page-careerPage .careers-page-spacing .lernmore-btn {
    width: 100%;
    color: #000;
    text-align: left;
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 768px) {
  .page-careerPage .career-mobile {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .page-careerPage .c-grid-2 {
    padding: 0px 15px 9px 15px !important;
  }
}
.cartItems_removed {
  background: #f7f2dd;
  padding: 17px 30px 17px 14px;
  font-size: 13px;
  margin: 0px 0 15px 0;
  color: #000;
  letter-spacing: 0.2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
.cartItems_removed i img {
  width: 19px;
  height: 15px;
  margin: -5px 9px 0 0;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #b--section-primaryGetButtonedUpBannerComponent .b--section-primary__title {
    left: 3%;
    top: 170px;
    max-width: 100%;
  }
  #b--section-primaryGetButtonedUpBannerComponent .b--section-primary__subtitle {
    top: 240px!important;
    left: 3%;
    max-width: 514px;
  }
  #b--section-primaryGetButtonedUpBannerComponent .b--section-primary__btn--primary {
    top: 355px!important;
    left: 3%;
    padding: 9px 0;
    width: 194px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 2560px) {
  #b--section-primaryGetButtonedUpBannerComponent .b--section-primary__title {
    left: 60px!important;
    top: 275px!important;
    max-width: 100%;
  }
  #b--section-primaryGetButtonedUpBannerComponent .b--section-primary__subtitle {
    top: 346px!important;
    left: 60px!important;
    max-width: 514px!important;
  }
  #b--section-primaryGetButtonedUpBannerComponent .b--section-primary__btn--primary {
    top: 456px!important;
    left: 60px!important;
    padding: 9px 0;
    width: 194px;
    font-size: 14px;
  }
}
.page-productGrid .quickshop-modal .size_wrapper-quick .size-sorting-list .list-ul li .unavailable {
  color: #c1c1c1;
  pointer-events: none;
}
@media (max-width: 480px) {
  .page-productGrid .main__inner-wrapper .b--listing-product .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-productGrid .b--listing-product__wrapper-catalog {
  padding-left: 7px;
}
@media (max-width: 768px) {
  .page-productGrid .b--listing-product__wrapper-catalog {
    padding-left: 0px;
  }
}
.page-productGrid .b--listing-product__wrapper-catalog .b--product--spacer {
  margin: 0 5px 25px 5px;
}
@media (max-width: 768px) {
  .page-productGrid .b--listing-product__wrapper-catalog .b--product--spacer {
    margin: 0 0px 22px 0px;
  }
}
@media (max-width: 768px) {
  .page-productGrid .b--listing-product__wrapper-catalog .b--product .b--product__foot h4 {
    font-size: 14px;
  }
}
.page-productGrid .b--listing-product__filters .panel-group ul {
  margin-bottom: 13px;
}
.page-productGrid .b--listing-product__filters#facetOverlay {
  padding: 0px !important;
}
@media (max-width: 480px) {
  .page-productGrid .b--listing-product__filters#facetOverlay {
    padding: 10px 20px 0 !important;
  }
}
@media (max-width: 480px) {
  .b--listing-product .b-listing-filter-title h1 {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  #closeFiltersMobile {
    padding: 10px 57px;
  }
}
#b--section-primaryGetButtonedUpBannerComponenForCLPBottoms .b--section-primary__btn--primary {
  padding: 9px 39px;
}
.clp_breadcrumb {
  padding: 0;
}
.clp_breadcrumb nav {
  padding-left: 0 !important;
}
.index-body .global-alerts .alert-info {
  background-color: #ffffff;
  border: none;
  color: #000000;
  margin-bottom: 0;
}
.index-body .global-alerts .alert-info button.close {
  display: none;
}
.index-body .global-alerts .alert-info .password-change {
  background: #f2f2f2;
  padding: 21px 30px 21px 0px;
  font-size: 13px;
  width: fit-content;
  display: block;
}
.index-body .global-alerts .alert-info .password-change span {
  padding: 0 11px 0 15px;
}
.index-body .global-alerts .alert-info .password-change span img {
  width: 13px;
  height: 10px;
}
.see-details .about-tm-mid h5 {
  text-decoration: none;
}
@media (max-width: 480px) {
  #b--section-primaryCuaterPerformanceFootwearBannerComponent .b--section-primary__btn {
    padding-left: 0;
    padding-right: 0;
  }
}
section#b--section-primaryCuaterPerformanceHeadwearBannerComponent a.b--section-primary__btn.b--section-primary__btn--primary.btn.btn--primary {
  padding-left: 0;
  padding-right: 0;
}
a.btn.btn--primary.cuaterBTN {
  padding-top: 15px;
  padding-bottom: 9px;
}
.b--cta-fullwidth section#b--section-primaryCuaterRewardsComponent .b--cta-secondary__logo img {
  width: 285px;
}
.check-icon img {
  max-width: 20px;
  width: 20px;
}
.order__confirmation-table .tr-block .estimated_arrival_date {
  position: absolute;
  margin-top: 35px;
  font-weight: 400!important;
}
.page-orderConfirmationPage .order__confirmation-table .tr-block .estimated_arrival_date {
  position: absolute;
  margin-top: 35px;
  font-weight: 400!important;
}
.page-mustHavesPage .Tm_categoryrightleft + div {
  display: none;
}
.remove-points-btn {
  border: none!important;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: bold;
  padding-left: 5px;
  letter-spacing: 0.26px;
}
@media (max-width: 768px) {
  .newProductSlider {
    padding: 0 15px !important;
  }
}
@media (max-width: 480px) {
  .newProductSlider {
    padding: 0 25px !important;
  }
}
.newProductSlider .newProductSlider_inner {
  /* hiding all bullets by default */
  /* only displaying the active bullets and the 2 bullets next to it */
  /* displaying the last three bullets when slick-active class isn't applied to any li before them  */
  /* hiding the last three bullets if slick-active exist before them */
  /* specific conditions to always display the last three bullets */
}
@media only screen and (max-width: 1023px) and (min-width: 480px) {
  .newProductSlider .newProductSlider_inner {
    max-width: 670px;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .newProductSlider .newProductSlider_inner {
    margin: 0 auto;
  }
}
.newProductSlider .newProductSlider_inner .b--product__foot .metadata-option .metadata-slider {
  position: relative;
}
@media (max-width: 480px) {
  .newProductSlider .newProductSlider_inner .b--product__foot .metadata-option .metadata-slider span a img {
    width: 28px!important;
    height: 14px;
    max-width: unset;
  }
}
.newProductSlider .newProductSlider_inner .b--product__foot .metadata-option .metadata-slider .item {
  padding: 0 !important;
}
@media (max-width: 480px) {
  .newProductSlider .newProductSlider_inner .b--product__foot .metadata-option .metadata-slider .item {
    width: 19px !important;
  }
}
.newProductSlider .newProductSlider_inner .b--product__foot .metadata-option .metadata-slider .slick-list {
  margin: 0 !important;
}
.newProductSlider .newProductSlider_inner .b--product__foot .metadata-option .metadata-slider .s-4x {
  display: inline-block;
  padding-top: 10px !important;
  font-size: 12px !important;
}
.newProductSlider .newProductSlider_inner .b--product__foot .metadata-option .metadata-slider .s-4x:before {
  font-size: 12px !important;
}
.newProductSlider .newProductSlider_inner .b--product__foot .metadata-option .metadata-slider span.arrow-next {
  top: 19px;
  right: -9px;
}
.newProductSlider .newProductSlider_inner .b--product__foot .metadata-option .metadata-slider .arrow-prev {
  top: 19px !important;
  left: 19px !important;
}
.newProductSlider .newProductSlider_inner .item {
  padding-bottom: 45px;
}
.newProductSlider .newProductSlider_inner .slick-list {
  margin: 0 35px !important;
  padding: 0 !important;
}
@media (max-width: 480px) {
  .newProductSlider .newProductSlider_inner .slick-list {
    margin: 0 0px !important;
  }
}
.newProductSlider .newProductSlider_inner .s-chevron-left:before {
  content: "\EA02";
  color: #161616;
  font-size: 40px;
  position: relative;
  right: 12px;
}
.newProductSlider .newProductSlider_inner .s-chevron-right:before {
  content: "\EA03";
  color: #161616;
  font-size: 40px;
  position: relative;
  right: 12px;
}
.newProductSlider .newProductSlider_inner .arrow-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  color: #8c8686;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  right: 0px;
}
@media (max-width: 480px) {
  .newProductSlider .newProductSlider_inner .arrow-next {
    top: 45%;
    right: -10px;
  }
}
.newProductSlider .newProductSlider_inner .arrow-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  color: #8c8686;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  left: 0px;
}
@media (max-width: 480px) {
  .newProductSlider .newProductSlider_inner .arrow-prev {
    top: 45%;
    left: -10px;
  }
}
.newProductSlider .newProductSlider_inner .slick-dots {
  text-align: center!important;
  width: 99px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.newProductSlider .newProductSlider_inner .slick-dots li button {
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 16px;
  padding: 0;
  cursor: pointer;
  background: #c9c9c9;
  text-indent: -99999999px;
  border-radius: 32px;
  border: 0;
}
.newProductSlider .newProductSlider_inner .slick-dots li li.slick-active button {
  background-color: #000000 !important;
}
.newProductSlider .newProductSlider_inner .slick-dots li {
  display: none;
}
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active,
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active + li,
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active + li + li {
  display: block;
}
.newProductSlider .newProductSlider_inner .slick-dots li:nth-last-child(1),
.newProductSlider .newProductSlider_inner .slick-dots li:nth-last-child(2),
.newProductSlider .newProductSlider_inner .slick-dots li:nth-last-child(3) {
  display: block;
}
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active ~ li:nth-last-child(1),
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active ~ li:nth-last-child(2),
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active ~ li:nth-last-child(3) {
  display: none;
}
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active + li + li:nth-last-child(3),
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active + li + li:nth-last-child(2),
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active + li + li:nth-last-child(1),
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active + li:nth-last-child(3),
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active + li:nth-last-child(2),
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active + li:nth-last-child(1) {
  display: block;
}
.newProductSlider .newProductSlider_inner .slick-dots li.slick-active button {
  background-color: #000 !important;
}
.not-active {
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 1441px) {
  .b--cta-primary {
    min-height: 580px!important;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 536px) and (max-width: 1024px) {
  .b--cta-primary {
    height: 535px!important;
    margin-bottom: 10px;
  }
}
@media (max-width: 535px) {
  .b--cta-primary {
    height: 100vh;
    margin-bottom: 10px;
  }
}
div#search_overly .searchResults div#productsDiv .productReslt em.search-results-highlight {
  font-style: initial;
}
.floating-label .f-label__wrapper .checkmark {
  position: absolute;
  right: 22px;
  top: 9px;
}
.output-error {
  color: #d40a0a;
  font-style: italic;
}
.btn--widen {
  min-width: 215px;
  font-size: 13px;
}
.forms--hdg {
  font-size: 26px;
  letter-spacing: .025em;
  font-weight: 600;
}
.forms--desc {
  margin: 35px 0;
}
.forms--actions-row {
  margin-top: 25px;
}
.forms--actions-row .btn + .login-text {
  margin-top: 25px;
}
.form-group.has-error .checkmark {
  display: none;
}
@media screen and (max-width: 639px) {
  .form-group.has-error .form-control.error {
    margin-bottom: 10px;
  }
}
.form-control + label.error {
  margin-top: 0px;
}
@media screen and (max-width: 639px) {
  .form-control + label.error {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.referfriend--mid .refer-friend-list {
  padding: 0;
}
.referfriend--mid .referfriend-in {
  padding-top: 4px;
}
.referfriend--mid .referfriend-in .refer-friend-list .list .box {
  position: relative;
  padding: 28px 0 0 0;
  min-height: 201px;
}
.referfriend--mid .referfriend-in .refer-friend-list .list .box .tool-tip__main {
  text-align: right;
  display: block;
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.referfriend--mid .referfriend-in .refer-friend-list .list .box .tool-tip__main .tool-tip-in {
  position: relative;
  display: block;
  width: 15px;
  float: right;
}
.referfriend--mid .referfriend-in .refer-friend-list .list .box .tool-tip__main .tool-tip-in:hover .tooltip-box {
  display: block;
  width: 225px;
  left: -104px;
  right: 0;
  z-index: 9;
  margin: 13px 0 0 0;
}
.referfriend--mid .referfriend-in .refer-friend-list .list .box i {
  padding: 0 0 17px 0;
}
.referfriend--mid .referfriend-in .refer-friend-list .list .box h4 {
  margin: 0px 0 13px 0;
}
.referfriend--mid .referfriend-in .refer-friend-list .list .box .custom-margin-1 {
  margin-top: -15px;
}
.referfriend--mid .referfriend-in .refer-friend-list .list .box .custom-margin-2 {
  margin-top: 6px;
}
.referfriend--mid .referfriend-in .refer-friend-list .list .box .custom-margin-3 {
  margin-top: 8px;
}
/* -- Tooltip --*/
.common-tooltip.tool-tip__main {
  text-align: center;
  display: inline-block;
}
.common-tooltip.tool-tip__main .tool-tip-in {
  position: relative;
  display: block;
}
.common-tooltip.tool-tip__main .tool-tip-in:hover .tooltip-box {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.38);
  background: #000000;
  padding: 25px 22px;
  text-align: left;
  margin: 13px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.common-tooltip.tool-tip__main .tool-tip-in:hover .tooltip-box h2 {
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: 600;
}
.common-tooltip.tool-tip__main .tool-tip-in:hover .tooltip-box p {
  margin: 0px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: #fff;
}
.common-tooltip.tool-tip__main .tool-tip-in:hover .tooltip-box:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}
.common-tooltip.tool-tip__main .tooltip-box {
  display: none;
}
.referfriend--mid .referfriend-in {
  padding-left: 10px;
  padding-right: 10px;
}
.referfriend--mid .referfriend-in .refer-friend-list li.list {
  padding: 0 21px 0 0;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .referfriend--mid .referfriend-in .refer-friend-list li.list {
    padding: 0 10px 0 0;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list h4 {
    font-size: 12px;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list p {
    font-size: 20px;
  }
}
.referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(4n+4) {
  padding: 0px;
}
.referfriend--mid .referfriend-in .refer-friend-list li.list .small-bottom {
  font-size: 11px;
  display: block;
  margin: 5px 0 0 0;
  position: relative;
  min-height: 25px;
  padding: 0 0px 10px;
}
@media (max-width: 1199px) {
  .referfriend--mid .referfriend-in .refer-friend-list li.list .small-bottom {
    padding: 0 30px 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .referfriend--mid .referfriend-in .refer-friend-list li.list .small-bottom {
    padding: 0 0px 10px;
  }
}
.referfriend-in-top {
  background: #f2f2f2;
  border: #dcdcdc solid 1px;
  padding: 53px 44px 45px 47px;
  margin: 0 0 17px 0;
}
.referfriend-in-top .refer-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 480px) {
  .referfriend-in-top .refer-content p {
    font-size: 15px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .referfriend-in-top .refer-content p {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .referfriend-in-top .refer-content p {
    font-size: 11px;
  }
}
.referfriend-in-top a.btn.btn-large.btn--primary.btn--primary-light.text-uppercase.btn-get-link {
  margin: 16px 0 0 0;
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 9px 0 10px 0;
  margin: 18px 0 0 0;
  background: #000000;
  color: #ffffff!important;
}
.referfriend-in-top a.btn.btn-large.btn--primary.btn--primary-light.text-uppercase.btn-get-link:hover {
  background: transparent;
  color: #000000!important;
}
.referfriend-in-top a.btn.btn-large.btn--primary.btn--primary-light.text-uppercase.btn-get-link:active {
  background: #000000;
  color: #ffffff!important;
}
.get-link-popup__wrapper {
  position: relative;
  padding: 0 0 0 94px;
}
@media (max-width: 768px) {
  .get-link-popup__wrapper {
    padding: 0;
    text-align: center;
  }
}
.get-link-popup__wrapper i {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .get-link-popup__wrapper i {
    position: relative;
  }
}
.get-link-popup__wrapper .refr-frnd-desktop {
  display: block;
  max-width: 72px;
  width: 72px;
}
@media (max-width: 768px) {
  .get-link-popup__wrapper .refr-frnd-desktop {
    display: none;
  }
}
.get-link-popup__wrapper .refr-frnd-mobile {
  display: none;
}
@media (max-width: 768px) {
  .get-link-popup__wrapper .refr-frnd-mobile {
    display: block;
  }
  .get-link-popup__wrapper .refr-frnd-mobile img {
    width: 262px;
  }
}
.get-link-popup__wrapper h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .get-link-popup__wrapper h3 {
    margin-top: 35px;
  }
}
.get-link-popup__wrapper p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 480px) {
  .get-link-popup__wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .get-link-popup__wrapper p {
    font-size: 13px;
  }
}
.get-link-form {
  padding: 19px 0 0 0;
}
.get-link-form .link-input {
  height: 49px;
  background: #f8f8f8;
  border: #d1d1d1 solid 1px;
  color: #000;
}
.get-link-form .btn-copy {
  height: 49px;
  background: #000;
  font-size: 12px;
  font-weight: 600;
  border: #000 solid 1px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .get-link-form .btn-copy {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.get-link-form .btn-copy:focus,
.get-link-form .btn-copy:active {
  background: #000;
  color: #fff;
}
@media (max-width: 480px) {
  .get-link-form .input-group {
    display: block;
  }
}
.referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(4n+4) .small-bottom .tool-tip__main .tool-tip-in:hover .tooltip-box {
  display: block;
  width: 225px;
  left: -197px;
  right: 0;
}
.referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(4n+4) .small-bottom .tool-tip__main .tool-tip-in:hover .tooltip-box:before {
  bottom: 100%;
  left: auto;
  right: 9px;
  margin: 0;
  width: 0px;
}
@media screen and (max-width: 1199px) {
  .referfriend-in-top a.btn.btn-large.btn--primary.btn--primary-light.text-uppercase.btn-get-link {
    font-size: 11px;
    padding: 10px 0 9px 0;
  }
}
/* -- Tooltip --*/
@media screen and (max-width: 991px) {
  .referfriend--mid .referfriend-in .track-reference .refer-friend-box {
    margin: 0 0 20px 0;
  }
  .whishlist-title {
    position: relative;
    text-align: left;
  }
  .referfriend-in-top a.btn.btn-large.btn--primary.btn--primary-light.text-uppercase.btn-get-link {
    font-size: 13px;
    padding: 9px 0 10px 0;
    margin: 38px 0 0 0;
    text-decoration: none !important;
  }
  .referfriend-in-top {
    background: #f2f2f2;
    border: #dcdcdc solid 1px;
    padding: 23px 19px 36px 19px;
    margin: 0 0 17px 0;
  }
  .image-block-refer {
    text-align: center;
    padding: 0 0 23px 0;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list {
    padding: 0;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list:first-child {
    padding: 0 21px 0 0;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(2n+3) {
    padding: 0 21px 0 0;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(2n+2) .small-bottom .tool-tip__main .tool-tip-in:hover .tooltip-box {
    display: block;
    width: 225px;
    left: -197px;
    right: 0;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(2n+2) .small-bottom .tool-tip__main .tool-tip-in:hover .tooltip-box:before {
    bottom: 100%;
    left: auto;
    right: 9px;
    margin: 0;
    width: 0px;
  }
}
@media screen and (max-width: 480px) {
  .right__section.my-account__wrapper {
    margin-top: 24px;
    padding-top: 0px!important;
  }
  .account-common-wrapper .account-common__title .f-m.f-bold.whishlist-title {
    text-align: left;
    margin-bottom: 0px!important;
  }
  .referfriend--mid .referfriend-in .refer-friend-list .list .box {
    min-height: 260px;
    padding: 28px 20px 0 20px;
  }
  .referfriend--mid .referfriend-in .refer-friend-list .list .box h4 {
    font-size: 16px;
    margin: 0px 0 0px 0;
    line-height: 24px;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list .small-bottom {
    font-size: 11px;
    display: block;
    margin: 5px 0 20px 0;
    min-height: 35px;
    padding: 0 0 5px 0;
  }
  .referfriend--mid .referfriend-in .refer-friend-list .list .box .tool-tip__main {
    text-align: right;
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 100%;
    text-align: center !important;
    margin: 0 0 0 0;
  }
  .referfriend--mid .referfriend-in .refer-friend-list .list .box .tool-tip__main .tool-tip-in {
    position: relative;
    display: block;
    width: 15px;
    float: none;
    margin: 0 auto 0;
    cursor: pointer;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list:first-child {
    padding: 0 10px 0 0;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(2n+2) {
    padding: 0px 0 0 10px;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(2n+3) {
    padding: 0 10px 0 0;
  }
  span.month-text {
    padding: 2px 0 0 0;
    display: block;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(4n+4) .small-bottom .tool-tip__main .tool-tip-in:hover .tooltip-box {
    display: block;
    width: 225px;
    left: -110px;
    right: 0;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(4n+4) .small-bottom .tool-tip__main .tool-tip-in:hover .tooltip-box:before {
    bottom: 100%;
    left: 10px;
    right: 0;
    margin: 0 auto;
    width: 0px;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(2n+2) .small-bottom .tool-tip__main .tool-tip-in:hover .tooltip-box {
    display: block;
    width: 225px;
    left: -110px;
    right: 0;
  }
  .referfriend--mid .referfriend-in .refer-friend-list li.list:nth-child(2n+2) .small-bottom .tool-tip__main .tool-tip-in:hover .tooltip-box:before {
    bottom: 100%;
    left: 10px;
    right: 0;
    margin: 0 auto;
    width: 0px;
  }
}
@media screen and (max-width: 991px) {
  .page-address-book .remove-address #removeaddress {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .page-wishlist .whishlist-title {
    text-align: left!important;
    margin-bottom: 0px!important;
  }
  .page-address-book .whishlist-title {
    margin-top: 0px !important;
  }
}
/*-- Globel footer newsletter (8-5-2019) --*/
#wrap {
  position: relative;
}
#wrap .thanks-wrapper-in {
  display: none;
}
#wrap.thanks-wrapper .thanks-wrapper-in {
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  padding: 87px 0 70px 0;
}
#wrap.thanks-wrapper .thanks-wrapper-in p {
  margin: 0px;
  font-size: 15px;
  font-weight: 600;
}
#wrap.thanks-wrapper .thanks-wrapper-in .b--hd__title {
  margin: 0 0 24px 0;
}
#wrap.thanks-wrapper .thanks-wrapper-in .btn-shopnow {
  font-size: 14px;
  font-weight: 700;
  min-width: 221px;
  margin: 42px 0 30px 0;
}
/*-- Globel footer newsletter (8-5-2019) --*/
.print-mail li:first-child a img {
  width: 17px;
}
.print-mail li .share-link {
  cursor: pointer;
}
.whishlist-share-mid {
  padding: 34px 0 0 0;
}
@media (max-width: 768px) {
  .whishlist-share-mid {
    padding: 22px 0 0 0;
  }
}
.whishlist-share-mid .share-ul {
  border: #d1d1d1 solid 1px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -4px;
}
.whishlist-share-mid .share-ul li {
  float: none;
  text-align: center;
  width: 33.3%;
  display: inline-block;
}
.whishlist-share-mid .share-ul li a {
  border-radius: 0px;
  border-width: 0px 1px 0px 0px !important;
  border-color: #d1d1d1;
  border-style: solid;
  font-size: 14px;
  display: block;
  letter-spacing: 0px;
  margin: 0px !important;
}
.whishlist-share-mid .share-ul li a i {
  font-size: 16px;
  padding: 0 5px 0 0;
}
.whishlist-share-mid .share-ul li.active a {
  border-bottom: #d1d1d1 solid 1px !important;
  background: #f2f2f2;
  border-color: #d1d1d1!important;
  font-weight: 700;
  color: #000;
  text-decoration: none!important;
}
.whishlist-share-mid .share-ul li.active a:focus,
.whishlist-share-mid .share-ul li.active a:active .whishlist-share-mid .share-ul li.active a:hover {
  text-decoration: none!important;
  color: #000;
  background: #eeeeee!important;
  border-color: #d1d1d1!important;
}
.whishlist-share-mid .share-ul li:last-child a {
  border-right: 0px;
}
.whishlist-share-mid .share-content .share-mid__in {
  padding: 34px 0 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .whishlist-share-mid .share-content .share-mid__in {
    padding: 25px 0 0 0;
  }
}
.whishlist-share-mid .share-content .share-mid__in p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.whishlist-share-mid .share-content .share-mid__in.email-mid form {
  margin: 35px 0  0 0;
}
@media (max-width: 768px) {
  .whishlist-share-mid .share-content .share-mid__in.email-mid form {
    margin: 32px 0  0 0;
  }
}
.whishlist-share-mid .share-content .share-mid__in.email-mid form .f-label__wrapper .control-label {
  left: 15px;
}
.whishlist-share-mid .share-content .share-mid__in.email-mid form .c__input {
  background: #fff;
}
.whishlist-share-mid .share-content .share-mid__in.email-mid form textarea {
  height: 127px;
  resize: none;
}
.whishlist-share-mid .share-content .share-mid__in.email-mid form .form-group {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .whishlist-share-mid .share-content .share-mid__in.email-mid form .form-group {
    margin-bottom: 25px;
  }
}
.whishlist-share-mid .share-content .share-mid__in.email-mid form .form-group .btn-send {
  min-width: 221px;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .whishlist-share-mid .share-content .share-mid__in.email-mid form .form-group .btn-send {
    min-width: 100%;
  }
}
.whishlist-share-mid .share-content .share-mid__in.facebook-mid .row {
  padding: 28px 0 35px;
}
@media (max-width: 768px) {
  .whishlist-share-mid .share-content .share-mid__in.facebook-mid .row {
    padding: 35px 0 35px;
  }
}
.whishlist-share-mid .share-content .share-mid__in.facebook-mid .btn-share {
  font-weight: 700;
  color: #fff;
  width: 140px;
  padding: 13px 0;
  letter-spacing: 2px;
  font-family: 'Montserrat Bold', sans-serif !important;
}
.whishlist-share-mid .share-content .share-mid__in.facebook-mid .btn-share i {
  background: #fdfdfd;
  padding: 2px 4px 2px 10px;
  color: #000;
  font-size: 18px;
  margin-right: 12px;
}
.whishlist-share-mid .share-content .share-mid__in.link-mid form .form-group {
  margin: 39px 0;
}
.whishlist-share-mid .share-content .share-mid__in.link-mid form .form-group .c__input {
  background: #fff;
}
.whishlist-share-mid .share-content .share-mid__in .cancel-btn {
  text-decoration: underline;
  text-align: center;
  display: inherit;
}
.list_thumbanil .list_thumbanil__in figure .top-label {
  font-size: 9px;
}
.whislist-thumb__list .right__section .list_thumbanil .list_thumbanil__in figure > img {
  width: 100%;
}
.whislist-thumb__list .right__section .list_thumbanil .list_thumbanil__in .desc {
  min-height: auto;
}
.whislist-thumb__list .right__section .list_thumbanil .add-all-items {
  margin: 22px 0 0 0;
  text-align: center;
  border-top: #bababa solid 1px;
  padding: 30px 0;
}
.whislist-thumb__list .right__section .list_thumbanil .add-all-items .btn--primary {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .breadcrumb--change .print-mail {
    top: -24px;
  }
  .list_thumbanil .list_thumbanil__in .btn {
    padding: 11px 0;
  }
}
@media screen and (max-width: 991px) {
  .thanks-wrapper {
    padding-bottom: 40px;
  }
  .whislist-thumb__list .right__section .list_thumbanil .add-all-items .btn--primary {
    text-decoration: none;
  }
  .my-account__wrapper .gift__card p {
    font-size: 16px;
    padding: 0 0 0 31px;
    position: relative;
  }
  .my-account__wrapper .gift__card p i {
    position: absolute;
    left: 0;
  }
  .breadcrumb--change .print-mail {
    top: 67px;
    z-index: 9;
    right: 7px;
  }
  .my-account__wrapper .gift__card .btn-alignment .btn {
    padding: 0 0 0 33px;
  }
  .whislist-thumb__list .right__section .list_thumbanil .list_thumbanil__in .desc {
    padding: 0 0 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb--change .print-mail {
    display: none;
  }
  .whishlist-share-mid .share-content .share-mid__in.facebook-mid .btn-share {
    font-weight: 700;
    color: #fff;
    width: 100%;
    padding: 0;
    height: 52px;
  }
  .list_thumbanil .list_thumbanil__in .btn--outline-primary {
    background: transparent;
    color: #000;
  }
  .list_thumbanil .list_thumbanil__in .btn--outline-primary:hover {
    background: #000;
    color: #fff !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 480px) {
  .whislist-thumb__list .right__section .list_thumbanil .add-all-items {
    margin: 0 0 0 0;
    border-top: 0px;
    padding: 30px 0;
  }
  .whislist-thumb__list .right__section .list_thumbanil .add-all-items .btn--primary {
    text-decoration: none;
    width: 100%;
  }
  .whishlist-share-mid .share-ul li a i {
    display: none;
  }
  .whishlist-share-mid .share-content .share-mid__in.email-mid form .form-group .btn-send {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .whishlist-share-mid .share-ul li a {
    font-size: 11px;
  }
}
.Wishlist_share .modal-body .close img {
  width: 15px;
}
.white_layout {
  background-color: #ffff;
  padding: 55px 0;
}
@media screen and (max-width: 992px) {
  .white_layout {
    padding: 30px 0;
  }
  .white_layout:nth-child(2) {
    background-color: #f7f7f7;
  }
  .white_layout:nth-child(4) {
    background-color: #f7f7f7;
  }
}
.fabtack_stayIn {
  max-width: 565px !important;
  margin: 0 auto;
}
.scrollDown_arrow {
  position: absolute;
  width: 100%;
  display: inline-block;
  bottom: 19px;
  top: initial;
}
.scrollDown_arrow h1 {
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  color: #9eacb1;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.scrollDown_arrow a:hover {
  opacity: .5;
}
.scrollDown_arrow a span {
  position: absolute;
  top: -29px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #a7a7a7;
  border-bottom: 3px solid #a7a7a7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.scrollDown_arrow a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scrollDown_arrow a span:nth-of-type(2) {
  top: -15px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.scrollDown_arrow a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  .tm_about a {
    padding: 0px;
  }
}
.tm_about .tm_about_title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.4px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
}
@media screen and (max-width: 1200px) {
  .tm_about .tm_about_title {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .tm_about .tm_about_title {
    text-align: center;
  }
}
.tm_about .tm_about_sbTitle {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.52px;
  text-align: left;
  margin: 0;
  padding: 23px 0 5px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .tm_about .tm_about_sbTitle {
    font-size: 22px;
    text-align: center;
  }
}
.tm_about .tm_about_text p {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.32px;
  text-align: left;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .tm_about .tm_about_text p {
    text-align: center;
  }
}
.about_bg {
  display: none;
}
@media screen and (max-width: 992px) {
  .about_bg {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .tm_about {
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .tm_about .pull-right {
    float: right;
  }
}
@media screen and (max-width: 992px) {
  .tm_about .pull-right {
    float: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .tm_about .pull-left {
    float: left;
  }
}
@media screen and (max-width: 992px) {
  .tm_about .pull-left {
    float: none !important;
  }
}
.tm_about .tm_about_text {
  padding: 175px 0px 0 35px;
}
@media screen and (max-width: 1200px) {
  .tm_about .tm_about_text {
    padding: 15px 0px 0 35px;
  }
}
@media screen and (max-width: 992px) {
  .tm_about .tm_about_text {
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}
.tm_b--hd {
  padding-bottom: 105px;
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 992px) {
  .tm_b--hd {
    padding-bottom: 29px;
  }
}
.tm_b--hd .tm_b--hd__title {
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 0.92;
  letter-spacing: 0.76px;
  padding-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .tm_b--hd .tm_b--hd__title {
    display: none;
  }
}
.tm_b--hd .tm_b--hd__subtitle {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0.32px;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .tm_b--hd .tm_b--hd__subtitle {
    padding-top: 10px;
  }
}
.tm_b--hd .tm_b--hd__subtitle .about_bg {
  background-image: url('https://localhost:9002/_ui/static/@img_extra/tm_sd_about/about_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  display: none ;
}
.tm_b--hd .tm_b--hd__subtitle .about_bg .about_bg_text h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 0.92;
  letter-spacing: 0.76px;
  padding-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .tm_b--hd .tm_b--hd__subtitle .tm_about_text {
    padding: 0 15px;
  }
  .tm_b--hd .tm_b--hd__subtitle .tm_about_text .tm_about_title {
    text-align: center;
  }
  .tm_b--hd .tm_b--hd__subtitle .tm_about_text .tm_about_sbTitle {
    text-align: center;
  }
  .tm_b--hd .tm_b--hd__subtitle .tm_about_text .tm_about_text p {
    text-align: center;
  }
  .tm_b--hd .tm_b--hd__subtitle .tm_about .tm_about_text p {
    text-align: center !important;
  }
  .tm_b--hd .tm_b--hd__subtitle .tm_about a {
    padding-bottom: 25px;
  }
  .tm_b--hd .tm_b--hd__subtitle .tm_b--hd {
    padding-top: 25px;
  }
}
.page-discoverAboutPage .tm_about_component .tm_about_sbTitle {
  font-size: 25px !important;
}
@media screen and (max-width: 480px) {
  .page-discoverAboutPage .tm_about_component .tm_about_title {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1100px) {
  .page-discoverAboutPage .discover-landing-banner .content {
    margin: 187px auto;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .page-discoverAboutPage .discover-landing-banner .content .textstyle-1 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .page-discoverAboutPage .discover-landing-banner .content {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-discoverAboutPage .discover-landing-banner .content .banner-paragraph {
    display: none;
  }
}
.page-discoverAboutPage .b--highlights {
  margin-top: -10px;
}
.page-discoverAboutPage .discover-section-stories {
  padding-top: 85px !important;
}
@media screen and (max-width: 992px) {
  .page-discoverAboutPage .discover-section-stories {
    padding-top: 0px !important;
  }
}
.fab-tech-page .banner-paragraph {
  margin: 165px 0 0 188px;
}
.fab-tech-page .s-banner-text {
  padding: 165px 0px 0 188px !important;
}
.febtech_layout .container {
  width: 1085px !important;
}
.fabtack_stayIn {
  max-width: 565px !important;
}
.feb_right {
  border: 1px solid #dddddd;
  padding: 15px 95px 0 30px;
  border-left: 0;
  height: 365px;
}
.feb_right .feb_right_title {
  color: #000;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 23.5px;
  font-weight: 600;
  line-height: 35.5px;
  letter-spacing: 0.47px;
  text-transform: uppercase;
}
.feb_right .feb_right_pera {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: 0.26px;
  text-align: left;
  color: #000000;
  font-weight: 600;
}
.feb_right .feb_right_sbTitle {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.feb_right .feb_right_list {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  margin: 0;
  padding: 0 0 0 16px;
  list-style-type: disc;
  font-size: 13px;
  line-height: 2.73;
  letter-spacing: 0.26px;
  text-align: left;
  color: #000000;
  font-weight: 600;
}
.febSlid {
  margin: 0;
  padding: 0;
}
.page-fabTechContentPage .collection-breadcrumb {
  padding-top: 15px;
}
.page-fabTechContentPage .discover-section-common {
  padding-top: 65px !important;
}
@media screen and (max-width: 768px) {
  .page-fabTechContentPage .discover-section-common {
    padding-top: 0px !important;
  }
}
.page-fabTechContentPage .discover-section-common .discover-mid {
  padding: 35px 0 0 0 !important;
}
.page-fabTechContentPage .discover-section-common .discover-mid .discover-landing-info-grid {
  margin-bottom: 0 !important;
}
.page-fabTechContentPage .b--promo.b--highlights {
  padding: 49px 0 15px 0;
}
.febtech_layout {
  padding-top: 15px;
}
.febtech_layout .febtech_lists {
  margin-bottom: 30px;
}
.febtechInner {
  padding: 0;
}
.febSlide .slick-list.draggable {
  border: 1px solid #dddddd;
  border-right: 0px;
  height: 365px;
}
.febSlide li a img {
  width: 100%;
  height: 365px;
}
.febSlide .slick-next {
  max-width: 262px;
  left: 69%!important;
  transform: translateX(-50%);
  text-align: center;
  bottom: 0px;
  margin: 0px;
  right: 0;
  position: absolute;
  border: none;
  background: transparent;
  font-size: 0;
}
.febSlide .slick-prev {
  max-width: 262px;
  left: 35%!important;
  transform: translateX(-50%);
  text-align: center;
  bottom: 0px;
  margin: 0px;
  right: 0;
  position: absolute;
  border: none;
  background: transparent;
  font-size: 0;
}
.febSlide .slick-prev::before {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 19px;
  color: #ccc;
  top: -19px;
  bottom: 0;
  content: "\EA02";
  display: inline-block;
  font-family: "symbols";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.febSlide .slick-next::before {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 19px;
  color: #ccc;
  top: -19px;
  bottom: 0;
  content: "\EA03";
  display: inline-block;
  font-family: "symbols";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.febSlide .arrow-prev i.s.s-chevron-left.s-4x {
  float: left;
}
.febSlide .s-chevron-left:before {
  content: "\EA02";
}
.febSlide .arrow-next i.s.s-chevron-right.s-4x {
  float: right;
}
.febSlide .s-chevron-right:before {
  content: "\EA03";
}
.febSlide .slick-arrow .s-4x {
  font-size: 16px;
}
.febSlide .s:before {
  display: inline-block;
  font-family: "symbols";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.febSlide .slick-dots {
  text-align: center!important;
  width: 236px!important;
  margin: 0px auto 0!important;
  padding-left: 27px;
  padding-right: 27px;
}
.febSlide .slick-dots li {
  display: inline-block;
}
.febSlide .slick-dots li.slick-active button {
  background-color: #000000;
}
.febSlide .slick-dots li button {
  position: relative;
  float: left;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 16px;
  padding: 0;
  cursor: pointer;
  background: #cecdd3;
  text-indent: -99999999px;
  border-radius: 32px;
  border: 0;
}
.banner_for_mobo {
  display: none;
}
@media screen and (min-width: 1366px) {
  .febSlide .slick-dots {
    margin: 15px auto 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .febtech_layout .container {
    width: 100%!important;
  }
  .febSlide li a img {
    width: auto;
    height: 100%;
  }
  .fab-tech-page .banner-paragraph {
    margin: 15px 15px 0 30px;
  }
  .febSlide {
    margin: 0;
    padding: 0;
    border: 1px solid #dedede;
    border-bottom: none;
  }
  .febSlide .slick-list.draggable {
    border-bottom: none;
    border-right: 0px;
    height: auto;
  }
  .feb_right {
    border: 1px solid #dedede;
    padding: 50.3px 30px;
    border-left: 1px solid #dedede;
    border-top: 0;
    height: auto;
  }
  .feb_right .feb_right_title {
    text-align: center;
  }
  .feb_right .feb_right_pera {
    text-align: center;
  }
  .feb_right .feb_right_list {
    padding: 0 0 0 50px;
  }
  .feb_right .feb_right_sbTitle {
    padding-left: 35px;
  }
  .febtech_lists {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
  }
  .febSlide .slick-dots {
    margin: 25px auto 0!important;
  }
  .febSlide .slick-prev::before {
    left: -15px;
  }
  .febSlide .slick-prev {
    max-width: 262px;
    left: 29%!important;
  }
  .banner_for_mobo {
    display: block;
  }
  .febtech_sbTitle {
    display: none;
  }
  .banner_for_mobo .febtech_sbTitle {
    display: block;
    padding: 25px 0;
  }
  .febtech-banner {
    padding: 25px 15px;
  }
  .febtech-banner .febtech_title {
    text-align: center !important;
  }
}
.page-fabTechContentPage .banner-paragraph {
  top: 85px;
}
@media screen and (max-width: 768px) {
  .page-fabTechContentPage .banner-paragraph {
    border-bottom: none;
    padding: 15px 0 0px 0;
    top: 0px;
  }
}
.page-fabTechContentPage .febtech_layout {
  padding-top: 0px;
}
.page-fabTechContentPage .feb_right {
  padding: 0px 13px;
}
@media screen and (max-width: 768px) {
  .discover-section-common .discover-mid section.discover-landing-info-grid .grid-item {
    width: 100% !important;
  }
  .discover-button {
    display: none !important;
  }
  .discover-section-common .discover-mid section.discover-landing-info-grid .grid-item .title {
    margin: 0;
    border-bottom: #adadad solid 1px;
    text-align: left !important;
    line-height: 18px;
    padding: 7px 36px 14px 36px;
    margin: 0 !important;
    font-weight: bold !important;
    color: #000 !important;
  }
}
.discover-section-common .discover-section-common {
  margin-bottom: -10px;
}
.page-bookAnEventContentPage .discover-section-common {
  margin-bottom: -10px;
}
.page-ambassadorsTeamContentPage .discover-section-common {
  margin-bottom: -10px;
}
.affiliate-herobanner {
  position: relative;
  min-height: 490px;
  background-size: cover !important;
}
.aff-banner-title {
  color: #fff;
  max-width: 610px;
  position: absolute;
  top: 181px;
  right: 0;
  left: 195px;
}
.aff-title {
  font-family: Montserrat;
  font-size: 47px;
  font-weight: bold;
}
.aff-text {
  max-width: 805px;
  margin: 0 auto;
  margin-top: 15px;
}
.aff-text p {
  margin-bottom: 25px;
}
.aff-text h5 {
  font-weight: 600;
  margin: 0px;
  font-size: 18px;
}
p.aff-p-hide {
  margin-top: 18px;
}
nav.breadcrumb--change.aff-crumb {
  padding-left: 40px !important;
  margin-top: 25px;
}
section.affiliate-crumb {
  padding: 25px 41px 0 41px;
}
.image-space {
  margin-bottom: 28px;
}
.aff-padding {
  margin-top: 75px;
}
.aff-padding p {
  margin-bottom: 25px;
}
.button-space-one {
  margin-top: 55px;
}
.button-space-two {
  margin-top: 35px;
}
.button-space-one a,
.button-space-two a {
  font-size: 13px;
  padding: 9px 82px 10px 82px;
  font-weight: 600;
  min-width: 265px;
  max-width: 265px;
}
.aff-section-wrapper {
  margin-bottom: 175px;
  margin-top: 45px;
}
.aff-padding.left-aff {
  padding-right: 0px;
  padding-left: 65px;
}
.aff-padding.right-aff {
  padding-left: 10px;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .aff-text {
    margin-top: 0px;
  }
  .aff-padding {
    margin-top: 10px;
  }
  .aff-section-wrapper {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .aff-text {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 480px) {
  .affiliate-herobanner {
    position: relative;
    min-height: 210px;
    background-size: cover !important;
  }
  section.affiliate-crumb {
    padding: 20px 41px 0 41px;
  }
  .aff-banner-title {
    top: 0;
    left: 0;
    right: 0;
  }
  .aff-title {
    font-size: 36px;
    text-align: center;
    margin-top: 65px;
  }
  .aff-p-hide {
    display: none;
  }
  .aff-section-wrapper {
    margin-top: 0px;
  }
  .aff-text {
    padding: 20px 20px 0px 20px;
    margin-top: 0px;
  }
  .aff-padding.left-aff {
    padding-right: 6px;
    padding-left: 6px;
  }
  .aff-padding.right-aff {
    padding-left: 6px;
    padding-right: 6px;
  }
  .aff-padding {
    margin-top: 0px;
  }
  .aff-text h5 {
    line-height: 22px;
  }
  .aff-padding p {
    text-align: left;
  }
  .aff-padding {
    padding: 45px 0 0;
  }
  .button-space-one a,
  .button-space-two a {
    width: 100%;
  }
  .image-space {
    margin-bottom: 20px;
  }
  .button-space-one {
    margin-top: 40px;
  }
  .button-space-two {
    margin-top: 40px;
  }
  .aff-section-wrapper {
    margin-bottom: 50px !important;
  }
  .button-space-one a,
  .button-space-two a {
    min-width: 320px;
    max-width: 320px;
  }
}
/*Discover Landing page*/
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(3rem);
  }
  67% {
    opacity: 1;
    transform: translateY(4rem);
  }
  100% {
    opacity: 0;
    transform: translateY(5.5rem) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
.arrow-wrapper {
  display: flex;
  justify-content: center;
}
a.link-wrapper {
  height: 133px;
  position: absolute;
  width: 168px;
  bottom: 0%;
  cursor: pointer;
  z-index: 2000;
}
.arrow {
  position: absolute;
  bottom: 21%;
  opacity: 0;
  width: 2.8rem;
  height: .8rem;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  cursor: pointer;
  z-index: 10;
}
body .arrow-wrapper .text {
  position: absolute;
  bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}
.arrow-wrapper .arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
body .arrow-wrapper .arrow:before,
body .arrow-wrapper .arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
body .arrow-wrapper .arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
body .arrow-wrapper .arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
.discover-landing-banner {
  position: relative;
}
.discover-landing-banner .image {
  height: 566px;
  max-height: 566px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
.discover-landing-banner .content {
  margin: 187px 0 0 200px;
  width: 922px;
  position: absolute;
}
.discover-landing-banner .content h2 {
  margin: 0;
}
.discover-landing-banner .content .headline {
  font-family: Gotham Book;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.32px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}
.discover-landing-banner .content .textstyle-1 {
  font-family: Montserrat;
  font-size: 47px;
  font-weight: bold;
  letter-spacing: 0.94px;
}
.discover-landing-banner .textstyle-2 {
  position: absolute;
  top: 250px;
  margin: 0 0 0 200px;
  max-width: 922px;
  font-size: 16px;
  color: #fff;
  margin-block-start: 1em;
  font-family: Gotham Book;
}
.discover-landing-info-grid {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.discover-landing-info-grid .grid-item {
  height: 480px;
  width: 33.3%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.discover-landing-info-grid .grid-item .title {
  font-family: Montserrat;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.76px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 210px;
}
.discover-button {
  margin: 22px auto 0px;
  width: 229px;
  border: solid 1px #ffffff;
  padding: 12px 40px;
  font-family: Montserrat;
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 0.27px;
  line-height: normal;
  text-align: center;
  display: block;
  color: #fefefe;
  text-transform: uppercase;
}
.discover-button:hover,
.discover-button:active,
.discover-button:focus {
  background-color: #000;
  color: #fff!important;
  text-decoration: none;
  border-color: #000;
}
.discover-landing-banner-2.medium {
  max-width: 1032px;
  margin: 0 auto;
}
.discover-landing-banner-2 {
  margin-bottom: 110px;
  margin-top: 10px;
}
.discover-landing-banner-2 .banner-item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.discover-landing-banner-2 .banner-item-1 {
  height: 600px;
}
.discover-landing-banner-2 .banner-item-2 {
  height: 600px;
}
.discover-landing-banner-2 .banner-item-3 {
  height: 600px;
}
.discover-landing-banner-2 .banner-item-4 {
  height: 600px;
}
.discover-landing-banner-2 .slick-list .slick-slide {
  margin: 0px;
}
.discover-landing-banner-2 .slick-list .item {
  position: relative;
}
.discover-landing-banner-2 .slick-list .item img {
  width: 100%;
}
.discover-landing-banner-2 .slick-list .item h4.f-m {
  color: #fff;
  margin: 0px;
  font-size: 17px;
  position: absolute;
  font-weight: 400;
  left: 38px;
  bottom: 19px;
}
.discover-landing-banner-2 .slick-dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 22px auto;
  padding: 0px;
}
.discover-landing-banner-2 .slick-dots li button {
  position: relative;
  float: left;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 18px;
  padding: 0;
  cursor: pointer;
  background: #cecdd3;
  text-indent: -99999999px;
  border-radius: 32px;
  border: 0;
}
.discover-landing-banner-2 .slick-dots li.slick-active button {
  background: #000;
}
.discover-landing-banner-2 .slick-arrow {
  font-size: 16px;
  max-width: 262px;
  left: 50%!important;
  -webkit-transform: translate(-50%, 42px);
  -ms-transform: translate(-50%, 42px);
  transform: translate(-50%, 42px);
  text-align: center;
  bottom: 41px;
  margin: 0px;
  right: 0;
  position: absolute;
}
@media (max-width: 480px) {
  .discover-landing-banner-2 .slick-arrow {
    width: 75%;
  }
}
.discover-landing-banner-2 .slick-arrow .s-chevron-left {
  float: left;
}
.discover-landing-banner-2 .slick-arrow .s-chevron-right {
  float: right;
}
@media (max-width: 1199.98px) {
  .discover-landing-banner .content {
    width: unset;
  }
}
@media (max-width: 991.98px) {
  .discover-landing-banner .content {
    margin: 187px 0 0 130px;
  }
  .discover-landing-banner .textstyle-2 {
    margin: 0 0 0 130px;
  }
  .discover-landing-info-grid .grid-item .title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .discover-landing-banner .content {
    margin: 187px 0 0 100px;
  }
  .discover-landing-banner .textstyle-2 {
    margin: 0 0 0 100px;
  }
  .discover-landing-info-grid .grid-item .title {
    font-size: 26px;
  }
  .discover-button {
    width: 180px;
  }
}
@media (max-width: 575.98px) {
  .arrow-wrapper {
    display: none;
  }
  .discover-landing-banner .image {
    height: 210px;
    width: 100%;
    margin: auto 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .discover-landing-banner .content {
    margin: 0;
    width: unset;
  }
  .discover-landing-banner .content .textstyle-1 {
    font-size: 35.5px;
    text-align: center;
  }
  .discover-landing-info-grid .grid-item .title {
    font-size: 34px;
  }
  .discover-button {
    padding: 0;
    border: none;
    text-decoration: underline;
    font-size: 16.5px;
    letter-spacing: 0.33px;
    text-align: center;
    color: #fefefe;
  }
  .discover-landing-info-grid .grid-item {
    width: 100%;
    height: 375px;
    margin: 7.5px 0;
    background-size: auto;
  }
  .discover-landing-info-grid .grid-item-1 {
    background-position: left;
  }
  .discover-landing-info-grid .grid-item-2 {
    background-position: center;
  }
  .discover-landing-info-grid .grid-item-3 {
    background-position: right;
  }
  .discover-landing-info-grid .grid-item-4 {
    background-position: left;
  }
  .discover-landing-info-grid .grid-item-5 {
    background-position: left;
  }
  .discover-landing-info-grid .grid-item-6 {
    background-position: top;
  }
  .discover-landing-info-grid .grid-item-8 {
    background-position: center;
  }
  .discover-landing-info-grid .grid-item-9 {
    background-position: center;
  }
  .discover-landing-banner .textstyle-2 {
    position: unset;
    color: black;
    margin: 24px;
  }
}
.page-aboutUs .discover-section-common,
.page-discoverAboutPage .discover-section-common,
.page-aboutContentPage .discover-section-common,
.page-discover-stories .discover-section-common,
.page-fabTechPage .discover-section-common,
.page-fabTechContentPage .discover-section-common,
.page-tmRewardsContentPage .discover-section-common,
.page-tmRewardsPage .discover-section-common,
.page-ambassadorPage .discover-section-common,
.page-ambassadorTeamPage .discover-section-common,
.page-ambassadorsContentPage .discover-section-common,
.page-storesContentPage .discover-section-common,
.page-ambassadorFriendsPage .discover-section-common,
.page-corporateSalesContentPage .discover-section-common,
.page-corporateSalesPage .discover-section-common,
.page-bookAnEventPage .discover-section-common,
.page-bookAnEventContentPage .discover-section-common {
  padding: 50px 0 0 0;
}
@media (max-width: 768px) {
  .page-aboutUs .discover-section-common,
  .page-discoverAboutPage .discover-section-common,
  .page-aboutContentPage .discover-section-common,
  .page-discover-stories .discover-section-common,
  .page-fabTechPage .discover-section-common,
  .page-fabTechContentPage .discover-section-common,
  .page-tmRewardsContentPage .discover-section-common,
  .page-tmRewardsPage .discover-section-common,
  .page-ambassadorPage .discover-section-common,
  .page-ambassadorTeamPage .discover-section-common,
  .page-ambassadorsContentPage .discover-section-common,
  .page-storesContentPage .discover-section-common,
  .page-ambassadorFriendsPage .discover-section-common,
  .page-corporateSalesContentPage .discover-section-common,
  .page-corporateSalesPage .discover-section-common,
  .page-bookAnEventPage .discover-section-common,
  .page-bookAnEventContentPage .discover-section-common {
    padding: 0!important;
  }
}
.page-aboutUs .discover-section-common .discover-mid,
.page-discoverAboutPage .discover-section-common .discover-mid,
.page-aboutContentPage .discover-section-common .discover-mid,
.page-discover-stories .discover-section-common .discover-mid,
.page-fabTechPage .discover-section-common .discover-mid,
.page-fabTechContentPage .discover-section-common .discover-mid,
.page-tmRewardsContentPage .discover-section-common .discover-mid,
.page-tmRewardsPage .discover-section-common .discover-mid,
.page-ambassadorPage .discover-section-common .discover-mid,
.page-ambassadorTeamPage .discover-section-common .discover-mid,
.page-ambassadorsContentPage .discover-section-common .discover-mid,
.page-storesContentPage .discover-section-common .discover-mid,
.page-ambassadorFriendsPage .discover-section-common .discover-mid,
.page-corporateSalesContentPage .discover-section-common .discover-mid,
.page-corporateSalesPage .discover-section-common .discover-mid,
.page-bookAnEventPage .discover-section-common .discover-mid,
.page-bookAnEventContentPage .discover-section-common .discover-mid {
  padding: 43px 0 0 0;
}
.page-aboutUs .discover-section-common .discover-mid .discover-landing-info-grid,
.page-discoverAboutPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-aboutContentPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-discover-stories .discover-section-common .discover-mid .discover-landing-info-grid,
.page-fabTechPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-fabTechContentPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-tmRewardsContentPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-tmRewardsPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-ambassadorPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-ambassadorTeamPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-ambassadorsContentPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-storesContentPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-ambassadorFriendsPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-corporateSalesContentPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-corporateSalesPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-bookAnEventPage .discover-section-common .discover-mid .discover-landing-info-grid,
.page-bookAnEventContentPage .discover-section-common .discover-mid .discover-landing-info-grid {
  margin-bottom: 0!important;
}
.page-aboutUs .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-discoverAboutPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-aboutContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-discover-stories .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-fabTechPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-fabTechContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-tmRewardsContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-tmRewardsPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-ambassadorPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-ambassadorTeamPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-ambassadorsContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-storesContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-ambassadorFriendsPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-corporateSalesContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-corporateSalesPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-bookAnEventPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item,
.page-bookAnEventContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item {
  height: 300px;
  width: 33.3%;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-aboutUs .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-discoverAboutPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-aboutContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-discover-stories .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-fabTechPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-fabTechContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-tmRewardsContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-tmRewardsPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-ambassadorPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-ambassadorTeamPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-ambassadorsContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-storesContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-ambassadorFriendsPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-corporateSalesContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-corporateSalesPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-bookAnEventPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title,
.page-bookAnEventContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title {
  font-family: Montserrat;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.76px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 92px;
}
.page-aboutUs .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-discoverAboutPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-aboutContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-discover-stories .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-fabTechPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-fabTechContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-tmRewardsContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-tmRewardsPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-ambassadorPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-ambassadorTeamPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-ambassadorsContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-storesContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-ambassadorFriendsPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-corporateSalesContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-corporateSalesPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-bookAnEventPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button,
.page-bookAnEventContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button {
  margin: 22px auto 0px;
  width: 229px;
  border: solid 1px #ffffff;
  padding: 12px 40px;
  font-family: Montserrat;
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 0.27px;
  line-height: normal;
  text-align: center;
  display: block;
  color: #fefefe;
  text-transform: uppercase;
}
.page-aboutUs .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-discoverAboutPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-aboutContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-discover-stories .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-fabTechPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-fabTechContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-tmRewardsContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-tmRewardsPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-ambassadorPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-ambassadorTeamPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-ambassadorsContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-storesContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-ambassadorFriendsPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-corporateSalesContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-corporateSalesPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-bookAnEventPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-bookAnEventContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:hover,
.page-aboutUs .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-discoverAboutPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-aboutContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-discover-stories .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-fabTechPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-fabTechContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-tmRewardsContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-tmRewardsPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-ambassadorPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-ambassadorTeamPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-ambassadorsContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-storesContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-ambassadorFriendsPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-corporateSalesContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-corporateSalesPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-bookAnEventPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active,
.page-bookAnEventContentPage .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .discover-button:active {
  border: solid 1px #000000;
}
@media (min-width: 1280px) and (max-width: 2560px) {
  .page-fabTechPage .discover-landing-banner .image {
    height: 490px;
    max-height: 490px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) and (max-width: 2560px) {
  .page-storesContentPage .discover-landing-banner .image,
  .page-storeViewContentPage .discover-landing-banner .image,
  .page-fabTechPage .discover-landing-banner .image,
  .page-corporateSalesPage .discover-landing-banner .image,
  .page-ambassadorPage .discover-landing-banner .image,
  .page-ambassadorFriendsPage .discover-landing-banner .image,
  .page-ambassadorTeamPage .discover-landing-banner .image,
  .page-bookAnEventPage .discover-landing-banner .image,
  .page-ambassadorTeamsViewPage .discover-landing-banner .image {
    height: 490px;
    max-height: 490px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px;
    margin-bottom: 10px;
  }
  .page-storesContentPage .discover-landing-banner .content,
  .page-storeViewContentPage .discover-landing-banner .content,
  .page-fabTechPage .discover-landing-banner .content,
  .page-corporateSalesPage .discover-landing-banner .content,
  .page-ambassadorPage .discover-landing-banner .content,
  .page-ambassadorFriendsPage .discover-landing-banner .content,
  .page-ambassadorTeamPage .discover-landing-banner .content,
  .page-bookAnEventPage .discover-landing-banner .content,
  .page-ambassadorTeamsViewPage .discover-landing-banner .content {
    margin: 178px 0 0 200px;
    width: 922px;
    position: absolute;
  }
  .page-storesContentPage .discover-landing-banner .banner-paragraph,
  .page-storeViewContentPage .discover-landing-banner .banner-paragraph,
  .page-fabTechPage .discover-landing-banner .banner-paragraph,
  .page-corporateSalesPage .discover-landing-banner .banner-paragraph,
  .page-ambassadorPage .discover-landing-banner .banner-paragraph,
  .page-ambassadorFriendsPage .discover-landing-banner .banner-paragraph,
  .page-ambassadorTeamPage .discover-landing-banner .banner-paragraph,
  .page-bookAnEventPage .discover-landing-banner .banner-paragraph,
  .page-ambassadorTeamsViewPage .discover-landing-banner .banner-paragraph {
    position: absolute;
    max-width: 884px;
    margin: 170px 0 0 200px;
    top: 70px;
    left: 0;
  }
  .page-storesContentPage .collection-breadcrumb,
  .page-storeViewContentPage .collection-breadcrumb,
  .page-fabTechPage .collection-breadcrumb,
  .page-corporateSalesPage .collection-breadcrumb,
  .page-ambassadorPage .collection-breadcrumb,
  .page-ambassadorFriendsPage .collection-breadcrumb,
  .page-ambassadorTeamPage .collection-breadcrumb,
  .page-bookAnEventPage .collection-breadcrumb,
  .page-ambassadorTeamsViewPage .collection-breadcrumb {
    padding: 27px 15px 2px 32px;
  }
}
@media (min-width: 1280px) and (max-width: 2560px) {
  .page-storesContentPage .discover-landing-banner .image {
    height: 490px;
    max-height: 490px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px;
    margin-bottom: 10px;
  }
  .page-storesContentPage .discover-landing-banner .content {
    margin: 161px 0 0 200px;
    width: 922px;
    position: absolute;
  }
  .page-storesContentPage .discover-landing-banner .banner-paragraph {
    top: 64px;
  }
}
@media (max-width: 575.98px) {
  .page-storesContentPage .discover-landing-banner .banner-paragraph {
    border-bottom: #bababa solid 1px!important;
  }
}
@media (max-width: 768px) {
  .page-ambassadorPage .discover-landing-banner .banner-paragraph {
    padding: 22px 0 0px;
    text-align: center;
    border-bottom: none;
  }
  .page-ambassadorPage .discover-landing-banner .banner-paragraph p {
    margin: 0 0 13px;
  }
}
@media (max-width: 768px) {
  .page-ambassadorPage .discover-mid-feed .discover-landing-info-grid {
    margin-bottom: 0!important;
  }
}
@media (max-width: 768px) {
  .page-ambassadorPage .discover-mid-feed .discover-landing-info-grid .grid-item {
    margin-bottom: 0!important;
  }
}
.page-ambassadorPage .discover-mid-feed .discover-landing-info-grid .grid-item .title {
  margin-top: 168px;
  margin-bottom: 18px;
}
.page-ambassadorPage .discover-mid-feed .discover-landing-info-grid .grid-item p {
  color: #fff;
  padding: 0;
  text-align: center;
  width: 580px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-ambassadorPage .discover-mid-feed .discover-landing-info-grid .grid-item p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .page-ambassadorPage .discover-mid-feed .discover-landing-info-grid .grid-item p {
    width: 310px;
  }
}
@media (max-width: 768px) {
  .page-ambassadorPage .discover-mid-feed .discover-landing-info-grid .grid-item .discover-button {
    display: block!important;
  }
}
.page-ambassadorPage .discover-mid-feed .discover-landing-info-grid .grid-item .discover-button {
  margin: 30px auto 0px;
  width: 225px;
  font-weight: 500;
}
.page-ambassadorPage .discover-mid-feed .discover-landing-info-grid .grid-item .discover-button:hover,
.page-ambassadorPage .discover-mid-feed .discover-landing-info-grid .grid-item .discover-button:active {
  background-color: #000000;
  color: #ffffff;
  border: none;
  border: 2px solid #000000;
}
@media (max-width: 768px) {
  .page-ambassadorPage .discover-mid-feed .discover-landing-info-grid .grid-item .discover-button:hover,
  .page-ambassadorPage .discover-mid-feed .discover-landing-info-grid .grid-item .discover-button:active {
    background-color: transparent;
    border: none;
  }
}
.discover-stories-banner .image {
  height: 490px;
  max-height: 490px;
  background-color: rgba(0, 0, 0, 0.41);
  background-blend-mode: overlay;
}
.discover-stories-banner .textstyle-2 {
  top: 132px;
  margin-block-start: unset;
  max-width: 1013px;
  line-height: 1.65;
}
.discover-stories-banner .textstyle-2 .textstyle-1 {
  font-family: 'Montserrat';
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.discover-stories-banner .discover-button {
  margin: 32px 0 0 0;
  padding: 11px 40px;
}
.discover-breadcrumb {
  padding: 18px 41px 0 41px;
}
.discover-stories-grid {
  padding: 0px 20px;
  margin-bottom: 30px;
}
.discover-stories-grid .content,
.discover-stories-grid .filter-option {
  width: 100%;
}
.discover-stories-grid .grid-item {
  height: unset;
  padding: 0 15px;
}
.discover-stories-grid .grid-item .story-card {
  max-width: 426px;
  border: solid 1px #dddddd;
  margin: 22px auto;
}
.discover-stories-grid .grid-item .story-card .card-image {
  max-width: 426px;
  height: 345px;
  background-position: center;
}
.discover-stories-grid .grid-item .story-card .story-content {
  max-width: 370px;
  margin: 26px auto;
  padding: 0px 8px;
}
.discover-stories-grid .grid-item .story-card .story-content h4 {
  font-family: 'Montserrat';
  font-size: 23.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.47px;
  text-transform: uppercase;
}
.discover-stories-grid .grid-item .story-card .story-content .story-text {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.65;
  letter-spacing: 0.24px;
  text-align: left;
  color: #000000;
}
.discover-stories-grid .grid-item .story-card .story-content .story-link {
  font-family: 'Montserrat';
  line-height: 2.58;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.26px;
}
.discover-stories-grid .grid-item .story-card .story-content .story-video {
  float: right;
  background-image: url('../../../static/@img_extra/discover/discover-stories/video-icon.svg');
  height: 24px;
  width: 37px;
  top: 6px;
  position: relative;
}
.discover-stories-grid .grid-item .story-card:hover {
  border: solid 1px #888888;
}
.discover-stories-grid .grid-item .story-card:hover .story-content h4 {
  text-decoration: underline;
}
.discover-stories-grid .stories-load-more {
  padding: 10px 40px;
  max-width: 375px;
  text-align: center;
  width: 100%;
  border: 1px solid black;
  background-color: white;
  display: block;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 600;
  margin: 40px auto;
}
.discover-stories-grid .stories-load-more:hover {
  background-color: black;
  color: #fff!important;
  text-decoration: unset;
}
.discover-landing-info-grid.discover-stories-info-grid > .title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat';
  font-size: 40px;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .discover-stories-banner .image {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .discover-stories-banner .textstyle-2 {
    margin-block-start: 24px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.32px;
    border-block-end: 1px solid #bababa;
    padding-bottom: 35px;
  }
  .discover-stories-banner .discover-button {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 35.5px;
    color: black;
    margin: auto;
    padding: 2px 0 0 0;
  }
  .discover-breadcrumb {
    padding: unset;
  }
  .discover-stories-grid {
    padding: 0px 10px;
    margin-top: 0px;
  }
  .discover-stories-grid .grid-item {
    padding: 0 0px;
  }
  .discover-stories-grid .grid-item .story-card {
    margin: 2px auto;
  }
  .discover-stories-grid .grid-item .story-card .story-content {
    margin: 30px auto;
    text-align: center;
  }
  .discover-stories-grid .grid-item .story-card .story-content .story-text {
    font-size: 16px;
    letter-spacing: 0.32px;
    text-align: center;
  }
  .discover-stories-grid .grid-item .story-card .story-content .story-link {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 35.5px;
  }
  .discover-stories-grid .grid-item .story-card .story-content .story-video {
    right: 10px;
    top: unset;
    bottom: 25px;
  }
  .discover-stories-grid .stories-load-more {
    margin: 40px 2px 0;
  }
  .discover-section-common.discover-section-stories {
    padding: 10px 0 0 0;
  }
}
.complete-registration-main {
  padding: 18px 41px 0 41px;
}
.complete-registration-main nav.breadcrumb--change {
  padding: 0px;
}
.complete-registration-main nav.breadcrumb--change ol.breadcrumb {
  padding: 0px;
}
.complete-registration-main nav.breadcrumb--change ol.breadcrumb .breadcrumb-item:before {
  color: #676767;
}
nav.breadcrumb--change ol.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
}
.p-r-34 {
  padding-right: 17px;
}
.p-l-34 {
  padding-left: 17px;
}
.di-signup-main {
  padding: 10px 41px 0 41px;
}
.di-signup-main .di-signup-title {
  text-align: left;
  margin: 0px;
}
.di-signup-main .di-signup-form {
  padding: 35px 161px 52px 161px;
}
.di-signup-main .di-signup-form .modal-title h3 {
  margin: 0 0 35px 0;
  line-height: 30px;
}
@media (max-width: 480px) {
  .di-signup-main .di-signup-form .modal-title h3 {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .di-signup-main .di-signup-form .modal-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .di-signup-main .di-signup-form .modal-title h3 {
    font-size: 21px;
    letter-spacing: 0.58px;
  }
}
.di-signup-main .di-signup-form .benefits__boxes {
  margin: 0 0 33px 0;
}
@media (max-width: 480px) {
  .di-signup-main .di-signup-form .benefits__boxes .join-icon {
    padding: 0 5px;
  }
}
.di-signup-main .di-signup-form .benefits__boxes .image--box {
  display: block;
  margin: 0 0 17px 0;
  text-align: center;
}
.di-signup-main .di-signup-form .benefits__boxes .text--box {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 0 8px;
}
@media (max-width: 480px) {
  .di-signup-main .di-signup-form .benefits__boxes .text--box {
    padding: 0px;
  }
}
@media (max-width: 320px) {
  .di-signup-main .di-signup-form .benefits__boxes .text--box {
    font-size: 11px;
    padding: 0px;
  }
}
.di-signup-main .di-signup-form .benefits__boxes .text--box span {
  font-size: 15px;
  text-transform: uppercase;
}
.di-signup-main .di-signup-form p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .28px;
}
@media (max-width: 480px) {
  .di-signup-main .di-signup-form p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .di-signup-main .di-signup-form p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .di-signup-main .di-signup-form p {
    font-size: 12px;
  }
}
.di-signup-main .di-signup-form .di-form {
  padding: 40px 0 0 0;
}
.di-signup-main .di-signup-form .di-form .form-group {
  margin-bottom: 27px;
}
.di-signup-main .di-signup-form .di-form .form-group .f-label__wrapper .c__input {
  background: #ffffff;
}
.di-signup-main .di-signup-form .di-form .form-group .f-label__wrapper .control-label {
  left: 15px;
}
.di-signup-main .di-signup-form .di-form .form-group .f-label__wrapper.focused .control-label {
  left: 13px !important;
}
.di-signup-main .di-signup-form .di-form .form-group .f-label__wrapper.show-btn-wrapper .show-btn {
  font-size: 10.32px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 6px 4px;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  border: #000 solid 1px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
}
.di-signup-main .di-signup-form .di-form .form-group .f-label__wrapper.show-btn-wrapper .c__input {
  padding-right: 69px;
}
.di-signup-main .di-signup-form .di-form .form-group .f-label__wrapper.show-btn-wrapper .password-text {
  font-size: 11px;
  color: #000;
  padding: 1px 0 0 0;
  margin: 0;
  line-height: 20px;
}
.di-signup-main .di-signup-form .di-form .di-privacy {
  padding: 5px 0 0 0;
}
.di-signup-main .di-signup-form .di-form .di-privacy p {
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  letter-spacing: 0.24px;
}
.di-signup-main .di-signup-form .di-form .di-privacy p a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #d1d1d1;
}
.di-signup-main .di-signup-form .di-form .di-privacy p a:hover {
  border-bottom: 1px solid #d1d1d1;
}
.di-signup-main .di-signup-form .di-form .btn-di-submit {
  font-size: 13px;
  font-weight: 700;
  padding: 9px 42px 10px 43px;
  margin: 17px 0 28px 0;
}
.di-signup-main .di-signup-form .di-form p.di-already-member {
  font-size: 14px;
  line-height: 18px;
}
.di-signup-main .di-signup-form .di-form p.di-already-member a {
  text-decoration: underline;
}
.di-signup-main .di-signup-form .di-signup-image {
  padding-left: 34px;
  width: 520px;
  height: 475px;
}
.upgrade-regitration-wrapper {
  padding: 5px 0 0 0;
}
.upgrade-regitration-wrapper .di-lis-name {
  margin: 0px;
  padding: 16px 0 0 0;
}
.upgrade-regitration-wrapper .di-lis-name li {
  font-weight: 700;
}
.upgrade-regitration-wrapper .di-form .checkbox__wrapper {
  padding: 17px 0 0 0;
}
.upgrade-regitration-wrapper .di-form .checkbox__wrapper label {
  margin: 0;
}
.upgrade-regitration-wrapper .di-signup-main .di-signup-form .di-form .di-privacy {
  padding: 0px 0 0 0;
}
.upgrade-regitration-wrapper .checkbox-form-wrapper {
  margin-bottom: 13px !important;
}
@media (max-width: 1024px) {
  .di-signup-image {
    display: none;
  }
  .di-signup-main {
    padding: 2px 41px 0 41px;
  }
  .di-signup-main .di-signup-title {
    text-align: center;
    max-width: 204px;
    margin: 0 auto;
    line-height: 34px;
  }
  .di-signup-main .di-signup-form {
    padding: 13px 0px 52px 0px;
  }
  .di-signup-form .di-top-content {
    text-align: center;
  }
  .p-r-34 {
    padding-right: 15px;
  }
  .p-l-34 {
    padding-left: 15px;
  }
  .di-signup-main {
    padding: 2px 27px 0 25px;
  }
  .di-signup-main .di-signup-form .di-form {
    padding: 30px 0 0 0;
  }
  .di-signup-main .di-signup-form .di-form .form-group .f-label__wrapper.show-btn-wrapper .password-text {
    font-size: 12px;
  }
  .upgrade-regitration-wrapper {
    padding: 25px 0 0 0;
  }
}
@media (max-width: 480px) {
  .di-signup-form .di-top-content {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .di-signup-main .di-signup-form .di-form .form-group {
    margin-bottom: 27px !important;
  }
  .di-signup-main .di-signup-form .di-form .di-privacy p {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    letter-spacing: 0.28px;
    text-align: center;
    max-width: 316px;
    margin: 0 auto;
  }
  .di-signup-main .di-signup-form .di-form .btn-di-submit {
    padding: 9px 42px 10px 43px;
    margin: 31px 0 32px 0;
    width: 100%;
  }
  .di-signup-main .di-signup-form .di-form p.di-already-member {
    text-align: center;
  }
  .di-signup-main .di-signup-form {
    padding: 13px 0px 0px 0px;
  }
  .upgrade-regitration-wrapper .di-form .checkbox__wrapper {
    padding: 4px 0 0 0;
  }
  .upgrade-regitration-wrapper .di-lis-name {
    padding: 31px 0 3px 0;
  }
  .page-retail-signup .di-signup-main .di-signup-form .passwordMsg {
    font-size: 12px !important;
    text-align: left !important;
    line-height: 16px !important;
  }
}
@media (max-width: 480px) and (max-width: 375px) {
  .di-signup-main .di-signup-form .di-form .di-privacy p {
    font-size: 13px;
  }
}
@media (max-width: 480px) and (max-width: 320px) {
  .di-signup-main .di-signup-form .di-form .di-privacy p {
    font-size: 11px;
  }
}
.page-retail-signup .b--desktop nav ol.breadcrumb {
  margin-left: 0px;
  margin-top: 11px;
  margin-bottom: 10px;
}
.page-retail-signup .di-signup-main .di-signup-form .di-form {
  padding: 40px 0 0 15px;
}
.page-retail-signup .di-signup-main .di-signup-form .p-l-34 {
  padding-left: 30px;
}
#tmGuestRegisterForm #customerInfo,
#tmGuestRegisterForm #specialCustomerInfo {
  color: #d53f3f;
}
#tmGuestRegisterForm #customerInfo img,
#tmGuestRegisterForm #specialCustomerInfo img {
  max-width: 3%!important;
}
.stores-banner {
  position: relative;
  margin: 0 0 23px 0;
  /*&:after{
		content: "";
		background: rgba(0,0,0,0.5);
		position:absolute;
		left: 0;
		top: 0;
	}*/
}
.stores-banner .bg-desktop {
  min-height: 489px;
}
.stores-banner .s-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 1090px;
  padding: 165px 0px 0 200px;
  top: 0;
  left: 0;
}
.stores-banner .s-banner-text h2 {
  font-size: 47px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 19px 0;
  letter-spacing: 0.28px;
}
.stores-banner .s-banner-text p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0.28px;
}
.sorting__wrapper {
  padding: 5px 0 0 0;
}
.filter-option {
  display: block;
}
.filter-option .filter-option-list {
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.filter-option .filter-option-list h1 {
  font-size: 13px;
  display: inline-block;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  font-family: Gotham;
  letter-spacing: .26px;
}
.filter-option .filter-option-list li {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  padding: 0 12px;
  color: #000;
  position: relative;
  line-height: 10px;
  text-transform: uppercase;
}
.filter-option .filter-option-list li span {
  cursor: pointer;
}
.filter-option .filter-option-list li:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  background-color: #aaaaaa;
}
.filter-option .filter-option-list li:last-child:after {
  display: none;
}
.filter-option .filter-option-list li.active {
  font-weight: 700;
  font-family: Gotham;
  letter-spacing: .26px;
}
.filter-option-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3px 192px 30px;
}
.filter-option-main .filter-option-content {
  padding: 0;
  margin: 0;
}
.filter-option-main .filter-option-content li {
  border-bottom: #bbbbbb solid 1px;
  padding: 60px 0 56px 0;
}
.filter-option-main .filter-option-content li .filter-image {
  position: relative;
  transition: all 0.5s ease;
}
.filter-option-main .filter-option-content li .filter-image > img {
  width: 100%;
}
.filter-option-main .filter-option-content li .filter-image .overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s ease;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
.filter-option-main .filter-option-content li .filter-image .overlay.comingsoon {
  opacity: 1;
}
.filter-option-main .filter-option-content li .filter-image .overlay.comingsoon .comigsoon-btn {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.filter-option-main .filter-option-content li .filter-image .overlay.comingsoon .comigsoon-btn:hover {
  color: #fff !important;
  text-decoration: none;
}
.filter-option-main .filter-option-content li .wrapper-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container {
  padding: 0 0 0 38px;
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container h4 {
  font-size: 28px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  margin: 0 0 20px 0;
  letter-spacing: .52px;
  font-family: Montserrat;
  text-transform: uppercase;
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container h4:hover {
  cursor: pointer;
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container h3 {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  font-family: Montserrat;
  text-transform: uppercase;
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container p {
  font-size: 13px;
  margin: 0px;
  font-family: Montserrat;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (max-width: 575.98px) {
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container p {
    font-size: 15px;
  }
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 41px 0 0 0;
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details ul {
  padding: 0px;
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details ul .s-title {
  font-weight: 700;
  display: block;
  margin: 0 0 2px 0;
  line-height: 18px;
  font-family: Gotham;
}
@media (max-width: 575.98px) {
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details ul .s-title {
    font-size: 16px;
  }
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details ul li {
  border: none;
  line-height: 18px;
  font-size: 13px;
  padding: 0 0 1px 0;
  font-family: Montserrat;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details ul li {
    font-size: 15px;
  }
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details .s-hours {
  padding: 0 36px 0 0;
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details .s-hours .s-title {
  font-weight: 700;
  font-family: Gotham;
}
@media (max-width: 575.98px) {
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details .s-hours .s-title {
    font-size: 16px;
  }
}
.filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details .s-hours .order-store-hours {
  padding-left: 0px;
}
@media (max-width: 991px) {
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details .s-hours .order-store-hours {
    display: contents;
  }
}
.filter-option-main .filter-option-content li:hover .filter-container h4:after {
  transition: all 0.5s ease;
  height: 2px;
  width: 100%;
  background: #000;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 2px;
}
.filter-option-main .filter-option-content li:hover .filter-image {
  transition: all 0.5s ease;
}
.filter-option-main .filter-option-content li:hover .filter-image .overlay {
  opacity: 1;
}
.btn-outline-white {
  border: #fff solid 1px;
  font-weight: 700;
  text-align: center;
  padding: 11px 65px 11px 65px;
  font-size: 13.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s ease;
  line-height: normal;
  font-family: Montserrat;
  letter-spacing: 0.27px;
}
.btn-outline-white:hover {
  color: #fff !important;
  text-decoration: none;
  background: #000;
  border: #000 solid 1px;
}
.discover-section-common {
  padding: 34px 0 0 0;
}
.discover-section-common .discover-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
}
.discover-section-common .discover-mid {
  padding: 33px 0 0 0;
}
.banner-paragraph {
  position: absolute;
  max-width: 884px;
  margin: 165px 0 0 200px;
  top: 70px;
  left: 0;
}
.banner-paragraph p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0.28px;
}
.none-desktop {
  display: none !important;
}
.loadmore-btn {
  display: none;
}
.mobile-list-visible {
  display: none;
}
.discover-landing-info-grid .grid-item .title a {
  color: #fff;
  text-decoration: none;
}
.discover-landing-info-grid .grid-item .title a:hover,
.discover-landing-info-grid .grid-item .title a:focus,
.discover-landing-info-grid .grid-item .title a:active {
  color: #fff !important;
  text-decoration: none !important;
}
@media screen and (max-width: 1024px) {
  .stores-banner .s-banner-text {
    padding: 165px 30px 0 30px;
  }
  .filter-option-main {
    padding: 3px 30px 30px;
  }
  .banner-paragraph {
    margin: 165px 30px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .s-details-mid .s-details-container .s-details-box.second-box .s-details-slider .item img {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .filter-option-main .filter-option-content li .filter-image {
    width: 100%;
  }
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container {
    padding: 27px 0 0 0;
    text-align: center;
    margin: 0 auto;
  }
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details {
    display: block !important;
    width: 100%;
    padding: 24px 0 0 0;
  }
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details .s-hours {
    padding: 0 0 26px 0;
  }
  .s-hours {
    padding: 0 0 26px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-storesContentPage .discover-landing-banner .banner-paragraph {
    border-bottom: #bababa solid 1px!important;
  }
}
@media screen and (max-width: 768px) {
  .banner-paragraph {
    margin: 0 20px;
    position: relative;
    padding: 22px 0 14px 0;
    text-align: center;
    border-bottom: #bababa solid 1px;
    top: 0;
  }
  .banner-paragraph p {
    color: #000;
  }
  .stores-banner .s-banner-text {
    max-height: 489px;
    padding: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .complete-registration-main {
    padding: 0px;
  }
  .sorting__wrapper {
    padding: 0px 0 0 0;
  }
  .filter-option .filter-option-list {
    text-align: right;
  }
  .all-list {
    display: inline-block !important;
    cursor: pointer;
  }
  .filter-option .filter-option-list li {
    display: none;
  }
  .filter-option.mobile-dropdown li.d-none-mobile {
    display: block;
    text-align: left;
    padding: 20px 6px 19px 6px;
    border-top: #bababa solid 1px;
    border-bottom: #bababa solid 1px;
    margin: 0 0 -1px 0;
  }
  .filter-option li {
    font-size: 12px;
    font-weight: 500;
  }
  .filter-option li:after {
    display: none;
  }
  .filter-option li .desktop-list {
    display: none;
  }
  .filter-option li .mobile-list-visible {
    display: block;
  }
  .filter-option li.none-desktop {
    margin: 0 0 23px 0 !important;
    padding: 0 24px 0 0;
    position: relative;
  }
  .filter-option li.none-desktop:before {
    content: "";
    background: url('../../../static/@img_extra/drp-arrows-stores.svg');
    width: 6px;
    height: 11px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .filter-option .filter-option-list {
    position: absolute;
    background: #fff;
    z-index: 99;
    padding: 0 5px;
  }
  .d-none-desktop {
    display: inline-block !important;
  }
  .none-mobile {
    display: none !important;
  }
  .none-desktop {
    display: inline-block !important;
  }
  .filter-option-main .filter-option-content li .wrapper-grid {
    display: block;
  }
  .filter-option-main {
    padding: 3px 5px 0px;
  }
  .filter-option-main .filter-option-content li {
    border-bottom: #bbbbbb solid 1px;
    padding: 30px 0 29px 0;
    margin-bottom: 15px;
  }
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container {
    padding: 27px 0 0 0;
    text-align: center;
  }
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details {
    display: block !important;
    width: 100%;
    padding: 24px 0 0 0;
  }
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container .hours-details .s-hours {
    padding: 0 0 26px 0;
  }
  .filter-option-main .filter-option-content {
    padding: 15px 0 0 0;
    margin: 0;
  }
  .loadmore-btn {
    display: block;
    border: #000 solid 1px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    padding: 10px 0;
    margin: 30px 0 0 0;
  }
  .loadmore-btn:hover,
  .loadmore-btn:active,
  .loadmore-btn:focus {
    border: #000 solid 1px;
    color: #fff !important;
    background: #000;
    text-decoration: none;
  }
  .discover-section-common {
    padding: 28px 0 0 0;
  }
  .discover-section-common .discover-title {
    font-size: 27px !important;
  }
  .discover-mobile-title {
    background: #f5f5f5;
    padding: 26px 0 20px 0;
    border-bottom: #adadad solid 1px;
  }
  .discover-section-common .discover-mid {
    padding: 0px 15px !important;
  }
  .discover-section-common .discover-mid section.discover-landing-info-grid .grid-item {
    background: none !important;
    height: auto !important;
    margin: 0px;
  }
  .discover-section-common .discover-mid section.discover-landing-info-grid .grid-item .title {
    margin: 0;
    border-bottom: #adadad solid 1px;
    text-align: left;
    line-height: 18px;
    padding: 7px 36px 14px 36px;
  }
  .discover-section-common .discover-mid section.discover-landing-info-grid a.discover-button {
    margin: 0;
    width: 100%;
    display: none;
  }
  .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title a {
    color: #080808;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Gotham Book', Arial, Sans-Serif, Arial, Sans-Serif;
    letter-spacing: 0;
  }
  .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title a:hover,
  .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title a:active,
  .discover-section-common .discover-mid .discover-landing-info-grid .grid-item .title a:focus {
    color: #000 !important;
    text-decoration: none !important;
  }
  .discover-section-common .discover-mid section.discover-landing-info-grid {
    margin: 0;
  }
  .discover-section-common .discover-mid section.discover-landing-info-grid .grid-item:last-child .title {
    border: none;
  }
  .filter-option-main .filter-option-content li .wrapper-grid .filter-container h4 {
    line-height: 25px;
    font-size: 27px;
  }
  .filter-option-main .filter-option-content li:hover .filter-container h4:after {
    bottom: -3px;
    left: 2px;
  }
  .filter-option .filter-option-list h1 {
    padding: 0 39px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .bg-desktop {
    display: none;
  }
  .bg-mobile {
    display: block;
    min-height: 209px;
  }
  .stores-banner .s-banner-text {
    max-height: 209px;
  }
  .stores-banner .s-banner-text h2 {
    font-size: 36px !important;
  }
  .s-details-mid .s-details-container .s-details-box .s-details-slider .slick-slide .item img {
    width: 100%;
  }
}
.visible-all-time {
  display: inline-block !important;
}
.page-storesContentPage .collection-breadcrumb {
  padding: 15px 15px 2px 32px;
}
.complete-registration-main .breadcrumb--change .breadcrumb li a {
  font-size: 13px;
}
.page-newportStore .main__inner-wrapper section.stores-banner .bg-desktop {
  background-color: rgba(0, 0, 0, 0) !important;
}
.desktop-hide {
  display: none;
}
.s-details-mid .s-details-container {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 71px 20px 105px;
}
.s-details-mid .s-details-container .s-details-box {
  padding: 0 20px;
  width: 33.3%;
}
.s-details-mid .s-details-container .s-details-box h2 {
  font-size: 28px;
  margin: 0px 0 15px 0;
  font-weight: 700;
}
.s-details-mid .s-details-container .s-details-box h4 {
  font-size: 18px;
  margin: 0px 0 4px 0;
  font-weight: 700;
}
.s-details-mid .s-details-container .s-details-box h6 {
  font-size: 13px;
  margin: 0px;
}
.s-details-mid .s-details-container .s-details-box .store-has-block {
  padding: 22px 0 0 0;
}
.s-details-mid .s-details-container .s-details-box .store-has-block h5 {
  font-weight: 700;
  font-size: 13px;
  margin: 0px 0 0px 0;
  line-height: 18px;
}
.s-details-mid .s-details-container .s-details-box .store-has-block p {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.s-details-mid .s-details-container .s-details-box .s-hours-elm {
  padding: 9px 0 24px 0;
}
.s-details-mid .s-details-container .s-details-box .s-hours-elm p {
  font-size: 13px;
  line-height: 20px;
  margin: 0px;
}
.s-details-mid .s-details-container .s-details-box .s-hours-elm p span {
  font-weight: 700;
}
.s-details-mid .s-details-container .s-details-box.first-box {
  /*max-width: 445px;*/
}
.s-details-mid .s-details-container .s-details-box.first-box .btn {
  font-size: 13px;
  padding: 9px 51px;
}
.s-details-mid .s-details-container .s-details-box.second-box {
  /*max-width: 467px;*/
}
.s-details-mid .s-details-container .s-details-box .s-details-slider .slick-slide {
  margin: 0px;
}
.s-details-mid .s-details-container .s-details-box.second-box ul.slick-dots {
  margin: 0;
  padding: 23px 0 0 0;
  text-align: center;
}
.s-details-mid .s-details-container .s-details-box.second-box ul.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  text-indent: 999999px;
  margin: 0 7.5px;
  background: #cecdd3;
}
.s-details-mid .s-details-container .s-details-box.second-box ul.slick-dots li.slick-active button {
  background: #3b3b3b;
}
.s-details-mid .s-details-container .s-details-box.second-box .s-details-slider span.arrow-prev {
  width: 14px;
  left: 90px;
  cursor: pointer;
}
.s-details-mid .s-details-container .s-details-box.second-box .s-details-slider .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 100%;
  text-align: center;
}
.s-details-mid .s-details-container .s-details-box.second-box .s-details-slider .slick-arrow i:before {
  color: #4a4b4b;
  font-weight: 700;
  font-size: 12px;
  text-shadow: #4a4b4b 0px 0px 0px;
}
.s-details-mid .s-details-container .s-details-box.second-box .s-details-slider span.arrow-next {
  width: 14px;
  right: 90px;
  cursor: pointer;
}
@media screen and (max-width: 1299px) {
  .s-details-mid .s-details-container .s-details-box.second-box .s-details-slider span.arrow-next {
    right: 50px;
  }
  .s-details-mid .s-details-container .s-details-box.second-box .s-details-slider span.arrow-prev {
    left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .none-padding-registration {
    padding: 0px !important;
  }
  .s-details-mid .s-details-container {
    padding: 6px 20px 105px;
  }
}
@media screen and (max-width: 991px) {
  .s-details-mid .s-details-container .s-details-box {
    width: 100%;
    text-align: center;
  }
  .s-details-mid .s-details-container {
    padding: 0px 20px 0px;
  }
  .s-details-mid .s-details-container .s-details-box h4 {
    margin: 0px 0 5px 0;
  }
  .s-details-mid .s-details-container .s-details-box h6 {
    font-size: 16px;
  }
  .s-details-mid .s-details-container .s-details-box .store-has-block h5 {
    font-size: 16px;
    margin: 0 0 4px 0;
  }
  .s-details-mid .s-details-container .s-details-box .store-has-block p {
    font-size: 16px;
    line-height: 20px;
  }
  .s-details-mid .s-details-container .s-details-box .store-has-block {
    padding: 29px 0 0 0;
  }
  .s-details-mid .s-details-container .s-details-box .s-hours-elm p {
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
  }
  .s-details-mid .s-details-container .s-details-box .s-hours-elm p span {
    font-weight: 700;
    display: block;
  }
  .s-details-mid .s-details-container .s-details-box .s-hours-elm {
    padding: 17px 0 16px 0;
  }
  .s-details-mid .s-details-container .s-details-box.first-box {
    margin: 0 0 40px 0;
  }
  .mobile-show {
    display: block !important;
  }
  .desktop-hide {
    display: none;
  }
  .mobile-hide {
    display: none;
  }
  .s-details-location {
    height: 213px;
    margin: 0 0 38px 0;
  }
  .s-details-location > img {
    width: 100%;
    height: 100%;
  }
  .s-details-mid .s-details-container .s-details-box {
    padding: 0px;
  }
  section.discover-section-common.store-details-discover {
    padding-top: 31px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-d-none {
    display: none;
  }
  .s-details-mid .s-details-container .s-details-box h2 {
    font-size: 27px;
  }
  .s-hours-elm p:first-child {
    margin: 0 0 2px 0 !important;
  }
}
.stores-banner {
  position: relative;
  margin: 0 0 23px 0;
  /*&:after{
		content: "";
		background: rgba(0,0,0,0.5);
		position:absolute;
		left: 0;
		top: 0;
	}*/
}
.stores-banner .bg-desktop {
  min-height: 489px;
}
.stores-banner .s-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 1090px;
  padding: 165px 0px 0 201px;
  top: 0;
  left: 0;
}
.stores-banner .s-banner-text h2 {
  font-size: 47px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 19px 0;
  letter-spacing: 0.28px;
}
.stores-banner .s-banner-text p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0.28px;
}
section.tf-crumb.complete-registration-main {
  padding: 18px 40px 2px 50px;
}
.abs-both {
  padding-left: 0;
  padding-right: 0;
}
.ambassadors-both-img {
  min-height: 485px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.abs-both-text {
  color: #fff;
  padding-left: 70px;
  padding-right: 40px;
  padding-top: 55px;
}
.abs-tf-text {
  font-size: 37px;
  margin-bottom: 25px;
}
.abs-both-text h1 {
  margin: 0 0 27px 0;
}
.abs-tf-p {
  font-size: 13px;
}
.abs-button-space {
  margin-top: 30px;
}
.abs-button-space a {
  font-size: 13px;
  padding: 9px 65px 10px 65px;
  font-weight: 600;
}
.abs-button-space a.btn:hover,
.abs-button-space a.btn:focus,
.abs-button-space a.btn:active {
  border-color: #000 !important;
  color: #fff !important;
  background: #000;
  border-width: 2px;
}
.btn-border-white {
  border: 2px solid #fff;
  background-color: transparent;
}
.btn-border-white:hover {
  border: 2px solid #fff;
  background-color: #000;
  color: #fff !important;
}
.abs-section-wrapper {
  margin-bottom: 0px;
  margin-top: 10px;
}
.discover-section-common {
  padding: 50px 0 0 0;
}
.discover-section-common .discover-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
}
.discover-section-common .discover-mid {
  padding: 43px 0 0 0;
}
.discover-mid.ambassadors-tf-mid {
  padding: 40px 0 0 0;
}
.abs-mobile-space {
  display: none;
}
section.discover-section-common.ambassadors-discover {
  padding: 55px 0 0 0;
}
section.discover-landing-info-grid.ambassadors-grid {
  margin: 0;
}
span.fab-mob-view {
  display: none;
}
@media screen and (max-width: 768px) {
  span.fab-mob-view {
    display: inline;
  }
  span.fab-desk-view {
    display: none;
  }
  .stores-banner.ambassadors .banner-paragraph {
    border-bottom: none;
  }
  section.stores-banner.ambassadors {
    margin-bottom: 0px;
  }
  section.discover-section-common.ambassadors-discover {
    padding: 0px 0 0 0;
  }
  .friends-team-bnr.banner-paragraph {
    padding: 22px 10px 14px 10px;
  }
}
@media screen and (max-width: 480px) {
  .abs-section-wrapper {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  p.abs-tf-p {
    font-size: 16px;
  }
  .abs-tf-text {
    font-size: 27px;
  }
  .abs-button-space {
    display: none;
  }
  .abs-mobile-space {
    display: block;
    margin-top: 25px;
  }
  a.abs-mobile-space-btn {
    color: #fff;
    font-family: 'Gotham Book';
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #ada8a8;
  }
  .abs-both .abs-both-text {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 150px;
  }
  .abs-mobile-margin {
    margin-top: 10px;
  }
  section.tf-crumb.complete-registration-main {
    padding: 0px 40px 0px 50px;
  }
}
.stores-banner {
  position: relative;
  margin: 0 0 23px 0;
  /*&:after{
			content: "";
			background: rgba(0,0,0,0.5);
			position:absolute;
			left: 0;
			top: 0;
		}*/
}
.stores-banner .bg-desktop {
  min-height: 489px;
}
.stores-banner .s-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 1090px;
  padding: 165px 0px 0 201px;
  top: 0;
  left: 0;
}
.stores-banner .s-banner-text h2 {
  font-size: 47px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 19px 0;
  letter-spacing: 0.28px;
}
.stores-banner .s-banner-text p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0.28px;
}
section.ambassadors-team-banner.stores-banner .abs-button-space a {
  padding: 10px 42px 10px 42px;
}
section.team-crumb.complete-registration-main {
  padding: 14px 41px 0 50px;
}
.custom-team-list .team-list-row {
  max-width: 1076px;
  margin: 0 auto;
  padding: 0 8.5px;
}
.col-sm-6.col-xs-6.col-md-3.team-list-grid > img {
  width: 100%;
}
.a-team-border {
  border: 1px solid #dedede;
  padding: 0px 0px 0;
  margin: 10px 0px 33px 0px;
}
.a-team-details.text-center.text-uppercase {
  padding: 28px 0 10px 0;
}
.a-team-details h5 {
  font-weight: 600;
  font-size: 18px;
  font-family: 'Montserrat';
  margin: 0;
}
.a-team-details p {
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat';
  padding: 10px 0px 0px 0px;
}
.a-team-border:hover {
  border-color: #565656;
  text-decoration: none;
}
.a-team-border:hover h5 {
  text-decoration: underline;
}
.custom-team-list .team-list-row .team-list-grid {
  padding: 0 8.5px;
}
.a-team-border {
  display: block;
}
.abs-button-space.team-banner-button a.btn {
  border-width: 1px !important;
}
.abs-button-space.team-banner-button a.btn:hover,
.abs-button-space.team-banner-button a.btn:focus,
.abs-button-space.team-banner-button a.btn:active {
  border-color: #000 !important;
  color: #fff !important;
  background: #000;
}
.team-list-row .team-loadmore {
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 125px 10px 125px;
  margin: 10px 0px 0px 10px;
}
a.btn.text-uppercase.team-loadmore:hover,
a.btn.text-uppercase.team-loadmore:active,
a.btn.text-uppercase.team-loadmore:focus {
  border-color: #000 !important;
  color: #fff !important;
  background: #000;
  border-width: 1px;
}
.abs-button-space.loadmore {
  text-align: center;
}
.abs-both {
  padding-left: 0;
  padding-right: 0;
}
.ambassadors-both-img {
  min-height: 485px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.abs-both-text {
  color: #fff;
  padding-left: 70px;
  padding-right: 40px;
  padding-top: 55px;
}
.discover-mid.team-dismid {
  padding: 42px 0 0 0 !important;
}
.abs-button-space {
  margin-top: 30px;
}
.abs-button-space a {
  font-size: 13px;
  padding: 9px 65px 10px 65px;
  font-weight: 600;
}
.btn-border-white {
  border: 2px solid #fff;
  background-color: transparent;
}
.btn-border-white:hover {
  border: 2px solid #fff;
  background-color: #000;
  color: #fff !important;
}
.abs-section-wrapper {
  margin-bottom: 0px;
  margin-top: 10px;
}
.discover-section-common {
  padding: 50px 0 0 0;
}
.discover-section-common .discover-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  font-family: 'Montserrat-Bold', sans-serif;
  letter-spacing: 0.76px;
}
.discover-section-common .discover-mid {
  padding: 43px 0 0 0;
}
.abs-mobile-space {
  display: none;
}
section.discover-section-common.ambassadors-team-discover {
  padding: 102px 0 0 0;
}
section.discover-landing-info-grid.ambassadors-grid {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .team-list-grid .a-team-border img {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .ambassadors-team-banner .banner-paragraph {
    border: none ;
  }
  section.stores-banner.ambassadors {
    margin-bottom: 0px;
  }
  section.discover-section-common.ambassadors-discover {
    padding: 0px 0 0 0;
  }
  section.team-crumb.complete-registration-main {
    padding: 0px;
  }
  .abs-button-space.loadmore {
    text-align: center;
    display: block;
  }
  section.discover-section-common.ambassadors-team-discover {
    padding: 50px 0 0 0;
  }
  .discover-mid.team-dismid {
    padding: 2px 0 0 0 !important;
  }
}
@media screen and (max-width: 480px) {
  section.ambassadors-team-banner.stores-banner .s-banner-text {
    max-height: 209px;
  }
  .ambassadors-team-banner .banner-paragraph {
    padding: 20px 10px 0px 5px;
  }
  .a-team-details.text-center.text-uppercase {
    padding: 20px 0 0px 0;
  }
  .a-team-details h5 {
    font-size: 13px;
  }
  .a-team-details p {
    font-size: 11px;
  }
  .a-team-border {
    margin: 10px 0px 10px 0px;
  }
  .team-list-row .team-loadmore {
    padding: 10px 120px 10px 120px;
    margin: 38px 0px 0px 0px;
  }
  .abs-mobile-space {
    display: block;
    margin-top: 25px;
  }
  a.abs-mobile-space-btn {
    color: #fff;
    font-family: 'Gotham Book';
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #ada8a8;
  }
  .abs-both .abs-both-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 150px;
  }
  .abs-mobile-margin {
    margin-top: 10px;
  }
}
.page-affiliatePage .discover-landing-banner .image {
  margin-bottom: 0px;
}
.page-affiliatePage .aff-text p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 500;
}
.page-affiliatePage .aff-section-wrapper .button-space-one a {
  max-width: 100%;
}
.page-affiliatePage .aff-section-wrapper p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 500;
}
.page-ambassadorTeamPage .collection-breadcrumb {
  padding-top: 29px;
}
@media screen and (max-width: 768px) {
  .page-ambassadorTeamPage .discover-landing-banner .image {
    height: 210px;
    width: 100%;
  }
}
.page-ambassadorTeamPage .discover-landing-banner .image .content {
  margin: 179px 0 0 200px;
}
@media screen and (max-width: 768px) {
  .page-ambassadorTeamPage .discover-landing-banner .image .content {
    margin: 0;
    width: unset;
  }
}
.page-ambassadorTeamPage .discover-landing-banner .banner-paragraph {
  top: 79px;
}
@media screen and (max-width: 768px) {
  .page-ambassadorTeamPage .discover-landing-banner .banner-paragraph {
    top: 0;
    border-bottom: none;
  }
}
.page-ambassadorTeamPage .discover-landing-banner .banner-paragraph .abs-button-space {
  margin-top: 25px;
}
.page-ambassadorTeamPage .team-list-grid:hover .a-friend-border {
  border: 1px solid #868181;
}
.page-ambassadorTeamPage .team-list-grid:hover h5 {
  text-decoration: underline;
}
.page-ambassadorTeamPage .discover-section-common {
  margin-bottom: -9px;
}
.page-ambassadorTeamPage .team-loadmore {
  padding: 13px 127px 10px 126px !important;
  margin-bottom: 55px !important;
}
.stores-banner {
  position: relative;
  margin: 0 0 23px 0;
  /*&:after{
			content: "";
			background: rgba(0,0,0,0.5);
			position:absolute;
			left: 0;
			top: 0;
		}*/
}
.stores-banner .bg-desktop {
  min-height: 489px;
  background-color: rgba(0, 0, 0, 0.41) !important;
  background-blend-mode: overlay !important;
}
.stores-banner .s-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 1090px;
  padding: 165px 0px 0 201px;
  top: 0;
  left: 0;
}
.stores-banner .s-banner-text h2 {
  font-size: 47px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 19px 0;
  letter-spacing: 0.28px;
}
.stores-banner .s-banner-text p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0.28px;
}
.teamview-banner .banner-paragraph {
  max-width: 895px;
}
section.teamview-banner.stores-banner .abs-button-space a {
  padding: 10px 42px 10px 42px;
}
section.team-crumb.complete-registration-main {
  padding: 14px 41px 0 50px;
}
.custom-teamview .friends-list-row {
  max-width: 1040px;
  margin: 0 auto;
}
.col-sm-6.col-xs-6.col-md-3.teamview-grid > img {
  width: 100%;
}
.a-friend-border {
  border: 1px solid #dedede;
  padding: 0px 0px 0;
  margin: 10px 0px 30px 0px;
}
.a-teamview-details.text-center.text-uppercase {
  padding: 18px 0 30px 0;
  min-height: 100%;
  margin: 0px;
}
.a-teamview-details.text-uppercase {
  margin-top: 17px;
}
.a-teamview-details.text-uppercase.eq-space {
  margin-top: 25px;
}
.a-teamview-details.text-center.text-uppercase.follow-top {
  margin-top: 34px;
}
.a-teamview-details h5 {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  text-align: left;
}
p.teamview-sub-about {
  font-size: 13px;
  font-family: Gotham Book;
  min-width: 100%;
  padding: 15px 34px 0px 0px;
  text-align: justify;
  text-transform: none;
  line-height: 20px;
}
ul.li-list-career {
  list-style-type: disc;
  font-size: 13px;
  font-family: Gotham Book;
  padding: 10px 0px 0px 18px;
  text-transform: none;
  line-height: 30px;
  text-align: left;
}
ul.teamview-social {
  padding: 38px 0px 0px 0px;
  text-align: left;
}
li.teamview-icons {
  display: inline-block;
}
li.teamview-icons a {
  width: 32px;
  height: 32px;
  display: block;
  background: #000;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 33px;
}
li.teamview-icons a:hover,
li.teamview-icons a:focus {
  color: #fff !important;
  text-decoration: none;
}
div.a-teamview-banner {
  width: 1040px;
  margin: 0 auto;
}
.a-teamview-banner.discover-landing-banner-2 .banner-item-1 {
  min-height: 497px;
  height: auto;
}
.a-teamview-banner.discover-landing-banner-2 {
  height: 497px;
  padding: 54px 0 0 0;
}
.a-teamview-abt.clearfix,
.a-teamview-abt.dl-horizontal dd,
.a-teamview-abt.container,
.a-teamview-abt.container-fluid,
.a-teamview-abt.row,
.a-teamview-abt.form-horizontal .form-group,
.a-teamview-abt.btn-toolbar,
.a-teamview-abt.btn-group-vertical > .btn-group,
.a-teamview-abt.nav,
.a-teamview-abt.navbar,
.a-teamview-abt.navbar-header,
.a-teamview-abt.navbar-collapse,
.a-teamview-abt.pager,
.a-teamview-abt.panel-body,
.a-teamview-abt.modal-header,
.a-teamview-abt.modal-footer {
  margin: 0 -15px;
}
.a-more-button.banner-teamview-btn a.btn {
  border-width: 1px !important;
  font-size: 13px;
  font-weight: 600;
  padding: 11px 37px;
  margin-top: 4px;
}
.a-more-button.banner-teamview-btn a.btn:hover,
.a-more-button.banner-teamview-btn a.btn:focus,
.a-more-button.banner-teamview-btn a.btn:active {
  border-color: #000 !important;
  color: #fff !important;
  background: #000;
}
.discover-mid.team-dismid {
  padding: 42px 0 0 0 !important;
}
.abs-button-space {
  margin-top: 30px;
}
.abs-button-space a {
  font-size: 13px;
  padding: 9px 65px 10px 65px;
  font-weight: 600;
}
.btn-border-white {
  border: 2px solid #fff;
  background-color: transparent;
}
.btn-border-white:hover {
  border: 2px solid #fff;
  background-color: #000;
  color: #fff !important;
}
.abs-section-wrapper {
  margin-bottom: 0px;
  margin-top: 10px;
}
.discover-section-common {
  padding: 50px 0 0 0;
}
.discover-section-common .discover-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
}
.discover-section-common .discover-mid {
  padding: 43px 0 0 0;
}
section.discover-section-common.ambassadors-team-discover.team-view {
  padding: 145px 0 0 0;
}
@media screen and (max-width: 768px) {
  .teamview-banner .banner-paragraph {
    border: none ;
  }
  .s-team-view.banner-paragraph {
    position: absolute;
  }
  .a-more-button.banner-teamview-btn {
    display: none;
  }
  .s-team-view.banner-paragraph p {
    color: #000;
    margin-left: 0px;
    margin-top: 98px;
    font-size: 13px;
    color: #fff;
  }
  section.discover-section-common.ambassadors-discover {
    padding: 0px 0 0 0;
  }
  section.team-crumb.complete-registration-main {
    padding: 0px;
  }
  .abs-button-space.loadmore {
    text-align: center;
    display: block;
  }
  section.discover-section-common.ambassadors-team-discover {
    padding: 50px 0 0 0;
  }
  .discover-mid.team-dismid {
    padding: 2px 0 0 0 !important;
  }
}
@media (max-width: 575.98px) {
  .a-teamview-banner.discover-landing-banner-2 {
    display: block;
    width: 100%;
  }
  .a-teamview-banner.discover-landing-banner-2 .banner-item-1 {
    min-height: 292px;
    height: auto;
  }
  .a-teamview-banner.discover-landing-banner-2 {
    height: 205px;
    padding: 35px 0 0 0;
  }
  section.discover-section-common.ambassadors-team-discover.team-view {
    padding: 80px 0 0 0;
  }
  .a-teamview-banner .slick-slide {
    margin: 0px 0px 0 0;
  }
}
@media screen and (max-width: 480px) {
  section.teamview-banner.stores-banner .s-banner-text {
    max-height: 209px;
    background-color: rgba(0, 0, 0, 0.41) !important;
    background-blend-mode: overlay !important;
  }
  .teamview-banner .banner-paragraph {
    padding: 20px 0;
    width: 100%;
    margin: 0;
  }
  .teamview-banner.stores-banner .s-banner-text h2 {
    font-size: 36px !important;
    margin: 0px 0 19px 0;
  }
  .a-teamview-details h5 {
    font-size: 24px;
    text-align: center;
  }
  .a-teamview-details p {
    font-size: 16px;
    text-align: center;
    padding: 15px 20px 0px 21px;
  }
  ul.teamview-social {
    padding: 20px 0px 0px 0px;
    text-align: center;
  }
  .a-teamview-details.text-uppercase {
    margin-top: 0px;
  }
  ul.li-list-career {
    padding: 0px;
    line-height: 30px;
  }
  ul.li-list-career li {
    padding-bottom: 28px;
  }
  ul.li-list-career {
    line-height: 20px;
    padding-left: 40px;
    padding-right: 10px;
    font-size: 16px;
  }
  .a-teamview-details.text-center.text-uppercase {
    padding: 15px 0 10px 0;
  }
  .a-teamview-details.text-uppercase.eq-space {
    margin-top: 10px;
  }
  .a-teamview-details h5.f-m.mobile-bottom {
    margin-bottom: 12px;
  }
}
.stores-banner {
  position: relative;
  margin: 0 0 23px 0;
  /*&:after{
			content: "";
			background: rgba(0,0,0,0.5);
			position:absolute;
			left: 0;
			top: 0;
		}*/
}
.stores-banner .bg-desktop {
  min-height: 489px;
}
.stores-banner .s-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 1090px;
  padding: 165px 0px 0 201px;
  top: 0;
  left: 0;
}
.stores-banner .s-banner-text h2 {
  font-size: 47px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 19px 0;
  letter-spacing: 0.28px;
}
.stores-banner .s-banner-text p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0.28px;
}
.ambassadors-friends-banner .banner-paragraph {
  max-width: 895px;
}
section.ambassadors-friends-banner.stores-banner .abs-button-space a {
  padding: 10px 42px 10px 42px;
}
section.team-crumb.complete-registration-main {
  padding: 14px 41px 0 50px;
}
.custom-team-list .friends-list-row {
  max-width: 1076px;
  margin: 0 auto;
  padding: 0 8.5px;
}
.col-sm-6.col-xs-6.col-md-3.team-list-grid > img {
  width: 100%;
}
.a-friend-border {
  border: 1px solid #dedede;
  padding: 0px 0px 0;
  margin: 10px 0px 30px 0px;
}
.a-friend-details.text-center.text-uppercase {
  padding: 28px 0 30px 0;
}
.a-friend-details h5 {
  font-weight: 600;
  font-size: 18px;
  font-family: 'Montserrat';
  margin: 0;
}
.a-friend-details p {
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat';
  padding: 10px 0px 0px 0px;
}
.a-friend-border:hover {
  text-decoration: none;
}
.a-friend-border:hover h5 {
  text-decoration: none;
}
.custom-team-list .friends-list-row .team-list-grid {
  padding: 0 8.5px;
}
.a-friend-border {
  display: block;
}
.abs-button-space.team-banner-button a.btn {
  border-width: 1px !important;
}
.abs-button-space.team-banner-button a.btn:hover,
.abs-button-space.team-banner-button a.btn:focus,
.abs-button-space.team-banner-button a.btn:active {
  border-color: #000 !important;
  color: #fff !important;
  background: #000;
}
.friends-list-row .team-loadmore {
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 125px 10px 125px;
  margin: 10px 0px 0px 10px;
}
a.btn.text-uppercase.team-loadmore:hover,
a.btn.text-uppercase.team-loadmore:active,
a.btn.text-uppercase.team-loadmore:focus {
  border-color: #000 !important;
  color: #fff !important;
  background: #000;
  border-width: 1px;
}
.abs-button-space.loadmore {
  text-align: center;
}
.abs-both {
  padding-left: 0;
  padding-right: 0;
}
.ambassadors-both-img {
  min-height: 485px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.abs-both-text {
  color: #fff;
  padding-left: 70px;
  padding-right: 40px;
  padding-top: 55px;
}
.discover-mid.team-dismid {
  padding: 42px 0 0 0 !important;
}
.abs-button-space {
  margin-top: 30px;
}
.abs-button-space a {
  font-size: 13px;
  padding: 9px 65px 10px 65px;
  font-weight: 600;
}
.btn-border-white {
  border: 2px solid #fff;
  background-color: transparent;
}
.btn-border-white:hover {
  border: 2px solid #fff;
  background-color: #000;
  color: #fff !important;
}
.abs-section-wrapper {
  margin-bottom: 0px;
  margin-top: 10px;
}
.discover-section-common {
  padding: 50px 0 0 0;
}
.discover-section-common .discover-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
}
.discover-section-common .discover-mid {
  padding: 43px 0 0 0;
}
.abs-mobile-space {
  display: none;
}
section.discover-section-common.ambassadors-team-discover {
  padding: 102px 0 0 0;
}
section.discover-landing-info-grid.ambassadors-grid {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .team-list-grid .a-friend-border img {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .ambassadors-friends-banner .banner-paragraph {
    border: none ;
  }
  section.stores-banner.ambassadors {
    margin-bottom: 0px;
  }
  section.discover-section-common.ambassadors-discover {
    padding: 0px 0 0 0;
  }
  section.team-crumb.complete-registration-main {
    padding: 0px;
  }
  .abs-button-space.loadmore {
    text-align: center;
    display: block;
  }
  section.discover-section-common.ambassadors-team-discover {
    padding: 50px 0 0 0;
  }
  .discover-mid.team-dismid {
    padding: 2px 0 0 0 !important;
  }
}
@media screen and (max-width: 480px) {
  section.ambassadors-friends-banner.stores-banner .s-banner-text {
    max-height: 209px;
  }
  .ambassadors-friends-banner .banner-paragraph {
    padding: 20px 10px 0px 5px;
  }
  .ambassadors-friends-banner.stores-banner .s-banner-text h2 {
    font-size: 30px !important;
    margin: 15px 0 19px 0;
  }
  .a-friend-details.text-center.text-uppercase {
    padding: 20px 0 20px 0;
  }
  .a-friend-details h5 {
    font-size: 13px;
  }
  .a-friend-details p {
    font-size: 11px;
  }
  .a-friend-border {
    margin: 10px 0px 10px 0px;
  }
  .friends-list-row .team-loadmore {
    padding: 10px 120px 10px 120px;
    margin: 35px 0px 0px 0px;
  }
  .abs-mobile-space {
    display: block;
    margin-top: 25px;
  }
  a.abs-mobile-space-btn {
    color: #fff;
    font-family: 'Gotham Book';
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #ada8a8;
  }
  .abs-both .abs-both-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 150px;
  }
  .abs-mobile-margin {
    margin-top: 10px;
  }
}
.se-sh-heading1 h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 44px;
  margin-bottom: 25px;
}
.se-sh-heading2 h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 66px;
  margin-bottom: 25px;
}
.se-sh-heading1 p {
  font-size: 16px;
}
.se-sh-heading2 p {
  margin-bottom: 28px;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .secure-shopping-wrapper {
    padding-right: 55px;
  }
}
@media screen and (max-width: 580px) {
  .se-sh-heading1 h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .se-sh-heading2 h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .secure-shopping-wrapper {
    text-align: center;
  }
  .se-sh-heading1 p {
    font-size: 14px;
  }
  .se-sh-heading2 p {
    font-size: 14px;
  }
}
.page-securityShoppingPage .se-sh-heading1 p {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 500;
}
.page-securityShoppingPage .se-sh-heading2 p {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 500;
}
@media (max-width: 480px) {
  .page-securityShoppingPage .secure-shopping-wrapper {
    text-align: left;
  }
}
.te-us-heading h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.terms-use-wrapper .list-section ul {
  list-style-type: none;
  padding: 0;
  font-size: 16px;
}
.te-us-heading p {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 580px) {
  .te-us-heading p {
    font-size: 14px;
    line-height: 20px;
  }
  .te-us-heading h2 {
    font-size: 14px;
  }
  .terms-use-wrapper .list-section ul {
    font-size: 14px;
  }
}
.sh-del-heading1 h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 44px;
  margin-bottom: 25px;
}
.sh-del-heading2 h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 75px;
  margin-bottom: 25px;
}
.sh-del-heading1 ul {
  font-size: 16px;
  padding: 0px;
}
.sh-del-heading1 ul li {
  position: relative;
  padding: 0 0 0 10px;
}
.sh-del-heading1 ul li i {
  font-size: 4px;
  position: absolute;
  top: 8px;
  left: 0;
}
.sh-del-heading1 table tr th {
  padding: 12px 0px;
  text-align: center;
}
.sh-del-top.customer-care-title.ship-delivery {
  margin-top: 2px;
}
.sh-del-heading1 table tr td {
  padding: 8px;
  text-align: center;
}
.sh-del-heading1 td.tb-mx-width {
  width: 194px;
}
.sh-del-heading1 span.ins-width {
  display: block;
  max-width: 138px;
  margin: 0 auto;
}
.sh-del-heading2 p {
  margin-bottom: 28px;
  font-size: 16px;
}
.sh-del-heading2 p a {
  border-bottom: 2px solid #c1c0c0;
  text-decoration: none;
}
.section-tbl-spacing table {
  margin-top: 35px;
}
@media (max-width: 480px) {
  .page-shipping-delivery .customer-care-title h2 {
    font-size: 25px;
  }
}
.page-shipping-delivery .ship-delivery-wrapper .section-tbl-spacing table tr .f-bold {
  background-color: #f2f2f2;
}
.page-shipping-delivery .ship-delivery-wrapper .section-tbl-spacing table tr td {
  border: 1.9px solid #d2d2d2 !important;
}
.page-shipping-delivery .ship-delivery-wrapper .section-tbl-spacing table tr td span.ins-width {
  line-height: 17px;
}
@media screen and (min-width: 1200px) {
  .secure-shopping-wrapper {
    padding-right: 55px;
  }
}
@media screen and (max-width: 580px) {
  .ship-delivery h2 {
    font-size: 25px;
  }
  .sh-del-heading1 h2 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .sh-del-heading2 h2 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .secure-shopping-wrapper {
    text-align: center;
  }
  .sh-del-heading1 ul {
    font-size: 14px;
  }
  .sh-del-heading2 p {
    font-size: 14px;
  }
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}
.page-discover-stories section.discover-breadcrumb nav.breadcrumb--change {
  padding-left: 0px !important;
}
.page-discover-stories section.discover-breadcrumb nav.breadcrumb--change ol.breadcrumb {
  padding-left: 9px;
}
.page-discover-stories .discover-stories-grid .stories-load-more {
  max-width: 339px !important;
}
.page-stories-details .complete-registration-main,
.page-stores .complete-registration-main {
  padding: 18px 41px 0 51px;
}
.page-book-an-event .bookandevent-breadcrumb.complete-registration-main {
  padding: 14px 41px 0 41px;
}
.stories-details-banner.stores-banner .bg-desktop {
  min-height: 484px;
  background-color: rgba(0, 0, 0, 0.41) !important;
  background-blend-mode: overlay !important;
}
.stories-details-banner .stories-details-text {
  position: absolute;
  top: 150px;
  left: 201px;
}
.stories-details-banner .stories-details-text h2 {
  font-size: 47px;
  margin: 0px 0 6px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.28px;
}
.stories-details-banner .stories-details-text h3 {
  font-size: 47px;
  margin: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px 0 12px 0;
  letter-spacing: 0.28px;
}
.stories-details-banner .stories-details-text a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.28px;
  border-bottom: #fff solid 1px;
}
.stories-details-banner .stories-details-text a:hover,
.stories-details-banner .stories-details-text a:focus,
.stories-details-banner .stories-details-text a:active {
  color: #fff !important;
  text-decoration: none;
}
.s-banner-text h2 {
  text-transform: uppercase;
}
.d-stories-details-mid {
  max-width: 1041px;
  margin: 0 auto;
}
.d-stories-details-mid .d-stories-details-video {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 22px 0 37px 0;
}
.d-stories-details-mid .d-stories-details-video a.d-play {
  position: absolute;
  z-index: 9;
}
.d-stories-details-mid .d-stories-details-in h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 13px 0;
  text-transform: uppercase;
}
.d-stories-details-mid .d-stories-details-in p {
  letter-spacing: 0.28px;
  line-height: 22px;
  margin: 0 0 26px 0;
  font-size: 13px;
}
.d-stories-details-mid .d-stories-details-in h6 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 2px 0;
}
.d-stories-details-mid .d-stories-details-in .left-border {
  position: relative;
  font-style: italic;
  padding: 0 0 0 20px;
  margin: 0 0 25px 21px;
  display: block;
  line-height: 23px;
  font-size: 13px;
}
.d-stories-details-mid .d-stories-details-in .left-border:after {
  content: "";
  width: 1px;
  height: 86%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 5px;
}
.d-stories-details-mid .two-boxes {
  padding: 43px 0 40px 0;
}
.d-stories-details-mid .two-boxes .clearfix.m-r--10,
.d-stories-details-mid .two-boxes .dl-horizontal dd.m-r--10,
.d-stories-details-mid .two-boxes .container.m-r--10,
.d-stories-details-mid .two-boxes .container-fluid.m-r--10,
.d-stories-details-mid .two-boxes .row.m-r--10,
.d-stories-details-mid .two-boxes .form-horizontal .form-group.m-r--10,
.d-stories-details-mid .two-boxes .btn-toolbar.m-r--10,
.d-stories-details-mid .two-boxes .btn-group-vertical > .btn-group.m-r--10,
.d-stories-details-mid .two-boxes .nav.m-r--10,
.d-stories-details-mid .two-boxes .navbar.m-r--10,
.d-stories-details-mid .two-boxes .navbar-header.m-r--10,
.d-stories-details-mid .two-boxes .navbar-collapse.m-r--10,
.d-stories-details-mid .two-boxes .pager.m-r--10,
.d-stories-details-mid .two-boxes .panel-body.m-r--10,
.d-stories-details-mid .two-boxes .modal-header.m-r--10,
.d-stories-details-mid .two-boxes .modal-footer.m-r--10 {
  margin: 0 -10px;
}
.d-stories-details-mid .two-boxes .clearfix.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .dl-horizontal dd.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .container.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .container-fluid.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .row.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .form-horizontal .form-group.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .btn-toolbar.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .btn-group-vertical > .btn-group.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .nav.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .navbar.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .navbar-header.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .navbar-collapse.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .pager.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .panel-body.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .modal-header.m-r--10 .box-img,
.d-stories-details-mid .two-boxes .modal-footer.m-r--10 .box-img {
  padding: 0 10px;
}
.d-stories-details-mid .two-boxes .clearfix.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .dl-horizontal dd.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .container.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .container-fluid.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .row.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .form-horizontal .form-group.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .btn-toolbar.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .btn-group-vertical > .btn-group.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .nav.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .navbar.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .navbar-header.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .navbar-collapse.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .pager.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .panel-body.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .modal-header.m-r--10 .box-img > img,
.d-stories-details-mid .two-boxes .modal-footer.m-r--10 .box-img > img {
  width: 100%;
}
.d-stories-details-mid .d-bottom-image {
  margin: 40px 0 62px 0;
}
.d-stories-details-mid .d-bottom-image > img {
  width: 100%;
}
.d-stories-details-mid p {
  letter-spacing: 0.28px;
  line-height: 22px;
  margin: 0 0 26px 0;
  font-size: 13px;
}
.d-stories-details-mid .d-get-in-touch {
  padding: 0 0 61px 0;
  border-bottom: #dddddd solid 1px;
}
.d-stories-details-mid .d-get-in-touch ul {
  margin: 0px;
  padding: 0px;
}
.d-stories-details-mid .d-get-in-touch ul li {
  display: inline-block;
  margin: 0 12px 0 0;
}
.d-stories-details-mid .d-get-in-touch ul li a {
  position: relative;
  display: block;
  width: 187px;
  height: 40px;
  padding: 0 0 0 40px;
}
.d-stories-details-mid .d-get-in-touch ul li a .social-icon {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 8px 0 0 0;
}
.d-stories-details-mid .d-get-in-touch ul li a .social-icon.facebook {
  background-color: #3a579a;
}
.d-stories-details-mid .d-get-in-touch ul li a .social-icon.twitter {
  background-color: #00abf0;
}
.d-stories-details-mid .d-get-in-touch ul li a .social-icon.linked {
  background-color: #127bb6;
}
.d-stories-details-mid .d-get-in-touch ul li a img {
  height: 100%;
}
.d-stories-details-mid .related-stories {
  padding: 50px 0 33px 0;
}
.d-stories-details-mid .related-stories h2 {
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
  margin: 0px 0 22px 0;
  text-transform: uppercase;
}
.d-stories-details-mid .related-stories .related-block {
  margin: 0 -20px;
}
.d-stories-details-mid .related-stories .related-block .related-block-box {
  padding: 0 20px;
}
.d-stories-details-mid .related-stories .related-block .related-block-box > img {
  width: 100%;
}
.d-stories-details-mid .related-stories .related-block .related-block-box .related-text {
  padding: 9px 0 0 0;
}
.d-stories-details-mid .related-stories .related-block .related-block-box .related-text p {
  font-size: 13px;
  letter-spacing: 0.28px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1099px) {
  .d-stories-details-mid {
    padding: 0 19px;
  }
}
@media screen and (max-width: 991px) {
  .stories-details-banner .bg-desktop {
    background-position: center !important;
  }
  .d-stories-details-mid .two-boxes .clearfix.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .dl-horizontal dd.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .container.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .container-fluid.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .row.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .form-horizontal .form-group.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .btn-toolbar.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .btn-group-vertical > .btn-group.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .nav.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .navbar.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .navbar-header.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .navbar-collapse.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .pager.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .panel-body.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .modal-header.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .modal-footer.m-r--10 .box-img {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .stories-details-banner .stories-details-text {
    position: relative;
    padding: 31px 20px 0 20px;
    top: 0;
    left: 0;
  }
  .stories-details-banner .stories-details-text h2 {
    font-size: 24px;
    margin: 0px 0 4px;
    color: #000;
    letter-spacing: 0.28px;
  }
  .stories-details-banner .stories-details-text h3 {
    font-size: 24px;
    color: #000;
  }
  .stories-details-banner .stories-details-text a {
    color: #000;
    border-bottom: #000 solid 1px;
  }
  .stories-details-banner .stories-details-text a:hover,
  .stories-details-banner .stories-details-text a:focus,
  .stories-details-banner .stories-details-text a:active {
    color: #000 !important;
    text-decoration: none;
  }
  .stores-banner {
    position: relative;
    margin: 0 0 19px 0;
  }
  .d-stories-details-mid .d-stories-details-video {
    margin: 0px 0 31px 0;
  }
  .d-stories-details-mid .d-stories-details-in h4 {
    margin: 0 0 11px 0;
  }
  .d-stories-details-mid .d-stories-details-in p {
    margin: 0 0 22px 0;
  }
  .mobile-none-elm {
    display: none;
  }
  .d-stories-details-mid .d-stories-details-in .left-border {
    padding-left: 0px;
    margin-left: 0px;
  }
  .d-stories-details-mid .d-stories-details-in .left-border:after {
    display: none;
  }
  .d-stories-details-mid .two-boxes .clearfix.m-r--10,
  .d-stories-details-mid .two-boxes .dl-horizontal dd.m-r--10,
  .d-stories-details-mid .two-boxes .container.m-r--10,
  .d-stories-details-mid .two-boxes .container-fluid.m-r--10,
  .d-stories-details-mid .two-boxes .row.m-r--10,
  .d-stories-details-mid .two-boxes .form-horizontal .form-group.m-r--10,
  .d-stories-details-mid .two-boxes .btn-toolbar.m-r--10,
  .d-stories-details-mid .two-boxes .btn-group-vertical > .btn-group.m-r--10,
  .d-stories-details-mid .two-boxes .nav.m-r--10,
  .d-stories-details-mid .two-boxes .navbar.m-r--10,
  .d-stories-details-mid .two-boxes .navbar-header.m-r--10,
  .d-stories-details-mid .two-boxes .navbar-collapse.m-r--10,
  .d-stories-details-mid .two-boxes .pager.m-r--10,
  .d-stories-details-mid .two-boxes .panel-body.m-r--10,
  .d-stories-details-mid .two-boxes .modal-header.m-r--10,
  .d-stories-details-mid .two-boxes .modal-footer.m-r--10 {
    margin: 0 -29px;
  }
  .d-stories-details-mid .two-boxes {
    padding: 6px 0 0px 0;
  }
  .d-stories-details-mid .two-boxes .clearfix.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .dl-horizontal dd.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .container.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .container-fluid.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .row.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .form-horizontal .form-group.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .btn-toolbar.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .btn-group-vertical > .btn-group.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .nav.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .navbar.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .navbar-header.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .navbar-collapse.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .pager.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .panel-body.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .modal-header.m-r--10 .box-img,
  .d-stories-details-mid .two-boxes .modal-footer.m-r--10 .box-img {
    padding: 0 10px 20px;
  }
  .d-stories-details-mid .d-bottom-image {
    margin: 0px -29px 24px -29px;
  }
  .d-stories-details-mid .d-get-in-touch {
    padding: 8px 0 39px 0;
    border-bottom: #dddddd solid 1px;
  }
  .d-stories-details-mid .d-get-in-touch ul li a {
    width: 54px;
    height: 40px;
    padding: 0 0 0 0;
  }
  .d-stories-details-mid .d-get-in-touch ul li a img {
    display: none;
  }
  .d-stories-details-mid .d-get-in-touch ul li a .social-icon {
    width: 54px;
    border-radius: 4px !important;
  }
  .d-stories-details-mid .d-get-in-touch ul li {
    margin: 0 6px 0 0;
  }
  .d-stories-details-mid .related-stories {
    padding: 35px 0 0px 0;
  }
  .d-stories-details-mid .related-stories h2 {
    margin: 0px 0 32px 0;
  }
  .d-stories-details-mid .related-stories .related-block .related-block-box .related-text {
    padding: 12px 0 20px 0;
  }
  .di-stories-details-padding-change {
    padding: 15px 0 0 0;
  }
  .d-stories-details-mid {
    position: relative;
    overflow-x: hidden;
  }
  .page-discover-stories .discover-stories-grid .stories-load-more {
    max-width: 100% !important;
  }
  .page-stories-details .complete-registration-main,
  .page-stores .complete-registration-main {
    padding: 0px !important;
  }
  .page-book-an-event .bookandevent-breadcrumb.complete-registration-main {
    padding: 0px !important;
  }
}
.textpage-faqs th:last-child {
  text-align: left;
}
.customer-care-breadcrumb {
  padding: 26px 18px 0 18px;
}
.customer-care-breadcrumb .breadcrumb--change .breadcrumb li a {
  font-size: 13px;
}
.customer-care-breadcrumb nav.breadcrumb--change ol.breadcrumb .breadcrumb-item:before {
  color: #676767;
}
.c-care-mid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 68px 52px 0 52px;
}
.c-care-mid .c-care-mid-in {
  margin: 0 auto;
  padding: 0 0 44px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-care-mid .c-care-mid-in .c-care-grid {
  margin: 0 60px 0 0;
}
.c-care-mid .c-care-mid-in .c-care-grid .left-grid-title {
  border-bottom: #bcbcbf solid 1px;
}
.c-care-mid .c-care-mid-in .c-care-grid .left-grid-title h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 12px 0 0 0;
  padding: 0 0 15px 21px;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 {
  min-width: 316px;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box {
  padding: 15px 32px 40px;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box .call-details {
  display: block;
  padding: 0 0 10px 0;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box p {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box p a {
  color: #000;
  text-decoration: none;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box p a:hover,
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box p a:focus,
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box p a:active {
  color: #000;
  text-decoration: none;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box .left-side-list {
  margin: 0px;
  padding: 0px;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box .left-side-list li {
  display: block;
  text-transform: uppercase;
  margin: 0 0 9px 0;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box .left-side-list li a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box .left-side-list li a:hover,
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box .left-side-list li a:focus,
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box .left-side-list li a:active {
  color: #000;
  text-decoration: none;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box.c-email-box {
  padding: 15px 32px 33px;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box.c-common-p-59 {
  padding: 15px 32px 32px;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 {
  margin: 0;
  width: 100%;
  padding: 0px 0 0 0;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .lernmore-btn {
  padding: 8px 0;
  width: 207px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 18px;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .lernmore-btn:hover,
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .lernmore-btn:active,
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .lernmore-btn:focus {
  background: #ffffff;
  color: #000000!important;
  border: 1px solid #000000;
}
@media (max-width: 768px) {
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .lernmore-btn {
    width: 100%;
  }
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right {
  margin: 0px;
  padding: 0px;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li {
  background: #f2f2f2;
  border: #d8d8d8 solid 1px;
  padding: 25px 31px 31px 0;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-icon-box {
  width: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-list-in {
  display: inline-block;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-list-in h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0 6px 0;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-list-in p {
  font-size: 14px;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-list-in h6 {
  font-size: 14px;
  text-transform: uppercase;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-list-in .btn-grid {
  color: #000;
  display: inline-block;
  border-bottom: #c9c9c9 solid 1px;
  font-size: 14px;
  padding: 9px 0 0 0;
  text-decoration: none !important;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-list-in .btn-grid:hover {
  text-decoration: none !important;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-list-in .respond {
  display: block;
  font-style: italic;
  margin: 18px 0 0 0;
}
.c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .mobile-title {
  display: none;
  font-size: 27px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.c-grid-2-email {
  margin: 0px !important;
  width: 100%;
}
.c-grid-2-email .email-form-title {
  border-bottom: #bababa solid 1px;
}
.c-grid-2-email .email-form-title h2 {
  font-weight: 700;
  margin: 0px;
  font-size: 27px;
  text-transform: uppercase;
  padding: 0 0 11px 0;
}
@media (max-width: 480px) {
  .c-grid-2-email .email-form-title h2 {
    font-size: 29px;
  }
}
.c-grid-2-email .email-form-mid {
  max-width: 872px;
  padding: 47px 0 0 0;
}
.c-grid-2-email .email-form-mid .floating-label .f-label__wrapper label {
  text-transform: uppercase;
  font-size: 14px;
  color: #787878;
}
.c-grid-2-email .email-form-mid .floating-label .f-label__wrapper .c__input {
  background-color: #f8f8f8;
  box-shadow: none !important;
}
.c-grid-2-email .email-form-mid .floating-label .f-label__wrapper .c__input.c__textarea {
  min-height: 241px;
  resize: none;
}
.c-grid-2-email .email-form-mid .floating-label .f-label__wrapper.focused label {
  background: none;
}
.c-grid-2-email .email-form-mid .floating-label .f-label__wrapper.focused label:after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
}
.c-grid-2-email .email-form-mid .floating-label .f-label__wrapper .file-upload-wrapper {
  height: 96px;
  border: #d1d1d1 solid 1px;
  background: #f8f8f8;
  position: relative;
}
.c-grid-2-email .email-form-mid .floating-label .f-label__wrapper .file-upload-wrapper p {
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  color: #000;
  padding: 39px 0 0 0;
  margin: 0;
}
.c-grid-2-email .email-form-mid .floating-label .f-label__wrapper .file-upload-wrapper p span {
  border-bottom: #cecece solid 1px;
  margin: 0 0 0 4px;
}
.c-grid-2-email .email-form-mid .floating-label .f-label__wrapper .file-upload-wrapper input {
  position: absolute;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 96px;
  outline: none;
  opacity: 0;
}
.c-grid-2-email .email-form-mid .floating-label .f-label__wrapper .file-upload-wrapper span.attachment {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  color: #787878;
  left: 14px;
  top: 9px;
}
.c-grid-2-email .email-form-mid .floating-label .form-group {
  margin-bottom: 20px;
}
.captcha-tltle {
  color: #3b3b3b;
  margin: 4px 0 6px 0;
}
.btn-submit-cutomercare {
  font-size: 13px;
  padding: 9px 51px;
  min-width: 265px;
  min-height: 40px;
  margin: 19px 0 0 0;
}
.promoted-articles {
  padding: 79px 0 0 0;
}
.promoted-articles h4 {
  font-size: 16px;
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0 18px 0;
}
.promoted-articles ul {
  margin: 0px;
  padding: 0px;
}
.promoted-articles ul li {
  padding: 0 0 15px 0;
}
.promoted-articles ul li a {
  font-size: 16px;
  text-decoration: none;
}
.customer-care-title {
  border-bottom: #bababa solid 1px;
  margin: 0 0 32px 0;
}
.customer-care-title h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
  margin: 0px 0 11px 0;
}
@media screen and (max-width: 991px) {
  .c-care-mid .c-care-mid-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .mobile-title {
    display: block;
  }
  .c-care-mid {
    padding: 20px 52px 0 52px;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 {
    padding: 0px 0 0 0;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right {
    margin: 0px;
    padding: 21px 0 0 0;
  }
  section.customer-care-breadcrumb {
    display: none;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 {
    min-width: 100%;
    margin: 0;
    padding: 32px 0 0 0;
  }
  .c-care-mid .c-care-mid-in {
    padding: 0px;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box {
    padding: 15px 32px 39px;
  }
}
@media screen and (max-width: 580px) {
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li {
    display: block;
    text-align: center;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-icon-box {
    display: block;
    margin: 0 auto 35px;
    text-align: center;
  }
  .c-care-mid {
    padding: 20px 0 0;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li {
    margin: 0 0 26px 0;
    padding: 40px 12px 45px 12px;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 {
    padding: 0px 24px;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-list-in h4 {
    margin: 0px 0 9px 0;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-list-in p {
    margin: 0 0 11px 0;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 {
    padding: 26px 0 0 0;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box .left-side-list li {
    margin: 0 0 20px 0;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box .left-side-list li:last-child {
    margin: 0px;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box {
    padding: 15px 32px 40px;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-2 .grid-list-right li .c-list-in .respond {
    font-size: 11px;
  }
  .c-grid-2-email .email-form-title {
    text-align: center;
    padding: 0 0 8px 0;
    border: none;
  }
  .c-grid-2-email .email-form-mid {
    max-width: 100%;
    padding: 0px 0 0 0;
  }
  .c-grid-2-email {
    padding: 0 5px;
  }
  .c-grid-2-email .email-form-mid input.form-control.c__input {
    margin-bottom: 18px;
  }
  .c-grid-2-email .email-form-mid .floating-label .form-group {
    margin: 0px;
  }
  .c-grid-2-email .email-form-mid .floating-label .f-label__wrapper .c__input.c__textarea {
    min-height: 176px;
    resize: none;
  }
  .c-grid-2-email .email-form-mid .floating-label .f-label__wrapper .file-upload-wrapper span.attachment {
    display: none;
  }
  .c-grid-2-email .email-form-mid .floating-label .f-label__wrapper .file-upload-wrapper {
    height: 59px;
  }
  .c-grid-2-email .email-form-mid .floating-label .f-label__wrapper .file-upload-wrapper p {
    padding: 17px 0 0 0;
  }
  .captcha-tltle {
    margin: 25px 0 6px 27px;
  }
  .g-recaptcha.email-captcha {
    padding: 0 0 0 0px;
  }
  .btm-space-mobile {
    padding: 20px 15px 0 15px;
  }
  .btm-space-mobile .btn-submit-cutomercare {
    width: 100%;
    padding: 0 0 0 0;
  }
  .btm-space-mobile .btn-submit-cutomercare:hover {
    text-decoration: none;
  }
  .promoted-articles {
    padding: 39px 14px 33px 14px;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box.c-email-box {
    padding: 15px 32px 41px;
  }
  .c-care-mid .c-care-mid-in .c-care-grid.c-grid-1 .grid-content-box.c-common-p-59 {
    padding: 15px 32px 50px;
  }
  .customer-care-title {
    margin: 0;
    text-align: center;
    border: none;
  }
  .customer-care-title h2 {
    margin: 0px;
  }
}
@media screen and (max-width: 768px) {
  .distributors-section {
    margin-top: 30px;
  }
}
.distributors-section .d-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .distributors-section .d-box {
    margin-bottom: 35px;
  }
}
.distributors-section .d-box h3 {
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 25px;
}
.distributors-section .d-box p {
  line-height: 23px;
}
.distributors-section .d-box a {
  border-bottom: 1px solid #ccc;
}
.distributors-section .d-box a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .media-inquiries-section {
    margin-top: 30px;
  }
}
.media-inquiries-section p {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .media-inquiries-section p {
    margin: 25px 0;
  }
}
.media-inquiries-section p.italic-style {
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .page-emailUsContentPage .email-form-mid label.captcha-tltle {
    margin: 0 auto;
    text-align: left;
    max-width: 315px;
    display: inherit;
    margin-top: 25px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 370px) {
  .page-emailUsContentPage .email-form-mid label.captcha-tltle {
    margin: 0 auto;
    text-align: left;
    max-width: 279px;
    display: inherit;
    margin-top: 25px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  .page-emailUsContentPage .email-form-mid .email-captcha {
    margin: 0 auto;
    text-align: center;
    max-width: 315px;
  }
}
@media (max-width: 360px) {
  .page-emailUsContentPage .email-form-mid .email-captcha {
    transform: scale(0.9) !important;
    -webkit-transform: scale(0.9) !important;
    -moz-transform: scale(0.9) !important;
  }
}
.page-emailUsContentPage .email-form-mid label#hidden-grecaptcha-error {
  margin: 0 auto;
  width: 315px;
  display: inherit;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment {
  width: 100%;
  margin: 0px;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment .payment-options-title {
  border-bottom: #bababa solid 1px;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment .payment-options-title h2 {
  font-size: 27px;
  margin: 0px 0 11px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid {
  padding: 44px 64px 0 0;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 0px 0 27px 0;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular', sans-serif;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid .payment-content {
  padding: 0px 0 16px 0;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid .payment-content p {
  font-size: 16px;
  font-weight: 600;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid .payment-content p.paypalC {
  font-weight: 500 !important;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid .payment-option-list {
  padding: 0 0 61px 0;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid .payment-option-list h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0 30px 0;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid .payment-option-list ul {
  margin: 0px;
  padding: 0px;
}
.c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid .payment-option-list ul li {
  display: inline-block;
  margin: 0px 6px 0 0;
}
.sales-tax-mid {
  padding: 42px 73px 0 0;
}
.sales-tax-mid p {
  font-size: 16px;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
  .page-paymentOptionsPage .c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid {
    padding: 6px 0px 0;
    text-align: left;
  }
}
@media screen and (max-width: 580px) {
  .c-care-mid .c-care-mid-in .c-grid-2-payment .payment-options-title {
    border-bottom: 0px;
    text-align: center;
  }
  .c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid {
    padding: 6px 20px 0;
    text-align: center;
  }
  .c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid .payment-content p {
    font-size: 15px;
  }
  .c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid h4 {
    margin: 15px 0 25px 0;
  }
  .c-care-mid .c-care-mid-in .c-grid-2-payment .payment-option-mid .payment-option-list {
    padding: 0 0 44px 0;
  }
  .sales-tax-mid {
    padding: 5px 20px 0;
    text-align: center;
  }
  .sales-tax-mid p {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
}
.paypal-button-container {
  display: inline !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
#zoid-paypal-button-a93c0b0402 > .zoid-outlet {
  max-width: 100% !important;
  min-width: 100% !important;
}
.tm-rewards-main .tm-rewards-main-banner-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 780px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .tm-rewards-main-banner-section {
    display: none;
  }
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 600px;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content {
  padding: 111px 40px;
  text-align: center;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content img {
  width: 120px;
  margin-bottom: 65px;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content h3 {
  font-size: 45px;
  color: #fff;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-weight: bold;
  margin: 0 0 25px;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content p {
  color: #f5f5f5;
  font-size: 15px;
  line-height: 23px;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content .btns-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 55px 0px;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content .btns-flex .btn-white {
  background-color: #fff;
  width: 199px;
  height: 42px;
  line-height: 42px;
  line-break: 42px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  text-transform: uppercase;
  cursor: pointer;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content .btns-flex .btn-white:hover {
  text-decoration: none;
  background: #000000;
  color: #ffffff!important;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content .btns-flex .btn-transparent {
  background-color: transparent;
  width: 199px;
  height: 42px;
  line-height: 42px;
  line-break: 42px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  text-transform: uppercase;
  cursor: pointer;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content .btns-flex .btn-transparent:hover {
  text-decoration: none;
  background: #ffffff;
  color: #000000!important;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content .btns-flex span {
  color: #fff;
  font-weight: 600;
  padding: 0px 20px;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content h5 a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #f1f1f1;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content h5 a:hover {
  color: #f6f6f6!important;
  text-decoration: none!important;
}
.tm-rewards-main .tm-rewards-main-banner-section .tm-rewards-main-overlay .tm-reward-main-content h5 a:focus {
  color: #fff !important;
}
@media screen and (max-width: 375px) {
  .tm-rewards-main .bookandevent-mid .question-wegot h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .tm-rewards-main .bookandevent-mid .question-wegot h2 {
    font-size: 20px;
  }
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section {
  text-align: center;
  margin-top: 48px;
  display: none;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .tm-rewards-main-banner-mobile-section {
    display: block;
  }
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section .tm-reward-main-content-mobile {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .tm-rewards-main .tm-rewards-main-banner-mobile-section .tm-reward-main-content-mobile {
    width: 315px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 320px) {
  .tm-rewards-main .tm-rewards-main-banner-mobile-section .tm-reward-main-content-mobile {
    width: 280px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section .tm-reward-main-content-mobile h3 {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-weight: bold;
  font-size: 27px;
  margin: 0;
  padding: 0;
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section .tm-reward-main-content-mobile p {
  font-size: 16px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  margin-top: 20px;
  padding: 0px 26px;
}
@media screen and (max-width: 480px) {
  .tm-rewards-main .tm-rewards-main-banner-mobile-section .tm-reward-main-content-mobile p {
    padding: 0px;
  }
}
@media screen and (max-width: 320px) {
  .tm-rewards-main .tm-rewards-main-banner-mobile-section .tm-reward-main-content-mobile p {
    font-size: 14px;
  }
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section .tm-reward-main-content-mobile h5 {
  margin-top: 30px;
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section .tm-reward-main-content-mobile h5 a {
  font-size: 16px;
  font-family: "Gotham";
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section .tm-reward-main-content-mobile h5 a:hover {
  text-decoration: none;
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section .mobile-btns-section {
  background-color: #000;
  padding: 52px 20px;
  text-align: center;
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section .mobile-btns-section span {
  color: #fff;
  padding: 22px 0;
  display: block;
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section .mobile-btns-section a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 13.5px;
  text-transform: uppercase;
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section .mobile-btns-section a.btn-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
.tm-rewards-main .tm-rewards-main-banner-mobile-section .mobile-btns-section a.btn-transparent {
  border: 1px solid #fff;
  color: #fff;
}
.tm-rewards-main .breadcrumb-block {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .breadcrumb-block {
    display: none;
  }
}
.tm-rewards-main .breadcrumb-block .breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
}
.tm-rewards-main .breadcrumb-block .breadcrumb li a {
  color: #888;
}
.tm-rewards-main .benefits-section {
  text-align: center;
  padding: 18px 0 105px 0;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .benefits-section {
    padding: 50px 0 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .tm-rewards-main .benefits-section .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .benefits-section .benefits--box {
    margin-bottom: 80px;
  }
}
.tm-rewards-main .benefits-section img {
  margin-bottom: 40px;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .benefits-section img {
    margin-bottom: 8px;
  }
}
.tm-rewards-main .benefits-section h2 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  font-family: "Gotham";
  margin-bottom: 60px;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 360px) {
  .tm-rewards-main .benefits-section h2 {
    font-size: 24px!important;
  }
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .benefits-section h2 {
    font-size: 30px;
    margin-bottom: 45px;
    line-height: normal;
  }
}
.tm-rewards-main .benefits-section h4 {
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 20px;
  line-height: 31px;
}
@media screen and (max-width: 480px) {
  .tm-rewards-main .benefits-section h4 {
    line-height: 1.4;
    font-size: 13px;
    font-family: Montserrat;
    letter-spacing: .26px;
    font-weight: 600;
  }
}
.tm-rewards-main .benefits-section h4 span {
  text-transform: uppercase;
}
.tm-rewards-main .points-section {
  display: flex;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .points-section {
    display: block;
  }
}
.tm-rewards-main .points-section .points-section-left {
  width: 50%;
  background-color: #f5f5f5;
  padding: 132px 100px 132px 160px;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  .tm-rewards-main .points-section .points-section-left {
    padding: 132px 30px 132px 60px;
  }
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .points-section .points-section-left {
    padding: 40px 20px;
    width: 100%;
    text-align: center;
  }
}
.tm-rewards-main .points-section .points-section-left h3 {
  font-family: "Gotham";
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -2px;
  color: #000;
  margin-bottom: 24px;
  line-height: 49px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .points-section .points-section-left h3 {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.tm-rewards-main .points-section .points-section-left p {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.28px;
  margin-bottom: 0px;
}
.tm-rewards-main .points-section .points-section-left a {
  background-color: #000;
  width: 235px;
  height: 44px;
  line-height: 44px;
  line-break: 44px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-top: 38px;
  border: 1px solid #000;
  cursor: pointer;
}
.tm-rewards-main .points-section .points-section-left a:hover {
  text-decoration: none;
  color: #000!important;
  border: 1px solid #000;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .points-section .points-section-left a {
    margin-top: 32px;
    display: block;
    width: 100%;
  }
}
.tm-rewards-main .points-section .points-section-right {
  width: 50%;
  background-color: #000;
  color: #fff;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .points-section .points-section-right {
    padding: 55px 20px;
    width: 100%;
  }
}
.tm-rewards-main .points-section .points-section-right h3 {
  font-family: "Gotham";
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .points-section .points-section-right h3 {
    font-size: 27px;
    margin-top: 0;
  }
}
.tm-rewards-main .points-section .points-section-right h4 {
  font-size: 20px;
  line-height: 31px;
  font-family: 'Montserrat', Arial, Sans-Serif;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .points-section .points-section-right h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.tm-rewards-main .points-section .points-section-right .points-view {
  display: flex;
  justify-content: center;
  margin: 35px 0;
  font-weight: 600;
}
.tm-rewards-main .points-section .points-section-right .points-view > div {
  width: 100px;
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .points-section .points-section-right .points-view > div {
    font-size: 61px;
  }
}
.tm-rewards-main .points-section .points-section-right .points-view .points-view-left {
  position: relative;
}
.tm-rewards-main .points-section .points-section-right .points-view .points-view-left span {
  font-size: 40px;
  position: absolute;
  left: 8px;
  top: 16px;
}
.tm-rewards-main .points-section .points-section-right .points-view .points-view-right {
  position: relative;
}
.tm-rewards-main .points-section .points-section-right .points-view .points-view-right span {
  font-size: 40px;
  position: absolute;
  left: 6px;
  top: 12px;
}
.tm-rewards-main .unlock-benfits-section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .unlock-benfits-section {
    padding: 50px 0 60px;
  }
}
.tm-rewards-main .unlock-benfits-section h2 {
  font-weight: bold;
  font-size: 40px;
  font-family: "Gotham";
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: -1.5px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .unlock-benfits-section h2 {
    font-size: 30px;
  }
}
.tm-rewards-main .unlock-benfits-section .benfits-table {
  margin-top: 63px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .unlock-benfits-section .benfits-table {
    margin-top: 54px;
    padding: 0px 5px;
  }
}
.tm-rewards-main .unlock-benfits-section .benfits-table table {
  width: 100%;
  text-align: center;
}
.tm-rewards-main .unlock-benfits-section .benfits-table table thead.desktop-view-head {
  display: table-header-group;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .unlock-benfits-section .benfits-table table thead.desktop-view-head {
    display: none;
  }
}
.tm-rewards-main .unlock-benfits-section .benfits-table table thead.mobile-view-head {
  display: none;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .unlock-benfits-section .benfits-table table thead.mobile-view-head {
    display: table-header-group;
  }
}
.tm-rewards-main .unlock-benfits-section .benfits-table table thead tr th {
  font-weight: bold;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 24px;
  line-height: 31px;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr:nth-child(odd) td:nth-child(1) {
  background-color: #f5f5f5;
}
.tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #e0e0e0;
}
.tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr:nth-child(odd) td:nth-child(3) {
  background-color: #b2b2b2;
}
.tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr:nth-child(odd) td:nth-child(4) {
  background-color: #616161;
  color: #fff;
}
.tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr:nth-child(even) td:nth-child(1) {
  background-color: #e7e7e7;
}
.tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #d3d3d3;
}
.tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr:nth-child(even) td:nth-child(3) {
  background-color: #a8a8a8;
}
.tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr:nth-child(even) td:nth-child(4) {
  background-color: #5c5c5c;
  color: #fff;
}
.tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr td {
  padding: 25px;
  font-size: 16px;
  font-family: 'Gotham Book';
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr td {
    font-size: 14px;
  }
}
.tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr td:nth-child(1) {
  text-transform: uppercase;
  width: 260px;
}
.tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr td img {
  width: 26px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr td {
    display: none;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody tr td:nth-child(1) {
    display: table-cell;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody.plus tr td:nth-child(2) {
    display: table-cell;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody.preferred tr:nth-child(odd) td:nth-child(1) {
    background-color: #c6c6c6;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody.preferred tr:nth-child(odd) td:nth-child(3) {
    display: table-cell;
    background-color: #b2b2b2;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody.preferred tr:nth-child(even) td:nth-child(1) {
    background-color: #bbbbbb;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody.preferred tr:nth-child(even) td:nth-child(3) {
    display: table-cell;
    background-color: #a8a8a8;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody.premier tr:nth-child(odd) td:nth-child(1) {
    background-color: #616161;
    color: #fff;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody.premier tr:nth-child(odd) td:nth-child(4) {
    display: table-cell;
    background-color: #505050;
    color: #fff;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody.premier tr:nth-child(even) td:nth-child(1) {
    background-color: #5c5c5c;
    color: #fff;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table tbody.premier tr:nth-child(even) td:nth-child(4) {
    display: table-cell;
    background-color: #4c4c4c;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .unlock-benfits-section .benfits-table table .mobile-view-head .mobile-view-head-buttons thead tr > td {
    padding: 22px 0;
    width: 112px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    font-family: "Gotham";
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table .mobile-view-head .mobile-view-head-buttons thead tr > td:nth-child(1) {
    background-color: #f5f5f5;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table .mobile-view-head .mobile-view-head-buttons thead tr > td:nth-child(2) {
    background-color: #c6c6c6;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table .mobile-view-head .mobile-view-head-buttons thead tr > td:nth-child(3) {
    background-color: #616161;
    color: #fff;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table .mobile-view-head #table-sub-menu {
    text-transform: uppercase;
    font-size: 14px;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table .mobile-view-head #table-sub-menu td:first-child {
    width: 50%;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table .mobile-view-head #table-sub-menu.plus td {
    padding: 22px 0;
    background-color: #f5f5f5;
    border-bottom: 2px solid #ccc;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table .mobile-view-head #table-sub-menu.preferred td {
    padding: 22px 0;
    background-color: #c6c6c6;
    border-bottom: 2px solid #5d5d5d;
  }
  .tm-rewards-main .unlock-benfits-section .benfits-table table .mobile-view-head #table-sub-menu.premier td {
    padding: 22px 0;
    background-color: #616161;
    color: #fff;
    border-bottom: 2px solid #000;
  }
}
.tm-rewards-main .vip-status-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 20px 50px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .vip-status-banner {
    padding: 50px 20px 34px;
  }
}
.tm-rewards-main .vip-status-banner h2 {
  color: #fff;
  font-weight: bold;
  font-family: 'Montserrat', Arial, Sans-Serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 9px 0;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .vip-status-banner h2 {
    font-size: 27px;
  }
}
.tm-rewards-main .vip-status-banner p {
  color: #f5f5f5;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tm-rewards-main .questions-section {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .questions-section {
    padding: 52px 0 30px;
  }
}
.tm-rewards-main .questions-section h2 {
  font-weight: bold;
  font-size: 40px;
  font-family: "Gotham";
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .questions-section h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .questions-section .questions-accordion {
    padding: 0px 5px;
    margin-bottom: 0;
  }
}
.tm-rewards-main .questions-section .questions-accordion .panel-default {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading {
  padding: 0;
  border-radius: 0!important;
  margin-bottom: 10px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading {
    margin-bottom: 17px;
  }
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading .more-less {
  padding-right: 15px;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading .panel-title a {
  font-size: 15px;
  padding: 20px 20px;
  font-family: 'Montserrat', Arial, Sans-Serif;
  display: block;
  font-weight: bold;
  position: relative;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading .panel-title a i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading .panel-title a > p {
  margin-bottom: 0;
  padding-left: 30px;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading.active {
  background-color: #525252;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading.active a {
  color: #fff!important;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-body {
  padding: 5px 0px 20px 55px;
}
.join-today-section-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .join-today-section-mobile {
    display: block;
    padding: 0 20px 33px 20px;
  }
  .join-today-section-mobile .btn-black {
    background-color: #000;
    height: 43px;
    line-height: 43px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
  }
}
.page-tmRewardsContentPage .bookandevent-mid .question-wegot {
  padding: 55px 0 0 0 !important;
}
.page-tmRewardsContentPage .jointodayBtn .joinInPopup {
  background-color: #000;
  width: 235px;
  height: 44px;
  line-height: 44px;
  line-break: 44px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-top: 38px;
  border: 1px solid #000;
}
.page-tmRewardsContentPage .jointodayBtn .joinInPopup:hover {
  text-decoration: none;
  color: #000!important;
  border: 1px solid #000;
  background: transparent;
}
.stores-banner.bookandevent-banner .s-banner-text {
  padding: 180px 0px 0 201px;
}
.stores-banner.bookandevent-banner .banner-paragraph {
  margin: 172px 0 0 200px;
}
.complete-registration-main.bookandevent-breadcrumb {
  padding: 14px 41px 0 41px;
}
.bookandevent-mid {
  max-width: 1032px;
  margin: 0 auto;
}
.bookandevent-mid .bookandevent-slider {
  padding: 17px 0 0 0;
}
.bookandevent-mid .bookandevent-slider .slick-slide {
  margin: 0px;
}
.bookandevent-mid .bookandevent-slider .slick-slide .item {
  position: relative;
}
.bookandevent-mid .bookandevent-slider .slick-slide .item h4 {
  color: #fff;
  margin: 0px;
  font-size: 17px;
  position: absolute;
  font-weight: 400;
  left: 38px;
  bottom: 19px;
}
.bookandevent-mid .bookandevent-slider .contact-btn-wrapper {
  padding: 40px 0 33px 0;
}
.bookandevent-mid .bookandevent-slider .contact-btn-wrapper .btn {
  font-size: 12.14px;
  font-weight: 700;
  padding: 9px 0;
  min-width: 223px;
}
.bookandevent-mid .question-wegot {
  padding: 25px 0 0 0;
}
.bookandevent-mid .question-wegot h2 {
  font-size: 40px;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Gotham';
}
.bookandevent-mid .question-wegot .question-wegot-accordian {
  padding: 42px 0 54px 0;
}
.bookandevent-mid .how-to-book {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 45px 140px 41px 140px;
}
.bookandevent-mid .how-to-book h4 {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0 14px 0;
}
.bookandevent-mid .how-to-book h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px 0 16px 0;
}
.bookandevent-mid .how-to-book p {
  color: #fff;
  font-size: 13px;
}
.bookandevent-mid .how-to-book .white-borderd {
  color: #fff;
  border: #fff solid 2px;
  text-align: center;
  font-size: 12.14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 54px 7px 55px;
  min-width: 303px;
  letter-spacing: 0.28px;
  margin: 23px 0 0 0;
}
.bookandevent-mid .how-to-book .white-borderd:hover,
.bookandevent-mid .how-to-book .white-borderd:focus,
.bookandevent-mid .how-to-book .white-borderd:active {
  color: #000 !important;
  background: #fff;
  border-color: #fff;
}
.common-single-slider ul.slick-dots {
  margin: 0;
  padding: 19px 0 0 0;
  text-align: center;
}
.common-single-slider ul.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  text-indent: 999999px;
  margin: 0 7.5px;
}
.common-single-slider ul.slick-dots li.slick-active button {
  background: #3b3b3b;
}
.common-single-slider .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 100%;
  text-align: center;
}
.common-single-slider .slick-arrow i:before {
  color: #4a4b4b;
  font-weight: 700;
  font-size: 12px;
  text-shadow: #4a4b4b 0px 0px 0px;
}
.common-single-slider span.arrow-next {
  width: 14px;
  right: -237px;
  cursor: pointer;
  left: 0px;
  margin: 0 auto;
  z-index: 99;
}
.common-single-slider span.arrow-prev {
  width: 14px;
  left: -237px;
  cursor: pointer;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading .panel-title a {
  padding: 31px 0 25px 25px;
  text-decoration: none !important;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading .panel-title a i {
  color: #525252;
  margin: 1px 0 0 0;
  top: 39px;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading .panel-title a > p {
  padding-left: 52px;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading.active h4 .glyphicon {
  color: #fff;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-body {
  padding: 5px 0px 5px 87px;
}
.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-body p {
  font-size: 16px;
  margin: 0 0 25px 0;
}
@media (max-width: 768px) {
  .stores-banner.bookandevent-banner .banner-paragraph {
    margin: 0 0;
    border: none;
    padding: 28px 20px 0;
  }
}
@media (max-width: 580px) {
  .stores-banner .s-banner-text {
    text-align: center;
  }
  .stores-banner.bookandevent-banner .banner-paragraph {
    padding: 20px 20px 0;
  }
  .complete-registration-main.bookandevent-breadcrumb {
    padding: 14px 41px 0 41px;
    display: none;
  }
  section.stores-banner.bookandevent-banner {
    margin: 0;
  }
  .bookandevent-mid .bookandevent-slider {
    padding: 14px 23px 0 25px;
  }
  .bookandevent-mid .bookandevent-slider .slick-slide .item {
    text-align: center;
  }
  .bookandevent-mid .bookandevent-slider .slick-slide .item h4 {
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
  section.bookandevent-mid .common-single-slider ul.slick-dots {
    padding: 16px 0 0 0;
  }
  .bookandevent-mid .question-wegot {
    padding: 13px 0 0 0;
  }
  .bookandevent-mid .question-wegot h2 {
    font-size: 27px;
  }
  .bookandevent-mid .how-to-book {
    padding: 36px 20px 41px 20px;
  }
  .bookandevent-mid .how-to-book h3 {
    margin: 0px 0 30px 0;
  }
  .bookandevent-mid .how-to-book p {
    font-size: 16px;
  }
  .bookandevent-mid .how-to-book .white-borderd {
    border-width: 0 0 2px 0;
    min-width: auto;
    display: inline-block;
    padding: 0 0;
    margin: 15px 0 0 0;
  }
  .bookandevent-mid .question-wegot .question-wegot-accordian {
    padding: 42px 20px 38px 20px;
  }
  section.bookandevent-mid.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading .panel-title a {
    padding: 31px 20px 25px 25px;
  }
  section.bookandevent-mid.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading .panel-title a > p {
    padding-left: 44px;
    line-height: 22px;
  }
  section.bookandevent-mid.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-body {
    padding: 5px 0px 5px 0;
  }
  section.bookandevent-mid.tm-rewards-main .questions-section .questions-accordion .panel-default .panel-heading .panel-title a i {
    top: 41px;
  }
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
.bg-cover-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-cover-top {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.paddingtop20 {
  padding-top: 20px;
}
.paddingbottom20 {
  padding-bottom: 20px;
}
.main-wrapper {
  background-image: url(/_ui/responsive/theme-tm/images/content-page/lot-bg-image.png);
  padding-bottom: 20px;
}
.main-wrapper .tm--slider-section .slider-for .bg-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide {
  position: relative;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  display: block;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .story-ep {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .story-ep h6 {
  color: #fff;
  font-family: 'Bulmer';
  font-size: 26px;
  letter-spacing: 1px;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .story-ep h5 {
  color: #fff;
  font-family: 'Bulmer';
  font-size: 34px;
  letter-spacing: 1px;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .tm-slide-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100px;
  z-index: 999;
  color: #fff;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .tm-slide-content h1 {
  position: relative;
  padding-bottom: 0px;
  font-size: 82px;
  font-family: 'Bulmer';
  font-weight: 500;
  letter-spacing: 5px;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .tm-slide-content h1:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: #fff;
  width: 260px;
  height: 4px;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .tm-slide-content .media {
  margin-top: 0;
  display: flex;
  align-items: center;
  max-width: 65%;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .tm-slide-content .media .media-left {
  min-width: 260px;
  text-align: right;
  font-family: 'Bulmer';
  font-size: 18px;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .tm-slide-content .media .media-left i {
  padding-left: 10px;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .tm-slide-content .media .media-left a {
  color: #fff;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .tm-slide-content .media .media-left a:hover {
  text-decoration: none;
  color: #fff!important;
}
.main-wrapper .tm--slider-section .slider-for .tm-slide .tm-slide-content .media .media-right {
  padding-left: 36px;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
}
.main-wrapper .tm--slider-section .slider-nav {
  position: relative;
  top: -40px;
  padding: 0px 20px;
}
.main-wrapper .tm--slider-section .slider-nav .tm-slide-nav {
  padding: 0px 2px;
}
.main-wrapper .tm--slider-section .slider-nav .tm-slide-nav .figure-box {
  position: relative;
}
.main-wrapper .tm--slider-section .slider-nav .tm-slide-nav .figure-box .figure {
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
}
.main-wrapper .tm--slider-section .slider-nav .tm-slide-nav .figure-box .cover-black {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  transition: all ease-in 0.3s;
}
.main-wrapper .tm--slider-section .slider-nav .tm-slide-nav .figure-box .tm-nav-content {
  position: absolute;
  width: 100%;
  font-family: 'Bulmer';
  font-weight: 400;
  display: block;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  transition: all ease-in 0.2s;
  font-size: 18px;
}
.main-wrapper .tm--slider-section .slider-nav .tm-slide-nav:hover .cover-black {
  opacity: 0;
}
.main-wrapper .tm--slider-section .slider-nav .tm-slide-nav:hover .tm-nav-content {
  opacity: 0;
}
.main-wrapper .tm--slider-section .slider-nav .tm-slide-nav.slick-current .cover-black {
  opacity: 0;
}
.main-wrapper .tm--slider-section .slider-nav .tm-slide-nav.slick-current .tm-nav-content {
  opacity: 0;
}
.main-wrapper .tm--slider-section .slider-nav .tm-slide-nav.slick-current:hover .cover-black {
  opacity: 0.6;
}
.main-wrapper .tm--slider-section .slider-nav button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 26px;
  color: #fff;
}
.main-wrapper .tm--slider-section .slider-nav .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.main-wrapper .tm--slider-section .slider-nav .prev-arrow {
  left: -5px;
}
.main-wrapper .tm--slider-section .slider-nav .next-arrow {
  right: -5px;
}
.main-wrapper .subcontent1 {
  margin-bottom: 30px;
}
.main-wrapper .subcontent1 h5 {
  color: #ffffff;
  margin-bottom: 30px;
  font-family: 'Bulmer';
  letter-spacing: 2px;
  font-size: 24px;
}
.main-wrapper .subcontent1 img {
  max-width: 250px;
  margin-bottom: 35px;
  margin-top: 10px;
}
.main-wrapper .subcontent1 p {
  color: #ffffff;
  line-height: 26px;
  font-size: 15px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  letter-spacing: 1px;
}
.main-wrapper .social-share-contest {
  padding: 20px 0;
  text-align: center;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.main-wrapper .social-share-contest .title {
  color: #ffffff;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.main-wrapper .social-share-contest .sub-title {
  margin: 15px 0;
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  font-size: 20px;
  text-transform: uppercase;
}
.main-wrapper .social-share-contest ul li {
  color: #ffffff;
  line-height: 26px;
  font-size: 14px;
  list-style: none;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.main-wrapper .social-share-contest ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #fff;
  padding-right: 5px;
  display: inline-block;
  position: relative;
  left: -5px;
  top: -2px;
}
.main-wrapper .social-share-contest ul li span {
  color: #b41c27;
}
.main-wrapper .social-share-contest .media {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  border: 1px solid #fff;
  padding: 15px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
}
.main-wrapper .social-share-contest .media div {
  width: 50%;
  color: #ffffff;
}
.main-wrapper .social-share-contest .media .media-left {
  border-right: 1px solid #fff;
}
.main-wrapper .social-share-contest .media .media-left h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.main-wrapper .social-share-contest .media .media-left h2 {
  font-size: 64px;
  margin: 10px 0;
  padding: 0;
  font-weight: bold;
}
.main-wrapper .social-share-contest .media .media-left h5 {
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.main-wrapper .social-share-contest .media .media-right span.text-bg {
  background-color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  font-weight: 600;
  letter-spacing: 2px;
}
.main-wrapper .social-share-contest .media .media-right h5 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.main-wrapper .social-share-contest .media .media-right h6 {
  font-size: 14px;
  line-height: 24px;
}
.main-wrapper .lot-footer {
  padding: 20px 0;
}
.main-wrapper .lot-footer img {
  width: 100%;
}
.blog-main-wrapper {
  background-color: #000;
}
.blog-main-wrapper .blog-main-content {
  padding: 30px 0;
}
.blog-main-wrapper .blog-main-content .blog-main-top a {
  color: #b41c27;
}
.blog-main-wrapper .blog-main-content .blog-main-top a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .blog-main-wrapper .blog-main-content .blog-main-top h5 {
    font-size: 16px;
  }
  .blog-main-wrapper .blog-main-content .blog-main-top h4 {
    font-size: 18px;
  }
}
.blog-main-wrapper .blog-main-content h5 {
  color: #b41c27;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 20px;
}
.blog-main-wrapper .blog-main-content h4 {
  color: #fff;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 22px;
}
.blog-main-wrapper .blog-main-content .blog-content-one {
  padding: 30px 0;
}
.blog-main-wrapper .blog-main-content .blog-content-one .profile {
  text-align: center;
}
.blog-main-wrapper .blog-main-content .blog-content-one .profile .profile-pic {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.blog-main-wrapper .blog-main-content .blog-content-one p {
  color: #d5d5d5;
  font-family: 'Bulmer';
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}
.blog-main-wrapper .blog-main-content .blog-content-one h6 {
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-size: 15px;
  line-height: 28px;
  color: #d5d5d5;
  padding: 15px 0;
}
.blog-main-wrapper .shop-widget-box .title-section {
  text-align: center;
}
.blog-main-wrapper .shop-widget-box .title-section h4 {
  font-size: 28px;
  color: #fff;
  background-color: #000;
  position: relative;
  z-index: 99;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.blog-main-wrapper .shop-widget-box .title-section h4 .display-in {
  display: inline-block;
  background-color: #000;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.blog-main-wrapper .shop-widget-box .title-section h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #fff;
  z-index: -1;
}
.blog-main-wrapper .shop-widget-box .title-section h3 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Bulmer';
  border-bottom: 3px solid #fff;
  margin: 0;
  padding: 15px 0;
  margin-bottom: 30px;
  letter-spacing: 3px;
  word-spacing: 5px;
}
.blog-main-wrapper .shop-widget-box .products-section {
  padding-bottom: 30px;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq {
  width: 20%;
  float: left;
  padding: 0px 15px;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box {
  cursor: pointer;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box h4 {
  color: #fff;
  font-size: 13px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  margin-bottom: 0;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  line-height: 26px;
  margin-top: 5px;
  text-transform: uppercase;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box .product-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box .product-image .size-section {
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in;
  opacity: 0;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box .product-image .size-section ul {
  padding: 5px;
  margin: 0;
  display: block;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box .product-image .size-section ul li {
  display: inline-block;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box .product-image .size-section ul li a {
  color: #fff;
  font-size: 12px;
  width: 48px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 4px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 3px;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box .product-image .size-section ul li a:hover {
  text-decoration: none;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box .product-image .size-section h5 {
  background-color: #9a9d9f;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  margin: 0;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box:hover {
  cursor: pointer;
}
.blog-main-wrapper .shop-widget-box .products-section .row .col-eq .product-inner-box:hover .size-section {
  bottom: 0;
  opacity: 1;
}
.blog-main-wrapper .footer--subscribe {
  background-color: #151515;
}
.blog-main-wrapper .footer--subscribe .foote--inner {
  max-width: 525px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
.blog-main-wrapper .footer--subscribe .foote--inner h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 28px;
}
.blog-main-wrapper .footer--subscribe .foote--inner h6 {
  color: #fff;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  margin-bottom: 25px;
  line-height: 20px;
}
.blog-main-wrapper .footer--subscribe .foote--inner .input-group input {
  box-shadow: none;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.blog-main-wrapper .footer--subscribe .foote--inner .input-group .input-group-btn .btn {
  background-color: #7d7d7d;
  color: #fff;
  height: 40px;
  border-radius: 0px 3px 3px 0;
}
.blog-main-wrapper .footer--subscribe .foote--inner small {
  color: #fff;
  padding-top: 8px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .blog-main-wrapper .shop-widget-box .products-section .row .col-eq {
    width: 50%;
  }
  .tm--slider-section .slider-nav {
    display: none!important;
  }
  .tm--slider-section .slider-for .tm-slide {
    min-height: 300px!important;
  }
  .tm--slider-section .slider-for .tm-slide .tm-slide-content {
    padding: 0px 50px;
  }
  .tm--slider-section .slider-for .tm-slide .tm-slide-content h1 {
    font-size: 26px!important;
    padding-bottom: 12px!important;
  }
  .tm--slider-section .slider-for .tm-slide .tm-slide-content h1:before {
    bottom: 0!important;
  }
  .tm--slider-section .slider-for .tm-slide .tm-slide-content .media {
    max-width: 100%!important;
  }
  .tm--slider-section .slider-for .tm-slide .tm-slide-content .media .media-right {
    display: none;
  }
  .tm--slider-section .slider-for button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 26px;
    color: #fff;
    z-index: 99999;
  }
  .tm--slider-section .slider-for .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
  .tm--slider-section .slider-for .prev-arrow {
    left: 20px;
  }
  .tm--slider-section .slider-for .next-arrow {
    right: 20px;
  }
  .tm--slider-section .slider-for .slick-dots {
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    top: -20px;
  }
  .tm--slider-section .slider-for .slick-dots li {
    display: inline-block;
    margin: 0px 10px;
  }
  .tm--slider-section .slider-for .slick-dots li button {
    background-color: #fff;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    text-indent: -1;
    overflow: hidden;
  }
  .tm--slider-section .slider-for .slick-dots li.slick-active button {
    background-color: transparent;
  }
}
.collection-banner {
  position: relative;
}
.collection-banner .bg-desktop {
  min-height: 596px;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
}
.collection-breadcrumb {
  padding-top: 36px;
  padding-left: 32px;
}
.change-postion {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.change-postion .link-wrapper {
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 97px;
}
.change-postion .link-wrapper .arrow {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.change-postion .link-wrapper .text {
  left: 0;
  bottom: -70px;
  right: 0;
}
.collections-top {
  max-width: 1039px;
  margin: 0 auto;
}
.collections-top .collection-top-in {
  padding: 8px 30px 84px 30px;
}
.collections-top .collection-top-in h4 {
  margin: 0px 0 17px 0;
  font-size: 27px;
  text-transform: uppercase;
}
.collections-top .collection-top-in p {
  font-size: 16px;
  letter-spacing: 0.28px;
  line-height: 24px;
}
.collection-top-container {
  position: relative;
  padding: 0 0 35px 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.collection-top-container .c-left-content {
  border: #c5c1b8 solid 1px;
  position: absolute;
  left: 0;
  min-width: 288px;
  max-width: 288px;
  padding: 31px 74px 17px 24px;
  text-align: left;
}
.collection-top-container .c-left-content h2 {
  text-transform: uppercase;
  font-size: 27px;
  margin: 0px 0 10px 0;
}
.collection-top-container .c-left-content p {
  font-size: 16px;
}
.collection-top-container .c-left-content.bottom-padding-change {
  padding: 31px 74px 57px 24px;
}
.collection-top-container.right-container {
  padding: 0 250px 47px 0px;
}
.collection-top-container.right-container .c-left-content {
  border: #c5c1b8 solid 1px;
  position: absolute;
  left: auto;
  right: 0px;
  min-width: 288px;
  max-width: 288px;
  padding: 33px 32px 26px 60px;
  text-align: left;
}
.collection-mid-wrapper {
  padding: 29px 0 0 0;
}
section.collection-section-mid.b--listing-product__wrapper-catalog {
  padding-top: 0;
}
.collection-section-mid {
  max-width: 1440px;
  margin: 0 auto;
}
.collection-section-mid .full-row {
  margin: 0px 3px;
  padding-bottom: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-flex;
  /* Safari */
  /* Safari 6.1+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.collection-section-mid .full-row .c-collection-grid .b--product--spacer {
  margin: 0 4px;
  padding-bottom: 26px;
}
.collection-section-mid .full-row .c-collection-grid .b--product--spacer .b--product__foot {
  padding-top: 9px;
}
.collection-section-mid .full-row .c-collection-grid .b--product--spacer .b--product__foot a.b--product__data h4.b--product__title {
  margin-top: 0;
  margin-bottom: 6px;
}
.collection-section-mid .full-row .c-collection-grid .b--product--spacer .b--product__foot .metadata-option .metadata-slider .item {
  margin-bottom: 1px;
}
.bottom-vdo-banner {
  position: relative;
}
.bottom-vdo-banner .vdo-banner-desktop {
  display: block;
}
.bottom-vdo-banner .vdo-banner-mobile {
  display: none;
}
.bottom-vdo-banner .vdo-play-icon {
  width: 118px;
  height: 118px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bottom-vdo-banner .vdo-play-icon .fa-play-circle {
  font-size: 118px;
  color: #fff;
}
.bg-img-cover img {
  width: 100%;
}
.collection-banner .bg-desktop {
  display: block;
}
.collection-banner .bg-mobile {
  display: none;
}
.vdo-banner-desktop {
  min-height: 531px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (max-width: 768px) {
  .collection-section-mid .full-row {
    display: block;
    margin: 0 17px;
    padding-bottom: 0;
  }
  .collection-section-mid .full-row .c-collection-grid {
    padding: 0 !important;
    margin: 0px !important;
  }
}
@media (max-width: 580px) {
  .collection-banner .bg-desktop {
    display: none;
  }
  .collection-banner .bg-mobile {
    display: block;
  }
  .collection-banner .bg-mobile > img {
    width: 100%;
  }
  .complete-registration-main.collection-breadcrumb {
    display: none;
  }
  .arrow-wrapper.change-postion {
    display: none;
  }
  .collections-top .collection-top-in {
    padding: 29px 20px 30px 20px;
  }
  .collection-top-container {
    display: block;
    padding: 0;
  }
  .c-left-content {
    position: relative !important;
  }
  .collection-top-container .c-left-content {
    padding: 42px 28px 17px 27px;
    margin: -19px auto 17px;
    text-align: center;
  }
  .collection-top-container .c-left-content h2 {
    margin: 0px 0 17px 0;
  }
  .collection-section-mid .full-row {
    display: block;
    margin: 0 17px;
    padding-bottom: 0;
  }
  .collection-section-mid .full-row .c-collection-grid {
    padding: 0 !important;
    margin: 0px !important;
  }
  .collection-section-mid .full-row .c-collection-grid .b--product--spacer {
    margin: 0 4px;
    padding-bottom: 0;
  }
  .collection-section-mid .full-row .c-collection-grid .b--product--spacer .b--product__foot {
    min-height: 99px;
  }
  .collection-top-container.right-container {
    padding: 0 0;
  }
  .collection-mid-wrapper {
    padding: 60px 0 0 0;
  }
  .collection-top-container.right-container .c-left-content {
    padding: 43px 19px 26px 25px;
    margin-bottom: 8px;
    text-align: center;
  }
  .collection-top-container.right-container .c-left-content h2 {
    margin: 0px 0 12px 0;
  }
  .bottom-mobile-change {
    padding: 47px 0 0 0;
  }
  .collection-top-container .c-left-content.bottom-padding-change {
    padding: 41px 32px 23px 30px;
    margin-bottom: 11px;
  }
  .bottom-vdo-banner {
    position: relative;
    margin: 65px 0 0 0;
  }
  .bottom-vdo-banner .vdo-banner-desktop {
    display: none;
  }
  .bottom-vdo-banner .vdo-banner-mobile {
    display: block;
    min-height: 240px;
  }
  .bottom-vdo-banner .vdo-play-icon {
    width: 55px;
    height: 55px;
    position: absolute;
  }
}
.perfect-button-up-text .collection-top-in {
  padding: 8px 0px 84px 0px;
}
.collection-slider-main .collection-slider {
  padding: 0 0 40px 0;
}
.collection-slider-main .collection-slider .slick-slide {
  margin: 0px;
}
.collection-slider-main .collection-slider .slick-slide .item {
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.collection-slider-main .collection-slider .slick-slide .item img {
  width: 100%;
}
.collection-slider-main .collection-slider .slick-slide .item h4 {
  font-size: 18px;
  text-align: center;
  margin: 33px 0 0 0;
}
.collection-perfect-button .c-left-content {
  padding: 31px 65px 15px 24px;
}
.collection-3-block-mid {
  max-width: 1039px;
  margin: 0 auto;
  padding-top: 5px;
}
.collection-3-block-mid .custom-wrapper-perfect {
  margin-left: -23.5px;
  margin-right: -23.5px;
  padding-bottom: 30px;
}
.collection-3-block-mid .custom-wrapper-perfect .c-collection-grid {
  padding-left: 23.5px;
  padding-right: 23.5px;
}
.collection-3-block-mid .custom-wrapper-perfect .c-collection-grid .b--product--spacer {
  margin: 0px;
}
.collection-3-block-mid .custom-wrapper-perfect .metadata-option .metadata-slider .item {
  margin-bottom: 4px;
}
.collection-3-block-mid .custom-wrapper-perfect a.b--product__data h4.b--product__title {
  margin: 0px;
}
.collection-mid-wrapper .right-container .perfect-sleeve-box {
  padding: 33px 32px 10px 60px;
}
.collection-mid-wrapper .right-container .perfect-sleeve-box h2 {
  margin: 0px 0 16px 0;
}
.collection-mid-wrapper .button-up-right {
  padding-bottom: 45px;
}
.perfect-video {
  margin: 35px 0 0 0;
}
.perfect-video .vdo-banner-desktop {
  min-height: 547px;
}
@media screen and (max-width: 1024px) {
  .collection-section-mid .full-row .c-collection-grid .b--product__img a img {
    width: 100%;
  }
  .common-arrow-slider ul.slick-dots {
    margin: 0;
    padding: 23px 0 0 0;
    text-align: center;
  }
  .common-arrow-slider .slick-dots li {
    display: inline-block;
  }
  .common-arrow-slider .slick-dots li.slick-active button {
    background: #3b3b3b;
  }
  .common-arrow-slider span.arrow-prev {
    width: 14px;
    left: -200px;
    cursor: pointer;
    margin: 0 auto 0;
    right: 0;
    z-index: 99;
  }
  .common-arrow-slider span.arrow-next {
    width: 14px;
    right: -200px;
    cursor: pointer;
    left: 0;
    margin: 0 auto;
    z-index: 99;
  }
  .common-arrow-slider .slick-arrow {
    position: absolute;
    right: 0;
    bottom: 136px;
    width: 100%;
    text-align: center;
  }
  .common-arrow-slider .slick-arrow i:before {
    color: #4a4b4b;
    font-weight: 700;
    font-size: 12px;
    text-shadow: #4a4b4b 0px 0px 0px;
  }
  .common-arrow-slider ul.slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    text-indent: 999999px;
    margin: 0 7.5px;
  }
  .collection-section-mid .full-row {
    display: block;
    margin: 0 17px;
    padding-bottom: 0;
  }
  .collection-3-block-mid .custom-wrapper-perfect {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }
  .collection-3-block-mid .custom-wrapper-perfect .c-collection-grid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .perfect-button-up-text .collection-top-in {
    padding: 8px 20px 84px 20px;
  }
  .collection-slider-main .collection-slider {
    padding: 0 55px 133px 55px;
  }
}
@media screen and (max-width: 580px) {
  .perfect-button-up-text .collection-top-in {
    padding: 30px 20px 21px 20px;
  }
  .common-arrow-slider ul.slick-dots {
    padding: 29px 0 0 0;
  }
  .collection-slider-main .collection-slider {
    padding: 0 55px 69px 55px;
  }
  .common-arrow-slider .slick-arrow {
    bottom: 72px;
  }
  .collection-perfect-button .c-left-content {
    padding: 45px 24px 23px 25px;
  }
  .collection-perfect-button .c-left-content h2 {
    margin: 0px 0 22px 0;
  }
  .collection-3-block-mid {
    padding-top: 0;
  }
  .collection-3-block-mid .custom-wrapper-perfect .c-collection-grid {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .collection-3-block-mid .custom-wrapper-perfect .c-collection-grid .b--product--spacer {
    margin: 0px;
    padding: 0 5px;
  }
  .collection-3-block-mid .custom-wrapper-perfect .c-collection-grid .b--product--spacer .b--product__foot {
    min-height: 76px;
  }
  .collection-3-block-mid .custom-wrapper-perfect {
    padding: 10px 17px 0 17px;
  }
  .collection-mid-wrapper .button-up-right {
    margin-top: 16px;
    padding-bottom: 3px;
  }
  .collection-mid-wrapper .right-container .perfect-sleeve-box {
    padding: 44px 11px 16px 11px;
  }
  .sleevebox-paragraph {
    padding: 0 28px;
  }
  .button-up-paragraph {
    padding: 0 5px;
  }
  .perfect-video {
    margin: 80px 0 0 0;
  }
}
.collection-top-container.beck-short {
  margin: 11px 0 8px 0;
}
.collection-top-container.beck-short .c-left-content h2 {
  margin: 0 0 19px 0;
}
.collection-top-container.beck-short .c-left-content {
  padding: 31px 74px 29px 24px;
}
.collection-banner .bg-desktop {
  display: block;
}
.collection-banner .bg-mobile {
  display: none;
}
span.br {
  display: block;
}
.collection-section-mid.beck-list .full-row {
  padding-bottom: 87px;
}
.collection-section-mid.beck-list .full-row .c-collection-grid .b--product--spacer {
  padding-bottom: 33px;
}
@media (max-width: 580px) {
  .collection-top-container.beck-short {
    margin: -4px 0 8px 0;
  }
  span.br {
    display: none;
  }
  .collection-top-container.beck-short .c-left-content {
    padding: 44px 49px 25px 51px;
    margin: -19px auto 13px;
  }
  .collection-top-container.beck-short .c-left-content h2 {
    margin: 0 0 17px 0;
  }
  .collection-section-mid.beck-list .full-row .c-collection-grid .b--product--spacer {
    padding-bottom: 0;
  }
  .collection-section-mid.beck-list .full-row {
    padding-bottom: 53px;
  }
  .collection-slider-main.beck-slider .collection-slider ul.slick-dots {
    padding: 42px 0 0 0;
  }
  .collection-slider-main {
    position: relative;
    overflow-x: hidden;
  }
  .collection-banner .bg-desktop {
    display: none;
  }
  .collection-banner .bg-mobile {
    display: block;
  }
}
.must-have-top .collection-top-in {
  padding: 8px 3px 84px 3px;
}
.must-have-top .collection-top-container {
  margin: 0 0 5px 0;
}
.must-have-top .collection-top-container .c-left-content {
  padding: 31px 69px 38px 24px;
}
.must-have-top .collection-top-container .c-left-content h2 {
  margin: 0 0 19px 0;
}
.img-desktop {
  display: block;
}
.img-mobile {
  display: none;
}
.collection-section-mid.must-haves-list .b--listing-product__wrapper .c-collection-grid .b--product--spacer {
  padding-bottom: 19px;
}
.collection-mid-wrapper .must-haves-right {
  margin: 5px 0 0 0;
  padding: 0 250px 45px 0px;
}
.collection-mid-wrapper .must-haves-right .c-left-content {
  padding: 33px 23px 21px 60px;
}
.collection-mid-wrapper .must-haves-right .c-left-content h2 {
  margin: 0px 0 17px 0;
}
.must-have-bottom .collection-top-container {
  margin: 31px 0 5px 0;
}
.must-have-bottom .collection-top-container .c-left-content {
  padding: 31px 64px 38px 24px;
}
.must-have-bottom .collection-top-container .c-left-content h2 {
  margin: 0px 0 20px 0;
}
.must-haves-vdo {
  margin: 40px 0 0 0;
}
@media (max-width: 580px) {
  .must-have-top .collection-top-in {
    padding: 31px 28px 47px 26px;
  }
  .img-desktop {
    display: none;
  }
  .img-mobile {
    display: block;
  }
  span.img-mobile img {
    width: 100%;
  }
  .must-have-top .collection-top-container .c-left-content {
    padding: 44px 33px 21px 33px;
  }
  .must-have-top .collection-top-container {
    margin: 0 0 0px 0;
  }
  .collection-section-mid.must-haves-list .b--listing-product__wrapper .c-collection-grid .b--product--spacer {
    padding-bottom: 0;
  }
  .collection-mid-wrapper .must-haves-right {
    margin: 18px 0 0 0;
    padding: 0 0 5px 0;
  }
  .collection-mid-wrapper .must-haves-right .c-left-content {
    padding: 43px 47px 13px 47px;
  }
  .must-have-bottom .collection-top-container .c-left-content {
    padding: 44px 46px 13px 33px;
    margin: -20px auto 15px;
  }
  .must-have-bottom .collection-top-container .c-left-content h2 {
    margin-bottom: 17px;
  }
  .must-haves-vdo {
    margin: 49px 0 0 0;
  }
}
.collections-top.performance-text {
  max-width: 1041px;
}
.collections-top.performance-text .collection-top-in {
  padding: 8px 0px 77px 0px;
}
.collections-top.performance-text .performance-slider .slick-slide {
  margin: 0px;
}
.collections-top.performance-text .performance-slider .slick-slide .item {
  padding-left: 17.1px;
  padding-right: 17.1px;
}
.collections-top.performance-text .performance-slider .slick-slide .item img {
  width: 100%;
}
.collections-top.performance-text .performance-slider .slick-slide .item h4 {
  margin: 27px 0 0 0;
  text-align: center;
}
.collections-top.performance-text.bottom-3-slider {
  margin-top: 6px;
  margin-bottom: 140px;
}
.collections-top.performance-text.bottom-3-slider .collection-top-in {
  padding: 8px 14px 71px 14px;
}
.performance-mid {
  margin: 168px auto 0;
}
.performance-mid .performance-right {
  padding: 0 248px 37px 0px;
}
.performance-mid .performance-right .performance-jacket {
  padding: 33px 32px 21px 60px;
}
.performance-mid .performance-right .performance-jacket h2 {
  margin: 5px 0 17px 0;
}
.collection-perfect-left-b .collection-perfect-button .c-left-content {
  padding: 31px 65px 45px 24px;
}
.collection-perfect-left-b .collection-perfect-button .c-left-content h2 {
  margin: 0px 0 20px 0;
}
.collections-top .performance-right .c-left-content.performance-shorts {
  padding: 33px 29px 21px 58px;
}
.collections-top .performance-right .c-left-content.performance-shorts .performance-shorts-paragraph {
  padding: 0 3px 0 0px;
}
.collections-top.performance-bottom {
  margin: 26px auto 0;
}
.collections-top.performance-bottom .performance-right {
  padding: 0 250px 38px 0px;
}
.performance-video {
  margin: 22px 0 0 0;
}
@media screen and (max-width: 580px) {
  .collections-top.performance-text .collection-top-in {
    padding: 36px 39px 23px 41px;
  }
  .performance-slider {
    padding: 0 52px;
  }
  .performance-mid .performance-right {
    padding: 0 0 0 0;
  }
  .performance-mid .performance-right .performance-jacket {
    padding: 39px 0 12px 0;
  }
  .performance-mid .performance-right .performance-jacket .sleevebox-paragraph {
    padding: 0 38px;
  }
  .collections-top.performance-text .performance-slider .slick-slide .item h4 {
    margin: 32px 0 0 0;
  }
  .performance-slider.common-arrow-slider ul.slick-dots {
    padding: 32px 0 0 0;
  }
  .performance-mid {
    margin: 53px auto 0;
  }
  .collections-top.performance-text.bottom-3-slider {
    margin-top: 68px;
    margin-bottom: 71px;
  }
  .collections-top.performance-text.bottom-3-slider .collection-top-in {
    padding: 8px 24px 23px 24px;
  }
  .collection-perfect-left-b .collection-perfect-button .c-left-content {
    padding: 34px 34px 15px 34px;
    margin: -19px auto 11px;
  }
  .collection-perfect-left-b .collection-perfect-button .c-left-content .button-up-paragraph {
    padding: 0 11px;
  }
  .collection-perfect-left-b .collection-perfect-button .c-left-content h2 {
    margin: 0px 0 17px 0;
  }
  .collections-top.performance-bottom .performance-right {
    padding: 0 0 0 0;
  }
  .collections-top.performance-bottom {
    margin: 69px auto 0;
  }
  .collections-top .performance-right .c-left-content.performance-shorts {
    padding: 44px 46px 12px 46px;
    margin-bottom: 12px;
  }
  .collections-top .performance-right .c-left-content.performance-shorts .performance-shorts-paragraph {
    padding: 0;
  }
  .performance-video {
    margin: 41px 0 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .module_img-tabs .dropdown-tabs .dropdown {
    display: block;
  }
  .module_img-tabs .dropdown-tabs .dropdown.open {
    margin-bottom: 18px;
  }
  .module_img-tabs .dropdown-tabs .dropdown.open .caret {
    transform: rotate(180deg);
  }
  .module_img-tabs .dropdown-tabs .dropdown .caret {
    float: right;
    margin-top: 12px;
    margin-right: 20px;
    transition: all 0.25s ease-in-out 0s;
  }
  .module_img-tabs .dropdown-tabs .dropdown #imgTabsLabel {
    margin-left: 20px;
  }
  .module_img-tabs .dropdown-tabs .dropdown:not(.open) #imgTabsDropdown:after {
    content: "";
    display: block;
    width: 100%;
    background: #999;
    height: 1px;
    margin-top: 18px;
  }
  .module_img-tabs .dropdown-tabs #imgTabsDropdown {
    width: 100%;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    padding: 18px 10%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    border-width: 0;
  }
  .module_img-tabs .dropdown-tabs:not(.open) #imgTabsDropdown {
    padding-bottom: 18px;
  }
  .module_img-tabs .dropdown-tabs .dropdown-menu {
    width: 100%;
    margin-top: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
  .module_img-tabs .dropdown-tabs .dropdown-menu li {
    padding: 0 10%;
  }
  .module_img-tabs .dropdown-tabs .dropdown-menu li > .nav-link {
    padding: 18px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #000;
    border-top: 1px solid #999;
    text-transform: uppercase;
    letter-spacing: 0.28px;
  }
  .module_img-tabs .dropdown-tabs .dropdown-menu li > .nav-link:hover {
    background: #fff;
  }
  .module_img-tabs .dropdown-tabs .dropdown-menu > .active {
    display: none;
  }
  .module_img-tabs .img-tabs {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .module_img-tabs .dropdown-tabs .dropdown-menu li,
  .module_img-tabs .dropdown-tabs #imgTabsDropdown {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .module_img-tabs {
    background-color: #ffffff;
    width: 100%;
  }
  .module_img-tabs .dropdown {
    display: none;
  }
  .module_img-tabs .nav-tabs {
    border-bottom: none;
    display: table;
    width: 100%;
    /* Items */
  }
  .module_img-tabs .nav-tabs .nav-item {
    height: 145px;
    display: table-cell;
    vertical-align: middle;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    mix-blend-mode: multiply;
    background-color: #40464a;
    transition: height 0.15s ease-in 0.15s, background-size 0.15s ease-in 0.15s;
    /* Links */
  }
  .module_img-tabs .nav-tabs .nav-item:not(:last-child) {
    border-right: 2px solid #fff;
  }
  .module_img-tabs .nav-tabs .nav-item.active {
    height: 155px;
  }
  .module_img-tabs .nav-tabs .nav-item.active .nav-link,
  .module_img-tabs .nav-tabs .nav-item.active .nav-link:hover,
  .module_img-tabs .nav-tabs .nav-item.active .nav-link:focus {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    cursor: pointer;
  }
  .module_img-tabs .nav-tabs .nav-item.active .nav-link:after {
    width: 50%;
    height: 10px;
    margin-top: 10px;
  }
  .module_img-tabs .nav-tabs .nav-item .nav-link {
    text-align: center;
    border: none !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    width: 85%;
    margin-top: 10.5%;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
  }
  .module_img-tabs .nav-tabs .nav-item .nav-link:hover,
  .module_img-tabs .nav-tabs .nav-item .nav-link:active,
  .module_img-tabs .nav-tabs .nav-item .nav-link:focus {
    background: none;
    border: none;
    color: #fff !important;
  }
  .module_img-tabs .nav-tabs .nav-item .nav-link:after {
    content: "";
    width: 00%;
    height: 0px;
    display: block;
    margin-top: 0px;
    background: #fff;
    transition: width 0.25s ease-in-out 0.15s;
  }
  .module_img-tabs .img-tabs {
    width: 100% !important;
    padding: 2px 0 0;
  }
  .module_img-tabs.display-3 .nav-tabs .nav-item {
    width: 33.33%;
  }
  .module_img-tabs.display-4 .nav-tabs .nav-item {
    width: 25%;
  }
  .module_img-tabs.display-5 .nav-tabs .nav-item {
    width: 20%;
  }
}
@media screen and (max-width: 1299px) and (min-width: 1201px) {
  .module_img-tabs .nav-tabs .nav-item {
    background-size: 120% auto;
  }
}
@media screen and (max-width: 1539px) and (min-width: 1300px) {
  .module_img-tabs .nav-tabs .nav-item {
    background-size: 110% auto;
  }
}
@media screen and (min-width: 1540px) {
  .module_img-tabs .nav-tabs .nav-item {
    background-size: 100% auto;
    background-position: center center;
  }
}
@media screen and (max-width: 1200px) {
  #imgTabGroupContent {
    opacity: 0;
    transition: opacity 0.15s ease-in-out 0.25s;
  }
  #imgTabGroupContent .buy-the-look__slider .container {
    padding: 0;
    width: 100%;
    /** image size fixes */
  }
  #imgTabGroupContent .buy-the-look__slider .container .img-container {
    padding: 0;
    margin-left: 0;
  }
  #imgTabGroupContent .buy-the-look__slider .container .img-container .b--home-slider__img {
    height: auto;
  }
  #imgTabGroupContent .buy-the-look__slider .container .img-container .b--home-slider__img img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  #imgTabGroupContent .buy-the-look__slider .container .descriptor-container .b--home-slider__description {
    margin: 30px auto 10px !important;
  }
  #imgTabGroupContent .buy-the-look__slider .container .descriptor-container .b--home-slider__description .btn {
    display: block;
    margin-top: 25px;
  }
  #imgTabGroupContent .buy-the-look__slider .container .img-container .b--home-slider__img,
  #imgTabGroupContent .buy-the-look__slider .container .row {
    margin: 0 !important;
    padding: 0 !important;
  }
  #imgTabGroupContent .buy-the-look__slider .slick-initialized .slick-slide {
    margin-right: 0!important;
  }
}
@media screen and (min-width: 1201px) {
  #imgTabGroupContent {
    background-color: #f5f5f5;
  }
  #imgTabGroupContent .buy-the-look__slider .descriptor-container {
    position: absolute;
  }
  #imgTabGroupContent .buy-the-look__slider .b--slider--shopLook {
    /*slider arrows */
  }
  #imgTabGroupContent .buy-the-look__slider .b--slider--shopLook .slick-arrow {
    top: 42%;
    z-index: 7;
    width: 40px;
  }
  #imgTabGroupContent .buy-the-look__slider .b--slider--shopLook .slick-arrow .s {
    font-size: 40px;
  }
  #imgTabGroupContent .buy-the-look__slider .b--slider--shopLook .slick-arrow.arrow-prev {
    left: 5%!important;
    right: unset;
  }
  #imgTabGroupContent .buy-the-look__slider .b--slider--shopLook .slick-arrow.arrow-next {
    left: unset!important;
    right: 2%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1201px) {
  #imgTabGroupContent .buy-the-look__slider .b--slider--shopLook .slick-arrow.arrow-next {
    right: -14px;
  }
  #imgTabGroupContent .buy-the-look__slider .b--slider--shopLook .slick-arrow.arrow-prev {
    left: 2%!important;
  }
}
@media (min-width: 1281px) and (max-width: 2560px) {
  .page-shopTheLook .b--listing-product .pdp-landing-slider-left-side {
    padding-left: 36px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-left-side .b--home-slider__img {
    margin-bottom: 6px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-left-side .slick-dots {
    bottom: 48px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side {
    padding-left: 6px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 {
    position: absolute;
    left: 230px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .title-s-pdp {
    padding-bottom: 12px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .size__wrapper {
    padding-top: 20px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .size__wrapper .size {
    padding-top: 6px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .b--listing-product__filters--size {
    padding-top: 12px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .full-product__links a {
    padding: 26px 0 0 0;
  }
}
.page-shopTheLook .gray-separator {
  display: none;
}
@media (min-width: 1240px) and (max-width: 1280px) {
  .page-shopTheLook .b--listing-product .pdp-landing-slider-left-side {
    padding-left: 36px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-left-side .b--home-slider__img {
    margin-bottom: 6px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-left-side .slick-dots {
    bottom: 42px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side {
    padding-left: 6px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 {
    position: relative;
    left: -28px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .title-s-pdp {
    padding-bottom: 12px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .size__wrapper {
    padding-top: 20px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .size__wrapper .size {
    padding-top: 6px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .b--listing-product__filters--size {
    padding-top: 12px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .full-product__links a {
    padding: 26px 0 0 0;
  }
}
.page-shopTheLook .gray-separator {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .page-shopTheLook .b--listing-product .pdp-landing-slider-left-side {
    padding-left: 36px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-left-side .b--home-slider__img {
    margin-bottom: 6px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-left-side .slick-dots {
    bottom: 42px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side {
    padding-left: 6px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 {
    position: relative;
    left: -10px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .title-s-pdp {
    padding-bottom: 12px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .size__wrapper {
    padding-top: 20px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .size__wrapper .size {
    padding-top: 6px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .b--listing-product__filters--size {
    padding-top: 12px;
  }
  .page-shopTheLook .b--listing-product .pdp-landing-slider-right-side .b--listing-product__filters .s--pdp-list li .col-md-7 .full-product__links a {
    padding: 26px 0 0 0;
  }
}
.page-shopTheLook .gray-separator {
  display: none;
}
@media (min-width: 1281px) and (max-width: 2160px) {
  #imgTabGroupContent .buy-the-look__slider .b--slider--shopLook .b--home-slider__img img {
    max-width: 110%;
  }
  #imgTabGroupContent .buy-the-look__slider .b--slider--shopLook .b--home-slider__aside {
    margin-left: 30px!important;
  }
}
@media (min-width: 1240px) and (max-width: 1280px) {
  #imgTabGroupContent .buy-the-look__slider .b--slider--shopLook .b--home-slider__img img {
    max-width: 110%;
  }
  #imgTabGroupContent .buy-the-look__slider .b--slider--shopLook .b--home-slider__aside {
    margin-left: 15px!important;
  }
}
.tmcatalog-Box {
  margin-bottom: 15px;
  width: 100%;
  padding: 5px 25px 5px 5px;
  background: #f7f8f9;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  display: inline-block;
}
.tmcatalog-Box a {
  float: left;
  width: 70px;
  height: auto;
  margin-right: 15px;
}
.tmcatalog-Box h3 {
  line-height: normal;
  font-size: 15px;
  padding-top: 10px;
  margin: 0;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-family: 'Gotham Book';
}
.tmcatalog-Box p {
  padding: 9px 0 0 0;
}
.tmcatalog-Box p a {
  color: #bfbfbf;
  font-weight: 800;
  padding: 0;
  margin: 0;
}
.tmcatalog-Box p a:hover {
  text-decoration: none;
}
.tmcatalog-Box p a span {
  padding-right: 2px;
}
.tmcatalog-Box p a span i {
  color: #c1b9b9;
}
.tmcatalog-Box p a:hover span i {
  color: #000;
}
.noP-L {
  padding-left: 0;
}
.tmcatalog-BoxTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  font-size: 18px;
  letter-spacing: .24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.tmcatalog_title {
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 0.92;
  letter-spacing: 0.76px;
}
.giftCartInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 61px 15px;
  height: 100vh;
}
@media only screen and (max-width: 480px) {
  .giftCartInfo {
    display: block;
  }
}
.giftCartInfo .giftCartInfo_Inner {
  max-width: 829px;
}
.giftCartInfo .giftCartInfo_Inner img {
  width: 63%;
}
.giftCartInfo .giftCartInfo_Inner .giftcartTitle {
  padding: 95px 0 29px 0;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 0.92;
  letter-spacing: 0.76px;
}
.giftCartInfo .giftCartInfo_Inner p {
  font-family: 'Gotham Book';
  text-align: center;
  font-size: 19px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.3px;
  line-height: 25px;
  color: #2d2c2c;
  padding-bottom: 30px;
}
.giftCartInfo .giftCartInfo_Inner .giftCart-Shop {
  font-size: 20px;
  text-decoration: underline;
  text-decoration-color: #ccc;
  -webkit-text-decoration-color: #ccc;
  color: #353434;
  font-weight: 400;
  position: relative;
  margin: 0 65px 0 0px;
}
@media only screen and (max-width: 480px) {
  .giftCartInfo .giftCartInfo_Inner .giftCart-Shop {
    position: relative;
    margin: 0 0 9px 0;
    width: 100%;
    display: inline-block;
  }
}
.giftCartInfo .giftCartInfo_Inner .giftCart-Shop:after {
  content: "";
  position: absolute;
  border-right: 1px solid #8c8585;
  height: 25px;
  width: 3px;
  left: initial;
  right: -35px;
}
@media only screen and (max-width: 480px) {
  .giftCartInfo .giftCartInfo_Inner .giftCart-Shop:after {
    display: none;
  }
}
.giftCartInfo .giftCartInfo_Inner .giftCart-Shop2 {
  font-size: 20px;
  text-decoration: underline;
  text-decoration-color: #ccc;
  -webkit-text-decoration-color: #ccc;
  color: #353434;
  font-weight: 400;
  position: relative;
}
.giftCart_footer {
  background-color: #f5f5f5;
  bottom: 0;
  width: 100%;
  display: inline-block;
  margin-top: 190px;
}
@media only screen and (max-width: 480px) {
  .giftCart_footer {
    margin-top: 90px;
  }
}
.giftCart_footer p {
  padding: 33px 0;
  margin: 0;
  font-size: 18px;
  color: #302e2e;
  font-family: 'Gotham Book';
  letter-spacing: 0.2px;
}
.giftCart_information {
  display: inline-block !important;
}
.giftCartInfo {
  justify-content: center;
  align-items: center;
  padding: 61px 15px;
  height: 100vh;
}
@media only screen and (max-width: 480px) {
  .giftCartInfo {
    display: block;
  }
}
.giftCartInfo .giftCartInfo_Inner {
  max-width: 829px;
  margin: 0 auto;
}
.giftCartInfo .giftCartInfo_Inner img {
  width: 63%;
}
.giftCartInfo .giftCartInfo_Inner .giftcartTitle {
  padding: 109px 0 29px 0;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 0.92;
  letter-spacing: 0.76px;
}
.giftCartInfo .giftCartInfo_Inner p {
  font-family: 'Gotham Book';
  text-align: center;
  font-size: 19px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.3px;
  line-height: 25px;
  color: #2d2c2c;
  padding-bottom: 30px;
}
.giftCartInfo .g-recaptcha.email-captcha {
  margin: 0 auto;
  text-align: center;
  max-width: 315px;
  margin-bottom: 85px;
}
.giftCardBox {
  margin: 0 auto;
  max-width: 399px;
  height: 255px;
  background-color: #292526;
  border-radius: 15px;
  padding: 95px;
  box-shadow: 0px 6px 5px 0px #787878;
  margin-bottom: 39px;
  margin-top: 35px;
}
.giftCardBox p {
  margin: 0 !important;
  padding: 0 !important;
  color: #dedada !important;
  font-size: 16px !important;
  letter-spacing: 3px !important;
}
.giftcardBarcodeBox h3 {
  margin: 5px 0 0 0;
}
.giftcardBarcodeBox .giftcard-light {
  font-weight: 200;
}
.giftcardBarcodeBox .giftcard-bold {
  margin: 0;
  padding: 0 0 5px 0 !important;
  font-weight: 800;
  color: #000 !important;
}
.tmgift-text {
  margin: 0 !important;
  padding: 60px 0 0 0 !important;
  font-size: 17px !important;
}
.tmgift-text .tmgiftLink {
  text-decoration: underline;
  text-decoration-color: #ccc;
  -webkit-text-decoration-color: #ccc;
}
.g-info-bold {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #000 !important;
  font-size: 17px !important;
}
.gift_footer {
  padding: 135px 115px 45px 115px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .gift_footer {
    padding: 135px 15px 45px 15px !important;
  }
}
.gift_footer p {
  font-family: 'Gotham Book';
  text-align: center;
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.3px;
  line-height: 1.44;
  color: #787878;
}
.gc_info_btn {
  text-align: center;
}
.gc_info_btn .nopadd {
  padding: 0;
}
.gc_info_btn .gc_digit {
  font-family: 'Gotham Book';
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
  margin: 0;
  padding: 0;
}
.gc_info_btn .gcBtn {
  margin-bottom: 25px;
  width: 200px;
}
@media only screen and (max-width: 600px) {
  .gc_info_btn .gcBtn {
    margin: 25px 0 !important;
  }
}
.giftCart_footer {
  background-color: #f5f5f5;
  bottom: 0;
  width: 100%;
  display: inline-block;
  margin-top: 190px;
}
.giftCart_footer p {
  padding: 33px 0;
  margin: 0;
  font-size: 18px;
  color: #302e2e;
  font-family: 'Gotham Book';
  letter-spacing: 0.2px;
}
.giftCardBox img {
  width: 266px !important;
  max-width: 145%;
  margin: 0 0 7px -25px;
}
.giftCartInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 61px 15px;
  height: 100vh;
}
@media only screen and (max-width: 480px) {
  .giftCartInfo {
    display: block;
  }
}
.giftCartInfo .giftCartInfo_Inner {
  max-width: 829px;
}
.giftCartInfo .giftCartInfo_Inner img {
  width: 63%;
}
.giftCartInfo .giftCartInfo_Inner .giftcartTitle {
  padding: 95px 0 29px 0;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 0.92;
  letter-spacing: 0.76px;
}
.giftCartInfo .giftCartInfo_Inner p {
  font-family: 'Gotham Book';
  text-align: center;
  font-size: 19px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.3px;
  line-height: 25px;
  color: #2d2c2c;
  padding-bottom: 30px;
}
.giftCartInfo .giftCartInfo_Inner .giftCart-Shop {
  font-size: 20px;
  text-decoration: underline;
  text-decoration-color: #ccc;
  -webkit-text-decoration-color: #ccc;
  color: #353434;
  font-weight: 400;
  position: relative;
  margin: 0 65px 0 0px;
}
@media only screen and (max-width: 480px) {
  .giftCartInfo .giftCartInfo_Inner .giftCart-Shop {
    position: relative;
    margin: 0 0 9px 0;
    width: 100%;
    display: inline-block;
  }
}
.giftCartInfo .giftCartInfo_Inner .giftCart-Shop:after {
  content: "";
  position: absolute;
  border-right: 1px solid #8c8585;
  height: 25px;
  width: 3px;
  left: initial;
  right: -35px;
}
@media only screen and (max-width: 480px) {
  .giftCartInfo .giftCartInfo_Inner .giftCart-Shop:after {
    display: none;
  }
}
.giftCartInfo .giftCartInfo_Inner .giftCart-Shop2 {
  font-size: 20px;
  text-decoration: underline;
  text-decoration-color: #ccc;
  -webkit-text-decoration-color: #ccc;
  color: #353434;
  font-weight: 400;
  position: relative;
}
.giftCartInfo .g-recaptcha.email-captcha {
  margin: 0 auto;
  text-align: center;
  max-width: 315px;
  margin-bottom: 85px;
}
@media only screen and (max-width: 480px) {
  .giftCartInfo .g-recaptcha.email-captcha {
    max-width: 378px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    /* margin-left: -21px!important; */
    width: 100%;
    /* max-width: 289px; */
    float: none;
    margin: 0 auto;
  }
}
.subBtn {
  margin: 0 auto;
  text-align: center;
  max-width: 315px;
}
.giftCart_footer {
  background-color: #f5f5f5;
  bottom: 0;
  width: 100%;
  display: inline-block;
  margin-top: 49px;
}
.giftCart_footer p {
  padding: 33px 0;
  margin: 0;
  font-size: 18px;
  color: #302e2e;
  font-family: 'Gotham Book';
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 768px) {
  .page-sizeChartPage section.c-care-mid {
    padding: 27px 0 0;
  }
}
.sizeCategory {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .sizeCategory {
    display: none;
  }
}
.sizeCategory li {
  display: inline-block;
  padding: 0 10px 0 0;
  list-style: none;
}
.sizeCategory li a {
  text-decoration: underline;
  text-decoration-color: #1c1a1a;
  -webkit-text-decoration-color: #ccc;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif !important;
}
.sizeChart_TableLast {
  padding-bottom: 23px;
}
.noCenter {
  text-align: left !important;
}
.sizeChart_Table .sizeChart_Table_Title {
  color: #000000;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 30px 0px 30px 0px;
}
.sizeChart_Table .leather_bold {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0;
  padding-bottom: 15px;
}
.sizeChart_Table .table {
  border: 1px solid #e8e7e7;
  box-shadow: 0px 0px 5px 1px #f1f0f0;
  margin: 0 0 24px 0;
}
.sizeChart_Table .table thead tr th {
  text-align: center;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  border: 1px solid #ddd;
  color: #3c3c3c;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2px;
}
.sizeChart_Table .table tbody {
  text-align: center;
}
.sizeChart_Table .table tbody tr td {
  border: 1px solid #e8e7e7;
  color: #3c3c3c;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2px;
  vertical-align: middle;
}
.customerSizeChart-Mobo .customer-care-title {
  border-bottom: none;
}
.customerSizeChart-Mobo .sizeChart_Table .sizeChart_Table_Title {
  padding: 0px 0px 15px 0px;
}
.customerSizeChart-Mobo {
  display: none;
}
.customerSizeChart-Mobo .panel .panel-heading {
  position: relative;
  background-color: white!important;
}
.customerSizeChart-Mobo .panel .panel-heading h4 {
  padding: 0 !important;
}
.customerSizeChart-Mobo .panel .panel-heading .panel-title {
  font-family: 'Montserrat', Arial, Sans-Serif;
  font-weight: 700;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.customerSizeChart-Mobo .panel .panel-heading .panel-title a {
  width: 100%;
  display: block;
  padding: 18px 15px;
}
.customerSizeChart-Mobo .s-chevron-right:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.customerSizeChart-Mobo a[aria-expanded="true"] i.s-chevron-right:before {
  transform: rotate(270deg) !important;
}
.customerSizeChart-Mobo .s-chevron-right {
  position: absolute;
  right: 20px;
}
.lowerText {
  font-size: 14px !important;
  line-height: 25px;
}
.check-balance.is-visible {
  visibility: visible !important;
}
.check-balance .modal-dialog,
.check-balance2 .modal-dialog {
  top: 175px;
}
@media (max-width: 768px) {
  .check-balance {
    top: 0!important;
  }
  .check-balance .check-balance-main {
    margin: 0px 10px;
  }
  .check-balance .check-balance-main .modal-header {
    padding: 52px 15px 0 !important;
  }
  .check-balance .check-balance-main .modal-header h4 {
    text-align: center!important;
  }
  .check-balance .check-balance-main .modal-body {
    padding: 0 15px !important;
    text-align: center;
  }
  .check-balance .check-balance-main .modal-body .modal-footer .btn--outline-primary {
    margin-left: 0 !important;
  }
}
.check-balance .b--hd__title {
  font-size: 23px;
}
.check-balance .giftCartBLC_des {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.28px;
  margin: 0;
  padding-bottom: 25px;
  font-weight: 600;
}
.check-balance .giftCartBLC_title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-family: 'Montserrat', sans-serif;
}
.check-balance .giftCartBLC {
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  margin: 0;
  padding: 7px 0 75px 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.4px;
}
@media (max-width: 768px) {
  .check-balance .giftCartBLC {
    padding: 7px 0 62px 0;
  }
}
.check-balance.in .btn--primary-light {
  padding: 10px 49px !important;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif !important;
  color: #fefefe;
  letter-spacing: 0.2px;
}
.giftcard-CLP {
  padding: 0px;
}
.giftcard-CLP .gift-card__wrapper {
  position: relative;
  min-height: 661px;
  background-size: cover !important;
  background-position: center top !important;
}
.giftcard-CLP .gift-card__wrapper .gift-card-in {
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 0 109px 0 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .giftcard-CLP .gift-card__wrapper .gift-card-in {
    padding: 70px 28px;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .giftcard-CLP .gift-card__wrapper .gift-card-in {
    padding: 70px 0;
  }
}
.giftcard-CLP .gift-card__wrapper .gift-card-in h4 {
  font-size: 47px;
  color: #fff;
  margin: 0px;
  font-weight: 700;
  margin: 0 0 25px 0;
}
@media (max-width: 480px) {
  .giftcard-CLP .gift-card__wrapper .gift-card-in h4 {
    font-size: 26px;
  }
}
.giftcard-CLP .gift-card__wrapper .gift-card-in p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 480px) {
  .giftcard-CLP .gift-card__wrapper .gift-card-in p {
    font-size: 14px;
  }
}
.giftcard-CLP .gift-card__wrapper .gift-card-in .button-list {
  margin: 0px;
  padding: 30px 0 0 0;
}
.giftcard-CLP .gift-card__wrapper .gift-card-in .button-list li {
  display: inline-block;
  text-align: right;
  padding: 0 6px 0 0;
}
.giftcard-CLP .gift-card__wrapper .gift-card-in .button-list li .btn {
  font-size: 13px;
  font-weight: 700;
  width: 203px;
  height: 40px;
  text-align: center;
  padding: 8px 0;
}
.giftcard-CLP .gift-card__wrapper .gift-card-in .button-list li .btn.btn--outline-primary {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.check-balance-content p {
  font-weight: normal;
  margin: 0px;
  font-size: 14px;
  font-family: 'Montserrat-Medium', sans-serif;
  letter-spacing: 0.28px;
}
.check-balance-content form {
  padding: 25px 0;
}
.button-list .btn--primary-light:hover,
.button-list .btn--primary-light:active,
.button-list .btn--primary-light:focus {
  color: #fff !important;
  border: 1px solid #000000;
  background-color: none;
}
@media only screen and (max-width: 768px) {
  .giftcard-CLP .gift-card__wrapper .gift-card-in {
    display: block !important;
  }
  .giftcard-CLP .gift-card-in-mobile .button-list li .btn.btn--primary-light:hover {
    color: #000 !important;
  }
}
.check-balance .modal-header {
  padding: 39px 38px 25px !important;
}
@media (max-width: 768px) {
  .check-balance .modal-header {
    padding: 39px 38px 0 !important;
  }
}
.check-balance .modal-header .close {
  right: 21px !important;
  top: 30px !important;
}
.check-balance .modal-body {
  padding: 0 39px !important;
}
.check-balance .modal-body .check-balance-content form {
  padding: 25px 0 9px 0 !important;
}
.check-balance .modal-body .check-balance-content form .form-group {
  margin-bottom: 27px !important;
}
.check-balance .modal-body .check-balance-content form .form-group .form-control + label.error {
  margin-top: 0;
  margin-bottom: 0px;
  position: absolute;
}
@media (max-width: 768px) {
  .check-balance .modal-body .check-balance-content form .form-group {
    text-align: left;
  }
  .check-balance .modal-body .check-balance-content form .form-group .c__input {
    margin: 0;
  }
}
.check-balance .modal-body .modal-footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.check-balance .modal-body .modal-footer .btn--outline-primary {
  margin-left: 15px !important;
}
.page-tmPDPGIftCard .b--navbar__modal--cart .b--product .minicart-product-img {
  margin-bottom: 15px!important;
}
.page-tmPDPGIftCard .b--navbar__modal--cart .b--product .text-left {
  padding-left: 12px!important;
}
@media (max-width: 480px) {
  .page-giftCardPage .giftCard-CLP #b--section-primaryGiftCardBannerComponent .b--section-primary__bg-items .b--section-primary__bg-items__item--mobile {
    height: 190px;
    margin-top: 59px;
  }
}
.page-giftCardPage .giftCard-CLP #b--section-primaryGiftCardBannerComponent .b--section-primary__wrapper {
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .page-giftCardPage .giftCard-CLP #b--section-primaryGiftCardBannerComponent .b--section-primary__wrapper {
    height: 249px;
  }
}
@media (max-width: 768px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__wrapper {
    align-items: flex-end;
    padding: 0 65px 0 0;
  }
}
@media (max-width: 480px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__wrapper {
    align-items: flex-end;
    padding: 0 0px 0 0;
  }
}
@media (max-width: 480px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__title {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__subtitle {
    max-width: 100%;
    top: 49%;
  }
}
@media (max-width: 768px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__subtitle {
    max-width: 100%;
    top: 0%;
  }
}
@media (max-width: 480px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__subtitle {
    top: 82%;
  }
}
@media (max-width: 1025px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--primary {
    top: 62%;
  }
}
@media (max-width: 768px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--primary {
    top: 0%;
  }
}
@media (max-width: 1025px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--secondary {
    top: 62%;
    right: initial;
  }
}
@media (max-width: 768px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--secondary {
    top: -18%;
    right: initial;
  }
}
@media (max-width: 480px) {
  .page-giftCardPage #b--section-primaryGiftCardBannerComponent .b--section-primary__btn--secondary {
    top: 0%;
    right: initial;
  }
}
.email_Giftcart form {
  width: 100% !important;
  display: inline-block !important;
  max-width: 100% !important;
}
.email_Giftcart form .form-group {
  margin-bottom: 27px;
}
.email_Giftcart form .form-group .form-control + label.error {
  margin-top: 0px;
  position: absolute;
  top: initial;
}
.email_Giftcart form .control-label {
  left: 15px !important;
}
.email_Giftcart form .form-control {
  height: 40px !important;
}
.email_Giftcart form .form-control:focus {
  border-color: #ccc !important;
}
.email_Giftcart form .left_sebdBox {
  padding: 0 99px 0 0px;
}
.giftcard-PDP .gift-card__wrapper {
  min-height: 290px;
}
@media (max-width: 480px) {
  .giftcard-PDP .gift-card__wrapper {
    min-height: 210px;
  }
}
.giftcard-PDP .gift-card__wrapper .gift-card-in h4 {
  margin: 0 0 12px 0;
}
@media (max-width: 480px) {
  .giftcard-PDP .gift-card__wrapper .gift-card-in h4 {
    margin: 0 0 6px 0;
  }
}
.email_Giftcart {
  width: 100%;
  display: inline-block;
  padding-bottom: 145px;
}
@media (max-width: 768px) {
  .email_Giftcart {
    padding-bottom: 60px;
  }
  .email_Giftcart .f-label__wrapper .c__input {
    margin: 0!important;
  }
  .email_Giftcart .form-control + label.error {
    margin-top: 0;
    margin-bottom: 0px;
    position: absolute;
  }
}
.email_Giftcart .email_Giftcart_Tittle {
  padding: 40px 0 59px 0;
  margin: 0;
}
@media (max-width: 480px) {
  .email_Giftcart .email_Giftcart_Tittle {
    text-align: left!important;
    padding: 26px 0 24px 0;
  }
}
.email_Giftcart .giftcart_Etittle {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  font-size: 19px;
  letter-spacing: 0.5px;
  color: #000000;
  padding-bottom: 49px;
}
.email_Giftcart .gcard_right .form-group {
  margin-bottom: 19px !important;
}
.email_Giftcart .gcard_right .noMb {
  margin-bottom: 0 !important;
}
.email_Giftcart .gcard_right .nav-tabs {
  border: none !important;
}
.email_Giftcart .gcard_right .nav-tabs li {
  margin-bottom: 0px !important;
}
.email_Giftcart .gcard_right .nav-tabs li a {
  border: none !important;
  padding: 10px 5px !important;
}
.email_Giftcart .gcard_right .nav-tabs li .label {
  margin: 0 25px 0 0;
}
.email_Giftcart .gcard_right .addtocart-component {
  padding: 0px 19px;
  background-color: #ececec;
  max-width: 319px;
  height: 62px;
  position: relative;
  margin: 24px 0px 23px 0;
}
@media (max-width: 480px) {
  .email_Giftcart .gcard_right .addtocart-component {
    margin: 0 0px 23px 0;
    max-width: 100%;
  }
}
.email_Giftcart .gcard_right .addtocart-component span {
  display: inline-block;
  padding: 14px 20px 14px 0;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .email_Giftcart .gcard_right .addtocart-component span {
    padding: 14px 30px 14px 0;
  }
}
.email_Giftcart .gcard_right .addtocart-component .bld {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.3px;
  margin: 0;
}
.email_Giftcart .gcard_right .addtocart-component .light {
  margin: 0;
  padding-top: 7px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.email_Giftcart .gcard_right .addtocart-component .quantity {
  position: absolute;
  top: 12px;
}
.email_Giftcart .gcard_right .addtocart-component .quantity .quantity-downs {
  position: absolute;
  top: 7px;
  height: 50%;
  font-size: 15px !important;
  left: 11px;
  color: #565555;
  font-weight: 500;
}
.email_Giftcart .gcard_right .addtocart-component .quantity .control-label {
  left: 15px !important;
}
.email_Giftcart .gcard_right .addtocart-component .quantity input {
  width: 98px !important;
}
.email_Giftcart .gcard_right .addtocart-component .quantity input:focus {
  border-color: transparent;
}
.email_Giftcart .gcard_right .addtocart-component .quantity .quantity-up {
  position: absolute;
  height: 50%;
  top: 9px;
  right: -32px;
  font-size: 15px;
  color: #5f5b5b;
}
.email_Giftcart .gcard_right .msgs {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.22px;
  margin: 0;
  padding-bottom: 5px;
}
.email_Giftcart .gcard_right .gcart_textarea {
  resize: none;
  height: 115px !important;
  padding: 15px 8px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.24px;
  text-align: left;
  color: #787878;
}
.submit_gcart {
  width: 50%;
  float: right;
  padding-top: 30px;
}
.submit_gcart .btn.btn--secondary {
  width: 225px;
  padding: 0;
  height: 42px;
  line-height: 42px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  color: #fefefe;
}
@media (max-width: 768px) {
  .submit_gcart .btn.btn--secondary {
    width: 421px;
  }
}
@media (max-width: 480px) {
  .submit_gcart .btn.btn--secondary {
    width: 100%;
  }
}
.submit_gcart a {
  text-decoration: underline;
  text-underline-position: under;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 0.26px;
  color: #000000;
  padding-top: 13px;
  display: block;
}
@media (max-width: 768px) {
  .submit_gcart a {
    text-align: center;
    padding-top: 20px;
    width: 421px;
  }
}
@media (max-width: 480px) {
  .submit_gcart a {
    text-align: center;
    padding-top: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .email_Giftcart .form-group {
    margin-bottom: 27px !important;
  }
  .email_Giftcart .return-products.main-div {
    margin: 0px 20px !important;
  }
  .email_Giftcart .return-products.main-div .col-lg-12 {
    padding: 0;
  }
  .email_Giftcart .b-l-n {
    border-left: none !important;
  }
  .email_Giftcart .p-l-100 {
    padding-left: 0 !important;
  }
  .email_Giftcart .form-main {
    padding-top: 0px;
  }
  .email_Giftcart .giftcart_Etittle {
    padding-bottom: 27px;
    text-align: left !important;
  }
  .email_Giftcart .submit_gcart {
    width: 100%;
    float: left;
  }
  .giftcard-CLP.giftcard-PDP .gift-card-in {
    display: none;
    text-align: center !important;
    padding: 85px 25px !important;
  }
  .radio_btn_wrapper .label::before {
    position: static;
  }
  .email_Giftcart form .left_sebdBox {
    padding: 0;
  }
  .email_Giftcart .gcard_right .nav-tabs li {
    margin-bottom: 25px !important;
    width: 33%;
  }
  .email_Giftcart .gcard_right .nav-tabs li .label {
    margin: 0;
    padding: 0;
  }
  .email_Giftcart .email_Giftcart_Tittle {
    padding: 26px 0 22px 0px !important;
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .email_Giftcart .return-products.main-div {
    margin: 0px 20px !important;
  }
  .email_Giftcart .return-products.main-div .col-lg-12 {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .giftcard-CLP.giftcard-PDP .gift-card-in {
    padding: 65px 25px !important;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .email_Giftcart form .left_sebdBox {
    padding: 0px 0px;
  }
}
.email_Giftcart .submit_gcart #prodAddToCaartErrMsg {
  padding-top: 20px;
  width: 421px;
}
@media (max-width: 480px) {
  .email_Giftcart .submit_gcart #prodAddToCaartErrMsg {
    width: 100%;
  }
}
.customer_BOPIS .customer_BOPIS_store {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .customer_BOPIS .customer_BOPIS_store {
    display: block;
  }
}
.customer_BOPIS .customer_BOPIS_store .BOPIS_store_box {
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .customer_BOPIS .customer_BOPIS_store .BOPIS_store_box {
    padding: 30px 0px;
  }
  .customer_BOPIS .customer_BOPIS_store .BOPIS_store_box:first-child {
    padding: 30px 0px !important;
  }
}
.customer_BOPIS .customer_BOPIS_store .BOPIS_store_box:first-child {
  padding: 0;
}
.customer_BOPIS .customer_BOPIS_store .BOPIS_store_box h1 {
  text-align: center;
  background-color: #f2f2f2;
  height: 155px;
  padding: 39px 0;
  margin: 0;
  border: 1px solid #dcdcdc;
  font-weight: bold;
  font-size: 70px;
}
.customer_BOPIS .customer_BOPIS_store .BOPIS_store_box h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 25px 0;
}
.customer_BOPIS .customer_BOPIS_store .BOPIS_store_box p {
  font-family: 'Gotham Book';
  text-align: left;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.1px;
  line-height: 23px;
  color: #000000;
  font-weight: 500;
}
.customer_BOPIS_Info {
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .customer_BOPIS_Info .panel-default .panel-body {
    padding: 5px 0px 5px 0px !important;
  }
}
.customer_BOPIS_Info .customer-care-title h2 {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 27px !important;
  margin: 0px 0 11px 0 !important;
  text-align: left !important;
}
.customer_Canada_store {
  width: 100%;
  display: inline-block;
}
.customer_Canada_store .noPad {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .customer_Canada_store {
    margin-bottom: 9px;
  }
}
.customer_Canada_store h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 12px 0 30px 0px;
}
.customer_Canada_store p {
  padding: 0 0 25px 0 !important;
  margin: 0 !important;
  font-size: 15px;
  line-height: 24px;
}
.customer_Canada_store form {
  padding-top: 6px;
}
.customer_Canada_store form .form-control {
  background-color: #f3f2f2 !important;
  height: 50px !important;
}
.customer_Canada_store form .control-label {
  top: 15px !important;
}
.customer_Canada_store form .btn--primary-light {
  height: 41px !important;
  padding: 7px 55px !important;
  margin-top: -6px;
}
@media only screen and (max-width: 768px) {
  .customer_Canada_store form .btn--primary-light {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .canadaImg {
    display: none;
  }
}
.reset-password-section {
  padding: 25px 0 200px;
}
.reset-password-section h2 {
  text-align: center;
  border-bottom: 1px solid #dadada;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gotham";
  padding-bottom: 10px;
  margin-top: 68px;
}
@media (max-width: 480px) {
  .reset-password-section h2 {
    margin-top: 0;
  }
}
@media (max-width: 320px) {
  .reset-password-section h2 {
    font-size: 28px;
  }
}
.reset-password-section form .btn {
  width: 220px;
  margin-top: 15px;
}
.reset-password-section form .resetPassword-text {
  margin: 29px 0 33px;
}
.reset-password-section form .resetPassword-text p {
  text-align: center;
}
.reset-password-section form .floating-label .f-label__wrapper .control-label {
  left: 20px;
}
.reset-password-section form .bottom-list {
  margin-top: 38px;
  color: #000;
  padding: 0 0 22px 0;
  font-family: Montserrat;
  letter-spacing: 0.28px;
}
.reset-password-section form .bottom-list .clik-btn-next {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
.page-profile-update .updateProfile {
  padding-top: 47px;
}
@media (max-width: 480px) {
  .page-profile-update .updateProfile #updateProfileForm .form-group.m-b-4.row .f-label__wrapper.focused .control-label {
    left: 26px;
  }
}
.page-profile-update .updateProfile #updateProfileForm .form-group.m-b-4.row .form-group {
  margin-bottom: 27px;
}
.page-profile-update .updateProfile #updateProfileForm .form-group.m-b-4.row .form-group .form-control {
  margin: 0px;
}
.page-profile-update .updateProfile #updateProfileForm .form-group.m-b-4.row .form-group label.error {
  position: absolute;
}
.guestReturn_status {
  padding: 59px 0px 149px 0px;
}
.guestReturn_status .right__section .main__title {
  border-bottom: #000 solid 3px;
  position: relative;
}
.guestReturn_status .right__section .main__title h2 {
  color: #000;
  margin: 0px;
  padding: 0 0 8px 0;
  font-size: 28px;
}
.guestReturn_status .right__section .main__title .back_to_return {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-family: Montserrat;
  font-weight: 500;
  letter-spacing: 0.26px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #d1d1d1;
}
@media (max-width: 480px) {
  .guestReturn_status .right__section .main__title .back_to_return {
    display: none !important;
  }
}
.guestReturn_status .right__section .mid__block {
  margin-top: 30px;
}
.guestReturn_status .right__section .payment-method-section {
  padding-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .guestReturn_status .right__section .payment-method-section {
    padding-left: 0px;
  }
}
.guestReturn_status .right__section .payment-method-section h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
}
.guestReturn_status .right__section .payment-method-section p {
  font-size: 16px;
  font-family: 'Gotham Book', Arial, Sans-Serif;
  letter-spacing: 0.28px;
  padding-bottom: 10px;
}
.guestReturn_status .right__section .order__reciept {
  margin-top: 60px;
}
.guestReturn_status .right__section .order__reciept .total-bottom {
  background: #f2f2f2;
  border: #d8d8d8 solid 1px;
  margin: 64px 0 0 0;
  padding: 35px 41px 41px;
}
.guestReturn_status .right__section .order__reciept .total-bottom .Top {
  border-bottom: #9d9d9d solid 1px;
  padding: 0 0 32px 0;
}
.guestReturn_status .right__section .order__reciept .total-bottom .Top .table {
  max-width: 448px;
  margin: 0 auto;
  border: none;
  font-family: 'Montserrat', sans-serif;
}
.guestReturn_status .right__section .order__reciept .total-bottom .Top .table tbody td {
  font-size: 16px;
  color: #000;
  border: none;
  padding: 4px 0;
  font-weight: 600;
}
.guestReturn_status .right__section .order__reciept .total-bottom .bottom {
  padding: 39px 0 0 0;
}
.guestReturn_status .right__section .order__reciept .total-bottom .bottom h2 {
  font-size: 23px;
  margin: 0 0 0px 0;
  letter-spacing: 0.46px;
}
.guestReturn_status .right__section .shipping-method-section {
  border: #d8d8d8 solid 1px;
}
.guestReturn_status .right__section .shipping-method-section .title-boxed {
  background-color: #f1f1f1;
  margin: 0;
  padding: 10px 25px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .guestReturn_status .right__section .shipping-method-section .title-boxed {
    padding: 10px 19px;
  }
}
.guestReturn_status .right__section .shipping-method-section .shipping__options {
  padding: 20px 0 38px 45px!important;
}
.guestReturn_status .right__section .shipping-method-section .shipping__options .title {
  font-size: 14px;
  color: #000;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.guestReturn_status .right__section .shipping-method-section .shipping__options p {
  font-size: 14px !important;
  line-height: 22px;
}
.guestReturn_status .right__section .shipping-method-section .order__confirmation-table {
  padding: 0px 35px 0px 45px!important;
}
@media (max-width: 480px) {
  .guestReturn_status .right__section .shipping-method-section .order__confirmation-table {
    padding: 0px 35px 0px 9px!important;
  }
}
.guestReturn_status .right__section .shipping-method-section .order__confirmation-table .table tr td {
  padding-top: 36px;
  border-top: none !important;
}
.guestReturn_status .right__section .shipping-method-section .order__confirmation-table .table tr td.sales-text {
  width: 190px;
}
.guestReturn_status .right__section .shipping-method-section .order__confirmation-table .spr-product img {
  left: 0px;
  position: inherit;
  width: 165px;
}
.guestReturn_status .gustReturnBTN {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 60px;
}
@media (max-width: 480px) {
  .guestReturn_status .gustReturnBTN {
    position: static;
    margin-bottom: 25px;
  }
}
.giftCardsection {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .page-order .order-details-mid .mid__block .shipping__options .title {
    padding-left: 0 !important;
    margin: 0;
  }
  .page-order .order-details-section {
    margin-top: 16px!important;
  }
  .page-order .order-details-section .payment-method-section {
    padding-left: 0px;
  }
  .page-order .order-details-section .payment-method-section .payment-method-details {
    margin: 0px 19px 0px 0!important;
  }
  .page-order .order-details-section .payment-method-section .orer-rtn-addrss {
    margin: 0px 19px 0px 0!important;
  }
}
.page-order .guestReturn_status {
  padding: 0px;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .container {
    width: auto!important;
  }
}
.page-order .guestReturn_status .order-guest-details {
  margin-top: 30px;
  padding-top: 0px;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details {
    padding-bottom: 30px;
  }
}
.page-order .guestReturn_status .order-guest-details .order-details-mid {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .order-details-mid {
    margin-top: 16px;
  }
}
.page-order .guestReturn_status .order-guest-details .order-details-mid .payment-method-section {
  padding-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-order .guestReturn_status .order-guest-details .order-details-mid .payment-method-section {
    padding-left: 0px;
  }
}
.page-order .guestReturn_status .order-guest-details .order-details-mid .payment-method-section h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .order-details-mid .payment-method-section p {
    font-size: 13px;
  }
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section {
  border: #d8d8d8 solid 1px;
  margin-bottom: 25px;
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .title-boxed {
  background-color: #f1f1f1;
  margin: 0;
  padding: 10px 25px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .title-boxed {
    padding: 10px 19px;
  }
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body {
  padding: 20px 0 10px 40px;
}
@media (max-width: 768px) {
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body {
    padding: 0px 0 20px 19px;
    margin-top: -8px;
  }
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body p {
    margin: 0px 0px 0px!important;
  }
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body .col-md-4 {
    padding-top: 15px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body {
    padding: 12px 0 20px 19px;
    margin-top: 0px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body .col-md-4 h3 {
    margin: 0px;
    font-weight: 500!important;
    margin-bottom: 2px;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body .order-store-hours {
    padding-top: 0px;
  }
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body .order-store-hours p {
  padding: 0px!important;
  margin: 0px!important;
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body .order-store-hours p span {
  text-transform: lowercase;
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body h4 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body h4 {
    margin-bottom: 8px;
  }
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body p.text-uppercase {
  margin-bottom: 0px;
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body .orderdetail_bopis {
  margin: 0px;
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .pick-up-in-store-body h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-bottom: 11px;
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .order__confirmation-table {
  padding: 0px 40px 0px 40px!important;
  position: relative;
}
@media (max-width: 768px) {
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .order__confirmation-table {
    padding: 0px 40px 0px 19px!important;
  }
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .order__confirmation-table .mb-p-o {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .order__confirmation-table {
    padding: 0px 15px 0px 15px!important;
  }
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .order__confirmation-table thead tr th:nth-child(2) {
  padding-left: 0px;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .order__confirmation-table tbody tr td.order-details-list .product-details a h4 {
    padding-left: 0px;
  }
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .order__confirmation-table tbody tr td.order-details-list .product-details p span {
  padding-left: 7px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .order__confirmation-table tbody tr td.order-details-list .product-details p span {
    padding-left: 7px;
    text-transform: uppercase;
  }
}
.page-order .guestReturn_status .order-guest-details .pick-uo-in-store-section .order__confirmation-table tbody tr td.sales-text {
  width: 190px;
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section {
  border: #d8d8d8 solid 1px;
  margin-bottom: 25px;
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .title-boxed {
  background-color: #f1f1f1;
  margin: 0;
  padding: 10px 25px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .title-boxed {
    padding: 10px 19px;
  }
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options {
  padding: 30px 40px 38px 40px!important;
}
@media (max-width: 768px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options {
    padding: 30px 40px 38px 0px!important;
  }
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options p {
    margin: 0px 19px 0px 19px;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options {
    padding: 30px 0px 0px 0px !important;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options h3.title {
    padding-left: 20px !important;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options .col-md-3 {
    padding-bottom: 22px;
  }
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options .shipping-trancking-section h3.title {
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options .shipping-trancking-section h3.title {
    padding-left: 20px !important;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options .shipping-trancking-section p {
    padding-bottom: 22px;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options .shipping-trancking-section .tracking-number-sec {
    margin-top: 8px;
  }
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options .trackShipment-btn {
  text-align: right;
}
@media (max-width: 768px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options .trackShipment-btn {
    margin: 0px 0 25px 0!important;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options .trackShipment-btn {
    margin: 0px 15px 25px 15px!important;
  }
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options .trackShipment-btn .btn {
  font-size: 14px;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .shipping__options .trackShipment-btn .btn {
    width: 100%;
  }
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table {
  padding: 0px 40px 0px 40px!important;
  position: relative;
}
@media (max-width: 768px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table {
    padding: 0px 40px 0px 19px!important;
  }
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table .mb-p-o {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table {
    padding: 0px 15px 0px 15px!important;
  }
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table thead tr th:nth-child(2) {
  padding-left: 0px;
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table thead tr th:nth-child(1) {
  padding-left: 0px;
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table tbody tr td.order-details-list h4 {
  width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table tbody tr td.order-details-list h4 {
    width: 120px;
  }
}
@media screen and (min-width: 538px) and (max-width: 768px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table tbody tr td.order-details-list h4 {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table tbody tr td.order-details-list h4 {
    padding-left: 0px!important;
    width: 175px;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table tbody tr td.order-details-list .product-details a h4 {
    padding-left: 0px;
  }
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table tbody tr td.order-details-list .product-details p span {
  padding-left: 7px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table tbody tr td.order-details-list .product-details p span {
    padding-left: 7px;
    text-transform: uppercase;
  }
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table tbody tr td h4 {
  margin: 10px 0 10px 0px;
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table tbody tr td.sales-text {
  width: 190px;
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table .estimated__de {
  bottom: 40px;
}
.page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table .estimated__de p {
  font-weight: normal;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .shipping-method-section .order__confirmation-table .estimated__de p {
    font-size: 12px;
    font-weight: 500;
  }
}
.page-order .guestReturn_status .order-guest-details .order__reciept .color-change__red span {
  color: #d40a0a;
}
.page-order .guestReturn_status .order-guest-details .spr-product {
  width: 165px;
}
.page-order .guestReturn_status .order-guest-details .spr-product img {
  position: inherit;
  width: 100%;
}
.page-order .guestReturn_status .order-guest-details .shipping__options {
  margin-top: 0px!important;
}
.page-order .guestReturn_status .order-guest-details .order__reciept {
  margin-top: 60px;
}
.page-order .guestReturn_status .order-guest-details .order__confirmation-table .table > thead > tr > th {
  font-size: 16px;
}
.page-order .guestReturn_status .order-guest-details .order__confirmation-table .table > thead > tr > th:first-child {
  width: 180px;
}
.page-order .guestReturn_status .order-guest-details .order__confirmation-table .table tr td {
  border-top: 1px solid #e5e5e5!important;
  padding-top: 36px;
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order-guest-details .order__confirmation-table .table tr td {
    padding-top: 25px;
  }
}
.page-order .guestReturn_status .order-guest-details .order__confirmation-table .table tr td:first-child {
  padding-top: 20px;
}
.page-order .guestReturn_status .order-guest-details .order__confirmation-table .my-account-returns-btns {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 60px;
}
@media (max-width: 767px) {
  .page-order .guestReturn_status .order-guest-details .order__confirmation-table .my-account-returns-btns {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    margin: -9px 0 19px 0;
    padding-bottom: 31px;
    border-bottom: 1px solid #b2b2b2;
  }
}
.page-order .guestReturn_status .order-guest-details .order__confirmation-table .my-account-returns-btns .btn {
  font-size: 14px;
  width: 221px;
}
@media (max-width: 1200px) {
  .page-order .guestReturn_status .order-guest-details .order__confirmation-table .my-account-returns-btns .btn {
    width: 189px;
  }
}
@media (max-width: 767px) {
  .page-order .guestReturn_status .order-guest-details .order__confirmation-table .my-account-returns-btns .btn {
    width: 100%;
    color: #000000;
    background-color: white;
    border: 1px solid #000000;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order__reciept {
    margin-top: 25px!important;
  }
}
@media (max-width: 480px) {
  .page-order .guestReturn_status .order__reciept .total-bottom {
    margin-left: -15px !important;
    padding: 16px!important;
    margin-right: -15px !important;
  }
}
.page-order .guestReturn_status .order__reciept .total-bottom .bottom {
  padding: 26px 0 6px 0;
}
@media (max-width: 767px) {
  .page-order .order-details-mid .mid__block .shipping__options .title {
    padding-left: 20px !important;
  }
}
.order-details-section .shipping-method-section .shipping__options .trackShipment-btn {
  text-align: right;
}
@media (max-width: 768px) {
  .order-details-section .shipping-method-section .shipping__options .trackShipment-btn {
    margin: 0px 0 25px 0!important;
  }
}
@media (max-width: 480px) {
  .order-details-section .shipping-method-section .shipping__options .trackShipment-btn {
    margin: 0px 15px 25px 15px!important;
  }
}
.order-details-section .shipping-method-section .shipping__options .trackShipment-btn .btn {
  font-size: 14px;
}
@media (max-width: 480px) {
  .order-details-section .shipping-method-section .shipping__options .trackShipment-btn .btn {
    width: 100%;
  }
}
.page-order .guestReturn_status .order-guest-details .order-details-mid .gustOderStatus_btn-cancelorder {
  width: 100% !important;
  font-family: 'Montserrat-Regular', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.26px;
  color: #000;
}
.page-order .guestReturn_status .order-guest-details .order-details-mid .gustOderStatus_btnSec {
  margin-top: 7px;
}
.page-order .guestReturn_status .block-elm {
  font-size: 12px!important;
  font-weight: normal!important;
  position: relative;
  top: -10px;
}
.customizable-options-section {
  padding: 100px 0;
}
.customizable-options-section h2 {
  text-align: center;
  font-weight: bold;
  font-family: Gotham;
  font-size: 42px;
  text-transform: uppercase;
  margin: 0 0 35px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .customizable-options-section h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
  }
}
.customizable-options-section h6 {
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 23px;
}
.customizable-options-section .options-grid {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .customizable-options-section .options-grid {
    padding: 35px 0 0;
  }
}
.customizable-options-section .options-grid .options-box {
  position: relative;
  padding: 0px 0px 0px 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .customizable-options-section .options-grid .options-box {
    padding: 0px 15px 0px 35px;
  }
}
.customizable-options-section .options-grid .options-box .options-bg-img {
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .customizable-options-section .options-grid .options-box .options-bg-img {
    height: 200px;
  }
}
.customizable-options-section .options-grid .options-box .options-box-circle {
  background-color: #fff;
  width: 130px;
  height: 130px;
  position: absolute;
  bottom: -30px;
  left: 0;
  border-radius: 100%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .customizable-options-section .options-grid .options-box .options-box-circle {
    width: 100px;
    height: 100px;
  }
}
.customizable-options-section .options-grid .options-box .options-box-circle .options-inner-circle {
  background-color: #246581;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  font-size: 50px;
  line-height: 102px;
  color: #fff;
  font-weight: 500;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #246581;
}
@media screen and (max-width: 768px) {
  .customizable-options-section .options-grid .options-box .options-box-circle .options-inner-circle {
    font-size: 38px;
    line-height: 72px;
  }
}
.customizable-options-section .options-grid .options-box .option-box-title {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 28%;
  font-weight: bold;
  font-family: gotham;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .customizable-options-section .options-grid .options-box .option-box-title {
    font-size: 20px;
    font-weight: 500;
    left: 33%;
  }
}
.customizable-options-section .contact-btn .btn {
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .customizable-options-section .contact-btn .btn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .customizable-options-section .contact-btn {
    padding: 0 15px;
  }
}
.list-disc {
  list-style: disc;
}
@media (max-width: 480px) {
  .cookie h2.f-m {
    font-size: 23px;
  }
}
.list_dash-style li a {
  border-bottom: 1px solid #dedede;
}
.list_dash-style li a:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.instorepost {
  margin-top: 10px;
}
.instorepost .careers-page-spacing h1 {
  text-align: center;
  background-color: #f2f2f2;
  height: 155px;
  padding: 39px 0;
  margin: 0;
  border: 1px solid #dcdcdc;
  font-weight: bold;
  font-size: 70px;
}
.instorepost .careers-page-spacing h3.careers-page-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}
.instorepost .careers-page-spacing p {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 480px) {
  .instorepost .careers-page-spacing p {
    margin-bottom: 30px;
  }
}
.instorepost h2.f-bold {
  font-size: 20px;
}
.instorepost .questions-section {
  padding: 5px 0;
}
@media (max-width: 480px) {
  .instorepost .questions-section .panel-heading {
    margin-bottom: 5px!important;
  }
}
@media (max-width: 480px) {
  .instorepost .questions-section .panel-heading .panel-title a {
    padding: 22px 0 21px 25px!important;
  }
}
.instorepost .questions-section .panel-heading .panel-title a i {
  top: 37px!important;
  font-size: 26px!important;
}
@media (max-width: 480px) {
  .instorepost .questions-section .panel-heading .panel-title a i {
    top: 29px!important;
  }
}
.instorepost .questions-section .panel-heading .panel-title a p {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 480px) {
  .instorepost .questions-section .panel-heading .panel-title a p {
    padding-left: 35px!important;
  }
}
@media (max-width: 480px) {
  .instorepost .questions-section .panel-collapse.collapse .panel-body {
    padding: 5px 0px 5px 5px;
  }
}
@media (max-width: 480px) {
  .instorepost .questions-section .panel-heading.active {
    margin-bottom: 5px!important;
  }
}
.instorepost .questions-section .panel-collapse.collapse.in .panel-body {
  padding: 5px 0px 5px 77px;
}
@media (max-width: 480px) {
  .instorepost .questions-section .panel-collapse.collapse.in .panel-body {
    padding: 5px 0px 5px 5px;
  }
}
.instorepost .questions-section .panel-collapse.collapse.in .panel-body p {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.instorepost .questions-section .panel-collapse.collapse.in .panel-body p:last-child {
  margin: 0;
}
.instore_pick_page.tm-rewards-main.instorepost {
  margin-top: 54px;
}
.instore_pick_page.tm-rewards-main.instorepost h2 {
  margin-bottom: 12px;
}
.page-tmRewardsPage .question-wegot-accordian .jointodayBtn .joinInPopup {
  position: static;
  margin-top: 40px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  width: 221px;
  text-align: center;
  vertical-align: middle;
}
.page-tmRewardsPage .question-wegot-accordian .jointodayBtn .joinInPopup:hover {
  background-color: transparent;
  color: #000000 !important;
  border: 1px solid #000000;
}
.brand-page .inner {
  width: 91.46667vw;
  margin: 0 auto;
  padding: 0;
}
.brand-page .jws-home-banner {
  height: auto;
}
.brand-page .section {
  padding: 40px 0;
}
.brand-page .sec-origin,
.brand-page .sec-value {
  margin-top: 12px;
  padding: 28px 0;
}
.brand-page .sec-origin .inner,
.brand-page .sec-value .inner {
  width: 100%;
}
.brand-page .sec-origin .inner .sec-ttl,
.brand-page .sec-value .inner .sec-ttl {
  text-align: center;
}
.brand-page .sec-origin .inner .sec-ttl .ttl,
.brand-page .sec-value .inner .sec-ttl .ttl {
  font-size: 6.5vw;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
  position: relative;
}
.brand-page .sec-origin .inner .sec-ttl .ttl::before,
.brand-page .sec-origin .inner .sec-ttl .ttl::after,
.brand-page .sec-value .inner .sec-ttl .ttl::before,
.brand-page .sec-value .inner .sec-ttl .ttl::after {
  content: '';
  width: 40%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
}
.brand-page .sec-origin .inner .sec-ttl .ttl::before,
.brand-page .sec-value .inner .sec-ttl .ttl::before {
  left: 0;
}
.brand-page .sec-origin .inner .sec-ttl .ttl::after,
.brand-page .sec-value .inner .sec-ttl .ttl::after {
  right: 0;
}
.brand-page .sec-origin .inner .sec-ttl .subttl,
.brand-page .sec-value .inner .sec-ttl .subttl {
  margin-top: 12px;
  font-size: 1.3rem;
  font-weight: normal;
}
.brand-page .sec-origin .inner .sec-contents,
.brand-page .sec-value .inner .sec-contents {
  margin-top: 22px;
}
.brand-page .sec-origin .inner .sec-contents .pic-area,
.brand-page .sec-value .inner .sec-contents .pic-area {
  width: 100%;
  padding-left: 4.26667%;
}
.brand-page .sec-origin .inner .sec-contents .pic-area ul,
.brand-page .sec-value .inner .sec-contents .pic-area ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
}
.brand-page .sec-origin .inner .sec-contents .pic-area ul li,
.brand-page .sec-value .inner .sec-contents .pic-area ul li {
  width: 50%;
}
.brand-page .sec-origin .inner .sec-contents .txt,
.brand-page .sec-value .inner .sec-contents .txt {
  margin-top: 28px;
  padding: 0 4.26667%;
}
.brand-page .sec-origin .inner .sec-contents .txt p,
.brand-page .sec-value .inner .sec-contents .txt p {
  font-size: 1.2rem;
  line-height: 1.91667;
}
.brand-page .sec-origin .inner .sec-contents .txtbox,
.brand-page .sec-value .inner .sec-contents .txtbox {
  margin-top: 28px;
  padding: 7.46667% 4.26667%;
  background-size: cover;
  background-position: center;
}
.brand-page .sec-origin .inner .sec-contents .txtbox h2,
.brand-page .sec-value .inner .sec-contents .txtbox h2 {
  position: relative;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.brand-page .sec-origin .inner .sec-contents .txtbox p,
.brand-page .sec-value .inner .sec-contents .txtbox p {
  font-size: 1.2rem;
  line-height: 1.91667;
  color: white;
  margin: 10px 0;
}
.brand-page .sec-origin .inner .sec-contents .txtbox p.italic,
.brand-page .sec-value .inner .sec-contents .txtbox p.italic {
  font-style: italic;
}
.brand-page .sec-origin .inner .sec-contents .txtbox.tdto h2::before,
.brand-page .sec-origin .inner .sec-contents .txtbox.tdto h2::after,
.brand-page .sec-value .inner .sec-contents .txtbox.tdto h2::before,
.brand-page .sec-value .inner .sec-contents .txtbox.tdto h2::after {
  width: 0;
}
.brand-page .sec-origin .inner .sec-contents .txtbox.origin,
.brand-page .sec-value .inner .sec-contents .txtbox.origin {
  background: white;
}
.brand-page .sec-origin .inner .sec-contents .txtbox.origin h2,
.brand-page .sec-value .inner .sec-contents .txtbox.origin h2 {
  color: black;
  text-align: left;
  font-size: 2.4rem;
}
.brand-page .sec-origin .inner .sec-contents .txtbox.origin p,
.brand-page .sec-value .inner .sec-contents .txtbox.origin p {
  color: black;
}
.brand-page .sec-history {
  padding: 20px 0 60px;
  position: relative;
}
.brand-page .sec-history .year {
  font-style: italic;
}
.brand-page {
  display: block;
  background: #efefef;
}
@media only screen and (max-width: 767px) {
  .brand-page .sec-history::before,
  .brand-page .sec-history::after {
    position: absolute;
    display: block;
    content: '';
    background: black;
  }
  .brand-page .sec-history::before {
    width: 100%;
    height: 1px;
    top: 96px;
    left: 0;
  }
  .brand-page .sec-history::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 94px;
    left: 50%;
  }
}
.brand-page .sec-history .sec-ttl {
  text-align: center;
}
.brand-page .sec-history .sec-ttl .ttl {
  font-size: 6.4vw;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: black;
  position: relative;
}
.brand-page .sec-history .sec-ttl .ttl::before,
.brand-page .sec-history .sec-ttl .ttl::after {
  content: '';
  width: 37%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
}
.brand-page .sec-history .sec-ttl .ttl::before {
  left: 0;
}
.brand-page .sec-history .sec-ttl .ttl::after {
  right: 0;
}
.brand-page .sec-history .sec-ttl .subttl {
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: normal;
  color: black;
}
.brand-page .sec-history .inner .sec-contents {
  margin-top: 44px;
}
.brand-page .sec-history .inner .sec-contents .history-list-area ul li dl {
  padding: 12px 0;
}
.brand-page .sec-history .inner .sec-contents .history-list-area ul li dl dd {
  margin-top: 1.4rem;
}
.brand-page .sec-history .inner .sec-contents .history-list-area ul li dl dd h3 {
  font-size: 3rem;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 1rem;
}
.brand-page .sec-history .inner .sec-contents .history-list-area ul li dl dd .archives {
  padding: 0 2rem;
}
.brand-page .sec-history .inner .sec-contents .history-list-area ul li dl dd .archives p {
  font-size: 1.2rem;
  line-height: 1.91667;
  margin-bottom: 10px;
}
.slick-arrow:focus {
  outline: none !important;
  -webkit-outline: none !important;
  -moz-outline: none !important;
  -ms-outline: none !important;
  -o-outline: none !important;
}
@media only screen and (max-width: 767px) {
  .brand-page .sec-history .slide .slick-prev,
  .brand-page .sec-history .slide .slick-next {
    width: 10%;
    height: 100%;
  }
  .brand-page .sec-history .slide .slick-prev {
    left: 0;
    z-index: 100;
  }
  .brand-page .sec-history .slide .slick-prev:before {
    position: absolute;
    top: 69.33333vw;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .brand-page .sec-history .slide .slick-next {
    right: 0;
    z-index: 100;
  }
  .brand-page .sec-history .slide .slick-next:before {
    position: absolute;
    top: 69.33333vw;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
}
@media only screen and (min-width: 768px) {
  .brand-page .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .brand-page .section {
    padding: 96px 0;
  }
  .brand-page .sec-origin,
  .brand-page .sec-value {
    margin-top: 0;
    padding: 96px 0 40px;
  }
  .brand-page .sec-origin .inner,
  .brand-page .sec-value .inner {
    width: 100%;
    max-width: none;
  }
  .brand-page .sec-origin .inner .sec-ttl,
  .brand-page .sec-value .inner .sec-ttl {
    text-align: center;
  }
  .brand-page .sec-origin .inner .sec-ttl .ttl,
  .brand-page .sec-value .inner .sec-ttl .ttl {
    position: relative;
    max-width: 1024px;
    margin: auto;
    font-size: 4.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: italic;
  }
  .brand-page .sec-origin .inner .sec-ttl .ttl::before,
  .brand-page .sec-origin .inner .sec-ttl .ttl::after,
  .brand-page .sec-value .inner .sec-ttl .ttl::before,
  .brand-page .sec-value .inner .sec-ttl .ttl::after {
    content: '';
    width: 42%;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
  }
  .brand-page .sec-origin .inner .sec-ttl .ttl::before,
  .brand-page .sec-value .inner .sec-ttl .ttl::before {
    left: 0;
  }
  .brand-page .sec-origin .inner .sec-ttl .ttl::after,
  .brand-page .sec-value .inner .sec-ttl .ttl::after {
    right: 0;
  }
  .brand-page .sec-origin .inner .sec-ttl .subttl,
  .brand-page .sec-value .inner .sec-ttl .subttl {
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .brand-page .sec-origin .inner .sec-contents,
  .brand-page .sec-value .inner .sec-contents {
    margin-top: 44px;
  }
  .brand-page .sec-origin .inner .sec-contents .pic-area,
  .brand-page .sec-value .inner .sec-contents .pic-area {
    width: 100%;
    padding-left: 0;
  }
  .brand-page .sec-origin .inner .sec-contents .pic-area ul,
  .brand-page .sec-value .inner .sec-contents .pic-area ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
  }
  .brand-page .sec-origin .inner .sec-contents .pic-area ul li,
  .brand-page .sec-value .inner .sec-contents .pic-area ul li {
    width: 25%;
  }
  .brand-page .sec-origin .inner .sec-contents .txt,
  .brand-page .sec-value .inner .sec-contents .txt {
    max-width: 1024px;
    width: 100%;
    margin: 48px auto 0;
    padding: 0;
  }
  .brand-page .sec-origin .inner .sec-contents .txt p,
  .brand-page .sec-value .inner .sec-contents .txt p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox,
  .brand-page .sec-value .inner .sec-contents .txtbox {
    max-width: 1024px;
    margin: 48px auto 0;
    padding: 80px 112px;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox h2,
  .brand-page .sec-value .inner .sec-contents .txtbox h2 {
    position: relative;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox p,
  .brand-page .sec-value .inner .sec-contents .txtbox p {
    font-size: 1.4rem;
    line-height: 2;
    color: white;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox.tdto h2::before,
  .brand-page .sec-origin .inner .sec-contents .txtbox.tdto h2::after,
  .brand-page .sec-value .inner .sec-contents .txtbox.tdto h2::before,
  .brand-page .sec-value .inner .sec-contents .txtbox.tdto h2::after {
    width: 0;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox.value h2::before,
  .brand-page .sec-origin .inner .sec-contents .txtbox.value h2::after,
  .brand-page .sec-value .inner .sec-contents .txtbox.value h2::before,
  .brand-page .sec-value .inner .sec-contents .txtbox.value h2::after {
    width: 45%;
  }
  .brand-page .sec-history {
    padding: 30px 0 120px;
    position: relative;
  }
  .brand-page .sec-history .sec-ttl {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .brand-page .sec-history .sec-ttl .ttl {
    font-size: 4rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: black;
    position: relative;
  }
  .brand-page .sec-history .sec-ttl .ttl::before,
  .brand-page .sec-history .sec-ttl .ttl::after {
    content: '';
    width: 41%;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
  }
  .brand-page .sec-history .sec-ttl .ttl::before {
    left: 0;
  }
  .brand-page .sec-history .sec-ttl .ttl::after {
    right: 0;
  }
  .brand-page .sec-history .sec-ttl .subttl {
    margin-top: 12px;
    font-size: 1.6rem;
    font-weight: normal;
    color: black;
  }
  .brand-page .sec-history .inner {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
  }
  .brand-page .sec-history .inner .sec-contents {
    margin-top: 44px;
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li {
    position: relative;
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li::before,
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li::after {
    display: block;
    position: absolute;
    background: black;
    content: '';
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    left: -2px;
    margin-top: -3px;
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li dl {
    padding: 8px 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li dl dt {
    width: 324px;
    padding-left: 24px;
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li dl dd {
    margin-top: 0;
    width: calc(100% - 324px);
    padding-left: 38px;
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li dl dd h3 {
    text-align: left;
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li dl dd .archives {
    padding: 0;
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li dl dd .archives p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 0px;
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li:first-of-type dl {
    padding: 0 0 8px;
  }
  .brand-page .sec-history .inner .sec-contents .history-list-area ul li:last-of-type dl {
    padding: 8px 0 0;
  }
}
#pagetop {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 3.2vw;
  z-index: 100;
}
#pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  background: #fabb00;
  border-radius: 50%;
}
#pagetop a::before,
#pagetop a::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  top: 48%;
  background: black;
  content: '';
}
#pagetop a::before {
  left: 50%;
  margin-left: -1px;
  transform: rotate(45deg);
}
#pagetop a::after {
  transform: rotate(135deg);
  left: 50%;
  margin-left: -8px;
}
@media only screen and (min-width: 768px) {
  #pagetop a {
    width: 48px;
    height: 48px;
    bottom: 80px;
    right: 80px;
    transition: .3s;
    -webkit-transition: .3s;
  }
  #pagetop a:hover {
    transition: .3s;
    -webkit-transition: .3s;
    background: #d5dcdf;
  }
  #pagetop a::before,
  #pagetop a::after {
    width: 13px;
  }
  #pagetop a::before {
    margin-left: -2px;
  }
  #pagetop a::after {
    margin-left: -11px;
  }
}
@media only screen and (max-width: 767px) {
  .hide-xs-only {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hide-sm {
    display: none;
  }
}
p.italic {
  font-style: italic;
}
.sustainability-page {
  background: #efefef;
}
.sustainability-page .jws-home-banner {
  height: auto;
}
.sustainability-page .inner {
  width: 91.46667vw;
  margin: 0 auto;
  padding: 0;
}
.sustainability-page .section {
  padding: 40px 0;
}
.sustainability-page .sec-commit {
  padding-bottom: 0;
}
.sustainability-page .sec-commit .inner .sec-ttl {
  text-align: center;
  position: relative;
}
.sustainability-page .sec-commit .inner .sec-ttl::before {
  display: block;
  width: 30px;
  height: 1px;
  content: '';
  background: #fabb00;
  position: absolute;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  bottom: -2.2rem;
  left: 50%;
  margin-left: -15px;
}
.sustainability-page .sec-commit .inner .sec-ttl .ttl {
  font-size: 6.5vw;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
}
.sustainability-page .sec-commit .inner .sec-ttl .subttl {
  margin-top: 12px;
  font-size: 1.3rem;
  font-weight: normal;
}
.sustainability-page .sec-commit .inner .sec-contents {
  margin-top: 4rem;
}
.sustainability-page .sec-commit .inner .sec-contents .txt p {
  font-size: 1.2rem;
  line-height: 1.91667;
}
.sustainability-page .sec-approach-nav {
  padding-top: 20px;
}
.sustainability-page .sec-approach-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.sustainability-page .sec-approach-nav ul li {
  width: 48%;
  position: relative;
  margin-top: 40px;
}
.sustainability-page .sec-approach-nav ul li::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 5px solid #222;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: .3s;
  -webkit-transform: .3s;
}
.sustainability-page .sec-approach-nav ul li:hover::before {
  transform: .3s;
  -webkit-transform: .3s;
  opacity: .6;
}
.sustainability-page .sec-approach-nav ul li a {
  display: block;
}
.sustainability-page .sec-approach-nav ul li a p {
  text-align: center;
  font-size: 1.2rem;
}
.sustainability-page .sec-approach-dtl .inner .sec-contents {
  /*.approach-list*/
}
.sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach {
  padding: 0;
}
.sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .pic-area {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .pic-area .ico {
  margin-top: 4px;
  width: 23.2%;
}
.sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area {
  padding: 1.5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area {
    display: flex;
    flex-wrap: wrap;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area .trigger {
    display: block;
    width: 100%;
    order: 2;
    position: relative;
    margin-top: 6px;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area .trigger::before {
    content: "";
    display: block;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
    transform: rotate(-225deg);
    width: 8px;
    height: 8px;
    transition: 0.3s;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area .trigger.on::before {
    transform: rotate(-45deg);
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area > p {
    width: 100%;
    order: 1;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area.on p {
    overflow: initial;
    height: 100%;
  }
}
.sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area p {
  font-size: 1.2rem;
  line-height: 1.91667;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area p {
    height: calc(2em * 5);
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .sustainability-page .section {
    padding: 96px 0;
  }
  .sustainability-page .sec-commit {
    padding-bottom: 28px;
  }
  .sustainability-page .sec-commit .inner {
    max-width: 1024px;
    margin: 0 auto;
  }
  .sustainability-page .sec-commit .inner .sec-ttl {
    text-align: center;
    position: relative;
  }
  .sustainability-page .sec-commit .inner .sec-ttl::before {
    display: block;
    width: 60px;
    height: 1px;
    content: '';
    background: #fabb00;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
  }
  .sustainability-page .sec-commit .inner .sec-ttl .ttl {
    font-size: 4.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: italic;
  }
  .sustainability-page .sec-commit .inner .sec-ttl .subttl {
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .sustainability-page .sec-commit .inner .sec-contents {
    margin-top: 96px;
    padding: 0 10.74219%;
  }
  .sustainability-page .sec-commit .inner .sec-contents .txt p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .sustainability-page .sec-approach {
    padding: 60px 0 80px;
  }
  .sustainability-page .sec-approach .inner {
    max-width: 1024px;
    margin: 0 auto;
  }
  .sustainability-page .sec-approach .inner .sec-ttl {
    text-align: center;
  }
  .sustainability-page .sec-approach .inner .sec-ttl .ttl {
    font-size: 4rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #fabb00;
  }
  .sustainability-page .sec-approach .inner .sec-ttl .ttl span {
    color: black;
  }
  .sustainability-page .sec-approach .inner .sec-ttl .subttl {
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: black;
  }
  .sustainability-page .sec-approach .inner .sec-contents {
    margin-top: 56px;
    padding: 0 10.74219%;
  }
  .sustainability-page .sec-approach .inner .sec-contents .txt p {
    font-size: 1.4rem;
    line-height: 2;
    color: black;
  }
  .sustainability-page .sec-approach-nav {
    max-width: 1024px;
    margin: auto;
    padding-top: 40px;
  }
  .sustainability-page .sec-approach-nav .inner {
    max-width: 1024px;
  }
  .sustainability-page .sec-approach-nav ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .sustainability-page .sec-approach-nav ul li {
    width: calc(100% / 6);
    padding: 0;
  }
  .sustainability-page .sec-approach-nav ul li::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid #222;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: .3s;
    -webkit-transform: .3s;
  }
  .sustainability-page .sec-approach-nav ul li a {
    display: block;
  }
  .sustainability-page .sec-approach-nav ul li a p {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .sustainability-page .sec-approach-nav ul li a img {
    max-width: 100%;
  }
  .sustainability-page .sec-approach-dtl {
    padding-top: 0;
  }
  .sustainability-page .sec-approach-dtl .inner {
    max-width: 1024px;
    margin: 0 auto;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents {
    margin-top: 0;
    /*.approach-list*/
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach {
    padding: 48px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid black;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .pic-area {
    width: 384px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .pic-area .ico {
    margin-top: 5px;
    width: 97px;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area {
    width: calc(100% - 384px);
    padding: 0;
    padding-left: 32px;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area p {
    font-size: 1.4rem;
    line-height: 2;
    position: relative;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area p .trigger {
    display: none;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area p .trigger::after {
    content: '↓';
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area p .trigger.is-show {
    bottom: -2em;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area p .trigger.is-show::after {
    content: '↑';
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area p .trigger.is-show + .readmore::before {
    display: none;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area p .readmore {
    position: static;
    overflow: visible;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area p .readmore.is-hide {
    height: 0;
  }
  .sustainability-page .sec-approach-dtl .inner .sec-contents .approach-list .approach .txt-area p .readmore::before {
    display: none;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.technology-page {
  background: #efefef;
}
.technology-page .jws-home-banner {
  height: auto;
}
.technology-page .section {
  padding: 40px 0;
}
.technology-page .inner {
  width: 91.46667vw;
  margin: 0 auto;
  padding: 0;
}
.technology-page .sec-for-weg .inner .sec-ttl {
  text-align: center;
  position: relative;
}
.technology-page .sec-for-weg .inner .sec-ttl::before {
  display: block;
  width: 30px;
  height: 1px;
  content: '';
  background: #fabb00;
  position: absolute;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  bottom: -2.2rem;
  left: 50%;
  margin-left: -15px;
}
.technology-page .sec-for-weg .inner .sec-ttl .ttl {
  font-size: 6.5vw;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
}
.technology-page .sec-for-weg .inner .sec-ttl .subttl {
  margin-top: 12px;
  font-size: 1.3rem;
  font-weight: normal;
}
.technology-page .sec-for-weg .inner .sec-contents {
  margin-top: 4rem;
}
.technology-page .sec-for-weg .inner .sec-contents .txt p {
  font-size: 1.2rem;
  line-height: 1.91667;
  padding: 10px 0;
}
.technology-page .sec-original {
  padding: 20px 0 0;
}
.technology-page .sec-original .inner {
  width: 100%;
}
.technology-page .sec-original .inner .sec-ttl {
  text-align: center;
}
.technology-page .sec-original .inner .sec-ttl .ttl {
  font-size: 6.4vw;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #fabb00;
}
.technology-page .sec-original .inner .sec-ttl .ttl span {
  color: black;
  display: block;
}
.technology-page .sec-original .inner .sec-ttl .subttl {
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: normal;
  color: black;
}
.technology-page .sec-original .inner .sec-contents {
  margin-top: 28px;
}
.technology-page .sec-original .inner .sec-contents .tech-area ul li {
  background: white;
  border-top: 1px solid #d5dcdf;
  width: 100%;
}
.technology-page .sec-original .inner .sec-contents .tech-area ul li a {
  display: block;
}
.technology-page .sec-original .inner .sec-contents .tech-area ul li .tech-bg {
  width: 100%;
  height: auto;
}
.technology-page .sec-original .inner .sec-contents .tech-area ul li .con {
  width: 100%;
  padding: 0 4.26667vw 46px;
  height: 100%;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.technology-page .sec-original .inner .sec-contents .tech-area ul li .con .tech-area-logo {
  padding-top: 14.57726vw;
  width: 49.56268vw;
  height: auto;
}
.technology-page .sec-original .inner .sec-contents .tech-area ul li .con .txt {
  margin-top: 24px;
  width: 100%;
}
.technology-page .sec-original .inner .sec-contents .tech-area ul li .con .txt p {
  color: black;
  font-size: 1.2rem;
  line-height: 1.91667;
}
.technology-page .sec-original .inner .sec-contents .tech-area ul li .con .read-btn {
  width: 168px;
  margin: 22px auto 0;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  color: black;
  background: #d5dcdf;
  padding: 14px 0 13px;
}
.technology-page .sec-other .inner .sec-ttl {
  text-align: center;
}
.technology-page .sec-other .inner .sec-ttl .ttl {
  font-size: 6.4vw;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: black;
}
.technology-page .sec-other .inner .sec-ttl .ttl span {
  display: block;
}
.technology-page .sec-other .inner .sec-ttl .subttl {
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: normal;
  color: black;
}
.technology-page .sec-other .inner .sec-contents {
  margin-top: 24px;
}
.technology-page .sec-other .inner .sec-contents .tech-area ul li > div .txt {
  padding: 14px 0 28px;
}
.technology-page .sec-other .inner .sec-contents .tech-area ul li > div .txt p {
  font-size: 1.2rem;
  line-height: 1.91667;
}
/*モーダルコンテンツ*/
.mfp-close {
  display: none !important;
}
.mfp-wrap .mfp-container {
  padding-top: 70px;
}
.mfp-wrap .modal-wrap {
  padding: 0 4.26667vw;
  position: relative;
}
.mfp-wrap .modal-wrap .cross {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  right: 0;
  top: -30px;
}
.mfp-wrap .modal-wrap .cross::before,
.mfp-wrap .modal-wrap .cross::after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background: white;
}
.mfp-wrap .modal-wrap .cross::before {
  top: 16px;
  right: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mfp-wrap .modal-wrap .cross::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 13px;
  right: 0;
}
.mfp-wrap .modal-wrap .container .upper .brand-area .tech-area-logo {
  width: auto;
  height: 60px;
}
.mfp-wrap .modal-wrap .container .upper .brand-area .tech-area-logo img {
  height: 100%;
  width: auto;
}
.mfp-wrap .modal-wrap .container .upper .brand-area .lead {
  margin-top: 24px;
  color: white;
  font-size: 1.8rem;
  line-height: 1.5;
}
.mfp-wrap .modal-wrap .container .upper .brand-img {
  margin-top: 24px;
}
.mfp-wrap .modal-wrap .container .lower {
  margin-top: 24px;
}
.mfp-wrap .modal-wrap .container .lower .modal-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
}
.mfp-wrap .modal-wrap .container .lower .txt {
  color: white;
  font-size: 1.2rem;
  line-height: 1.91667;
}
.mfp-wrap .modal-wrap .close-btn {
  display: block;
  width: 37.33333vw;
  text-align: center;
  margin: 30px auto;
}
.mfp-wrap .modal-wrap .close-btn a {
  display: block;
  width: 100%;
  background: #fabb00;
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .mfp-container {
    padding-top: 70px;
  }
  .mfp-wrap .modal-wrap {
    padding: 0;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }
  .mfp-wrap .modal-wrap .cross {
    position: fixed;
    width: 30px;
    height: 30px;
    display: block;
    right: 30px;
    top: 30px;
  }
  .mfp-wrap .modal-wrap .container .upper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .mfp-wrap .modal-wrap .container .upper .brand-area {
    width: 50%;
    padding-right: 2.4rem;
  }
  .mfp-wrap .modal-wrap .container .upper .brand-area .tech-area-logo {
    width: auto;
    height: 66px;
  }
  .mfp-wrap .modal-wrap .container .upper .brand-area .tech-area-logo img {
    height: 100%;
    width: auto;
  }
  .mfp-wrap .modal-wrap .container .upper .brand-area .lead {
    margin-top: 24px;
    color: white;
    font-size: 2rem;
    line-height: 1.5;
  }
  .mfp-wrap .modal-wrap .container .upper .brand-img {
    width: 50%;
    margin-top: 0;
  }
  .mfp-wrap .modal-wrap .container .lower {
    margin-top: 40px;
  }
  .mfp-wrap .modal-wrap .container .lower .modal-ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .mfp-wrap .modal-wrap .container .lower .txt {
    color: white;
    font-size: 1.4rem;
    line-height: 2;
  }
  .mfp-wrap .modal-wrap .close-btn {
    display: block;
    width: 160px;
    text-align: center;
    margin: 60px auto;
  }
  .mfp-wrap .modal-wrap .close-btn a {
    display: block;
    width: 100%;
    background: #fabb00;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1.2rem 0;
    transition: .3s;
    -webkittransition: .3s;
  }
  .mfp-wrap .modal-wrap .close-btn a:hover {
    color: white;
    transition: .3s;
    -webkittransition: .3s;
  }
  .look_book_upper_container .look-book-modal-upper {
    width: 100% !important;
  }
  .look_book_upper_container .look-book-img {
    height: 450px !important;
  }
  .look_book_upper_container {
    padding-top: 120px !important;
  }
  .look_book_upper_container .cross {
    position: absolute !important;
    top: 110px !important;
  }
}
@media only screen and (min-width: 768px) {
  .technology-page .section {
    padding: 96px 0;
  }
  .technology-page .sec-for-weg .inner {
    max-width: 1024px;
    margin: 0 auto;
  }
  .technology-page .sec-for-weg .inner .sec-ttl {
    text-align: center;
    position: relative;
  }
  .technology-page .sec-for-weg .inner .sec-ttl::before {
    display: block;
    width: 60px;
    height: 1px;
    content: '';
    background: #fabb00;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
  }
  .technology-page .sec-for-weg .inner .sec-ttl .ttl {
    font-size: 4.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: italic;
  }
  .technology-page .sec-for-weg .inner .sec-ttl .subttl {
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .technology-page .sec-for-weg .inner .sec-contents {
    margin-top: 96px;
    padding: 0 10.74219%;
  }
  .technology-page .sec-for-weg .inner .sec-contents .txt p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .technology-page .sec-original {
    padding: 40px 0;
  }
  .technology-page .sec-original .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .technology-page .sec-original .inner .sec-ttl {
    text-align: center;
  }
  .technology-page .sec-original .inner .sec-ttl .ttl {
    font-size: 4rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #fabb00;
  }
  .technology-page .sec-original .inner .sec-ttl .ttl span {
    color: black;
    display: inline;
  }
  .technology-page .sec-original .inner .sec-ttl .subttl {
    margin-top: 12px;
    font-size: 1.6rem;
    font-weight: normal;
    color: black;
  }
  .technology-page .sec-original .inner .sec-contents {
    margin-top: 46px;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul li {
    width: calc((100% - 24px) / 2);
    position: relative;
    background: white;
    border-top: 0;
    height: 392px;
    max-height: 392px;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul li:nth-of-type(odd) {
    margin-right: 24px;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul li:nth-of-type(n+3) {
    margin-top: 24px;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul li .tech-bg {
    width: 100%;
    height: auto;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul li a {
    display: block;
    height: 100%;
    transition: .3s;
    -webkit-transition: .3s;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul li a:hover {
    opacity: .6;
    transition: .3s;
    -webkit-transition: .3s;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul li .con {
    position: absolute;
    width: 100%;
    padding: 0 24px;
    height: 100%;
    top: 0;
    display: inherit;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul li .con .tech-area-logo {
    padding-top: 56px;
    margin: auto;
    width: 45.57823%;
    max-width: 268px;
    height: auto;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul li .con .txt {
    padding: 0;
    width: 100%;
    margin-top: 40px;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul li .con .txt p {
    color: black;
    font-size: 1.4rem;
    line-height: 2;
  }
  .technology-page .sec-original .inner .sec-contents .tech-area ul li .con .read-btn {
    position: absolute;
    bottom: 56px;
    left: 50%;
    margin-left: -84px;
    width: 168px;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    color: black;
    background: #d5dcdf;
    padding: 14px 0 13px;
  }
  .technology-page .sec-other .inner {
    max-width: 1024px;
    margin: 0 auto;
  }
  .technology-page .sec-other .inner .sec-ttl {
    text-align: center;
  }
  .technology-page .sec-other .inner .sec-ttl .ttl {
    font-size: 4rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: black;
  }
  .technology-page .sec-other .inner .sec-ttl .ttl span {
    color: #fabb00;
  }
  .technology-page .sec-other .inner .sec-ttl .subttl {
    margin-top: 12px;
    font-size: 1.6rem;
    font-weight: normal;
    color: black;
  }
  .technology-page .sec-other .inner .sec-contents {
    margin-top: 46px;
  }
  .technology-page .sec-other .inner .sec-contents .tech-area ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .technology-page .sec-other .inner .sec-contents .tech-area ul li {
    width: calc((100% - 100px) / 3);
  }
  .technology-page .sec-other .inner .sec-contents .tech-area ul li:not(:nth-of-type(3n)) {
    margin-right: 50px;
  }
  .technology-page .sec-other .inner .sec-contents .tech-area ul li > div .txt {
    padding: 14px 0 40px;
  }
  .technology-page .sec-other .inner .sec-contents .tech-area ul li > div .txt p {
    font-size: 1.2rem;
    line-height: 1.91667;
  }
}
@media only screen and (max-width: 767px) {
  .look_book_upper_container .cross {
    top: -40px !important;
    right: 15px !important;
  }
}
a.jws-rtPdt-look-link:nth-of-type(n+2) {
  display: none;
}
a.jws-rtPdt-look-link:hover {
  font-weight: bold;
}
a.jws-rtPdt-look-link {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  display: inline-block;
  text-decoration: underline !important;
  margin-bottom: 23px;
}
@media screen and (max-width: 1024px) {
  a.jws-rtPdt-look-link {
    font-family: 'Montserrat', sans-serif !important;
  }
}
.look-book {
  background: #efefef;
  padding-bottom: 40px;
}
.look-book .inner {
  width: 100%;
  padding: 0 32px;
}
.look-book .inner .lookbook .look_ttl {
  margin-top: 10px;
  padding: 20px 0;
}
.look-book .inner .lookbook .look_ttl h1 {
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: black;
  text-align: center;
}
.look-book .inner .lookbook ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.look-book .inner .lookbook ul li {
  width: calc((100% - 16px)/2);
}
.look-book .inner .lookbook ul li a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .look-book .inner .lookbook ul li:nth-of-type(odd) {
    margin-right: 16px;
  }
  .look-book .inner .lookbook ul li:nth-of-type(n+3) {
    margin-top: 16px;
  }
}
.mfp-bg {
  z-index: 99998;
}
.mfp-wrap {
  z-index: 99999;
}
.mfp-wrap .look-book-modal-lower {
  margin-top: 24px;
  padding: 0 13.11953%;
}
.mfp-wrap .look-book-modal-lower a,
.mfp-wrap .look-book-modal-lower a:hover {
  color: #fff !important;
}
.mfp-wrap .look-book-modal-lower .txt {
  color: white;
  font-size: 1.2rem;
  line-height: 1.91667;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .mfp-wrap .look-book-modal-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  .mfp-wrap .modal-wrap.look-book-modal-wrap {
    padding: 0;
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
  }
  .mfp-wrap .look-book-modal-upper {
    width: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mfp-wrap .look-book-img {
    margin-top: 0;
    height: 600px;
    width: auto;
  }
  .mfp-wrap .look-book-img img {
    height: 100%;
    width: auto;
  }
  .mfp-wrap .look-book-modal-lower {
    margin-top: 0;
    padding: 0;
    width: 44%;
  }
  .mfp-wrap .look-book-modal-lower .txt {
    color: white;
    font-size: 1.4rem;
    line-height: 2;
    width: 340px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .look-book .inner {
    width: 100%;
  }
  .look-book .inner .lookbook .look_ttl {
    margin-top: 24px;
    padding: 32px 0;
  }
  .look-book .inner .lookbook .look_ttl h1 {
    font-size: 56px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: black;
    text-align: center;
  }
  .look-book .inner .lookbook ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .look-book .inner .lookbook ul li {
    width: calc((100% - 96px)/4);
    margin-right: 32px;
  }
  .look-book .inner .lookbook ul li a {
    display: block;
  }
  .look-book .inner .lookbook ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .look-book .inner .lookbook ul li:nth-of-type(n+5) {
    margin-top: 32px;
  }
}
#pagetop {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 3.2vw;
}
#pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  background: #fabb00;
  border-radius: 50%;
}
#pagetop a::before,
#pagetop a::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  top: 48%;
  background: black;
  content: '';
}
#pagetop a::before {
  left: 50%;
  margin-left: -1px;
  transform: rotate(45deg);
}
#pagetop a::after {
  transform: rotate(135deg);
  left: 50%;
  margin-left: -8px;
}
@media only screen and (min-width: 768px) {
  #pagetop a {
    width: 48px;
    height: 48px;
    bottom: 80px;
    right: 80px;
    transition: .3s;
    -webkit-transition: .3s;
  }
  #pagetop a:hover {
    transition: .3s;
    -webkit-transition: .3s;
    background: #d5dcdf;
  }
  #pagetop a::before,
  #pagetop a::after {
    width: 13px;
  }
  #pagetop a::before {
    margin-left: -2px;
  }
  #pagetop a::after {
    margin-left: -11px;
  }
  .look-book .content {
    padding-top: 35px;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
  }
}
.skip,
.skiptocontent,
.skiptonavigation {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.carousel-bundles__component .carousel__component--headline {
  text-align: left;
}
.gcl-forgot {
  font-size: 20px;
  text-decoration: none;
  text-underline-position: under;
}
.b--wrapper-site .main__inner-wrapper .row {
  margin: 0px !important;
}
.main__inner-wrapper .in__wrapper {
  padding-top: 58px;
  padding-left: 0px;
  padding-right: 0px;
}
.main__inner-wrapper .in__wrapper .return-guest-section h4 {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 13px;
}
@media (max-width: 1024px) {
  .main__inner-wrapper .in__wrapper .return-guest-section h4 {
    font-style: italic !important;
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 1024px) {
  .main__inner-wrapper .in__wrapper .return-guest-section .form-main .text-right-mobile {
    padding-bottom: 10px;
  }
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .text-right-mobile #forgotpasswordModal {
  text-decoration: underline;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
}
@media (max-width: 1024px) {
  .main__inner-wrapper .in__wrapper .return-guest-section .form-main .text-right-mobile #forgotpasswordModal {
    font-weight: normal !important;
  }
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .user-email #loginemailOk {
  top: 38px !important;
}
@media (max-width: 1024px) {
  .main__inner-wrapper .in__wrapper .return-guest-section .form-main .user-email #loginemailOk {
    top: 36px !important;
  }
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .user-email .jw-texbox-label span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 22px !important;
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .user-email #j_username {
  background: #FFFFFF;
  border: 2px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 8px;
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .lessMarg #j_password {
  border: 2px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 8px;
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .lessMarg .show-password-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  top: 39px;
}
@media (max-width: 1024px) {
  .main__inner-wrapper .in__wrapper .return-guest-section .form-main .lessMarg .show-password-btn {
    font-size: 14px !important;
    line-height: 16px !important;
    top: 36px;
  }
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .keep-signed {
  font-style: normal;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 19px;
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .privacy__text {
  text-align: center;
  font-style: italic;
  padding: 24px 18px 0 18px;
}
@media (max-width: 1024px) {
  .main__inner-wrapper .in__wrapper .return-guest-section .form-main .privacy__text {
    overflow: auto;
  }
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .privacy__text p {
  letter-spacing: 0.24px;
  padding: 0 20px;
  line-height: 22px;
  font-size: 14px;
  margin: 0px;
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .privacy__text p a {
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .privacy__text p a:hover {
  border-bottom: 1px solid #000000;
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .signin_guest {
  padding-bottom: 38px;
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .signin_guest .btn {
  width: 221px;
  height: 48px;
  background: #222222;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: solid 1px #222;
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .signin_guest .btn:hover {
  background: none;
  text-decoration: none;
}
.main__inner-wrapper .in__wrapper .return-guest-section .form-main .signin_guest .btn:focus {
  background: none;
}
@media (max-width: 768px) {
  .main__inner-wrapper .in__wrapper .return-guest-section .form-main .signin_guest .btn {
    width: 100%;
  }
}
.main__inner-wrapper .in__wrapper .return-guest-section .bottom-list {
  text-align: center;
}
.main__inner-wrapper .in__wrapper .return-guest-section .bottom-list li {
  padding-bottom: 22px;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 22px !important;
  text-align: center !important;
}
@media (max-width: 1024px) {
  .main__inner-wrapper .in__wrapper .return-guest-section .bottom-list li {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}
.main__inner-wrapper .in__wrapper .return-guest-section .bottom-list li a {
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
.page-jwsLoginPage .in__wrapper .form-main {
  width: 515px;
  margin: 0 auto;
  float: none;
  padding: 38px 0 27px 0;
}
@media (max-width: 768px) {
  .page-jwsLoginPage .in__wrapper .form-main {
    width: 100%;
    margin: 0;
    padding: 20px 0 27px 0;
  }
}
#forgotPopup .response-dynamicfr .forgotten-password .reset-password-wrapper {
  text-align: left !important;
  padding: 20px 0 0 0 !important;
}
.modal-body .forgotten-password .modal-title h2 span {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  font-size: 25px !important;
  line-height: 37px !important;
  font-style: italic !important;
  font-weight: bold !important;
}
@media (max-width: 1024px) {
  .modal-body .forgotten-password .modal-title h2 span {
    font-style: italic !important;
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
.modal-body .forgotten-password .reset-password-wrapper .reset-password-box-1 p {
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (max-width: 1024px) {
  .modal-body .forgotten-password .reset-password-wrapper .reset-password-box-1 p {
    font-style: normal;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.modal-body .forgotten-password .reset-password-wrapper p {
  margin: 0 0 10px;
}
.modal-body .forgotten-password .reset-password-wrapper .signin__wrapper {
  /*  .f-label__wrapper{
                    span{
                        font-family: "JWS Open Sans";
                        font-style: normal;
                        font-weight: normal;
                        font-size: 15px;
                        line-height: 20px;
                        color: #808080;

                    }
                    
                } */
}
.modal-body .forgotten-password .reset-password-wrapper .signin__wrapper .submit-btn-main .btn-reset {
  background: #222222;
  color: white;
  border-radius: 8px;
  width: 50%;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  border: solid 1px #222;
  text-decoration: none;
}
.modal-body .forgotten-password .reset-password-wrapper .signin__wrapper .submit-btn-main .btn-reset:hover {
  background: none;
  text-decoration: none;
}
.modal-body .forgotten-password .reset-password-wrapper .signin__wrapper .submit-btn-main .btn-reset:focus {
  background: none;
}
@media (max-width: 768px) {
  .modal-body .forgotten-password .reset-password-wrapper .signin__wrapper .submit-btn-main .btn-reset {
    width: 100%;
  }
}
.modal-body .forgotten-password .reset-password-wrapper .signin__wrapper ul.bottom-list li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center !important;
}
@media (max-width: 768px) {
  .modal-body .forgotten-password .reset-password-wrapper .signin__wrapper ul.bottom-list li {
    font-style: normal;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 19px !important;
  }
}
#reset_Email #registerEmail {
  background: #FFFFFF;
  border: 2px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 8px;
}
div#signUp-modal .modal-title h3 {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  font-style: italic;
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  padding-top: 20px;
}
/*Login Popup*/
#loginId.modal a.show.show-password-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  top: 39px;
}
#loginId.modal .checkbox__wrapper label {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 19px !important;
}
#loginId.modal a#forgotpasswordModal {
  font-style: normal!important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-align: center;
  text-decoration-line: underline;
  text-decoration: underline;
}
#loginId.modal .privacy__text p {
  letter-spacing: 0.24px;
  padding: 0 20px;
  line-height: 22px;
  font-size: 14px !important;
  margin: 0px;
}
#loginId.modal .ajaxLoginButton {
  width: 221px;
  height: 48px;
  border: 1px solid #222222 !important;
  background: #222222 !important;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 8px !important;
}
#loginId.modal .ajaxLoginButton:hover {
  background: none !important;
  text-decoration: none;
}
#loginId.modal .ajaxLoginButton:focus {
  background: none !important;
  text-decoration: none;
}
#loginId.modal .modal-title h3.f-bold {
  font-style: italic;
  font-weight: bold !important;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 13px;
}
#loginId.modal .modal-body input {
  border-radius: 8px !important;
}
@media (max-width: 1024px) {
  #loginId.modal .ajaxLoginButton {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #registerationConfirm .modal-dialog {
    margin: auto !important;
  }
}
@media screen and (max-width: 580px) {
  #registerationConfirm .modal-dialog .modal-content .modal-body .modal-title .modal-rewards {
    width: auto!important;
  }
}
#registerationConfirm .modal-dialog .modal-content .modal-body .modal-title h3.f-m.f-bold {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  font-style: italic !important;
  font-weight: bold !important;
  font-size: 25px !important;
  line-height: 30px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #222222 !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
#registerationConfirm .modal-dialog .modal-content .modal-body .modal-title p {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #222222 !important;
}
#registerationConfirm .modal-dialog .modal-content .modal-body .thankjoining__wrapper .submit-btn-main .btn {
  border-radius: 8px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  border: solid 1px #222 !important;
}
#registerationConfirm .modal-dialog .modal-content .modal-body .thankjoining__wrapper .submit-btn-main .btn:hover {
  text-decoration: none !important;
}
.modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center !important;
}
@media (max-width: 768px) {
  .modal_main .modal-dialog .modal-content .modal-body .signin__wrapper ul.bottom-list li {
    font-style: normal;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 19px !important;
  }
}
.signin__wrapper #loginForm .floating-label .checkmark {
  top: 39px !important;
}
@media (max-width: 1024px) {
  .signin__wrapper #loginForm .floating-label .checkmark {
    top: 37px !important;
  }
}
#loginForm .floating-label .show.show-password-btn1.show-password {
  top: 40px !important;
}
/*variables*/
/*text colors*/
/*bg colors*/
/*font*/
/*Media Query*/
/*Mixins*/
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*reset css*/
html,
body {
  margin: 0px;
  font-family: "JWS Roboto", sans-serif !important;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
button:focus {
  outline: 1px solid #a5c7fe!important;
  -webkit-outline: 1px solid #a5c7fe!important;
  -moz-outline: 1px solid #a5c7fe!important;
  -ms-outline: 1px solid #a5c7fe!important;
  -o-outline: 1px solid #a5c7fe!important;
}
figure {
  margin: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.clearfix::after,
.dl-horizontal dd::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-header::after,
.modal-footer::after {
  content: "";
  clear: both;
  display: table;
}
.f-bold {
  font-weight: bold;
}
.maincontainer-jws {
  padding: 30px 30px;
}
@media only screen and (max-width: 1023px) {
  .maincontainer-jws {
    padding: 15px 15px;
  }
}
/*column styles*/
@media only screen and (min-width: 1024px) {
  .xlg-jws-col-1 {
    width: calc(8.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-2 {
    width: calc(16.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-3 {
    width: calc(25%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-4 {
    width: calc(33.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-5 {
    width: calc(41.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-6 {
    width: calc(50%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-7 {
    width: calc(58.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-8 {
    width: calc(66.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-9 {
    width: calc(75%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-10 {
    width: calc(83.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-12 {
    width: calc(100%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .hidden-xlg-jws {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .md-jws-col-5 {
    width: calc(41.66667%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .md-jws-col-4 {
    width: calc(33.33333%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .md-jws-col-3 {
    width: calc(25%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .md-jws-col-6 {
    width: calc(50%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .md-jws-col-1 {
    width: calc(8.33333%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .md-jws-col-2 {
    width: calc(16.66667%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .md-jws-col-7 {
    width: calc(58.33333%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .md-jws-col-8 {
    width: calc(66.66667%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .md-jws-col-9 {
    width: calc(75%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .md-jws-col-10 {
    width: calc(83.33333%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .md-jws-col-12 {
    width: calc(100%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .hidden-md-jws {
    display: none;
  }
  .show-md-jws {
    display: block !important;
  }
}
@media only screen and (max-width: 1023px) {
  .sm-jws-col-5 {
    width: calc(41.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-4 {
    width: calc(33.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-3 {
    width: calc(25%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-6 {
    width: calc(50%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-1 {
    width: calc(8.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-2 {
    width: calc(16.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-7 {
    width: calc(58.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-8 {
    width: calc(66.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-9 {
    width: calc(75%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-10 {
    width: calc(83.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-12 {
    width: calc(100%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .hidden-sm-jws {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hidden-mobile-jws {
    display: none !important;
  }
}
/*button styles*/
.btn-class,
.btn-yellow,
.btn-outlined,
.btn-black,
.btn-grey,
.btn-yellow,
.btn-outlined,
.btn-black,
.btn-grey {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border: none;
  display: block;
  cursor: pointer;
  color: #000000;
  text-transform: uppercase;
  outline: none;
  padding: 14px 47px;
}
@media only screen and (max-width: 1023px) {
  .btn-class,
  .btn-yellow,
  .btn-outlined,
  .btn-black,
  .btn-grey,
  .btn-yellow,
  .btn-outlined,
  .btn-black,
  .btn-grey {
    width: 100%;
  }
}
.btn-yellow {
  background: #fabb00;
}
.btn-yellow:hover {
  background: #d9a410;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.btn-outlined {
  background: #ffffff;
  border: 1px solid #000000;
}
.btn-black {
  background: #222222;
  color: #ffffff;
  border: 1px solid #222222 !important;
}
@media only screen and (min-width: 1024px) {
  .btn-black:hover {
    color: #222222;
    background: #ffffff;
    transition: .5s ease;
    border: 1px solid #222222;
  }
}
.btn-grey {
  background: #e5e5e5;
  color: #000000;
}
/*link*/
.text-link {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.link-disable {
  font-weight: lighter;
  cursor: auto;
}
.link-disable:hover {
  text-decoration: none;
}
/*form styles*/
.form-field-jws {
  position: relative;
  padding: 13px 15px;
}
form {
  margin: 0 -15px;
}
input:focus ~ .input-label-jws,
select:focus ~ .input-label-jws {
  top: 0px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
  background: #ffffff;
  transform: none;
  padding: 0 8px;
}
input:focus ~ .input-label-jws + .input-label-jws,
select:focus ~ .input-label-jws + .input-label-jws {
  background: #ffffff;
}
.jws-validate .input-label-jws {
  top: 0px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
  background: #ffffff;
  padding: 0 8px;
  transform: none;
}
input[type=text],
input[type=email],
input[type=password],
select {
  background: #ffffff;
  box-shadow: none;
  outline: none;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
}
.input-label-jws {
  position: absolute;
  pointer-events: none;
  top: 19px;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222222;
  padding: 6px 20px;
}
input.inputText:focus ~ .input-label-jws,
select:focus ~ .input-label-jws {
  background: #ffffff;
  padding: 0 10px;
}
input:focus ~ .required-jws,
select:focus ~ .required-jws {
  padding: 0 15px !important;
}
input:not(:focus) ~ .required-jws,
select:not(:focus) ~ .required-jws {
  padding: 0 15px !important;
}
.required-jws:before {
  content: '*';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 14px;
  height: 14px;
  color: #dd0720;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  padding: 0 5px;
}
/*checkbox*/
.checkbox-jws {
  position: absolute;
  opacity: 0;
}
.checkbox-jws + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 0 0 25px;
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.checkbox-jws + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: #000000 solid 1px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 0px;
  border: #b4b4b4 solid 1px !important;
}
.checkbox-jws:checked + label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 2px;
  border: 2px solid #000000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  line-height: normal;
  width: 15px;
  height: 15px;
}
/*radio*/
.radio-btn {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.radio-label-jws {
  display: inline-block;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-family: 'JWS Roboto Condensed', sans-serif;
  color: #000000;
  cursor: pointer;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  white-space: normal;
  text-align: left;
  line-height: 18px;
}
.radio-btn:checked + .radio-label-jws:before {
  border: 2px solid #ffffff;
  background: #000000;
  box-shadow: 0 0 0 1px #000000;
  margin: 0 10px 0 0;
}
.radio-label-jws::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  vertical-align: text-top;
  margin: 0 15px 0 0;
}
.jws-error {
  color: #ffffff;
  background-color: #dd0720;
  display: block;
  font-size: 12px;
  display: none;
}
.jws-val-error .jws-error {
  display: block;
}
.jws-val-error input {
  border: 1px solid #dd0720;
}
.jws-checkmark {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 40px;
  display: none;
}
.jws-validate .jws-checkmark {
  display: block;
}
/*title*/
.title-jws {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  text-transform: uppercase;
  color: #222222;
  padding: 16px 0px 30px 0px;
}
@media only screen and (max-width: 1023px) {
  .title-jws {
    font-size: 30px;
    line-height: 39px;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
/*select*/
select {
  width: 100%;
  height: 40px;
  outline: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url(../images/img-caret.png) no-repeat;
  background-position: right;
}
.dis-none {
  display: none;
}
.slick-arrow {
  z-index: 9 !important;
}
.slick-arrow:focus {
  outline: none !important;
}
.slick-arrow:focus-visible {
  outline: 1px solid #a5c7fe!important;
  -webkit-outline: 1px solid #a5c7fe!important;
  -moz-outline: 1px solid #a5c7fe!important;
  -ms-outline: 1px solid #a5c7fe!important;
  -o-outline: 1px solid #a5c7fe!important;
}
.jws-main-pagecontainer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.slick-dots li button:before {
  display: none;
}
ul.slick-dots {
  z-index: 99 !important;
}
.text-capitalized {
  text-transform: capitalize;
}
.sale-collectionpage {
  margin: 40px 20px;
}
.jws-pdp-pageContainer .jws-pdt-details-tech .slick-dots {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .jws-AnimationSlider-block button.prev-arrow,
  .jws-AnimationSlider-block button.next-arrow {
    display: none !important;
  }
  .jws-AnimationSlider-block .slick-list {
    padding: 0px 35px !important;
  }
}
@media screen and (max-width: 480px) {
  .jws-AnimationSlider-block .slick-list {
    padding: 0 25px  !important;
  }
}
@media screen and (min-width: 1024px) {
  .jws-AnimationSlider-block .slick-list {
    padding: 0 50px !important;
  }
}
.jwjp-homebanner-Wrapper button.slick-prev:focus,
.jwjp-homebanner-Wrapper button.slick-next:focus,
.jws-categoryContent-block button.slick-prev:focus,
.jws-categoryContent-block button.slick-next:focus,
.jws-techContent-block button.slick-prev:focus,
.jws-techContent-block button.slick-next:focus {
  outline: none !important;
}
.jwjp-homebanner-Wrapper button.slick-prev:focus-visible,
.jwjp-homebanner-Wrapper button.slick-next:focus-visible,
.jws-categoryContent-block button.slick-prev:focus-visible,
.jws-categoryContent-block button.slick-next:focus-visible,
.jws-techContent-block button.slick-prev:focus-visible,
.jws-techContent-block button.slick-next:focus-visible {
  outline: 1px solid #a5c7fe!important;
  -webkit-outline: 1px solid #a5c7fe!important;
  -moz-outline: 1px solid #a5c7fe!important;
  -ms-outline: 1px solid #a5c7fe!important;
  -o-outline: 1px solid #a5c7fe!important;
}
@media only screen and (max-width: 480px) {
  .jws-AnimationSlider-block .jws-AnimationSlider-item-loop:first-child {
    padding-bottom: 20px;
  }
  .card-separator {
    width: 68vw;
    height: 2px;
    background-color: grey;
    margin-left: 35px;
    position: absolute;
    bottom: 0px;
  }
  .card-separator:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    border-style: solid;
    border-color: grey;
    border-width: 2px 0px 0 0;
    display: block;
    width: 30px;
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1023px) {
  .jws-pdp-pageContainer .jws-breadcrumbs-Container ul li,
  .jws-plp-pageContainer .jws-breadcrumbs-Container ul li,
  div.jws-breadcrumbs-Container ul.jws-breadcrumbs li:last-child {
    font-family: 'Montserrat', sans-serif !important;
  }
}
.jwjp-homebanner-Wrapper button.slick-prev,
.jwjp-homebanner-Wrapper button.slick-next {
  display: none !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none !important;
}
#addressFormSection .add-address-left-label:active,
#addressFormSection .add-address-left-label:focus-visible,
#addressFormSection .add-address-left-label:focus-within,
#addressFormSection .add-address-left-label:focus {
  outline: none !important;
  border: none !important;
}
#tmGuestRegisterFreeShippingForm .checkbox__wrapper {
  margin-top: 20px;
}
#addressFormSection .add-address-left-label {
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 480px) {
  #addressFormSection.edit-mode .add-address-left-label {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
.socialList-mobile-jp li a img {
  width: 29px;
  height: 29px;
  vertical-align: 6px;
}
input[type="checkbox"]:focus + label {
  outline: none !important;
}
/* CBJJ-747 START */
@media only screen and (min-width: 768px) {
  .brand-page .sec-origin .inner .sec-contents .txtbox h2,
  .brand-page .sec-value .inner .sec-contents .txtbox h2 {
    margin: 20px auto;
    font-weight: 700;
  }
  .brand-page .sec-origin,
  .brand-page .sec-value {
    padding: 0px;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox p,
  .brand-page .sec-value .inner .sec-contents .txtbox p {
    word-break: break-all;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox,
  .brand-page .sec-value .inner .sec-contents .txtbox {
    padding: 40px 100px 8px 100px;
    margin: auto 15%;
  }
  .brand-page .sec-origin .inner .sec-contents .txt,
  .brand-page .sec-value .inner .sec-contents .txt {
    margin: 0px auto;
  }
  .brand-page .sec-origin .inner .sec-contents,
  .brand-page .sec-value .inner .sec-contents {
    margin-top: 0px;
  }
  .brandPage_image img {
    width: 100%;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox h2:last-child,
  .brand-page .sec-value .inner .sec-contents .txtbox h2:last-child {
    margin: 20px auto 0 auto;
  }
  .brandPage_image {
    margin: auto 15%;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox p,
  .brand-page .sec-value .inner .sec-contents .txtbox p {
    margin: 0.4rem auto;
  }
  .hide-xs-only {
    display: block;
  }
  .hide-sm {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .hide-xs-only {
    display: none;
  }
  .hide-sm {
    display: block;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox p,
  .brand-page .sec-value .inner .sec-contents .txtbox p {
    word-break: break-all;
    font-size: 16px;
    margin: 0px;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox,
  .brand-page .sec-value .inner .sec-contents .txtbox {
    padding: 5.46667% 7.26667%;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox.origin h2,
  .brand-page .sec-value .inner .sec-contents .txtbox.origin h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  .brandPage_image img {
    object-fit: cover;
  }
  .brand-page .sec-origin,
  .brand-page .sec-value {
    margin-top: 0;
    padding: 0;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox,
  .brand-page .sec-value .inner .sec-contents .txtbox,
  .brand-page .sec-origin .inner .sec-contents,
  .brand-page .sec-value .inner .sec-contents {
    margin-top: 0;
  }
  .brand-page .sec-origin .inner .sec-contents .txtbox.origin h2:last-child,
  .brand-page .sec-value .inner .sec-contents .txtbox.origin h2:last-child {
    margin-bottom: 0px;
  }
}
.brand-page .sec-origin .inner .sec-contents .txtbox.origin section:not(:first-child),
.brand-page .sec-value .inner .sec-contents .txtbox.origin section:not(:first-child) {
  margin-top: 3rem;
}
/* CBJJ-747 End */
/*** Changes for CBJJ-753 Starts ***/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  section.order__reciept .order__reciept-mid .order__confirmation-table table tbody tr td {
    padding: 18px 0px !important;
  }
  .order--reciept-section .order__confirmation-table .table tr td:first-child {
    padding-right: 0px !important;
  }
  .order--reciept-section .order__confirmation-table .table tr td.order-details-list {
    padding-left: 10px !important;
  }
  tbody tr.tr-block td.text-center.spr-price.hidden-sm.hidden-xs h4.f-s-16.f-bold.list-title,
  tbody tr.tr-block td.text-center.spr-total.hidden-sm.hidden-xs h4.f-s-16.f-bold.list-title {
    font-size: 18px !important;
  }
  .order__reciept .order__reciept-mid .order__confirmation-table .text-center,
  .order__reciept .order__reciept-mid .order__confirmation-table th {
    font-size: 20px !important;
  }
  .order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table {
    padding: 0px !important;
  }
  .page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table {
    padding: 30px 20px 0px 20px !important;
  }
  .page-order .orderDetailsPage .order-details-mid .order-details-section .order__confirmation-table table tbody tr td {
    padding: 18px 0px !important;
  }
  .orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table .text-center {
    font-size: 20px !important;
  }
  .order-details-section .shipping-method-section .order__confirmation-table thead tr th:nth-child(2),
  .orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table .text-center {
    padding: 0 0 4px 0;
  }
  .orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table table tbody .tr-block .order-details-list .product-details .f-m.f-bold.list-title {
    font-size: 18px !important;
    font-weight: bold !important;
  }
}
/*** Changes for CBJJ-753 Ends ***/
/*** Changes for CBJJ-754 Starts ***/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1250px) {
  .jws-top-footer-wrap {
    padding: 0px 30px !important;
  }
  h3.footer-title {
    padding-bottom: 5px !important;
  }
  .socialList-mobile-jp {
    margin: 0px !important;
  }
}
/*** Changes for CBJJ-754 Ends ***/
/** Rebranding Starts **/
:root {
  --footer-bg-color-100: #212121;
  --footer-bg-color-200: #222222;
  --footer-textcolor-100: #ffffff;
  --footer-textcolor-200: #000000;
  --footer-textcolor-300: #948b71;
  --header-searchcolor-100: #808080;
  --header-box-shadow-100: 0px 1px 2px rgba(0, 0, 0, 0.3);
  --header-promo-bg-color: #dcd8c5;
  --header-search-bg-color: rgba(148, 139, 113, 0.2);
  --w-100: 100%;
  --w-50: 50%;
  --w-24: 24px;
  --w-20: 20px;
  --w-20-p: 20%;
  --padding-10: 10px;
  --d-none: none;
  --d-block: block;
  --p-absolute: absolute;
  --p-relative: relative;
  --p-fixed: fixed;
}
.jws-top-footer-wrap .jw-logo-container .socialList-mobile-jp {
  padding: 2.85rem 0px;
}
.jws-top-footer .jws-top-footer-wrap {
  background: var(--footer-bg-color-100) !important;
  position: var(--p-relative) !important;
  padding: 2.25rem 3.25rem !important;
  top: 165px !important;
  width: var(--w-100) !important;
}
.footer-list li a:hover {
  text-decoration: underline !important;
}
.footer-list li a,
.jws-commitment-footer p {
  color: var(--footer-textcolor-300) !important;
}
.jws-commitment-footer p {
  padding-bottom: 25px;
}
.jws-bottom-footer {
  background-color: var(--footer-bg-color-100) !important;
  color: var(--footer-textcolor-300) !important;
  padding: 16px 24px !important;
}
.jws-top-footer-wrap .jw-logo {
  width: 149px !important;
  height: 44px !important;
}
div.footer-title,
div.footer-title a:hover {
  color: var(--footer-textcolor-100) !important;
}
button.md-none:focus-visible,
button.md-none:focus {
  outline: 1px solid var(--footer-textcolor-100) !important;
}
.jw-logo-container {
  width: var(--w-20-p) !important;
  padding: 0 15px;
  box-sizing: border-box;
}
.jws-hddropMenuCont {
  top: 165px !important;
}
.stickHeader .jws-drop-flex {
  border-top: 1px solid var(--footer-bg-color-200) !important;
}
.jws-hd-headerCont-jp .jws-main-search #searchText:focus-visible,
.jws-hd-headerCont-jp .jws-main-search #searchText:focus {
  color: var(--footer-textcolor-100) !important;
}
.jws-hd-headerCont-jp .jws-main-search input::placeholder {
  color: var(--footer-textcolor-100) !important;
}
.jws-hdlogoNewimg .jw-header-logo {
  width: 151px !important;
  height: 41px !important;
}
.jw-showForLarge-jp .jws-hdhoverTxt a {
  padding: 12px 0 !important;
}
li.jws-hdhoverTxt a.main-menu {
  position: var(--p-relative) !important;
}
.jws-hdsearch {
  position: var(--p-fixed) !important;
  width: 290px !important;
  height: 36px !important;
  right: calc(40%);
  background: var(--header-search-bg-color) !important;
  border-radius: 123px;
  flex-grow: 2;
}
.jws-hdsearch button {
  position: var(--p-absolute) !important;
  transform: translateY(-50%);
  width: var(--w-20);
  height: var(--w-20);
  margin: 0 var(--w-20);
}
.jws-hdcartSection {
  padding-bottom: 0px !important;
}
li.jws-hdprofile img,
.jws-hdbag img {
  width: var(--w-24) !important;
  height: var(--w-24) !important;
}
.mini-cart-count .cursorPointer .jws-hdbag span {
  display: var(--d-none) !important;
}
.header-promo {
  padding: 12px 16px 8px !important;
  background: var(--header-promo-bg-color) !important;
  color: var(--footer-textcolor-200) !important;
  font-size: 15px !important;
  height: 45px !important;
}
.jws-hd-headerCont-jp {
  display: flex;
  align-items: center;
  background: var(--footer-bg-color-100) !important;
}
header.jws-checkout-hdr .jws-hdlogoCheckout {
  height: 76px;
  background: var(--footer-bg-color-100) !important;
  text-align: center;
  order: 2;
}
.page-checkout-login .hd-logoCheckout,
.page-multiStepCheckoutSummaryPage .hd-logoCheckout {
  width: auto;
  height: 44px;
  margin: 16px auto;
}
.jws-checkout-hdr.stickHeader .jws-hdlogoCheckout img {
  max-width: 100% !important;
}
.page-checkout-login .jws-bottom-footer,
.page-multiStepCheckoutSummaryPage .jws-bottom-footer {
  background-color: var(--footer-textcolor-100) !important;
  color: var(--footer-bg-color-100) !important;
}
header.jws-checkout-hdr .jws-hdrCheckout-wrap,
header.jws-checkout-hdr.stickHeader .jws-hdrCheckout-wrap {
  padding: 0px !important;
}
.b--header-promo__wrapper .b--header-promo__wrapper__prev,
.b--header-promo__wrapper .b--header-promo__wrapper__next,
.b--header-promo__wrapper p a {
  color: var(--footer-textcolor-200) !important;
}
.jws-hdcartCont-jp .jws-hdprofile #status-anchor,
.jws-hdcartCont-jp .jws-hdprofile #status-anchor:hover {
  color: var(--footer-textcolor-100) !important;
}
@media (max-width: 1200px) and (min-width: 1024px) {
  button.img-search-icon {
    display: var(--d-block) !important;
  }
  header.stickHeader ul.jws-hdMenuOptions {
    padding: 0 var(--padding-10) !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  span.jws-main-search {
    visibility: visible !important;
    display: var(--d-block) !important;
  }
}
@media only screen and (min-width: 1025px) {
  .searchresult-product {
    width: var(--w-20-p) !important;
  }
  #searchModal .search-results .minicart-product-img {
    width: 192px !important;
    height: 192px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .md-none {
    display: var(--d-none) !important;
  }
  .md-hide {
    display: var(--d-block) !important;
  }
  .hidden-xlg-jws {
    display: var(--d-none) !important;
  }
  .showForLarge {
    display: var(--d-block) !important;
  }
  header {
    width: var(--w-100) !important;
    z-index: 99999;
    border-bottom: 1px solid var(--footer-bg-color-100) !important;
  }
  header.stickHeader .jws-hd-headerCont-jp {
    height: 72px;
  }
  .jw-showForLarge-jp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    height: 48px;
    background: var(--footer-textcolor-100);
    box-shadow: var(--header-box-shadow-100);
  }
  .jw-showForLarge-jp .jws-hdMenuOptions {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    height: 16px;
  }
  .jw-showForLarge-jp li {
    color: var(--footer-bg-color-100);
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 21px;
    text-transform: capitalize;
    font-family: "JWS Open Sans", sans-serif;
    padding: 0 20px;
    cursor: pointer;
  }
  .jws-hd-headerCont-jp .jws-hdsearch button.img-search-close,
  .jws-hd-headerCont-jp .jws-hdsearch button.img-search-icon {
    top: 50%;
    left: 0px;
  }
  .jws-hd-headerCont-jp .jws-main-search #searchText {
    padding-left: 50px !important;
    background: var(--header-search-bg-color) !important;
    border: var(--d-none) !important;
    outline: var(--d-none) !important;
  }
  .jw-mobile .jw-mobile-logo,
  .b--mobile,
  .jws-hd-lftMenu,
  .showForSmall {
    display: var(--d-none);
  }
  header.stickHeader li.jws-hdhoverTxt {
    padding: 0px 20px !important;
    margin-top: 0px !important;
  }
  header.stickHeader .jws-hddropMenuCont {
    top: 150px !important;
  }
  header.stickHeader ul.jws-hdMenuOptions {
    padding: 0 64px !important;
  }
  .jws-hdsearch {
    background: var(--d-none) !important;
  }
  header.stickHeader .jws-hdsearch input {
    display: var(--d-block) !important;
    visibility: visible !important;
  }
  .jws-hd-headerCont-jp {
    height: 80px;
    order: 2;
    padding: 0 50px 0px 50px;
    width: var(--w-100) !important;
  }
  .jws-hd-headerCont-jp .jws-hdsearch button.img-search-close .close-icon-desktop {
    display: var(--d-block) !important;
  }
  .jws-hd-headerCont-jp .jws-hdsearch button.img-search-close .close-icon-mobile {
    display: var(--d-none) !important;
  }
  .jws-hdsearch {
    position: var(--p-absolute) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .md-none {
    display: var(--d-block) !important;
    width: var(--w-100) !important;
    text-align: left !important;
  }
  .md-hide {
    display: var(--d-none) !important;
  }
  .jw-logo-container {
    padding: 1rem;
    display: flex !important;
    justify-content: center !important;
    width: var(--w-100) !important;
    flex-direction: column-reverse;
    align-items: center;
  }
  .menu-in .sideMenu-closeBtn {
    display: block;
  }
  .jws-left-footer {
    width: var(--w-100) !important;
    padding: 0px;
  }
  div.footer-title {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--footer-bg-color-200);
    padding: 20px 30px 18px 30px;
  }
  div.footer-title,
  .footer-list li a {
    font-style: normal;
    font-weight: normal;
  }
  .jws-top-footer .jws-top-footer-wrap {
    top: 0 !important;
    padding: 0 !important;
    padding-bottom: 35px !important;
  }
  .footer-list li {
    border-bottom: var(--d-none) !important;
    background: var(--footer-bg-color-100) !important;
  }
  .footer-list li a {
    font-size: 15px;
    line-height: 20px;
    padding: 19px 44px 17px 44px;
    display: var(--d-block);
  }
  div.footer-title {
    border-top: 1px solid var(--footer-textcolor-300) !important;
  }
  .header-promo {
    margin-top: 0px !important;
    height: 55px !important;
    font-size: 12.5px !important;
    position: var(--p-fixed);
    top: 0;
    left: 0;
    width: var(--w-100);
    z-index: 9999;
    padding: 20px;
  }
  .jws-hd-headerCont-jp {
    padding: 16px 21px !important;
    box-sizing: border-box !important;
    position: var(--p-fixed) !important;
    top: 55px !important;
    left: 0px !important;
    z-index: 99999 !important;
    width: var(--w-100) !important;
  }
  .jw-showForLarge-jp,
  li.jws-hdprofile {
    display: var(--d-none) !important;
  }
  .jw-mobile .jw-mobile-logo {
    width: var(--w-100) !important;
    height: auto !important;
  }
  header .jws-hdsideMenuCont {
    width: 90% !important;
  }
  .jws-hdsideMenuCont.in {
    background: var(--footer-textcolor-100) !important;
    visibility: visible !important;
    transform: var(--d-none) !important;
    transition: transform 0.3s ease-in-out !important;
  }
  .jw-mobile {
    width: var(--w-20-p) !important;
  }
  .jws-hd-headerCont-jp .jws-hdsearch.cursorPointer.search-display {
    display: var(--d-block) !important;
    left: 0px;
    width: 100% !important;
    z-index: 99;
    top: 120px !important;
  }
  .jws-hd-headerCont-jp .jws-hdsearch {
    display: var(--d-none) !important;
  }
  .jws-hd-headerCont-jp .jws-main-search #searchText:focus-visible,
  .jws-hd-headerCont-jp .jws-main-search #searchText:focus {
    color: var(--footer-textcolor-300) !important;
  }
  .jws-hd-headerCont-jp .jws-main-search input::placeholder {
    color: var(--footer-textcolor-300) !important;
  }
  .jws-hd-headerCont-jp .jws-hdsearch button.img-search-close {
    top: 70%;
    right: 0px;
  }
  .jws-top-footer-wrap .jw-logo-container .socialList-mobile-jp {
    padding: 1rem 0px 0px 0px;
  }
  .page-checkout-login .jws-hdlogoCheckout,
  .page-multiStepCheckoutSummaryPage .jws-hdlogoCheckout {
    width: 100%;
  }
  .jws-hd-headerCont-jp .jws-hdsearch button.img-search-close .close-icon-desktop {
    display: var(--d-none) !important;
  }
  .jws-hd-headerCont-jp .jws-hdsearch button.img-search-close .close-icon-mobile {
    display: var(--d-block) !important;
  }
  .b--header-promo__wrapper .b--header-promo__wrapper__prev,
  .b--header-promo__wrapper .b--header-promo__wrapper__next {
    padding-top: 0px !important;
  }
  .jws-top-footer-wrap .jw-logo-container .socialList-mobile-jp {
    padding: 1rem;
  }
  .socialList-mobile-jp li a img {
    vertical-align: 0px;
  }
  .b--header-promo__wrapper .b--header-promo__wrapper__prev {
    left: 0px;
  }
  .b--header-promo__wrapper .b--header-promo__wrapper__next {
    right: 0px;
  }
  .jws-top-footer-wrap .jw-logo {
    height: auto !important;
    padding: 1rem;
  }
  .jws-commitment-footer p {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .jws-hdsideMenuOptList li button {
    width: 100%;
    text-align: left;
  }
  .jws-hdsideMenuOptList li button:focus {
    outline: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .jws-hdsideMenuCont {
    top: 120px !important;
  }
  .b--header-promo__wrapper {
    margin: 10px auto;
  }
  .b--header-promo__wrapper p a {
    font-size: 16px;
  }
  .jws-top-footer-wrap .jw-logo-container .socialList-mobile-jp {
    margin-left: -40px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .jw-showForLarge-jp li {
    font-size: 12px;
    padding: 0 15px;
  }
  .jw-logo-container {
    width: 33% !important;
  }
  header.stickHeader li.jws-hdhoverTxt {
    padding: 0 10px !important;
  }
  .b--mobile.mobile-filter__main-wrapper {
    display: var(--d-block) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-promo {
    padding: var(--padding-10) !important;
  }
  .jw-mobile {
    width: var(--w-50) !important;
  }
  .jws-hdsideMenuCont {
    top: 118px !important;
  }
  .jws-top-footer-wrap .jw-logo-container .socialList-mobile-jp {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 690px) {
  .b--header-promo__wrapper .b--header-promo__wrapper__prev,
  .b--header-promo__wrapper .b--header-promo__wrapper__next {
    top: 35%;
  }
}
/** Rebranding Ends **/
#deliveryDate .shippingDetails h4.f-m.f-bold {
  text-transform: uppercase !important;
  color: #000000 !important;
  font-style: normal !important;
  font-weight: bold !important;
}
.main__inner-wrapper .tab-padding .delivery-date-time {
  margin: 0px;
  padding: 20px 0;
  border-top: #d1d1d1 solid 2px;
}
@media only screen and (max-width: 690px) {
  .main__inner-wrapper .tab-padding .delivery-date-time {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 1024px) {
  #deliveryDate .shippingDetails h4.f-m.f-bold {
    font-size: 16px !important;
    line-height: 19px !important;
  }
}
@media only screen and (min-width: 1025px) {
  #deliveryDate .shippingDetails h4.f-m.f-bold {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
.giftCardContainer {
  display: flex;
  margin: 10px auto;
}
.giftCardContainer {
  display: flex;
  margin: 10px auto;
}
@media only screen and (max-width: 480px) {
  .giftCardContainer {
    flex-direction: column;
    font-size: 16px;
  }
  label.add-address-left-label {
    margin: 10px 0px;
  }
  .giftwrap-modal-toggle.label-fix {
    margin: 10px 0px;
    font-size: 16px;
  }
}
.checkbox__wrapper h4.f-m.f-bold {
  text-transform: uppercase !important;
  color: #000000 !important;
  font-style: normal !important;
  font-weight: bold !important;
}
@media only screen and (min-width: 1025px) {
  .checkbox__wrapper h4.f-m.f-bold {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
label.add-address-left-label {
  font-size: 15px;
}
/* Changes for 781 start */
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content h2 {
  margin: auto 10px;
}
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content h3 {
  margin: 10px auto;
}
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content ul {
  margin: 10px auto;
}
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content .col-sm-12 {
  margin-bottom: 15px !important;
}
.img-giftPopupImage {
  height: auto;
  width: 250px;
  margin: 5px auto;
  object-fit: cover;
  object-position: center;
}
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content ul li:not(:first-child) {
  padding: 0.4rem 0;
}
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content ul li {
  font-size: 16px;
}
.giftwrap-modal-message .giftwrap-modal-body {
  overflow-y: auto;
}
.giftwrap-modal-message .giftwrap-modal-body::-webkit-scrollbar {
  width: 5px;
}
.giftwrap-modal-message .giftwrap-modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.giftwrap-modal-message .giftwrap-modal-body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1023px) {
  .giftwrap-modal-message {
    z-index: 99999 !important;
  }
  .giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content h2 {
    font-size: 24px;
  }
}
/* Changes for 781 end */
.modal-backdrop {
  z-index: 1039 !important;
}
@media only screen and (max-width: 1023px) {
  .jws-button-wrapper .btn-grey {
    padding: 15px 30px !important;
  }
  .jws-hdsideMenuOptCont {
    overflow-x: hidden !important;
  }
  .my-account-mobile {
    margin-bottom: 80px;
  }
}
#deliveryDate .checkbox #chooseDeliveryDate {
  margin-top: 2px;
}
@media only screen and (max-width: 1023px) {
  .page-orderConfirmationPage .promotionprice-avail .promotion-price {
    text-align: left;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-order .promotionprice-avail .promotion-price {
    text-align: left;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 690px) {
  #registerationConfirm .modal-dialog .modal-content .modal-body .thankjoining__wrapper .submit-btn-main .btn {
    padding: 1em 25px !important;
  }
  #registerationConfirm .modal-dialog .modal-content .modal-body .thankjoining__wrapper .submit-btn-main {
    margin: 1em auto !important;
  }
  #registerationConfirm .modal-dialog {
    top: 5vh !important;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1300px) {
  .nav-cart .b--navbar__modal--cart .b--product a img.minicart-product-img {
    height: 77px !important;
    width: 61px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .jw-showForLarge-jp ul.jws-hdMenuOptions li.jws-hdhoverTxt {
    font-size: inherit !important;
  }
  header.stickHeader ul.jws-hdMenuOptions {
    padding: 0 !important;
  }
  header.stickHeader li.jws-hdhoverTxt,
  .jw-showForLarge-jp ul.jws-hdMenuOptions li.jws-hdhoverTxt {
    padding: 0 7.5px !important;
  }
}
.floating-label .f-label__wrapper input[type="text"].c__input::-webkit-input-placeholder,
.floating-label .f-label__wrapper input[type="email"].c__input::-webkit-input-placeholder,
.floating-label .f-label__wrapper input[type="password"].c__input::-webkit-input-placeholder {
  -webkit-text-fill-color: #808080 !important;
}
/*.floating-label .f-label__wrapper select[name="regionIso"],
.floating-label .f-label__wrapper select[name="regionIso"] option {
  -webkit-text-fill-color: #808080 !important;
  color: #808080 !important;
}*/
header {
  background-color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  header {
    width: 100%;
    z-index: 99999;
    border-bottom: #222222 solid 1px;
  }
}
.jws-boldTxt {
  text-decoration: none;
  color: #222222;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  border-bottom: none !important;
  text-transform: capitalize;
  padding-bottom: 18px;
}
.jws-boldTxt:hover {
  color: #808080 !important;
}
.jws-whiteTxt {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.5rem;
}
a.jws-imgTxt {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
a.jws-imgTxt:hover {
  border-bottom: none !important;
}
a.jws-imgTxtcontent {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
a.jws-imgTxtcontent:hover {
  border-bottom: none !important;
}
.background-overlay {
  position: fixed;
  opacity: .5;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 99;
}
.background-overlay.in {
  display: block;
}
.popupOpen {
  overflow: hidden;
}
.jws-cursorPointer {
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .showForLarge {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .showForLarge {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .bigLogo {
    width: 106px;
    height: 97px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .bigLogo img {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .bigLogo a {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .hd-logoCheckout {
    width: 94px;
    height: 46px;
  }
}
@media only screen and (min-width: 1200px) {
  .hd-logoimage img {
    z-index: 99;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .smallLogo {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .smallLogo {
    display: none;
  }
}
header.stickHeader {
  height: 72px;
  position: fixed;
  top: 0px;
  left: 0px;
  border-bottom: #222222 solid 1px;
  width: 100%;
  background: #ffffff;
  z-index: 1040;
}
header.stickHeader .header-promo a:hover {
  color: #ffffff !important;
  background-color:  black !important;
}
@media only screen and (min-width: 1024px) {
  header.stickHeader .jws-hd-headerCont {
    height: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  header.stickHeader .jws-hdlogoimg {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  header.stickHeader {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1024px) {
  header.stickHeader .smallLogo {
    display: block;
    width: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  header.stickHeader .smallLogo img {
    width: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  header.stickHeader .search-container {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  header.stickHeader .bigLogo {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header.stickHeader li.jws-hdhoverTxt {
    padding: 28px 20px 23px 20px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  header.stickHeader .jws-hdcartSection {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  header.stickHeader .jws-hddropMenuCont {
    top: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  header.stickHeader .jws-hd-headerCont {
    padding: 0 30px 0px 53px;
  }
}
@media only screen and (min-width: 1024px) {
  header.stickHeader ul.jws-hdMenuOptions {
    padding: 0 64px;
  }
}
@media screen and (min-width: 1200px) {
  ul.jws-hdMenuOptions {
    padding: 0px 0px 0px 45px !important;
  }
}
.jws-hd-headerCont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px 0px 53px;
}
@media only screen and (max-width: 1199px) {
  .jws-hd-headerCont {
    padding: 15px 21px;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    width: 100%;
  }
}
.jws-hd-headerCont ul {
  list-style: none;
}
.jws-hd-headerCont ul li {
  list-style: none;
}
.jws-hdMenuOptions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .jws-hdMenuOptions {
    display: none;
  }
}
.jws-hdMenuOptions li:hover .jws-hddropMenuCont {
  visibility: visible;
  opacity: 1;
}
.jws-hdMenuOptions li.focus .jws-hddropMenuCont {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  ul.jws-hdMenuOptions {
    padding: 0 84px;
  }
}
.jws-hdtopmenu .jws-hdhoverTxt {
  padding: 15px 20px 12px 20px;
  margin-top: 38px;
  cursor: pointer;
  flex-shrink: 0;
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .jws-hdtopmenu .jws-hdhoverTxt a {
    display: inline-block;
    white-space: normal;
    word-break: break-all;
  }
}
.jws-hdtopmenu .jws-hdhoverTxt:hover a.main-menu:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #000000;
  left: 0px;
}
li.jws-hdhoverTxt a.main-menu {
  position: relative;
  /*  &:hover {
        &:after {
            content: '';
            position: absolute;
            bottom: 0px;
            width: 100%;
            height: 3px;
            background: @color-black;
            left: 0px;
        }
    } */
}
li.jws-hdhoverTxt a.main-menu:focus:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #000000;
  left: 0px;
}
.jws-hd-lftMenu {
  float: left;
  z-index: 10002;
  width: 33px;
}
@media only screen and (min-width: 1200px) {
  .jws-hd-lftMenu {
    display: none;
  }
}
.jws-hdcartSection {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .jws-hdcartSection {
    padding-bottom: 0px;
  }
}
.jws-hdlogoimg {
  text-align: center;
  margin-top: -20px;
}
@media only screen and (max-width: 1199px) {
  .jws-hdlogoimg {
    margin-top: 0px;
    width: 94px !important;
    height: 46px;
  }
}
@media only screen and (max-width: 1199px) {
  .jws-hdlogoimg img {
    width: 100%;
  }
}
.jws-hdprofile,
.jws-hdbag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
a#cartBtn {
  position: absolute;
  top: -20px;
  right: -17px;
  background: #fbbb01;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  a#cartBtn {
    width: 22px;
    height: 22px;
    line-height: 24px;
  }
}
.mini-cart-count .cursorPointer a#cartBtn {
  top: -10px;
  right: -12px;
}
.jws-hdcartCont ul li .cart-count {
  padding: 0px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .jws-hdcartCont {
    padding-right: 0px;
  }
}
.jws-hdcartCont ul li {
  margin: 0px 0px 0px 20px;
}
.jws-hdcartCont ul li span {
  font-size: 14px;
  line-height: 21px;
  color: #222222;
  padding: 0 7px;
}
input.jws-main-search {
  border-radius: 30px;
}
.jws-hdsearch {
  flex-grow: 2;
  position: relative;
  width: auto;
}
.jws-hdsearch input {
  font-size: 16px;
}
.jws-hdsearch ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(34, 34, 34, 0.7);
}
.jws-hdsearch ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(34, 34, 34, 0.7);
}
.jws-hdsearch :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(34, 34, 34, 0.7);
}
.jws-hdsearch :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(34, 34, 34, 0.7);
}
.search-container.search-display .jws-hdsearch {
  display: block;
}
.search-container.search-display .scroll-search {
  display: none;
}
.jws-hdbag {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .jws-hdbag {
    margin-right: 0px !important;
  }
}
.jws-hdbag img {
  width: 20px;
  height: 20px;
}
.jws-hddropMenuCont {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 107px;
  visibility: hidden;
  opacity: 0;
  /* transition: visibility .1s ease .4s, opacity .1s ease; */
  transition: none !important;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  font-size: 16px;
}
.jws-hddropMenuCont ul li a:hover {
  color: #808080 !important;
}
.jws-hddropMenu {
  padding: 42px 30px;
}
.jws-hddropMenu li {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .jws-hddropMenu {
    width: 1200px;
    margin: 0 auto;
  }
}
.jws-hdmainMenuOpt > li {
  color: #222222;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
}
.jws-hdmainMenuOpt > li:hover {
  color: #808080;
}
.jws-hdmenuImage img {
  width: 100%;
}
.jws-hdaHead {
  padding: 0px 20px;
  background-color: #ffffff;
  display: inline-block;
}
.jws-hdaTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.sidemenu-level-2,
.sidemenu-level-3 {
  display: none;
}
.jws-hdsideMenuOptList li {
  font-size: 16px;
  border-bottom: 1px solid #CDCDCD;
}
.jws-hdsideMenuOptList li a,
.jws-hdsideMenuOptList li button {
  display: block;
  padding-left: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: 'JWS Roboto Condensed', sans-serif;
  cursor: pointer;
  position: relative;
  padding: 23px 17px 23px 30px;
  transition: none !important;
}
.jws-hdsideMenuOptList li .jws-boldTxt {
  font-weight: 700 !important;
}
.sidemenu-level-2.in,
.sidemenu-level-3.in {
  display: block;
}
.selectedOpt > a,
.selectedOpt > button {
  font-weight: 400;
  text-decoration: none;
  color: #222222;
  font-size: .875rem;
  font-weight: 700;
}
.hasInnerOpts > a,
.hasInnerOpts > button {
  position: relative;
}
.hasInnerOpts > a:after,
.hasInnerOpts > button:after {
  content: "";
  background: url(../images/x-thin-with-space-open.png) no-repeat right;
  display: block;
  height: 17px;
  position: absolute;
  right: 28px;
  top: 22px;
  width: 18px;
}
.sidemenu-level-2.in li {
  padding: 0px 0px;
  background: #f4f4f4;
}
.sidemenu-level-2.in li a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  text-transform: inherit;
}
.sidemenu-level-2.in li:last-child {
  border-bottom: none;
}
li.hasInnerOpts.selectedOpt {
  padding: 0px 0px 0px 0px;
}
li.hasInnerOpts.selectedOpt a:after,
li.hasInnerOpts.selectedOpt button:after {
  transform: rotate(45deg);
  right: 27px;
}
ul.sidemenu-level-2.in li.hasInnerOpts a:after {
  content: "";
  background: url(../images/plus.png) no-repeat right;
  display: block;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  width: 16px;
  right: 27px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.sidemenu-level-2.in li.hasInnerOpts.selectedOpt a:after,
ul.sidemenu-level-2.in li.hasInnerOpts.selectedOpt button:after {
  background: url(../images/minus.png) no-repeat right;
  background-size: 100% 100%;
  height: 2px;
}
ul.sidemenu-level-3.in li {
  padding: 0 24px;
}
ul.sidemenu-level-3.in li a {
  font-size: 14px;
  line-height: 19px;
}
ul.sidemenu-level-3.in li a:after {
  display: none !important;
}
/*sidemenu*/
header .jws-hdsideMenuCont {
  display: none;
}
@media only screen and (max-width: 1023px) {
  header .jws-hdsideMenuCont {
    width: 100%;
    position: fixed;
    left: -1000px;
    z-index: 99 !important;
    background: white;
  }
}
.jws-hdsideMenuCont.in {
  left: 0px;
}
@media only screen and (max-width: 1199px) {
  .jws-hdsideMenuCont.in {
    display: block;
    background: #fff;
  }
}
.jws-hdsideMenuOptCont {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: auto;
}
.search-container {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  display: none;
}
.search-container .searchbutton {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
}
.jws-button-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.jws-button-wrapper button:first-child {
  margin-right: 3px;
}
@media only screen and (max-width: 1199px) {
  .jws-button-wrapper .btn-grey {
    width: 100%;
  }
}
.menu-in .jws-hd-lftMenu {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .menu-in .sideMenu-closeBtn {
    display: block;
  }
}
.sideMenu-closeBtn {
  display: none;
}
/*on click mobile search box*/
.click-search {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.jws-hdsearchclick {
  position: relative;
}
.jws-hdsearchclick img.jws-search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jws-hdsearchclick img.jws-close-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.jws-hdsearchclick input.jws-searchinput {
  border: 1px solid #000000;
  font-size: 16px;
  padding-left: 45px;
}
.jws-hdsearchclick {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .jws-hdsearchclick.search-show {
    display: block;
  }
}
.jws-hdsideMenuCont.searchHt {
  top: 112px;
}
@media screen and (max-width: 406px) {
  .jws-hdsideMenuCont.searchHt {
    top: 110px;
  }
}
/* mobile my account*/
.my-account-mobile {
  padding: 23px 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.my-account-mobile span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  padding-left: 8px;
}
.jws-hddropMenuCont li.xlg-jws-col-2 {
  position: relative;
  padding: 0 5px;
}
.jws-hddropMenuCont li.xlg-jws-col-2:after {
  content: '';
  height: 232px;
  width: 1px;
  position: absolute;
  left: -8px;
  top: 0;
  background-color: #000000;
}
.jws-hddropMenuCont li.xlg-jws-col-2:last-child:after {
  display: none;
}
.jws-hddropMenuCont li.xlg-jws-col-2:first-child:after {
  display: none;
}
.header-promo {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  padding: 9px 0px;
}
.header-promo .header-promoWrap {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .header-promo .header-promoWrap {
    width: 80%;
  }
}
.header-promo a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.header-promo button.slick-prev,
.header-promo button.slick-next {
  background: url(../images/slider-arrow.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header-promo button.slick-prev:before,
.header-promo button.slick-next:before {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .header-promo button.slick-prev,
  .header-promo button.slick-next {
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
  }
}
.header-promo button.slick-arrow.slick-disabled {
  opacity: 0;
}
.header-promo button.slick-prev.slick-arrow {
  z-index: 999;
  transform: rotate(180deg) translateY(50%);
  left: 0px;
}
@media only screen and (max-width: 1023px) {
  .header-promo button.slick-prev.slick-arrow {
    left: -25px;
    padding: 0px;
  }
}
.header-promo button.slick-next.slick-arrow {
  z-index: 999;
  right: 0px;
}
@media only screen and (max-width: 1023px) {
  .header-promo button.slick-next.slick-arrow {
    padding: 0px;
    right: -25px;
  }
}
.header-promo .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.header-promo .slick-dots {
  display: none !important;
}
img.img-search-close {
  display: none;
}
.jws-hdsearch.cursorPointer.input-keyup .img-search-close {
  display: block;
}
.jws-hdsearch.cursorPointer.input-keyup .img-search-icon {
  display: none !important;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.jws-hdsearchclick.search-show .jws-main-search input {
  border-radius: 0px;
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 0 56px;
}
.jws-main-search input {
  border-radius: 30px;
}
.jws-main-search input:focus:focus {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #cdcdcd;
}
.jws-main-search .s-search {
  display: none;
}
input.jws-main-search {
  border-radius: 30px;
}
input.jws-main-search .s-search {
  display: none;
}
input.jws-main-search:focus {
  outline: none;
}
.jws-hdsearchclick.search-show {
  z-index: 99999;
}
li.jws-hdprofile {
  position: relative;
  display: block;
  text-decoration: none;
  transition-duration: 0.5s;
  cursor: pointer;
}
li.jws-hdprofile img {
  vertical-align: top;
  width: 20px;
  height: 20px;
}
ul.jws-hdprofile-dropdown {
  visibility: hidden;
  opacity: 0;
  right: -54px;
  display: none;
  z-index: 99999;
  position: absolute;
  background: white;
  width: 315px;
  top: 22px;
  padding: 25px 35px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.66);
}
ul.jws-hdprofile-dropdown:before {
  content: "";
  position: absolute;
  right: 84px;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  z-index: 702;
}
ul.jws-hdprofile-dropdown li {
  width: 100%;
  clear: both;
  padding: 12px 0px;
  border-top: 1px solid #b3b3b3;
  margin: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  cursor: pointer;
}
ul.jws-hdprofile-dropdown li:hover {
  font-weight: bold;
}
ul.jws-hdprofile-dropdown li:last-child {
  border-bottom: 1px solid #b3b3b3;
}
li.jws-hdprofile:hover .jws-hdprofile-dropdown,
li.jws-hdprofile .jws-hdprofile-dropdown:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  #signUp-modal .modal-dialog {
    margin: 0 auto !important;
  }
}
/*
@media (max-width:1199px) and (min-width:1024px) {
    ul.jws-hdMenuOptions {
        padding: 0 0px;
    }
    .jws-hdsearch {
        width: auto;
    }

}

@media (max-width:1199px) and (min-width:1024px) {
    header.stickHeader li.jws-hdhoverTxt {
        margin: 28px 10px 12px 10px;
    }
    header.stickHeader .jws-hdhoverTxt {
        padding: 15px 0px 30px 0px !important;
    }
    header.stickHeader ul.jws-hdMenuOptions{
        padding: 0 10px;
    }
    .img-search-icon{
        display: block !important;
    }
}

@media (max-width:1315px) and (min-width:1024px) {
    .search-display .jws-hdsearch {
        width: 180px;
    }
}
*/
header.jws-checkout-hdr {
  border-bottom: 1px solid #CDCDCD;
}
header.jws-checkout-hdr .jws-hdlogoCheckout {
  text-align: center;
}
header.jws-checkout-hdr .jws-hdr-ch-cart {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 50px;
}
header.jws-checkout-hdr .jws-hdrCheckout-wrap {
  padding: 18px 0px;
}
header.jws-checkout-hdr .jws-cart-count {
  background: #fbbb01;
  width: 10px;
  height: 10px;
  font-size: 8px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -4px;
  color: #fff;
  line-height: 10px;
}
header.jws-checkout-hdr .jws-hdr-cart-img {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .jws-hdlogoCheckout {
    width: 80px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  header.jws-checkout-hdr {
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-hdrCheckout-wrap {
    padding: 10px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    background-color: #ffffff;
  }
}
.jws-hdprofile #status-anchor {
  font-size: 16px !important;
}
ul.jws-hdmainMenuOpt li {
  cursor: pointer;
}
.jws-hdcartCont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
header.stickHeader .jws-hdcartCont {
  -webkit-box-orient: row-reverse;
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.jws-hdcartSection {
  width: auto;
}
header.stickHeader .jws-hdsearch input {
  display: none;
  visibility: hidden;
}
header.stickHeader .search-display input {
  display: block;
  visibility: visible;
}
.jws-main-search input[type=search] {
  background: #ffffff;
  box-shadow: none;
  outline: none;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #000000;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.jws-main-search input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.jws-hdsearch button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 20px;
  height: 20px;
  margin: 0 20px;
}
li.jws-hdbag a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
button.img-search-close {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .jws-hdsearch.cursorPointer.search-display {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 99;
  }
  .jws-hdsearch.cursorPointer.search-display input {
    border-radius: 0px;
    border: 1px solid #000000;
    height: 55px;
  }
  .jws-hdsearch.cursorPointer.search-display span.jws-main-search {
    visibility: visible;
    display: block;
  }
  span.jws-main-search {
    visibility: hidden;
    display: none;
  }
  .jws-hdsearch.cursorPointer.search-display .img-search-icon {
    left: 0px;
    display: block;
  }
  .jws-hdsearch.cursorPointer.search-display input {
    padding: 0 45px;
  }
  .jws-hdsearch.cursorPointer.input-keyup .img-search-icon {
    display: block;
  }
}
.stickHeader .jws-drop-flex {
  border-top: none;
}
.jws-drop-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 46px 0px 70px 0px;
  margin: 20px 0px 0px 0px;
  border-top: 1px solid #222222;
}
.jws-drop-flex .jws-bld-dropdownContent {
  position: relative;
  border-right: 0.5px solid #000;
}
.jws-drop-flex .jws-bld-dropdownContent li {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.jws-drop-flex .jws-shop-dropdownContentFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.jws-drop-flex .jws-shop-dropdownContentFlex ul.jws-sub-dropdownlist li {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.jws-drop-flex .jws-shop-dropdownContent {
  position: relative;
  padding: 0 30px;
}
.jws-drop-flex .jws-shop-dropdownContent .jws-boldTxt {
  padding-bottom: 0px !important;
  height: 30px;
}
.jws-hdbag {
  position: relative;
}
.jws-feature-dropdownContent img {
  max-width: 195px;
}
.jws-shop-dropdownContentFlex ul.jws-sub-dropdownlist {
  padding-right: 10px;
}
a.jws-imgTxt {
  padding-top: 11px;
}
.stickHeader {
  transition: top .3s linear;
}
.stickHeader.hideHeader {
  top: -102px;
  transition: top .3s linear;
}
.jws-checkout-hdr.stickHeader .jws-hdlogoCheckout img {
  max-width: 100px;
}
.jws-checkout-hdr.stickHeader .jws-hdrCheckout-wrap {
  padding: 9px 0px;
}
.jws-checkout-hdr.stickHeader .ws-hdr-cart-img img {
  width: 38px;
}
a.jws-boldTxt ~ .jws-shop-dropdownContentFlex {
  padding-top: 10px;
}
/*Header style only for jw-jp*/
@media only screen and (max-width: 1199px) {
  header .jws-hd-headerCont-jp .jws-hdtopmenu {
    width: calc(41.66667%);
  }
}
header .jws-hd-headerCont-jp .jws-hdtopmenu .jws-hdMenuOptions {
  padding: 0px 0px 0px 25px !important;
}
header .jws-hd-headerCont-jp .jws-hdtopmenu .jws-hdMenuOptions li.jws-hdhoverTxt {
  font-size: 16px!important;
  padding: 0px 12px 15px 12px!important;
}
header .jws-hd-headerCont-jp .jws-hdtopmenu .jws-hdMenuOptions li.jws-hdhoverTxt .lg-english {
  font-size: 11px!important;
}
header .jws-hd-headerCont-jp .jws-hdtopmenu .jws-hdMenuOptions li.jws-hdhoverTxt .lg-japanese {
  font-size: 10px!important;
}
@media only screen and (max-width: 1199px) {
  header .jws-hd-headerCont-jp .jws-hdcart {
    width: calc(41.66667%);
  }
}
@media only screen and (min-width: 1200px) {
  header .jws-hd-headerCont-jp .jws-hdcart .jws-hdcartCont-jp .jws-hdsearch.cursorPointer span.jws-main-search {
    width: 210px!important;
    display: inline-block !important;
    float: right!important;
  }
}
/*End of jp style*/
@media screen and (max-width: 1023px) {
  .signin__modal,
  #forgotPopup {
    z-index: 99999!important;
  }
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (min-width: 1200px) {
  .jws-hdcartCont ul li {
    white-space: nowrap;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .jws-hd-headerCont {
    padding: 0 30px 0px 30px;
  }
  header .jws-hd-headerCont-jp .jws-hdtopmenu .jws-hdMenuOptions li.jws-hdhoverTxt {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.jws-categoryContent-block button.slick-prev,
.jws-categoryContent-block button.slick-next {
  background: url(../images/slider-shadow-arrow.png) !important;
  background-repeat: no-repeat !important;
  width: 60px !important;
  height: 85px !important;
}
.jws-categoryContent-block button.slick-prev {
  top: 52% !important;
}
.jws-hdsearch .jws-main-search .form-control {
  font-size: 13px !important;
}
/*variables*/
/*text colors*/
/*bg colors*/
/*font*/
/*Media Query*/
/*Mixins*/
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*reset css*/
html,
body {
  margin: 0px;
  font-family: "JWS Roboto", sans-serif !important;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
figure {
  margin: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.clearfix::after,
.dl-horizontal dd::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-header::after,
.modal-footer::after {
  content: "";
  clear: both;
  display: table;
}
.f-bold {
  font-weight: bold;
}
.maincontainer-jws {
  padding: 30px 30px;
}
@media only screen and (max-width: 1023px) {
  .maincontainer-jws {
    padding: 15px 15px;
  }
}
/*column styles*/
@media only screen and (min-width: 1024px) {
  .xlg-jws-col-1 {
    width: calc(8.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-2 {
    width: calc(16.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-3 {
    width: calc(25%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-4 {
    width: calc(33.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-5 {
    width: calc(41.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-6 {
    width: calc(50%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-7 {
    width: calc(58.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-8 {
    width: calc(66.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-9 {
    width: calc(75%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-10 {
    width: calc(83.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .xlg-jws-col-12 {
    width: calc(100%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .hidden-xlg-jws {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .sm-jws-col-5 {
    width: calc(41.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-4 {
    width: calc(33.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-3 {
    width: calc(25%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-6 {
    width: calc(50%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-1 {
    width: calc(8.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-2 {
    width: calc(16.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-7 {
    width: calc(58.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-8 {
    width: calc(66.66667%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-9 {
    width: calc(75%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-10 {
    width: calc(83.33333%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .sm-jws-col-12 {
    width: calc(100%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .hidden-sm-jws {
    display: none;
  }
}
/*button styles*/
.btn-class,
.btn-yellow,
.btn-outlined,
.btn-black,
.btn-grey,
.btn-yellow,
.btn-outlined,
.btn-black,
.btn-grey {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border: none;
  display: block;
  cursor: pointer;
  color: #000000;
  text-transform: uppercase;
  outline: none;
  padding: 14px 47px;
}
@media only screen and (max-width: 1023px) {
  .btn-class,
  .btn-yellow,
  .btn-outlined,
  .btn-black,
  .btn-grey,
  .btn-yellow,
  .btn-outlined,
  .btn-black,
  .btn-grey {
    width: 100%;
  }
}
.btn-yellow {
  background: #fabb00;
}
.btn-yellow:hover {
  background: #d9a410;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.btn-outlined {
  background: #ffffff;
  border: 1px solid #000000;
}
.btn-black {
  background: #222222;
  color: #ffffff;
}
.btn-grey {
  background: #e5e5e5;
  color: #000000;
}
/*link*/
.text-link {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.link-disable {
  font-weight: lighter;
  cursor: auto;
}
.link-disable:hover {
  text-decoration: none;
}
/*form styles*/
.form-field-jws {
  position: relative;
  padding: 13px 15px;
}
form {
  margin: 0 -15px;
}
input:focus ~ .input-label-jws,
select:focus ~ .input-label-jws {
  top: 0px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
  background: #ffffff;
  transform: none;
  padding: 0 8px;
}
input:focus ~ .input-label-jws + .input-label-jws,
select:focus ~ .input-label-jws + .input-label-jws {
  background: #ffffff;
}
.jws-validate .input-label-jws {
  top: 0px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
  background: #ffffff;
  padding: 0 8px;
  transform: none;
}
input[type=text],
input[type=email],
input[type=password],
select {
  background: #ffffff;
  box-shadow: none;
  outline: none;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
}
.input-label-jws {
  position: absolute;
  pointer-events: none;
  top: 19px;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222222;
  padding: 6px 20px;
}
input.inputText:focus ~ .input-label-jws,
select:focus ~ .input-label-jws {
  background: #ffffff;
  padding: 0 10px;
}
input:focus ~ .required-jws,
select:focus ~ .required-jws {
  padding: 0 15px !important;
}
input:not(:focus) ~ .required-jws,
select:not(:focus) ~ .required-jws {
  padding: 0 15px !important;
}
.required-jws:before {
  content: '*';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 14px;
  height: 14px;
  color: #dd0720;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  padding: 0 5px;
}
/*checkbox*/
.checkbox-jws {
  position: absolute;
  opacity: 0;
}
.checkbox-jws + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 0 0 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.checkbox-jws + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: #000000 solid 1px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 0px;
  border: #b4b4b4 solid 1px !important;
}
.checkbox-jws:checked + label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 2px;
  border: 2px solid #000000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  line-height: normal;
  width: 15px;
  height: 15px;
}
/*radio*/
.radio-btn {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.radio-label-jws {
  display: inline-block;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  color: #000000;
  cursor: pointer;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  white-space: normal;
  text-align: left;
  line-height: 18px;
}
.radio-btn:checked + .radio-label-jws:before {
  border: 2px solid #ffffff;
  background: #000000;
  box-shadow: 0 0 0 1px #000000;
  margin: 0 10px 0 0;
}
.radio-label-jws::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  vertical-align: text-top;
  margin: 0 15px 0 0;
}
.jws-error {
  color: #ffffff;
  background-color: #dd0720;
  display: block;
  font-size: 12px;
  display: none;
}
.jws-val-error .jws-error {
  display: block;
}
.jws-val-error input {
  border: 1px solid #dd0720;
}
.jws-checkmark {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 40px;
  display: none;
}
.jws-validate .jws-checkmark {
  display: block;
}
/*title*/
.title-jws {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  text-transform: uppercase;
  color: #222222;
  padding: 16px 0px 30px 0px;
}
@media only screen and (max-width: 1023px) {
  .title-jws {
    font-size: 30px;
    line-height: 39px;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
/*select*/
select {
  width: 100%;
  height: 40px;
  outline: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url(../images/img-caret.png) no-repeat;
  background-position: right;
}
.dis-none {
  display: none;
}
.d-inline-block {
  display: inline-block;
}
.f-w-normal {
  font-weight: normal;
}
.zoom-image-scale {
  overflow: hidden;
}
.zoom-image-scale .zoom-image-scale-img {
  transition: transform .6s;
}
.zoom-image-scale .zoom-image-scale-img:hover {
  transform: scale(1.2);
}
.jws-top-footer {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .jws-top-footer {
    height: auto;
  }
}
.jws-top-footer .jws-top-footer-wrap {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .jws-top-footer .jws-top-footer-wrap {
    padding: 0 110px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-top-footer .jws-top-footer-wrap {
    width: 100%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: block;
    position: initial;
    top: 0px;
  }
}
.footer-img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .footer-img {
    display: none;
  }
}
.jws-left-footer {
  width: 20%;
  padding: 0 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .jws-left-footer {
    width: 100%;
    padding-bottom: 0px;
    padding: 0px;
  }
}
.jws-right-footer {
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .jws-right-footer {
    width: 100%;
    padding-bottom: 0px;
    padding: 0px;
  }
}
.jws-commitment-footer {
  width: 25%;
  padding: 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .jws-commitment-footer {
    width: 100%;
  }
}
.jws-commitment-footer p {
  font-size: 12px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .jws-commitment-footer p {
    font-size: 14px;
    padding-bottom: 25px;
    line-height: 22px;
    padding-top: 20px;
  }
}
div.footer-title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  div.footer-title {
    font-family: 'JWS Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 20px 30px 18px 30px;
  }
  div.footer-title:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' clip-path='url(%23clip0_5011_20257)'%3E%3Cpath d='M2.27503 8.80145L2.27503 10.1103L2.92992 10.1247L7.84604 10.1247L7.84604 15.0409L7.86047 15.6957L9.16932 15.6957L9.18375 15.0408L9.18375 10.1247H14.0999L14.7548 10.1103V8.80144L14.0999 8.78702L9.18375 8.78701L9.18375 3.87089L9.16932 3.21601L7.86047 3.21601L7.84604 3.8709L7.84604 8.78701L2.92992 8.78701L2.27503 8.80145Z' fill='%23948B71'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5011_20257'%3E%3Crect width='12' height='12' fill='white' transform='translate(0.029541 9.45587) rotate(-45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    border: none;
    content: "";
    height: 17px;
    position: absolute;
    right: 28px;
    top: 22px;
    width: 18px;
  }
}
.active-footer-arrow:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-list li {
  font-style: normal;
  font-size: 12px;
  line-height: 28px;
}
@media only screen and (max-width: 1023px) {
  .footer-list li {
    font-size: 15px;
    background: #f4f4f4;
    border-bottom: 1px solid #CDCDCD;
  }
}
.footer-list li a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}
.footer-list li a:hover {
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .footer-list li a:hover {
    font-weight: normal;
  }
}
.footer-list li a:focus {
  text-decoration: underline;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .footer-list li a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    padding: 19px 44px 17px 44px;
    display: block;
  }
}
.image-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .image-wrap {
    justify-content: center;
  }
}
.image-wrap a {
  display: inline-block;
  padding: 0 12px;
}
/*bottom footer*/
.jws-bottom-footer {
  background-color: #ffffff;
  padding: 13px 0px;
}
.jws-bottom-footer .jws-bottom-footer-wrap {
  width: 610px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .jws-bottom-footer .jws-bottom-footer-wrap {
    width: 100%;
  }
}
.jws-bottom-footer ul li {
  display: inline-block;
  padding: 0 12px;
}
@media only screen and (max-width: 1023px) {
  .jws-bottom-footer ul li {
    text-align: center;
    display: block;
  }
}
.jws-bottom-footer ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.jws-bottom-footer ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .jws-bottom-footer ul li a {
    font-size: 12px !important;
    line-height: 28px !important;
  }
}
.welcome-section {
  position: relative;
}
.welcome-section img {
  width: 100%;
  object-fit: cover;
  height: 482px;
  object-position: 50% 50%;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .welcome-section img {
    height: auto;
  }
}
.welcome-section .welcome-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  .welcome-section .welcome-text {
    width: 65%;
  }
}
.welcome-section h2.title-text {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 32px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .welcome-section h2.title-text {
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 24px;
  }
}
.welcome-section button {
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .welcome-section button {
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-list {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  ul.footer-list.active-footer {
    display: block;
  }
}
.jws-environmental-wrap .image-wrap img {
  margin: 0px;
  padding: 0px;
}
.jws-environmental-wrap .image-wrap a {
  margin: 0px 5px;
  padding: 0px;
}
.jp-class-ftr .jws-left-footer:nth-child(1) {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .jws-left-footer:nth-child(1) {
    display: none;
  }
  .jws-left-footer {
    width: 20%;
  }
  .jws-top-footer-wrap {
    padding: 0 40px !important;
  }
  .jws-commitment-footer {
    width: 40%;
  }
}
div.paypal-button.paypal-button-layout-horizontal.paypal-button-shape-rect {
  border-radius: 8px!important;
}
@media screen and (max-width: 546px) {
  .section-top.shopping-cart--top.cart-padding-top {
    padding: 0px 0 0 0!important;
  }
}
@media screen and (max-width: 1024px) {
  .section-top.shopping-cart--top.cart-padding-top form {
    margin: 0 0px !important;
  }
}
.paypal-button.paypal-button-shape-rect {
  border-radius: 8px!important;
}
input {
  color: #000000!important;
}
#voucherCode {
  border-radius: 8px!important;
}
.form-control.js-update-entry-quantity-input {
  color: #000000!important;
}
.shopping-cart--top .reward-block {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .shopping-cart--top .btn_anchor {
    font-size: 14px !important;
  }
}
.shopping-cart--top .b--hd__title {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  font-style: italic;
  font-weight: bold;
  font-size: 32px;
  line-height: 52px;
  color: #222222;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .shopping-cart--top .b--hd__title {
    font-size: 30px !important;
    line-height: 39px !important;
    padding-bottom: 0px!important;
  }
  .shopping-cart--top .b--hd__title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background: #000!important;
    width: 100%;
    height: 2px!important;
    left: 0px;
  }
}
.shopping-cart--top .b--hd__title.text-left.hidden-lg.hidden-md {
  margin: 50px 20px 0px!important;
}
.shopping-cart--top #cartContents .col-md-4.text-align-r {
  padding-right: 0px!important;
}
.shopping-cart--top #cartContents .col-md-4.text-align-r a span {
  margin-right: 15px !important;
}
@media screen and (max-width: 1024px) {
  .shopping-cart--top #cartContents .col-md-4.text-align-r {
    margin-left: 20px !important;
    padding-left: 20px !important;
  }
}
.shopping-cart--top .order-summary.add--block {
  padding: 12px 18px 33px 18px !important;
}
.shopping-cart--top .order-summary {
  background: #f4f4f4 !important;
}
.shopping-cart--top .order-summary .b--hd__title {
  font-size: 35px!important;
  line-height: 42px!important;
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  padding-bottom: 20px!important;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .shopping-cart--top .order-summary .b--hd__title {
    display: block !important;
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .shopping-cart--top .order-summary .b--hd__title:after {
    display: none;
  }
}
.shopping-cart--top .order-summary .summary-table {
  border-top: none!important;
  margin: 0px !important;
}
.shopping-cart--top .order-summary .summary-table .sub-title {
  font-size: 20px !important;
  line-height: 25px !important;
}
@media screen and (max-width: 1024px) {
  .shopping-cart--top .order-summary .summury-list #voucherForm .col-md-12.f-label__wrapper {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}
.shopping-cart--top .order-summary .summury-list #voucherForm .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand {
  background: #FABB00!important;
  border-radius: 8px!important;
  border: none!important;
  height: 48px!important;
  color: #000!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
}
.shopping-cart--top .order-summary .summury-list #voucherForm .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list #voucherForm .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-sm.hidden-xs,
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.mobile-checkout {
  background: #FABB00!important;
  border-radius: 8px!important;
  border: none!important;
  height: 48px!important;
  color: #000!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
  margin-bottom: 25px;
}
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-sm.hidden-xs:hover,
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.mobile-checkout:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-sm.hidden-xs:focus,
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.mobile-checkout:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.member-checkout-button {
  background: #FABB00!important;
  border-radius: 8px!important;
  border: none!important;
  height: 48px!important;
  line-height: 46px!important;
  color: #000!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
}
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.member-checkout-button:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.member-checkout-button:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list button.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button {
  background: #FABB00!important;
  border-radius: 8px!important;
  border: none!important;
  height: 48px!important;
  line-height: 46px!important;
  color: #000!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
}
.shopping-cart--top .order-summary .summury-list button.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list button.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button {
  background: #FABB00 !important;
  border-radius: 8px!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list .btn-common.color-change {
  background: #dddddd !important;
  border: #dddddd solid 1px !important;
}
.shopping-cart--top .order-summary .summury-list .col-red {
  color: #DD0720 !important;
}
@media screen and (max-width: 1024px) {
  .shopping-cart--top .order-summary .styled-checkbox + label {
    padding: 0px 20px 15px 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .shopping-cart--top .order-summary .show-voucher-box-block.hide__block.hide--block-in {
    padding: 0px 0px 0 0px !important;
  }
  .shopping-cart--top .order-summary .show-voucher-box-block.hide__block.hide--block-in .floating-label {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}
.shopping-cart--top .item-block .item-title .f-m.f-bold {
  display: none!important;
}
@media screen and (max-width: 1024px) {
  .shopping-cart--top .item-block .item-title {
    border-bottom: none !important;
  }
}
.shopping-cart--top .item-block .col-md-9 .p-name {
  font-style: normal;
  font-weight: bold !important;
  font-size: 27px;
  line-height: 40px;
  text-transform: uppercase;
  color: #222222;
  word-break: break-word !important;
}
@media screen and (max-width: 1024px) {
  .shopping-cart--top .item-block .col-md-9 .p-name {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: bold !important;
  }
}
.shopping-cart--top .item-block p.p-color {
  font-size: 20px !important;
  line-height: 30px !important;
  font-style: normal !important;
}
.shopping-cart--top .item-block p.p-color .f-bold {
  font-weight: bold !important;
  color: #222222 !important;
}
@media screen and (max-width: 1024px) {
  .shopping-cart--top .item-block p.p-color {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.shopping-cart--top .item-block p.price {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #222222;
}
.shopping-cart--top .item-block a.edit-i {
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 24px;
  text-decoration-line: underline;
  color: #222222;
}
.shopping-cart--top .item-block span.qty {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: #222222;
}
.shopping-cart--top .item-block .cart-item-border-bottom li.giftCardCheckout .mobile--padding.cartView .quantity.qty--in input {
  margin: 0 25px !important;
}
.shopping-cart--top .item-block .cart-item-border-bottom li.giftCardCheckout .mobile--padding.cartView .price.f-bold.f-m.hidden-lg.hidden-md {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 24px!important;
}
@media screen and (max-width: 1024px) {
  .shopping-cart--top .item-block .cart-item-border-bottom li.giftCardCheckout .mobile--padding.cartView ul.btn-selectors.text-right #cartEntryActionForm {
    margin: 0 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .shopping-cart--top .order-summary {
    padding: 30px !important;
  }
  .shopping-cart--top .order-summary .add--block {
    background: #f4f4f4;
  }
}
.c__input.error {
  border: 1px solid #DD0720!important;
}
label.error {
  color: #DD0720!important;
  font-weight: 600px!important;
  line-height: 16px!important;
}
@media screen and (max-width: 1024px) {
  .slider--cart.in--padding ul.separation.nav.nav-tabs.mobile-tab li.m-hide {
    display: block!important;
  }
  .slider--cart.in--padding ul.separation.nav.nav-tabs.mobile-tab li.m-hide a {
    color: #222222!important;
  }
}
/* */
.shopping-cart--top .order-summary .summury-list #guestForm button.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button {
  background: #fff !important;
  border: 3px solid #FABB00!important;
  margin-bottom: 10px;
}
.shopping-cart--top .order-summary .summury-list #guestForm button.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button:hover {
  background: #D9A410!important;
  border: 3px solid #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .order-summary .summury-list #guestForm button.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button:focus {
  background: #D9A410!important;
  border: 3px solid #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .yComponentWrapper .cartTotals .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button {
  background: #FABB00 !important;
  border: 3px solid #FABB00!important;
  line-height: 44px !important;
}
.shopping-cart--top .yComponentWrapper .cartTotals .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button:hover {
  background: #D9A410!important;
  border: 3px solid #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.shopping-cart--top .yComponentWrapper .cartTotals .order-summary .summury-list a.btn-common.btn--secondary.f-m.hidden-md.hidden-lg.checkout-show-option-button:focus {
  background: #D9A410!important;
  border: 3px solid #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
/*Styles for mini cart section */
.b--navbar__modal--cart:before {
  content: "";
  position: absolute;
  border-top: none !important;
}
.b--navbar__modal--cart .b--product .row .col-xs-3 {
  padding-right: 0px;
}
.b--navbar__modal--cart .b--product a img.minicart-product-img {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .b--navbar__modal--cart .b--product a img.minicart-product-img {
    max-height: 72px;
  }
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--product .col-xs-9.text-left a h2.b--product__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--cart__mini a.btn.btn--outline-primary.btn-block.TravisMathewMlogo {
  background: #222222;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  border: 1px solid transparent;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--cart__mini a.btn.btn--outline-primary.btn-block.TravisMathewMlogo span {
  color: #FFFFFF;
  font-weight: 500!important;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--cart__mini a.btn.btn--outline-primary.btn-block.TravisMathewMlogo strong {
  font-weight: 500!important;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--cart__mini a.btn.btn--outline-primary.btn-block.TravisMathewMlogo:hover {
  border: 1px solid #222222;
  color: #000000 !important;
  background: none!important;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--cart__mini a.btn.btn--outline-primary.btn-block.TravisMathewMlogo:hover span {
  color: #000000 !important;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--cart__mini a.btn.btn--outline-primary.btn-block.TravisMathewMlogo:focus {
  border: 1px solid #222222;
  color: #000000 !important;
  background: none!important;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--cart__mini a.btn.btn--outline-primary.btn-block.TravisMathewMlogo:focus span {
  color: #000000 !important;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--cart__mini h6 {
  padding-top: 17px;
  padding-bottom: 12px;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--cart__mini a.btn.btn--secondary.minicart-checkout-button.btn-block.TravisMathewMlogo {
  background: #FABB00;
  border-radius: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  justify-content: center;
  border: none !important;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--cart__mini a.btn.btn--secondary.minicart-checkout-button.btn-block.TravisMathewMlogo:hover {
  background: #D9A410 !important;
  color: #000000!important;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 .b--cart__mini a.btn.btn--secondary.minicart-checkout-button.btn-block.TravisMathewMlogo:focus {
  background: #D9A410 !important;
  color: #000000!important;
}
.jws-hdbag.cursorPointer .overlay {
  z-index: 1 !important;
}
.order-summary.add--block .summury-list .li1 .hide__block {
  display: block !important;
}
.floating-label.hide--block-in.hide__block.zipCodeUpdateDiv .form-control.c__input {
  border-radius: 8px !important;
}
.floating-label.hide--block-in.hide__block.zipCodeUpdateDiv .btn.btn--primary.btn--primary-light.text-uppercase.zipCodeChange {
  background: #FABB00;
  border-radius: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  justify-content: center;
  border: none !important;
}
.floating-label.hide--block-in.hide__block.zipCodeUpdateDiv .btn.btn--primary.btn--primary-light.text-uppercase.zipCodeChange:hover {
  background: #D9A410 !important;
  color: #000000!important;
}
.floating-label.hide--block-in.hide__block.zipCodeUpdateDiv .btn.btn--primary.btn--primary-light.text-uppercase.zipCodeChange:focus {
  background: #D9A410 !important;
  color: #000000!important;
}
@media screen and (max-width: 1023px) {
  a.checkout-show-option-button {
    margin-bottom: 30px !important;
  }
  a.member-checkout-button {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .btn--primary:hover,
  .btn--primary:active,
  .btn--primary:focus {
    text-decoration: none !important;
  }
}
.cartTotals .summury-list .show_voucher {
  display: none;
}
.cartTotals .summury-list .show-voucher-box-block {
  display: block !important;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
}
.shopping-cart--top .order-summary .summury-list #voucherForm .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand {
  background: #000 !important;
  color: #fff !important;
}
.shopping-cart--top .order-summary .summury-list #voucherForm .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand:hover {
  background: #000 !important;
  color: #fff !important;
}
.shopping-cart--top .order-summary .summury-list #voucherForm .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand:focus {
  background: #000 !important;
  color: #fff !important;
}
.show-voucher-box-block.hide--block-in #voucherForm {
  padding: 0;
}
.show-voucher-box-block #voucherCode::placeholder {
  -webkit-text-fill-color: #999;
}
.jws-hdcart .b--navbar__modal--cart .close {
  display: block !important;
  z-index: 1;
  position: relative;
  top: 20px;
  right: 15px;
}
.b--navbar__modal--cart .container-fluid .row.text-center .col-xs-12 h3 {
  text-align: left;
  padding-left: 25px;
}
.b--navbar__modal--cart .container-fluid button.close,
.b--navbar__modal--cart .container-fluid button.close:hover {
  opacity: 1;
}
.b--navbar__modal--cart .row.text-center {
  position: relative;
  bottom: 25px;
}
.b--navbar__modal--cart .b--cart__mini {
  padding: 0 20px 10px !important;
}
.checkout-mid .container-fluid .checkout--mid .title--checkout {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  /*font-style: italic!important;*/
  font-weight: bold !important;
  font-size: 35px!important;
  line-height: 42px!important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 h4 {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 28px !important;
  line-height: 42px!important;
  text-transform: capitalize!important;
}
@media screen and (max-width: 1024px) {
  .checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 h4 {
    font-style: italic!important;
    font-weight: bold!important;
    font-size: 25px!important;
    line-height: 30px!important;
  }
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 p {
  font-style: normal!important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 30px!important;
}
@media screen and (max-width: 1024px) {
  .checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 p {
    font-size: 16px!important;
    line-height: 24px!important;
  }
}
@media screen and (max-width: 1024px) {
  .checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .col-md-6.col-xs-6.text-right-mobile a {
    display: none!important;
  }
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .show.show-password-btn {
  top: 39px!important;
}
@media screen and (max-width: 1024px) {
  .checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .show.show-password-btn {
    top: 35px!important;
  }
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .form-group {
  margin-bottom: 48px!important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .form-group .jw-texbox-label span {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 22px!important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .form-group input.form-control {
  border-radius: 8px!important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .form-group .control-labels {
  font-size: 16px;
  font-weight: normal;
  font-family: "JWS Roboto", sans-serif;
  line-height: 22px;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .form-group .control-labels sup {
  color: #d40a0a;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .form-group .checkmark {
  top: 40px!important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .show.show-password-btn {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 16px!important;
  line-height: 19px!important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .checkbox__wrapper.keep-signed .styled-checkbox-2 {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 14px!important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm a#forgotpasswordModal.gcl-forgot.frgt.f-bold {
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 14px!important;
  line-height: 19px!important;
  text-decoration-line: underline!important;
}
@media screen and (max-width: 1024px) {
  .checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .col-md-6.col-xs-6.text-right-mobile a#forgotpasswordModal.gcl-forgot.frgt.f-bold {
    display: none!important;
  }
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .signin_guest p {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 14px!important;
  line-height: 19px!important;
}
@media screen and (min-width: 1024px) {
  .checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .signin_guest p {
    display: none!important;
  }
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .signin_guest .btn.btn--primary.btn--primary-light.text-uppercase.btn--expand {
  border-radius: 8px!important;
  font-style: normal!important;
  font-weight: 500!important;
  font-size: 16px!important;
  line-height: 19px!important;
  background: #222222!important;
  color: #ffffff!important;
  margin-left: 0!important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .signin_guest .btn.btn--primary.btn--primary-light.text-uppercase.btn--expand:hover {
  background: #ffffff!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .signin_guest .btn.btn--primary.btn--primary-light.text-uppercase.btn--expand:active {
  background: #ffffff!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm .signin_guest .btn.btn--primary.btn--primary-light.text-uppercase.btn--expand:focus {
  background: #ffffff!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-left-content-slot .yCmsComponent.checkout-login-left-content-component .in__wrapper.p-lr-8 #loginForm span.not__member {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 22px!important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-right-content-slot .yCmsComponent.checkout-login-right-content-component #guestForm .in__wrapper h4 {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 28px!important;
  line-height: 42px!important;
  text-transform: capitalize!important;
  color: #222222;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-right-content-slot .yCmsComponent.checkout-login-right-content-component #guestForm .in__wrapper p {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 20px!important;
  line-height: 30px!important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-right-content-slot .yCmsComponent.checkout-login-right-content-component #guestForm .in__wrapper .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand {
  background: #222222!important;
  border-radius: 8px!important;
  font-style: normal!important;
  font-weight: 500!important;
  font-size: 16px!important;
  line-height: 19px!important;
  color: #ffffff!important;
  margin-left: 0!important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-right-content-slot .yCmsComponent.checkout-login-right-content-component #guestForm .in__wrapper .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand:hover {
  background: #ffffff!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-right-content-slot .yCmsComponent.checkout-login-right-content-component #guestForm .in__wrapper .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand:active {
  background: #ffffff!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-right-content-slot .yCmsComponent.checkout-login-right-content-component #guestForm .in__wrapper .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand:focus {
  background: #ffffff!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
@media screen and (max-width: 1024px) {
  .checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-right-content-slot .yCmsComponent.checkout-login-right-content-component #guestForm .in__wrapper .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand {
    background: #f4f4f4!important;
    border-radius: 0px!important;
    color: #000000!important;
    border: none!important;
  }
  .checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-right-content-slot .yCmsComponent.checkout-login-right-content-component #guestForm .in__wrapper .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand:hover {
    background: #CDCDCD!important;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    color: #000000 !important;
  }
  .checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-right-content-slot .yCmsComponent.checkout-login-right-content-component #guestForm .in__wrapper .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand:active {
    background: #CDCDCD!important;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    color: #000000 !important;
  }
  .checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-right-content-slot .yCmsComponent.checkout-login-right-content-component #guestForm .in__wrapper .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand:focus {
    background: #CDCDCD!important;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    color: #000000 !important;
  }
}
@media screen and (max-width: 1024px) {
  .checkout-mid .container-fluid .checkout--mid .col-md-6.l--checkout__wrapper .yCmsContentSlot.checkout-login-right-content-slot {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}
body {
  font-family: "JWS Roboto", sans-serif !important;
}
.jws-hdr-cart-img img {
  width: 25px !important;
  height: 25px !important;
}
@media screen and (max-width: 768px) {
  .page-multiStepCheckoutSummaryPage.pageType-ContentPage .order-summary {
    padding: 12px 25px 5px 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-change {
    padding-left: 15px !important;
  }
}
.checkout-progress-bar {
  border-bottom: 1px solid #CDCDCD;
  padding: 10px 40px;
  text-align: center;
}
.checkout-progress-bar-section {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  color: #7F7F7F;
  font-size: 17px;
}
.checkout-progress-bar-section::after {
  content: ">";
  color: #7F7F7F;
  position: relative;
  left: 10px;
}
.checkout-progress-bar-section:last-child:after {
  display: none;
}
.checkout-progress-bar-number {
  background: #7F7F7F;
  padding: 5px;
  border-radius: 50%;
  line-height: 20px;
  width: 30px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.checkout-progress-bar-section.active {
  color: #000;
}
.checkout-progress-bar-section.active .checkout-progress-bar-number {
  background: #000;
}
.checkout-progress-bar-section.done {
  color: #000;
}
.checkout-progress-bar-section.done .checkout-progress-bar-number {
  background: #fff;
  color: #fff;
  border: 1px solid #000;
}
.checkout-progress-bar-section.done .checkout-progress-bar-number:after {
  position: absolute;
  left: 36%;
  top: 5px;
  width: 9px;
  height: 15px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 639px) {
  .checkout-progress-bar {
    padding: 0;
  }
  .checkout-progress-bar-section {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
/*######### global alert #################*/
@media (min-width: 1024px) {
  .page-checkout-login .main__inner-wrapper .global-alerts .alert-danger.getAccAlert,
  .page-checkout-login .main__inner-wrapper .global-alerts .alert-warning.getAccAlert,
  .page-checkout-login .main__inner-wrapper .global-alerts .alert-info.getAccAlert {
    margin: 60px 20px 20px 14.5% !important;
    position: absolute;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .page-checkout-login .main__inner-wrapper .global-alerts .alert-danger.getAccAlert,
  .page-checkout-login .main__inner-wrapper .global-alerts .alert-warning.getAccAlert,
  .page-checkout-login .main__inner-wrapper .global-alerts .alert-info.getAccAlert {
    margin: 60px 20px 20px 3% !important;
    position: absolute;
  }
  .checkout-mid.loginGetAcc-checkout-mid {
    padding-top: 70px !important;
  }
}
@media (min-width: 720px) {
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-warning.getAccAlert {
    margin: 65px 0px 0 0 !important;
  }
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-danger.getAccAlert,
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-info.getAccAlert {
    margin: 35px 0px 0 0 !important;
  }
}
@media (min-width: 370px) and (max-width: 420px) {
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-danger.getAccAlert,
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-info.getAccAlert {
    margin: 15px 0px 0 0 !important;
  }
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-warning.getAccAlert {
    margin: 80px 0px 0 0 !important;
  }
}
@media (max-width: 369px) {
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-danger.getAccAlert,
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-info.getAccAlert {
    margin: 65px 0px 0 0 !important;
  }
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-warning.getAccAlert {
    margin: 120px 0px 0 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 719px) {
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-warning.getAccAlert,
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-danger.getAccAlert,
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-info.getAccAlert {
    margin: 75px 0px 0 0 !important;
  }
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-warning.getAccAlert {
    margin: 110px 0px 0 0 !important;
  }
}
@media (min-width: 421px) and (max-width: 599px) {
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-danger.getAccAlert,
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-info.getAccAlert {
    margin: 40px 0px 0 0 !important;
  }
  .page-multiStepCheckoutSummaryPage .global-alerts .alert-warning.getAccAlert {
    margin: 75px 0px 0 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .checkout-mid.getAcc-checkout-mid {
    padding: 100px 0 30px 0 !important;
  }
}
@media (min-width: 1024px) {
  .checkout-mid.getAcc-checkout-mid {
    padding: 80px 0 30px 0 !important;
  }
}
@media (max-width: 767px) {
  .checkout-mid.getAcc-checkout-mid {
    padding: 120px 0 30px 0 !important;
  }
}
.page-multiStepCheckoutSummaryPage .main__inner-wrapper .global-alerts {
  margin: 0 !important;
}
.page-checkout-login .main__inner-wrapper .global-alerts {
  margin: 0 !important;
}
.checkout-progress-bar {
  border-bottom: 1px solid #CDCDCD;
  padding: 10px 40px;
  text-align: center;
}
.checkout-progress-bar-section {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  color: #7F7F7F;
  font-size: 17px;
}
.checkout-progress-bar-section::after {
  content: ">";
  color: #7F7F7F;
  position: relative;
  left: 10px;
}
.checkout-progress-bar-section:last-child:after {
  display: none;
}
.checkout-progress-bar-number {
  background: #7F7F7F;
  padding: 5px;
  border-radius: 50%;
  line-height: 20px;
  width: 30px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.checkout-progress-bar-section.active {
  color: #000;
}
.checkout-progress-bar-section.active .checkout-progress-bar-number {
  background: #000;
}
.checkout-progress-bar-section.done {
  color: #000;
}
.checkout-progress-bar-section.done .checkout-progress-bar-number {
  background: #fff;
  color: #fff;
  border: 1px solid #000;
}
.checkout-progress-bar-section.done .checkout-progress-bar-number:after {
  position: absolute;
  left: 36%;
  top: 5px;
  width: 9px;
  height: 15px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 639px) {
  .checkout-progress-bar {
    padding: 0;
  }
  .checkout-progress-bar-section {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 321px) {
  .checkout-progress-bar-section {
    font-size: 12px;
  }
}
@media (max-width: 368px) {
  .checkout-progress-bar-section {
    font-size: 14px;
  }
}
/*######## global alert #################*/
/* Address Book-Default page  */
@media screen and (min-width: 1024px) {
  .orders__list .btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
/* Address Book-Default page  */
/* Address Book- Add Address form page  */
@media screen and (min-width: 1024px) {
  .addressbook--form .btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
/* Address Book- Add Address form page  */
/* Address Book- View Address list page  */
@media screen and (min-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .ac-method-main .btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
/* View Address list page - popup button*/
.remove-payment .modal-footer button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* View Address list page  - popup butto*/
/* Address Book- View Address list page  */
.account-common__title {
  font-style: normal;
  font-weight: bold !important;
}
/*Stles for Address book remove popup start*/
.modal.remove-address .modal-header .text-left {
  line-height: 32px !important;
  font-weight: bold !important;
  font-size: 27px !important;
  letter-spacing: 0px !important;
}
@media screen and (max-width: 1024px) {
  .modal.remove-address .modal-header .text-left {
    font-style: italic !important;
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
.modal.remove-address .modal-body .f-m {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 21.25px !important;
  line-height: 32px;
  letter-spacing: 0ch;
}
@media screen and (max-width: 1024px) {
  .modal.remove-address .modal-body .f-m {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.modal.remove-address .modal-body #nickname {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .modal.remove-address .modal-body #nickname {
    line-height: 26px !important;
  }
}
.modal.remove-address .modal-body #details {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  .modal.remove-address .modal-body #details {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }
}
.modal.remove-address .modal-content .modal-footer #removeaddress {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 29px !important;
  height: 48px;
  padding: 10px 0px !important;
  border: solid 1px #000;
}
@media screen and (max-width: 1024px) {
  .modal.remove-address .modal-content .modal-footer #removeaddress {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
.modal.remove-address .modal-content .modal-footer .btn.btn--outline-primary {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px;
  background: #f4f4f4 !important;
  border: none !important;
  height: 48px !important;
  width: auto;
  display: inline-block;
}
.modal.remove-address .modal-content .modal-footer .btn.btn--outline-primary:hover {
  color: #222222 !important;
  background: #CDCDCD !important;
}
.modal.remove-address .modal-content .modal-footer .btn.btn--outline-primary:focus {
  color: #222222 !important;
  background: #CDCDCD !important;
}
@media screen and (max-width: 1024px) {
  .modal.remove-address .modal-content .modal-footer .btn.btn--outline-primary {
    width: 100% !important;
    margin-top: 15px !important;
    padding: 10px 0px;
  }
}
.modal.remove-address .modal-footer .btn--primary-light {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/*Stles for Address book remove popup end*/
.addressbook-wrapper .ac-method-main .label.label--block .f-m {
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 28px !important;
  text-transform: capitalize !important;
}
@media screen and (max-width: 1024px) {
  .addressbook-wrapper .ac-method-main .label.label--block .f-m {
    line-height: 26px !important;
  }
}
.addressbook-wrapper .ac-addresbook-main .label.label--block .in__box p.addressUserDetl {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
}
@media screen and (max-width: 1024px) {
  .addressbook-wrapper .ac-addresbook-main .label.label--block .in__box p.addressUserDetl {
    font-size: 16px !important;
  }
}
.ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box p.addressUserDetl {
  line-height: 28px !important;
}
@media screen and (max-width: 1024px) {
  .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box p.addressUserDetl {
    line-height: 24px !important;
  }
}
.addressbook-wrapper .text-uppercase.add-address-btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  height: 48px;
  padding: 10px 0px;
  line-height: 29px;
  border: solid 1px #000;
}
@media screen and (max-width: 1024px) {
  .addressbook-wrapper .text-uppercase.add-address-btn {
    width: 100%;
  }
}
.account-addressbook .list.radio_btn_wrapper .right__child.f-m {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 15px !important;
  line-height: 32px !important;
}
.account-addressbook .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.addressbook-wrapper .mobile-address-sub-title {
  font-style: normal;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (min-width: 1024px) {
  #i18nAddressForm .col-md-6 {
    width: 444px !important;
  }
  #i18nAddressForm .col-md-6 .form-control.c__input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 48px;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
  }
  #i18nAddressForm .form-group.row {
    width: 50%;
  }
  #i18nAddressForm .col-md-3 {
    width: 444px !important;
  }
  #i18nAddressForm .col-md-3 .form-control.c__input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 48px;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
  }
  #i18nAddressForm .col-md-12 {
    width: 444px !important;
  }
  #i18nAddressForm .col-md-12 .form-control.c__input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 48px;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  #i18nAddressForm .col-md-6 {
    width: 100% !important;
    /*padding-left: 17px !important;
            padding-right: 17px !important;*/
  }
  #i18nAddressForm .col-md-6 .form-control.c__input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 48px;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
  }
  #i18nAddressForm .col-md-3 {
    width: 100% !important;
    /*padding-left: 17px !important;
            padding-right: 17px !important;*/
  }
  #i18nAddressForm .col-md-3 .form-control.c__input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 48px;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
  }
  #i18nAddressForm .col-md-12 {
    width: 100% !important;
    /*padding-left: 17px !important;
            padding-right: 17px !important;*/
  }
  #i18nAddressForm .col-md-12 .form-control.c__input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 48px;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
  }
  /*.page-add-edit-address form#addressForm .f-label__wrapper {
        padding: 0 0px;
    }*/
}
@media (max-width: 1024px) {
  .page-add-edit-address form#addressForm .f-label__wrapper {
    padding-left: 0px !important;
  }
  #addressFormSection .form-group.row {
    padding: 0 15px !important;
  }
  #addressForm #i18nAddressForm {
    padding: 0px !important;
  }
}
.addANaddress .floating-label .f-label__wrapper .checkmark {
  position: absolute;
  right: 22px;
  top: 42px !important;
}
@media (max-width: 1024px) {
  .addANaddress .floating-label .f-label__wrapper .checkmark {
    position: absolute;
    right: 32px;
    top: 13px;
  }
}
.addANaddress #addressForm #addressform_button_panel {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px;
}
.addANaddress #addressForm #addressform_button_panel a {
  margin-bottom: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 13px 0px;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f4f4f4;
  border-bottom: none !important;
}
@media screen and (max-width: 1024px) {
  .addANaddress #addressForm #addressform_button_panel a {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    width: 132px;
    height: 48px;
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .addANaddress #addressForm #addressform_button_panel a {
    background: #f4f4f4 !important;
    border-radius: 8px;
    font-weight: 500 !important;
    font-size: 16px !important;
    width: 100% !important;
  }
}
.addANaddress #addressForm #addressform_button_panel a:hover {
  color: #222222 !important;
  background: #CDCDCD !important;
}
.addANaddress #addressForm #addressform_button_panel a:focus {
  color: #222222 !important;
  background: #CDCDCD !important;
}
@media screen and (max-width: 1024px) {
  .addressbook--form #addressFormSection #addressForm #addressform_button_panel {
    display: block;
  }
}
.my-account__wrapper.account-common-wrapper .address-wrapper p {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 30px !important;
  color: #222222 !important;
}
@media (max-width: 1024px) {
  .my-account__wrapper.account-common-wrapper .address-wrapper p {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 1024px) {
  .my-account__wrapper.account-common-wrapper .address-wrapper .m-t-80 {
    font-weight: bold !important;
  }
}
.my-account__wrapper.account-common-wrapper .address-wrapper a {
  background: #222222;
  border: 1px solid #222222;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  /*width: 208px !important;*/
  padding: 10px 0;
  height: 48px;
}
.my-account__wrapper.account-common-wrapper .address-wrapper a:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.my-account__wrapper.account-common-wrapper .address-wrapper a:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.return-status__main .js-profile-page .password-change {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 30px !important;
  background-color: #f4f4f4 !important;
}
@media (max-width: 1024px) {
  .return-status__main .js-profile-page .password-change {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
.jw-texbox-label span {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 25px !important;
}
@media (max-width: 1024px) {
  .jw-texbox-label span {
    font-style: normal;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
.jw-texbox-label sup {
  color: #DD0720;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 25px !important;
  top: 0px !important;
}
@media (max-width: 1024px) {
  .jw-texbox-label sup {
    font-style: normal !important;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media screen and (max-width: 481px) {
  #addressFormSection #addressForm #i18nAddressForm {
    padding: 0px 0px !important;
  }
}
.my-account__wrapper .ac-payment-mid .btn.btn--primary.btn--primary-light.text-uppercase.change_address_button.show_processing_message {
  background: #222222;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  text-transform: uppercase;
  border: solid 1px #000 !important;
  text-decoration: none !important;
  height: 48px;
  display: block;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .btn.btn--primary.btn--primary-light.text-uppercase.change_address_button.show_processing_message {
    width: 100%;
  }
}
.account-addressbook .remove-payment.remove-address.removeAdd.in .modal-dialog {
  margin: auto;
}
/*welcome*/
.welcome-section {
  position: relative;
}
.welcome-section img {
  width: 100%;
  object-fit: cover;
  height: 482px;
  object-position: 50% 50%;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .welcome-section img {
    height: auto;
  }
}
.welcome-section .welcome-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1200px) {
  .welcome-section .welcome-text {
    width: 65%;
  }
}
.welcome-section h2.title-text {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 32px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .welcome-section h2.title-text {
    font-size: 25px;
    line-height: 37px;
    font-family: 'JWS Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 24px;
  }
}
.welcome-section button {
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .welcome-section button {
    width: auto;
  }
}
#addressform_button_panel .edit-address-cancel {
  margin-bottom: 0 !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  /*padding: 13px 0px;*/
  padding: 15px 35.21px 14px 35.79px !important;
  border-radius: 8px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background: #f4f4f4;
  border-bottom: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #000000 !important;
}
@media screen and (min-width: 769px) {
  #addressform_button_panel .edit-address-cancel {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    /*width: 132px;*/
    height: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  #addressform_button_panel .edit-address-cancel {
    width: 132px;
  }
}
@media screen and (max-width: 768px) {
  #addressform_button_panel .edit-address-cancel {
    background: #f4f4f4 !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    width: 100% !important;
    display: block !important;
    margin-left: 0px !important;
    padding: 15px 0px 14px 0px;
    margin-top: 20px !important;
  }
}
#addressform_button_panel .edit-address-cancel:hover {
  color: #222222 !important;
  background: #CDCDCD !important;
}
#addressform_button_panel .edit-address-cancel:focus {
  color: #222222 !important;
  background: #CDCDCD !important;
}
.modal.fade.modal--main.remove-payment.remove-address.removeAdd.in .modal-dialog .modal-content {
  margin-top: 75px !important;
}
@media screen and (max-width: 1024px) {
  .floating-label {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  #addressForm #i18nAddressForm .form-group.row {
    padding: 0 15px !important;
    margin: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-add-edit-address form#addressForm .f-label__wrapper {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid.row .col-md-9 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  #addressFormSection.add-mode #addressForm .checkbox {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .right__section.my-account__wrapper.account-common-wrapper.orderlist__main {
    padding: 0 0px !important;
  }
}
.my-account-main .return--status__mid .left-list-menu h4 a {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 27px;
}
.my-account-main .return--status__mid .left-list-menu h4.active {
  background: #f4f4f4 !important;
}
.my-account-main .return--status__mid .left-list-menu h4.active a {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 28px!important;
}
@media screen and (max-width: 1024px) {
  .my-account-main .return--status__mid .left-list-menu h4.active a {
    line-height: 26px!important;
  }
}
.my-account-main .return--status__mid .left-list-menu ul li a {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 27px;
}
.my-account-main .return--status__mid .left-list-menu ul li.active a {
  background: #f4f4f4 !important;
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 28px!important;
}
.my-account-main .return--status__mid .my-account__wrapper .account-common__title a {
  text-transform: uppercase !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
.my-account-main .return--status__mid .my-account__wrapper .order-list .order-list-head p {
  text-transform: capitalize!important;
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 26px!important;
}
.my-account-main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 24px!important;
}
.my-account-main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li span {
  font-weight: bold!important;
}
.my-account-main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li .processing {
  color: #00a513;
}
.my-account-main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .btn__wrapper .btn--primary-light {
  border-radius: 24px;
  background: #222222;
  color: #FFFFFF;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #222222;
}
.my-account-main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .btn__wrapper .btn--primary-light:hover {
  transition: 0.5s ease !important;
  -webkit-transition: 0.5s ease !important;
  -moz-transition: 0.5s ease !important;
  -ms-transition: 0.5s ease !important;
  -o-transition: 0.5s ease !important;
  color: #222222;
  background-color: #FFFFFF !important;
  border: 1px solid #222222;
}
.my-account-main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .btn__wrapper .btn--primary-light:focus {
  transition: 0.5s ease !important;
  -webkit-transition: 0.5s ease !important;
  -moz-transition: 0.5s ease !important;
  -ms-transition: 0.5s ease !important;
  -o-transition: 0.5s ease !important;
  color: #222222;
  background-color: #FFFFFF !important;
  border: 1px solid #222222;
}
.my-account-main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .btn__wrapper .btn--outline-primary {
  border: 1px solid #FABB00;
  background: #FABB00;
  text-transform: uppercase;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 19px!important;
  color: #000000 !important;
}
.my-account-main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .btn__wrapper .btn--outline-primary:hover {
  background: #D9A410!important;
  transition: 0.5s ease !important;
  -webkit-transition: 0.5s ease !important;
  -moz-transition: 0.5s ease !important;
  -ms-transition: 0.5s ease !important;
  -o-transition: 0.5s ease !important;
  color: #000000 !important;
}
.my-account-main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .btn__wrapper .btn--outline-primary:focus {
  background: #D9A410!important;
  transition: 0.5s ease !important;
  -webkit-transition: 0.5s ease !important;
  -moz-transition: 0.5s ease !important;
  -ms-transition: 0.5s ease !important;
  -o-transition: 0.5s ease !important;
  color: #000000 !important;
}
.my-account-main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title a {
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  pointer-events: none!important;
  cursor: default!important;
  text-decoration: none!important;
}
.my-account-main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title .text-right a {
  pointer-events: all!important;
  cursor: pointer!important;
}
.my-account-main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title .btn--quickShop,
.my-account-main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title .btn--primary-light {
  background: #FABB00;
  border: 1px solid #FABB00;
  border-radius: 8px;
  color: #000000;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.my-account-main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title .btn--quickShop:hover,
.my-account-main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title .btn--primary-light:hover {
  background: #D9A410;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.my-account-main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title .btn--quickShop:focus,
.my-account-main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title .btn--primary-light:focus {
  background: #D9A410;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.my-account-main .return--status__mid .my-account__wrapper .list-in__cart .cart__list .spr-table ul li a {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 15px !important;
}
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .btn--outline-primary,
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .js-addToCartfromWishlist {
  background: #FABB00!important;
  border: 1px solid #FABB00!important;
  border-radius: 24px!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 19px!important;
  text-transform: uppercase!important;
}
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .btn--outline-primary:hover,
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .js-addToCartfromWishlist:hover {
  background: #D9A410!important;
  transition: 0.5s ease !important;
  -webkit-transition: 0.5s ease !important;
  -moz-transition: 0.5s ease !important;
  -ms-transition: 0.5s ease !important;
  -o-transition: 0.5s ease !important;
  color: #000000 !important;
}
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .btn--outline-primary:focus,
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .js-addToCartfromWishlist:focus {
  background: #D9A410!important;
  transition: 0.5s ease !important;
  -webkit-transition: 0.5s ease !important;
  -moz-transition: 0.5s ease !important;
  -ms-transition: 0.5s ease !important;
  -o-transition: 0.5s ease !important;
  color: #000000 !important;
}
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .desc h2 {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 14px!important;
  line-height: 21px!important;
  text-transform: uppercase!important;
}
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .desc p {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 14px!important;
}
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .desc .out-of-stock {
  color: #808080;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .desc .new_price {
  color: #DD0720;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .desc .old-price {
  color: #222222;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: line-through;
}
.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .remove-whish__list {
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 14px!important;
  line-height: 24px!important;
}
.b--highlights .b--hd__title {
  text-transform: uppercase;
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 39px;
  color: #222222;
}
.b--highlights .b--hd__subtitle {
  color: #222222;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.b--highlights .b--promo__form .b--promo__form__form-group .b--promo__form__form-control {
  border: 2px solid #CDCDCD!important;
  border-radius: 8px!important;
}
.b--highlights .b--promo__form .b--promo__form__form-group #submit .btn--secondary {
  border: 1px solid #FABB00!important;
  border-radius: 8px!important;
  background: #FABB00!important;
  text-transform: uppercase!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  color: #000000 !important;
}
.b--highlights .b--promo__form .b--promo__form__form-group #submit .btn--secondary:hover {
  background: #D9A410!important;
  transition: 0.5s ease !important;
  -webkit-transition: 0.5s ease !important;
  -moz-transition: 0.5s ease !important;
  -ms-transition: 0.5s ease !important;
  -o-transition: 0.5s ease !important;
  color: #000000 !important;
}
.b--highlights .b--promo__form .b--promo__form__form-group #submit .btn--secondary:focus {
  background: #D9A410!important;
  transition: 0.5s ease !important;
  -webkit-transition: 0.5s ease !important;
  -moz-transition: 0.5s ease !important;
  -ms-transition: 0.5s ease !important;
  -o-transition: 0.5s ease !important;
  color: #000000 !important;
}
.b--highlights .brand-contact-wrap .custom-width__highlights .b--hd__title {
  text-transform: uppercase;
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  line-height: 39px;
  color: #222222;
  margin-bottom: 13px;
}
.b--highlights .brand-contact-wrap .custom-width__highlights .b--hd__subtitle {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
}
.b--highlights .brand-contact-wrap .b--promo__form .custom-width__highlights #emailId {
  width: 335px!important;
  max-width: 335px!important;
  margin: 0px auto 20px auto;
}
@media screen and (max-width: 768px) {
  .b--highlights .brand-contact-wrap .b--promo__form .custom-width__highlights #emailId {
    width: 260px!important;
    max-width: 260px!important;
  }
}
.b--highlights .brand-contact-wrap .b--promo__form .custom-width__highlights #emailSubmit {
  width: 335px !important;
  margin: 20px auto 0px auto;
}
@media screen and (max-width: 768px) {
  .b--highlights .brand-contact-wrap .b--promo__form .custom-width__highlights #emailSubmit {
    width: 260px!important;
  }
}
.b--highlights .brand-contact-wrap .b--promo__form .custom-width__highlights #emailSubmit .contact-joinBtn {
  width: 100% !important;
  background: #FABB00 !important;
  color: #000000 !important;
  font-size: 16px !important;
  border: none;
  border-radius: 8px;
  font-weight: normal!important;
}
.b--highlights .brand-contact-wrap .b--promo__form .custom-width__highlights #emailSubmit .contact-joinBtn:hover {
  background: #D9A410 !important;
}
.b--highlights .brand-contact-wrap .b--promo__form .custom-width__highlights #emailSubmit .contact-joinBtn:focus {
  background: #D9A410 !important;
}
.b--highlights .brand-contact-wrap .b--promo__form .b--promo__form__form-group {
  display: block;
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .b--highlights .brand-contact-wrap .row .custom-width__highlights .b--hd {
    padding: 42px 0px 20px 0px!important;
  }
}
@media screen and (max-width: 767px) {
  .b--highlights .brand-contact-wrap .row .custom-width__highlights .b--hd h2.b--hd__title {
    font-size: 30px !important;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .b--highlights .brand-contact-wrap .row .custom-width__highlights .b--hd p.b--hd__subtitle {
    padding: 20px 0px 0px 0px !important;
  }
}
.return-status__main .return--status__mid .my-account__wrapper .order-list {
  background: #f4f4f4;
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-head p {
  font-style: normal;
  font-weight: bold !important;
  font-size: 25px !important;
  line-height: 35px !important;
  text-transform: capitalize;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-head p {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-head p a {
  text-decoration: none;
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-head p a:hover {
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: auto !important;
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-head .text-right p {
  font-style: normal;
  font-weight: bold;
  font-size: 20px !important;
  line-height: 28px !important;
  text-transform: capitalize;
  color: #222222;
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list {
  /*         li{
                    font-family: "JWS Open Sans"!important;
                    font-style: normal;
                    font-weight: normal;
                    font-size: 20px !important;
                    line-height: 30px !important;
                    color: #222222;
                } */
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li span {
  font-weight: bold;
  font-size: 20px !important;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li span {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .btn__wrapper form {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .btn__wrapper h2 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .btn__wrapper .btn.btn--primary.btn--primary-light.btn--outline-primary.text-uppercase {
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background: #222 !important;
  border: 1px solid #222 !important;
  height: 48px;
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .btn__wrapper .btn.btn--primary.btn--primary-light.btn--outline-primary.text-uppercase:hover {
  color: #222!important;
  background: white !important;
  border: 1px solid #222 !important;
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .btn__wrapper .btn.btn--primary.btn--primary-light.btn--outline-primary.text-uppercase:focus {
  color: #222!important;
  background: white !important;
  border: 1px solid #222 !important;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .btn__wrapper .btn.btn--primary.btn--primary-light.btn--outline-primary.text-uppercase {
    border-radius: 24px !important;
    background: #FABB00 !important;
    color: black!important;
    width: 100%;
    text-decoration: none !important;
    border: none !important;
  }
  .return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .btn__wrapper .btn.btn--primary.btn--primary-light.btn--outline-primary.text-uppercase:hover {
    color: black!important;
    background: #D9A410 !important;
    border: none !important;
  }
  .return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .btn__wrapper .btn.btn--primary.btn--primary-light.btn--outline-primary.text-uppercase:focus {
    color: black!important;
    background: #D9A410 !important;
    border: none !important;
  }
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .orderlist__main .account-common__title .whishlist-title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 39px;
  text-transform: capitalize;
  color: #222222;
}
.return-status__main .return--status__mid .orders__list.__whishlistlist .jws-order-subHead {
  font-size: 18px !important;
}
.return-status__main .return--status__mid .orders__list.__whishlistlist .list li {
  font-weight: normal !important;
}
.my-account-main .orders-page-wrapper.my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li {
  font-size: 20px !important;
  line-height: 30px !important;
  text-transform: none !important;
}
@media screen and (max-width: 1024px) {
  .my-account-main .orders-page-wrapper.my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 991px) {
  .return-status__main .return--status__mid.order-details-mid .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.orders-page-wrapper .account-common__title {
    border-bottom: none !important;
  }
}
@media screen and (min-width: 991px) {
  .return-status__main .return--status__mid.order-details-mid .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.orders-page-wrapper .order-list {
    padding: 30px 29px !important;
  }
}
@media screen and (max-width: 768px) {
  .return-status__main .return--status__mid.order-details-mid .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.orders-page-wrapper .order-list {
    margin: 20px 0 25px 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .my-account-main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .btn__wrapper .btn--primary-light {
    border-radius: 8px;
    padding: 13px 0;
  }
}
.profile--main .account-common__title .whishlist-title {
  font-style: normal;
  font-weight: bold !important;
  font-size: 32px;
  line-height: 45px;
  text-transform: capitalize;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .profile--main .account-common__title .whishlist-title {
    font-size: 30px !important;
    line-height: 39px;
  }
}
.profile--main .account-common__title .row ul.actions li a {
  line-height: 32px !important;
}
.profile--main .ac-profile-mid .profile-details li {
  font-style: normal;
  font-weight: normal;
  color: #222222;
}
@media screen and (min-width: 1025px) {
  .profile--main .ac-profile-mid .profile-details li {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .profile--main .ac-profile-mid .profile-details li {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.profile--main .ac-profile-mid .profile-details li span {
  font-style: normal;
  font-weight: bold !important;
  line-height: 30px;
  color: #222222;
}
@media screen and (min-width: 1025px) {
  .profile--main .ac-profile-mid .profile-details li span {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .profile--main .ac-profile-mid .profile-details li span {
    font-size: 16px;
    line-height: 24px;
  }
}
.profile--main .ac-profile-mid .actions li a {
  font-style: normal !important;
  font-weight: normal !important;
  /*font-weight: bold !important;*/
  font-size: 15px !important;
  line-height: 32px !important;
  text-align: center;
  /*text-decoration: none !important;*/
  color: #222222;
  text-transform: capitalize !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.profile--main .ac-profile-mid .actions li a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 1023px) {
  .profile--main .ac-profile-mid .actions li a {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.page-profile .return-status__main .return--status__mid .js-profile-page .ac-profile-mid ul.profile-details li {
  text-transform: capitalize !important;
}
@media screen and (max-width: 991px) {
  .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main {
    padding: 30px 0px 0 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main.js-profile-page .ac-profile-mid {
    padding: 0px 0 45px 0 !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main.js-profile-page .ac-profile-mid {
    padding: 40px 0 45px 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-profile.pageType-ContentPage .profile--main .ac-profile-mid .profile-details {
    margin-top: 0px !important;
  }
}
.profile--main.js-profile-page .password-change {
  padding: 9px 30px 9px 40px !important;
}
.profile--main.js-profile-page i {
  top: 9px !important;
}
.return--status__mid.order-details-mid.row .col-md-9 .password-change img {
  width: 15px !important;
  padding-right: 5px !important;
}
.return-status__main .return--status__mid .left-list-menu .jws-list-myAccount {
  padding: 16px 0 17px 20px;
}
.return-status__main .return--status__mid .left-list-menu .jws-list-myAccount {
  border-bottom: #bababa solid 1px !important;
  border-top: #bababa solid 1px;
  margin: 0;
}
.remove-payment.remove-address.remove-account .modal-dialog .modal-content .modal-header .jws-del-modaltitle {
  margin-bottom: 0px;
}
.modal--main .modal-dialog .modal-content .modal-header .jws-del-modaltitle {
  margin: 0 0 6px 0;
}
.ac-profile-mid .ac-profile-mid-form {
  /*@media screen and (min-width:1024px)
        {
            padding: 10px 25px 0 0px !important;
        }*/
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .ac-profile-mid .ac-profile-mid-form {
    padding: 10px 25px 0 0px !important;
  }
}
.ac-profile-mid .ac-profile-mid-form .main__form .form-group .form-control {
  border: 2px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 8px;
}
.ac-profile-mid .ac-profile-mid-form .main__form .form-group .f-label__wrapper {
  width: 100%;
  display: block;
  margin-bottom: 27px;
}
@media screen and (max-width: 991px) {
  .ac-profile-mid .ac-profile-mid-form .main__form .form-group .f-label__wrapper {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ac-profile-mid .ac-profile-mid-form .main__form .form-group .f-label__wrapper {
    padding-bottom: 7px;
  }
}
.ac-profile-mid .ac-profile-mid-form .main__form .form-group .f-label__wrapper .form-group .jw-texbox-label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}
.ac-profile-mid .ac-profile-mid-form .main__form .floating-label .expiration__wrapper .dob-label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}
.ac-profile-mid .ac-profile-mid-form .main__form .floating-label .gender-options .gendeer-option-label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}
.ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .accountActions .delete-account-btn {
  padding-bottom: 30px !important;
  text-align: left !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .accountActions {
    width: 100%;
    display: block !important;
  }
}
.ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .accountActions .btn--primary-light {
  border-radius: 8px;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px;
  padding: 15px 41.7px 14px 40.3px;
  /*width:208px;*/
  height: 48px;
  border: 1px solid #222;
}
@media screen and (max-width: 1023px) {
  .ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .accountActions .btn--primary-light {
    width: 100%;
    padding: 15px 0px 14px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .accountActions .btn--primary-light {
    width: auto !important;
    display: inline-block;
  }
}
.ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .accountActions .delete-account-btn {
  font-style: normal;
  font-weight: normal !important;
  /*font-weight: bold !important;*/
  text-decoration: underline !important;
  border-bottom: none !important;
  border-radius: 0px !important;
  font-size: 15px !important;
  line-height: 32px !important;
  padding: 0px;
  height: 0px !important;
}
.ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .row .accountActions.buttons-flex-end .btn--primary-light {
  background-color: #222 !important;
  border: 1px solid #222222;
  display: inline-block !important;
  margin: 0px;
}
.ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .row .accountActions.buttons-flex-end .btn--primary-light:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.ac-profile-mid .ac-profile-mid-form .main__form .btn-main__wrapper .row .accountActions.buttons-flex-end .btn--primary-light:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.edit-address-cancel {
  margin-bottom: 0;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  /*padding: 13px 0px;*/
  padding: 15px 35.21px 14px 35.79px;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f4f4f4;
  border-bottom: none !important;
  text-decoration: none !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .edit-address-cancel {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    /*width: 132px;*/
    height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .edit-address-cancel {
    width: 132px;
  }
}
@media screen and (max-width: 768px) {
  .edit-address-cancel {
    background: #f4f4f4 !important;
    border-radius: 8px;
    font-weight: 500 !important;
    font-size: 16px !important;
    width: 100% !important;
    display: block !important;
    margin-left: 0px !important;
    padding: 15px 0px 14px 0px;
    margin-top: 20px;
  }
}
.edit-address-cancel:hover {
  color: #222222 !important;
  background: #CDCDCD !important;
}
.edit-address-cancel:focus {
  color: #222222 !important;
  background: #CDCDCD !important;
}
.my-account-main .return--status__mid .my-account__wrapper .account-common__title li a {
  font-style: normal !important;
  font-weight: normal !important;
  /*font-weight: bold !important;*/
  font-size: 15px !important;
  /*line-height: 32px !important;*/
  text-align: center;
  color: #222222;
  text-transform: capitalize !important;
  text-decoration: underline;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  /*&:hover {
            border-bottom: 1px solid #222;
        }*/
}
.profile--main .account-common__title .actions li:first-child a:after {
  content: "|";
  position: absolute;
  display: block;
  right: -14px;
  top: -5px;
  text-decoration: none !important;
}
#updateProfileForm {
  /*label{
            color:#222 !important;
        }*/
}
#updateProfileForm .checkmark {
  position: absolute;
  right: 22px;
  top: 43px !important;
  /*top: 42px !important;*/
}
#updateProfileForm .col-md-6 .form-control.c__input {
  color: #222 !important;
}
#updateProfileForm .form-group {
  margin-bottom: 0px !important;
}
#updateProfileForm .expiration__wrapper {
  padding: 0px !important;
}
@media screen and (max-width: 991px) {
  #updateProfileForm .expiration__wrapper ul li:nth-child(2) {
    margin-left: 19px;
    margin-right: 19px;
  }
}
@media screen and (max-width: 991px) {
  #updateProfileForm .expiration__wrapper {
    padding-bottom: 25px !important;
  }
}
#updateProfileForm .btn-main__wrapper {
  padding: 47px 0 0 0;
}
@media (min-width: 1024px) {
  #updateProfileForm .form-group.row {
    width: 50%;
  }
  #updateProfileForm .col-md-6 {
    width: 444px !important;
  }
  #updateProfileForm .col-md-6 .form-control.c__input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 48px;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
  }
  #updateProfileForm .col-md-6 .form-group.row .form-group {
    position: relative;
    margin-bottom: 27px !important;
  }
  #updateProfileForm .col-md-6 div.f-label__wrapper .checkmark img {
    position: absolute;
    right: 22px;
    top: 42px !important;
  }
}
@media (max-width: 1024px) {
  .checkmark {
    position: absolute;
    right: 32px !important;
    top: 43px !important;
    /* top: 42px !important; */
  }
  .floating-label {
    padding-right: 15px;
    padding-left: 0px;
  }
  #updateProfileForm {
    margin-top: 25px;
  }
  #updateProfileForm .col-md-6 {
    width: 100% !important;
    padding-left: 8px !important;
    padding-right: 17px !important;
    /* padding-right: 9px !important;*/
  }
  #updateProfileForm .col-md-6 .form-control.c__input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 48px;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
  }
  #updateProfileForm .col-md-3 {
    width: 100% !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  #updateProfileForm .col-md-3 .form-control.c__input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 48px;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
  }
  #updateProfileForm .col-md-12 {
    width: 100% !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  #updateProfileForm .col-md-12 .form-control.c__input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 48px;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .ac-profile-mid-form .radio_btn_wrapper .label::before {
    top: 3px !important;
  }
}
.remove-account.in .modal-dialog .modal-content .modal-footer #removeaddress {
  border: 1px solid #222222;
}
.remove-account.in .modal-dialog .modal-content .modal-footer #removeaddress:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.remove-account.in .modal-dialog .modal-content .modal-footer #removeaddress:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
@media screen and (max-width: 1023px) {
  .remove-account.in .modal-dialog .modal-content .modal-footer #removeaddress {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .remove-account.in .modal-dialog .modal-content .modal-footer #removeaddress {
    width: auto !important;
    display: inline-block;
    padding: 9px 35.7px 12px 34.3px !important;
  }
}
.remove-account.in .modal-dialog .modal-content .modal-footer button.btn--outline-primary {
  /*@media screen and (max-width:1024px)
            {
                margin-left:0px !important;
            }*/
}
@media screen and (max-width: 1023px) {
  .remove-account.in .modal-dialog .modal-content .modal-footer button.btn--outline-primary {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .remove-account.in .modal-dialog .modal-content .modal-footer button.btn--outline-primary {
    width: auto !important;
    display: inline-block !important;
    margin-top: 0px !important;
    margin-left: 19px !important;
  }
}
.remove-account.in .modal-dialog .modal-content .modal-header {
  padding: 45px 45px 20px  !important;
}
.remove-account.in .modal-dialog .modal-content .modal-header .jws-del-modaltitle {
  font-style: normal;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 32px !important;
  color: #222222 !important;
}
@media screen and (max-width: 480px) {
  .remove-account.in .modal-dialog .modal-content .modal-header .jws-del-modaltitle {
    padding-bottom: 6px !important;
  }
}
@media screen and (max-width: 1024px) {
  .remove-account.in .modal-dialog .modal-content .modal-header .jws-del-modaltitle {
    font-style: italic !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 30px !important;
  }
}
.remove-account.in .modal-dialog .modal-content .modal-body {
  padding: 0 45px !important;
}
@media screen and (max-width: 768px) {
  .remove-account.in .modal-dialog .modal-content .modal-body {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .remove-account.in .modal-dialog .modal-content .modal-body .remove-payment-mid {
    padding-bottom: 33px !important;
  }
}
.remove-account.in .modal-dialog .modal-content .modal-body .remove-payment-mid h2 {
  color: #222222 !important;
}
@media screen and (max-width: 768px) {
  .remove-account.in .modal-dialog .modal-content .modal-body .remove-payment-mid h2 {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .remove-account.in .modal-dialog .modal-content .modal-body .remove-payment-mid {
    padding: 19px 22px 0;
  }
}
.remove-account.in .modal-dialog .modal-content .modal-body .remove-payment-mid i {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #222 !important;
}
@media screen and (max-width: 1024px) {
  .remove-account.in .modal-dialog .modal-content .modal-body .remove-payment-mid i {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.remove-account.in .modal-dialog {
  margin: auto;
}
@media screen and (max-width: 991px) {
  .right__section.my-account__wrapper.account-common-wrapper.updateProfile.orderlist__main.profile--main .ac-profile-mid {
    padding: 0px 0 45px 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .profile--main .ac-profile-mid {
    padding-top: 0px !important;
  }
}
.profile--main .ac-profile-mid .password-text {
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .profile--main .ac-profile-mid .password-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .profile--main .ac-profile-mid .password-text {
    margin-top: 20px;
  }
}
.profile--main .password-reset-form .floating-label .btn-main .updatepassrd-btn {
  border-radius: 8px;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px;
  padding: 15px 41.7px 14px 40.3px;
  height: 48px;
}
@media screen and (max-width: 991px) {
  .profile--main .password-reset-form .floating-label .btn-main .updatepassrd-btn {
    width: 100%;
    padding: 15px 0px 14px 0px;
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .profile--main .password-reset-form .floating-label .btn-main .updatepassrd-btn {
    width: auto !important;
    display: inline-block !important;
  }
}
.profile--main .password-reset-form .floating-label .btn-main .row a.cance-btn {
  margin-bottom: 0;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  /*padding: 13px 0px;*/
  padding: 15px 35.21px 14px 35.79px;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f4f4f4 !important;
  text-decoration: none !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .profile--main .password-reset-form .floating-label .btn-main .row a.cance-btn {
    width: 100%;
    padding: 15px 0px 14px 0px;
  }
}
.profile--main .password-reset-form .floating-label .btn-main .row a.cance-btn:hover {
  background: #CDCDCD !important;
  color: #222 !important;
}
.profile--main .password-reset-form .floating-label .btn-main .row a.cance-btn:focus {
  background: #CDCDCD !important;
  color: #222 !important;
}
#updatePasswordForm label {
  color: #222 !important;
}
#updatePasswordForm .col-md-8 .form-control.c__input {
  color: #222 !important;
}
@media screen and (max-width: 1023px) {
  #updatePasswordForm .col-md-8 {
    width: 100% !important;
    padding-left: 8px !important;
    padding-right: 17px !important;
    /* padding-right: 9px !important;*/
  }
  #updatePasswordForm .col-md-8 .f-label__wrapper {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  #updatePasswordForm .form-group.row {
    width: 50%;
  }
  #updatePasswordForm .col-md-8 {
    width: 444px !important;
  }
  #updatePasswordForm .col-md-8 .form-control.c__input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 48px !important;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
  }
  #updatePasswordForm .col-md-8 .form-group.row .form-group {
    position: relative;
    margin-bottom: 27px!important;
  }
  #updatePasswordForm .col-md-8 .form-group .form-group .control-label {
    top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #updatePasswordForm .floating-label {
    padding-right: 15px;
    padding-left: 15px;
  }
  #updatePasswordForm .profile--main .ac-profile-mid .password-text {
    padding-top: 6px;
  }
}
.profile--main .password-reset-form .floating-label .btn-main .updatepassrd-btn {
  background-color: #222 !important;
  border: 1px solid #222222;
}
.profile--main .password-reset-form .floating-label .btn-main .updatepassrd-btn:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.profile--main .password-reset-form .floating-label .btn-main .updatepassrd-btn:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
@media screen and (max-width: 991px) {
  .right__section.my-account__wrapper.account-common-wrapper.orderlist__main.profile--main .ac-profile-mid {
    padding: 0px 0 45px 0 !important;
  }
}
.order__reciept .order__reciept-title h2 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 40px !important;
  line-height: 45px;
  text-transform: capitalize;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .order__reciept .order__reciept-title h2 {
    font-size: 25px !important;
    line-height: 30px;
  }
}
.order__reciept .order__reciept-mid .order__confirmation-table th {
  font-style: normal;
  font-weight: bold;
  font-size: 35px !important;
  line-height: 45px;
  text-transform: capitalize;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .order__reciept .order__reciept-mid .order__confirmation-table th {
    font-size: 20px!important;
    line-height: 26px!important;
  }
}
.order__reciept .order__reciept-mid .order__confirmation-table .text-center {
  font-size: 27px !important;
  line-height: 32px;
}
@media screen and (max-width: 1024px) {
  .order__reciept .order__reciept-mid .order__confirmation-table .confirmation--mobile .title h4 {
    font-size: 20px !important;
    line-height: 26px;
  }
}
.order-confirmation--top .text-left {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 1024px) {
  .order-confirmation--top .text-left {
    font-size: 30px;
    line-height: 39px;
    text-transform: uppercase;
    color: #222222;
  }
}
.order-confirmation--top .order__track p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
}
.order-confirmation--top .order__track .text-left {
  font-style: normal;
  font-weight: bold;
  font-size: 30px !important;
  line-height: 39px;
}
@media screen and (max-width: 1024px) {
  .order-confirmation--top .order__track .text-left {
    font-size: 20px !important;
    line-height: 26px !important;
    text-transform: capitalize;
    color: #222222;
  }
}
.order-confirmation--top .order__track .estimated__de {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
.order-confirmation--top .order__track .estimated__de .f-m {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .order-confirmation--top .order__track .estimated__de .f-m {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #222222;
  }
}
@media screen and (max-width: 1024px) {
  .order-confirmation--top .order__track .estimated__de {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .order-confirmation--top .reward__block h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
  }
}
@media screen and (max-width: 1024px) {
  .order-confirmation--top .reward__block .enter__password {
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .order-confirmation--top .reward__block .reward__block-list li {
    font-style: normal;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .order-confirmation--top .reward__block .checkbox__wrapper label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .order-confirmation--top .reward__block .label__passwod {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 20px;
  }
}
.order-confirmation--top .reward__block .form__create button {
  background: #FABB00;
  border-radius: 8px;
  color: #000000;
  border: none;
}
@media screen and (max-width: 1024px) {
  .order-confirmation--top .reward__block .form__create button {
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
  }
}
.order--reciept-section .order__reciept-mid .shipping-method-section .order__confirmation-table tbody tr td.order-details-list h4 {
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.page-orderConfirmationPage .order__confirmation-table .tr-block .estimated_arrival_date {
  margin-top: 0px !important;
}
.account-common-wrapper .order-list .order-list-head p {
  font-style: normal;
  font-weight: bold !important;
  font-size: 25px !important;
  line-height: 35px;
  text-transform: capitalize;
  align-items: center;
  color: #222222;
}
.account-common-wrapper .order-list .order-list-head .text-right p {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
  color: #222222;
}
.account-common-wrapper .order-list .order-list-mid .order-details-list li {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
}
.account-common-wrapper .order-list .order-list-mid .order-details-list span {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px !important;
}
/* Wishlist landing page */
.return--status__mid .account-common-wrapper .account-common__title h2 {
  font-family: "JWS Roboto";
  margin: 0;
  font-style: normal;
  font-weight: bold !important;
  font-size: 32px;
  line-height: 45px;
  text-transform: capitalize;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .return--status__mid .account-common-wrapper .account-common__title h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
  }
}
.my-account-main .return--status__mid .my-account__wrapper .account-common__title ul.sort-list--dropdown li a.js-availableproducts {
  line-height: 20px!important;
}
.my-account-main .return--status__mid .my-account__wrapper .account-common__title ul.sort-list.f-m.my-account-sort li a:hover {
  border-bottom: none!important;
}
.right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .whishlist-title .sharewishlist.js_shareWishlist {
  margin-right: 33px !important;
}
.right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .whishlist-title .sharewishlist.js_shareWishlist img {
  height: 25px !important;
}
.right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .orders__list.__whishlistlist {
  font-style: normal;
  font-weight: normal !important;
  /*font-size: 16px;*/
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}
.right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .orders__list.__whishlistlist li {
  font-weight: normal !important;
}
.right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .orders__list.__whishlistlist .jws-wishlist-sub {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .orders__list.__whishlistlist .jws-wishlist-sub {
    font-size: 16px;
    line-height: 24px;
  }
}
.right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .orders__list.__whishlistlist .btn {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  height: 48px;
  padding: 15px 41.7px 14px 40.3px ;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #222 !important;
  text-decoration: none!important;
  border: 1px solid #222;
}
.right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .orders__list.__whishlistlist .btn:hover {
  background: #fff!important;
  color: #222!important;
  border-color: #222!important;
}
.right__section.my-account__wrapper.account-common-wrapper.list-mobile--title .orders__list.__whishlistlist .btn:focus {
  background: #fff!important;
  color: #222!important;
  border-color: #222!important;
}
/* Wishlist landing page */
.return--status__mid .my-account__wrapper .account-common__title .my-account-sort li {
  font-weight: normal;
  font-size: 12px !important;
}
@media screen and (min-width: 992px) {
  .return--status__mid .my-account__wrapper .account-common__title .my-account-sort li {
    font-size: 16px !important;
  }
}
.return--status__mid .my-account__wrapper .account-common__title .my-account-sort a {
  font-size: 12px !important;
  text-transform: none !important;
  line-height: 10px !important;
}
@media screen and (min-width: 992px) {
  .return--status__mid .my-account__wrapper .account-common__title .my-account-sort a {
    font-size: 15px !important;
    line-height: 21px !important;
  }
}
@media screen and (min-width: 992px) {
  .return--status__mid .my-account__wrapper .account-common__title .my-account-sort .sort-list--dropdown {
    line-height: 22px !important;
  }
}
.return--status__mid .my-account__wrapper .account-common__title .my-account-sort .sort-list--dropdown li {
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .return--status__mid .my-account__wrapper .account-common__title .my-account-sort .sort-list--dropdown li {
    font-size: 15px;
  }
}
.return--status__mid .my-account__wrapper .account-common__title .my-account-sort .sort-list--dropdown li.active a {
  font-weight: 700 !important;
  letter-spacing: 0.3px;
}
.return--status__mid .my-account__wrapper .account-common__title .my-account-sort .sort-list--dropdown li.active a:after {
  position: absolute;
  right: -8px;
  top: 0px;
}
@media screen and (min-width: 992px) {
  .return--status__mid .my-account__wrapper .account-common__title .my-account-sort .sort-list--dropdown li.active a:after {
    position: absolute;
    right: -8px;
    top: 5px;
  }
}
.return--status__mid .my-account__wrapper .list_thumbanil .list_thumbanil__in .desc h2.f-bold {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .return--status__mid .my-account__wrapper .list_thumbanil .list_thumbanil__in .desc h2.f-bold {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 21px !important;
    height: 21px !important;
    padding-bottom: 0px !important;
  }
}
.return--status__mid .my-account__wrapper .list_thumbanil .list_thumbanil__in .desc p {
  font-size: 18px !important;
  line-height: 28px;
  color: #000000;
  font-style: normal !important;
  font-weight: bold !important;
}
@media screen and (max-width: 1024px) {
  .return--status__mid .my-account__wrapper .list_thumbanil .list_thumbanil__in .desc p {
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 21px !important;
  }
}
.return--status__mid .my-account__wrapper .list_thumbanil .list_thumbanil__in .desc p:nth-child(2) {
  font-style: normal !important;
  font-weight: 600 !important;
  color: #222222;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .return--status__mid .my-account__wrapper .list_thumbanil .list_thumbanil__in .desc p:nth-child(2) {
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 19px !important;
  }
}
.return--status__mid .my-account__wrapper .list_thumbanil .list_thumbanil__in .desc .p-color {
  font-weight: normal !important;
  text-transform: capitalize !important;
}
.return--status__mid .my-account__wrapper .list_thumbanil .list_thumbanil__in .desc .f-bold {
  color: #222;
  font-weight: bold !important;
}
.return--status__mid .my-account__wrapper .list_thumbanil__in .btn--outline-primary,
.return--status__mid .my-account__wrapper .list_thumbanil__in button.js-addToCartfromWishlist {
  font-family: "JWS Roboto" !important;
}
.return--status__mid .my-account__wrapper .list_thumbanil__in .btn--outline-primary:hover,
.return--status__mid .my-account__wrapper .list_thumbanil__in button.js-addToCartfromWishlist:hover {
  background: #D9A410;
  color: #000;
}
.return--status__mid .my-account__wrapper .list_thumbanil__in .btn--outline-primary:focus,
.return--status__mid .my-account__wrapper .list_thumbanil__in button.js-addToCartfromWishlist:focus {
  background: #D9A410;
  color: #000;
}
/*.my-account-main .return--status__mid .my-account__wrapper .list_thumbanil__in .row a.remove-whish__list */
.return--status__mid .my-account__wrapper .list_thumbanil__in .row a.remove-whish__list {
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 15px!important;
  line-height: 32px!important;
}
@media screen and (max-width: 1024px) {
  .return--status__mid .my-account__wrapper .list_thumbanil__in .row a.remove-whish__list {
    font-size: 14px !important;
    line-height: 24px !important;
    text-decoration-line: underline;
    color: #222222;
  }
}
.account-common__title .sort-list .second-child span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px !important;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 992px) {
  .account-common__title .sort-list .second-child span {
    font-size: 13px !important;
  }
}
.account-common__title .sort-list .second-child .btn-group.dropdown #toggle-sort-selector {
  font-size: 12px !important;
}
.account-common__title .sort-list .second-child .btn-group.dropdown #toggle-sort-selector:hover {
  border-bottom: none !important;
}
@media screen and (min-width: 992px) {
  .account-common__title .sort-list .second-child .btn-group.dropdown #toggle-sort-selector {
    font-size: 13px !important;
  }
}
.Wishlist_share.in .modal-dialog {
  top: 20%!important;
}
.Wishlist_share.in #wishlistForm .form-group .jw-texbox-label {
  float: left;
}
.Wishlist_share.in #wishlistForm .form-group input,
.Wishlist_share.in #wishlistForm .form-group textarea {
  border-radius: 8px;
}
.Wishlist_share.in #wishlistForm .form-group .btn.btn--primary.btn--primary-light.text-uppercase.btn-send.js_sendWishlist {
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}
.my-account__wrapper .account-common__title .whishlist-title {
  font-style: normal;
  font-weight: bold !important;
  font-size: 32px !important;
  line-height: 45px !important;
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .account-common__title .whishlist-title {
    font-style: normal;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 39px !important;
  }
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .tab-content .floating-label {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .tab-content .floating-label .payment-flex-btns {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .tab-content .floating-label .payment-flex-btns .btn.btn--primary.btn--primary-light.myAccountSubmitHostedIframe {
    width: 100% !important;
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .tab-content .floating-label .payment-flex-btns .payment-cancel-btn .paymentMbtn {
    width: 100% !important;
    display: block !important;
    margin-left: 0px !important;
    margin-top: 15px !important;
  }
}
.my-account__wrapper .ac-payment-mid .tab-content .new--card_form #silentOrderPostForm {
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .not-method {
    font-weight: bold !important;
  }
}
.my-account__wrapper .ac-payment-mid p {
  font-style: normal;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid p {
    font-style: normal;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 24px;
  }
}
.my-account__wrapper .ac-payment-mid .btn--primary {
  background: #222222;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  height: 48px;
  padding: 10px 55px;
  border: 1px solid #222222;
}
@media screen and (min-width: 769px) {
  .my-account__wrapper .ac-payment-mid .btn--primary {
    margin: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .btn--primary {
    width: 100% !important;
  }
}
.my-account__wrapper .ac-payment-mid .btn--primary:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.my-account__wrapper .ac-payment-mid .btn--primary:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.my-account__wrapper .ac-payment-mid .payment-cancel-btn {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 21px;
}
.my-account__wrapper .ac-payment-mid .payment-cancel-btn a {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 13px 0px;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f4f4f4;
  border-bottom: none !important;
}
@media screen and (min-width: 769px) {
  .my-account__wrapper .ac-payment-mid .payment-cancel-btn a {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    width: 132px;
    height: 48px;
    text-transform: uppercase !important;
  }
}
@media screen and (max-width: 768px) {
  .my-account__wrapper .ac-payment-mid .payment-cancel-btn a {
    background: #f4f4f4 !important;
    border-radius: 8px;
    font-weight: 500 !important;
    font-size: 16px !important;
    width: 100% !important;
  }
}
.my-account__wrapper .ac-payment-mid .payment-cancel-btn a:hover {
  color: #222222 !important;
  background: #CDCDCD !important;
  text-decoration: none !important;
}
.my-account__wrapper .ac-payment-mid .payment-cancel-btn a:focus {
  color: #222222 !important;
  background: #CDCDCD !important;
  text-decoration: none !important;
}
.my-account__wrapper .ac-payment-mid .payment--section--box {
  padding: 0px 8px;
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .payment--section--box {
    padding: 0px !important;
  }
}
.my-account__wrapper .ac-payment-mid .payment--section--box .row {
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .payment--section--box .form-group {
    width: 100% !important;
  }
}
.my-account__wrapper .ac-payment-mid .payment--section--box .form-group .f-label__wrapper {
  width: 444px !important;
  padding-left: 0px;
  padding-right: 0px;
  float: none;
}
.my-account__wrapper .ac-payment-mid .payment--section--box .form-group .f-label__wrapper .checkmark {
  top: 42px !important;
}
.my-account__wrapper .ac-payment-mid .payment--section--box .form-group .f-label__wrapper .jw-texbox-label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px !important;
  line-height: 25px !important;
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .payment--section--box .form-group .f-label__wrapper {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px;
  }
}
.my-account__wrapper .ac-payment-mid .payment--section--box .form-group .f-label__wrapper .form-control {
  height: 48px;
  border-radius: 8px !important;
  border: 2px solid #CDCDCD;
  box-sizing: border-box;
  color: #000000 !important;
}
@media screen and (min-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .payment--section--box .form-group .f-label__wrapper .form-control {
    box-sizing: border-box;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list {
    padding: 20px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item {
    border-top: #d1d1d1 solid 1px;
  }
}
.my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .right__child a {
  font-style: normal;
  font-weight: normal !important;
  font-size: 15px !important;
  line-height: 32px !important;
}
.my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box .f-m,
.my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box .f-bold {
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 28px !important;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box .f-m,
  .my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box .f-bold {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
.my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box p {
  font-style: normal;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper .ac-payment-mid .ac-method-main .a-payment_method--list .radio_btn_wrapper .list__item .label--block .in__box p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 1024px) {
  .my-account__wrapper #paymentIframe {
    padding: 20px !important;
  }
}
@media screen and (min-width: 769px) {
  .remove-payment .modal-dialog {
    margin: auto !important;
  }
}
.remove-payment .modal-dialog .modal-content {
  margin-top: 75px !important;
}
.remove-payment .modal-dialog .modal-content .modal-header h4 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 27px !important;
  line-height: 32px !important;
}
@media screen and (max-width: 1024px) {
  .remove-payment .modal-dialog .modal-content .modal-header h4 {
    font-style: italic !important;
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 37px !important;
  }
}
.remove-payment .modal-dialog .modal-content .modal-body .remove-payment-mid h2 {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 21.25px;
  line-height: 32px;
}
@media screen and (max-width: 1024px) {
  .remove-payment .modal-dialog .modal-content .modal-body .remove-payment-mid h2 {
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.remove-payment .modal-dialog .modal-content .modal-body .remove-payment-mid .remove-list #account-holder {
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .remove-payment .modal-dialog .modal-content .modal-body .remove-payment-mid .remove-list #account-holder {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
.remove-payment .modal-dialog .modal-content .modal-body .remove-payment-mid .remove-list p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px !important;
  line-height: 28px !important;
}
@media screen and (max-width: 1024px) {
  .remove-payment .modal-dialog .modal-content .modal-body .remove-payment-mid .remove-list p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.remove-payment .modal-dialog .modal-content .modal-footer {
  /*.btn {
                    font-family: "JWS Roboto" !important;
                    font-style: normal;
                    font-weight: 500 !important;
                    font-size: 16px !important;
                    line-height: 19px !important;
                    background: #222222;
                    border-radius: 8px;
                    height: 48px;
                }*/
  /* .js-remove-payment {
                    display: block !important;
                   

                    @media screen and (max-width: 1024px) {
                        display: inline-block !important;
                        width: 100% !important;
                    }
                }

                .btn--outline-primary {
                    background: #f4f4f4 !important;
                    border: none !important;
                    display: block !important;
                   

                    @media screen and (max-width:1024px) {
                        display: inline-block !important;
                        width: 100% !important;
                    }

                    &:hover {
                        color: #222222 !important;
                        background: #CDCDCD !important;
                        text-decoration: none !important;

                    }
                }*/
}
.modal--main.remove-payment .modal-footer .js-remove-payment {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  height: 48px;
  padding: 10px 55px !important;
  color: #fefefe !important;
  text-align: center !important;
  background-color: #000000 !important;
  border: solid 1px #000;
  width: auto !important;
  display: inline-block !important;
}
@media screen and (max-width: 1024px) {
  .modal--main.remove-payment .modal-footer .js-remove-payment {
    width: 100% !important;
    display: block!important;
  }
}
.modal.fade.modal--main.remove-payment .modal-footer button.btn.btn--outline-primary.btn--primary-light:hover {
  background: #CDCDCD !important;
  color: #000000 !important;
}
.modal.fade.modal--main.remove-payment .modal-footer button.btn.btn--outline-primary.btn--primary-light:focus {
  background: #CDCDCD !important;
  color: #000000 !important;
}
.modal--main.remove-payment.modal-footer.js-remove-payment :hover {
  color: #000 !important;
  text-align: center !important;
  background-color: #fefefe !important;
  border: solid 1px #000;
}
.modal--main.remove-payment.modal-footer.js-remove-payment :focus {
  color: #000 !important;
  text-align: center !important;
  background-color: #fefefe !important;
  border: solid 1px #000;
}
.modal--main.remove-payment .modal-footer .btn--outline-primary {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  height: 48px;
  padding: 10px 55px !important;
  background: #f4f4f4 !important;
  text-align: center !important;
  border: none;
  width: auto !important;
  display: inline-block !important;
}
@media screen and (max-width: 1024px) {
  .modal--main.remove-payment .modal-footer .btn--outline-primary {
    width: 100% !important;
    display: block!important;
    margin-left: 0px !important;
    margin-top: 15px !important;
  }
}
.modal--main.remove-payment .modal-footer .btn--outline-primary :hover {
  color: #000 !important;
  text-align: center !important;
  background: #CDCDCD !important;
  /*border:solid 1px #000;*/
}
.modal--main.remove-payment .modal-footer .btn--outline-primary :focus {
  color: #000 !important;
  text-align: center !important;
  background: #CDCDCD !important;
  /*border:solid 1px #000;*/
}
body {
  font-family: "JWS Roboto", sans-serif !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body,
  html {
    -ms-overflow-style: auto !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }
}
.orderDetailsPage .order-details-mid .main__title h2 {
  font-size: 25px !important;
  line-height: 35px !important;
}
@media screen and (max-width: 1024px) {
  .orderDetailsPage .order-details-mid .main__title h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
.orderDetailsPage .order-details-section .shipping-method-section .shipping__options h3 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .orderDetailsPage .order-details-section .shipping-method-section .shipping__options h3 {
    font-size: 16px;
    line-height: 19px;
  }
}
.orderDetailsPage .order-details-section .shipping-method-section .shipping__options p {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table .my-account-returns-btns .btn {
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background: #222 !important;
  border: 1px solid #222 !important;
  height: 48px;
}
.orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table .my-account-returns-btns .btn:hover {
  color: #222!important;
  background: white !important;
  border: 1px solid #222 !important;
}
.orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table .my-account-returns-btns .btn:focus {
  color: #222!important;
  background: white !important;
  border: 1px solid #222 !important;
}
@media screen and (max-width: 1024px) {
  .orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table .my-account-returns-btns .btn {
    border-radius: 24px !important;
    background: #FABB00 !important;
    color: black!important;
    width: 100%;
    text-decoration: none !important;
    border: none !important;
  }
  .orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table .my-account-returns-btns .btn:hover {
    color: black!important;
    background: #D9A410 !important;
    border: none !important;
  }
  .orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table .my-account-returns-btns .btn:focus {
    color: black!important;
    background: #D9A410 !important;
    border: none !important;
  }
}
.orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table table tbody .tr-block .order-details-list .product-details .f-m.f-bold.list-title {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table th {
  font-style: normal;
  font-weight: bold;
  font-size: 20px !important;
  line-height: 45px;
  text-transform: capitalize;
  color: #222222;
}
.orderDetailsPage .order-details-section .shipping-method-section .order__confirmation-table .text-center {
  font-size: 27px !important;
  line-height: 32px;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .total-bottom {
    margin-left: -22px !important;
  }
}
.return-status__main .return--status__mid .right__section .main__title .back_to_return {
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}
.return-status__main .return--status__mid .right__section .main__title .back_to_return:hover {
  font-weight: 500;
  text-decoration: underline;
  border-bottom: none;
}
.order__confirmation-table table tbody td.order-details-list h4 {
  white-space: normal !important;
}
.return-status__main .order-details-mid .order-details-section .shipping-method-section h3 div .order-status.text-right .f-bold.status-value {
  text-transform: capitalize;
}
.mid__block.order-details-section .order__confirmation-table .tr-block .estimated_arrival_date {
  margin-top: 0px !important;
}
.main__inner-wrapper form {
  margin: auto!important;
}
.main__inner-wrapper .checkout-mid.tab-padding {
  /* end of order summar section*/
  /*summary navbar in mobile view*/
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 {
  /* style for page title*/
  /*End of page title*/
  /*style for left side section*/
  /*End of left side section*/
  /*Style for order summar section*/
  /*style for cart section*/
  /*end of cart section*/
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .b--hd__title.text-left.checkout-title {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  font-style: italic!important;
  font-weight: bold!important;
  font-size: 35px!important;
  line-height: 42px!important;
  color: #222222!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable {
  /* Syle for shipping address list*/
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .shipping-title h3.b--hd__title {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 27px!important;
  line-height: 32px!important;
  text-transform: uppercase!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .shipping-title h3.b--hd__title {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-transform: uppercase!important;
    color: #222222!important;
  }
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .shipping-title {
    padding-left: 5px!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm {
  /*Style for checkbox section before privacy*/
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm h3.f-m.f-bold {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 24px!important;
  text-transform: uppercase!important;
  color: #222222!important;
  display: inline-block !important;
  padding-right: 58%!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm h3.f-m.f-bold {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 18px!important;
    line-height: 24px!important;
    color: #222222!important;
    display: block!important;
    padding-right: 0px!important;
    padding-bottom: 10px!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm span.required-text {
  font-size: 16px!important;
  line-height: 22px!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm span.required-text {
    font-size: 14px!important;
    line-height: 19px!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm span.required-text sup {
  color: #DD0720!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm p {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 28px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm p {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px!important;
    color: #222222!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm .f-label__wrapper .form-group .jw-texbox-label span {
  color: #222222!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 25px!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm .f-label__wrapper .form-group .jw-texbox-label span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 22px!important;
    color: #222222!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm .f-label__wrapper .form-group .jw-texbox-label sup {
  color: #DD0720!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm .f-label__wrapper .form-group .checkmark {
  top: 40px !important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm .form-group .jw-texbox-label span {
  color: #222222!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 25px!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm .form-group .jw-texbox-label span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 22px!important;
    color: #222222!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm .form-group .jw-texbox-label sup {
  color: #DD0720!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm .form-group .checkmark {
  top: 40px !important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm #customerInfo p {
  margin-bottom: 10px!important;
  color: #222222 !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 21px!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable #i18nAddressForm #customerInfo .checkbox__wrapper.keep-signed {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 14px!important;
  line-height: 21px!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary {
  padding-top: 30px;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm {
  /* validation style change  */
  /* validation style change ends */
  /*Style for checkbox section before privacy*/
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .feedback.feedback-phone {
  height: 15px !important;
  width: 15px !important;
  background-size: 20px !important;
  top: 16px !important;
  right: 22px !important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .feedback.feedback-email {
  height: 15px !important;
  width: 15px !important;
  background-size: 20px !important;
  top: 16px !important;
  right: 22px !important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .validator.validator-phone.validation-no label {
  position: unset !important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .error {
  position: unset !important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm h3.f-m.f-bold {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 24px!important;
  text-transform: uppercase!important;
  color: #222222!important;
  display: inline-block !important;
  padding-right: 58%!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm h3.f-m.f-bold {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 18px!important;
    line-height: 24px!important;
    color: #222222!important;
    display: block!important;
    padding-right: 0px!important;
    padding-bottom: 10px!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm span.required-text {
  font-size: 16px!important;
  line-height: 22px!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm span.required-text {
    font-size: 14px!important;
    line-height: 19px!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm span.required-text sup {
  color: #DD0720!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm p {
  margin-top: 8px!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 28px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm p {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px!important;
    color: #222222!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .f-label__wrapper .form-group .jw-texbox-label span {
  color: #222222!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 25px!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .f-label__wrapper .form-group .jw-texbox-label span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 22px!important;
    color: #222222!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .f-label__wrapper .form-group .jw-texbox-label sup {
  color: #DD0720!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .f-label__wrapper .form-group .checkmark {
  top: 40px !important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .form-group .jw-texbox-label span {
  color: #222222!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 25px!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .form-group .jw-texbox-label span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 22px!important;
    color: #222222!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .form-group .jw-texbox-label sup {
  color: #DD0720!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm .form-group .checkmark {
  top: 40px !important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm #customerInfo p {
  margin-bottom: 10px!important;
  color: #222222 !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 21px!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm #i18nAddressForm #customerInfo .checkbox__wrapper.keep-signed {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 14px!important;
  line-height: 21px!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm .privacy.addBookPrivacy i {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm .privacy.addBookPrivacy i {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 14px!important;
    line-height: 21px!important;
    color: #222222!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm button#addressSubmit {
  width: auto!important;
  background: #FABB00!important;
  border: none!important;
  border-radius: 8px!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 19px!important;
  text-transform: uppercase!important;
  color: #000000!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm button#addressSubmit:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm button#addressSubmit:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm button#addressSubmit:active {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection #addressForm button#addressSubmit {
    width: 100%!important;
  }
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .Guest_summary #shippingAddress #addressList #addressFormSection .pl-change {
    padding-left: 15px!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .summary_inputs #shippingAddress .shipping_address__title h4.f-m {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .summary_inputs #shippingAddress .shipping_address__title h4.f-m {
    font-weight: bold!important;
    font-size: 16px!important;
    line-height: 19px!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .summary_inputs #shippingAddress .shipping_address__title p {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #000000 !important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .summary_inputs #shippingAddress .shipping_address__title p {
    font-size: 16px!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .summary_inputs #shippingAddress .shipping_address__title .check-icon {
  top: 1px !important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .summary_inputs #shippingAddress .shipping_address__title .check-icon img {
  max-width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .summary_inputs #shippingAddress .shipping_address__title .check-icon {
    top: -3px !important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .summary_inputs #shippingAddress .shipping_address__list .address-item {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000 !important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .summary_inputs #shippingAddress .shipping_address__list .address-item {
    font-size: 16px!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .summary_inputs .shipping__method.deliveryMethodsDiv h4.f-m.f-bold {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 30px!important;
  line-height: 39px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .shipping-wrapper.enable .summary_inputs .shipping__method.deliveryMethodsDiv h4.f-m.f-bold {
    font-size: 20px!important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .checkout-order-totals .order-summary.m-b-20 .b--hd__title {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  /* font-style: italic!important;*/
  font-weight: bold!important;
  font-size: 35px!important;
  line-height: 42px!important;
  text-transform: uppercase!important;
  color: #222222!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .cart-summary .cart-title h2 {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  /* font-style: italic!important;*/
  font-weight: bold!important;
  font-size: 30px!important;
  line-height: 42px!important;
  text-transform: uppercase!important;
  color: #222222!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.mob-pad-0 .cart-summary .cart-title .edit-cart {
  line-height: 46px!important;
  font-size: 18px!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.order-summary-p-0 .checkout-order-totals {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.order-summary-p-0 .checkout-order-totals {
    padding-top: 20px !important;
  }
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.order-summary-p-0 .checkout-order-totals .tab-head__checkout h6.f-m {
  font-style: italic!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 28px!important;
  text-transform: uppercase!important;
  color: #222222!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.order-summary-p-0 .checkout-order-totals .tab-head__checkout span.c-total.f-m {
  font-style: italic!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 28px!important;
  color: #222222!important;
}
.main__inner-wrapper .checkout-mid.tab-padding .container-fluid.order-summary-p-0 .checkout-order-totals .tab-head__checkout span.c-total.f-m:before {
  font-style: normal!important;
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.order-summary-p-0 .checkout-order-totals .tab-head__checkout span.c-total.f-m {
    font-size: 18px!important;
    line-height: 24px!important;
  }
}
@media screen and (max-width: 1024px) {
  .main__inner-wrapper .checkout-mid.tab-padding .container-fluid.order-summary-p-0 .checkout-order-totals .tab-head__checkout {
    display: flex;
    flex-direction: column-reverse;
  }
}
.main__inner-wrapper .delivery_date {
  position: relative;
  padding: 0 0 0 53px;
  margin: 26px 0 20px 0;
  display: block;
}
.main__inner-wrapper .delivery_date h3.title.f-bold.f-m {
  padding: 10px 0px;
  margin-top: 10px;
}
.main__inner-wrapper .global-forms {
  padding: 20px 0 0;
}
.main__inner-wrapper .checkbox #chooseDeliveryTerms {
  -webkit-appearance: checkbox;
}
#deliveryMethodSubmit.btn.btn--primary.btn--primary-light.text-uppercase {
  width: auto!important;
  background: #FABB00!important;
  border-radius: 8px!important;
  border: none!important;
  height: 48px!important;
  color: #000!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
  margin-left: 0px!important;
}
#deliveryMethodSubmit.btn.btn--primary.btn--primary-light.text-uppercase:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
#deliveryMethodSubmit.btn.btn--primary.btn--primary-light.text-uppercase:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
#deliveryMethodSubmit.btn.btn--primary.btn--primary-light.text-uppercase:active {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #deliveryMethodSubmit.btn.btn--primary.btn--primary-light.text-uppercase {
    width: 100%!important;
  }
}
#tmGuestRegisterFreeShippingForm .shipping__method.deliveryMethodsDiv h4.f-m.f-bold {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
}
@media screen and (max-width: 1024px) {
  #tmGuestRegisterFreeShippingForm .shipping__method.deliveryMethodsDiv h4.f-m.f-bold {
    font-size: 16px!important;
    line-height: 19px!important;
  }
}
#tmGuestRegisterFreeShippingForm .shipping__method.deliveryMethodsDiv input {
  -webkit-border-radius: 8px!important;
  -moz-border-radius: 8px!important;
  border-radius: 8px!important;
}
#tmGuestRegisterFreeShippingForm .shipping__method.deliveryMethodsDiv .checkmark {
  top: 40px!important;
}
#tmGuestRegisterFreeShippingForm .shipping__method.deliveryMethodsDiv .show.show-password-btn {
  top: 37px!important;
}
@media screen and (max-width: 1024px) {
  #tmGuestRegisterFreeShippingForm .shipping__method.deliveryMethodsDiv .show.show-password-btn {
    top: 35px!important;
  }
}
#tmGuestRegisterFreeShippingForm .shipping__method.deliveryMethodsDiv .shippingDetails {
  margin: 26px 0 20px 0;
  padding: 0 0 0 20px;
}
.checkout_spaced-row .saveSelectedAddress {
  background: #FABB00!important;
  border: none!important;
  border-radius: 8px!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 19px!important;
  text-transform: uppercase!important;
  color: #000000!important;
}
.checkout_spaced-row .saveSelectedAddress:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.checkout_spaced-row .saveSelectedAddress:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.checkout_spaced-row .saveSelectedAddress:active {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
#addressForm #i18nAddressForm .form-group .jw-texbox-label span {
  color: #222222!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 25px!important;
}
@media screen and (max-width: 1024px) {
  #addressForm #i18nAddressForm .form-group .jw-texbox-label span {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 22px!important;
    color: #222222!important;
  }
}
#addressForm #i18nAddressForm .form-group .jw-texbox-label sup {
  color: #DD0720!important;
}
#addressForm #i18nAddressForm .form-group .checkmark {
  top: 40px !important;
}
@media screen and (max-width: 481px) {
  #addressForm #i18nAddressForm .form-group.row {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}
#addressForm #addressSubmit {
  width: auto!important;
  margin: 0px!important;
  background: #FABB00!important;
  border: none!important;
  border-radius: 8px!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 19px!important;
  text-transform: uppercase!important;
  color: #000000!important;
}
#addressForm #addressSubmit:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
#addressForm #addressSubmit:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
#addressForm #addressSubmit:active {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
@media screen and (max-width: 481px) {
  #addressForm #addressSubmit {
    width: 100%!important;
  }
}
#deliveryAddressList .btn.btn--primary.btn--primary-light.text-uppercase.saveSelectedAddress {
  background: #FABB00!important;
  border: none!important;
  border-radius: 8px!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 19px!important;
  text-transform: uppercase!important;
  color: #000000!important;
}
#deliveryAddressList .btn.btn--primary.btn--primary-light.text-uppercase.saveSelectedAddress:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
#deliveryAddressList .btn.btn--primary.btn--primary-light.text-uppercase.saveSelectedAddress:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
#deliveryAddressList .btn.btn--primary.btn--primary-light.text-uppercase.saveSelectedAddress:active {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.m-c__shipping-method.payment-wrapper .b--hd__title {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 27px!important;
  line-height: 32px!important;
  text-transform: uppercase!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .m-c__shipping-method.payment-wrapper .b--hd__title {
    font-size: 16px!important;
    line-height: 24px!important;
  }
}
.m-c__shipping-method.payment-wrapper .gift__card.giftcardBox input {
  -webkit-border-radius: 8px!important;
  -moz-border-radius: 8px!important;
  border-radius: 8px!important;
}
.m-c__shipping-method.payment-wrapper .gift__card.giftcardBox .btn.btn--primary.btn--primary-light.text-uppercase {
  border-radius: 8px!important;
}
.m-c__shipping-method.payment-wrapper .gift__card.giftcardBox .btn.btn--primary.btn--primary-light.text-uppercase {
  background: #FABB00!important;
  border: none!important;
  border-radius: 8px!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 19px!important;
  text-transform: uppercase!important;
  color: #000000!important;
  width: auto!important;
  margin-left: 0px!important;
}
.m-c__shipping-method.payment-wrapper .gift__card.giftcardBox .btn.btn--primary.btn--primary-light.text-uppercase:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.m-c__shipping-method.payment-wrapper .gift__card.giftcardBox .btn.btn--primary.btn--primary-light.text-uppercase:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.m-c__shipping-method.payment-wrapper .gift__card.giftcardBox .btn.btn--primary.btn--primary-light.text-uppercase:active {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.m-c__shipping-method.payment-wrapper .card-options__main.shipping__method.add__selection form {
  margin: 0px!important;
}
.m-c__shipping-method.payment-wrapper .card-options__main.shipping__method.add__selection input {
  -webkit-border-radius: 8px!important;
  -moz-border-radius: 8px!important;
  border-radius: 8px!important;
}
.m-c__shipping-method.payment-wrapper .card-options__main.shipping__method.add__selection #silentOrderPostForm #billingAddrForm .checkmark {
  top: 40px!important;
}
@media screen and (max-width: 1024px) {
  .m-c__shipping-method.payment-wrapper .card-options__main.shipping__method.add__selection #silentOrderPostForm #billingAddrForm .checkmark {
    top: 35px!important;
  }
}
.m-c__shipping-method.payment-wrapper .card-options__main.shipping__method.add__selection #silentOrderPostForm .billing__address-main.floating-label h4.f-bold.f-m {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 24px!important;
  text-transform: uppercase!important;
  color: #222222!important;
}
.m-c__shipping-method.payment-wrapper .card-options__main.shipping__method.add__selection #silentOrderPostForm .billing__address-main.floating-label .checkbox__wrapper label.control-label.position-l-0 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.m-c__shipping-method.payment-wrapper .card-options__main.shipping__method.add__selection #silentOrderPostForm .billing__address-main.floating-label .billing__address_box .billingAddrDiv .addressDevRead address {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.m-c__shipping-method.payment-wrapper .card-options__main.shipping__method.add__selection #silentOrderPostForm .checkbox__wrapper.save-card-checkbox .checkout-add-credit-btn .btn.btn--primary.btn--primary-light.text-uppercase.submitHostedIframe.btn-left-10 {
  width: auto!important;
}
.m-c__shipping-method.payment-wrapper .card-options__main.shipping__method.add__selection .tab-show-second .order-summary.m-b-20 {
  background: #f4f4f4!important;
}
.m-c__shipping-method.payment-wrapper .m-c__shipping-method.payment_box #voucherForm div.col-md-2.f-label__wrapper {
  padding: 20px 15px 0 0px!important;
}
@media screen and (max-width: 1024px) {
  .m-c__shipping-method.payment-wrapper .m-c__shipping-method.payment_box #voucherForm div.col-md-2.f-label__wrapper {
    padding: 20px 15px 0 15px!important;
  }
}
.m-c__shipping-method.payment-wrapper .m-c__shipping-method.payment_box #voucherForm div.col-md-2.f-label__wrapper button.btn.btn-apply-promo-code.btn--primary.btn--primary-light.text-uppercase.btn--expand {
  background: #FABB00!important;
  border-radius: 8px!important;
  border: none!important;
  height: 48px!important;
  color: #000!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
}
.m-c__shipping-method.payment-wrapper .m-c__shipping-method.payment_box #voucherForm div.col-md-2.f-label__wrapper button.btn.btn-apply-promo-code.btn--primary.btn--primary-light.text-uppercase.btn--expand:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.m-c__shipping-method.payment-wrapper .m-c__shipping-method.payment_box #voucherForm div.col-md-2.f-label__wrapper button.btn.btn-apply-promo-code.btn--primary.btn--primary-light.text-uppercase.btn--expand:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.m-c__shipping-method.payment-wrapper .m-c__shipping-method.payment_box #voucherForm div.col-md-2.f-label__wrapper button.btn.btn-apply-promo-code.btn--primary.btn--primary-light.text-uppercase.btn--expand:active {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.m-c__shipping-method.payment-wrapper .m-c__shipping-method.payment_box #placeOrderButton.place-holder-btn-custom-m.btn.btn--secondary.btn-placeholder.gc-placeorder.f-600.f-m.btn-block {
  background: #FABB00!important;
  border-radius: 8px!important;
  border: none!important;
  height: 48px!important;
  color: #000!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
}
.m-c__shipping-method.payment-wrapper .m-c__shipping-method.payment_box #placeOrderButton.place-holder-btn-custom-m.btn.btn--secondary.btn-placeholder.gc-placeorder.f-600.f-m.btn-block:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.m-c__shipping-method.payment-wrapper .m-c__shipping-method.payment_box #placeOrderButton.place-holder-btn-custom-m.btn.btn--secondary.btn-placeholder.gc-placeorder.f-600.f-m.btn-block:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
.m-c__shipping-method.payment-wrapper .m-c__shipping-method.payment_box #placeOrderButton.place-holder-btn-custom-m.btn.btn--secondary.btn-placeholder.gc-placeorder.f-600.f-m.btn-block:active {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
#paymentIframe button.btn.btn--primary.btn--primary-light.text-uppercase.submitHostedIframe.btn-left-10 {
  background: #FABB00!important;
  border: none!important;
  border-radius: 8px!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 19px!important;
  text-transform: uppercase!important;
  color: #000000!important;
  width: auto!important;
  margin-left: 0px!important;
}
#paymentIframe button.btn.btn--primary.btn--primary-light.text-uppercase.submitHostedIframe.btn-left-10:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
#paymentIframe button.btn.btn--primary.btn--primary-light.text-uppercase.submitHostedIframe.btn-left-10:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
#paymentIframe button.btn.btn--primary.btn--primary-light.text-uppercase.submitHostedIframe.btn-left-10:active {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
  text-decoration: none;
}
#paymentIframe button#placeOrderButton {
  width: auto!important;
}
.promoCodeAppliedSection .promocode__enter P.output-error {
  font-style: normal!important;
}
.return-status__main .return--status__mid .my-account__wrapper {
  /*    .order-list
            {
                @media screen and (min-width:768px)
                {
                    display:none;
                }
            } */
}
.return-status__main .return--status__mid .my-account__wrapper .welcome__block .welcome__mid .btn-rewards .btn {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 15px 38.7px 14px 37.3px;
}
.return-status__main .return--status__mid .my-account__wrapper .account-common__title.recent-order {
  /*  @media screen and (min-width:768px) {
                    font-family: "JWS Open Sans";
                    font-style: normal;
                    font-weight: bold;
                    font-size: 20px;
                    line-height: 24px;
                    text-transform: uppercase;
                    color: #808080;
                    display: none;
                }*/
}
.return-status__main .return--status__mid .my-account__wrapper .account-common__title.recent-order a {
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  color: #808080;
  display: block !important;
}
.return-status__main .return--status__mid .my-account__wrapper .account-common__title.recent-order a:hover {
  color: #808080 !important;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid .my-account__wrapper .account-common__title.recent-order a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 24px;
  }
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-head p {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  text-transform: capitalize;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li.hidden-lg.hidden-md {
    text-transform: none !important;
  }
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li {
  font-style: normal;
  font-weight: normal;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #222222;
  text-transform: none !important;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li span {
  font-weight: bold;
  font-size: 20px !important;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li span {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-mid .order-list-in .order-details-list li:nth-child(3) span {
  color: #00a513;
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-in .btn__wrapper .btn--outline-primary {
  border: 1px solid #FABB00;
  background: #FABB00;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000 !important;
  border-radius: 24px;
  padding: 15px 58px 14px 59.88px;
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-in .btn__wrapper .btn--outline-primary:hover {
  background: #D9A410 !important;
  color: #000000 !important;
  text-decoration: none;
}
.return-status__main .return--status__mid .my-account__wrapper .order-list .order-list-in .btn__wrapper .btn--outline-primary:focus {
  background: #D9A410 !important;
  color: #000000 !important;
  text-decoration: none;
}
.return-status__main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title a {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #808080;
}
.return-status__main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title a:hover {
  color: #808080 !important;
}
@media screen and (max-width: 767px) {
  .return-status__main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #808080;
  }
}
.return-status__main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title .btn--primary-light {
  border: 1px solid #FABB00;
  background: #FABB00;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000 !important;
  border-radius: 8px;
  padding: 15px 62.41px 14px 62.5px;
}
.return-status__main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title .btn--primary-light:hover {
  background: #D9A410 !important;
  color: #000000 !important;
}
.return-status__main .return--status__mid .my-account__wrapper .list-in__cart .account-common__title .btn--primary-light:focus {
  background: #D9A410 !important;
  color: #000000 !important;
}
.return-status__main .return--status__mid .my-account__wrapper .list-in__cart .cart__list .btn--secondary {
  border: 1px solid #FABB00;
  background: #FABB00;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000 !important;
  border-radius: 8px;
  padding: 15px 126px 14px 126px;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid .my-account__wrapper .list-in__cart .cart__list .btn--secondary {
    width: 100% !important;
  }
}
.return-status__main .return--status__mid .my-account__wrapper .list-in__cart .cart__list .btn--secondary:hover {
  background: #D9A410 !important;
  color: #000000 !important;
}
.return-status__main .return--status__mid .my-account__wrapper .list-in__cart .cart__list .btn--secondary:focus {
  background: #D9A410 !important;
  color: #000000 !important;
}
.return-status__main .return--status__mid .my-account__wrapper .orders__list .jws-order-subHead {
  font-size: 18px !important;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid .my-account__wrapper .orders__list .jws-order-subHead {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1025px) {
  .return-status__main .return--status__mid .my-account__wrapper .orders__list .jws-order-subHead {
    font-size: 18px !important;
  }
}
.return-status__main .return--status__mid .my-account__wrapper .orders__list .list li {
  font-weight: normal !important;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid .my-account__wrapper .account-common__title .row a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .return-status__main .return--status__mid .my-account__wrapper .account-common__title .row a {
    font-size: 20px;
  }
}
.return-status__main .return--status__mid .right__section.my-account__wrapper .list_thumbanil .account-common__title.wishlist.mobile-remove-border {
  margin-top: 30px !important;
}
@media screen and (min-width: 992px) {
  .return-status__main .return--status__mid .right__section.my-account__wrapper .order-list {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .return-status__main .return--status__mid .right__section.my-account__wrapper .order-list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .return-status__main .return--status__mid .right__section.my-account__wrapper .order-list .order-list-head {
    padding: 15px 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .return-status__main .return--status__mid .right__section.my-account__wrapper .order-list {
    background: #fff;
  }
}
.return-status__main .Account_cart_details .cart-item-border-bottom .giftCardCheckout .Car-page-details-info .list ul li .btn_anchor {
  font-style: normal !important;
  font-size: 15px !important;
  text-align: center;
  text-decoration: none !important;
  color: #222222;
}
@media screen and (max-width: 1023px) {
  .return-status__main .Account_cart_details .cart-item-border-bottom .giftCardCheckout .Car-page-details-info .list ul li .btn_anchor {
    font-weight: normal !important;
  }
}
.return-status__main .Account_cart_details .cart-item-border-bottom .giftCardCheckout .list ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px !important;
  line-height: 32px;
  text-align: center !important;
  /* text-decoration-line: underline;*/
  color: #222222;
  /*border-bottom: none;*/
}
@media screen and (max-width: 767px) {
  .return-status__main .Account_cart_details .cart-item-border-bottom .giftCardCheckout .list form {
    margin: 0 !important;
  }
}
.return-status__main .Account_cart_details .item-title {
  padding-bottom: 12px !important;
}
.return-status__main .orders__list.__whishlistlist .jws-order-subHead {
  font-style: normal;
  font-weight: normal;
  font-size: 18px !important;
  line-height: 20px;
}
.return-status__main .orders__list.__whishlistlist .btn--primary {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 15px 38.7px 14px 37.3px;
}
.return-status__main .list_thumbanil .list_thumbanil__in .js-addToCartfromWishlist {
  border: 1px solid #FABB00;
  background: #FABB00;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000 !important;
  text-align: center;
  border-radius: 24px;
  padding: 15px 36px;
}
.return-status__main .list_thumbanil .list_thumbanil__in .js-addToCartfromWishlist:hover {
  background: #D9A410 !important;
  color: #000 !important;
  text-decoration: none !important;
}
.return-status__main .list_thumbanil .list_thumbanil__in .js-addToCartfromWishlist:focus {
  background: #D9A410 !important;
  color: #000 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 1024px) {
  .return-status__main .list_thumbanil .list_thumbanil__in .js-addToCartfromWishlist {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 15px 0px 14px 0px;
  }
}
.return-status__main .list_thumbanil .list_thumbanil__in .row .desc {
  min-height: 143px;
}
@media screen and (max-width: 1024px) {
  .return-status__main .list_thumbanil .list_thumbanil__in .row .desc {
    min-height: 110px;
    height: 0px !important;
  }
}
.return-status__main .list_thumbanil .account-common__title a {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #808080;
}
.return-status__main .list_thumbanil .account-common__title a:hover {
  color: #808080 !important;
}
@media screen and (max-width: 767px) {
  .return-status__main .list_thumbanil .account-common__title a {
    font-style: normal;
    font-weight: bold !important;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #808080;
  }
}
.return-status__main .return--status__mid .left-list-menu .yCmsComponent a,
.main__inner-wrapper .return-status__main .return--status__mid .left-list-menu .f-m a {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 27px;
  text-transform: capitalize !important;
  text-decoration: none !important;
}
.main__inner-wrapper .return-status__main .return--status__mid .left-list-menu .active a {
  background: #f4f4f4 !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 28px !important;
  text-transform: capitalize !important;
}
@media screen and (max-width: 1023px) {
  .main__inner-wrapper .return-status__main .return--status__mid .left-list-menu .active a {
    line-height: 26px !important;
  }
}
.main__inner-wrapper .return-status__main .return--status__mid .left-list-menu .active {
  background: #f4f4f4 !important;
}
@media screen and (max-width: 1023px) {
  .return-status__main .return--status__mid .left-list-menu .yCmsComponent a,
  .main__inner-wrapper .return-status__main .return--status__mid .left-list-menu .f-m a {
    font-size: 16px !important;
    line-height: 24px;
  }
  /*   .main__inner-wrapper .return-status__main .return--status__mid .left-list-menu .active a ::before {
        content: "\EA03";
        font-family: "symbols";
        font-style: normal;
        position: absolute;
        left: 0px;
        font-weight: normal;
    }*/
  .page-account-landing.pageType-ContentPage .account-common__title.recent-order {
    padding: 28px 0 0px 0 !important;
    margin: 0px 0 15px 0 !important;
    border: 0 !important;
  }
  .main__inner-wrapper .return-status__main .return--status__mid .left-list-menu .click-to__active a {
    font-weight: bold !important;
    font-size: 20px !important;
  }
  .main__inner-wrapper .return-status__main .return--status__mid .left-list-menu .active a {
    background: none !important;
  }
  .main__inner-wrapper .return-status__main .return--status__mid .left-list-menu .active {
    background: none !important;
  }
}
.welcome-section .welcome-text button {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 15px 25px 14px 25px;
  border: 1px solid #222222 !important;
}
.welcome-section .welcome-text button:hover {
  color: #222222 !important;
  background: #fff !important;
  border: 1px solid #222222 !important;
  border-radius: 8px;
}
.welcome-section .welcome-text button:focus {
  color: #222222 !important;
  background: #fff !important;
  border: 1px solid #222222 !important;
  border-radius: 8px;
}
.welcome-section h2.title-text {
  text-align: center;
}
#xieCommFrame .billing-info .c__input {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
}
@media screen and (max-width: 1023px) {
  .welcome-section {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .welcome-section {
    margin-bottom: 30px;
  }
}
input[type='text'],
input[type='password'],
input[type='email'] {
  font-style: normal !important;
  color: #808080 !important;
  font-size: 15px !important;
}
form .actdbcheckout {
  margin-top: 20px !important;
  width: auto !important;
  margin-left: 15px !important;
}
@media screen and (max-width: 1024px) {
  form .actdbcheckout {
    margin-left: 0px !important;
  }
}
.right__section.my-account__wrapper .list-in__cart {
  margin-top: 15px !important;
}
.jws-email-section .jws-act-emailAddress {
  color: #222222 !important;
  margin-bottom: 7px !important;
}
@media screen and (max-width: 1024px) {
  .jws-email-section {
    /*.brand-contact-wrap {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }*/
  }
  .jws-email-section .b--promo__form {
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .jws-email-section .jws-myAct-email .custom-width__highlights {
    padding: 0px !important;
  }
}
.jws-email-section .jws-myAct-email .form-group.b--promo__form__form-group {
  width: 335px !important;
}
@media screen and (max-width: 768px) {
  .jws-email-section .jws-myAct-email .form-group.b--promo__form__form-group {
    width: 260px!important;
  }
}
.jws-email-section .jws-myAct-email .jws-act-emailAddress {
  text-align: left !important;
}
/* footer before offer section*/
.jws-email-section .container.brand-contact-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.jws-email-section .container.brand-contact-wrap .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (min-width: 400px) {
  .jws-email-section .container.brand-contact-wrap {
    width: 375px;
  }
}
@media screen and (min-width: 480px) {
  .jws-email-section .container.brand-contact-wrap {
    width: 475px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .jws-email-section .container.brand-contact-wrap {
    width: 870px;
  }
}
.account-common__title .jws-myacnt-whishlist {
  pointer-events: none;
}
div.orders__list a.btn {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  /*padding: 15px 25px 14px 25px;*/
  padding: 15px 38.7px 14px 37.3px;
  border: 1px solid #222222 !important;
  background: #222222;
  color: #ffffff;
  font-weight: normal;
}
div.orders__list a.btn:hover {
  color: #222222 !important;
  background: #fff !important;
  border: 1px solid #222222 !important;
  border-radius: 8px;
  text-decoration: none !important;
}
div.orders__list a.btn:focus {
  color: #222222 !important;
  background: #fff !important;
  border: 1px solid #222222 !important;
  border-radius: 8px;
  text-decoration: none !important;
}
.page-account-landing .Account_cart_details .cart-item-border-bottom .giftCardCheckout .Car-page-details-info .list ul li a {
  font-size: 15px !important;
}
.orders__list.__whishlistlist .jws-order-subHead {
  text-transform: uppercase !important;
  margin: 0px 0 23px 0 !important;
}
.orders__list.__whishlistlist .jws-wishlist-sub {
  text-transform: uppercase !important;
  margin: 0px 0 23px 0 !important;
}
.return-status__main .return--status__mid.order-details-mid .right__section.my-account__wrapper.account-common-wrapper.orderlist__main .order-list .order-list-mid .order-list-in {
  /* .btn__wrapper{
                .btn--outline-primary{
                    line-height: 27px !important;
                }
               } */
}
.return-status__main .return--status__mid.order-details-mid .right__section.my-account__wrapper.account-common-wrapper.orderlist__main .order-list .order-list-mid .order-list-in ul.order-details-list li {
  font-size: 20px !important;
  line-height: 30px !important;
  text-transform: none !important;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid.order-details-mid .right__section.my-account__wrapper.account-common-wrapper.orderlist__main .order-list .order-list-mid .order-list-in ul.order-details-list li {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.return-status__main .return--status__mid.order-details-mid .right__section.my-account__wrapper.account-common-wrapper.orderlist__main .order-list .order-list-mid .order-list-in ul.order-details-list li span {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px !important;
  line-height: 30px!important;
}
@media screen and (max-width: 1024px) {
  .return-status__main .return--status__mid.order-details-mid .right__section.my-account__wrapper.account-common-wrapper.orderlist__main .order-list .order-list-mid .order-list-in ul.order-details-list li span {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.return-status__main .return--status__mid.order-details-mid .orders__list.__whishlistlist .list p {
  font-size: 18px !important;
  font-weight: normal !important;
}
@media screen and (max-width: 991px) {
  .return-status__main .return--status__mid.order-details-mid .right__section.my-account__wrapper.account-common-wrapper.orderlist__main .account-common__title {
    border-bottom: none !important;
  }
}
@media screen and (min-width: 991px) {
  .return-status__main .return--status__mid.order-details-mid .right__section.my-account__wrapper.account-common-wrapper.orderlist__main .order-list {
    padding: 30px 29px !important;
  }
}
@media screen and (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-title {
    height: 66px !important;
  }
  .mid__block__bottom.retun-method-wrapper.retunOrder #refreshReturn {
    margin-top: 24px !important;
  }
}
@media screen and (max-width: 1023px) {
  .return--status__mid.order-details-mid.row {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  #refreshReturn .total-bottom .text-right {
    min-width: 80px !important;
  }
  .col-md-5.confirm-return-items .cart-mid {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .return-status__main .return--status__mid .right__section .mid__block__bottom .order-summary .cart-title:after {
    top: 23px !important;
  }
}
.return-method-checkbox .list.radio_btn_wrapper .label {
  pointer-events: none !important;
}
#forgotPopup.modal .modal-dialog .modal-content .modal-body .modal-title h2.f-m.f-bold {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  font-style: italic!important;
  font-weight: bold!important;
  font-size: 25px!important;
  line-height: 37px!important;
  text-transform: uppercase!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  #forgotPopup.modal .modal-dialog .modal-content .modal-body .modal-title h2.f-m.f-bold {
    font-size: 25px!important;
    line-height: 30px!important;
  }
}
#forgotPopup.modal .modal-dialog .modal-content .modal-body .modal-title .reset-password-wrapper .reset-password-box-1 p {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  #forgotPopup.modal .modal-dialog .modal-content .modal-body .modal-title .reset-password-wrapper .reset-password-box-1 p {
    font-size: 16px!important;
    line-height: 24px!important;
  }
}
#forgotPopup.modal #resetPasswordFormData {
  /* .submit-btn-main{
            padding: 0 15px 0 0px !important;
        } */
}
#forgotPopup.modal #resetPasswordFormData ul.bottom-list {
  padding-top: 25px!important;
}
#resetPasswordPopup .forgotten-password .reset-password-wrapper .signin__wrapper .back-to-signin {
  width: 221px;
  height: 48px;
  background: #222222;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF !important;
  border: solid 1px #222;
}
#resetPasswordPopup .forgotten-password .reset-password-wrapper .signin__wrapper .back-to-signin:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
#resetPasswordPopup .forgotten-password .reset-password-wrapper .signin__wrapper .back-to-signin:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
/* .modal_main.modal-dialog.response-dynamicfr.forgotten-password.modal-title.modal-rewards{
    width:134.18px !important;
    height: 64px !important;
} */
.modal_main .modal-dialog .modal-content .modal-body .modal-title img {
  width: 134.18px !important;
  height: 64px !important;
}
.forgotten-password .reset-password-wrapper .signin__wrapper .back-to-signin:hover {
  text-decoration: none !important;
}
.forgotten-password .reset-password-wrapper .signin__wrapper .back-to-signin:focus {
  text-decoration: none !important;
}
form#tmGuestRegisterForm .floating-label .form-group .control-label {
  position: relative;
}
form#tmGuestRegisterForm .floating-label .form-group .control-label span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}
form#tmGuestRegisterForm .floating-label .form-group .control-label sup {
  position: absolute;
  right: -10px !important;
  top: -3px !important;
  color: #DD0720;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
form#tmGuestRegisterForm .floating-label .form-group .f-label__wrapper .checkmark {
  top: 50% !important;
  transform: translateY(-50%);
}
form#tmGuestRegisterForm a.show.show-password-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
form#tmGuestRegisterForm input {
  border: 2px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 8px;
}
form#tmGuestRegisterForm .form-group.position-relative p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #222222;
  padding-bottom: 5px;
}
form#tmGuestRegisterForm .form-group.position-relative li {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #222222;
  position: relative;
  padding-left: 12px;
}
form#tmGuestRegisterForm .form-group.position-relative li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #505050;
  left: 0px;
  top: 54%;
  transform: translateY(-50%);
}
form#tmGuestRegisterForm div#pawd {
  margin-bottom: 18px !important;
}
form#tmGuestRegisterForm .registerUser {
  border-radius: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  height: 48px;
  color: #000000 !important;
}
form#tmGuestRegisterForm .registerUser:hover {
  background: #D9A410 !important;
  color: #000000 !important;
  border: none!important;
  text-decoration: none !important;
}
form#tmGuestRegisterForm .registerUser:focus {
  background: #D9A410 !important;
  color: #000000 !important;
  border: none!important;
}
@media (max-width: 1024px) {
  form#tmGuestRegisterForm .floating-label {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
#signUp-modal .modal-dialog .modal-content .modal-body {
  padding: 70px 20px !important;
}
#signUp-modal .modal-dialog .modal-content .modal-body .signin__wrapper {
  padding: 20px 20px;
}
#signUp-modal .modal-dialog .modal-content .modal-body .signin__wrapper .floating-label .form-group {
  margin-bottom: 23px !important;
}
#signUp-modal .modal-dialog .modal-content .modal-body .signin__wrapper .floating-label .f-label__wrapper .c__input {
  border: 2px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 8px;
}
#signUp-modal .modal-dialog .modal-content .modal-body .modal-close {
  top: 33px !important;
}
#signUp-modal .modal-dialog .modal-content .modal-body span.exclusive--apply {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  font-style: italic;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 16px !important;
}
#signUp-modal .modal-dialog .modal-content .modal-body .benefits__boxes .row {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #222222;
}
#signUp-modal .modal-dialog .modal-content .modal-body .benefits__boxes sup {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #DD0720;
  top: -3px !important;
  left: -1px !important;
}
#signUp-modal .modal-dialog .modal-content .modal-title {
  margin: 0 -20px;
  height: auto !important;
}
#signUp-modal .modal-dialog .modal-content .modal-title img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}
.page-jwsLoginPage .modal {
  z-index: 9999;
}
.page-jwsLoginPage .modal-backdrop {
  z-index: 0;
}
/*15 % button*/
#ltkpopup-content .ltk-right-column .ltkpopup-button-container #ltkpopup-submit {
  background: #222222;
  border: 1px solid #222222;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 10px 0;
  height: 48px;
}
#ltkpopup-content .ltk-right-column .ltkpopup-button-container #ltkpopup-submit:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
#ltkpopup-content .ltk-right-column .ltkpopup-button-container #ltkpopup-submit:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.section-top.p-t-60.order-confirmation--top .col-md-4.order__track {
  width: 100%!important;
}
.section-top.p-t-60.order-confirmation--top .col-md-4.order__track h2.b--hd__title.text-left.confirmation-title {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  font-style: italic !important;
  font-weight: bold !important;
  font-size: 40px !important;
  line-height: 52px !important;
  color: #222222 !important;
  text-transform: uppercase !important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-4.order__track h2.b--hd__title.text-left.confirmation-title {
    font-size: 30px!important;
    line-height: 39px!important;
  }
}
.section-top.p-t-60.order-confirmation--top .col-md-4.order__track h2.b--hd__title.text-left {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 30px!important;
  line-height: 39px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-4.order__track h2.b--hd__title.text-left {
    font-size: 20px!important;
    line-height: 26px!important;
  }
}
.section-top.p-t-60.order-confirmation--top .col-md-4.order__track span.estimated__de {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 28px!important;
  color: #222222!important;
}
.section-top.p-t-60.order-confirmation--top .col-md-4.order__track span.estimated__de .f-bold.f-m {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 18px!important;
  line-height: 24px!important;
  text-transform: uppercase!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-4.order__track span.estimated__de .f-bold.f-m {
    font-size: 16px!important;
    line-height: 19px!important;
  }
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-4.order__track span.estimated__de {
    font-size: 16px!important;
    line-height: 24px!important;
  }
}
.section-top.p-t-60.order-confirmation--top .col-md-4.order__track p {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 20px!important;
  line-height: 32px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-4.order__track p {
    font-size: 16px!important;
    line-height: 24px!important;
  }
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-4.order__track {
    width: 100%!important;
  }
}
.section-top.p-t-60.order-confirmation--top .col-md-8 {
  width: 50%!important;
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward {
  background: #f4f4f4!important;
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 {
  width: 100%!important;
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 img {
  display: none!important;
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 h3 {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 30px!important;
  line-height: 39px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 h3 {
    font-size: 18px!important;
    line-height: 24px!important;
  }
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 p.enter__password {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 20px!important;
  line-height: 32px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 p.enter__password {
    font-size: 16px!important;
    line-height: 24px!important;
  }
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 ul.reward__block-list li {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 30px!important;
  color: #222222!important;
  font-weight: 600!important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 ul.reward__block-list li {
    font-size: 15px!important;
    line-height: 32px!important;
  }
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm .show.show-password-btn {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 16px!important;
  line-height: 19px!important;
  color: #222222!important;
  top: 37px!important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm .show.show-password-btn {
    font-size: 14px!important;
    line-height: 16px!important;
  }
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm p.pwd-desc {
  font-style: italic!important;
  font-weight: 600!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #222222!important;
  padding-top: 10px!important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm p.pwd-desc {
    font-style: normal;
    font-weight: normal!important;
    font-size: 14px!important;
    line-height: 19px!important;
  }
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm .form-group .checkbox__wrapper {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 15px!important;
  line-height: 24px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm .form-group .checkbox__wrapper {
    font-size: 14px!important;
    line-height: 24px!important;
  }
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm .btn.btn--primary.btn--primary-light.text-uppercase.guest_Register_button {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 19px!important;
  width: auto!important;
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm .btn.btn--primary.btn--primary-light.text-uppercase.guest_Register_button:hover {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm .btn.btn--primary.btn--primary-light.text-uppercase.guest_Register_button:focus {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm .btn.btn--primary.btn--primary-light.text-uppercase.guest_Register_button:active {
  background: #D9A410!important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #000000 !important;
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm .cookie__container.gustOders p {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer .col-md-6.col-sm-6.col-xs-12 #tmGuestRegisterForm .cookie__container.gustOders p {
    font-size: 14px!important;
    line-height: 20px!important;
  }
}
.section-top.p-t-60.order-confirmation--top .col-md-8 .reward__block.guest-reward .reward__block-in .guest-separer:after {
  content: none!important;
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top .col-md-8 {
    width: 100%!important;
    padding: 0px!important;
  }
}
@media screen and (max-width: 1024px) {
  .section-top.p-t-60.order-confirmation--top {
    padding-top: 20px!important;
  }
}
.order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-title h2.f-bold.f-m {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 40px!important;
  line-height: 45px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-title h2.f-bold.f-m {
    font-size: 25px!important;
    line-height: 30px!important;
  }
}
.order__reciept.page-common__padding.order--reciept-section .container-fluid .payment-method-section h3.title.f-m.f-bold {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 28px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .payment-method-section h3.title.f-m.f-bold {
    font-size: 20px!important;
    line-height: 28px!important;
  }
}
.order__reciept.page-common__padding.order--reciept-section .container-fluid .payment-method-section .col-md-4 {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 28px!important;
  color: #222222!important;
}
.order__reciept.page-common__padding.order--reciept-section .container-fluid .payment-method-section .col-md-4 div.value-order {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 28px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .payment-method-section .col-md-4 div.value-order {
    font-size: 16px!important;
    line-height: 24px!important;
  }
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .payment-method-section .col-md-4 {
    font-size: 16px!important;
    line-height: 24px!important;
  }
}
.order__reciept.page-common__padding.order--reciept-section .container-fluid .payment-method-section .order__confirmation-table table.table.table-borderd tr.f-m.f-bold.spr-main-title th.hidden-md.hidden-lg.mb-p-o {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 35px!important;
  line-height: 45px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .payment-method-section .order__confirmation-table table.table.table-borderd tr.f-m.f-bold.spr-main-title th.hidden-md.hidden-lg.mb-p-o {
    font-size: 20px!important;
    line-height: 26px!important;
  }
}
.order__reciept.page-common__padding.order--reciept-section .container-fluid .payment-method-section .order__confirmation-table table.table.table-borderd tr.f-m.f-bold.spr-main-title th.hidden-sm.hidden-xs.text-center {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 27px!important;
  line-height: 32px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .payment-method-section .order__confirmation-table table.table.table-borderd {
    margin-bottom: 0px!important;
  }
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .payment-method-section .order__confirmation-table table.table.table-borderd {
    margin-bottom: 0px!important;
  }
}
.order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-mid .shipping-method-section {
  border: none!important;
}
.order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-mid .shipping-method-section h3.title.f-bold.f-m.title-boxed {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 28px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-mid .shipping-method-section h3.title.f-bold.f-m.title-boxed {
    font-size: 20px!important;
    line-height: 28px!important;
  }
}
.order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-mid .shipping-method-section .shipping__options .col-md-4 h3.title.f-bold.f-m {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 28px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-mid .shipping-method-section .shipping__options .col-md-4 h3.title.f-bold.f-m {
    font-size: 20px!important;
    line-height: 28px!important;
  }
}
.order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-mid .shipping-method-section .shipping__options .col-md-4 p {
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 28px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-mid .shipping-method-section .shipping__options .col-md-4 p {
    font-size: 16px!important;
    line-height: 24px!important;
  }
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-mid .shipping-method-section .row .col-md-12 {
    padding: 0px!important;
  }
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-mid .shipping-method-section div.order__confirmation-table {
    padding: 0px 15px 0px 15px!important;
    margin-bottom: 0px!important;
  }
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-mid .shipping-method-section {
    margin-bottom: 0px!important;
  }
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .container-fluid .order__reciept-mid {
    margin-bottom: 0px!important;
  }
}
.order__reciept.page-common__padding.order--reciept-section .col-md-4.order-summary-mobile-padding .order-summary h2.b--hd__title {
  font-family: 'JWS Roboto Condensed', sans-serif !important;
  font-style: italic!important;
  font-weight: bold!important;
  font-size: 35px!important;
  line-height: 42px!important;
  text-transform: uppercase!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  .order__reciept.page-common__padding.order--reciept-section .col-md-4.order-summary-mobile-padding .order-summary h2.b--hd__title {
    font-size: 25px!important;
    line-height: 30px!important;
  }
}
.order__reciept.page-common__padding.order--reciept-section .col-md-4.order-summary-mobile-padding .order-summary ul.summury-list li div.summary-table table.table.table-borderd tr td.p-b-0 span {
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 20px!important;
  line-height: 25px!important;
  color: #222222!important;
}
.order__reciept.page-common__padding.order--reciept-section .col-md-4.order-summary-mobile-padding .order-summary ul.summury-list li.p-b-0 h3.total.f-bold.f-m.m-b-0 {
  color: #222222!important;
}
tbody tr.tr-block td.order-details-list h4.text-upperacse.f-m.f-bold.list-title {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 32px!important;
  line-height: 40px!important;
  color: #222222!important;
}
@media screen and (max-width: 1024px) {
  tbody tr.tr-block td.order-details-list h4.text-upperacse.f-m.f-bold.list-title {
    font-size: 20px!important;
    line-height: 24px!important;
  }
}
tbody tr.tr-block td.order-details-list div.product-details {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 32px!important;
  line-height: 40px!important;
  color: #222222!important;
}
tbody tr.tr-block td.order-details-list div.product-details a h4 {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 32px!important;
  line-height: 40px!important;
  color: #222222!important;
}
tbody tr.tr-block td.text-center.spr-price.hidden-sm.hidden-xs h4.f-s-16.f-bold.list-title {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 24px!important;
  color: #222222!important;
}
tbody tr.tr-block td.text-center.spr-quantity.hidden-sm.hidden-xs.js-qty-form h4.f-s-16.f-bold.list-title {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 24px!important;
  color: #222222!important;
}
tbody tr.tr-block td.text-center.spr-total.hidden-sm.hidden-xs h4.f-s-16.f-bold.list-title {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 20px!important;
  line-height: 24px!important;
  color: #222222!important;
}
.jw-texbox-label {
  color: #222222!important;
}
@media (max-width: 480px) {
  iframe.hosted-iframe {
    height: 480px!important;
  }
  iframe#xieCommFrame {
    height: 381px!important;
  }
}
@media (max-width: 480px) {
  height: 381px!important;
}
iframe.hosted-iframe {
  height: 540px !important;
}
/* accessibility-content-styles starts */
.accessibility-content {
  padding: 0 48px;
}
.access-content-heading {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  padding-top: 30px;
  font-size: 30px;
}
.access-para-content {
  margin-top: 16px;
  margin-bottom: 16px;
  white-space: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 1.5;
}
.access-para-content li {
  list-style: disc;
}
.access-list {
  padding-left: 21px;
}
.access-child-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}
.access-click {
  color: blue;
}
/* accessibility-content-styles ends */
/* accessibility-icon-styles */
.access-icon {
  padding-top: 10px;
  padding-bottom: 30px;
}
/* Styles for mobile view */
@media only screen and (max-width: 767px) {
  /* accessibility-icon-styles */
  .access-icon {
    width: 100%;
  }
  /* accessibility-content-styles */
  .access-para-content {
    word-break: break-all;
  }
}
.btn-div {
  text-align: right;
}
.close {
  color: white;
  float: right;
  font-size: 25px;
  padding-right: 10px;
  cursor: pointer;
}
.btn,
.cookie-policy-popup .accept-yellow-btn,
.cookie-policy-popup .reject-grey-btn {
  border: navajowhite;
  padding: 10px 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  text-transform: uppercase;
}
.cookie-policy-popup {
  background: #4d4d4d;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  z-index: 99999;
  box-sizing: border-box;
}
.cookie-policy-popup .accept-yellow-btn {
  background: #fabb00;
  text-align: left;
  margin-right: 10px;
}
.cookie-policy-popup .reject-grey-btn {
  background: #e5e5e5;
  text-align: left;
}
@media only screen and (min-width: 766px) {
  .cookie-policy-popup {
    padding-bottom: 20px;
  }
  .cookie-policy-popup .popup-content {
    padding: 30px;
  }
  .cookie-policy-popup .popup-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .cookie-policy-popup .lg-column-8 {
    width: 80%;
    float: left;
  }
  .cookie-policy-popup .lg-column-2 {
    width: 20%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .cookie-policy-popup .popup-content p {
    font-size: 11px;
    line-height: 20px;
  }
  .cookie-policy-popup .popup-content .accept-yellow-btn {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 19px;
    margin-right: 5px;
  }
  .cookie-policy-popup .popup-content .reject-grey-btn {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 19px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-policy-popup .popup-content p {
    padding: 20px 49px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
  }
  .cookie-policy-popup .sm-column-12 {
    width: 100%;
    float: left;
  }
  .cookie-policy-popup .btn-div {
    text-align: center;
  }
  .cookie-policy-popup .accept-yellow-btn {
    margin-right: 30px;
  }
  .cookie-policy-popup .btn-div {
    padding-bottom: 15px;
  }
  .cookie-policy-popup .close {
    padding-right: 20px;
  }
}
/********************************************************* styles for content section ****************************************/
/* style for hiding mobile section from large view */
/********************************************************* End of content section styling ***********************************/
.corporate-content {
  position: relative;
  overflow: hidden;
}
.col-6 img {
  width: 100%;
  height: 100%;
}
.col-12 img {
  height: 100%;
  width: 100%;
}
.image {
  width: 100%;
  height: 100%;
}
.section-row {
  flex-wrap: wrap;
  display: flex;
}
.flex-div {
  display: flex;
}
.description-section {
  width: 100%;
  left: 0px;
  top: 288px;
  background: #000000;
  color: white;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.text-white {
  padding-top: 60px;
  padding-bottom: 60px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #E5E5E5;
}
.image-overlay-text {
  text-transform: uppercase;
  font-family: "JWS Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .text-white {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 47px;
    font-size: 18px;
  }
  .sm-col-12 {
    width: calc(100%);
    box-sizing: border-box;
  }
  .image-container {
    position: relative;
  }
  .image-overlay {
    position: absolute;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    color: #FABB00;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
  }
  .image-overlay-text {
    width: 277px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 30px;
  }
  .description-section {
    display: inline-block;
    padding-bottom: 50px;
  }
  .description-section span {
    display: inline-block;
    padding: 43px 48px 0 48px;
  }
  .lg-col {
    display: none !important;
  }
  .image-container.left-section {
    order: 0;
  }
  .description-section.left-section {
    order: 1;
  }
}
@media (min-width: 767px) {
  .text-white {
    padding-left: 192px;
    padding-right: 182px;
    text-align: left;
  }
  .col-6 {
    width: calc(50%);
    float: left;
    margin-left: 0;
    box-sizing: border-box;
    flex: 1;
  }
  .sm-col {
    display: none;
  }
  .description-title {
    display: inline-block;
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    color: #FABB00;
    padding-top: 194px;
    padding-left: 192px;
    padding-right: 186px;
    text-align: left;
    text-transform: uppercase;
    font-family: "JWS Roboto Condensed", sans-serif;
  }
}
@media only screen and (max-width: 1200px) {
  .text-white {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 82px;
  }
  .description-title {
    float: left;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 80px;
  }
}
span.description-title {
  color: #fabb00;
}
/********************************************************** end of banner section styles****************************************/
.banner {
  position: relative;
}
.img-desktop {
  width: 100%;
  display: block;
}
.img-mobile {
  display: none;
}
.banner-overlay {
  position: absolute;
  bottom: -30px;
  left: 0px;
  text-align: center;
  top: 20%;
  width: 100%;
}
.overlay-span {
  width: 710px;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  display: inline-block;
  font-style: italic;
  line-height: 1.25;
  font-family: "JWS Roboto Condensed", sans-serif;
}
.overlay-secondary-text {
  color: white;
  padding: 24%;
  padding-top: 0;
  padding-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .banner-overlay {
    bottom: 0;
    /*top: 40% !important;*/
  }
  .overlay-span {
    font-size: 32px;
    padding-top: 10px;
    width: 279px;
  }
  .overlay-secondary-text {
    display: none;
  }
  .img-desktop {
    display: none;
  }
  .img-mobile {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 767px) {
  .overlay-secondary-text {
    font-size: 18px;
    padding: 0 20%;
  }
  .banner-overlay {
    top: 9% !important;
  }
}
/********************************************************** style for yellow section below banner******************************/
.dark-yelllow-div {
  width: 100%;
  height: 64px;
  background: #866C25;
}
@media only screen and (max-width: 767px) {
  .dark-yelllow-div {
    height: 60px;
  }
}
/********************************************************** End of yellow section *********************************************/
img {
  vertical-align: middle;
}
/* background border */
.bg-border {
  width: 100%;
  height: 64px;
}
.grey-bg {
  background: #866C25;
}
/* available box 2020 */
.brand-available-box h2 {
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
  font-family: "JWS Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.brand-available-box {
  padding: 35px 0px;
  background: url(../../images/availablebg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9999;
}
.brand-available-box:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(135, 131, 131, 0.59);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .brand-available-box h2 {
    font-size: 30px;
    line-height: 35px;
    padding: 0px 35px;
    width: 275px;
    margin: 0 auto;
  }
  .brand-available-box {
    padding: 30px 0px;
    background-size: 100% 100%;
  }
}
@media (max-width: 639px) {
  .jws-favSlider-wrap .jws-favSlider {
    margin: 0px;
  }
  .jws-show-favSlider,
  .jws-hide-favSlider {
    padding: 14px 20px;
    width: auto;
  }
  .jws-show-favSlider img {
    -webkit-transform: rotate(90deg);
    width: 13px;
    position: relative;
    right: -5px;
    bottom: 2px;
  }
  .jws-show-favSlider,
  .jws-hide-favSlider {
    border-radius: 24px;
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .jws-hide-favSlider {
    border: 1px solid #333;
    color: #333;
  }
  .jws-hide-favSlider img {
    -webkit-transform: rotate(180deg);
    width: 15px;
    position: relative;
    right: -5px;
    bottom: 2px;
  }
  .jws-favSlider-wrap .jws-favSlider:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 640px) {
  .jws-favSlider-wrap .jws-favSlider {
    margin: 10px 0px;
  }
  .jws-email-section {
    clear: both;
  }
  .jws-show-favSlider,
  .jws-hide-favSlider {
    display: none !important;
  }
}
.jws-favSlider .jws-prdtCard-colorwrap {
  margin-bottom: 0px;
}
/* banner */
/* banner responsive styles */
.brand-banner {
  position: relative;
}
.brand-banner video {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.brand-banner img {
  width: 100%;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h1.banner-title {
  font-style: normal;
  font-weight: 900;
  font-size: 105px;
  line-height: 100px;
  text-align: center;
  letter-spacing: 0.025em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) {
  .banner-text {
    width: 1150px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  h1.banner-title {
    font-size: 20px;
    line-height: 100;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .play-btn {
    width: 28px;
    height: 28px;
  }
}
.jws-home-banner {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .jws-home-banner {
    height: 375px;
  }
}
.jws-home-banner img {
  width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .jws-home-banner img {
    height: 100%;
    object-fit: cover;
  }
}
.jws-home-banner .jws-banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 75%;
}
@media only screen and (max-width: 480px) {
  .jws-home-banner .jws-banner-content {
    width: 90%;
  }
}
.jws-home-banner .jws-banner-content h1.jws-banner-title {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 60px;
  line-height: 72px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 48px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .jws-home-banner .jws-banner-content h1.jws-banner-title {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 37px;
  }
}
.jws-home-banner .jws-banner-content .home-btn {
  border-radius: 24px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .jws-home-banner .jws-banner-content .home-btn {
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .jws-home-banner .jws-banner-content .home-btn {
    padding: 14px 17px;
    width: auto;
  }
}
.jws-home-banner img {
  height: 100%;
}
/* slider home banner for jw_jp */
.jwjp-homebanner-Wrapper button.slick-prev,
.jwjp-homebanner-Wrapper button.slick-next {
  content: '';
  position: absolute;
  background: url(../images/pdp-arrow.png);
  width: 30px;
  height: 50px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 28px;
}
.jwjp-homebanner-Wrapper button.slick-prev:before,
.jwjp-homebanner-Wrapper button.slick-next:before {
  content: "";
}
.jwjp-homebanner-Wrapper button.slick-prev:after,
.jwjp-homebanner-Wrapper button.slick-next:after {
  content: "";
}
.jwjp-homebanner-Wrapper button.slick-prev {
  left: 0px;
  z-index: 999;
}
.jwjp-homebanner-Wrapper button.slick-next {
  z-index: 999;
  right: 0px;
  transform: translateY(-50%) rotate(180deg);
}
/* slider home banner for jw_jp ends*/
@media only screen and (max-width: 1023px) {
  .jwjp-home-pageContainer .jws-favContent-block {
    padding: 40px 20px 0px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .jwjp-home-pageContainer .jws-favContent-block .section-title-wrap {
    margin-top: 50px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .jwjp-home-pageContainer .jws-section-favSlider {
    width: 1024px;
  }
}
@media only screen and (max-width: 1023px) {
  .jwjp-home-pageContainer .jws-techContent-wrap {
    padding: 0px 51px 34px 51px !important;
  }
}
.jws-AnimationSlider-block button.prev-arrow,
.jws-AnimationSlider-block button.next-arrow {
  position: absolute;
  right: auto;
  top: 40%;
  left: 4%;
  background: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  cursor: pointer;
  transform: none;
}
.jws-AnimationSlider-block button.prev-arrow:hover,
.jws-AnimationSlider-block button.next-arrow:hover {
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.jws-AnimationSlider-block button.prev-arrow.slick-disabled,
.jws-AnimationSlider-block button.next-arrow.slick-disabled {
  display: none !important;
}
.jws-AnimationSlider-block button.next-arrow {
  right: 15px;
  left: auto;
}
.jws-AnimationSlider-item {
  padding: 10px;
}
.jws-AnimationSlider-item-list {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.jws-AnimationSlider-item-list img {
  opacity: 0.7;
}
.jws-AnimationSlider-item-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 2px solid #fff;
  padding: 3px 15px;
  border-radius: 20px;
  color: #fff;
}
.jws-AnimationSlider-item-data {
  position: absolute;
  bottom: 50px;
  height: 40%;
  width: 100%;
  padding: 0 20px;
}
.jws-AnimationSlider-item-data-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.jws-AnimationSlider-item-data-info {
  opacity: 0;
  font-size: 18px;
}
.jws-AnimationSlider-item:hover {
  padding: 6px;
}
.jws-AnimationSlider-item:hover .jws-AnimationSlider-item-list {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.jws-AnimationSlider-item:hover .jws-AnimationSlider-item-data-info {
  opacity: 1;
  transition: height 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}
.jws-AnimationSlider-item:hover .jws-AnimationSlider-item-data {
  height: 80%;
  transition: height 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}
.jws-AnimationSlider-item:hover .jws-AnimationSlider-item-link {
  background: #fff;
  color: #000;
}
/*@media screen and (max-width: 767px) {
	.jws-Animation-block {
		padding-top: 20px;
	}
}*/
.jws-Animation-block {
  padding-bottom: 45px;
  padding-top: 35px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .jws-AnimationSlider-block button.next-arrow {
    right: 20px;
  }
  .jws-AnimationSlider-block button.prev-arrow {
    left: 20px;
  }
}
a.jws-AnimationSlider-link-full {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .jws-AnimationSlider-item .jws-AnimationSlider-item-data {
    height: 80%;
    transition: height 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  }
  .jws-AnimationSlider-item {
    padding: 6px;
  }
  .jws-AnimationSlider-item .jws-AnimationSlider-item-data-info {
    opacity: 1;
    transition: height 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  }
}
.jws-Animation-block h2.jws-Animation--title {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  color: #222222;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 14px 0;
}
@media only screen and (max-width: 1023px) {
  .jws-Animation-block h2.jws-Animation--title {
    margin: 14px 0;
    font-size: 25px;
  }
}
.jws-Animation-block h2.jws-Animation--title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #FABB00;
  left: 0px;
}
.jws-AnimationSlider-block {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .jwjp-homebanner-Wrapper-heigh {
    min-height: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  .jwjp-homebanner-Wrapper-heigh {
    min-height: 500px;
  }
}
.jws-imgContent-block {
  position: relative;
  margin: 96px 40px;
}
@media only screen and (max-width: 1023px) {
  .jws-imgContent-block {
    margin: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .jws-imgContent-block {
    height: 375px;
  }
}
@media only screen and (max-width: 480px) {
  .jws-imgContent-block img {
    height: 100%;
    object-fit: cover;
  }
}
.jws-imgContent-block .jws-contentrightBlock {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  top: 50%;
  left: 50%;
  max-width: 670px;
  padding: 62px 74px 52px 83px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .jws-imgContent-block .jws-contentrightBlock {
    padding: 30px 37px 19px 37px !important;
    max-width: 444px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-imgContent-block .jws-contentrightBlock {
    max-width: 444px;
  }
}
@media only screen and (max-width: 768px) {
  .jws-imgContent-block .jws-contentrightBlock {
    max-width: 320px;
    left: auto;
    right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .jws-imgContent-block .jws-contentrightBlock {
    max-width: 350px;
  }
}
.jws-imgContent-block h2.block-title-cls {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  text-transform: capitalize;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .jws-imgContent-block h2.block-title-cls {
    font-size: 20px;
    line-height: 26px;
  }
}
.jws-imgContent-block p.block-content-cls {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding: 16px 0px 31px 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-imgContent-block p.block-content-cls {
    font-size: 14px;
    line-height: 21px;
    padding: 22px 0px;
  }
}
.jws-imgContent-block .btn-imgContent {
  border-radius: 24px;
}
@media only screen and (max-width: 480px) {
  .jws-imgContent-block .btn-imgContent {
    padding: 13px 9px;
  }
}
.jws-imgContent-block .jws-imgleftBlock {
  vertical-align: middle;
}
.jws-techContent-block {
  padding: 0px 40px 96px 40px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block {
    padding: 0px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block .jws-techContent-wrap {
    padding: 60px 51px 34px 51px;
    text-align: center;
  }
}
.jws-techContent-block .jws-techSlider-wrap {
  margin: 0px -10px;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block .jws-techSlider-wrap {
    height: auto;
    margin: 0px;
  }
}
.jws-techContent-block .jws-techSlider-wrap img {
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block .jws-techSlider-wrap img {
    width: 100%;
    padding-bottom: 10px;
  }
}
.jws-techContent-block h2.sectionTitle {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  color: #222222;
  margin: 14px 0;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block h2.sectionTitle {
    margin: 14px 0;
    font-size: 25px;
  }
}
.jws-techContent-block h2.sectionTitle:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #FABB00;
  left: 0px;
}
.jws-techContent-block p.sectionContent {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 42px;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block p.sectionContent {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0px;
  }
}
.jws-techContent-block .jws-techSlider {
  position: relative;
  margin: 0 8px;
  outline: none;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block .jws-techSlider {
    margin: 0px;
  }
}
.jws-techContent-block .jws-techSlider-content {
  position: absolute;
  top: 80%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block .jws-techSlider-content {
    top: 50%;
  }
}
.jws-techContent-block .jws-techSlider-content h3.tech-sliderTitle {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block .jws-techSlider-content h3.tech-sliderTitle {
    font-size: 18px;
    line-height: 25px;
  }
}
.jws-techContent-block .jws-techSlider-content .btn-techSlider {
  border-radius: 24px;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block .jws-techSlider-content .btn-techSlider {
    width: auto;
  }
}
.jws-techContent-block button.slick-prev,
.jws-techContent-block button.slick-next {
  position: absolute;
  background: url(../images/slider-arrow.png);
  width: 30px;
  height: 50px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block button.slick-prev,
  .jws-techContent-block button.slick-next {
    width: 10px;
    height: 30px;
    background-size: 41% 100%;
  }
}
.jws-techContent-block button.slick-prev:before,
.jws-techContent-block button.slick-next:before {
  display: none;
}
.jws-techContent-block button.slick-arrow.slick-disabled {
  opacity: 0;
}
.jws-techContent-block button.slick-prev.slick-arrow {
  z-index: 999;
  transform: rotate(180deg) translateY(46%);
  left: 0px;
  padding: 0px 39.4px;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block button.slick-prev.slick-arrow {
    padding: 0 20px;
  }
}
.jws-techContent-block button.slick-next.slick-arrow {
  z-index: 999;
  right: 0px;
  padding: 0px 39.4px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block button.slick-next.slick-arrow {
    padding: 0 20px;
  }
}
.jws-techContent-block .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.jws-techContent-block .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block .slick-dots {
    display: block !important;
    bottom: -26px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #808080;
  }
}
.jws-techContent-block .slick-dots li.slick-active {
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 1023px) {
  .jws-techContent-block .slick-dots li.slick-active button {
    background: #000;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .jws-techContent-block .jws-techSlider-content {
    top: 60%;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-favContent-block {
    padding: 40px 20px 0px 20px;
  }
}
.jws-favContent-block h2.sectionTitle {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  color: #222222;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .jws-favContent-block h2.sectionTitle {
    margin: 14px 0;
    font-size: 25px;
  }
}
.jws-favContent-block h2.sectionTitle:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #FABB00;
  left: 0px;
}
.jws-favContent-block .section-title-wrap {
  text-align: center;
  padding-bottom: 54px;
}
@media only screen and (max-width: 1023px) {
  .jws-favContent-block .section-title-wrap {
    padding-bottom: 40px;
  }
}
.jws-favContent-block button.slick-prev,
.jws-favContent-block button.slick-next {
  content: '';
  position: absolute;
  background: url(../images/fav-arrow.png);
  width: 22px;
  height: 40px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .jws-favContent-block button.slick-prev,
  .jws-favContent-block button.slick-next {
    width: 10px;
    height: 30px;
  }
}
.jws-favContent-block button.slick-prev:before,
.jws-favContent-block button.slick-next:before {
  display: none !important;
}
.jws-favContent-block button.slick-arrow.slick-disabled {
  opacity: 0;
}
.jws-favContent-block button.slick-prev.slick-arrow {
  z-index: 999;
  left: 10px;
}
@media only screen and (min-width: 1300px) {
  .jws-favContent-block button.slick-prev.slick-arrow {
    left: -30px;
    top: 40%;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-favContent-block button.slick-prev.slick-arrow {
    left: -40px;
    padding: 0px;
  }
}
.jws-favContent-block button.slick-next.slick-arrow {
  z-index: 999;
  transform: translate(0, -50%) rotate(180deg);
  right: 10px;
}
@media only screen and (min-width: 1300px) {
  .jws-favContent-block button.slick-next.slick-arrow {
    right: -30px;
    top: 40%;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-favContent-block button.slick-next.slick-arrow {
    right: -40px;
    padding: 0px;
  }
}
.jws-favContent-block .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.jws-favContent-block .slick-dots {
  display: none !important;
}
p.jws-favProduct-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 9px;
}
@media only screen and (max-width: 1023px) {
  p.jws-favProduct-title {
    font-size: 14px;
    line-height: 21px;
  }
}
p.jws-favProduct-price {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 1023px) {
  p.jws-favProduct-price {
    font-size: 14px;
    line-height: 16px;
  }
}
.jws-favSlider-color-wrap {
  text-align: center;
  padding: 29px 0px 17px 0px;
}
.jws-favSlider-color-wrap > a {
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .jws-favSlider-color-wrap > a img {
    width: 18px;
    height: 18px;
  }
}
.jws-section-favSlider {
  width: 1132px;
  margin: 0 auto;
}
@media screen and (max-width: 1133px) {
  .jws-section-favSlider {
    width: 100%;
  }
}
.jws-favSlider {
  margin: 0 10px;
  outline: none;
}
@media only screen and (max-width: 1023px) {
  .jws-favSlider {
    margin: 0px 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-favSlider img {
    margin: 0 auto;
    width: 173px;
  }
}
.jws-categoryContent-block {
  margin: 96px 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block {
    margin: 0px 0px 68px 0px;
  }
}
.jws-categoryContent-block h2.sectionTitle {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  color: #222222;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block h2.sectionTitle {
    margin: 14px 0;
    font-size: 25px;
  }
}
.jws-categoryContent-block h2.sectionTitle:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #FABB00;
  left: 0px;
}
.jws-categoryContent-block .section-title-wrap {
  text-align: center;
  padding-bottom: 54px;
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block .section-title-wrap {
    padding-bottom: 30px;
  }
}
.jws-categoryContent-block button.slick-prev,
.jws-categoryContent-block button.slick-next {
  background: url(../images/slider-arrow.png);
  width: 30px;
  height: 50px;
  background-repeat: no-repeat;
}
.jws-categoryContent-block button.slick-prev:before,
.jws-categoryContent-block button.slick-next:before {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block button.slick-prev,
  .jws-categoryContent-block button.slick-next {
    width: 20px;
    height: 30px;
    background-size: 100% 100%;
  }
}
.jws-categoryContent-block button.slick-arrow.slick-disabled {
  opacity: 0;
}
.jws-categoryContent-block button.slick-prev.slick-arrow {
  z-index: 999;
  transform: rotate(180deg) translateY(50%);
  left: 0px;
  padding: 0px 48px;
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block button.slick-prev.slick-arrow {
    left: 25px;
    padding: 0px;
  }
}
.jws-categoryContent-block button.slick-next.slick-arrow {
  z-index: 999;
  right: 0px;
  padding: 0px 48px;
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block button.slick-next.slick-arrow {
    padding: 0px;
    right: 25px;
  }
}
.jws-categoryContent-block .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.jws-categoryContent-block .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block .slick-dots {
    display: block !important;
    bottom: -26px !important;
    z-index: 1 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #808080;
  }
}
.jws-categoryContent-block .slick-dots li.slick-active {
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block .slick-dots li.slick-active button {
    background: #000;
  }
}
.jws-categoryContent-block .slick-dots li button:before {
  display: none;
}
.jws-categoryContent-block .btn-categorySlider {
  position: absolute;
  border-radius: 24px;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block .btn-categorySlider {
    width: auto;
    padding: 14px 20px;
  }
}
.jws-categoryContent-block .jws-categorySlider {
  position: relative;
  outline: none;
}
@media only screen and (min-width: 1024px) {
  .jws-categoryContent-block .jws-categorySlider {
    margin: 0 10px;
  }
}
.jws-categoryContent-block .jws-categorySlider img {
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .jws-categoryContent-block .jws-categorySlider img {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .jws-categorySlider-wrap {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .jws-categorySlider-wrap .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1024px) {
  .jws-section-categorySlider {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* brand contact section */
.brand-contact-wrap {
  padding: 57px 0px;
  width: 530px;
  margin: 0 auto;
}
.brand-contact-wrap h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  color: #FABB00;
}
.brand-contact-wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #E5E5E5;
  padding: 20px 0px;
  max-width: 338px;
  margin: 0 auto;
}
button.btn.contact-joinBtn {
  max-width: 335px;
  margin: 0 auto;
}
.brand-contact-section {
  color: #E5E5E5;
  background: #000;
}
.email-section {
  max-width: 335px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.email-section label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #F4F2F2;
  display: block;
  padding-bottom: 5px;
}
.email-section input {
  width: 100%;
  background: #fff;
  border: none;
  padding: 17px 20px;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
}
button.btn {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  background: #FABB00;
  border: navajowhite;
  padding: 15px 55px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.social-icons-section {
  margin: 0 auto;
  display: block;
  margin: 70px 0px 10px 0px;
}
.social-icons-section h3 {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 32px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.social-icons {
  text-align: center;
}
.social-icons svg {
  margin: 23px 24px;
}
.social-icons li {
  display: inline-block;
}
.icon-thanks {
  position: relative;
  width: 75px;
  display: inline-block;
  margin: 18px auto;
}
.tick-desk {
  display: block;
}
.tick-mob {
  display: none;
}
.tick-class {
  position: absolute;
  top: 0px;
  right: 0px;
}
.brand-thanks-wrap {
  text-align: center;
}
.brand-thanks-wrap .thanks-styles {
  font-size: 40px;
  font-weight: 700;
  color: #fabb00;
  padding: 26px 0px 30px 0px;
}
.brand-thanks-wrap p {
  font-size: 20px;
  max-width: 262px;
  margin: 0 auto;
  padding-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  .brand-thanks-wrap .social-icons-section h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .brand-contact-wrap {
    width: 100%;
    padding: 27px 40px;
    box-sizing: border-box;
  }
  .brand-contact-wrap h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #FABB00;
    max-width: 202px;
    margin: 0 auto;
  }
  .brand-contact-wrap p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #E5E5E5;
    padding: 20px 0px;
  }
  .email-section label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #F4F2F2;
    display: block;
    padding-bottom: 5px;
  }
  button.btn {
    /*max-width: 104px;
		padding: 10px 37px; */
    text-align: center;
    font-size: 16px;
  }
  .icon-thanks {
    width: 25px;
  }
  .icon-thanks img {
    width: 100%;
  }
  .brand-thanks-wrap h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .brand-thanks-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .tick-class {
    padding-left: 5px;
  }
  .social-icons-section {
    margin: 58px 0px 10px 0px;
  }
  .social-icons-section h3 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: capitalize;
  }
  .tick-desk {
    display: none;
  }
  .tick-mob {
    display: block;
  }
}
.social-icons a {
  display: inline-block;
}
.social-icons a:focus {
  outline: 1px dashed #fff !important;
  -webkit-outline: 1px dashed #fff !important;
  -moz-outline: 1px dashed #fff !important;
  -ms-outline: 1px dashed #fff !important;
  -o-outline: 1px dashed #fff !important;
}
.brand-thanks-wrap {
  padding: 40px 0px;
  display: none;
}
.brand-thanks-wrap h5 {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 32px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.email-error {
  color: #fff;
  background-color: #DD0720;
  padding: 4px 10px;
  display: block;
  font-size: 12px;
  display: none;
}
.email-section.error .email-error {
  display: block;
}
.email-section.error .join-jwMail {
  border: solid 2px  #DD0720;
}
.contact-joinBtn:focus {
  outline: 3px auto #fff !important;
  -webkit-outline: 3px auto #fff !important;
  -moz-outline: 3px auto #fff !important;
  -ms-outline: 3px auto #fff !important;
  -o-outline: 3px auto #fff !important;
}
.jws-contactSection-block h3.jws-homeContact-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #FABB00;
}
@media only screen and (max-width: 1023px) {
  .jws-contactSection-block h3.jws-homeContact-title {
    font-size: 18px;
    line-height: 24px;
    width: 250px;
    margin: 0 auto;
  }
}
.jws-contactSection-block .jws-contactSection-wrap p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  color: #F4F4F4;
  padding: 21px 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-contactSection-block .jws-contactSection-wrap p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 0 auto;
  }
}
.jws-contactSection-block {
  background: #000;
  padding: 65px 0px 50px 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-contactSection-block {
    padding: 55px 20px;
  }
}
.jws-contactSection-block input.join-jwsMail {
  background: #FFFFFF;
  border-radius: 8px;
  height: 43px;
  color: #222;
  font-size: 13px !important;
}
@media only screen and (max-width: 1023px) {
  .jws-contactSection-block input.join-jwsMail {
    font-size: 15px !important;
  }
}
.jws-contactSection-block .contact-joinBtn {
  border-radius: 8px;
  float: left;
  margin-left: 12px;
  padding: 14px 34.5px !important;
  height: 43px !important;
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .jws-contactSection-block .contact-joinBtn {
    margin-left: 0px;
    margin-top: 25px;
    font-size: 16px;
  }
}
.jws-contactSection-block .jws-contactSection-wrap {
  width: 656px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .jws-contactSection-block .jws-contactSection-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .jws-contactSection-block .jws-contactSection-wrap .jws-homeEmail-section {
    margin: 0 auto;
    width: 455px;
  }
}
.jws-contactSection-block .jws-homeEmail-input {
  float: left;
  width: 310px;
  height: 48px;
}
@media only screen and (max-width: 1023px) {
  .jws-contactSection-block .jws-homeEmail-input {
    width: 100%;
  }
}
.jws-contactSection-block label {
  display: none;
}
.jws-thanksSection-wrap {
  text-align: center;
  color: #fff;
}
div#resultmsg {
  font-size: 40px;
  font-weight: 700;
  color: #FABB00;
  padding: 26px 0px 30px 0px;
}
p#resultmsgpara {
  font-size: 20px;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 27px;
}
@media only screen and (max-width: 1024px) {
  .jws-thanksSection-wrap div#resultmsg {
    font-size: 18px;
    line-height: 24px;
    padding: 26px 0px 10px 0px;
  }
  .jws-thanksSection-wrap p#resultmsgpara {
    font-size: 16px;
    line-height: 24px;
  }
}
.jws-thanksSection-wrap {
  display: none;
}
p.emailNewsletter-pg {
  padding: 10px 0px !important;
  display: block;
  clear: both;
}
p.emailNewsletter-pg a {
  text-decoration: underline;
  background-color: #000 !important;
}
p.emailNewsletter-pg a:hover {
  color: #fff !important;
  background: black !important;
}
.jwjp-newsletter {
  padding: 10px !important;
}
.jwjp-newsletter__text {
  font-size: 16px !important;
  line-height: 32px !important;
  color: white;
  padding: 0 !important;
}
.jwjp-newsletter__text a {
  border-bottom: 1px solid white;
  color: white !important;
}
.jwjp-newsletter__text a:hover {
  color: white !important;
}
/* environmental section */
.brand-environmental-section {
  background: linear-gradient(180deg, rgba(134, 108, 37, 0.85) 11.46%, #866c25 60.94%, #654f14 100%);
}
.brand-environmental-wrap {
  padding: 66px 0px;
}
.brand-environmental-wrap h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
.brand-environmental-wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  padding: 35px 0px;
}
.image-wrap {
  text-align: center;
}
.image-wrap img {
  padding: 24px;
}
.image-wrap a {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .brand-environmental-wrap {
    padding: 66px 40px;
  }
  .brand-environmental-wrap p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .brand-environmental-wrap h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.image-wrap a:focus {
  outline: 1px dashed #fff !important;
  -webkit-outline: 1px dashed #fff !important;
  -moz-outline: 1px dashed #fff !important;
  -ms-outline: 1px dashed #fff !important;
  -o-outline: 1px dashed #fff !important;
}
/* image gallery */
.image-gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-image img {
  width: 100%;
  display: block;
}
/* responsive styles gallery */
@media only screen and (max-width: 768px) {
  .single-image {
    display: block;
  }
}
/* single column */
/* single column responsive styles */
.single-column-container {
  background: url(../../images/zero-waste-back.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9999;
  min-height: 675px;
}
.single-column-container:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.single-column-wrap {
  position: absolute;
  top: 50%;
  right: 0px;
  max-width: 528px;
  transform: translateY(-50%);
  padding: 10px 70px;
}
.single-column-wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
  color: #E5E5E5;
}
@media only screen and (max-width: 375px) {
  .single-column-wrap {
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .single-column-wrap {
    max-width: 100%;
  }
  .single-column-wrap p {
    font-size: 30px;
    line-height: 45px;
  }
  .single-column-container {
    background: url(../../images/zerowaste-mobile-background.jpg) no-repeat;
    background-size: cover;
    min-height: 568px;
  }
}
/* two column sections */
/* slider */
/* Responsive styles */
/* Responsive styles column content */
.brand-two-col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brand-home-container .col {
  width: calc(50%);
  position: relative;
}
.brand-home-container .col img {
  width: 100%;
  height: 100%;
}
.sustain-bg {
  background: url(../../images/sustain-background.jpg) no-repeat;
  display: block;
  background-size: cover;
  position: relative;
  z-index: 9999;
}
.sustain-bg:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.recycle-bg {
  background: url(../../images/recycle-background.jpg) no-repeat;
  display: block;
  background-size: cover;
  position: relative;
  z-index: 9999;
}
.recycle-bg:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.jwp-bg {
  background: url(../../images/high_performance.jpg) no-repeat;
  display: block;
  background-size: cover;
  position: relative;
  z-index: 9999;
}
.jwp-bg:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.col-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 0px;
  left: 50%;
  z-index: 99999;
}
.col-content h2.col-content-title {
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: #FABB00;
  padding-bottom: 52px;
  text-transform: uppercase;
  font-family: "JWS Roboto Condensed", sans-serif;
}
.col-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #E5E5E5;
}
@media only screen and (min-width: 1200px) {
  .col-content h2.col-content-title {
    font-size: 40px;
    padding-bottom: 52px;
  }
  .col-content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .col-content {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    padding: 10px 50px;
    left: 0%;
  }
}
@media only screen and (max-width: 991px) {
  .col-content h2.col-content-title {
    font-size: 30px;
    padding-bottom: 22px;
  }
  .col-content p {
    font-size: 16px;
  }
}
.brand-slider button:focus {
  outline: 1px dashed #fff !important;
  -webkit-outline: 1px dashed #fff !important;
  -moz-outline: 1px dashed #fff !important;
  -ms-outline: 1px dashed #fff !important;
  -o-outline: 1px dashed #fff !important;
}
.brand-slider {
  margin-bottom: 0px !important;
}
.brand-slider img {
  width: 100%;
  outline: none;
}
.brand-slider .slick-dots li button:focus {
  outline: 1px dashed #fff !important;
  -webkit-outline: 1px dashed #fff !important;
  -moz-outline: 1px dashed #fff !important;
  -ms-outline: 1px dashed #fff !important;
  -o-outline: 1px dashed #fff !important;
}
.brand-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 10px;
  margin: -3px;
}
button.slide-arrow.slick-arrow {
  width: 30px;
  box-shadow: none;
  border: none;
  background: transparent;
  position: absolute;
  bottom: 10px;
  z-index: 99999;
  outline: none;
  cursor: pointer;
}
button.slide-arrow.prev-arrow {
  left: 36%;
}
button.slide-arrow.next-arrow {
  right: 36%;
  transform: rotate(180deg);
}
button.slide-arrow.next-arrow img,
button.slide-arrow.prev-arrow img {
  margin: 3px 0px;
}
ul.slick-dots {
  position: absolute;
  bottom: 13px !important;
  z-index: 9999;
}
ul.slick-dots li.slick-active {
  background: #000;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
ul.slick-dots li {
  background: #808080;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  button.slide-arrow.prev-arrow {
    left: 23%;
    transform: rotate(0deg) translateX(15%);
  }
  button.slide-arrow.next-arrow {
    right: 23%;
    transform: rotate(180deg) translateX(15%);
  }
}
@media only screen and (max-width: 375px) {
  .brand-home-container .col-content {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 40px;
  }
  .single-column-wrap {
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .brand-home-container .col {
    width: 100%;
  }
  .single-image {
    width: 100%;
  }
  .single-column-wrap {
    max-width: 100%;
  }
  .sustain-bg {
    min-height: 445px;
    display: none;
  }
  .jwp-bg {
    min-height: 445px;
    display: none;
  }
  .recycle-bg {
    min-height: 445px;
    display: none;
  }
  h2.col-content-title {
    font-size: 30px;
    line-height: 35px;
  }
  .col-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sustain-bg {
    background: url(../../images/sustain-mobile.jpg) no-repeat;
    display: block;
    background-size: cover;
    position: relative;
    z-index: 9999;
  }
  .recycle-mobile {
    background: url(../../images/recycle-mobile.jpg) no-repeat;
    display: block;
    background-size: cover;
    position: relative;
    z-index: 9999;
  }
  .jwp-mobile {
    background: url(../../images/highperformance-mobile.jpg) no-repeat;
    display: block;
    background-size: cover;
    position: relative;
    z-index: 9999;
  }
}
.slick-slide {
  margin: 0px;
}
.slick-dots .dot {
  width: 14px;
  height: 14px;
  display: block;
}
.slick-dots .dot:focus {
  outline: 1px dashed #fff !important;
  -webkit-outline: 1px dashed #fff !important;
  -moz-outline: 1px dashed #fff !important;
  -ms-outline: 1px dashed #fff !important;
  -o-outline: 1px dashed #fff !important;
}
/* banner image component style starts */
@media only screen and (max-width: 767px) {
  .legal-banner img:nth-child(1) {
    display: none;
  }
  .legal-banner img:nth-child(2) {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .legal-banner img:nth-child(1) {
    display: block;
  }
  .legal-banner img:nth-child(2) {
    display: none;
  }
}
/* retail-image-style starts */
.privacy-img {
  position: relative;
}
.privacy-img img {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.privacy-img:after {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  z-index: 0;
}
/* retail-image-style ends */
/* styles for text over the banner image starts  */
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.banner-content h1 {
  margin: 0px;
  color: white;
  text-align: center;
  font-style: italic;
  font-size: 60px;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "JWS Roboto Condensed", sans-serif;
}
/* styles for mobile view */
@media only screen and (max-width: 767px) {
  .banner-content {
    padding: 0;
    width: 260px;
  }
  .banner-content h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto;
    font-style: italic;
    font-family: "JWS Roboto Condensed", sans-serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-content h1 {
    font-size: 50px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    font-family: "JWS Roboto Condensed", sans-serif;
  }
}
/* styles for text over the banner image ends  */
/* banner image component style ends*/
/* Banner border component starts */
.privacy-body-background {
  background: #866C25;
  height: 64px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .privacy-body-background {
    height: 42px;
  }
}
/* Banner border component ends */
/* style for privacy-content-starts */
.privacy-statement-cont {
  width: 80%;
  margin: 0 auto;
  padding-top: 70px;
}
.privacy-content-heading {
  padding-bottom: 47px;
}
.privacy-para-start {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  margin: 0px;
}
.privacy-content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  padding-bottom: 101px;
}
.terms-content {
  padding-bottom: 30px;
}
.terms-content .privacy-para-start {
  padding: 20px 0px;
}
.terms-content .privacy-content-heading {
  padding-bottom: 0px;
}
.terms-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  padding: 10px 0px;
}
.terms-content ul {
  padding-left: 20px;
}
.terms-content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  padding: 2px 0px;
}
.privacy-link {
  color: blue;
}
.padding-null {
  padding-bottom: 0;
}
.privacy-link-hover {
  color: blue;
}
/* styles for mobile view */
@media only screen and (max-width: 767px) {
  .privacy-statement-cont {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .privacy-para-start {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 36px;
  }
  .privacy-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 89px;
  }
  .terms-content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
  }
  .terms-content .privacy-para-start {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .privacy-para-start {
    text-transform: uppercase;
  }
}
/* style for privacy-content-ends */
.cookiepolicy-container ul {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  margin: auto;
  padding-left: 20px;
}
.cookiepolicy-container ul li {
  list-style: disc;
}
.cookiepolicy-container bold {
  font-weight: bold;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  /* background: #fff url('./ajax-loader.gif') center center no-repeat; */
}
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* banner image component style starts */
/* banner-image-style starts */
.retail-img {
  position: relative;
  display: flex;
  overflow: hidden;
}
.retail-img img {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.retail-img:after {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  z-index: 0;
}
/* banner-image-style ends*/
/* text over the banner image style starts*/
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.banner-content h1 {
  margin: 0px;
  color: white;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 88px;
  letter-spacing: 0.075em;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .banner-content {
    padding: 0;
  }
  .banner-content h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto;
    text-transform: uppercase;
  }
}
/* text over the banner image style ends */
/* banner image component style ends */
@media only screen and (max-width: 341px) {
  .brand-header.is-fixed {
    position: absolute;
  }
}
/* Banner border component starts*/
.retail-body-background {
  background: #866C25;
  height: 64px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .retail-body-background {
    height: 42px;
  }
}
/* Banner border component ends*/
/* styles for retail-content component starts*/
.retail-partner {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 113px;
  background-color: white;
}
.retail-content {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 32px;
  margin: 0px;
  text-transform: capitalize;
  color: #000000;
}
.retail-content p {
  word-break: break-all;
  margin: 0px;
}
.content-heading {
  padding-top: 65px;
  padding-bottom: 12.5px;
  font-weight: bold;
}
.cont-padding-top {
  padding-top: 0px;
}
.retail-child-content {
  font-size: 22.5px;
  line-height: 34px;
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
  color: #222222;
}
.retail-child-content a {
  color: blue;
}
/* Style for Mobile view */
@media only screen and (max-width: 767px) {
  .cont-padding-top {
    padding-top: 0px !important;
  }
  .retail-partner {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 83px;
  }
  .retail-content {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .retail-child-content {
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
  }
  .content-heading {
    font-weight: bold;
    padding-top: 54px;
    padding-bottom: 10px;
  }
  .retail-left-div {
    padding-bottom: 54px;
    width: 100%;
  }
  .retail-right-div {
    width: 100%;
  }
}
/* style for desktop view */
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .retail-partner {
    display: flex;
    width: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .retail-partner {
    display: flex;
    width: 1080px;
    margin: 0 auto;
  }
}
/* styles for responsiveness starts */
@media only screen and (max-width: 1200px) {
  .retail-partner {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 767px) {
  /* right-div-style */
  .retail-right-div {
    width: 45%;
    padding: 0 35px 0 33px;
    box-sizing: border-box;
  }
  /* left-div-style */
  .retail-left-div {
    width: 55%;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
/* styles for responsiveness ends */
/* styles for retail-content component ends*/
body.modal-open {
  overflow: hidden;
}
header .search-result-container {
  display: none;
  position: absolute;
  margin: 0 55px;
  right: -16%;
  top: 47px;
  width: 1170px;
}
/* The Modal (background) */
#searchModal,
#searchModal1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* Fallback color */
  background-color: transparent;
  /* Black w/ opacity */
}
#searchModal .search-result-title,
#searchModal1 .search-result-title {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  padding-left: 15px;
  color: #222222;
}
#searchModal .search-result-title #emptySearchResults,
#searchModal1 .search-result-title #emptySearchResults {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
#searchModal .search-results,
#searchModal1 .search-results {
  position: fixed;
  margin: auto;
  /* 15% from the top and centered */
  padding: 20px;
  width: 86%;
  /* Could be more or less, depending on screen size */
  margin-left: 10%;
  overflow: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 43px;
  padding-left: 69px;
  padding-right: 25px;
  overflow-y: scroll;
  max-height: 500px;
  z-index: 99999;
  box-sizing: border-box;
}
#searchModal .search-results .jws-productList-Wrapper,
#searchModal1 .search-results .jws-productList-Wrapper {
  text-align: center;
}
#searchModal .search-results .jws-productList-Wrapper .jws-prdt-card,
#searchModal1 .search-results .jws-productList-Wrapper .jws-prdt-card {
  padding-top: 20px;
}
#searchModal .search-results .jws-productList-Wrapper .jws-prdtCard-colorwrap,
#searchModal1 .search-results .jws-productList-Wrapper .jws-prdtCard-colorwrap {
  padding-top: 18px;
}
#searchModal .search-results .jws-productList-Wrapper .jws-prdtCard-colorwrap a,
#searchModal1 .search-results .jws-productList-Wrapper .jws-prdtCard-colorwrap a {
  cursor: pointer;
  margin: 0 3px;
  display: inline-block;
  position: unset;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #searchModal .search-results .jws-productList-Wrapper .jws-prdtCard-colorwrap a,
  #searchModal1 .search-results .jws-productList-Wrapper .jws-prdtCard-colorwrap a {
    margin: 0 2px;
  }
}
@media only screen and (max-width: 1023px) {
  #searchModal .search-results .jws-productList-Wrapper .jws-prdtCard-colorwrap img,
  #searchModal1 .search-results .jws-productList-Wrapper .jws-prdtCard-colorwrap img {
    width: 24px;
    height: 24px;
  }
}
#searchModal .search-results .jws-productList-Wrapper .jws-prdtCard-title,
#searchModal1 .search-results .jws-productList-Wrapper .jws-prdtCard-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#searchModal .search-results .jws-productList-Wrapper .jws-prdtCard-price,
#searchModal1 .search-results .jws-productList-Wrapper .jws-prdtCard-price {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #222222;
}
#searchModal .search-results .jws-productList-Wrapper .jws-prdtCard-price.offer-Price,
#searchModal1 .search-results .jws-productList-Wrapper .jws-prdtCard-price.offer-Price {
  color: #DD0720;
}
#searchModal .search-results .jws-productList-Wrapper .jws-prdtCard-Actprice,
#searchModal1 .search-results .jws-productList-Wrapper .jws-prdtCard-Actprice {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 1023px) {
  #searchModal .search-results .jws-productList-Wrapper .jws-prdtCard-Actprice,
  #searchModal1 .search-results .jws-productList-Wrapper .jws-prdtCard-Actprice {
    font-size: 14px;
    line-height: 21px;
  }
}
#searchModal .search-results .search-for,
#searchModal1 .search-results .search-for {
  padding-left: 51px;
}
#searchModal .search-results .search-for p.searchfor-title,
#searchModal1 .search-results .search-for p.searchfor-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #222222;
}
#searchModal .search-results .search-for ul.search-list,
#searchModal1 .search-results .search-for ul.search-list {
  padding-top: 15px;
}
#searchModal .search-results .search-for ul.search-list li,
#searchModal1 .search-results .search-for ul.search-list li {
  padding-bottom: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin: 0px;
}
#searchModal .search-results .search-for ul.search-list li a,
#searchModal1 .search-results .search-for ul.search-list li a {
  position: unset;
}
#searchModal .search-results .search-for ul.search-list li a:hover,
#searchModal1 .search-results .search-for ul.search-list li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #searchModal .search-results,
  #searchModal1 .search-results {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  #searchModal .search-results,
  #searchModal1 .search-results {
    /* height: calc(100% - 152px); */
  }
}
@media only screen and (max-width: 768px) {
  #searchModal .search-results,
  #searchModal1 .search-results {
    padding: 20px 10px;
  }
}
#searchModal .search-results .jws-prdt-card,
#searchModal1 .search-results .jws-prdt-card {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  #searchModal .search-results .jws-prdt-card,
  #searchModal1 .search-results .jws-prdt-card {
    min-height: 330px;
  }
}
#searchModal .search-results .jws-prdt-card .jws-favSlider,
#searchModal1 .search-results .jws-prdt-card .jws-favSlider {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  #searchModal .search-results .jws-prdt-card .jws-favSlider,
  #searchModal1 .search-results .jws-prdt-card .jws-favSlider {
    margin: 0 10px;
  }
}
#searchModal .morecontent-hidden,
#searchModal1 .morecontent-hidden {
  bottom: 3px !important;
}
.jws-prdtCard-title {
  word-break: break-word !important;
}
.morecontent-hidden {
  position: absolute;
  background: white;
  bottom: 3px;
  right: 0px;
  width: 20px;
  font-size: 18px;
  font-weight: bold;
}
.jws-pdp-pageContainer .jws-breadcrumbs-Container {
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdp-pageContainer .jws-breadcrumbs-Container {
    padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 10px;
  }
}
.jws-pdp-pageContainer .jws-breadcrumbs-Container ul li {
  font-weight: 300;
  color: #222222;
}
@media only screen and (max-width: 1023px) {
  .jws-pdp-pageContainer .jws-breadcrumbs-Container ul li {
    margin-bottom: 0px;
  }
}
.jws-pdp-pageContainer .jws-breadcrumbs-Container ul .jws-breadcrumb-sml {
  text-transform: initial;
  font-weight: 600;
}
.jws-pdt-details-wrap {
  width: 1130px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1130px) {
  .jws-pdt-details-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-wrap {
    flex-wrap: wrap;
  }
}
.jws-pdt-details {
  padding-top: 33px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details {
    padding-top: 27px;
  }
}
.jws-pdt-image-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 70%;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-image-block {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.jws-pdt-slider-nav {
  width: 82px;
  margin-right: 29px;
}
.jws-pdt-slider-nav .is-active {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-slider-nav {
    width: 200px;
    margin-right: 0px;
    margin: 0 auto;
  }
}
.jws-pdt-slider-nav .jws-pdt-slider-nav-img {
  margin: 12.5px 0px;
  cursor: pointer;
  border: 1px solid #505050;
}
.jws-pdt-slider-nav .jws-pdt-slider-nav-img:focus {
  outline: none;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-slider-nav .jws-pdt-slider-nav-img {
    margin: 12.5px 5.5px 0px 5.5px;
  }
}
.jws-pdt-slider-nav button.slick-prev,
.jws-pdt-slider-nav button.slick-next {
  transform: translateX(-50%);
  background: url(../images/nav-arrow.png);
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
}
.jws-pdt-slider-nav button.slick-prev:before,
.jws-pdt-slider-nav button.slick-next:before {
  display: none;
}
.jws-pdt-slider-nav button.slick-prev.slick-arrow {
  z-index: 999;
  left: 50%;
  top: -14px;
}
.jws-pdt-slider-nav button.slick-next.slick-arrow {
  z-index: 999;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  bottom: -14px;
  top: auto;
}
.jws-pdt-slider-single {
  width: 80%;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-slider-single {
    width: 100%;
  }
}
.jws-pdt-slider-single img {
  margin: 0 auto;
}
.jws-pdt-slider-single .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-slider-single .slick-dots {
    display: block !important;
    bottom: -26px !important;
    z-index: 1 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-slider-single .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-slider-single .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #808080;
  }
}
.jws-pdt-slider-single .slick-dots li.slick-active {
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-slider-single .slick-dots li.slick-active button {
    background: #000;
  }
}
.jws-pdt-slider-single button.slick-prev,
.jws-pdt-slider-single button.slick-next {
  content: '';
  position: absolute;
  background: url(../images/pdp-arrow.png);
  width: 30px;
  height: 50px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 28px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-slider-single button.slick-prev,
  .jws-pdt-slider-single button.slick-next {
    width: 20px;
    height: 40px;
  }
}
.jws-pdt-slider-single button.slick-prev:before,
.jws-pdt-slider-single button.slick-next:before {
  display: none;
}
.jws-pdt-slider-single button.slick-prev.slick-arrow {
  left: 0px;
}
.jws-pdt-slider-single button.slick-next.slick-arrow {
  right: 0px;
  transform: translateY(-50%) rotate(180deg);
}
.jws-pdt-details-block {
  width: 30%;
  padding-bottom: 62px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block {
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
    padding-top: 0px;
  }
}
.jws-pdt-details-block h4.jws-rtPdt-title {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block h4.jws-rtPdt-title {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 5px;
  }
}
.jws-pdt-details-block p.jws-rtPdt-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  padding-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block p.jws-rtPdt-subtitle {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
  }
}
.jws-pdt-details-block p.jws-rtPdt-price {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 13px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block p.jws-rtPdt-price {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 5px;
  }
}
.jws-pdt-details-block .jws-rtPdt-review-section {
  padding-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block .jws-rtPdt-review-section {
    padding-bottom: 5px;
  }
}
.jws-pdt-details-block .jws-rtPdt-rating-content {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #222222;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block .jws-rtPdt-rating-content {
    font-size: 14px;
    line-height: 21px;
  }
}
.jws-pdt-details-block .jws-rtPdt-rating {
  float: left;
  padding-right: 16px;
}
.jws-pdt-details-block a.jws-rtPdt-details-link {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 23px;
  display: inline-block;
  text-decoration: underline;
}
.jws-pdt-details-block a.jws-rtPdt-details-link:hover {
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block a.jws-rtPdt-details-link {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
  }
}
.jws-pdt-details-block p.jws-rtPdt-color-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block p.jws-rtPdt-color-title {
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block .jws-rtPdt-color-section {
    padding-top: 42px;
  }
}
.jws-pdt-details-block .jws-rtPdt-color-wrap {
  margin: 0 -4.5px;
}
@media (max-width: 1130px) {
  .jws-pdt-details-block .jws-rtPdt-color-wrap {
    margin: 0px;
  }
}
.jws-pdt-details-block .jws-rtPdt-color-wrap li {
  display: inline-block;
  margin: 0 3px;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block .jws-rtPdt-color-wrap li {
    margin-bottom: 10px;
  }
}
.jws-pdt-details-block .jws-rtPdt-color-wrap li input {
  -webkit-appearance: none;
  display: none;
}
.jws-pdt-details-block .jws-rtPdt-color-wrap span {
  display: inline-block;
  transition: 0.5s ease;
  width: 56px;
}
.jws-pdt-details-block .jws-rtPdt-color-wrap span:hover {
  border-color: #000000;
}
.jws-pdt-details-block .jws-rtPdt-color-wrap span a {
  display: inline-block;
}
.jws-pdt-details-block .jws-rtPdt-color-wrap span img {
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block .jws-rtPdt-color-wrap span img {
    width: 101px;
  }
}
.jws-pdt-details-block .jws-rtPdt-color-wrap input[type="checkbox"]:checked + span {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border: none;
}
.jws-pdt-details-block .jws-rtPdt-length-section {
  padding-top: 0px !important;
}
.jws-pdt-details-block .jws-pdt-moreSize {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #222222;
}
.jws-pdt-details-block .jws-rtPdt-size-section {
  padding-top: 29px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block .jws-rtPdt-size-section {
    padding-bottom: 0px;
  }
}
.jws-pdt-details-block .jws-rtPdt-size-section p.jws-rtPdt-size-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  float: left;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block .jws-rtPdt-size-section p.jws-rtPdt-size-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.jws-pdt-details-block .jws-rtPdt-size-section p.jws-rtPdt-size-guide {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  float: right;
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block .jws-rtPdt-size-section p.jws-rtPdt-size-guide {
    font-size: 14px;
    line-height: 21px;
  }
}
.jws-pdt-details-block .jws-rtPdt-size-section .jws-rtPdt-size-chart {
  clear: both;
}
.jws-pdt-details-block label.jws-pdt-outStock {
  position: relative;
}
.jws-pdt-details-block label.jws-pdt-outStock:after {
  background: url(../images/cross.png);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.jws-pdt-details-block label.jws-pdt-outStock input[type="checkbox"]:checked + span {
  color: #000 !important;
  border: 0.5px solid #505050;
  background: #fff;
}
.jws-pdt-details-block a.jws-rtPdt-wishlist-link {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-decoration-line: underline;
  color: #222222;
  padding-bottom: 37px;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block a.jws-rtPdt-wishlist-link {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding-bottom: 40px;
  }
}
.jws-pdt-details-block .jws-rtPdt-wishlist-added {
  text-align: center;
  margin-bottom: 15px;
  display: none;
}
.jws-pdt-details-block .jws-rtPdt-wishlist-added .jws-rtPdt-wishlistTxt {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}
.jws-pdt-details-block .jws-rtPdt-wishlist-added .jws-rtPdt-wishlistRemove {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-decoration-line: underline;
}
.jws-pdt-details-block p.jws-pdt-outStockContent {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #DD0720;
}
.jws-pdt-details-block p.jws-rtPdt-model-details {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #222222;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block p.jws-rtPdt-model-details {
    font-size: 14px;
    line-height: 21px;
  }
}
.jws-pdt-details-block p.jws-rtPdt-onSalePrice {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #DD0720;
  padding-bottom: 13px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block p.jws-rtPdt-onSalePrice {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 0px;
  }
}
.jws-pdt-details-block p.jws-rtPdt-onSalePrice span {
  color: #222;
  font-size: 16px;
  padding-left: 5px;
  text-decoration: line-through;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block p.jws-rtPdt-onSalePrice span {
    font-size: 16px;
    line-height: 19px;
  }
}
.jws-pdt-details-block p.jws-rtPdt-size-details {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #222222;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-block p.jws-rtPdt-size-details {
    font-size: 14px;
    line-height: 21px;
  }
}
.jws-pdt-details-block p.jws-rtPdt-size-details span {
  font-weight: 100;
}
.btn-jws-rtPdt-cart,
.btn-jws-rtPdt-size {
  border-radius: 24px;
  width: 100%;
  margin-bottom: 18px;
}
.jws-pdt-summ-body {
  display: none;
  margin-top: 40px;
}
.filter-size li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.filter-size label span {
  line-height: 41px;
  border: 1px solid #505050;
  border-radius: 2px;
  padding: 12px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  border: 0.5px solid #505050;
  display: inline-block;
  min-width: 80px;
}
.filter-size input[type="checkbox"]:checked + span {
  background-color: #000000;
  color: #fff;
}
.filter-size input[type="checkbox"] {
  -webkit-appearance: none;
  display: none;
}
.filter-size label {
  display: inline-block;
}
.filter-size label:hover span {
  border-color: #000 !important;
  background-color: #e5e5e5;
}
.filter-size label.jws-pdt-outStock:hover span {
  background-color: transparent;
}
/* zoom */
.zoomLens {
  display: none !important;
}
.zoomWindowContainer div {
  border: none !important;
}
.jws-fixed-pdt-buttons.jws-fixed-btn-display {
  bottom: 8px;
  visibility: visible;
}
.jws-fixed-pdt-buttons.jws-fixed-btn-display .btn-jws-rtPdt-size {
  margin-bottom: 0px;
}
.jws-fixed-pdt-buttons {
  bottom: -1000px;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0 20px;
  left: 0px;
  box-sizing: border-box;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  .jws-fixed-pdt-buttons {
    display: none !important;
  }
}
a.jws-pdt-grid-selected {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border: none;
}
.jws-rtPdt-color-wrap li a {
  border: 1px solid #505050;
}
.jws-rtPdt-color-wrap li span:hover a {
  border-color: #000000;
}
.jws-rtPdt-wishlist-Cont {
  text-align: center;
}
.jws-pdt-material-listRt {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .jws-size-modal-body h2#mob-msrLink-men {
    display: none;
  }
}
.jws-pdt-certificate-img {
  width: 130px;
}
.jws-pdt-details-block .jws-rtPdt-color-wrap li a.pdt-color-outStock:after {
  background: url(../images/cross.png);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.jws-breadcrumbs-Container.text-center ul li > a > p {
  text-decoration: underline;
  display: inline-block;
}
div.jws-breadcrumbs-Container.text-center ul.jws-breadcrumbs li:last-child a {
  pointer-events: auto;
  cursor: pointer;
}
.jws-pdp-pageContainer .jws-breadcrumbs-Container.text-center {
  padding-left: 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdp-pageContainer .jws-breadcrumbs-Container.text-center {
    position: relative;
    top: 20%;
  }
  .jws-pdt-image-block .jws-pdt-slider-nav {
    margin-bottom: 50px;
  }
}
.Lazy_pairs_call.slider--cart {
  padding: 5px 15px;
}
.Lazy_pairs_call.slider--cart h2 {
  padding-bottom: 70px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 27px;
  font-weight: 700;
}
.Lazy_pairs_call.slider--cart .b--slider--pair-component .b--product__foot .b--product__title,
.Lazy_pairs_call.slider--cart .b--slider--pair-component .b--product__foot {
  text-align: center;
}
.Lazy_pairs_call.slider--cart .b--slider--pair-component .item.lazyOwl {
  background: #80808045;
  margin: 0 10px;
  padding: 10px 10px 10px;
}
@media only screen and (max-width: 768px) {
  .Lazy_pairs_call.slider--cart .b--slider--pair-component .item .b--product {
    max-width: 300px;
  }
}
div.jws-breadcrumbs-Container ul.pdp-camping li {
  color: red !important;
  font-weight: 300;
}
.preorder-message,
.giftwrap-message {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin: 15px 0;
}
.preorder-message .exl,
.giftwrap-message .exl {
  padding-right: 5px;
}
.preorder-message .exl span,
.giftwrap-message .exl span {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  border-radius: 100%;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
}
.preorder-message .padder,
.giftwrap-message .padder {
  white-space: normal;
}
@media only screen and (min-width: 1024px) {
  .preorder-message.no-wrap,
  .giftwrap-message.no-wrap {
    position: relative;
  }
  .preorder-message.no-wrap .no-wrapper,
  .giftwrap-message.no-wrap .no-wrapper {
    white-space: nowrap;
    position: absolute;
    left: 25px;
  }
}
.preorder-message.order-detail,
.giftwrap-message.order-detail {
  margin: 0 0 -20px 0;
}
.giftwrap-modal-toggle {
  cursor: pointer;
}
.giftwrap-modal-toggle.label-fix {
  position: relative;
  font-size: 15px;
}
.giftwrap-modal-message {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2222;
}
.giftwrap-modal-message .giftwrap-modal-body {
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  max-width: 960px;
  max-height: calc(100% - 100px);
  padding: 40px;
}
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-closer {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content h2 {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  letter-spacing: -0.3px;
  margin-bottom: 30px;
}
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
}
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content .col-sm-12 {
  margin-bottom: 20px!important;
}
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content ul {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
  list-style: disc;
  padding-left: 20px;
  border: none;
  margin: 0;
}
.giftwrap-modal-message .giftwrap-modal-body .giftwrap-modal-content ul li {
  border: none;
  margin: 0;
  padding: 0;
}
.jws-pdt-details-tech {
  background: #222;
  padding: 32px 86px 65px 86px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-tech {
    padding: 27px 0px 51px 0px;
  }
}
.jws-pdt-details-tech .section-title-wrap {
  text-align: center;
  padding-bottom: 53px;
}
.jws-pdt-details-tech .section-title-wrap h2.sectionTitle {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-tech .section-title-wrap h2.sectionTitle {
    font-size: 22px;
    line-height: 32px;
  }
}
.jws-pdt-details-tech .section-title-wrap h2.sectionTitle:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #FABB00;
  width: 100%;
  height: 3px;
}
.jws-pdt-details-tech p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  padding: 30px 0px 20px 0px;
  width: 210px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-tech p {
    font-size: 14px;
    line-height: 21px;
  }
}
.jws-pdt-details-tech button.slick-prev,
.jws-pdt-details-tech button.slick-next {
  position: absolute;
  background: url(../images/tech-arrow.png);
  width: 30px;
  height: 50px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-tech button.slick-prev,
  .jws-pdt-details-tech button.slick-next {
    width: 20px;
    height: 30px;
    background-size: 100% 100%;
  }
}
.jws-pdt-details-tech button.slick-prev:before,
.jws-pdt-details-tech button.slick-next:before {
  display: none;
}
.jws-pdt-details-tech button.slick-arrow.slick-disabled {
  opacity: 0;
}
.jws-pdt-details-tech button.slick-prev.slick-arrow {
  z-index: 999;
  transform: rotate(180deg) translateY(50%);
  left: 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-tech button.slick-prev.slick-arrow {
    padding: 0px;
    left: 20px;
  }
}
.jws-pdt-details-tech button.slick-next.slick-arrow {
  z-index: 999;
  right: 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-tech button.slick-next.slick-arrow {
    padding: 0px;
    right: 20px;
  }
}
.jws-pdt-details-tech .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.jws-pdt-details-tech .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-tech .slick-dots {
    display: block !important;
    bottom: -77px !important;
    z-index: 1 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-tech .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-tech .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #808080;
  }
}
.jws-pdt-details-tech .slick-dots li.slick-active {
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-tech .slick-dots li.slick-active button {
    background: #000;
  }
}
.jws-pdt-details-techSingleslider {
  text-align: center;
  outline: none;
}
.jws-pdt-details-techSingleslider img {
  text-align: center;
  margin: 0 auto;
  width: 190px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-techSingleslider img {
    width: 162px;
  }
}
.jws-pdt-details-techSingleslider a.jws-pdt-techSlidertitle {
  font-family: 'JWS Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration-line: underline;
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-techSingleslider a.jws-pdt-techSlidertitle {
    font-size: 14px;
    line-height: 21px;
  }
}
.jws-pdt-details-rtSumm {
  width: 30%;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-rtSumm {
    width: 100%;
  }
}
.jws-pdt-details-rtSumm .jws-pdt-summ-body p {
  padding-top: 18px;
}
.jws-pdt-details-ltSumm {
  width: 70%;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-ltSumm {
    width: 100%;
    border-bottom: 1px solid #808080;
    padding-bottom: 22px;
    padding-top: 22px;
  }
}
.jws-pdt-details-ltSumm p {
  width: 440px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-ltSumm p {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-ltSumm img.jws-arrow-cls {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .jws-pdt-details-ltSumm img.jws-arrow-cls {
    right: 30%;
    position: relative ;
  }
}
.jws-pdt-details-Summ-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 1130px;
  margin: 0 auto;
  padding: 70px 0px;
}
@media (max-width: 1130px) {
  .jws-pdt-details-Summ-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-Summ-wrap {
    width: 100%;
    display: block;
    padding: 42px 23px;
    box-sizing: border-box;
    border-bottom: none;
  }
}
.jws-pdt-details-Summ-wrap li {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  list-style-type: disc !important;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-Summ-wrap li {
    font-size: 16px;
    line-height: 24px;
  }
}
.jws-pdt-details-Summ-wrap .jws-pdt-summ-headTitle {
  background: url(../images/chevron.png) no-repeat;
}
.jws-pdt-details-Summ-wrap h6.jws-pdt-summ-head-title {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  color: #222222;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-Summ-wrap h6.jws-pdt-summ-head-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.jws-pdt-details-Summ-wrap h6.jws-pdt-summ-head-title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 3px;
  width: 100%;
  background: #FABB00;
  left: 0px;
}
.jws-pdt-details-Summ-wrap .jws-pdt-summ-body p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-details-Summ-wrap .jws-pdt-summ-body p {
    font-size: 16px;
    line-height: 24px;
  }
}
.jws-pdt-summ-body.jws-pdt-summ-active {
  display: block;
}
.jws-pdt-summ-head.jws-pdt-arrow img {
  transform: rotate(180deg);
}
.jws-pdt-summ-head.jws-pdt-arrow .jws-pdt-material-img img {
  transform: rotate(0deg);
}
.jws-pdt-summ-mainTitle img {
  transform: rotate(0deg);
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-summ-mainTitle img {
    width: 16px !important;
    height: 10px !important;
  }
}
.jws-pdt-material-details ul {
  border-bottom: 0.5px solid #222222;
}
.jws-pdt-material-details ul li.jws-pdt-material-list {
  list-style-type: none !important;
  padding: 10px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  border-top: 0.5px solid #222222;
}
.jws-pdt-material-details ul li.jws-pdt-material-list span {
  float: none;
  padding-left: 35px;
}
.jws-pdt-material-details p {
  text-align: center;
}
.jws-pdt-details-rtSumm .jws-pdt-summ-head {
  border-bottom: 1px solid #808080;
  padding-bottom: 22px;
}
.jws-pdt-summ-head.jws-pdt-material-details {
  padding-top: 22px;
}
.jws-pdt-summ-mainTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jws-pdt-summ-mainTitle img {
  width: 28px;
  height: 16px;
}
ul.jws-pdt-material-img {
  text-align: center;
  border-bottom: none;
}
ul.jws-pdt-material-img img {
  width: 33px;
}
ul.jws-pdt-material-img li {
  display: inline-block;
  text-align: center;
  padding: 10px 8.5px;
}
.jws-pdt-featuresList {
  padding-left: 20px;
}
.jws-pdt-featuresList li {
  padding-bottom: 12px;
}
h6.jws-size-modal-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 28px;
  width: 600px;
  margin: 0 auto;
}
h4.jws-size-modal-bldTitle {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  color: #222222;
  width: 791px;
  margin: 0 auto;
}
.jws-size-tabs-stage {
  clear: both;
  padding: 0px 97px 68px 0px;
}
.jws-size-tabs-stage table {
  width: 100%;
  border-collapse: collapse;
}
.jws-size-tabs-stage td,
.jws-size-tabs-stage th {
  text-align: left;
  padding: 8px;
}
.jws-size-tabs-stage tr:nth-child(even) td:not(:first-child) {
  background: #F4F4F4;
}
.jws-size-tabs-stage th {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-indent: 10px;
  color: #222222;
}
.jws-size-tabs-stage td {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  text-indent: 10px;
  color: #2F3438;
}
.jws-size-tabs-stage td:first-child {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #505050;
}
.jws-size-modal-body {
  padding: 50px 0px 100px 0px;
  margin: 0px !important;
  overflow: hidden;
}
.jws-size-modal-body .sg-measure-wrapper {
  width: 791px;
}
@media only screen and (max-width: 1023px) {
  .jws-size-modal-body .sg-measure-wrapper {
    width: 100% !important;
  }
}
ul.jws-size-tabs-nav {
  float: right;
  margin-bottom: 37px;
  padding-right: 97px;
}
ul.jws-size-tabs-nav li.jws-size-tab-active {
  background: #000;
  color: #FFFFFF;
}
ul.jws-size-tabs-nav li {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  background: #F4F4F4;
  border-radius: 4px 0px 0px 4px;
  padding: 10px 10px;
}
h5.jws-size-modal-subTitle {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #222222;
  width: 791px;
  margin: 0 auto;
}
.jws-size-modal-measurement {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 791px;
  margin: 0 auto;
}
.jws-size-modal-measurementImg {
  width: 40%;
}
.jws-size-modal-measurementContent {
  width: 60%;
}
.jws-size-modal-measurementContent li {
  padding-bottom: 16px;
}
.jws-size-modal-measurementContent .jws-size-listContent {
  width: 90%;
  margin-left: 10px;
  display: inline-block;
}
.jws-size-modal-measurementContent span.jws-size-modal-listTitle {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: block;
}
.jws-size-modal-measurementContent .jws-size-modal-measurementContent p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.jws-size-modal-listnumber {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  background: #FABB00;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
  display: inline-block;
  vertical-align: top;
}
.jws-size-modal {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .jws-size-modal h1.mob-mar-left.mob-margin-none {
    padding-top: 0px !important;
  }
}
.jws-size-modal .sg-table-head.sg-tab-clear {
  width: 600px;
  margin: 0 auto;
}
.jws-size-modal.is-visible {
  visibility: visible;
}
.jws-size-modal-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.jws-size-modal.is-visible .jws-size-modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.jws-size-modal-wrapper {
  position: fixed;
  z-index: 999999;
  width: 923px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  transform: translateX(-50%) !important;
  left: 50%;
}
@media only screen and (max-width: 1023px) {
  .jws-size-modal-wrapper .sg-toggle-btn {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-size-modal-wrapper ul.right-info-list {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-size-modal-wrapper li.right-info-li {
    margin-left: 0px !important;
  }
}
.jws-size-modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.jws-size-modal.is-visible .jws-size-modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.jws-size-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
  outline: none;
}
@media only screen and (max-width: 1023px) {
  .jws-size-modal-close img {
    width: 15px;
    height: 15px;
  }
}
.sg-measure-table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.sg-toggle-btn {
  text-align: right;
  margin-bottom: 20px;
}
.sg-toggle-btn button {
  width: 34px;
  height: 29px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  float: right;
  color: #000000;
  background: #F4F4F4;
}
.sg-toggle-btn .button-toggle-inch {
  border-radius: 4px 0px 0px 4px;
}
.sg-toggle-btn .button-toggle-cm {
  border-radius: 0px 4px 4px 0px;
}
.sg-toggle-btn button.active {
  color: #F4F4F4;
  background: #000000;
  cursor: default;
}
.sg-measure-scroller .table-inch,
.sg-measure-scroller .table-cm {
  display: none;
}
.sg-measure-scroller .table-inch.open,
.sg-measure-scroller .table-cm.open {
  display: table;
}
@media only screen and (max-width: 1023px) {
  .jws-size-modal-wrapper.jws-size-modal-transition {
    width: 100% !important;
    left: 0px;
    transform: translateX(0) !important;
  }
}
@media only screen and (max-width: 1023px) {
  h6.jws-size-modal-title {
    width: 100% !important;
    padding: 0 12px 30px 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .sg-table-head.sg-tab-clear {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .sg-table-head.sg-tab-clear h1 {
    margin-left: 12px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-size-modal .sg-table-head.sg-tab-clear {
    width: 100% !important;
  }
}
.jws-pdt-certification-wrap {
  width: 900px;
  margin: 0 auto;
  padding: 35px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-certification-wrap {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-certification-wrap .jws-pdt-certificate-img {
    width: 30%;
  }
}
.jws-pdt-certification-wrap .jws-pdt-certificate-content {
  padding-left: 16px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-certification-wrap .jws-pdt-certificate-content {
    width: 70%;
  }
}
.jws-pdt-certification-wrap .jws-pdt-certificate-content p {
  font-family: 'JWS Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #222222;
  padding-bottom: 17px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-certification-wrap .jws-pdt-certificate-content p {
    font-size: 15px;
    line-height: 27px;
  }
}
.jws-pdt-certification-wrap .jws-pdt-certificate-content a.jws-pdt-cert-link {
  font-family: 'JWS Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-decoration-line: underline;
  color: #222222;
}
@media only screen and (max-width: 1023px) {
  .jws-pdt-certification-wrap .jws-pdt-certificate-content a.jws-pdt-cert-link {
    font-size: 15px;
    line-height: 27px;
  }
}
.jws-pdt-certification:nth-child(odd) {
  background: #F4F4F4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.jws-pdt-certification:nth-child(even) {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.jws-pdp-pageContainer .jws-favContent-block {
  /* border-bottom: 1px solid #505050; */
  padding: 54px 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-pdp-pageContainer .jws-favContent-block {
    padding: 42px 20px;
  }
}
.jws-pdp-pageContainer .jws-favContent-block button.slick-prev.slick-arrow {
  left: -40px;
}
@media only screen and (min-width: 1300px) {
  .jws-pdp-pageContainer .jws-favContent-block button.slick-prev.slick-arrow {
    left: -30px;
    top: 40%;
  }
}
.jws-pdp-pageContainer .jws-favContent-block button.slick-next.slick-arrow {
  right: -40px;
  transform: rotate(180deg) translateY(50%);
}
@media only screen and (min-width: 1300px) {
  .jws-pdp-pageContainer .jws-favContent-block button.slick-next.slick-arrow {
    right: -30px;
    top: 40%;
  }
}
.jws-pdp-pageContainer .jws-favContent-block .jws-section-favSlider {
  border-bottom: 1px solid #505050;
}
.jws-zoom-modal {
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
  position: fixed;
  top: 0;
  background: #e5e5e5;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  overflow: auto;
}
.jws-zoom-modal img.zoom-close {
  position: absolute;
  right: 20px;
  z-index: 9999;
  top: 15px;
  cursor: pointer;
}
.jws-zoom-modal.jws-zoom-modalactive {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
.jws-zoom-modalNav-image {
  border: 1px solid #505050 !important;
  margin: 8.5px 0px;
}
.jws-zoom-modalNav {
  position: fixed;
  top: 50%;
  left: 0px;
  z-index: 9999;
  width: 78px;
  transform: translateY(-50%);
  margin-left: 15px;
}
.jws-zoom-modalNav button.slick-prev,
.jws-zoom-modalNav button.slick-next {
  transform: translateX(-50%);
  background: url(../images/nav-arrow.png);
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
  margin: 0px;
}
.jws-zoom-modalNav button.slick-prev:before,
.jws-zoom-modalNav button.slick-next:before {
  display: none;
}
.jws-zoom-modalNav button.slick-prev.slick-arrow {
  z-index: 999;
  left: 50%;
  top: -14px;
}
.jws-zoom-modalNav button.slick-next.slick-arrow {
  z-index: 999;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  bottom: -14px;
  top: auto;
}
.jws-zoom-modalNav img {
  margin: 2px auto;
}
.jws-zoom-modal-singleImage img {
  width: 85%;
}
.jws-zoom-modal-singleSliderwrap {
  position: relative;
  padding: 60px 10px 10px 10px;
}
.jws-body-overflow {
  overflow: hidden;
}
.jws-zoom-modalNav-image.is-active {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.zoomHolder_video {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .zoomHolder_video {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.language-ja li.card-option label:before {
  /*display: none !important;*/
}
.jws-breadcrumbs-Container {
  padding: 15px 0px;
}
.jws-breadcrumbs-Container ul li {
  font-family: "JWS Roboto Condensed";
  font-size: 16px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.jws-breadcrumbs-Container ul li:after {
  content: '/';
  margin-right: 5px;
  margin-left: 10px;
}
@media only screen and (max-width: 1023px) {
  .jws-breadcrumbs-Container ul li {
    font-size: 14px;
  }
}
.jws-breadcrumbs-Container ul li:last-child {
  font-weight: normal;
}
.jws-breadcrumbs-Container ul li:last-child:after {
  content: '';
  margin-right: 0px;
  margin-left: 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-breadcrumbs-Container ul li.rightarrow:after {
    content: '>';
  }
}
.jws-plp-pageContainer {
  margin: 0px 20px;
}
@media only screen and (max-width: 1023px) {
  .jws-plp-pageContainer {
    margin: 0px 10px;
  }
}
.jws-plp-filterCont {
  padding-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .jws-plp-filterCont {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-plp-filterCont {
    padding-top: 80px;
  }
}
.jws-plp-filterCont .jws-plp-filters .plp-flts-subOpts label {
  cursor: pointer;
}
.jws-plp-filterCont .jws-plp-filters .plp-flts-subOpts {
  padding: 15px 0px;
}
.jws-plp-filterCont .jws-plp-filters ul.plp-flts-mainOpts li a {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  text-transform: capitalize;
  color: #222222;
}
.jws-plp-filterCont .jws-plp-filters ul.plp-flts-mainOpts .flts-head-mob.in {
  font-weight: bold;
}
.jws-plp-filterCont .jws-plp-filters ul.plp-flts-mainOpts li:last-child a {
  border: none;
}
.jws-plp-filterCont .jws-plp-filters .filter-activity li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #222;
}
.jws-plp-filterCont .jws-plp-filters li.filter-color {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.jws-plp-filterCont .jws-plp-filters .filter-color img {
  border: solid 1px transparent;
  border-radius: 26px;
  padding: 1px;
  vertical-align: middle;
  padding: 2px;
}
.jws-plp-filterCont .jws-plp-filters .filter-color input[type="checkbox"]:checked + img {
  border: solid 1px #808080;
  padding: 2px;
}
.jws-plp-filterCont .jws-plp-filters .filter-color input[type="checkbox"] {
  -webkit-appearance: none;
  display: none;
}
.jws-plp-filterCont .jws-plp-filters .filter-color label {
  display: inline-block;
}
.jws-plp-filterCont .jws-plp-filters li.filter-size {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.jws-plp-filterCont .jws-plp-filters li.plp-filter-moreSizeOpt {
  display: block;
  margin-right: 10px;
  margin-bottom: 12px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .jws-plp-filterCont .jws-plp-filters li.plp-filter-moreSizeOpt {
    display: inline-block;
  }
}
.jws-plp-filterCont .jws-plp-filters li.plp-filter-moreSizeOpt a {
  text-decoration: underline;
  font-size: 14px!important;
  font-weight: normal!important;
}
.jws-plp-filterCont .jws-plp-filters .filter-size label span {
  padding: 12px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  border: 0.5px solid #505050;
  display: inline-block;
  min-width: 80px;
}
.jws-plp-filterCont .jws-plp-filters .filter-size input[type="checkbox"]:checked + span {
  background-color: #000000;
  color: #fff;
}
.jws-plp-filterCont .jws-plp-filters .filter-size input[type="checkbox"] {
  -webkit-appearance: none;
  display: none;
}
.jws-plp-filterCont .jws-plp-filters .filter-size label {
  display: inline-block;
}
.jws-plp-filterCont .jws-plp-filters li.filter-selectBold,
.jws-plp-filterCont .jws-plp-filters .plp-filter-categoery {
  display: block;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: normal;
  padding-left: 20px;
  font-size: 18px!important;
}
@media only screen and (max-width: 1023px) {
  .jws-plp-filterCont .jws-plp-filters li.filter-selectBold,
  .jws-plp-filterCont .jws-plp-filters .plp-filter-categoery {
    padding-left: 0px;
  }
}
.jws-plp-filterCont .jws-plp-filters .plp-filter-categoery a {
  font-weight: normal !important;
  font-size: 18px!important;
}
.jws-plp-filterCont .jws-plp-filters .filter-selectBold label span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}
.jws-plp-filterCont .jws-plp-filters .filter-selectBold input[type="checkbox"]:checked + span {
  font-weight: 600;
}
.jws-plp-filterCont .jws-plp-filters .filter-selectBold input[type="checkbox"] {
  -webkit-appearance: none;
  display: none;
}
.jws-plp-filterCont .jws-plp-filters .filter-selectBold label {
  display: block;
}
.jws-plp-filterCont .jws-plp-filters a.flts-head {
  display: block;
  border-bottom: 0.5px solid #222222;
  padding: 20px 0px 8px 0px;
}
.jws-plp-filterCont .jws-plp-filters a.flts-head:after {
  content: "";
  width: 20px;
  height: 12px;
  background-size: 100% 100%;
  display: inline-block;
  background: url(../images/chevron-small.png) center center;
  background-repeat: no-repeat;
  float: right;
  margin-right: 10px;
}
.jws-plp-filterCont .jws-plp-filters .plp-flts-subOpts {
  display: none;
}
.jws-plp-filterCont .jws-plp-filters .plp-flts-subOpts.open {
  display: block;
}
.jws-plp-filterCont .jws-plp-filters .flts-head.in:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jws-plp-filterCont .jws-mob-ListCount {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  color: #222222;
  margin-bottom: 10px;
}
.jws-plp-filterCont .jws-mob-ListCount span {
  margin-right: 6px;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .jws-plp-filterCont .jws-mob-ListCount {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-plp-filterCont .jws-mob-ListCount {
    display: none;
  }
}
.jws-plp-filterCont .jws-mob-filterBtn {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .jws-plp-filterCont .jws-mob-filterBtn {
    /*  .jws-filters-popup.open{
                border-bottom: 0.5px solid #222222;
            } */
  }
  .jws-plp-filterCont .jws-mob-filterBtn button.open-filter,
  .jws-plp-filterCont .jws-mob-filterBtn button.open-sort {
    background: #FFFFFF;
    border: 0.5px solid #222222;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #222;
    display: inline-block;
    width: 50%;
    height: 36px;
    text-transform: uppercase;
    padding: 9px 0px;
    float: left;
  }
  .jws-plp-filterCont .jws-mob-filterBtn button.open-filter:after,
  .jws-plp-filterCont .jws-mob-filterBtn button.open-sort:after {
    content: "";
    width: 20px;
    height: 12px;
    background-size: 100% 100%;
    display: inline-block;
    background: url(../images/chevron-small.png) center center;
    background-repeat: no-repeat;
    margin-left: 20px;
  }
  .jws-plp-filterCont .jws-mob-filterBtn button.open-filter.in,
  .jws-plp-filterCont .jws-mob-filterBtn button.open-sort.in {
    border-bottom: none;
  }
  .jws-plp-filterCont .jws-mob-filterBtn button.open-filter {
    border-right: none;
  }
  .jws-plp-filterCont .jws-mob-filterBtn .open-filter.in:after,
  .jws-plp-filterCont .jws-mob-filterBtn .open-sort.in:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .jws-plp-filterCont .jws-mob-filterBtn .jws-filters-popup .jws-plp-filters {
    display: none;
    min-height: 240px;
    border: 0.5px solid #222222;
    border-top: none;
  }
  .jws-plp-filterCont .jws-mob-filterBtn .jws-sort-popup .jws-plp-sort {
    display: none;
    border: 0.5px solid #222222;
    border-top: none;
  }
  .jws-plp-filterCont .jws-mob-filterBtn .jws-filters-popup.open,
  .jws-plp-filterCont .jws-mob-filterBtn .jws-sort-popup.open {
    display: block;
    position: absolute;
    top: 36px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
  .jws-plp-filterCont .jws-mob-filterBtn .jws-filters-popup.open .jws-plp-filters {
    display: block;
  }
  .jws-plp-filterCont .jws-mob-filterBtn .jws-sort-popup.open .jws-plp-sort {
    display: block;
  }
  .jws-plp-filterCont .jws-mob-filterBtn .jws-plp-sort-Mob {
    padding: 25px 23px;
  }
}
.jws-plp-filterCont .jws-mob-filterBtn {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .jws-plp-filterCont .jws-mob-filterBtn .jws-plp-filters .flts-head-mob {
    display: block;
  }
  .jws-plp-filterCont .jws-mob-filterBtn .jws-plp-filters .flts-head-mob:after {
    content: "";
    width: 20px;
    height: 12px;
    display: inline-block;
    background: url(../images/plus.png) center center;
    background-repeat: no-repeat;
    margin-left: 20px;
    float: right;
    margin-right: 0px;
    margin-top: 5px;
    background-size: 12px 12px;
  }
  .jws-plp-filterCont .jws-mob-filterBtn .jws-plp-filters .flts-head-mob.in:after {
    background: url(../images/minus.png) center center;
    background-repeat: no-repeat;
  }
  .jws-plp-filterCont .jws-mob-filterBtn .jws-plp-filters .plp-flts-subOpts-mob {
    display: none;
  }
  .jws-plp-filterCont .jws-mob-filterBtn .jws-plp-filters .plp-flts-subOpts-mob.open {
    display: block;
  }
}
.jws-plp-filterCont .jws-mob-filterBtn .jws-flts-applyRemove.show {
  display: block;
}
.jws-plp-filterCont .jws-mob-filterBtn .jws-flts-applyRemove {
  position: fixed;
  display: none;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 999;
}
.jws-plp-filterCont .jws-mob-filterBtn .jws-flts-applyRemove button {
  height: 52px;
  background: #222222;
  text-align: center;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.jws-plp-filterCont .jws-mob-filterBtn .jws-flts-applyRemove button.disabled {
  pointer-events: none;
  color: #CDCDCD;
  background: #505050;
}
.jws-plp-filterCont .jws-mob-filterBtn .jws-flts-applyRemove div {
  height: 52px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 46px;
  text-decoration-line: underline;
  color: #222222;
  background-color: #E5E5E5;
}
.jws-plp-filterCont .jws-mob-filterBtn .jws-flts-applyRemove div.disabled {
  color: #808080;
  background: #CDCDCD;
  pointer-events: none;
}
.jws-plp-filterCont .jws-mob-filterBtn .jws-fltr-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #CDCDCD;
  left: 0px;
  opacity: 0.7;
  display: none;
  top: 45%;
}
.jws-plp-filterCont .jws-mob-filterBtn .jws-fltr-overlay.open {
  display: block;
}
.jws-plp-filterCont li.filter-activity {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .jws-plp-filterCont li.filter-activity {
    padding-left: 40px;
  }
}
.jws-plp-filterCont li.filter-activity:last-child {
  margin-bottom: 0px;
}
.jws-plp-filterCont .filter-activity {
  /* Hide default checkbox */
  /* Create Outer Box */
  /* Create Checkmark */
  /* Positioning the outer box and checkmark */
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.jws-plp-filterCont .filter-activity input[type="checkbox"] {
  opacity: 0;
}
.jws-plp-filterCont .filter-activity label::before {
  content: "";
  display: inline-block;
  height: 27px;
  width: 27px;
  border: 1px solid #222222;
  Background-color: #fff;
  position: absolute;
  top: -3px;
  left: -38px;
}
.jws-plp-filterCont .filter-activity label::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 18px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  transform: rotate(-45deg);
  color: #E0E0E0;
  position: absolute;
  left: -34px;
  top: 3px;
}
.jws-plp-filterCont .filter-activity label {
  position: relative;
  margin-left: 38px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222;
}
.jws-plp-filterCont .filter-activity input[type="checkbox"]:checked + label::before {
  Background-color: #222222;
}
.jws-plp-filterCont .filter-activity input[type="checkbox"] + label::after {
  content: none;
}
.jws-plp-filterCont .filter-activity input[type="checkbox"]:checked + label::after {
  content: "";
}
.jws-plp-filterCont .filter-activity input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px;
}
.jws-plp-filterCont .filter-activity input[type="checkbox"] {
  display: none;
}
.modal-opened {
  overflow: hidden;
}
.jws-plp-filters-Mob {
  overflow-y: scroll;
}
.jws-plp-sortCont .jws-desk-ListCount {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
}
.jws-plp-sortCont .jws-desk-ListCount span {
  margin-right: 8px;
  display: inline-block;
}
.jws-plp-sortCont .jws-plp-clearAllFltr {
  text-align: right;
  padding-right: 10px;
}
.jws-plp-sortCont .jws-plp-clearAllFltr a {
  text-decoration: none;
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  .jws-plp-sortCont .jws-plp-clearAllFltr a {
    text-decoration: underline;
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-plp-sortCont .jws-plp-clearAllFltr a {
    text-decoration: none;
    font-size: 18px;
  }
  .jws-plp-sortCont .jws-plp-clearAllFltr a:hover {
    text-decoration: underline;
  }
}
.jws-plp-sortCont .jws-plp-clearAllFltr:hover {
  text-decoration: underline;
}
.jws-filterAppliedCont .jws-fltrBox {
  padding: 7px 7px 7px 9px;
  display: inline-block;
  background: #F4F4F4;
  border-radius: 4px;
  margin-right: 9px;
  margin-bottom: 10px;
}
.jws-filterAppliedCont .jws-fltrBox a {
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
}
.jws-filterAppliedCont .jws-fltrBox a img {
  vertical-align: bottom;
}
.jws-filterAppliedCont .clearAll-filter-btn {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
}
.jws-filterAppliedCont .clearAll-filter-btn:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .jws-filterAppliedCont .clearAll-filter-btn {
    display: block;
    text-align: right;
    margin-bottom: 15px;
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
  }
}
.jws-sort-popup .sort-options li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
  /* Hide default checkbox */
  /* Create Outer Box */
  /* Create Checkmark */
  /* Positioning the outer box and checkmark */
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.jws-sort-popup .sort-options li label {
  position: relative;
  margin-left: 38px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222;
}
.jws-sort-popup .sort-options li input[type="checkbox"],
.jws-sort-popup .sort-options li input[type="radio"] {
  opacity: 0;
}
.jws-sort-popup .sort-options li label::before {
  content: "";
  display: inline-block;
  height: 27px;
  width: 27px;
  border: 1px solid #222222;
  Background-color: #fff;
  position: absolute;
  top: -3px;
  left: -38px;
}
.jws-sort-popup .sort-options li label::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 18px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  transform: rotate(-45deg);
  color: #E0E0E0;
  position: absolute;
  left: -34px;
  top: 3px;
}
.jws-sort-popup .sort-options li label {
  position: relative;
  margin-left: 38px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222;
}
.jws-sort-popup .sort-options li input[type="checkbox"]:checked + label::before,
.jws-sort-popup .sort-options li input[type="radio"]:checked + label::before {
  Background-color: #222222;
}
.jws-sort-popup .sort-options li input[type="checkbox"] + label::after,
.jws-sort-popup .sort-options li input[type="radio"] + label::after {
  content: none;
}
.jws-sort-popup .sort-options li input[type="checkbox"]:checked + label::after,
.jws-sort-popup .sort-options li input[type="radio"]:checked + label::after {
  content: "";
}
.jws-sort-popup .sort-options li input[type="checkbox"]:focus + label::before,
.jws-sort-popup .sort-options li input[type="radio"]:focus + label::before {
  outline: #3b99fc auto 5px;
}
.jws-sort-popup .sort-options li input[type="checkbox"],
.jws-sort-popup .sort-options li input[type="radio"] {
  display: none;
}
.jws-sort-popup .sort-options li input[type="checkbox"],
.jws-sort-popup .sort-options li input[type="radio"] {
  display: none;
}
.jws-sort-popup .sort-options li:last-child {
  margin-bottom: 0px;
}
/* 
.jws-mob-filterBtn{
    .jws-filters-popup{
        .filter-activity{
            li{
                font-style: normal;
                font-weight: normal;
                font-size: 16px;
                color: #222;
                margin-bottom: 15px;
            }
        }
        .filter-color li {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 10px;
        }
        .filter-selectBold-mob li{
            display: block;
            margin-bottom: 12px;
            font-style: normal;
            font-weight: normal;
            label{
                display: block;
                span{
                    font-style: normal;
                    font-weight: normal;
                    font-size: 18px;
                    line-height: 27px;
                }
            }
            input{
                -webkit-appearance: none;
                display: none;
            }
            input[type="checkbox"]:checked + span{
                font-weight: 600;
            }
        }
    }
} */
.jws-plp-prdListCont {
  padding-top: 20px;
}
.jws-favSlider {
  margin-bottom: 30px;
  text-align: center;
}
.jws-favSlider .outofstock-prdt-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #DD0720;
  transform: translate(-50%, -50%);
}
.jws-favSlider .outofstock-prdt img {
  opacity: 0.5;
}
.jws-favSlider .jws-prdtCard-img {
  margin-bottom: 21px;
}
@media only screen and (max-width: 1023px) {
  .jws-favSlider .jws-prdtCard-img {
    margin-bottom: 10px;
  }
}
.jws-favSlider .jws-prdtCard-colorwrap {
  margin-bottom: 6px;
  padding: 8px 0px;
}
.jws-favSlider .jws-prdtCard-colorwrap a {
  cursor: pointer;
  margin: 0 3px;
  display: inline-block;
  border: solid 1px transparent;
}
@media only screen and (max-width: 768px) {
  .jws-favSlider .jws-prdtCard-colorwrap a {
    height: 26px;
  }
}
.jws-favSlider .jws-prdtCard-colorwrap .jws-exds-color {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  vertical-align: top;
  padding-top: 2px;
}
@media only screen and (max-width: 768px) {
  .jws-favSlider .jws-prdtCard-colorwrap .jws-exds-color {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-favSlider .jws-prdtCard-colorwrap a {
    margin: 0 2px;
  }
  .jws-favSlider .jws-prdtCard-colorwrap .jws-exds-color {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-favSlider .jws-prdtCard-colorwrap .jws-exds-color {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
  }
}
.jws-favSlider .jws-prdtCard-colorwrap .color-swatch {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .jws-favSlider .jws-prdtCard-colorwrap .color-swatch {
    width: 18px;
    height: 18px;
    vertical-align: top;
  }
}
.jws-favSlider .jws-prdtCard-title {
  padding: 6px;
  margin: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  color: #222;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jws-favSlider .jws-prdtCard-title a {
  cursor: pointer;
}
.jws-favSlider .jws-prdtCard-title a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .jws-favSlider .jws-prdtCard-title {
    padding: 0px 6px 6px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 auto;
  }
}
.jws-favSlider .jws-prdtCard-priceWrapper {
  min-height: 44px;
}
.jws-favSlider .jws-prdtCard-price {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .jws-favSlider .jws-prdtCard-price {
    font-size: 14px;
    line-height: 21px;
  }
}
.jws-favSlider .jws-prdtCard-price.offer-Price {
  color: #DD0720;
}
.jws-favSlider .jws-prdtCard-Actprice {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 1023px) {
  .jws-favSlider .jws-prdtCard-Actprice {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-plp-prdListCont {
    padding-left: 5px;
    box-sizing: border-box;
  }
  .jws-plp-filterCont {
    padding-right: 5px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1024px) {
  .jws-plp-prdListCont {
    padding-left: 8px;
    box-sizing: border-box;
  }
  .jws-plp-filterCont {
    padding-right: 8px;
    box-sizing: border-box;
  }
}
.jws-productList-Wrapper {
  padding-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .jws-productList-Wrapper {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-productList-Wrapper {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .jws-productList-Wrapper .jws-prdt-card {
    display: inline-block;
    float: none;
    margin: 0 -2px;
    vertical-align: top;
  }
}
.jws-plp-productsImg .jws-prdtCard-img {
  position: relative;
}
.jws-plp-productsImg .jws-prdtCard-img a {
  display: block;
}
.jws-plp-productsImg .plp-productImg {
  position: absolute;
  left: -100%;
  opacity: 0;
  z-index: -5;
  width: 100%;
  margin: 0px;
  overflow: hidden;
  transition: none !important;
}
.jws-plp-productsImg .plp-productImg.active {
  left: 0px;
  opacity: 1;
  z-index: 1;
  position: static;
  width: 100%;
  margin: 0px;
  /*   transition: visibility .1s ease .2s, opacity .5s ease;
        transition-delay: .2s; */
  transition: none !important;
}
.jws-plp-productsImg .plp-colorOptions {
  border: solid 1px #fff;
  padding: 3px;
}
@media only screen and (max-width: 768px) {
  .jws-plp-productsImg .plp-colorOptions img {
    vertical-align: top !important;
  }
}
.jws-plp-productsImg .plp-colorOptions.active {
  border: solid 1px #808080;
  border-radius: 50%;
  padding: 3px;
}
.jws-prdt-card {
  min-height: 400px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-prdt-card {
    min-height: 370px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .jws-prdt-card {
    min-height: 345px;
    margin-bottom: 10px;
  }
  .jws-prdt-card .jws-prdtCard-title {
    display: block;
    max-width: 100%;
    margin: 0px;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .jws-prdt-card .jws-prdtCard-title {
    display: block;
    max-width: 100%;
    margin: 0 auto 0px auto;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-prdt-card .jws-prdtCard-title {
    display: block;
    max-width: 100%;
    margin: 0 auto 0px auto;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1330px) and (min-width: 1024px) {
  .lg-jws-col-4 {
    width: calc(33.33333%) !important;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
  }
  .lg-jws-col-4 .jws-prdtCard-img img {
    max-width: 224px;
  }
  .jws-prdt-card {
    min-height: 405px !important;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-favSlider .jws-prdtCard-colorwrap a {
    margin: 0 2px;
  }
}
@media only screen and (min-width: 1024px) {
  .jws-favSlider .jws-prdtCard-colorwrap a img {
    width: 24px;
  }
}
.jws-plp-sortCont {
  padding: 0px 0px 20px 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-plp-sortCont {
    padding: 0px 0px 20px 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-plp-sortCont {
    padding: 0px 0px 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .jws-plp-sortCont {
    padding: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .jws-plp-sortCont .jws-plp-clearAllFltr,
  .jws-plp-sortCont .jws-plp-sort {
    width: 100%;
  }
  .jws-plp-sortCont .jws-plp-sort {
    margin-bottom: 10px;
  }
}
.jws-sort-Count {
  text-align: right;
}
.jws-plp-sort-text {
  display: inline-block;
}
.jws-sort-Cont .selection-options-srt {
  display: none;
}
.jws-sort-Cont .selection-options-srt.open {
  display: block;
}
.jws-sort-Cont .jws-plp-sort {
  display: flex;
  float: right;
}
.jws-sort-Cont .jws-plp-sort-cont {
  position: relative;
  width: 210px;
  text-align: left;
  font-size: 18px;
  line-height: 17px;
  box-sizing: border-box;
}
.jws-sort-Cont .jws-plp-sortOpts.open {
  box-sizing: border-box;
  position: absolute;
  top: -12px;
  width: 100%;
  z-index: 999;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.jws-sort-Cont .jws-plp-sortOpts {
  border: 1px solid #fff;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  top: -12px;
  font-size: 16px;
  padding: 5px 0px;
  width: 100%;
}
.jws-sort-Cont .jws-plp-sortOpts li,
.jws-sort-Cont .jws-plp-sortOpts .selected-option-srt {
  padding: 8px 15px!important;
  display: block;
  cursor: pointer;
}
.jws-sort-Cont .jws-plp-sortOpts li a {
  font-weight: normal;
}
.jws-sort-Cont .jws-plp-sortOpts .selected-option-srt {
  background: url(../images/img-caret.png) no-repeat;
  background-position: right;
  font-weight: 600;
}
.jws-sort-Cont .jws-plp-sortOpts li:hover {
  background-color: #d2dbe6;
  color: #222;
}
.jws-sort-Cont .active.sort-list-opts {
  display: none;
}
.jws-sort-Cont .jws-plp-sort-text {
  margin-right: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .jws-SG-tabSectionCont {
    position: relative;
    height: 75px;
    margin: 0px 5px;
    /* li:first-child a{
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        } */
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection {
    border: 1px solid #222222;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 15px 0px;
    position: absolute;
    top: 0px;
    /*width: calc(100% - 30px);*/
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
  .jws-SG-tabSectionCont .selected-sg {
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
  }
  .jws-SG-tabSectionCont .selected-sg:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    display: inline-block;
    background: url(../../images/chevron-small.png) center center;
    background-repeat: no-repeat;
    margin-left: 20px;
    float: right;
  }
  .jws-SG-tabSectionCont .selected-sg.open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .jws-SG-tabSectionCont .jws-SG-categoery {
    display: none;
  }
  .jws-SG-tabSectionCont .jws-SG-categoery.open {
    display: block;
  }
  .jws-SG-tabSectionCont li a {
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
  }
  .jws-SG-tabSectionCont li {
    border-top: solid 1px #ccc;
  }
  .jws-SG-tabSectionCont li.active a {
    background-color: #222;
    color: #fff;
  }
  .jws-SG-tabSectionCont li:last-child a {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-SG-tabSectionCont {
    text-align: center;
    margin: 20px 0px;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection {
    display: inline-block;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .selected-sg {
    display: none;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .jws-SG-categoery li {
    display: inline-block;
    font-family: 'JWS Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    float: left;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .jws-SG-categoery li a {
    display: inline-block;
    padding: 12px 25px;
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #222;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .jws-SG-categoery li:last-child a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .jws-SG-categoery li:first-child a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .jws-SG-categoery li.active a {
    background-color: #fff;
    color: #222;
    border: solid 1px #222;
  }
}
@media only screen and (min-width: 1024px) {
  .jws-SG-tabSectionCont {
    text-align: center;
    margin: 20px 0px;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection {
    display: inline-block;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .selected-sg {
    display: none;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .jws-SG-categoery li {
    display: inline-block;
    font-family: 'JWS Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    float: left;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .jws-SG-categoery li a {
    display: inline-block;
    padding: 15px 40px;
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #222;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .jws-SG-categoery li a:hover {
    text-decoration: underline;
    color: #fff !important;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .jws-SG-categoery li:last-child a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .jws-SG-categoery li:first-child a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .jws-SG-tabSectionCont .jws-SG-tabSection .jws-SG-categoery li.active a {
    background-color: #fff;
    color: #222;
    border: solid 1px #222;
    pointer-events: none;
  }
}
.jws-SG-pageContainer {
  margin: 0px 15px;
}
.jws-SG-pageContainer .sg-measure-table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.jws-SG-pageContainer .sg-measure-table thead th {
  background-color: #fff;
  border: none;
  color: #222;
  padding: 10px;
  text-align: left;
  white-space: nowrap;
}
.jws-SG-pageContainer .sg-measure-table tbody td {
  color: #333;
  padding: 10px;
  border-left: solid 1px #cdcdcd;
  white-space: nowrap;
}
.jws-SG-pageContainer .sg-measure-wrapper {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .jws-SG-pageContainer .sg-measure-scroller {
    /* width:calc( 100% - 100px ); */
    margin-left: 98px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
  }
  .jws-SG-pageContainer .sg-measure-table .sg-measure-sticky-col {
    border-left: solid 1px #DDEFEF;
    border-right: solid 1px #DDEFEF;
    left: 0;
    position: absolute;
    top: auto;
    width: 75px;
  }
}
.jws-SG-pageContainer .sg-details-men,
.jws-SG-pageContainer .sg-details-women,
.jws-SG-pageContainer .sg-details-kid,
.jws-SG-pageContainer .sg-details-footware,
.jws-SG-pageContainer .sg-details-gloves,
.jws-SG-pageContainer .sg-details-backpack {
  display: none;
}
.jws-SG-pageContainer .sg-details-men.open,
.jws-SG-pageContainer .sg-details-women.open,
.jws-SG-pageContainer .sg-details-kid.open,
.jws-SG-pageContainer .sg-details-footware.open,
.jws-SG-pageContainer .sg-details-gloves.open,
.jws-SG-pageContainer .sg-details-backpack.open {
  display: block;
}
.sg-measure-wrapper {
  width: 847px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .sg-measure-wrapper {
    padding-bottom: 96px;
  }
  .sg-measure-wrapper tr td:first-child,
  .sg-measure-wrapper tr th:first-child {
    width: auto !important;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper {
    width: 100%;
  }
}
.sg-measure-wrapper .women-content .measure-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  margin-top: 56px;
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .measure-title {
    margin-left: 22px;
    margin-bottom: 39px;
    margin-top: 21px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
  }
}
.sg-measure-wrapper .women-content .title-down-styles {
  margin-top: 58px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.sg-measure-wrapper .women-content .content-start {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .content-start {
    margin-top: 39px;
  }
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .content-start .mob-cont-padding {
    padding-bottom: 50px;
  }
}
.sg-measure-wrapper .women-content .left-cont-image {
  display: inline-flex;
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .left-cont-image {
    display: block;
    text-align: center;
  }
}
.sg-measure-wrapper .women-content .footwear-cont {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.sg-measure-wrapper .women-content .footwear-cont img {
  width: 33px;
}
.sg-measure-wrapper .women-content .footwear-cont p {
  padding-top: 15px;
}
.sg-measure-wrapper .women-content .footwear-cont .foot-unbold {
  font-weight: normal;
}
.sg-measure-wrapper .women-content .footwear-cont .footwear-chart {
  margin-top: 31px;
}
.sg-measure-wrapper .women-content .backpack-images {
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .backpack-images .backpack-chart-2 {
    display: flex;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .sg-measure-wrapper .women-content .backpack-images .backpack-chart-2 {
    display: flex;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
  }
}
.sg-measure-wrapper .women-content .right-content {
  float: right;
}
.sg-measure-wrapper .women-content .right-content .right-info-list .right-info-li {
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .right-content .right-info-list .right-info-li {
    margin-left: 29px;
  }
}
.sg-measure-wrapper .women-content .right-content .right-info-list .right-info-li span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: #fabb00;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  text-indent: 0!important;
}
.sg-measure-wrapper .women-content .right-content .right-info-list .right-info-li h3 {
  display: inline;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-indent: 10px;
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .right-content .right-info-list .right-info-li h3 {
    font-size: 14px;
    line-height: 21px;
  }
}
.sg-measure-wrapper .women-content .right-content .right-info-list .right-info-li .gloves-cont-bold {
  font-weight: 600;
}
.sg-measure-wrapper .women-content .right-content .right-info-list .right-info-li p {
  margin-left: 45px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .right-content .right-info-list .right-info-li p {
    font-size: 13px;
    line-height: 20px;
  }
}
.sg-measure-wrapper .women-content .right-content .right-info-list .right-info-li .gloves {
  margin-left: 45px;
  padding-top: 57px;
  padding-bottom: 14px;
  width: 33px;
}
.sg-measure-wrapper .women-content .backpack-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}
.sg-measure-wrapper .women-content .table-scroll {
  clear: both;
}
.sg-measure-wrapper .women-content .table-scroll .table-wrap h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .table-scroll .table-wrap h1 {
    margin-left: 22px;
  }
}
.sg-measure-wrapper .women-content .table-scroll .table-wrap h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  padding-bottom: 35px;
}
.sg-measure-wrapper .women-content .table-scroll .table-wrap .main-table {
  width: 824px;
  height: 217px;
  border-collapse: collapse;
  margin-bottom: 96px;
}
.sg-measure-wrapper .women-content .table-scroll .table-wrap .main-table thead tr th {
  background-color: #FFFFFF;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-indent: 10px;
  padding-bottom: 12px;
}
.sg-measure-wrapper .women-content .table-scroll .table-wrap .main-table tbody td {
  border-left: solid 1px  #CDCDCD;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  text-indent: 10px;
}
.sg-measure-wrapper .women-content .table-scroll .table-wrap .main-table tbody .border-none {
  border-left: none;
}
.sg-measure-wrapper .women-content .table-scroll .table-wrap .main-table tbody th {
  background: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
.sg-measure-wrapper .women-content .table-scroll .table-wrap .main-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.sg-measure-wrapper .women-content .table-scroll .table-wrap .main-table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.sg-measure-wrapper .women-content .sg-measure-scroller {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style {
    table-layout: fixed;
  }
}
.sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style .sg-measure-sticky-col,
.sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style th {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}
.sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style thead th {
  padding-bottom: 12px;
}
.sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style .sg-measure-sticky-col {
  background: white;
  border-left: none;
  border-right: none;
  text-transform: uppercase;
}
.sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style tr:nth-child(even) {
  background-color: #FFFFFF;
}
.sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style tbody td {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  text-indent: 10px;
}
.sg-measure-wrapper .women-content .sg-table-head h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 15px;
  text-transform: capitalize;
  padding-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .sg-measure-wrapper .women-content .sg-table-head h1 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .sg-table-head h1 {
    font-size: 20px;
    line-height: 26px;
    margin-left: 22px;
    padding-top: 57px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .sg-table-head .mob-margin-none {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .sg-table-head .margin-none {
    margin-top: 0px;
  }
}
.sg-measure-wrapper .women-content .sg-table-head h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .sg-measure-wrapper .women-content .sg-table-head h3 {
    margin-left: 22px;
  }
}
.sg-measure-wrapper .women-content .sg-tab-clear {
  clear: both;
}
.sg-measure-wrapper .women-content .button-style {
  float: right;
}
.jws-SG-pageContainer .sg-toggle-btn {
  text-align: right;
  margin-bottom: 20px;
}
.jws-SG-pageContainer .sg-toggle-btn button {
  width: 34px;
  height: 29px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  float: right;
  color: #000000;
  background: #F4F4F4;
}
.jws-SG-pageContainer .sg-toggle-btn .button-toggle-inch {
  border-radius: 4px 0px 0px 4px;
}
.jws-SG-pageContainer .sg-toggle-btn .button-toggle-cm {
  border-radius: 0px 4px 4px 0px;
}
.jws-SG-pageContainer .sg-toggle-btn button.active {
  color: #F4F4F4;
  background: #000000;
  cursor: default;
}
.jws-SG-pageContainer .sg-measure-scroller .table-inch,
.jws-SG-pageContainer .sg-measure-scroller .table-cm {
  display: none;
}
.jws-SG-pageContainer .sg-measure-scroller .table-inch.open,
.jws-SG-pageContainer .sg-measure-scroller .table-cm.open {
  display: table;
}
@media only screen and (max-width: 768px) {
  .sg-details-backpack .right-content,
  .sg-details-gloves .right-content {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .sg-details-backpack .sg-table-scroller,
  .sg-details-gloves .sg-table-scroller {
    margin-left: 221px;
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .sg-details-backpack .sg-table-scroller .sg-sticky-table,
  .sg-details-gloves .sg-table-scroller .sg-sticky-table {
    width: 197px;
  }
}
.sg-details-backpack .sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style tbody td,
.sg-details-gloves .sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style tbody td {
  text-indent: 0px;
}
@media only screen and (max-width: 768px) {
  .sg-details-backpack .sg-table-scroller {
    margin-left: 140px;
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .sg-details-backpack .sg-table-scroller .sg-sticky-table {
    width: 140px;
    padding-left: 0;
    padding-right: 0;
  }
}
.sg-details-kid .sg-measure-wrapper .women-content .sg-measure-scroller .sg-measure-table thead .kid-size-center {
  text-align: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .sg-details-footware .sg-measure-wrapper .women-content .sg-footwear-styles {
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    width: auto;
  }
}
.sg-details-footware .sg-measure-wrapper .women-content .sg-table-head h1 {
  padding-bottom: 30px;
}
.sg-details-footware .sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style tbody td {
  text-indent: 0px;
}
.sg-details-footware .sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style th:first-child {
  text-align: left;
}
.sg-details-footware .sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style tbody td:first-child {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .sg-details-footware .sg-measure-wrapper .women-content .sg-measure-scroller .main-table-style tbody td:first-child {
    width: 18%;
  }
}
.sg-details-footware .sg-measure-wrapper .women-content .footwear-cont-mar {
  margin-top: 31px;
}
.sg-details-footware .sg-measure-wrapper .women-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}
.sg-details-footware .sg-measure-wrapper .women-content .foot-cont-bold {
  font-weight: 600;
}
.sg-details-backpack .women-content .backpack-note {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  padding-top: 28px;
}
@media only screen and (min-width: 1024px) {
  .sg-details-gloves .sg-measure-table {
    table-layout: initial !important;
  }
}
/* Start A Return Styles Starts */
/* returnsaccountform Styles Starts*/
.returnsaccountform form .form-group {
  position: relative;
}
.returnsaccountform form .form-group:nth-child(1) {
  margin-top: 27px;
}
.returnsaccountform form .form-group:nth-child(2) {
  margin-bottom: 24px;
}
.returnsaccountform form .form-group:nth-child(3) {
  margin-bottom: 28px;
}
.returnsaccountform form .form-group:nth-last-child(2) {
  margin-bottom: 23px;
}
.returnsaccountform form p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .returnsaccountform form p {
    overflow: auto;
  }
}
.returnsaccountform form .srordernumbernotes {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.returnsaccountform form input[type="password"] {
  background: #E5E5E5;
}
.returnsaccountform form .btn-show {
  border: 1px solid #000;
  padding: 2px;
  position: absolute;
  top: 36px;
  right: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 1023px) {
  .returnsaccountform form .btn-show {
    font-size: 14px;
    line-height: 17px;
    top: 38px;
  }
}
.returnsaccountform form .signedincheckbox {
  display: inline-block;
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.returnsaccountform form .signedincheckbox input[type="checkbox"] {
  display: none;
  opacity: 0;
}
.returnsaccountform form .signedincheckbox label {
  position: relative;
  left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.returnsaccountform form .signedincheckbox label::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  border: 1px solid #222222;
  background-color: #fff;
  /*position: absolute;*/
  position: relative;
  top: 0px;
  /*left: 0px; */
  right: 10px;
}
.returnsaccountform form .signedincheckbox label::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 6px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  color: #E0E0E0;
  position: absolute;
  left: -6px;
  top: 3px;
}
.returnsaccountform form .signedincheckbox input[type="checkbox"]:checked + label::before {
  background-color: #222222;
}
.returnsaccountform form .signedincheckbox input[type="checkbox"] + label::after {
  content: none;
}
.returnsaccountform form .signedincheckbox input[type="checkbox"]:checked + label::after {
  content: "";
}
.returnsaccountform form .signedincheckbox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px;
}
.returnsaccountform form .returnsaccountforgotpassword {
  float: right;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  /*text-transform: uppercase;*/
  color: #222222;
}
@media only screen and (max-width: 1023px) {
  .returnsaccountform form .returnsaccountforgotpassword {
    font-weight: normal;
  }
}
/* returnsaccountform Styles Ends*/
/* returnsnoaccountform Styles Starts*/
.returnsnoaccountform form .form-group:nth-child(1) {
  margin-top: 25px;
}
.returnsnoaccountform form .form-group:nth-child(2) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .returnsnoaccountform form .form-group:nth-child(2) {
    margin-bottom: 23px;
  }
}
.returnsnoaccountform form .form-group:nth-last-child(2) {
  margin-bottom: 34px;
}
@media only screen and (max-width: 1023px) {
  .returnsnoaccountform form .form-group:nth-last-child(2) {
    margin-bottom: 32px;
  }
}
.returnsnoaccountform form .srordernumbernotes {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
@media only screen and (max-width: 1023px) {
  .returnsnoaccountform form .srordernumbernotes {
    font-size: 14px;
    line-height: 19px;
  }
}
/* returnsnoaccountform Styles Ends*/
/* Start A Return Styles Ends */
.return-products .form-main.m-t-33 #loginForm .text-right {
  padding-bottom: 15px !important;
}
/* main container starts*/
.jws-hcthree-pageContainer {
  margin: 0px 20px;
}
.hcthree_maincontentswrapper {
  width: 847px;
  margin: 0 auto;
  /* @media @medium-device-jws
    {
        padding-bottom: 50px;
    }*/
}
@media only screen and (min-width: 1024px) {
  .hcthree_maincontentswrapper {
    /*padding-bottom:96px;*/
    margin-bottom: 104px;
    padding-top: 139px;
  }
}
@media only screen and (max-width: 1023px) {
  .hcthree_maincontentswrapper {
    width: 100%;
    /*padding-bottom: 50px;*/
    margin-bottom: 41px;
    margin-top: 0px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .hcthree_maincontentswrapper {
    width: 100%;
    padding-bottom: 50px;
  }
}
/* breadcrumb */
.custom_breadcrumblink a {
  text-transform: capitalize !important;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .custom_breadcrumblink {
    line-height: 19px !important;
  }
}
/* breadcrumb */
/* main container starts*/
/* help center forms contents style starts*/
.hcthree_formcontentswrapper h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-transform: capitalize;
  color: #222222;
  padding-bottom: 31px;
}
@media only screen and (max-width: 1023px) {
  .hcthree_formcontentswrapper h2 {
    font-size: 18px;
    line-height: 25px;
    padding-top: 13px;
    padding-bottom: 18px;
  }
}
.hcthree_formcontentswrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .hcthree_formcontentswrapper p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
  }
}
.hcthree_formcontentswrapper p:last-child {
  padding-bottom: 22px;
}
/* help center forms contents style ends*/
/* help center forms fields style starts*/
.hcthree_formfieldswrapper {
  width: 50%;
  /*padding-bottom: 20px;*/
}
@media only screen and (max-width: 1023px) {
  .hcthree_formfieldswrapper {
    width: 100%;
  }
}
.hcthree_formfieldswrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}
@media only screen and (max-width: 1023px) {
  .hcthree_formfieldswrapper p {
    font-size: 14px;
    line-height: 19px;
    color: #222222;
  }
}
.hcthree_formfieldswrapper p span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #DD0720;
  padding-right: 2px !important;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .hcthree_formfieldswrapper p span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #DD0720;
  }
}
.hcthree_formfieldswrapper form {
  margin: 0px;
}
.hcthree_formfieldswrapper form .form-group {
  margin: 23px 0px;
}
@media only screen and (max-width: 1023px) {
  .hcthree_formfieldswrapper form .form-group {
    margin: 19px 0px 23px 0px;
  }
}
.hcthree_formfieldswrapper form .form-group:last-child {
  margin-bottom: 0px;
}
.hcthree_formfieldswrapper form .form-group:nth-last-child(2) {
  margin-bottom: 37px;
}
@media only screen and (max-width: 1023px) {
  .hcthree_formfieldswrapper form .form-group:nth-last-child(2) {
    margin-bottom: 32px;
  }
}
.hcthree_formfieldswrapper form .form-group label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}
@media only screen and (max-width: 1023px) {
  .hcthree_formfieldswrapper form .form-group label {
    font-size: 16px;
    line-height: 22px;
  }
}
.hcthree_formfieldswrapper form .form-group label span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #DD0720;
  padding-left: 2px;
}
@media only screen and (max-width: 1023px) {
  .hcthree_formfieldswrapper form .form-group label span {
    font-size: 16px;
    line-height: 22px;
  }
}
.hcthree_formfieldswrapper form .form-group input {
  background: #FFFFFF;
  border: 2px solid #CDCDCD;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 7px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #808080;
}
.hcthree_formfieldswrapper form .form-group .btn-primary {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  background-color: #222;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #222;
  color: #fff;
  /*width:208px;
            height:48px;*/
  padding: 14px 47px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .hcthree_formfieldswrapper form .form-group .btn-primary {
    width: 100%;
  }
}
.hcthree_formfieldswrapper form .form-group .btn-primary:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.hcthree_formfieldswrapper form .form-group .btn-primary:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
/* help center forms fields style ends*/
/* help center toggle contents style starts*/
.hcthree_togglecontentswrapper {
  /*.hcthreetoggle-head.in{
        &:after{
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }
    }*/
}
.hcthree_togglecontentswrapper .hcthree_toggle_options {
  margin-top: 115px;
}
@media only screen and (max-width: 1023px) {
  .hcthree_togglecontentswrapper .hcthree_toggle_options {
    margin-top: 74px;
  }
}
.hcthree_togglecontentswrapper .hcthreetoggle-head {
  padding: 8px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  color: #222222;
  display: block;
  padding: 25px 0px 26px 0px;
  /*&::after{
            content: "";
            width: 20px;
            height: 12px;
            background-size: 100% 100%;
            display: inline-block;
            /*background: url(/chevron.png) center center;*/
  /* background: url(/down-vector.png) center center;
            width: 28px;
            height: 16px;
            background-repeat: no-repeat;
            float: right;
            margin-right: 10px;
            @media @medium-device-jws
            {
                background: url(/chevron.png) center center;
                width: 16px !important;
                height: 10px !important;
            }
        }*/
}
@media only screen and (max-width: 1023px) {
  .hcthree_togglecontentswrapper .hcthreetoggle-head {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 23px 0px 24px 0px;
    border-bottom: 1px solid #808080;
    margin: 0px;
  }
}
.hcthree_togglecontentswrapper .hcthreetoggle-head span .down-arrow {
  float: right;
  width: 28px;
  height: 16px;
  margin-right: 10px;
  transform: translateY(10px);
}
@media only screen and (max-width: 1023px) {
  .hcthree_togglecontentswrapper .hcthreetoggle-head span .down-arrow {
    width: 16px !important;
    height: 10px;
    transform: translateY(6px);
  }
}
@media only screen and (max-width: 1023px) {
  .hcthree_togglecontentswrapper .bbnone {
    border-bottom: none !important;
  }
}
.hcthree_togglecontentswrapper .hcthreetoggle-head.in img {
  -webkit-transform: rotate(180deg) translateY(-10px);
  -moz-transform: rotate(180deg) translateY(-10px);
  -ms-transform: rotate(180deg) translateY(-10px);
  -o-transform: rotate(180deg) translateY(-10px);
  transform: rotate(180deg) translateY(-10px);
}
@media only screen and (max-width: 1023px) {
  .hcthree_togglecontentswrapper .hcthreetoggle-head.in img {
    width: 16px !important;
    height: 10px;
    -webkit-transform: rotate(180deg) translateY(-6px);
    -moz-transform: rotate(180deg) translateY(-6px);
    -ms-transform: rotate(180deg) translateY(-6px);
    -o-transform: rotate(180deg) translateY(-6px);
    transform: rotate(180deg) translateY(-6px);
  }
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents {
  display: none;
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents li {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0px;
  margin: 20px 0px 20px 0px;
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents li:nth-child(1) {
  margin-top: 8px;
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents li:last-child {
  margin-bottom: 34px;
}
@media only screen and (max-width: 1023px) {
  .hcthree_togglecontentswrapper .hcthree_toggle_subcontents li {
    font-size: 16px;
    line-height: 24px;
  }
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents li ul.care-sub-listing {
  padding-left: 50px;
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents li ul.care-sub-listing li.dotted-list {
  list-style: disc;
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents li .text-bold {
  font-weight: bold;
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents li .image-content {
  padding-top: 30px;
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents li .image-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  max-height: 500px;
  width: auto;
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents table {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .hcthree_togglecontentswrapper .hcthree_toggle_subcontents table {
    margin-top: 0px;
  }
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents table tr:nth-child(even) {
  background-color: #f4f4f4;
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents table th {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #222222;
  padding: 10px;
  margin: 10px 0px;
}
@media only screen and (max-width: 1023px) {
  .hcthree_togglecontentswrapper .hcthree_toggle_subcontents table th {
    font-size: 16px;
    line-height: 24px;
  }
}
.hcthree_togglecontentswrapper .hcthree_toggle_subcontents table td {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #222222;
  margin: 10px 0px;
  border: 1px solid #d1d1d1;
  padding: 10px;
  border-collapse: collapse;
}
@media only screen and (max-width: 1023px) {
  .hcthree_togglecontentswrapper .hcthree_toggle_subcontents table td {
    font-size: 14px;
    line-height: 21px;
  }
}
.hcthree_togglecontentswrapper .open {
  display: block;
}
/* help center toggle contents style ends*/
/* getting site updates from email address styles*/
/*Media Query*/
.gettingupdate_wrapper {
  background: #F4F4F4;
  width: 100%;
  padding: 27px 0px 57px 0px;
}
@media only screen and (max-width: 1023px) {
  .gettingupdate_wrapper {
    padding: 42px 0px 48px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .gettingupdate_wrapper .gettingupdate_innerwrapper {
    width: 254px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 481px) {
  .gettingupdate_wrapper .gettingupdate_innerwrapper {
    width: 89%;
    width: 337px;
    margin: 0 auto;
  }
}
.gettingupdate_wrapper h1 {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  color: #222222;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .gettingupdate_wrapper h1 {
    font-size: 30px;
    line-height: 39px;
  }
}
.gettingupdate_wrapper h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  text-align: center;
  padding: 15px 0px 32px 0px;
}
@media only screen and (max-width: 1023px) {
  .gettingupdate_wrapper h3 {
    font-size: 16px;
    line-height: 24px;
    /*padding: 20px 0px;*/
    padding: 14px 0px 41px 0px;
  }
}
.gettingupdate_wrapper .form-group label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #222222;
}
.gettingupdate_wrapper .form-group input {
  background: #FFFFFF;
  border: 2px solid #CDCDCD;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #808080;
  margin-bottom: 23px;
}
.gettingupdate_wrapper .form-group .btn-join {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #222;
}
@media only screen and (max-width: 1023px) {
  .gettingupdate_wrapper .form-group .btn-join {
    margin-top: 5px;
    margin-bottom: 0px;
  }
}
.gettingupdate_wrapper .form-group .btn-join:focus {
  background: #D9A410;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
@media only screen and (min-width: 1024px) {
  .gettingupdate_wrapper .form-group .btn-join {
    padding: 15px 150px 14px 149px;
  }
}
/* getting site updates from email address styles*/
.jws-helpcenter-pageContainer .jws-breadcrumbs-Container {
  margin: 0px 20px;
  padding: 41px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {
  .jws-helpcenter-pageContainer .jws-breadcrumbs-Container {
    padding: 27.5px 0px 0px 0px;
  }
}
.jws-helpcenter-pageContainer .jws-breadcrumbs-Container ul.jws-breadcrumbs li:last-child {
  font-weight: bold !important;
}
.jws-helpcenter-pageContainer .jws-home-banner .jws-banner-content {
  width: 100%;
  top: 50%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jws-helpcenter-pageContainer .jws-home-banner .jws-banner-content {
    width: 300px;
    top: 50%;
  }
}
.jws-helpcenter-pageContainer .jws-home-banner .jws-banner-content h1.jws-banner-title {
  font-size: 60px;
  line-height: 84px;
}
@media only screen and (max-width: 768px) {
  .jws-helpcenter-pageContainer .jws-home-banner .jws-banner-content h1.jws-banner-title {
    font-size: 30px;
    line-height: 39px;
  }
}
.jws-helpcenter-content {
  margin: 0px 20px;
}
.jws-helpcenter-content .jws-popular-questions {
  padding-top: 62px;
}
.jws-helpcenter-content .jws-popular-questions .jws-questions-title-section {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jws-helpcenter-content .jws-popular-questions .jws-questions-title-section {
    text-align: left;
  }
}
.jws-helpcenter-content .jws-popular-questions .popular-questions-title {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  color: #222222;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .jws-helpcenter-content .jws-popular-questions .popular-questions-title {
    border-bottom: 3px solid #FABB00;
    padding-bottom: 2px;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .jws-helpcenter-content .jws-popular-questions .popular-questions-title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
  }
}
.jws-helpcenter-content .jws-popular-questions .jws-questions-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .jws-helpcenter-content .jws-popular-questions .jws-questions-section {
    padding: 0px 135px;
    margin-left: -21px;
  }
}
.jws-helpcenter-content .jws-popular-questions .jws-questions-section .question-col {
  padding-top: 74px;
}
@media only screen and (min-width: 1024px) {
  .jws-helpcenter-content .jws-popular-questions .jws-questions-section .question-col {
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .jws-helpcenter-content .jws-popular-questions .jws-questions-section .question-col {
    padding-top: 26px;
  }
}
.jws-helpcenter-content .jws-popular-questions .jws-questions-section .question-col .jws-questions {
  font-family: 'JWS Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  padding-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .jws-helpcenter-content .jws-popular-questions .jws-questions-section .question-col .jws-questions {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0px;
  }
}
.jws-helpcenter-content .jws-popular-questions .jws-questions-section .question-col .jws-questions a:hover {
  font-weight: bold;
}
.jws-helpcenter-content .jws-popular-questions .jws-questions-section .question-col .jws-answers {
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  color: #222222;
}
@media only screen and (max-width: 768px) {
  .jws-helpcenter-content .jws-popular-questions .jws-questions-section .question-col .jws-answers {
    display: none;
  }
}
.jws-helpcenter-content .jws-popular-questions .jws-questions-section .text-link {
  font-weight: bold;
  font-size: 18px;
  line-height: px;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .jws-helpcenter-content .jws-popular-questions {
    padding-top: 17.5px;
  }
}
.jws-answers {
  word-break: break-word;
}
.jws-answers a {
  text-decoration: underline;
}
.jws-action-center-section {
  clear: both;
  padding: 52px 135px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .jws-action-center-section {
    margin-left: auto;
    margin-right: auto;
  }
}
.jws-action-center-section .action-item {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .jws-action-center-section .action-item {
    padding: 10px 20px !important;
  }
}
.jws-action-center-section .action-item .action-center-content {
  min-height: 360px;
  margin: 0 20px;
  background: #F4F4F4;
  padding-top: 40px;
  position: relative;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .jws-action-center-section .action-item .action-center-content {
    min-height: 300px;
    margin: 0 0px;
  }
}
.jws-action-center-section .action-item h2.action-center-title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  color: #222222;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jws-action-center-section .action-item h2.action-center-title {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 30px;
  }
}
.jws-action-center-section .action-item .jws-action-center-desc {
  padding-bottom: 39px;
}
@media only screen and (max-width: 768px) {
  .jws-action-center-section .action-item .jws-action-center-desc {
    min-height: 250px;
  }
}
.jws-action-center-section .action-item .jws-action-center-desc p {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  text-decoration-line: underline;
  padding: 16px 20px 0px 20px;
}
@media only screen and (max-width: 768px) {
  .jws-action-center-section .action-item .jws-action-center-desc p {
    font-size: 16px;
    line-height: 24px;
  }
}
.jws-action-center-section .action-item .jws-action-center-desc p:hover {
  font-weight: 600;
}
.jws-action-center-section .action-item .action-center-btn {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 39px;
}
@media only screen and (min-width: 1024px) {
  .jws-action-center-section .action-item .action-center-btn {
    width: 100%;
  }
}
.jws-action-center-section .action-item .action-center-btn .btn-black.view-all-btn {
  margin: auto;
  border-radius: 8px;
}
.jws-action-center-section .action-item .action-center-btn .btn-black.view-all-btn:hover {
  background: #E5E5E5;
  color: #222222;
  border: 1px solid #222222;
}
.jws-action-center-section .action-item .action-center-btn .btn-black.view-all-btn:focus {
  background: #E5E5E5;
  color: #222222;
  border: 1px solid #222222;
}
@media only screen and (max-width: 768px) {
  .jws-action-center-section .action-item .action-center-btn .btn-black.view-all-btn {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .jws-action-center-section .action-item {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .jws-action-center-section {
    padding: 41px 0px;
  }
}
/* Shipping and Delivery page style starts*/
/* top breadcrumb arrow style starts */
@media only screen and (min-width: 1024px) {
  .rightarrow:after {
    content: '>' !important;
    font-size: 20px;
  }
}
/* top breadcrumb arrow style ends */
/* Shipping home page styles starts*/
@media only screen and (max-width: 1023px) {
  .shipping-wrapper {
    padding-bottom: 50px;
  }
}
.shipping-wrapper .shipping-nav-sec {
  margin-top: 41px;
}
.shipping-wrapper .shipping-nav-sec .shipping-nav {
  display: flex;
}
.shipping-wrapper .shipping-nav-sec .shipping-nav .li-mar-left {
  margin-left: 40px;
}
.shipping-wrapper .shipping-nav-sec .shipping-nav .li-mar-right {
  margin-right: 10px;
}
.shipping-wrapper .shipping-nav-sec .shipping-nav img {
  padding-right: 20px;
  padding-left: 20px;
}
.shipping-wrapper .shipping-nav-sec .shipping-nav .shipping-li-style {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}
.shipping-wrapper .shipping-nav-sec .shipping-nav .li-unbold {
  font-weight: normal;
}
.shipping-wrapper .shipping-nav-sec .shipping-nav .nav-right-cont {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.shipping-wrapper .shipping-main-content {
  width: 847px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .shipping-wrapper .shipping-main-content {
    width: 100%;
  }
}
.shipping-wrapper .shipping-main-content .shipping-title {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 52px;
  text-transform: capitalize;
  padding-bottom: 27px;
  padding-top: 139px;
  color: #222;
}
@media only screen and (max-width: 1023px) {
  .shipping-wrapper .shipping-main-content .shipping-title {
    font-size: 25px;
    line-height: 37px;
    padding-top: 34px;
    padding-bottom: 8px;
  }
}
.shipping-wrapper .shipping-main-content .shipping-link-title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-transform: capitalize;
  padding-bottom: 31px;
  padding-top: 154px;
}
.shipping-wrapper .shipping-main-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 49px;
}
@media only screen and (max-width: 1023px) {
  .shipping-wrapper .shipping-main-content p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 27px;
  }
}
.shipping-wrapper .shipping-main-content p .shop-bold {
  text-decoration: underline;
  font-weight: bold;
}
.shipping-wrapper .shipping-main-content .shipping-list li {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.shipping-wrapper .shipping-main-content .shipping-list li a {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .shipping-wrapper .shipping-main-content .shipping-list li {
    font-size: 18px;
    line-height: 25px;
  }
}
.shipping-wrapper .shipping-main-content .shipping-status-form {
  margin: 0px;
}
.shipping-wrapper .shipping-main-content .shipping-status-form .shipping-form-group {
  width: 50%;
}
.shipping-wrapper .shipping-main-content .shipping-status-form .shipping-form-group label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
.shipping-wrapper .shipping-main-content .shipping-status-form .shipping-form-group label span {
  color: #DD0720;
}
.shipping-wrapper .shipping-main-content .shipping-status-form .shipping-form-group .shipping-status-input {
  bshipping: 2px solid #CDCDCD;
  box-sizing: bshipping-box;
  bshipping-radius: 8px;
  height: 48px;
}
.shipping-wrapper .shipping-main-content .shipping-status-form .shipping-email-field {
  padding-top: 21px;
  padding-bottom: 37px;
}
.shipping-wrapper .shipping-main-content .shipping-status-form .shipping-btn-submit {
  bshipping-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.shipping-wrapper .shipping-main-content .shipping-status-form .shipping-btn-submit:hover {
  color: #222222 !important;
  bshipping: 1px solid #222222;
  background-color: transparent !important;
}
.shipping-wrapper .shipping-main-content .shipping-status-signin {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding-top: 24px;
}
.shipping-wrapper .shipping-main-content .sign-in-bold {
  font-weight: bold;
}
.shipping-wrapper .shipping-main-content .shipping-status-para {
  padding-bottom: 33px;
}
.shipping-wrapper .shipping-main-content .horizontal-line {
  bshipping: 1px solid #808080;
}
/* Shipping home page styles ends */
/* Shipping and Delivery table style starts*/
@media only screen and (min-width: 1024px) {
  .text-capitialize {
    text-transform: capitalize !important;
  }
}
.bordertoptranslate {
  border-top: 1px solid #808080;
}
.bordertoptranslate::after {
  transform: translateY(11px);
}
@media only screen and (max-width: 1023px) {
  .bordertoptranslate::after {
    transform: translateY(5px);
  }
}
.bordertoptranslate.in:after {
  transform: rotate(180deg) translateY(-11px) !important;
}
@media only screen and (max-width: 1023px) {
  .bordertoptranslate.in:after {
    transform: rotate(180deg) translateY(-5px) !important;
  }
}
/*.text-left
{
   text-align: left !important; 
}*/
@media only screen and (max-width: 1023px) {
  .shippingdelivery_tablewrapper {
    padding-top: 13px;
  }
}
.shippingdelivery_tablewrapper h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-transform: capitalize;
  color: #222222;
}
@media only screen and (max-width: 1023px) {
  .shippingdelivery_tablewrapper h2 {
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 8px;
  }
}
.shippingdelivery_tablewrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding-top: 31px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .shippingdelivery_tablewrapper p {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    padding-top: 10px;
    /*padding-bottom: 27px;*/
  }
}
.shippingdelivery_tablewrapper table {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .shippingdelivery_tablewrapper table {
    margin-top: 0px;
  }
}
.shippingdelivery_tablewrapper table tr:nth-child(even) {
  background-color: #f4f4f4;
}
.shippingdelivery_tablewrapper table th {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #222222;
  padding: 12px 11px;
}
@media only screen and (max-width: 1023px) {
  .shippingdelivery_tablewrapper table th {
    font-size: 16px;
    line-height: 24px;
  }
}
.shippingdelivery_tablewrapper table td {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #222222;
  border: 1px solid #d1d1d1;
  padding: 19px 11px;
  border-collapse: collapse;
}
@media only screen and (max-width: 1023px) {
  .shippingdelivery_tablewrapper table td {
    font-size: 14px;
    line-height: 21px;
  }
}
/* Shipping and Delivery table style ends*/
/* Shipping and Delivery toggle contents style starts*/
.shippingdelivery_toggle_options {
  margin-top: 116px;
}
@media only screen and (max-width: 1023px) {
  .shippingdelivery_toggle_options {
    margin-top: 74px;
  }
}
.shippingdelivery_toggle_options .hcthree_toggle_subcontents {
  padding-bottom: 26px;
}
.shippingdelivery_toggle_options .hcthree_toggle_subcontents li:nth-child(2) {
  margin: 10px 0px;
}
.shippingdelivery_toggle_options .hcthree_toggle_subcontents li a {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
/* Shipping and Delivery toggle contents style ends*/
/* Shipping and Delivery page style ends*/
/* International Shipping page style starts */
.text-underline {
  text-decoration: underline;
  cursor: pointer;
}
.shippinginternational_toggle_options {
  margin-top: 48px;
}
@media only screen and (max-width: 1023px) {
  .shippinginternational_toggle_options {
    margin-top: 74px;
  }
}
.shippinginternational_toggle_options a.text-link {
  font-size: 20px;
}
/* International Shipping page style ends */
.care-sub-head {
  font-weight: bold;
}
.jws-breadcrumbs.helpcenter-jws-breadcrumbs li:last-child {
  font-weight: bold;
}
div.jws-breadcrumbs-Container ul.jws-breadcrumbs li.text-capitalize {
  text-transform: capitalize !important;
}
div.jws-breadcrumbs-Container ul.jws-breadcrumbs li:last-child {
  font-weight: bold !important;
}
div.jws-breadcrumbs-Container ul.jws-breadcrumbs li:last-child a {
  pointer-events: none;
  cursor: default;
}
.ordering-wrapper .order-nav-sec {
  margin-top: 41px;
}
.ordering-wrapper .order-nav-sec .order-nav {
  display: flex;
}
.ordering-wrapper .order-nav-sec .order-nav .li-mar-left {
  margin-left: 40px;
}
.ordering-wrapper .order-nav-sec .order-nav .li-mar-right {
  margin-right: 10px;
}
.ordering-wrapper .order-nav-sec .order-nav img {
  padding-right: 20px;
  padding-left: 20px;
}
.ordering-wrapper .order-nav-sec .order-nav .order-li-style {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}
.ordering-wrapper .order-nav-sec .order-nav .li-unbold {
  font-weight: normal;
}
.ordering-wrapper .order-nav-sec .order-nav .nav-right-cont {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.ordering-wrapper .ordering-main-wrapper {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper {
    margin: 0 20px;
    padding-bottom: 50px;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content {
  width: 847px;
  margin: 0 auto;
  padding-top: 139px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content {
    width: 100%;
    padding-top: 37px;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-title {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 52px;
  text-transform: capitalize;
  padding-bottom: 27px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-title {
    font-size: 25px;
    line-height: 37px;
    padding-bottom: 8px;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-link-title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-transform: capitalize;
  padding-bottom: 31px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-link-title {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .payment-title {
    padding-bottom: 64px;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content p .shop-bold {
  text-decoration: underline;
  font-weight: bold;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .payment-ques .payment-cont p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .payment-ques .payment-cont p {
    font-size: 16px;
    line-height: 24px;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .payment-ques p,
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .payment-ques h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .payment-ques p,
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .payment-ques h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .payment-ques .payment-ques-mar {
  padding-top: 25px;
  padding-bottom: 26px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .payment-ques .payment-ques-mar {
    padding-top: 23px;
    padding-bottom: 24px;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .call-us-list {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .call-us-list {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px !important;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .ordering-list {
  padding-top: 49px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .ordering-list {
    padding-top: 27px;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .ordering-list li {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  text-decoration: underline;
  text-transform: capitalize;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .ordering-list li {
    font-size: 18px;
    line-height: 25px;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form {
  margin: 0px;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .order-form-group {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .order-form-group {
    width: 100%;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .order-form-group label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .order-form-group label span {
  color: #DD0720;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .order-form-group .order-status-input {
  border: 2px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 8px;
  height: 48px;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .order-form-group input {
  margin-top: 4px;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .order-email-field {
  padding-top: 23px;
  padding-bottom: 37px;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .order-btn-submit {
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .order-btn-submit:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .order-btn-submit:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .form-group .ordering-butt-border {
  border: 1px solid #222;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-form .form-group .order-status-input {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #808080;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-signin {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding-top: 24px;
  padding-bottom: 103px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-signin {
    padding-bottom: 41px;
  }
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .sign-in-bold {
  font-weight: bold;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .order-status-para {
  padding-bottom: 33px;
}
.ordering-wrapper .ordering-main-wrapper .ordering-main-content .horizontal-line {
  border: 1px solid #808080;
}
.ordering-wrapper .breadcrumbs-margin {
  margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .ordering-wrapper .breadcrumbs-margin {
    margin-left: 10px;
  }
}
.payment-wrapper .payment-ques p .down-arrow {
  float: right;
  width: 28px;
  height: 16px;
}
@media only screen and (max-width: 1023px) {
  .payment-wrapper .payment-ques p .down-arrow {
    width: 16px !important;
    height: 10px;
  }
}
.payment-wrapper .payment-cont {
  display: none;
}
.payment-wrapper .payment-cont.in {
  display: block;
}
.payment-wrapper .payment-ques.in img {
  transform: rotate(180deg);
}
.payment-ques .payment-cont p {
  text-transform: none !important;
}
/*Returns Product page style*/
.return-page-common_mid .return-products-text-in .return-boxes-in .text-uppercase {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 28px !important;
  line-height: 42px !important;
  text-transform: capitalize !important;
  color: #222222 !important;
}
.return-page-common_mid .return-products-text-in .return-boxes-in .m-b-20 {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #222222 !important;
}
@media (max-width: 1024px) {
  .return-page-common_mid .return-products-text-in .return-boxes-in .m-b-20 {
    font-size: 15px !important;
  }
}
.return-page-common_mid .return-products-text-in .return-boxes-in .btn-black-inv.moboReturnBTN {
  background: #222222;
  border: 1px solid #222222;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 10px 0;
  height: 48px;
}
.return-page-common_mid .return-products-text-in .return-boxes-in .btn-black-inv.moboReturnBTN:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.return-page-common_mid .return-products-text-in .return-boxes-in .btn-black-inv.moboReturnBTN:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.tm-returns-description .return-products-text-in .text-uppercase {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 25px !important;
  text-transform: capitalize !important;
  color: #222222 !important;
}
.tm-returns-description .return-products-text-in .return-bottom_container .return-start-tmr {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  color: #222222 !important;
}
@media (max-width: 1024px) {
  .tm-returns-description .return-products-text-in .return-bottom_container .return-start-tmr {
    font-size: 13px !important;
  }
}
.tm-returns-description .return-products-text-in a {
  word-break: break-all !important;
}
#collapseOne .panel-body .moboReturnBTN {
  border-radius: 8px !important;
}
#collapseTwo .panel-body .moboReturnBTN {
  border-radius: 8px !important;
}
/*Start a return page style*/
.return-common-head .f-bold.f-m.text-uppercase {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 35px !important;
  text-transform: capitalize !important;
  color: #222222 !important;
}
@media (max-width: 1024px) {
  .return-common-head .f-bold.f-m.text-uppercase {
    font-size: 27px !important;
  }
}
.return-products.main-div .f-shadow {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  color: #222222 !important;
}
@media (max-width: 1024px) {
  .return-products.main-div .f-shadow {
    font-size: 15px !important;
    padding-top: 10px !important;
  }
}
.col-md-6.p-lr-0.p-t-15.return-form-box .f-m.f-bold.text-uppercase {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 28px !important;
}
@media (max-width: 1024px) {
  .col-md-6.p-lr-0.p-t-15.return-form-box .f-m.f-bold.text-uppercase {
    font-size: 15px !important;
  }
}
.contact-return-forms .return-form-box .guestReturnBox .f-shadow {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
}
.floating-label.row.start-return-second-form .jw-texbox-label span {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
}
@media (max-width: 1024px) {
  .floating-label.row.start-return-second-form .jw-texbox-label span {
    font-size: 16px !important;
  }
}
.floating-label.row.start-return-second-form a.show.show-password-btn {
  top: 40px !important;
}
@media (max-width: 1024px) {
  .floating-label.row.start-return-second-form a.show.show-password-btn {
    top: 36px !important;
  }
}
.floating-label.row.start-return-second-form .f-m.f-600.f-normal-link.forget__password {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #222222 !important;
}
.floating-label.row.start-return-second-form .tAndc {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
@media (max-width: 1024px) {
  .floating-label.row.start-return-second-form .tAndc {
    font-size: 16px !important;
  }
}
.floating-label.row.start-return-second-form .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand.login--text {
  background: #222222;
  border: 1px solid #222222;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 10px 0;
  height: 48px;
}
.floating-label.row.start-return-second-form .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand.login--text:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.floating-label.row.start-return-second-form .btn.btn--primary.btn--primary-light.text-uppercase.m-t-33.btn--expand.login--text:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
#initiateReturnForm .jw-texbox-label span {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
}
@media (max-width: 1024px) {
  #initiateReturnForm .jw-texbox-label span {
    font-size: 16px !important;
  }
}
#initiateReturnForm .btn.btn--primary.btn--primary-light.text-uppercase.return-btn {
  background: #222222;
  border: 1px solid #222222;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 10px 0;
  height: 48px;
}
#initiateReturnForm .btn.btn--primary.btn--primary-light.text-uppercase.return-btn:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
#initiateReturnForm .btn.btn--primary.btn--primary-light.text-uppercase.return-btn:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
#initiateReturnForm .nine-digit-label {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  color: #222222 !important;
}
@media (max-width: 1024px) {
  #initiateReturnForm .nine-digit-label {
    font-size: 15px !important;
  }
}
.return-products.main-div.contact-return-forms .p-l-100 {
  padding-left: 45px!important;
}
@media screen and (max-width: 1023px) {
  .return-products.main-div.contact-return-forms .p-l-100 {
    padding-left: 0px !important;
    border-left: 0px !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .main__title h2 {
  font-style: normal;
  font-weight: bold !important;
  font-size: 35px !important;
  line-height: 52px !important;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .main__title h2 {
    font-size: 27px !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .main__title .back_to_return.back-btn {
  font-style: normal;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .main__title .back_to_return.back-btn {
    font-size: 15px !important;
  }
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .spr-table.gustPD .tr-return-products .product-details {
    margin-left: 90px !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .spr-table.gustPD .tr-return-products .spr-form-section .form-mid .return-reason span .select-reason {
  border-radius: 8px;
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para p {
    font-size: 15px !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .title--sub {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 35px !important;
  line-height: 52px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  color: #222222;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .title--sub {
    font-size: 27px !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .instruction__main h4 {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 35px !important;
  line-height: 52px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  color: #222222;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .instruction__main h4 {
    font-size: 27px !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .return-tm-note h3 {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 25px !important;
  line-height: 35px !important;
  text-transform: capitalize;
  color: #222222;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .return-tm-note h3 {
    font-size: 20px !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .return-tm-note p {
  font-style: normal  !important;
  font-weight: normal  !important;
  font-size: 18px  !important;
  line-height: 27px  !important;
  text-align: center  !important;
  color: #222222;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .return-tm-note p {
    font-size: 15px !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .contiue-btn-wrapper #returnOrderButtonConfirmation {
  width: auto !important;
  min-width: auto !important;
  padding: 14.5px 34px !important;
  background: #808080;
  border-radius: 8px;
  border: 1px solid #808080;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  text-align: center;
  text-transform: uppercase;
  color: #CDCDCD;
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .contiue-btn-wrapper #returnOrderButtonConfirmation:hover {
  background: white;
  color: #000;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .contiue-btn-wrapper #returnOrderButtonConfirmation:hover {
    text-decoration: none;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .contiue-btn-wrapper #returnOrderButtonConfirmation:focus {
  background: white;
  color: #000;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block.return-select-product-para .contiue-btn-wrapper #returnOrderButtonConfirmation:focus {
    text-decoration: none;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block__bottom.retun-method-wrapper.retunOrder .contact-info .floating-label .f-label__wrapper .form-control.c__input {
  border-radius: 8px;
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block__bottom.retun-method-wrapper.retunOrder .contact-info .floating-label .f-label__wrapper .checkmark {
  top: 39px !important;
}
@media screen and (max-width: 1023px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block__bottom.retun-method-wrapper.retunOrder .contact-info .floating-label .f-label__wrapper .checkmark {
    top: 36px !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block__bottom.retun-method-wrapper.retunOrder .cart-summary.order-summary .cart-title h2 {
  font-style: normal  !important;
  font-weight: bold  !important;
  font-size: 25px  !important;
  line-height: 35px  !important;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block__bottom.retun-method-wrapper.retunOrder .cart-summary.order-summary .cart-title h2 {
    font-size: 20px  !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block__bottom.retun-method-wrapper.retunOrder .return-method-checkbox .list.radio_btn_wrapper .returnShipping h4 {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 30px !important;
  line-height: 45px !important;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block__bottom.retun-method-wrapper.retunOrder .return-method-checkbox .list.radio_btn_wrapper .returnShipping h4 {
    font-size: 25px !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block__bottom.retun-method-wrapper.retunOrder .return-method-checkbox .list.radio_btn_wrapper .returnShipping p {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .mid__block__bottom.retun-method-wrapper.retunOrder .return-method-checkbox .list.radio_btn_wrapper .returnShipping p {
    font-size: 15px !important;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .contiue-btn-wrapper #submitreturnorderformvbutton {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important ;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid #222222;
  padding: 14.5px 34px !important;
  background: #222222;
  border-radius: 8px;
  width: auto !important;
  min-width: auto !important;
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .contiue-btn-wrapper #submitreturnorderformvbutton:hover {
  background: white;
  color: #000;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .contiue-btn-wrapper #submitreturnorderformvbutton:hover {
    text-decoration: none;
  }
}
.return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .contiue-btn-wrapper #submitreturnorderformvbutton:focus {
  background: white;
  color: #000;
}
@media (max-width: 1024px) {
  .return-status__main.my-account-main .return--status__mid.order-details-mid .return-status__main.return-store__main .right__section .contiue-btn-wrapper #submitreturnorderformvbutton:focus {
    text-decoration: none;
  }
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li .text_container {
  font-style: normal;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media (max-width: 1024px) {
  .return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li .text_container {
    font-size: 15px !important;
  }
}
.return-store__main .return--store__mid .mid__block .time-line__wrapper .time-line-in .timeline-horizontal li .text_container:active:before {
  color: #00a513 !important;
}
@media (max-width: 1024px) {
  .mid__block__bottom .confirm-return-items .order-summary {
    margin-right: -7px;
  }
}
.mid__block__bottom .confirm-return-items .cart-title h2 {
  font-style: normal !important ;
  font-weight: bold !important;
  font-size: 25px !important;
  line-height: 35px !important;
  text-transform: uppercase;
  color: #222222;
}
@media (max-width: 1024px) {
  .mid__block__bottom .confirm-return-items .cart-title h2 {
    font-size: 20px !important;
  }
}
.mid__block__bottom .return__method h5 {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
}
@media (max-width: 1024px) {
  .mid__block__bottom .return__method h5 {
    font-size: 15px !important;
  }
}
.mid__block__bottom .return__method h3 {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 30px !important;
  line-height: 45px !important;
  color: #000000;
}
@media (max-width: 1024px) {
  .mid__block__bottom .return__method h3 {
    font-size: 25px !important;
  }
}
.mid__block__bottom .return__method p {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media (max-width: 1024px) {
  .mid__block__bottom .return__method p {
    font-size: 15px !important;
  }
}
#loginForm .c__input {
  border-radius: 8px !important;
}
#initiateReturnForm .c__input {
  border-radius: 8px !important;
}
.dont-have-account .f-m.f-bold.text-uppercase {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 28px !important;
  text-transform: capitalize !important;
  padding-bottom: 10px !important;
}
@media (max-width: 1024px) {
  .dont-have-account .f-m.f-bold.text-uppercase {
    font-size: 18px !important;
  }
}
.dont-have-account .m-b-20 {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
}
@media (max-width: 1024px) {
  .dont-have-account .m-b-20 {
    font-size: 15px !important;
  }
}
.dont-have-account #returnLookupForm .btn.btn--primary.btn--primary-light.text-uppercase {
  background: #222222;
  border: 1px solid #222222;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 10px 0;
  height: 48px;
}
.dont-have-account #returnLookupForm .btn.btn--primary.btn--primary-light.text-uppercase:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.dont-have-account #returnLookupForm .btn.btn--primary.btn--primary-light.text-uppercase:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.dont-have-account #returnLookupForm .c__input {
  border-radius: 8px !important;
}
.have-account .m-b-20 {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
}
@media (max-width: 1024px) {
  .have-account .m-b-20 {
    font-size: 15px !important;
  }
}
.have-account #loginForm .btn.btn--primary.btn--primary-light.text-uppercase {
  background: #222222;
  border: 1px solid #222222;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 10px 0;
  height: 48px;
}
.have-account #loginForm .btn.btn--primary.btn--primary-light.text-uppercase:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.have-account #loginForm .btn.btn--primary.btn--primary-light.text-uppercase:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.return-products.main-div {
  display: block !important;
}
.bg-light h3.f-bold.f-m.text-uppercase {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 35px !important;
}
@media (max-width: 1024px) {
  .bg-light h3.f-bold.f-m.text-uppercase {
    font-size: 27px !important;
  }
}
@media (max-width: 1024px) {
  .page-returnLandingPage .return-page-common_mid .start-a-return-box {
    width: 100% !important;
  }
  .return-products.main-div.d--none-mobile .p-r-95 {
    padding-right: 0px !important;
  }
  .return-products.main-div.d--none-mobile .b-l-n {
    border-left: none !important;
  }
  .return-products.main-div.d--none-mobile .p-l-100 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.f-label__wrapper.form-group a.show {
  top: 39px !important;
}
.col-md-6.p-lr-0.p-l-100.b-l-n.p-t-15.have-account.check-Return-status .f-m.f-bold.text-uppercase {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 28px !important;
  text-transform: capitalize !important;
}
@media (max-width: 1024px) {
  .col-md-6.p-lr-0.p-l-100.b-l-n.p-t-15.have-account.check-Return-status .f-m.f-bold.text-uppercase {
    font-size: 18px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 1024px) {
  .return-form-box #loginForm .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 5px !important;
  }
  .return-form-box #loginForm .col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-md-12.bg-light.p-b-100 .return-products .dont-have-account {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .check-Return-status #loginForm .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .check-Return-status #loginForm .col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.row.progress-content .progress-content__in #printreturnlabel {
  background: #222222;
  border: 1px solid #222222;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 10px 0;
  height: 48px;
}
.row.progress-content .progress-content__in #printreturnlabel:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.row.progress-content .progress-content__in #printreturnlabel:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
#returnLookupForm .label__passwod {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
}
@media (max-width: 1024px) {
  #returnLookupForm .label__passwod {
    font-size: 15px !important;
  }
}
.return-products .return-products-text-in p {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #222222 !important;
}
@media (max-width: 1024px) {
  .return-products .return-products-text-in p {
    font-size: 15px !important;
  }
}
.return-products .return-products-text-in a {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #222222 !important;
}
@media (max-width: 1024px) {
  .return-products .return-products-text-in a {
    font-size: 13px !important;
  }
}
@media (max-width: 1024px) {
  .custom-row .col-md-12.bg-light.p-b-100 h3 {
    margin-left: 9px !important;
  }
}
.ordering-main-content #checkOrderStatus .form-group .order-btn-submit {
  background: #222222;
  border: 1px solid #222222;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 10px 0;
  height: 48px;
  width: 208px !important;
  margin: 0px !important;
}
@media (max-width: 1023px) {
  .ordering-main-content #checkOrderStatus .form-group .order-btn-submit {
    width: 100% !important;
  }
}
.ordering-main-content #checkOrderStatus .form-group .order-btn-submit:hover {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.ordering-main-content #checkOrderStatus .form-group .order-btn-submit:focus {
  color: #222222 !important;
  border: 1px solid #222222;
  background-color: transparent !important;
}
.bg-light .return-form-box.guestReturnBox p.m-b-20.f-shadow {
  min-height: 70px !important;
}
@media (max-width: 1023px) {
  .bg-light .return-form-box.guestReturnBox p.m-b-20.f-shadow {
    min-height: 0px !important;
  }
}
.jws-collection-pageContainer .jws-home-banner .jws-banner-title {
  padding-bottom: 17px;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 52px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-pageContainer .jws-home-banner .jws-banner-title {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 8px;
  }
}
.jws-collection-pageContainer .jws-home-banner .jws-banner-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-pageContainer .jws-home-banner .jws-banner-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.jws-collection-pageContainer .jws-home-banner .jws-banner-content {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-pageContainer .jws-banner-content {
    width: 100% !important;
  }
}
.jws-collection-pageContainer .jws-collection-listingCont {
  margin: 96px 96px 96px 96px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-pageContainer .jws-collection-listingCont {
    margin: 60px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-collection-pageContainer .jws-collection-listingCont .jws-prdt-card {
    margin-bottom: 0px;
  }
}
.jws-collection-pageContainer .jws-collection-listingCont .jws-favSlider {
  margin-bottom: 0px;
}
.jws-collection-pageContainer .jws-collection-listingCont .jws-productList-Wrapper {
  padding-top: 0px;
}
.jws-collection-pageContainer .jws-collection-listingCont .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.jws-collection-pageContainer .jws-collection-listingCont .slick-dotted.slick-slider .slick-dots {
  display: none !important;
}
.jws-collection-pageContainer .jws-breadcrumbs-Container {
  padding-left: 41px;
  padding-bottom: 43px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-pageContainer .jws-breadcrumbs-Container {
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-collection-pageContainer .jws-prdt-card {
    min-height: auto;
  }
}
.jws-collectionList-lastContent {
  position: relative;
}
.jws-collectionList-lastContent .jws-collectionList-lastContentWrap {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 20px;
}
@media only screen and (max-width: 1023px) {
  .jws-collectionList-lastContent .jws-collectionList-lastContentWrap {
    width: 100%;
  }
}
.jws-collectionList-lastContent .jws-collectionList-lastContentWrap p {
  font-family: 'JWS Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}
@media only screen and (max-width: 1023px) {
  .jws-collectionList-lastContent .jws-collectionList-lastContentWrap p {
    font-size: 10px;
    font-weight: bold;
  }
}
.jws-collectionList-lastContent img {
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .jws-collectionList-lastContent img {
    object-fit: contain;
    vertical-align: middle;
  }
}
.jws-home-banner.banner-lcase .jws-banner-title {
  text-transform: initial !important;
}
.jws-collection-slider {
  width: 1130px;
  margin: 0 auto;
  padding-bottom: 110px;
}
@media (max-width: 1130px) {
  .jws-collection-slider {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-collection-slider {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
}
.jws-collection-slider .jws-collectionSlider-title h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 27px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-slider .jws-collectionSlider-title h5 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 23px;
  }
}
.jws-collection-slider .jws-collection-sliderWrap {
  margin: 0 -12px;
}
.jws-collection-slider .jws-collection-sliderWrap .jws-collection-singleSlider {
  padding: 0 12px;
}
.jws-collection-slider .jws-collection-sliderWrap .jws-collection-singleSlider img {
  vertical-align: middle;
  width: 100%;
}
.jws-collection-slider button.btn-shop-collection {
  border-radius: 24px;
  margin-top: 44px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-slider button.btn-shop-collection {
    width: auto;
    margin: 44px auto 0px auto;
  }
}
.jws-collection-slider .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-slider .slick-dots {
    display: block !important;
    bottom: -26px !important;
    z-index: 1 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-collection-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-collection-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #808080;
  }
}
.jws-collection-slider .slick-dots li.slick-active {
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-slider .slick-dots li.slick-active button {
    background: #000;
  }
}
.jws-collection-slider .slick-dots li button:before {
  display: none !important;
}
.jws-collection-slider .slick-prev,
.jws-collection-slider .slick-next {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .jws-collection-pageContainer .jws-prdt-card {
    min-height: auto;
  }
}
.jws-collection-imageContent {
  width: 1130px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-imageContent {
    padding-top: 37px;
  }
}
@media (max-width: 1130px) {
  .jws-collection-imageContent {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-collection-imageContent {
    width: 100%;
  }
}
.jws-collection-imageContent .jws-collection-imageContentWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-imageContent .jws-collection-imageContentWrap {
    display: block;
  }
}
.jws-collection-imageContent .jws-collection-singleImage {
  width: 50%;
}
.jws-collection-imageContent .jws-collection-singleImage img {
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-imageContent .jws-collection-singleImage img {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-collection-imageContent .jws-collection-singleImage {
    width: 100%;
  }
}
.jws-collection-imageContent .jws-collection-contentSection {
  width: 50%;
  max-width: 440px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-imageContent .jws-collection-contentSection {
    width: 100%;
    text-align: center;
    padding: 40px 30px;
    box-sizing: border-box;
  }
}
.jws-collection-imageContent .jws-collection-contentSection h6.jws-collection-contentTitle {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 27px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-imageContent .jws-collection-contentSection h6.jws-collection-contentTitle {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 0px;
  }
}
.jws-collection-imageContent .jws-collection-contentSection p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding-bottom: 57px;
  text-align: left;
  padding: 10px 0px 23px 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-imageContent .jws-collection-contentSection p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.jws-collection-imageContent .jws-collection-contentSection .btn-shop-link {
  border-radius: 24px;
}
@media only screen and (min-width: 1024px) {
  .jws-collectionList-lastContent {
    margin-left: 10px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .jws-collectionList-lastContent {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.jws-collectionList-lastContent img {
  width: 100%;
}
.jws-collection-testimonial {
  position: relative;
  padding-bottom: 80px;
  padding-top: 55px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-testimonial {
    padding-bottom: 37px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-collection-testimonial img {
    width: 100%;
  }
}
.jws-collection-testimonialContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 594px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-testimonialContent {
    width: 100%;
    padding: 0 20px;
  }
}
.jws-collection-testimonialContent p {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  padding-bottom: 43px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-testimonialContent p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 21px;
  }
}
.jws-collection-testimonialContent h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-testimonialContent h5 {
    font-size: 14px;
    line-height: 21px;
  }
}
.jws-collection-threeCol {
  width: 1130px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 1130px) {
  .jws-collection-threeCol {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-collection-threeCol {
    width: 100%;
    box-sizing: border-box;
  }
}
.jws-collection-threeCol .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-threeCol .slick-dots {
    display: block !important;
    bottom: -26px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-collection-threeCol .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-collection-threeCol .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #808080;
  }
}
.jws-collection-threeCol .slick-dots li.slick-active {
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-threeCol .slick-dots li.slick-active button {
    background: #000;
  }
}
.jws-collection-threeCol .slick-dots li button:before {
  display: none !important;
}
.jws-collection-threeCol .slick-prev,
.jws-collection-threeCol .slick-next {
  display: none !important;
}
.jws-collection-threeColwrap {
  margin: 0 -12.5px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-threeColwrap {
    margin: 0 20px;
  }
}
.jws-collection-threeCol-card {
  position: relative;
  padding: 0 12.5px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-threeCol-card {
    padding: 0px;
  }
}
.jws-collection-threeCol-card img {
  width: 100%;
}
.jws-collection-threeCol-cardContent {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  color: #fff;
  width: 80%;
}
.jws-collection-threeCol-cardContent h5 {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .jws-collection-threeCol-cardContent h5 {
    font-size: 25px;
  }
}
.jws-collection-threeCol-cardContent p {
  font-size: 18px;
}
.error-msg {
  font-size: 12px;
  color: #cb5959;
}
.tmjp-scroll-box {
  overflow-y: scroll;
  padding: 20px;
  border: 1px solid gray;
  max-height: 300px;
  height: 300px;
}
.tmjpcenter {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .jws-contactSection-block .jws-contactSection-wrap .jws-homeEmail-section.jws-jp-home-email {
    width: 460px;
  }
}
.cookie__container.jws-jp-order-bottomtext a {
  font-weight: bold;
}
.jws-jp-bottom-footer {
  font-weight: bold;
  text-decoration: underline;
}
.order-summary .summury-list li .total.jws-jp-summaryTotal {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .jws-home-banner.jws-jp-homeBanner {
    height: 375px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-contactSection-block h3.jws-homeContact-title.jws-jp-home-contact-title {
    font-size: 18px;
    line-height: 24px;
    width: 340px;
    margin: 0 auto;
    word-break: break-word;
  }
}
#deliveryDate .checkbox #chooseDeliveryDate {
  -webkit-appearance: checkbox;
}
.jwjp-home-pageContainer .jwjp-homebanner-Wrapper ul.slick-dots {
  z-index: 9 !important;
  position: absolute;
  top: 102%;
}
.order__confirmation-table tbody tr.tr-block td.order-details-list h4.text-upperacse.f-m.f-bold.list-title {
  font-size: 18px!important;
}
.sale-collectionpage {
  margin: 40px 20px;
}
.tmj-corporaterecruit-tablegroup td,
.tmj-corporaterecruit-tablegroup th {
  padding: 15px 0px;
  border-top: solid 1px #e0e0e0;
}
.tmj-corporaterecruit-tablegroup table {
  width: 100%;
}
.tmj-corporaterecruit-tablegroup th {
  padding-right: 10px;
}
.tmj-corporaterecruit-tablegroup .table-title {
  font-size: 18px;
}
.jws-Supplybanner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  .jws-Supplybanner-content {
    width: 100%;
    padding: 0 20px;
  }
}
.jws-supply-banner {
  padding-top: 46px;
  padding-bottom: 48px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .jws-supply-banner {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-supply-banner img {
    width: 100%;
  }
}
h1.jws-supplybanner-title {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  h1.jws-supplybanner-title {
    font-size: 25px;
    line-height: 37px;
    padding-bottom: 17px;
  }
}
p.jws-supplybanner-text {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  p.jws-supplybanner-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.jws-imgSupplycontent-block {
  position: relative;
  margin: 96px 40px 0px 40px;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .jws-imgSupplycontent-block {
    margin: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .jws-imgSupplycontent-block {
    height: 375px;
  }
}
@media only screen and (max-width: 480px) {
  .jws-imgSupplycontent-block img {
    height: 100%;
    object-fit: cover;
  }
}
.jws-imgSupplycontent-block h2.block-title-cls {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  text-transform: capitalize;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .jws-imgSupplycontent-block h2.block-title-cls {
    font-size: 20px;
    line-height: 26px;
  }
}
.jws-imgSupplycontent-block p.block-content-cls {
  font-family: 'JWS Open Sans', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  padding: 16px 0px 31px 0px;
}
@media only screen and (max-width: 1023px) {
  .jws-imgSupplycontent-block p.block-content-cls {
    font-size: 14px;
    line-height: 21px;
    padding: 22px 0px;
  }
}
.jws-imgSupplycontent-block .jws-imgrightBlock {
  position: relative;
  right: 0px;
}
.jws-imgSupplycontent-block .jws-imgrightBlock {
  vertical-align: middle;
}
.jws-imgSupplycontent-block .jws-contentleftBlock {
  background: rgba(34, 34, 34, 0.8);
  max-width: 670px;
  padding: 62px 74px 52px 83px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .jws-imgSupplycontent-block .jws-contentleftBlock {
    padding: 30px 37px 19px 37px !important;
    max-width: 444px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .jws-imgSupplycontent-block .jws-contentleftBlock {
    max-width: 444px;
  }
}
@media only screen and (max-width: 768px) {
  .jws-imgSupplycontent-block .jws-contentleftBlock {
    max-width: 320px;
    left: auto;
    right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .jws-imgSupplycontent-block .jws-contentleftBlock {
    max-width: 350px;
  }
}
.jws-supplyimg-singleSection {
  padding: 0 10px;
}
@media only screen and (max-width: 1023px) {
  .jws-supplyimg-singleSection {
    padding: 0px;
  }
}
.jws-supplyimg-tabWrap {
  padding: 0 15px;
}
@media only screen and (min-width: 1024px) {
  .jws-supplyimg-tabWrap {
    display: flex;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-supplyimg-tabWrap {
    padding: 0px;
  }
}
.jws-supplyimg-tabWrap button.slick-arrow {
  display: none !important;
}
.jws-supplyimg-tabWrap .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .jws-supplyimg-tabWrap .slick-dots {
    display: block !important;
    bottom: -26px !important;
    z-index: 1 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-supplyimg-tabWrap .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-supplyimg-tabWrap .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #808080;
  }
}
.jws-supplyimg-tabWrap .slick-dots li.slick-active {
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 1023px) {
  .jws-supplyimg-tabWrap .slick-dots li.slick-active button {
    background: #000;
  }
}
.jws-supplyimg-singleSection img {
  width: 100%;
  vertical-align: middle;
}
.jws-supply-single-content {
  padding: 55px 51px 55px 50px;
  background: rgba(34, 34, 34, 0.8);
  height: calc(50%);
}
@media only screen and (max-width: 1023px) {
  .jws-supply-single-content {
    padding: 40px 40px;
  }
}
.activeTabs .jws-supply-single-content,
.slick-active .jws-supply-single-content {
  background: rgba(250, 187, 0, 0.8);
}
.activeTabs .jws-supply-single-content:focus,
.slick-active .jws-supply-single-content:focus {
  outline: none;
}
.activeTabs .jws-supply-single-content p,
.slick-active .jws-supply-single-content p {
  color: rgba(34, 34, 34, 0.9);
}
.activeTabs .jws-supply-single-content .jws-supplyimg-title,
.slick-active .jws-supply-single-content .jws-supplyimg-title {
  color: #000000;
}
.jws-supplyimg-title {
  padding-bottom: 16px;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.jws-supply-single-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 1023px) {
  .jws-supply-single-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.jws-supplyimg-tabSection {
  padding-top: 48px;
}
@media only screen and (max-width: 1023px) {
  .jws-supplyimg-tabSection {
    padding-top: 0px;
  }
}
.jws-supplyimg-tabSection h2.sectionTitle {
  font-family: 'JWS Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  color: #222222;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .jws-supplyimg-tabSection h2.sectionTitle {
    font-size: 22px;
    line-height: 32px;
  }
}
.jws-supplyimg-tabSection h2.sectionTitle:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #FABB00;
  left: 0px;
}
.jws-supplyimg-tabSection .section-title-wrap {
  text-align: center;
  padding-bottom: 54px;
}
.jws-supplyimg-tabSection .section-title-wrap p {
  padding-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .jws-supplyimg-tabSection .section-title-wrap {
    padding-bottom: 40px;
  }
}
.jws-supplytab-content {
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .jws-supplytab-content {
    padding: 0 20px;
  }
}
.jws-supplytab-content .jws-supply-tab-table {
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .jws-supplytab-content .jws-supply-tab-table {
    padding: 0 0px;
    overflow: auto;
  }
}
.jws-supplytab-content h5.jws-supply-tab-tableTitle {
  font-size: 24px;
  padding: 15px 0px;
}
.jws-supplytab-content th,
.jws-supplytab-content td {
  text-align: left;
  padding: 10px 10px;
}
@media only screen and (min-width: 1024px) {
  .jws-supplytab-content th,
  .jws-supplytab-content td {
    word-break: break-word;
  }
}
.jws-supplytab-content td a {
  text-decoration: underline;
}
.jws-supplytab-content tr {
  border-bottom: solid 1px #cdcdcd !important;
}
.jws-supplytab-content table {
  border-collapse: collapse;
  width: 100%;
  empty-cells: show;
}
@media only screen and (max-width: 1023px) {
  .jws-supplytab-content table {
    width: 900px;
  }
}
div#tabs-content {
  padding: 86px 0px;
}
@media only screen and (max-width: 1023px) {
  div#tabs-content {
    padding: 20px 0px;
  }
}
#supplytab1 th:nth-child(5) {
  width: 215px;
}
#supplytab1 th:nth-child(3) {
  width: 195px;
}
#supplytab2 th:nth-child(3) {
  width: 180px;
}
@media only screen and (min-width: 1024px) {
  #supplytab3 .jws-supply-tab-table td {
    word-break: break-word;
  }
}
#supplytab3 th:nth-child(2) {
  min-width: 104px;
}
#supplytab3 th:nth-child(3) {
  min-width: 200px;
}
#supplytab3 th:nth-child(4) {
  width: 140px;
}
#supplytab3 th:nth-child(5) {
  width: 140px;
}
.jws-supplychain-pageContainer .jws-collection-imageContent {
  padding-top: 60px;
}
.tmj-common-wrapper {
  width: 1180px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif !important;
}
@media screen and (max-width: 1200px) {
  .tmj-common-wrapper {
    width: 100%;
  }
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-company-title {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 10%;
  padding-top: 10%;
  margin-left: 0 !important;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: -4px;
}
@media screen and (max-width: 1023px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-company-title {
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: initial !important;
    margin-left: 10px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-company-title h1 {
  letter-spacing: 0px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-company-title p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.428;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-content-container {
    width: 970px;
  }
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-left {
  width: 25%;
  float: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-left {
    width: 100%;
    float: none;
  }
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-left .tmj-nav-list .tmj-sidebar-link a {
  color: #4c78fb;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-left .tmj-nav-list .tmj-sidebar-link .tmj-banner .privacy-mark-img {
  width: 40%;
  height: auto;
  margin-left: 10px;
}
@media screen and (max-width: 639px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-left .tmj-nav-list .tmj-sidebar-link .tmj-banner .privacy-mark-img {
    width: 20%;
    height: auto;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-left .tmj-nav-list .tmj-sidebar-link .tmj-banner .privacy-mark-img {
    width: 15%;
    height: auto;
    margin-left: 10px;
  }
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right {
  width: 75%;
  float: right;
}
@media screen and (max-width: 1023px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right {
    width: 100%;
    float: none;
  }
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .faq-margin {
  margin: 0;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-faq h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-faq a {
  text-decoration: none;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-faq .tmj-faq-list {
  list-style-type: decimal;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .commercial-legal-cont h4 {
  margin: 15px auto;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .commercial-legal-cont a {
  text-decoration: none;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .commercial-legal-cont ul {
  list-style: disc;
  padding-left: 15px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .commercial-legal-cont ul li {
  font-size: 14px;
  line-height: 1.42857143;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-privacy-policy li {
  font-size: 14px;
  line-height: 1.42857143;
  color: #19212b;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-privacy-policy h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-privacy-policy .tmj-privacy-list1 {
  list-style-type: decimal;
  padding-left: 15px;
  margin-bottom: 10px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-privacy-policy .tmj-num-list2 {
  list-style-type: disc;
  padding-left: 15px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-privacy-policy .tmj-num-list1 {
  padding-left: 15px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-privacy-policy .tmj-num-list1 ul {
  list-style-type: square;
  padding-left: 37px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-privacy-policy a {
  text-decoration: none;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  overflow-wrap: break-word;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: 'Montserrat', sans-serif !important;
}
@media screen and (max-width: 1023px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content p {
    margin-bottom: 20px;
    font-size: 14px !important;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif !important;
  }
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .Company_notice-list {
  list-style: disc;
  padding-left: 15px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .Company_notice-list li {
  font-size: 14px;
  line-height: 1.42857143;
  color: #19212b;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .Company_notice-list li a {
  text-decoration: none;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content h4 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-family: 'Montserrat', sans-serif !important;
}
@media screen and (max-width: 1023px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content h4 {
    font-size: 16px !important;
    line-height: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
  }
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content a {
  color: #4c78fb;
  text-decoration: none;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content a:hover {
  text-decoration: none;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content a:focus {
  text-decoration: none;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-content-head h3 {
  margin: 20px auto;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.5px;
  font-family: 'Montserrat', sans-serif !important;
}
@media screen and (max-width: 1023px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-content-container .tmj-company-right .tmj-company-content .tmj-content-head h3 {
    font-size: 16px !important;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
  }
}
.tm-agree_innerBox {
  border: 2px solid #ddd;
  height: 200px;
  overflow-y: scroll;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.tm-agree_innerBox h4 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1023px) {
  .tm-agree_innerBox h4 {
    font-size: 12px !important;
    line-height: 16px;
    font-weight: bold;
  }
}
.tm-agree_innerBox p {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 26px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1023px) {
  .tm-agree_innerBox p {
    margin: 0 0 20px;
    font-size: 14px !important;
    line-height: 24px;
  }
}
.tm-agree_innerBox li {
  list-style: decimal;
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 5px;
}
.tm-agree_innerBox ol {
  margin: 25px 0px 15px 12px;
}
#tmjp-agreeBox {
  margin-bottom: 80px;
}
#tmjp-agreeBox div::-webkit-scrollbar,
#tmjp-agreeBox span::-webkit-scrollbar,
#tmjp-agreeBox table::-webkit-scrollbar,
#tmjp-agreeBox thead::-webkit-scrollbar,
#tmjp-agreeBox tbody::-webkit-scrollbar {
  width: 10px;
  height: 12px;
}
#tmjp-agreeBox span::-webkit-scrollbar-thumb,
#tmjp-agreeBox table::-webkit-scrollbar-thumb,
#tmjp-agreeBox tbody::-webkit-scrollbar-thumb,
#tmjp-agreeBox thead::-webkit-scrollbar-thumb,
#tmjp-agreeBox div::-webkit-scrollbar-thumb,
#tmjp-agreeBox .tradeInSelectorCarousel.carousel_grid_component::-webkit-scrollbar-thumb,
#tmjp-agreeBox .carousel_grid_component:hover::-webkit-scrollbar-thumb,
#tmjp-agreeBox .gallery-images-thumbs:hover .slick-list::-webkit-scrollbar-thumb {
  background-color: #B3B3B3;
  border-radius: 10px;
  transition: background-color 0.5s ease;
}
#tmjp-agreeBox p#jobs_check {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 26px;
  overflow-wrap: break-word;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #tmjp-agreeBox p#jobs_check {
    margin: 0 0 20px;
    font-size: 14px !important;
    line-height: 24px;
  }
}
#tmjp-agreeBox #jobs_agree_check {
  margin-right: 12px;
  -webkit-appearance: checkbox;
}
#tmjp-agreeBox #jobs_email_btn {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  display: none;
}
#tmjp-agreeBox #jobs_email_btn a {
  background-color: #111111;
  color: #fff;
  border-color: #111111;
  font-weight: 400;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 25px;
  border: 2px solid transparent;
  border-radius: 50px;
  transition: all .1s;
  min-width: 180px;
  text-align: center;
}
#tmjp-agreeBox #jobs_email_btn a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: .5s;
}
#tmjp-agreeBox #jobs_email_btn a span:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f178';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -5px;
  transition: .5s;
}
#tmjp-agreeBox #jobs_email_btn a:hover span {
  padding-right: 25px;
}
#tmjp-agreeBox #jobs_email_btn a:hover span:after {
  opacity: 1;
}
.tmj-company-left li {
  line-height: 1.42857143;
  padding: 10px 15px;
  font-weight: 600;
}
.tmj-company-right li {
  line-height: 1.42857143;
  padding: 10px 15px;
}
.tmj-company-right .list-sec {
  padding-bottom: 20px;
}
.tmj-company-right .list-sec p {
  margin-bottom: 10px !important;
}
.tmj-company-right .list-left-sec {
  float: left;
  margin-right: 30px;
}
.tmj-corporaterecruit-bodywrapper {
  background-color: #f2f2f2;
  color: #48535F;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper {
  width: 100%;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container {
  padding: 0px;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container h1,
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .h1,
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container h2,
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .h2,
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container h3,
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .h3,
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container h4,
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .h4,
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container h5,
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .h5,
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container h6,
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .h6 {
  line-height: 33.6px;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container h3 {
  font-weight: 300;
  margin-bottom: 4px;
  margin-top: 2px;
}
@media screen and (min-width: 1200px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container {
    width: 1170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container {
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 979px) and (min-width: 769px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container {
    width: 724px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) and (min-width: 980px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container {
    width: 85%;
    margin: 0 auto;
  }
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-help-title {
  font-size: 48px;
  font-weight: normal;
  color: #48535F;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-title-translate {
  font-size: 18px;
  padding-left: 1.4rem;
  vertical-align: 8%;
}
@media screen and (max-width: 768px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-title-translate {
    display: block;
    padding-left: 0;
    margin-top: 25px;
  }
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-table-title-text {
  padding: 30px 0 20px;
  font-size: 28px;
  color: #48535F;
}
@media screen and (max-width: 768px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-table-title-text {
    padding: 20px 10px 0px 0;
    margin: 10px 0px;
  }
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup {
  background-color: #fff;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup {
    margin: 0px;
    padding: 10px 20px;
  }
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup p {
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 25px;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup > p {
  font-size: 13px;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup a {
  color: #2C8EE0;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup a:hover {
  color: #005580;
  text-decoration: underline;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup a:focus {
  color: #005580;
  text-decoration: underline;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .table-maintitle {
  margin: 0;
  padding: 14px 0px;
  font-size: 20px;
  font-weight: bold;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .table-contents {
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .table-contents:last-child {
  border: none;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .table-contents tr {
  border-top: 1px solid  #e0e0e0;
  display: inline-table;
  width: 100%;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .table-contents th {
  width: 18%;
  text-align: left;
  font-size: 16px !important;
  padding: 14px 10px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .table-contents th {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .table-contents td {
  width: 82%;
  text-align: left;
  font-size: 13px !important;
  padding: 14px 10px;
}
@media screen and (max-width: 768px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .table-contents td {
    width: 100%;
    display: block;
    word-break: break-word;
  }
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-innerscrollBox {
  border: 1px solid #ccc;
  height: 200px;
  overflow-y: scroll;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-innerscrollBox {
    width: auto;
    padding: 14px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-innerscrollBox {
    width: 80%;
    margin: 0 auto;
  }
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-innerscrollBox h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #4c8c78;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-innerscrollBox ol {
  font-size: 13px;
  margin: 0 0 10px 25px;
  list-style-type: decimal;
  display: block;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-innerscrollBox dl {
  font-size: 13px;
  margin: 10px 0;
  display: block;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-innerscrollBox dl dt {
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 20px;
  word-break: break-all;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-innerscrollBox dl dd {
  margin-left: 10px;
  line-height: 20px;
  display: block;
  font-size: 13px;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-agreecheckboxBtn .checkbox {
  min-height: 20px;
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-agreecheckboxBtn label {
  width: 195px;
  margin: 30px auto;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-agreecheckboxBtn a {
  width: 50%;
  margin: 0 auto 30px;
  font-size: 23px;
  line-height: 22px;
  border: none;
  background: #a5aaae;
  color: #ffffff;
  padding: 15px 20px 16px;
  line-height: 30px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  font-weight: 500;
  display: block;
  text-align: center;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-agreecheckboxBtn .dismiss {
  background-color: #ccc;
  cursor: default;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-agreecheckboxBtn .dismiss:hover {
  background-color: #ccc;
  cursor: default;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-agreecheckboxBtn .dismiss:active {
  background-color: #ccc;
  cursor: default;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-agreecheckboxBtn .dismiss:focus {
  background-color: #ccc;
  cursor: default;
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-container .tmj-corporaterecruit-tablegroup .tmj-table-disableBox {
  display: none;
}
@media screen and (min-width: 1200px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .container {
    width: 1170px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .container {
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 979px) and (min-width: 769px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .container {
    width: 724px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) and (min-width: 980px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .container {
    width: 85%;
    margin: 0 auto;
  }
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-title {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-title {
    margin-bottom: 40px;
  }
}
.tmj-corporaterecruit-bodywrapper .tmj-corporaterecruit-wrapper .tmj-company-wrapper .tmj-corporaterecruit-title h1 {
  font-size: 48px;
  color: #48535F;
  margin: 10px 0px;
}
.tmj-corporaterecruit-tablegroup > .table-contents:last-child {
  margin-bottom: 0px !important;
}
.signedincheckbox {
  display: block;
  /*input[type="checkbox"]:checked + label::before{
        background-color: #3eaf56;
    }*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.signedincheckbox input[type="checkbox"] {
  display: none;
  opacity: 0;
}
.signedincheckbox label {
  position: relative;
  left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.signedincheckbox label::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #d7dbdd;
  position: relative;
  top: 4px;
  right: 10px;
  border-radius: 6px;
}
.signedincheckbox label::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  color: #fff;
  position: absolute;
  left: -6px;
  top: 9px;
}
.signedincheckbox input#returnsaccountkeepsignedin ~ label:hover:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  color: #fff;
  position: absolute;
  left: -6px;
  top: 9px;
}
.signedincheckbox input#returnsaccountkeepsignedin:checked ~ label:before {
  background-color: #3eaf56;
}
.signedincheckbox input[type="checkbox"] + label::after {
  content: none;
}
.signedincheckbox input[type="checkbox"]:checked + label::after {
  content: "";
}
.signedincheckbox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px;
}
.infobtn {
  width: 200px;
  background: #418cff !important;
  color: #ffffff;
}
/*.successbtn
{
    background-color: #3eaf56 !important;
    color:#fff;
}*/
/*.greybtn
{
    background-color: #d7dbdd !important;
    color:#fff;
}*/
.tmj-helpreturns-content-inner .unorderedlist {
  list-style-type: decimal;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 14px;
}
.tmj-helpreturns-content-inner .unorderedlist li {
  font-size: 14px;
}
.tmj-helpreturns-content-inner .unorderedlist li ul {
  list-style-type: circle !important;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-title {
  padding: 60px 0 40px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-title h1 {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  letter-spacing: -4px;
  color: #222;
}
@media screen and (min-width: 1024px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container {
    max-width: 1170px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-left {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-left {
    width: 25%;
    float: left;
    padding: 0px 15px;
  }
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-left .tmj-nav-list .tmj-sidebar-link a {
  color: #c60c30;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-left .tmj-nav-list .tmj-sidebar-link a:hover {
  color: #23527c;
  background-color: #eee;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-left .tmj-nav-list .tmj-sidebar-link a:focus {
  color: #23527c;
  background-color: #eee;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-left .tmj-nav-list .tmj-sidebar-link ul {
  padding-left: 40px;
  list-style-type: circle;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-left .tmj-nav-list .tmj-sidebar-link ul a {
  padding: 0px;
  color: #c60c30;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-left .tmj-nav-list .tmj-sidebar-link ul a:hover {
  color: #23527c;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-left .tmj-nav-list .tmj-sidebar-link ul a:focus {
  color: #23527c;
}
@media screen and (min-width: 992px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .col-md-3 {
    width: 25%;
    float: left;
    padding: 0px 15px;
  }
}
@media screen and (min-width: 992px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .col-md-9 {
    width: 75%;
    float: left;
    padding: 0px 15px;
  }
}
@media screen and (min-width: 992px) {
  .tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right {
    width: 66.66%;
    float: left;
    padding: 0px 15px;
  }
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-right h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #222;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para > div {
  padding: 20px 0px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para h1,
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para h2,
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #222;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para h3 {
  font-size: 24px;
  line-height: 1.1;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para .tmj-helpshippingpolicies-content-inner a {
  color: #c60c30;
  text-decoration: none;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para .tmj-helpshippingpolicies-content-inner a:hover {
  color: #23527c;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para .tmj-helpshippingpolicies-content-inner a:focus {
  color: #23527c;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para .tmj-helpshippingpolicies-content-inner ul {
  padding-left: 40px;
  list-style-type: disc;
  color: #222;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para .tmj-helpshippingpolicies-content-inner ul li {
  font-size: 14px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para .tmj-helpshippingpolicies-content-inner ul li ol {
  list-style-type: decimal;
  padding-left: 40px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para .tmj-helpshippingpolicies-content-inner ul a {
  padding: 0px;
}
.tmj-common-wrapper .tmj-company-wrapper .tmj-helpshippingpolicies-container .tmj-company-right .tmj-company-content .tmj-helpshippingpolicies-content-para .tmj-helpshippingpolicies-content-inner hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 991px) {
  .tmj-helpshippingpolicies-wrapper {
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .tmj-helpshippingpolicies-wrapper {
    max-width: 970px;
    width: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* footer-help-returns */
/*.unorderedlist {
    list-style-type: decimal;
    padding-left: 40px;
    margin-bottom: 10px;
}*/
.tmjp-stories-contWrapper {
  margin: 0px 20px;
  margin-top: 70px;
}
.tmjp-stories-ImageWrapper {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .tmjp-stories-contWrapper {
    width: 840px;
    margin: auto;
    margin-top: 70px;
  }
  .tmjp-stories-ImageWrapper {
    padding: 0px 90px;
    text-align: center;
  }
}
.story-list h2 {
  border-bottom: 10px solid #000;
  padding: 0 0 10px;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}
.story-list p {
  margin-bottom: 25px !important;
  font-size: 0.9rem;
}
.other-stories h3.underline {
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
  padding: 0 0 5px;
  font-size: 1.15rem;
}
.other-stories h3 {
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 1.15rem;
}
.other-stories p {
  margin-bottom: 25px !important;
  font-size: 0.9rem;
}
.other-stories p .jwjp-boldText {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.tmjp-stories-mainHead h1 {
  padding: 40px 15px 15px;
  font-size: 3.0rem;
  text-align: center;
  line-height: 1.0;
  font-weight: bold;
}
.men-btn-wrap {
  text-align: center;
  margin: 10px 0px;
}
.men-btn-wrap img.btn-icon {
  width: 20px;
  height: 20px;
}
.jws-SG-jp .sg-toggle-btn button.active {
  color: #000 !important;
  background: none !important;
  cursor: default;
  width: auto !important;
  height: auto !important;
}
.jws-SG-jp .sg-toggle-btn button {
  color: #000 !important;
  background: none !important;
  cursor: default;
  width: auto !important;
  height: auto !important;
  outline: none !important;
}
.jws-SG-jp .sg-measure-wrapper .women-content .left-cont-image {
  display: block;
}
.jws-SG-jp .sg-details-kid img.women-chart,
.jws-SG-jp .sg-details-women img.women-chart,
.jws-SG-jp .sg-details-men img.women-chart {
  padding: 0 30px;
  width: 200px;
}
.jws-SG-jp button.slick-prev,
.jws-SG-jp button.slick-next {
  background: url(../images/fav-arrow.png);
  width: 30px;
  height: 50px;
  background-repeat: no-repeat;
}
.jws-SG-jp button.slick-prev:before,
.jws-SG-jp button.slick-next:before {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .jws-SG-jp button.slick-prev,
  .jws-SG-jp button.slick-next {
    width: 20px;
    height: 30px;
    background-size: 100% 100%;
  }
}
.jws-SG-jp button.slick-arrow.slick-disabled {
  opacity: 0;
}
.jws-SG-jp button.slick-prev.slick-arrow {
  z-index: 999;
  left: -10px;
  padding: 0px 48px;
}
@media only screen and (max-width: 1023px) {
  .jws-SG-jp button.slick-prev.slick-arrow {
    left: -10px;
    padding: 0px;
  }
}
.jws-SG-jp button.slick-next.slick-arrow {
  z-index: 999;
  transform: rotate(180deg) translateY(50%);
  right: 0px;
  padding: 0px 48px;
}
@media only screen and (max-width: 1023px) {
  .jws-SG-jp button.slick-next.slick-arrow {
    padding: 0px;
    right: -10px;
  }
}
.jws-SG-jp .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.jws-SG-jp .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .jws-SG-jp .slick-dots {
    display: block !important;
    bottom: -26px !important;
    z-index: 1 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-SG-jp .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .jws-SG-jp .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #808080;
  }
}
.jws-SG-jp .slick-dots li.slick-active {
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 1023px) {
  .jws-SG-jp .slick-dots li.slick-active button {
    background: #000;
  }
}
.jws-SG-jp .slick-dots li button:before {
  display: none;
}
.men-btn-wrap a {
  margin: 0 20px;
}
.ftr-float {
  float: left;
  width: 33.3%;
  padding: 0 15px;
}
.padding-btm-30 {
  padding-bottom: 30px;
}
.footwear-cls {
  margin: 0 0px 20px 0px;
}
p.men-pContent {
  max-width: 533px;
  margin: 0 auto;
}
