/*
  @Project : Hero
  @Desc :  lectro is a jQuery Project
  @type : E Commarce
  @Author : Yogesh
  @Date : 15/08/2021;
*/
/* config include */
/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
/* reset files */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

button {
  background-color: transparent;
  box-shadow: none;
  border: none; }
  button:focus {
    outline: none;
    box-shadow: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

html {
  font-family: 'Montserrat', 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;
  border: none; }
  button:focus,
  input:focus,
  optgroup:focus,
  select:focus,
  textarea:focus {
    outline: none; }

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; }

* {
  box-sizing: border-box; }

html {
  font-size: 10px; }
  @media only screen and (min-width: 993px) and (max-width: 1024px) {
    html {
      font-size: 7px; } }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    html {
      font-size: 8px; } }

body {
  font-family: "Gotham-Book";
  background: #ffffff;
  width: 100%;
  color: #000000;
  overflow-x: hidden;
  scrollbar-gutter: initial;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  body::-webkit-scrollbar {
    width: 1rem; }
  body::-webkit-scrollbar-track {
    background: #f1f1f1; }
  body::-webkit-scrollbar-thumb {
    background: #bd001c;
    opacity: 0.8; }
  body::-webkit-scrollbar-thumb:hover {
    opacity: 1; }

h1 {
  margin: 0; }

img {
  width: 100%;
  display: block; }

a {
  transition: all 0.2s; }
  a:hover {
    text-decoration: none; }

P {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Gotham-Book";
  color: #3f4351;
  text-transform: initial; }
  @media only screen and (max-width: 768px) {
    P {
      font-size: 1.4rem;
      line-height: 1.8rem; } }

.main {
  width: 100%;
  overflow-x: hidden; }

.cm-not-in-page {
  position: absolute;
  left: -99999px;
  top: -99999px; }

.cm-line-break {
  display: block; }

.js-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0; }
  .js-bg .bg-img {
    display: none; }

.js-bg-no {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0; }
  .js-bg-no .bg-img {
    display: none; }

.cm-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  display: none;
  transition: .5s ease-in-out;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); }
  .cm-overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 12;
    display: block; }

.cm-overflow-hidden {
  overflow: hidden !important; }

.container {
  max-width: 117rem;
  margin: 0px auto;
  padding: 0px; }

.cm-mobile {
  display: none !important; }

.cm-desktop {
  display: block !important; }

.cm-bold {
  font-family: "Gotham-Bold"; }

.cm-medium {
  font-family: "Gotham-Medium"; }

.cm-light {
  font-family: "Gotham-Light"; }

.cm-regular {
  font-family: "Gotham-Book"; }

.hide {
  display: none; }

.pageWrapper {
  padding-top: 12rem; }

.back-to-top {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  box-shadow: 0 2px 12px 0 rgba(118, 117, 117, 0.5);
  background: #ffffff;
  font-size: 1.2rem;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .back-to-top {
      width: 4.5rem;
      height: 4.5rem;
      right: 2rem;
      font-size: 1rem;
      z-index: 1; } }
  .back-to-top.view {
    opacity: 1; }

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  html {
    font-size: 8.7px; }
  .container {
    max-width: 81%;
    margin: 0px auto; } }

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
  html {
    font-size: 9.2px; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  html {
    font-size: 8px; }
  .container {
    max-width: 80%;
    margin: 0px auto; } }

@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0px 2rem; }
    .container.typ-product {
      padding: 0px 2.5rem; }
  .cm-mobile {
    display: block !important; }
  .cm-desktop {
    display: none !important; } }

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .cm-mobile {
    display: block !important; }
  .cm-desktop {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 990px) {
  .container {
    max-width: 86%;
    margin: 0px auto; } }

@media screen and (min-width: 1601px) and (max-width: 1919px) {
  .container {
    max-width: 80%;
    margin: 0px auto; } }

@media screen and (min-width: 1920px) {
  .container {
    max-width: 80%;
    margin: 0px auto; } }

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .container {
    max-width: 80%;
    margin: 0px auto; }
    .container.search-results {
      max-width: 90%; } }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d8d8d8;
  width: 5px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d8d8d8;
  width: 5px; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  width: 5px; }

.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d8d8d8;
  width: 5px; }

@media only screen and (max-width: 768px) {
  .pageWrapper {
    padding-top: 11rem; } }

.cm-thin {
  font-family: "Gotham-Book"; }

.login .cp-footer {
  display: none; }

@media only screen and (max-width: 768px) {
  .login .bs-sec.typ-signin .pageWrapper {
    padding-top: 4.5rem; } }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000; }

.btn {
  display: inline-block;
  font-family: "Gotham-Bold";
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #bd001c;
  border-radius: 0.4rem;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 1.4rem;
  background-color: #bd001c;
  transition: color .5s ease-in-out, background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out; }
  @media only screen and (max-width: 768px) {
    .btn {
      font-size: 1.4rem;
      line-height: 1.4rem; } }
  .btn:hover {
    text-decoration: none; }
  .btn.btn-default:hover {
    background: #ffffff;
    color: #bd001c; }
  @media only screen and (max-width: 768px) {
    .btn.btn-default:hover {
      background-color: #bd001c;
      color: #ffffff; } }
  .btn.btn-outline {
    color: #bd001c;
    background-color: transparent; }
  .btn.btn-icon-link {
    background: transparent;
    padding: 0;
    color: #bd001c;
    min-width: auto;
    border: none;
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .btn.btn-icon-link .icon {
      margin-right: 0.5rem; }
    .btn.btn-icon-link.start-over .icon {
      margin-right: 0.8rem;
      font-size: 2rem; }
  .btn.btn-link {
    background: transparent;
    padding: 0;
    color: #bd001c;
    min-width: auto;
    border: none;
    box-shadow: none;
    text-transform: uppercase; }
  .btn + .btn {
    margin-left: 2rem; }
  .btn.disabled, .btn:disabled {
    cursor: none;
    background-color: #cccccc;
    color: #ffffff;
    border-color: #cccccc; }
    .btn.disabled:hover, .btn:disabled:hover {
      background-color: #cccccc;
      color: #ffffff; }
  .btn.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff; }
    .btn.btn-outline-white:hover {
      background: #ffffff;
      color: #bd001c; }
  .btn.btn-white {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff; }
    .btn.btn-white:hover {
      background: transparent;
      color: #ffffff; }

/* header files */
/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.ipl-fixture-container {
  background: white;
  padding: 30px;
  max-height: 350px;
  overflow-x: auto; }
  @media (max-width: 767px) {
    .ipl-fixture-container {
      padding: 20px;
      max-height: 70vh; } }
  .ipl-fixture-container .ipl-fixtures {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #c5c5c5; }
    @media (max-width: 767px) {
      .ipl-fixture-container .ipl-fixtures {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .ipl-fixture-container .ipl-fixtures:not(:first-child) .left-section::before {
      position: absolute;
      border-right: 1px dotted black;
      width: 9px;
      height: 45px;
      content: "";
      right: 35px;
      top: -30px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures:not(:first-child) .left-section::before {
          display: none; } }
    .ipl-fixture-container .ipl-fixtures .ipl-fixture-wrapper {
      padding: 30px;
      background: white; }
    .ipl-fixture-container .ipl-fixtures .match-team {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 30px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .match-team {
          gap: 15px; } }
    .ipl-fixture-container .ipl-fixtures .teams {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 20px;
      gap: 20px; }
      @media (max-width767px) {
        .ipl-fixture-container .ipl-fixtures .teams {
          -ms-flex-direction: column;
              flex-direction: column; } }
    .ipl-fixture-container .ipl-fixtures .team-img img {
      width: 70px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .team-img img {
          width: 45px; } }
    .ipl-fixture-container .ipl-fixtures .vs-logo img {
      width: 30px; }
    .ipl-fixture-container .ipl-fixtures .team-name {
      font-weight: 600;
      font-size: 12px;
      font-family: 'Gotham-Book'; }
    .ipl-fixture-container .ipl-fixtures .ipl-venue {
      font-size: 14px;
      font-weight: 500;
      text-align: left;
      margin-bottom: 15px;
      font-family: 'Gotham-Book'; }
    .ipl-fixture-container .ipl-fixtures .match-number {
      padding: 5px 10px;
      border: 1px solid #ff3e3e;
      text-transform: uppercase;
      float: left;
      position: relative;
      z-index: 1;
      background: #fff;
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      line-height: 13px;
      color: #282b32;
      border-radius: 2px;
      font-family: 'Gotham-Bold';
      min-width: 160px;
      text-align: center; }
    .ipl-fixture-container .ipl-fixtures .left-section {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      gap: 20px;
      position: relative;
      padding-right: 100px;
      width: 259px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .left-section {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: justify;
              justify-content: space-between;
          width: 100%;
          padding-right: 0;
          padding-bottom: 15px; } }
    .ipl-fixture-container .ipl-fixtures .h-b-line {
      position: absolute;
      width: 86%;
      border-bottom: 1px solid red;
      top: 12px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .h-b-line {
          display: none; } }
    .ipl-fixture-container .ipl-fixtures .timeout-dot {
      width: 10px;
      height: 10px;
      position: absolute;
      background: red;
      right: 30px;
      top: 7px;
      border-radius: 50%;
      z-index: 9; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .timeout-dot {
          display: none; } }
    .ipl-fixture-container .ipl-fixtures .left-section:after {
      position: absolute;
      border-right: 1px dotted black;
      width: 9px;
      height: 100%;
      content: "";
      right: 35px;
      top: 15px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .left-section:after {
          display: none; } }
    .ipl-fixture-container .ipl-fixtures .match-time {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 5px;
      font-size: 12px;
      font-family: 'Gotham-Medium'; }
      .ipl-fixture-container .ipl-fixtures .match-time span {
        font-size: 10px;
        font-family: 'Gotham-Medium'; }

.ipl-modal-container {
  display: none; }
  .ipl-modal-container.plp {
    position: absolute;
    right: 126px;
    top: 120px;
    z-index: 99; }
    .ipl-modal-container.plp .ipl-modal-matches {
      display: block !important; }
    @media (max-width: 767px) {
      .ipl-modal-container.plp {
        position: absolute;
        left: 50%;
        z-index: 99;
        transform: translate(-50%, -50%);
        top: 50%;
        right: auto; } }

.ipl-match-container {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-align: center;
      align-items: center;
  color: white;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 0px; }
  .ipl-match-container .ipl-match-team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 30px; }
    @media (max-width: 767px) {
      .ipl-match-container .ipl-match-team {
        gap: 15px; } }
    .ipl-match-container .ipl-match-team .ipl-team-logo img {
      width: 70px; }
      @media (max-width: 767px) {
        .ipl-match-container .ipl-match-team .ipl-team-logo img {
          width: 50px;
          height: auto; } }
  .ipl-match-container .ipl-team-runs-wrapper {
    font-size: 25px;
    font-family: 'Gotham-Bold';
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .ipl-match-container .ipl-team-runs-wrapper.mobile {
      display: none; }
    @media (max-width: 767px) {
      .ipl-match-container .ipl-team-runs-wrapper {
        font-size: 18px;
        text-align: center; }
        .ipl-match-container .ipl-team-runs-wrapper.mobile {
          display: block; }
        .ipl-match-container .ipl-team-runs-wrapper.desktop {
          display: none; } }
    .ipl-match-container .ipl-team-runs-wrapper .ipl-team-overs {
      font-size: 16px; }
  .ipl-match-container .vs-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 5px; }
  .ipl-match-container .live-icon img {
    width: 60px; }
  .ipl-match-container .matchOrder {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    background-color: #fff;
    color: #19398A;
    padding: 4px 15px;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    font-family: 'Gotham-Bold'; }

.ipl-address-container .address-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 25px;
  font-size: 13px;
  color: #cbcbcb;
  font-family: 'Gotham-Book'; }
  .ipl-address-container .address-wrapper li:not(:first-child) {
    padding-left: 20px;
    position: relative; }
    .ipl-address-container .address-wrapper li:not(:first-child)::after {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      background: #cbcbcb;
      border-radius: 50%;
      left: 7px;
      top: 6px; }

.ipl-popup-scorecard {
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #0C1437;
  border: 1px solid #2F55DD; }
  .ipl-popup-scorecard .score-card-title {
    width: 100%;
    background: #2F55DD;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-family: 'Gotham-Medium'; }
  .ipl-popup-scorecard .scorecard-column {
    width: 49%;
    font-size: 12px;
    padding: 15px;
    position: relative; }
    @media (max-width: 767px) {
      .ipl-popup-scorecard .scorecard-column {
        width: 100%; } }
    .ipl-popup-scorecard .scorecard-column.border {
      border-right: 1px dotted #5b5b5b;
      margin-right: 10px; }
  .ipl-popup-scorecard .score-board-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 10px; }
    .ipl-popup-scorecard .score-board-wrapper:last-child {
      padding-bottom: 0; }
    .ipl-popup-scorecard .score-board-wrapper .heading-text {
      width: 50%; }
      .ipl-popup-scorecard .score-board-wrapper .heading-text.run, .ipl-popup-scorecard .score-board-wrapper .heading-text.ball, .ipl-popup-scorecard .score-board-wrapper .heading-text.four, .ipl-popup-scorecard .score-board-wrapper .heading-text.six, .ipl-popup-scorecard .score-board-wrapper .heading-text.over, .ipl-popup-scorecard .score-board-wrapper .heading-text.runs, .ipl-popup-scorecard .score-board-wrapper .heading-text.wicket, .ipl-popup-scorecard .score-board-wrapper .heading-text.dot, .ipl-popup-scorecard .score-board-wrapper .heading-text.econamy {
        width: 10%; }
      .ipl-popup-scorecard .score-board-wrapper .heading-text.dot {
        background-color: transparent; }

.ipl-info-modal-btn {
  background-size: 100px;
  height: 150px;
  padding: 0;
  width: 100px;
  position: fixed;
  right: 18px;
  top: 40%;
  z-index: 1;
  color: white;
  background-image: url("../assets/images/ipl/ipl-btn.png") !important;
  background-repeat: no-repeat;
  z-index: 9;
  border-radius: 30px 0px 0px 30px;
  transform: scaleX(1.5);
  animation: grow 1s linear 0s infinite alternate; }
  @media (max-width: 1024px) {
    .ipl-info-modal-btn {
      transform: translate(0px, 0px);
      animation: growMobile 1s linear 0s infinite alternate; } }
  @media (max-width: 767px) {
    .ipl-info-modal-btn {
      top: 50%; } }

@keyframes grow {
  0% {
    transform: scaleX(1); }
  10% {
    transform: scaleX(1); }
  20% {
    transform: scaleX(1); }
  30% {
    transform: scaleX(1); }
  40% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(1.3); } }

@keyframes grow2 {
  0% {
    transform: scale(1); }
  100% {
    transform: translate(-4px, 0px); } }

@keyframes growMobile {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: translate(-4px, 0px); } }
  .ipl-info-modal-btn .arrow {
    background-image: url("../images/whiteArrow.png");
    display: block;
    position: relative;
    height: 16px;
    width: 12px;
    transform: rotate(357deg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: 4px 2px;
    transform: translate(-10px, 0px);
    animation: grow2 1s linear 0s infinite alternate; }
  .ipl-info-modal-btn .arrow-text {
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-weight: 600;
    font-size: 11px;
    font-family: 'Heebo-Regular';
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3px; }
    .ipl-info-modal-btn .arrow-text p {
      color: white;
      font-weight: 600;
      font-size: 11px;
      font-family: 'Heebo-Regular'; }

.ipl-info-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 9;
  cursor: pointer; }
  .ipl-info-modal.show .modal-content {
    right: 0%;
    /* Adjust based on modal width */ }
  .ipl-info-modal .modal-content {
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    width: 50%;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #19398a;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.5s ease-in-out; }
    @media (max-width: 767px) {
      .ipl-info-modal .modal-content {
        bottom: 0;
        top: auto;
        transform: translateY(0%);
        width: 100%;
        padding: 0px;
        transition: top 0.5s ease-in-out; } }
    .ipl-info-modal .modal-content .button-container {
      display: -ms-flexbox;
      display: flex; }
      .ipl-info-modal .modal-content .button-container .btn {
        width: 50%;
        margin: 0 !important;
        border-radius: 0;
        background: #3e0e10;
        border: none; }
        .ipl-info-modal .modal-content .button-container .btn.active {
          background: #0C1437; }
    .ipl-info-modal .modal-content .close {
      position: absolute;
      left: -45px;
      top: 50%;
      transform: translate(-50%, -50%);
      background: white;
      opacity: 1;
      font-size: 18px;
      padding: 7px 10px 7px 11px;
      border-radius: 50%;
      line-height: 18px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .ipl-info-modal .modal-content .close {
          left: 50%;
          top: -60px;
          transform: translateX(-50%); } }
    .ipl-info-modal .modal-content .ipl-modal-container {
      display: block; }

.team-delhi .cp-single-banner.typ-ridezone2 {
  display: none; }

.team-delhi .ipl-modal-container {
  display: -ms-flexbox;
  display: flex; }

.team-delhi .white-logo-img {
  display: block !important; }

.team-delhi .logo-img {
  display: none; }

.team-delhi .cp-header .bottom-sec {
  background-image: url("../assets/images/ipl/PLP-banner.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat; }

.team-delhi .cp-header .nav-list .nav-link {
  color: #ffffff; }

.team-delhi .cp-header .h-icon-list .icon-link {
  color: #ffffff; }

.team-delhi .cp-header .short-list .s-link {
  color: #ffffff; }

.team-delhi .cp-footer .footer-links {
  background-image: url("../assets/images/ipl/PLP-banner.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat; }
  .team-delhi .cp-footer .footer-links .f-nav-link {
    color: white;
    -webkit-text-fill-color: white; }

.team-delhi .cp-footer .footer-benfits {
  background: #176383; }

.team-delhi .cp-footer .benfit-details .address .company-add,
.team-delhi .cp-footer .socail-wrap .s-item,
.team-delhi .cp-footer .socail-wrap .s-item .s-link {
  color: white; }

.team-bangalore .cp-single-banner.typ-ridezone2 {
  display: none; }

.team-bangalore .ipl-modal-container {
  display: -ms-flexbox;
  display: flex; }

.team-bangalore .white-logo-img {
  display: block !important; }

.team-bangalore .logo-img {
  display: none; }

.team-bangalore .cp-header .bottom-sec {
  background-image: url("../assets/images/ipl/RCB-header.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat; }

.team-bangalore .cp-header .nav-list .nav-link {
  color: #ffffff; }

.team-bangalore .cp-header .h-icon-list .icon-link {
  color: #ffffff; }

.team-bangalore .cp-header .short-list .s-link {
  color: #ffffff; }

.team-bangalore .cp-footer .footer-links {
  background-image: url("../assets/images/ipl/RCB-Footer.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat; }
  .team-bangalore .cp-footer .footer-links .f-nav-link {
    color: white;
    -webkit-text-fill-color: white; }

.team-bangalore .cp-footer .footer-benfits {
  background: #141f34; }

.team-bangalore .cp-footer .benfit-details .address .company-add,
.team-bangalore .cp-footer .socail-wrap .s-item,
.team-bangalore .cp-footer .socail-wrap .s-item .s-link {
  color: white; }

.cp-header {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111; }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    .cp-header {
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.29); } }
  @media only screen and (max-width: 768px) {
    .cp-header {
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.29); } }
  .cp-header.transparent .bottom-sec {
    background: #ffffff; }
  .cp-header .humburg-menu {
    position: relative;
    margin: 0 1.8rem 0 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    .cp-header .humburg-menu.active .bar2 {
      opacity: 0;
      left: -6rem; }
    .cp-header .humburg-menu.active .bar1 {
      transform: rotate(135deg);
      top: 0.5rem; }
    .cp-header .humburg-menu.active .bar3 {
      transform: rotate(-135deg);
      top: -0.7rem; }
    .cp-header .humburg-menu .bar1,
    .cp-header .humburg-menu .bar2,
    .cp-header .humburg-menu .bar3 {
      margin: 0;
      margin-bottom: 0.5rem;
      padding: 0;
      height: 0.1rem;
      width: 1.7rem;
      display: block;
      background: #bd001c;
      transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      position: relative;
      left: 0; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .humburg-menu .bar1,
        .cp-header .humburg-menu .bar2,
        .cp-header .humburg-menu .bar3 {
          height: 0.2rem;
          width: 2rem; } }
      @media only screen and (max-width: 768px) {
        .cp-header .humburg-menu .bar1,
        .cp-header .humburg-menu .bar2,
        .cp-header .humburg-menu .bar3 {
          width: 1.7rem; } }
  .cp-header .top-sec {
    padding: 0.5rem 0;
    background: black; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .top-sec {
        padding: 0; } }
    @media only screen and (max-width: 768px) {
      .cp-header .top-sec {
        padding: 0; } }
    .cp-header .top-sec .top-sec-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .cp-header .top-sec .top-sec-list .top-sec-item {
        text-align: center; }
    .cp-header .top-sec .top-sec-link {
      font-family: "Gotham-Bold";
      font-size: 1rem;
      line-height: 2.5rem;
      color: #ffffff;
      text-transform: uppercase; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .top-sec .top-sec-link {
          font-size: 1.1rem; } }
      @media only screen and (max-width: 768px) {
        .cp-header .top-sec .top-sec-link {
          font-size: 1.1rem; } }
  .cp-header .bottom-sec {
    background: white;
    padding: 0.7rem 0 0rem; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .bottom-sec {
        padding: 1.6rem 0; } }
    @media only screen and (max-width: 768px) {
      .cp-header .bottom-sec {
        padding: 1.6rem 0; } }
  .cp-header .head-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 0px; }
  .cp-header .lhs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .cp-header .lhs {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem; } }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .lhs {
        margin-bottom: 0.5rem;
        padding-bottom: 0; } }
    @media only screen and (max-width: 768px) {
      .cp-header .lhs {
        padding-bottom: 0; } }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    .cp-header .rhs .short-list {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .cp-header .rhs .short-list {
      display: none; } }
  .cp-header .rhs .inner-list:after {
    background: none; }
  .cp-header .rhs .inner-list .inner-item {
    width: 100%; }
  .cp-header .logo-wrap {
    width: 9.6rem;
    cursor: pointer; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .logo-wrap {
        width: 6.2rem; } }
    @media only screen and (max-width: 768px) {
      .cp-header .logo-wrap {
        width: 6.2rem; } }
  .cp-header .nav-wrap {
    position: relative; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .nav-wrap {
        background-image: linear-gradient(to top, #0e0e0e 3%, #525252);
        position: fixed;
        top: 70px;
        left: -9999%;
        width: 100%;
        height: 100%;
        padding: 7.6rem 2rem 2rem;
        z-index: 11; }
        .cp-header .nav-wrap:after {
          content: "";
          height: 17.8rem;
          width: 7.5rem;
          background: url("../assets/images/header-infograhy.png") 0 0 no-repeat;
          background-size: cover;
          position: absolute;
          bottom: 15rem;
          right: 0; } }
    @media screen and (max-width: 768px) {
      .cp-header .nav-wrap {
        background-image: linear-gradient(to top, #0e0e0e 3%, #525252);
        position: fixed;
        top: 86px;
        left: -9999%;
        width: 100%;
        height: 100%;
        padding: 7.6rem 2rem 2rem;
        z-index: 11; }
        .cp-header .nav-wrap:after {
          content: "";
          height: 17.8rem;
          width: 7.5rem;
          background: url("../assets/images/header-infograhy.png") 0 0 no-repeat;
          background-size: cover;
          position: absolute;
          bottom: 15rem;
          right: 0; } }
    .cp-header .nav-wrap.show {
      left: 0; }
  .cp-header .nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: 3.5rem; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .nav-list {
        margin: 0;
        margin-bottom: 3.1rem;
        border-bottom: 1px solid #595959;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media screen and (max-width: 768px) {
      .cp-header .nav-list {
        margin: 0;
        margin-bottom: 3.1rem;
        border-bottom: 1px solid #595959;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .cp-header .nav-list .nav-item {
      margin-right: 2.8rem;
      position: relative; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .nav-list .nav-item {
          width: 100%;
          margin-bottom: 2.8rem; } }
      @media screen and (max-width: 768px) {
        .cp-header .nav-list .nav-item {
          width: 100%;
          margin-bottom: 2.8rem; } }
      .cp-header .nav-list .nav-item:last-child {
        margin-right: 0; }
      .cp-header .nav-list .nav-item:focus .nav-link, .cp-header .nav-list .nav-item.active .nav-link, .cp-header .nav-list .nav-item:hover .nav-link {
        font-family: "Gotham-Black"; }
        @media screen and (min-width: 769px) and (max-width: 992px) {
          .cp-header .nav-list .nav-item:focus .nav-link, .cp-header .nav-list .nav-item.active .nav-link, .cp-header .nav-list .nav-item:hover .nav-link {
            font-family: "Gotham-Medium"; } }
        @media screen and (max-width: 768px) {
          .cp-header .nav-list .nav-item:focus .nav-link, .cp-header .nav-list .nav-item.active .nav-link, .cp-header .nav-list .nav-item:hover .nav-link {
            font-family: "Gotham-Medium"; } }
        .cp-header .nav-list .nav-item:focus .nav-link:after, .cp-header .nav-list .nav-item.active .nav-link:after, .cp-header .nav-list .nav-item:hover .nav-link:after {
          display: inline-block; }
          @media only screen and (min-width: 993px) and (max-width: 1024px) {
            .cp-header .nav-list .nav-item:focus .nav-link:after, .cp-header .nav-list .nav-item.active .nav-link:after, .cp-header .nav-list .nav-item:hover .nav-link:after {
              margin-top: 1.1rem; } }
          @media screen and (min-width: 769px) and (max-width: 992px) {
            .cp-header .nav-list .nav-item:focus .nav-link:after, .cp-header .nav-list .nav-item.active .nav-link:after, .cp-header .nav-list .nav-item:hover .nav-link:after {
              display: none; } }
          @media screen and (max-width: 768px) {
            .cp-header .nav-list .nav-item:focus .nav-link:after, .cp-header .nav-list .nav-item.active .nav-link:after, .cp-header .nav-list .nav-item:hover .nav-link:after {
              display: none; } }
      .cp-header .nav-list .nav-item.js-nav:after {
        content: "\E929";
        font-family: "icomoon";
        font-size: 1.2rem;
        color: #bd001c;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: none; }
        @media screen and (min-width: 769px) and (max-width: 992px) {
          .cp-header .nav-list .nav-item.js-nav:after {
            display: inline-block;
            z-index: -1; } }
        @media screen and (max-width: 768px) {
          .cp-header .nav-list .nav-item.js-nav:after {
            display: inline-block;
            z-index: -1; } }
      .cp-header .nav-list .nav-item.no-subMenu .nav-link::after {
        display: none; }
    .cp-header .nav-list .nav-link {
      font-family: "Gotham-Book";
      font-size: 1.6rem;
      line-height: 1.8rem;
      color: #232323;
      text-transform: uppercase;
      padding: 0 0 2rem;
      position: relative; }
      .cp-header .nav-list .nav-link:after {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 10px;
        z-index: 1;
        display: none; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .nav-list .nav-link {
          font-family: "Gotham-Medium";
          font-size: 1.8rem;
          line-height: 2.6rem;
          color: #ffffff;
          display: inline-block;
          width: 100%;
          padding: 0; } }
      @media screen and (max-width: 768px) {
        .cp-header .nav-list .nav-link {
          font-family: "Gotham-Medium";
          font-size: 1.6rem;
          line-height: 2.6rem;
          color: #ffffff;
          display: inline-block;
          width: 100%;
          padding: 0; } }
      .cp-header .nav-list .nav-link:hover {
        background: transparent; }
  .cp-header .short-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-bottom: 0.8rem; }
    .cp-header .short-list .short-item {
      margin-left: 2.8rem; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .short-list .short-item {
          margin-left: 0;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 768px) {
        .cp-header .short-list .short-item {
          margin-left: 0;
          margin-bottom: 3rem; } }
      .cp-header .short-list .short-item:first-child {
        margin-left: 0; }
    .cp-header .short-list .s-link {
      font-family: "Gotham-Book";
      font-size: 1rem;
      line-height: 1rem;
      color: #222;
      text-transform: lowercase; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .short-list .s-link {
          text-transform: capitalize;
          font-family: "Gotham-Medium";
          font-size: 1.6rem;
          line-height: 2.6rem;
          color: #ffffff; } }
      @media screen and (max-width: 768px) {
        .cp-header .short-list .s-link {
          text-transform: capitalize;
          font-family: "Gotham-Medium";
          font-size: 1.4rem;
          line-height: 2.6rem;
          color: #ffffff; } }
  .cp-header .h-icon-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .cp-header .h-icon-list .icon-item {
      margin-left: 2.2rem;
      position: relative;
      height: 45px; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .h-icon-list .icon-item {
          margin-left: 1.8rem;
          height: auto; } }
      @media screen and (max-width: 768px) {
        .cp-header .h-icon-list .icon-item {
          margin-left: 1.8rem;
          height: auto; } }
      .cp-header .h-icon-list .icon-item:first-child {
        margin-left: 0; }
      .cp-header .h-icon-list .icon-item:focus .icon-link, .cp-header .h-icon-list .icon-item.active .icon-link, .cp-header .h-icon-list .icon-item:hover .icon-link {
        background: #bd001c;
        color: #ffffff; }
        .cp-header .h-icon-list .icon-item:focus .icon-link.icon-close, .cp-header .h-icon-list .icon-item.active .icon-link.icon-close, .cp-header .h-icon-list .icon-item:hover .icon-link.icon-close {
          background: #ffffff;
          color: #bd001c;
          font-size: 1.4rem; }
          @media screen and (min-width: 769px) and (max-width: 992px) {
            .cp-header .h-icon-list .icon-item:focus .icon-link.icon-close, .cp-header .h-icon-list .icon-item.active .icon-link.icon-close, .cp-header .h-icon-list .icon-item:hover .icon-link.icon-close {
              font-size: 1.6rem; } }
      .cp-header .h-icon-list .icon-item .cart-count {
        font-size: 1rem;
        line-height: 1rem;
        background: #bd001c;
        width: 1.2rem;
        height: 1.2rem;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        border-radius: 50%;
        position: absolute;
        top: 0rem;
        right: 0rem; }
        .cp-header .h-icon-list .icon-item .cart-count.empty {
          display: none; }
      .cp-header .h-icon-list .icon-item .icon-cart {
        font-size: 2rem; }
        @media screen and (min-width: 769px) and (max-width: 992px) {
          .cp-header .h-icon-list .icon-item .icon-cart {
            font-size: 1.7rem; } }
        @media screen and (max-width: 768px) {
          .cp-header .h-icon-list .icon-item .icon-cart {
            font-size: 1.7rem; } }
      .cp-header .h-icon-list .icon-item:hover .iconMenus {
        opacity: 1;
        display: block;
        visibility: visible; }
    .cp-header .h-icon-list .icon-link {
      color: #c6272f;
      font-size: 1.8rem;
      line-height: 2.4rem;
      font-weight: bold;
      width: 3.2rem;
      height: 3.2rem;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .h-icon-list .icon-link {
          font-size: 1.6rem;
          line-height: 1.6rem;
          padding: 0.8rem; } }
      @media screen and (max-width: 768px) {
        .cp-header .h-icon-list .icon-link {
          font-size: 1.6rem;
          line-height: 1.6rem;
          padding: 0.8rem; } }
      .cp-header .h-icon-list .icon-link.profile-name {
        background: #bd001c;
        color: #ffffff;
        text-align: center;
        font-size: 1.6rem;
        font-family: "Gotham-Bold" !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 1.6rem; }
  .cp-header .subMenus {
    background-image: linear-gradient(to top, #0e0e0e 3%, #525252);
    padding: 4rem 0 0;
    border-radius: 0 0 6px 6px;
    backdrop-filter: blur(13px);
    position: absolute;
    top: 3.7rem;
    left: 0;
    min-width: 51.1rem;
    width: 100%;
    display: none;
    height: auto !important;
    z-index: -1; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .subMenus {
        top: 8.7rem;
        left: 0;
        min-width: 100%;
        height: 100vh !important;
        z-index: 12;
        width: 100%;
        padding: 7rem 0 0;
        position: fixed; } }
    @media screen and (max-width: 768px) {
      .cp-header .subMenus {
        top: 8.7rem;
        left: 0;
        min-width: 100%;
        height: 100vh !important;
        z-index: 12;
        width: 100%;
        padding: 7rem 0 0;
        position: fixed; } }
    .cp-header .subMenus.typ-2 {
      min-width: 39.2rem; }
      .cp-header .subMenus.typ-2 .inner-list .inner-item {
        width: 100%; }
      .cp-header .subMenus.typ-2 .inner-list:after {
        background: none; }
    .cp-header .subMenus:before {
      content: "";
      width: 100%;
      height: 16.1rem;
      backdrop-filter: blur(13px);
      border-radius: 0 0 6px 6px;
      background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1; }
    .cp-header .subMenus:after {
      content: "";
      height: 17.8rem;
      width: 7.5rem;
      background: url("../assets/images/header-infograhy.png") 0 0 no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .subMenus:after {
          top: unset;
          right: 17px;
          bottom: 19rem; } }
      @media screen and (max-width: 768px) {
        .cp-header .subMenus:after {
          top: unset;
          right: 17px;
          bottom: 19rem; } }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .subMenus:before {
        display: none; } }
    @media screen and (max-width: 768px) {
      .cp-header .subMenus:before {
        display: none; } }
  .cp-header .iconMenus {
    background: #303030;
    padding: 3rem 0 3rem;
    border-radius: 0 0 6px 6px;
    backdrop-filter: blur(13px);
    position: absolute;
    top: 4.5rem;
    left: auto;
    min-width: 25.5rem;
    width: 100%;
    opacity: 0;
    display: none;
    right: -114px; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .iconMenus {
        min-width: 22.2rem;
        right: -67px;
        left: auto; } }
    @media screen and (max-width: 768px) {
      .cp-header .iconMenus {
        min-width: 22.2rem;
        right: -67px;
        left: auto; } }
    .cp-header .iconMenus:before {
      content: "";
      width: 100%;
      height: 16.1rem;
      backdrop-filter: blur(13px);
      border-radius: 0 0 6px 6px;
      background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1; }
    .cp-header .iconMenus::after {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #ffffff;
      left: 0;
      right: 0;
      top: 0;
      content: '';
      margin: 0 auto; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .iconMenus::after {
          right: -54px; } }
      @media screen and (max-width: 768px) {
        .cp-header .iconMenus::after {
          right: -54px; } }
    .cp-header .iconMenus .inner-list {
      column-count: 1;
      column-rule: none; }
  .cp-header .inner-list {
    position: relative; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .inner-list {
        column-count: 1; } }
    @media screen and (max-width: 768px) {
      .cp-header .inner-list {
        column-count: 1; } }
    .cp-header .inner-list::after {
      background-color: #595959;
      width: 1px;
      height: 100%;
      right: 53%;
      transform: translateX(-53%);
      top: 0;
      position: absolute;
      content: ''; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .inner-list::after {
          background: none; } }
      @media screen and (max-width: 768px) {
        .cp-header .inner-list::after {
          background: none; } }
  .cp-header .inner-item {
    margin-bottom: 2rem;
    padding: 0px 4.2rem;
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .inner-item {
        margin-bottom: 2.5rem;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .cp-header .inner-item {
        margin-bottom: 2.5rem;
        width: 100%; } }
    .cp-header .inner-item:hover .inner-link, .cp-header .inner-item:focus .inner-link, .cp-header .inner-item.active .inner-link {
      font-family: "Gotham-Black"; }
      .cp-header .inner-item:hover .inner-link:before, .cp-header .inner-item:focus .inner-link:before, .cp-header .inner-item.active .inner-link:before {
        opacity: 1;
        height: 1.8rem; }
    .cp-header .inner-item:hover .sub-list, .cp-header .inner-item:focus .sub-list, .cp-header .inner-item.active .sub-list {
      display: block; }
  .cp-header .inner-link {
    font-family: "Gotham-Book";
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    text-transform: uppercase; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .inner-link {
        font-size: 1.8rem;
        line-height: 2.6rem; } }
    @media screen and (max-width: 768px) {
      .cp-header .inner-link {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .cp-header .inner-link:before {
      content: "";
      height: 0;
      width: 0.4rem;
      background: #bd001c;
      position: absolute;
      top: 0.3rem;
      left: -1.5rem;
      opacity: 0;
      transition: height 0.3s linear; }
  @media screen and (max-width: 768px) {
    .cp-header #kids:before {
      opacity: 1;
      height: 1.8rem; } }
  .cp-header .sub-list {
    padding-left: 2rem;
    margin-top: 1rem;
    display: none;
    transition: all, 0.5s ease; }
    @media screen and (max-width: 768px) {
      .cp-header .sub-list {
        display: block; } }
    .cp-header .sub-list .sub-link {
      font-size: 16px;
      line-height: 3.4rem;
      color: #c1c1c1; }
  .cp-header .btn-wrap {
    padding: 2.4rem 4.1rem;
    width: 100%;
    text-align: right; }
    .cp-header .btn-wrap .btn {
      font-family: "Gotham-Black"; }
    .cp-header .btn-wrap.typ-left {
      text-align: left;
      padding-top: 1rem; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .btn-wrap {
        padding: 0 4.1rem;
        text-align: left; }
        .cp-header .btn-wrap .btn-link {
          font-size: 1.6rem;
          line-height: 2.6rem; } }
    @media screen and (max-width: 768px) {
      .cp-header .btn-wrap {
        padding: 0 4.1rem;
        text-align: left; }
        .cp-header .btn-wrap .btn-link {
          font-size: 1.6rem;
          line-height: 2.6rem; } }
  .cp-header .profile {
    padding: 0 2.4rem;
    margin-bottom: 1.5rem; }
    .cp-header .profile .p-data {
      font-family: "Gotham-Bold";
      font-size: 1.8rem;
      line-height: 2.6rem;
      color: #ffffff;
      border-bottom: 1px solid #595959;
      padding-bottom: 2rem; }
  .cp-header .close-btn {
    position: absolute;
    right: 2rem;
    top: 3rem;
    color: #707070;
    font-size: 1.6rem;
    z-index: 13;
    display: none; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .close-btn {
        display: inline-block; } }
    @media screen and (max-width: 768px) {
      .cp-header .close-btn {
        display: inline-block; } }
  .cp-header .cp-breadcrumb-list {
    display: none;
    margin-bottom: 3rem; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .cp-breadcrumb-list {
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 768px) {
      .cp-header .cp-breadcrumb-list {
        display: -ms-flexbox;
        display: flex; } }

.pointer-default {
  cursor: default !important; }

.compare-outofstock {
  position: absolute;
  top: 51px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 0;
  background: #ededed;
  text-align: center;
  font-size: 1rem;
  color: #bd001c;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  padding: 0.5rem;
  margin-left: 0; }

@media (max-width: 767px) {
  .ipl-modal-matches .ipl-match-container .ipl-match-team {
    -ms-flex-direction: column;
        flex-direction: column; }
  .ipl-address-container .address-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center; }
    .ipl-address-container .address-wrapper .address-wrapper-venue {
      width: 100%;
      text-align: center;
      padding-bottom: 10px; } }

.cp-header .iconMenus {
  padding: 3rem 0 0.8rem;
  top: 3.4rem; }
  @media screen and (max-width: 1600px) {
    .cp-header .iconMenus {
      top: 4.8rem; } }
  @media screen and (max-width: 768px) {
    .cp-header .iconMenus {
      padding-bottom: 0rem; } }
  .cp-header .iconMenus::after {
    right: -5rem; }
    @media screen and (max-width: 1600px) {
      .cp-header .iconMenus::after {
        right: -0.9rem; } }
    @media screen and (max-width: 768px) {
      .cp-header .iconMenus::after {
        right: -6rem; } }
  .cp-header .iconMenus .profile {
    padding: 0 2.8rem;
    margin-bottom: 2.5rem; }
    .cp-header .iconMenus .profile .p-data {
      padding-bottom: 3rem;
      line-height: 1.8rem; }
      @media screen and (max-width: 768px) {
        .cp-header .iconMenus .profile .p-data {
          font-size: 1.4rem;
          padding-bottom: 1.5rem; } }
  .cp-header .iconMenus .inner-list {
    width: 100%; }
  .cp-header .iconMenus .inner-item {
    margin-bottom: 3.5rem;
    padding: 0px 4.2rem; }

@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .cp-header .subMenus {
    top: 4.8rem; } }

.cp-header .subMenus.typ-2::before {
  height: 100%; }

.cp-header .subMenus.typ-2::after {
  height: 100%; }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .cp-header .h-icon-list {
    padding-top: 0.5rem; } }

.cp-header .h-icon-list .icon-item .cart-count {
  font-family: initial; }

.cp-header.typ-search {
  z-index: 13; }

@media screen and (max-width: 768px) {
  .login .cp-header .bottom-sec {
    background: #fff; } }

/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-search {
  z-index: 2;
  padding: 3.9rem 4rem 3.6rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  max-width: 83rem;
  top: 11rem;
  max-height: 55rem;
  display: none;
  transition: all 0.5s ease;
  margin: 0 18rem; }
  @media only screen and (max-width: 768px) {
    .cp-search {
      margin: 0;
      top: 2.5rem;
      max-height: none;
      max-width: 33rem;
      padding: 3.9rem 2rem 2.5rem; } }
  .cp-search.show {
    display: block; }

.cp-search {
  opacity: 0;
  bottom: auto;
  min-height: 25rem;
  overflow: auto; }
  .cp-search.active {
    opacity: 1;
    display: block; }
    @media screen and (max-width: 768px) {
      .cp-search.active {
        left: 2rem;
        right: 2rem;
        width: auto;
        top: 2rem;
        max-height: 50rem; } }

/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-search-list {
  margin: 2rem 0 0; }
  .cp-search-list .search-item {
    border-bottom: 0.5px solid #e2e2e2;
    padding-top: 2.3rem;
    position: relative; }
    .cp-search-list .search-item:first-child {
      padding-top: 0; }
    .cp-search-list .search-item:last-child {
      border-bottom: none; }
  .cp-search-list .list-title {
    font-family: "Gotham-Bold";
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000000;
    margin-bottom: 1.6rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .cp-search-list .list-title {
        font-size: 1.6rem; } }
  .cp-search-list .link-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cp-search-list .prod-titem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 1rem; }
    .cp-search-list .prod-titem:last-child {
      margin-bottom: 2rem; }
  .cp-search-list .img-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 3px;
    border: solid 0.5px #c9c9c9;
    background-color: #ffffff;
    margin-right: 2.4rem; }
    @media only screen and (max-width: 768px) {
      .cp-search-list .img-wrap {
        padding: 0.5rem; } }
    .cp-search-list .img-wrap img {
      height: auto;
      margin: 0 auto;
      width: 4.6rem; }
    .cp-search-list .img-wrap.typ-other {
      width: 1.8rem;
      height: 1.8rem;
      border: none; }
  .cp-search-list .prod-name {
    font-family: "Gotham-Bold";
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000000;
    margin-bottom: 0.3rem;
    text-transform: uppercase; }
  .cp-search-list .prod-desc {
    font-family: "Gotham-Book";
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #bd001c;
    text-transform: uppercase; }
  .cp-search-list .desc {
    font-family: "Gotham-Book";
    font-size: 1.4rem;
    line-height: 2rem;
    color: #3f4351; }
  .cp-search-list .slas-border {
    padding: 2px 0.4rem;
    position: relative; }
    .cp-search-list .slas-border:before {
      content: '';
      width: 1px;
      height: 1.1rem;
      background: #bd001c;
      position: absolute;
      top: 4px;
      left: -2px; }
    .cp-search-list .slas-border:first-child {
      padding-left: 0rem; }
      .cp-search-list .slas-border:first-child:before {
        content: '';
        display: none; }
  .cp-search-list .link-list-domean {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "Gotham-Book";
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-search-list .link-list-domean {
        font-size: 1.6rem; } }
  .cp-search-list .link-item-domean {
    font-family: "Gotham-Bold";
    font-size: 1.8rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-search-list .link-item-domean {
        font-size: 1.6rem;
        margin-bottom: 1.5rem; } }

.cp-search-list .link-list.typ-center {
  -ms-flex-pack: center;
      justify-content: center; }

.cp-search-list .list-title {
  margin-bottom: 2.5rem;
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .cp-search-list .list-title {
      margin-bottom: 1.2rem; } }

.cp-search-list .cp-hashtags .icon {
  margin-top: 0rem; }

.cp-search-list .info-wrap .desc {
  font-family: "Gotham-Medium";
  color: #000000; }

.bs-sec {
  padding: 6rem 0; }
  @media only screen and (max-width: 768px) {
    .bs-sec {
      padding: 4rem 0; } }
  .bs-sec.bs-prod {
    margin-top: 7.2rem; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .bs-sec.bs-prod {
        margin-top: 0; } }
    @media only screen and (max-width: 768px) {
      .bs-sec.bs-prod {
        margin-top: 0; } }
  .bs-sec .sec-head {
    margin-bottom: 3rem;
    position: relative; }
    .bs-sec .sec-head:before {
      content: '';
      width: 6.78rem;
      height: 12.6rem;
      background: url("../assets/images/title-infography.png") 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: 0.3rem;
      left: 0; }
      @media only screen and (min-width: 769px) and (max-width: 992px) {
        .bs-sec .sec-head:before {
          height: 7.6rem; } }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head:before {
          width: 2.3rem;
          height: 3.9rem;
          top: -0.3rem;
          left: -2px; } }
    @media only screen and (max-width: 768px) {
      .bs-sec .sec-head {
        margin-bottom: 2.4rem; } }
    .bs-sec .sec-head .sec-title {
      font-family: "Gotham-Black";
      font-size: 4.8rem;
      line-height: 4.4rem;
      letter-spacing: -2.74px;
      color: #3f4351;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head .sec-title {
          font-size: 3.6rem;
          line-height: 3rem;
          letter-spacing: -2.06px; } }
      .bs-sec .sec-head .sec-title .typ-sm {
        font-family: "Gotham-Book";
        font-size: 2.4rem;
        line-height: 1;
        letter-spacing: -1.37px; }
        @media only screen and (max-width: 768px) {
          .bs-sec .sec-head .sec-title .typ-sm {
            font-size: 1.8rem;
            line-height: 1.1;
            letter-spacing: -1.03px;
            font-family: "Gotham-Light"; } }
    .bs-sec .sec-head .sec-desc {
      font-size: 1.6rem;
      line-height: 2.9rem;
      color: #1e1e1e; }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head .sec-desc {
          font-size: 1.2rem;
          line-height: 2rem; } }
    .bs-sec .sec-head.typ-center {
      text-align: center; }
    .bs-sec .sec-head.no-margin {
      margin: 0; }
    .bs-sec .sec-head.typ-noImg:before {
      display: none; }
    .bs-sec .sec-head.typ-3:before {
      display: none; }
    .bs-sec .sec-head.typ-3 .sec-title {
      font-size: 2.4rem;
      letter-spacing: -1.37px; }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head.typ-3 .sec-title {
          font-size: 1.8rem;
          line-height: 2.4rem; } }
    .bs-sec .sec-head.typ-sprint-store .container {
      position: relative; }
    .bs-sec .sec-head.typ-sprint-store .btn {
      min-width: 15.2rem;
      position: absolute;
      bottom: 2rem;
      right: 0;
      padding: 1rem;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head.typ-sprint-store .btn {
          min-width: 12.6rem;
          font-size: 1.2rem;
          padding: 0.9rem 0 0.7rem;
          right: 2rem;
          bottom: 0;
          font-size: 1.2rem; } }
      @media only screen and (max-width: 360px) {
        .bs-sec .sec-head.typ-sprint-store .btn {
          min-width: 10.6rem; } }
    .bs-sec .sec-head.typ-sprint-store .btn-link {
      font-size: 1.8rem;
      min-width: auto;
      position: absolute;
      bottom: 2rem;
      right: 0;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head.typ-sprint-store .btn-link {
          min-width: 12.6rem;
          font-size: 1.2rem;
          padding: 0.9rem 0 0.7rem;
          right: 2rem; }
          .bs-sec .sec-head.typ-sprint-store .btn-link .text {
            white-space: normal;
            width: 9rem;
            text-align: left;
            right: 0; } }
    .bs-sec .sec-head.typ-2 {
      margin-bottom: 8.6rem; }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head.typ-2 {
          margin-bottom: 3.8rem; } }
      .bs-sec .sec-head.typ-2::before {
        content: '';
        width: 16.67rem;
        height: 14.89rem;
        background: url("../assets/images/title-infography-typ-2.png") 0 0 no-repeat;
        background-size: contain;
        opacity: .4;
        position: absolute;
        top: -3.7rem;
        left: 4rem;
        z-index: 0; }
        @media only screen and (max-width: 768px) {
          .bs-sec .sec-head.typ-2::before {
            width: 7.9rem;
            height: 10.9rem;
            top: -1rem;
            left: -3rem; } }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head.typ-2 .cm-light {
          font-size: 1.6rem; } }
    .bs-sec .sec-head.typ-my-account {
      margin-bottom: 3rem; }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head.typ-my-account {
          margin-bottom: 2rem; } }
      .bs-sec .sec-head.typ-my-account .cm-regular {
        font-size: 2.4rem;
        line-height: 15px; }
        @media only screen and (max-width: 768px) {
          .bs-sec .sec-head.typ-my-account .cm-regular {
            font-size: 1.6rem; } }
      .bs-sec .sec-head.typ-my-account .sec-title {
        position: relative; }
      .bs-sec .sec-head.typ-my-account .backlink {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.4rem;
        line-height: 1.6rem;
        color: #bd001c;
        font-family: "Gotham-Bold";
        letter-spacing: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
            align-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
        @media only screen and (max-width: 768px) {
          .bs-sec .sec-head.typ-my-account .backlink {
            font-size: 0;
            top: 1.5rem; } }
        .bs-sec .sec-head.typ-my-account .backlink .icon {
          font-size: 2rem;
          transform: rotate(180deg);
          margin-top: -2px;
          margin-right: 0.5rem; }
          @media only screen and (max-width: 768px) {
            .bs-sec .sec-head.typ-my-account .backlink .icon {
              font-size: 2.4rem; } }
    .bs-sec .sec-head.typ-blog-detail::before {
      background: none; }
    .bs-sec .sec-head.typ-testimonial .container {
      position: relative; }
      .bs-sec .sec-head.typ-testimonial .container .sec-title {
        position: absolute;
        left: 0;
        top: 194px;
        z-index: 9;
        color: #ffffff; }
        @media only screen and (max-width: 768px) {
          .bs-sec .sec-head.typ-testimonial .container .sec-title {
            left: 19px;
            top: 103px; } }
    .bs-sec .sec-head.typ-testimonial::before {
      width: 23.5rem;
      height: 20.4rem;
      top: 127px;
      left: -22px;
      z-index: 9; }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head.typ-testimonial::before {
          display: none; } }
    .bs-sec .sec-head.typ-viewall .container {
      position: relative; }
    .bs-sec .sec-head.typ-viewall .weekendLogo {
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head.typ-viewall .weekendLogo img {
          width: 8rem;
          height: 4.8rem; } }
    .bs-sec .sec-head.typ-viewall .icon-next {
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 2.4rem;
      color: #bd001c;
      text-transform: uppercase;
      margin-right: 2rem; }
    .bs-sec .sec-head.typ-cart {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head.typ-cart {
          display: block; } }
      .bs-sec .sec-head.typ-cart:before {
        left: -9rem; }
      .bs-sec .sec-head.typ-cart .sec-title .cm-light {
        font-size: 2.4rem;
        line-height: 1; }
        @media only screen and (max-width: 768px) {
          .bs-sec .sec-head.typ-cart .sec-title .cm-light {
            font-size: 1.6rem; } }
    .bs-sec .sec-head.typ-viewall {
      padding-bottom: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .bs-sec .sec-head.typ-viewall {
          font-size: 0.6rem; } }
  .bs-sec .sub-title {
    font-family: "Gotham-Bold";
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: -1.37px;
    color: #3f4351;
    margin-bottom: 3rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .bs-sec .sub-title {
        font-size: 1.8rem;
        line-height: 2rem;
        margin-bottom: 2.5rem; } }
  .bs-sec .sub-title {
    font-family: "Gotham-Bold";
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: -1.37px;
    color: #3f4351;
    margin-bottom: 3rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .bs-sec .sub-title {
        font-size: 1.8rem;
        line-height: 2rem;
        margin-bottom: 2.5rem; } }
  .bs-sec.typ-social .sec-cont {
    position: relative; }
    .bs-sec.typ-social .sec-cont:before {
      content: '';
      width: 24.29rem;
      height: 16.8rem;
      opacity: 0.11;
      background: url(../assets/images/cont-infograhy.png) 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: -11rem;
      left: 29rem; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-social .sec-cont:before {
          display: none; } }
  .bs-sec.typ-sprint-store .sec-cont {
    position: relative; }
    .bs-sec.typ-sprint-store .sec-cont:before {
      content: '';
      width: 24.29rem;
      height: 16.8rem;
      opacity: 0.11;
      background: url(../assets/images/cont-infograhy.png) 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: -8rem;
      right: 20rem;
      z-index: -1; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-sprint-store .sec-cont:before {
          display: none; } }
  .bs-sec.typ-aboutMissonVision {
    padding: 12rem 0 12rem;
    margin: 3rem 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-aboutMissonVision {
        padding: 9rem 0 8rem;
        margin: 2rem 0; } }
    .bs-sec.typ-aboutMissonVision:before {
      content: '';
      position: absolute;
      left: -10%;
      top: 0;
      width: 40rem;
      height: 27rem;
      background: url(../assets/images/cont-infograhy.png);
      background-size: cover;
      opacity: 0.2; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-aboutMissonVision:before {
          width: 23rem;
          height: 17rem;
          top: 20px;
          left: -129px; } }
  .bs-sec.typ-aboutlegend {
    background-image: linear-gradient(to right, #0b0b0f 22%, rgba(39, 40, 46, 0.96) 100%);
    padding: 10rem 0 4rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 6rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-aboutlegend {
        padding: 5rem 0 4rem;
        margin-bottom: 3rem; } }
    .bs-sec.typ-aboutlegend:after {
      content: "\E905";
      position: absolute;
      right: 0;
      bottom: -160px;
      font-family: 'icomoon' !important;
      opacity: 0.4;
      font-size: 31rem;
      color: #525252;
      z-index: 9; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-aboutlegend:after {
          width: 22rem;
          height: 16rem;
          width: 21rem;
          height: 16rem;
          bottom: -1rem;
          opacity: 0.2; } }
    .bs-sec.typ-aboutlegend .sec-head .sec-title {
      position: relative;
      padding-left: 9rem;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-aboutlegend .sec-head .sec-title {
          padding-left: 6rem; } }
      .bs-sec.typ-aboutlegend .sec-head .sec-title:before {
        background: url(../assets/images/hero-no-1-logo.png) 0 0 no-repeat;
        background-size: cover;
        width: 6.4rem;
        height: 6.8rem;
        position: absolute;
        left: 0;
        top: -1rem;
        content: ''; }
        @media only screen and (max-width: 768px) {
          .bs-sec.typ-aboutlegend .sec-head .sec-title:before {
            width: 4.5rem;
            height: 4.5rem;
            top: 0; } }
    .bs-sec.typ-aboutlegend .sec-head:before {
      content: '';
      position: absolute;
      left: -202px;
      /* bottom: 8.3rem; */
      width: 39rem;
      height: 24rem;
      background: url(../assets/images/cont-infograhy.png) 0 0 no-repeat;
      background-size: cover;
      opacity: 0.2;
      top: -9.7rem; }
      @media only screen and (max-width: 1366px) {
        .bs-sec.typ-aboutlegend .sec-head:before {
          top: -7.8rem;
          left: -14.8rem; } }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-aboutlegend .sec-head:before {
          width: 27rem;
          height: 21rem;
          top: -4rem;
          left: -15rem; } }
  .bs-sec.typ-ourBrand .sec-head {
    position: relative; }
    .bs-sec.typ-ourBrand .sec-head:after {
      content: '';
      position: absolute;
      right: 0;
      top: -16px;
      width: 40rem;
      height: 27.2rem;
      background: url(../assets/images/cont-infograhy.png);
      background-size: cover;
      opacity: 0.4;
      left: 26%; }
      @media only screen and (max-width: 1366px) {
        .bs-sec.typ-ourBrand .sec-head:after {
          top: -16px;
          left: 26%; } }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-ourBrand .sec-head:after {
          width: 16.2rem;
          height: 10.9rem;
          left: 52%; } }
  .bs-sec.typ-top-pad {
    padding-top: 12rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-top-pad {
        padding-top: 6rem; } }
  .bs-sec.typ-quite-social .sec-head {
    margin-bottom: 4rem; }
  .bs-sec.typ-preferences {
    background-image: radial-gradient(circle at 59% 42%, #6c6c6c, #202020 54%); }
    .bs-sec.typ-preferences .sec-head .sec-title {
      color: #ffffff; }
  .bs-sec.typ-no-bottom {
    padding-bottom: 0; }
  .bs-sec.typ-service {
    background-image: linear-gradient(to right, #0b0b0f 22%, rgba(39, 40, 46, 0.96) 100%);
    padding: 9rem 0; }
    .bs-sec.typ-service .sec-head {
      margin-bottom: 4.5rem; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-service .sec-head {
          margin-bottom: 3.1rem; } }
      .bs-sec.typ-service .sec-head .sec-title {
        color: #ffffff; }
        @media only screen and (max-width: 768px) {
          .bs-sec.typ-service .sec-head .sec-title {
            width: 20rem;
            padding-bottom: 0; } }
      .bs-sec.typ-service .sec-head.typ-2::before {
        content: '';
        background: url("../assets/images/title-infography-left.png") 0 0 no-repeat;
        background-size: contain;
        opacity: 1;
        position: absolute;
        top: -8rem;
        left: 1rem;
        width: 23.5rem;
        height: 20.4rem; }
        @media only screen and (max-width: 768px) {
          .bs-sec.typ-service .sec-head.typ-2::before {
            width: 6rem;
            height: 10rem;
            top: 5rem;
            left: -5rem;
            opacity: 0.8; } }
  .bs-sec.typ-extra-pad {
    padding: 12rem 0; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-extra-pad {
        padding: 6rem 0; } }
  .bs-sec.typ-space {
    padding-top: 19.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-space {
        padding-top: 12.9rem; } }
  .bs-sec.typ-vist-store {
    padding: 9.5rem 0 12rem;
    position: relative; }
    .bs-sec.typ-vist-store:after {
      content: '';
      width: 39.4rem;
      height: 37.3rem;
      background: url(../assets/images/cont-infograhy.png) 0 0 no-repeat;
      background-size: cover;
      opacity: 0.3;
      display: inline-block;
      position: absolute;
      bottom: -19rem;
      right: 0;
      z-index: -1; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-vist-store:after {
          width: 16rem;
          height: 20rem; } }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-vist-store {
        padding-top: 12.9rem; } }
  .bs-sec.typ-plp {
    position: relative;
    padding-top: 5rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-plp {
        padding: 2.5rem 0; } }
    .bs-sec.typ-plp::before {
      content: '';
      height: 26.7rem;
      width: 20.2rem;
      background: url("../assets/images/title-infography-typ-2.png") 0 0 no-repeat;
      background-size: contain;
      opacity: 0.5;
      position: absolute;
      top: 15rem;
      left: -4rem; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-plp::before {
          display: none; } }
  .bs-sec.typ-exclusiveModel {
    background: linear-gradient(to top, #616161, #090909);
    padding-bottom: 9rem; }
    .bs-sec.typ-exclusiveModel .sec-head {
      margin-bottom: 4rem; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-exclusiveModel .sec-head {
          margin-bottom: 3rem; } }
      .bs-sec.typ-exclusiveModel .sec-head .sec-title {
        color: #ffffff; }
      .bs-sec.typ-exclusiveModel .sec-head.typ-2::before {
        content: '';
        background: url("../assets/images/title-infography-left.png") 0 0 no-repeat;
        background-size: contain;
        opacity: 1;
        position: absolute;
        top: -5rem;
        left: 1rem;
        width: 23.5rem;
        height: 20.4rem; }
        @media only screen and (max-width: 768px) {
          .bs-sec.typ-exclusiveModel .sec-head.typ-2::before {
            width: 9rem;
            height: 10rem;
            top: -1rem;
            left: -1rem;
            opacity: 0.8; } }
  .bs-sec.typ-pdp-product {
    overflow: hidden; }
  .bs-sec.typ-pdp {
    overflow: hidden;
    padding-top: 16.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-pdp {
        padding-top: 12.4rem; } }
    .bs-sec.typ-pdp::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8rem;
      width: 10.1rem;
      height: 17.1rem;
      background: url(../assets/images/cont-infograhy.png);
      background-size: cover;
      opacity: 1;
      transform: rotate(280deg); }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-pdp::before {
          width: 6.8rem;
          height: 11.6rem; } }
  .bs-sec.typ-mycart {
    padding: 20rem 0 0; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-mycart {
        padding: 12rem 0 6rem; } }
    .bs-sec.typ-mycart .sec-head.typ-2 {
      margin-bottom: 0rem; }
  .bs-sec.typ-payment-offer {
    padding: 0rem 0 6rem; }
  .bs-sec.typ-rider-intro {
    padding-bottom: 0;
    padding-top: 10rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-rider-intro {
        padding-top: 6rem; } }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-video-assi .container {
      padding-right: 0; } }
  .bs-sec.typ-compare-hd.sticky {
    position: fixed;
    top: 99px;
    bottom: initial;
    box-shadow: 0 0 19px 14px rgba(111, 111, 111, 0.13);
    background-color: #ffffff;
    z-index: 9;
    padding: 10rem 0 4rem;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-compare-hd.sticky {
        z-index: 1;
        top: 0;
        padding-bottom: 0;
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem; } }
  .bs-sec.typ-specification {
    padding: 3rem 0 6rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-specification .comparespec-head:before {
        content: '';
        position: absolute;
        background: url(../assets/images/title-infography.png) 0 0 no-repeat;
        background-size: contain;
        width: 1.9rem;
        height: 3.8rem;
        left: -2.3rem;
        top: 4.8rem;
        opacity: 1; } }
  .bs-sec.typ-signin {
    position: relative;
    height: 100vh; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-signin {
        padding-bottom: 0;
        background-image: none; } }
    .bs-sec.typ-signin::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      background-image: linear-gradient(to bottom, #000, #000 87%);
      height: 100%;
      opacity: 0.6; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-signin::after {
          display: none; } }
  .bs-sec.typ-spiderweb {
    padding: 7rem 0;
    position: relative;
    background: #202020 url("../assets/images/web-bg.webp") 0 0 no-repeat;
    background-size: 100%; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-spiderweb {
        padding: 4rem 0 2rem;
        background: #202020 url("../assets/images/web-mob-bg.png") 0 0 no-repeat;
        background-size: cover; }
        .bs-sec.typ-spiderweb .cp-webresult {
          display: none; } }
    .bs-sec.typ-spiderweb .container {
      position: relative; }
    .bs-sec.typ-spiderweb .sec-head::before {
      content: '';
      width: 25.3rem;
      height: 27rem;
      background: url("../assets/images/title-infography-typ-3.png") 0 0 no-repeat;
      background-size: contain;
      opacity: 0.8;
      position: absolute;
      top: -5.9rem;
      left: -0.2rem; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-spiderweb .sec-head::before {
          width: 7.9rem;
          height: 10.9rem;
          top: -1rem;
          left: -3rem; } }
    .bs-sec.typ-spiderweb .sec-head .sec-title {
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-spiderweb .sec-head .sec-title {
          line-height: 3.3rem;
          padding-left: 0; } }
      .bs-sec.typ-spiderweb .sec-head .sec-title .typ-sm {
        line-height: 2.4rem; }
        @media only screen and (max-width: 768px) {
          .bs-sec.typ-spiderweb .sec-head .sec-title .typ-sm {
            line-height: 1.3rem; } }
    .bs-sec.typ-spiderweb .sec-head .sec-desc {
      color: #c2c2c2;
      font-size: 1.6rem;
      line-height: 2.4rem;
      max-width: 33rem;
      margin-top: 3rem; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-spiderweb .sec-head .sec-desc {
          font-size: 1.2rem;
          line-height: 1.6rem;
          margin-top: 1.4rem;
          max-width: 27rem;
          padding-left: 0; } }
  .bs-sec.typ-spider {
    padding-top: 20rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-spider {
        padding-top: 15rem; } }
    .bs-sec.typ-spider::before {
      top: 13rem;
      left: 2rem; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-spider::before {
          display: block;
          left: -3rem;
          height: 10.9rem;
          width: 7.8rem; } }
    .bs-sec.typ-spider .sec-head {
      margin-bottom: 6rem; }
      .bs-sec.typ-spider .sec-head:before {
        display: none; }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-spider .sec-head {
          margin-bottom: 4.3rem; } }
      @media only screen and (max-width: 768px) {
        .bs-sec.typ-spider .sec-head .sec-title {
          font-size: 2.8rem; } }
    .bs-sec.typ-spider .cp-prod-listing .rhs {
      margin-top: 0; }
    .bs-sec.typ-spider .cp-tab-search-result {
      margin-right: 7rem; }
      @media only screen and (max-width: 1024px) {
        .bs-sec.typ-spider .cp-tab-search-result {
          margin-right: 0; } }

@media only screen and (max-width: 768px) {
  .bs-sec.typ-social {
    padding: 2.4rem 0; } }

.bs-sec.typ-warranty {
  padding: 10.6rem 0; }

@media only screen and (max-width: 768px) {
  .bs-sec .sec-head .sec-title {
    line-height: 3.6rem;
    padding-left: 0.6rem; } }

@media only screen and (max-width: 768px) {
  .bs-sec .sec-head .sec-title.offr-title {
    line-height: 3.6rem; } }

.bs-sec .sec-head .sec-title.typ-frequently-title {
  line-height: 4.9rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head .sec-title.typ-frequently-title {
      line-height: 3.9rem; } }

@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-viewall {
    padding-bottom: 0.6rem; } }

@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-viewall.ride-viewall {
    padding-bottom: 0.6rem; } }

@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-viewall .icon-next {
    font-size: 1.8rem;
    padding: 0.4rem; } }

.bs-sec .sec-head.typ-news:before {
  left: -14rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-news:before {
      left: -2.2rem; } }

.bs-sec .sec-head:before {
  z-index: -1; }

.bs-sec .sec-head .sec-title {
  color: #4a4a4a; }
  .bs-sec .sec-head .sec-title .typ-sm.type-light {
    line-height: 2rem; }

@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-blog-detail .sec-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.02rem; } }

@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-blog-detail .typ-sm {
    font-family: "Gotham-Light"; } }

.bs-sec .sec-head.typ-blog-detail .bs-toast-msg .desc {
  margin-bottom: 0rem;
  color: #22894e;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: 'Gotham-Bold';
  text-align: center;
  text-transform: uppercase; }

.bs-sec .sec-head.typ-no-margin {
  margin-bottom: unset; }

.bs-sec .sec-head.sec-prod-desc {
  padding-bottom: 0; }

.bs-sec .sec-head.typ-2.typ-sitemap {
  margin-bottom: 4rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-2.typ-sitemap {
      margin-bottom: 3rem; } }
  .bs-sec .sec-head.typ-2.typ-sitemap::before {
    top: -4.4rem;
    left: 3.6rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec .sec-head.typ-2.typ-sitemap::before {
        width: 9rem;
        height: 9rem;
        top: -2rem;
        left: -3.9rem; } }

.bs-sec .sec-head.typ-2.typ-plcy {
  margin-bottom: 8.3rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-2.typ-plcy {
      margin-bottom: 3.1rem; } }
  .bs-sec .sec-head.typ-2.typ-plcy::before {
    width: 16.67rem;
    height: 14.89rem;
    top: -4.5rem;
    left: 3.6rem;
    opacity: 1;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .bs-sec .sec-head.typ-2.typ-plcy::before {
        width: 8rem;
        height: 8rem;
        top: -2.2rem;
        left: -3.4rem;
        background-size: cover; } }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-2.typ-plcy .sec-title {
      font-size: 3.4rem; } }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-2.typ-plcy .cm-light {
      line-height: 1rem; } }

.bs-sec .sec-head.typ-2 .cm-light {
  font-size: 2.4rem;
  line-height: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-2 .cm-light {
      font-size: 1.6rem;
      line-height: 2rem;
      letter-spacing: -0.1rem; } }

.bs-sec .sec-head.typ-2::before {
  width: 16.67rem;
  top: -5.7rem;
  left: 2rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-2::before {
      width: 9rem;
      height: 8rem;
      top: -2rem;
      left: -3.4rem;
      background-size: cover; } }

.bs-sec .sec-head.typ-my-account {
  margin-top: 0.6rem;
  margin-bottom: 5.7rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-my-account {
      margin-bottom: 2.2rem;
      margin-top: -1.2rem; } }
  .bs-sec .sec-head.typ-my-account .backlink {
    top: 2.9rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec .sec-head.typ-my-account .backlink {
        bottom: 0.5rem; } }
  .bs-sec .sec-head.typ-my-account .sec-title {
    font-size: 4.8rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec .sec-head.typ-my-account .sec-title {
        font-size: 3.4rem;
        padding-bottom: 0; } }
  .bs-sec .sec-head.typ-my-account .cm-regular {
    font-family: "Gotham-Light"; }
    @media only screen and (max-width: 768px) {
      .bs-sec .sec-head.typ-my-account .cm-regular {
        letter-spacing: -0.91px; } }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-my-account.typ-order-details {
      margin-bottom: 3rem; } }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-my-account.typ-order-details .sec-title {
      padding-bottom: 0rem; } }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-my-account.typ-order-details .backlink {
      bottom: auto;
      top: 1.2rem; } }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-my-account.typ-order-details .backlink .icon {
      position: absolute;
      top: 13px;
      right: 0; } }
  .bs-sec .sec-head.typ-my-account.typ-order-history::before, .bs-sec .sec-head.typ-my-account.typ-order-details::before {
    top: -4.5rem;
    left: 4.5rem;
    opacity: 0.8; }
    @media only screen and (max-width: 768px) {
      .bs-sec .sec-head.typ-my-account.typ-order-history::before, .bs-sec .sec-head.typ-my-account.typ-order-details::before {
        top: -2rem;
        left: -3rem; } }

.bs-sec .sec-head.typ-cart::before {
  top: -4rem;
  left: -9.4rem;
  z-index: -1; }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-cart::before {
      width: 9rem;
      height: 9rem;
      top: -2.3rem;
      left: -5.8rem;
      background-size: cover; } }

.bs-sec .sec-head.typ-cart .sec-title {
  padding-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    .bs-sec .sec-head.typ-cart .sec-title {
      font-size: 3.4rem; } }

@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-cart .cp-cart-steps {
    margin: 3.1rem 0 0; } }

.bs-sec .sec-head.typ-viewall .weekendLogo img {
  width: 12.4rem;
  height: 6.8rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-viewall .weekendLogo img {
      width: 8.8rem;
      height: 4.8rem; } }

.bs-sec .sec-head.typ-sprint-store .btn-link {
  font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec .sec-head.typ-sprint-store .btn-link {
      font-size: 1.2rem;
      right: 0;
      bottom: 0;
      padding: 0rem 0 0.7rem;
      display: inline-block; } }

@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-sprint-store.typ-2::before {
    z-index: 0;
    opacity: 1;
    left: -2.5rem;
    top: -1.5rem;
    width: 11rem;
    height: 9.4rem; } }

@media only screen and (max-width: 768px) {
  .bs-sec.typ-mycart {
    padding: 13rem 0 0; } }

@media only screen and (min-width: 76.8rem) and (max-width: 140rem) {
  .bs-sec.typ-compare-hd.sticky {
    padding: 4rem 0 4rem; } }

.bs-sec.typ-pdp::before {
  top: 7rem;
  left: 1rem;
  width: 20rem;
  height: 17rem;
  transform: rotate(359deg);
  background: url(../assets/images/cont-infography-dark.png) no-repeat; }
  @media only screen and (max-width: 1366px) {
    .bs-sec.typ-pdp::before {
      width: 25rem;
      height: 21rem; } }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-pdp::before {
      left: -0.01rem;
      top: 5.7rem;
      width: 10.7rem;
      height: 8.8rem;
      transform: rotate(355deg);
      background-size: 100%;
      background-repeat: no-repeat; } }

@media only screen and (max-width: 768px) {
  .bs-sec.typ-cart {
    padding: 0; } }

.bs-sec.typ-cart.typ-address {
  padding: 2.7rem 0 5.7rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-cart.typ-address {
      padding: 0; } }

.bs-sec.typ-aboutlegend {
  margin-bottom: 8rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-aboutlegend {
      margin-bottom: 5rem; } }
  .bs-sec.typ-aboutlegend:after {
    bottom: -120px;
    opacity: 0.3;
    font-size: 33rem;
    right: 5.8rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-aboutlegend:after {
        width: auto;
        height: auto;
        bottom: -5.5rem;
        opacity: 0.3;
        font-size: 16.5rem;
        right: -3rem; } }
  .bs-sec.typ-aboutlegend .sec-head:before {
    left: -14.5rem;
    background-size: cover;
    opacity: 0.2;
    top: -10.4rem;
    z-index: 0; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-aboutlegend .sec-head:before {
        content: "";
        background: url(../assets/images/title-infography-typ-2.png) 0 0 no-repeat;
        width: 10rem;
        height: 9rem;
        top: -2.1rem;
        left: -3.7rem;
        opacity: 1;
        z-index: 0;
        background-size: cover; } }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-aboutlegend .sec-head .sec-title {
      letter-spacing: -1.94px;
      line-height: 4rem; } }

.bs-sec.typ-signin {
  height: 100%; }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-signin {
      background-image: none !important;
      height: 100vh; } }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-signin .container {
      padding: 0; } }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-signin .pageWrapper {
      padding-top: 5.5rem; } }

.bs-sec.typ-otp {
  height: 100vh; }

.bs-sec.typ-offer {
  padding: 10.6rem 0 4rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-offer {
      padding: 6rem 0 4rem; } }
  .bs-sec.typ-offer .sec-head {
    margin-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-offer .sec-head {
        margin-bottom: 1rem; } }
    .bs-sec.typ-offer .sec-head .sec-title .typ-sm {
      font-family: "Gotham-Light"; }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-offer .act-wrap .btn.btn-default:hover {
      background: #ffffff;
      color: #bd001c; } }

.bs-sec.typ-social #eapps-instagram-feed-1 a.es-post-user-name {
  color: #4a4a4a;
  font-family: "Gotham-Bold"; }

.bs-sec.typ-social .es-post-date {
  color: #4a4a4a;
  font-family: "Gotham-Book"; }

.bs-sec.typ-social .es-post-text {
  font-family: "Gotham-Book"; }

@media only screen and (max-width: 768px) {
  .bs-sec.typ-vist-store {
    padding-top: 7rem;
    padding-bottom: 6rem; } }

@media only screen and (max-width: 768px) {
  .bs-sec.typ-vist-store .sec-head.typ-sprint-store .btn {
    padding-left: 3rem;
    bottom: 1.4rem;
    width: 12rem;
    right: 0.1rem;
    text-align: left;
    white-space: normal;
    min-width: auto; } }

.bs-sec.typ-vist-store .sec-head.typ-sprint-store .icon-store-location {
  position: absolute;
  left: -24px;
  font-size: 2.8rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-vist-store .sec-head.typ-sprint-store .icon-store-location {
      position: absolute;
      left: 0;
      font-size: 2.2rem; } }

@media only screen and (max-width: 768px) {
  .bs-sec.typ-vist-store:after {
    opacity: 0.8;
    bottom: -10.5rem;
    right: 0px; } }

.bs-sec.typ-reachus {
  padding: 11.6rem 0 6rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-reachus {
      padding: 6rem 0 3rem; } }

@media only screen and (max-width: 768px) {
  .bs-sec.typ-service {
    padding: 6rem 0 3.4rem; } }

.bs-sec.typ-spiderweb {
  padding-bottom: 5rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-spiderweb .sec-head:before {
      width: 25.3rem;
      left: -7rem;
      z-index: 0;
      opacity: 1; } }

.bs-sec.typ-experinceRider {
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-experinceRider {
      padding: 4rem 0 0; } }

.bs-swiper {
  position: relative; }
  .bs-swiper .swiper-container .swiper-zoom-container > img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center; }
  .bs-swiper .swiper-slide {
    background-size: cover;
    background-position: center; }
  .bs-swiper .swiper-pagination-bullet:only-child {
    visibility: hidden; }
  .bs-swiper .swiper-pagination {
    z-index: 5; }
  .bs-swiper .swiper-button-next,
  .bs-swiper .swiper-button-prev {
    z-index: 8; }
  .bs-swiper.typ-socialmedia {
    position: relative; }
    .bs-swiper.typ-socialmedia .swiper-container {
      padding-bottom: 5rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-socialmedia .swiper-container {
          margin-right: -2rem; } }
    .bs-swiper.typ-socialmedia .swiper-slide {
      width: 37rem;
      margin-right: 3rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-socialmedia .swiper-slide {
          width: 22rem;
          margin-right: 1.5rem; } }
    .bs-swiper.typ-socialmedia .swiper-pagination {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .bs-swiper.typ-socialmedia .swiper-pagination-bullet {
      width: 1rem;
      height: 1rem;
      margin-right: 1.7rem;
      opacity: 0.4;
      background-color: #c0c0c0;
      border-radius: 50%;
      transition: all 0.5s ease; }
    .bs-swiper.typ-socialmedia .swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #717171; }
    .bs-swiper.typ-socialmedia .swiper-button-next {
      width: 2.4rem;
      height: 2.4rem;
      right: -5.4rem; }
      .bs-swiper.typ-socialmedia .swiper-button-next::after {
        font-size: 2.4rem;
        color: #bd001c; }
    .bs-swiper.typ-socialmedia .swiper-button-prev {
      width: 2.4rem;
      height: 2.4rem;
      left: -5.4rem; }
      .bs-swiper.typ-socialmedia .swiper-button-prev::after {
        font-size: 2.4rem;
        color: #bd001c; }
  .bs-swiper.typ-experience-banner .swiper-pagination {
    bottom: 3rem;
    position: absolute;
    left: 3rem; }
  .bs-swiper.typ-experience-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 17px;
    opacity: 0.4;
    background: #ffffff; }
  .bs-swiper.typ-experience-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #bd001c; }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-warrantySlider .swiper-container {
      margin-right: -2rem; } }
  .bs-swiper.typ-warrantySlider .swiper-slide {
    width: auto;
    margin-right: 0.5rem; }
  .bs-swiper.typ-journey {
    margin-right: -12%; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-journey {
        margin-right: -17%; } }
    @media only screen and (max-width: 576px) {
      .bs-swiper.typ-journey {
        margin-right: -5%; } }
    .bs-swiper.typ-journey .swiper-slide {
      width: 37rem;
      height: 50rem;
      margin-right: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-journey .swiper-slide {
          width: 24.5rem;
          height: 35rem; } }
      .bs-swiper.typ-journey .swiper-slide:first-child {
        border-radius: 2rem 0 0 2rem;
        overflow: hidden; }
        .bs-swiper.typ-journey .swiper-slide:first-child .cp-journey-card .content-wrap {
          border-radius: 2rem 2rem 0 0; }
    .bs-swiper.typ-journey .swiper-button-next:after,
    .bs-swiper.typ-journey .swiper-container-rtl .swiper-button-prev:after,
    .bs-swiper.typ-journey .swiper-button-prev:after,
    .bs-swiper.typ-journey .swiper-container-rtl .swiper-button-next:after {
      display: none; }
    .bs-swiper.typ-journey .swiper-button-next:before,
    .bs-swiper.typ-journey .swiper-button-prev:before {
      content: "\E92A";
      font-family: 'icomoon';
      font-size: 2rem;
      line-height: 2.6rem;
      color: #bd001c; }
    .bs-swiper.typ-journey .swiper-button-next.swiper-button-disabled,
    .bs-swiper.typ-journey .swiper-button-prev.swiper-button-disabled {
      opacity: 0.5; }
    .bs-swiper.typ-journey .swiper-button-next {
      transform: rotate(180deg); }
    .bs-swiper.typ-journey .nav-btn {
      position: absolute;
      width: 9rem;
      right: 12%;
      top: -4.5rem; }
    .bs-swiper.typ-journey .swiper-pagination {
      left: 50%;
      bottom: -4rem;
      transform: translateX(-50%); }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-journey .swiper-pagination {
          bottom: -3.1rem; } }
      .bs-swiper.typ-journey .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 7px;
        opacity: 0.4;
        background-color: #c0c0c0; }
        @media only screen and (max-width: 768px) {
          .bs-swiper.typ-journey .swiper-pagination .swiper-pagination-bullet {
            width: 5px;
            height: 5px;
            margin: 0 9px 0 0; } }
      .bs-swiper.typ-journey .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #717171;
        opacity: 1; }
    .bs-swiper.typ-journey.typeswiperNav {
      position: relative; }
      .bs-swiper.typ-journey.typeswiperNav .swiper-button-next {
        right: 11%;
        left: auto;
        top: -4px; }
        @media only screen and (max-width: 768px) {
          .bs-swiper.typ-journey.typeswiperNav .swiper-button-next {
            display: none; } }
      .bs-swiper.typ-journey.typeswiperNav .swiper-button-prev {
        left: 85%;
        right: auto;
        top: -4px; }
        @media only screen and (max-width: 768px) {
          .bs-swiper.typ-journey.typeswiperNav .swiper-button-prev {
            display: none; } }
    .bs-swiper.typ-journey .swiper-pagination-bullet-active {
      background-color: #717171;
      opacity: 1; }
  .bs-swiper.typ-creator {
    padding-top: 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-creator {
        padding-top: 0; } }
    .bs-swiper.typ-creator .swiper-slide {
      width: 37rem;
      margin-right: 3rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-creator .swiper-slide {
          width: 25rem; } }
    .bs-swiper.typ-creator .img-wrap {
      width: 37rem;
      height: 37rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-creator .img-wrap {
          width: 25rem;
          height: 25rem; } }
    .bs-swiper.typ-creator .swiper-container {
      padding-bottom: 4.5rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-creator .swiper-container {
          padding-bottom: 4rem;
          margin-right: -2rem; } }
    .bs-swiper.typ-creator .swiper-pagination {
      left: 50%;
      transform: translateX(-50%); }
    .bs-swiper.typ-creator .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #c0c0c0;
      margin: 0 1.7rem 0 0; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-creator .swiper-pagination-bullet {
          width: 5px;
          height: 5px;
          margin: 0 3px; } }
    .bs-swiper.typ-creator .swiper-pagination-bullet-active {
      background: #717171; }
    .bs-swiper.typ-creator .swiper-button-next:after,
    .bs-swiper.typ-creator .swiper-container-rtl .swiper-button-prev:after,
    .bs-swiper.typ-creator .swiper-button-prev:after,
    .bs-swiper.typ-creator .swiper-container-rtl .swiper-button-next:after {
      display: none; }
    .bs-swiper.typ-creator .swiper-button-next,
    .bs-swiper.typ-creator .swiper-button-prev {
      top: 37%; }
      .bs-swiper.typ-creator .swiper-button-next:before,
      .bs-swiper.typ-creator .swiper-button-prev:before {
        content: "\E92A";
        font-family: 'icomoon';
        font-size: 2rem;
        line-height: 2.6rem;
        color: #bd001c; }
      .bs-swiper.typ-creator .swiper-button-next.swiper-button-disabled,
      .bs-swiper.typ-creator .swiper-button-prev.swiper-button-disabled {
        opacity: 0.5; }
    .bs-swiper.typ-creator .swiper-button-next {
      transform: rotate(180deg);
      right: -5.4rem; }
    .bs-swiper.typ-creator .swiper-button-prev {
      left: -5.4rem; }
  .bs-swiper.typ-legend {
    padding-top: 2rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-legend {
        padding-top: 3rem; } }
    .bs-swiper.typ-legend .swiper-container {
      padding-bottom: 5rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-legend .swiper-container {
          padding-bottom: 4rem;
          margin-right: -2rem; } }
    .bs-swiper.typ-legend .swiper-slide {
      width: 37rem;
      margin-right: 3rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-legend .swiper-slide {
          width: 14rem;
          margin-right: 1rem; } }
    .bs-swiper.typ-legend .swiper-pagination {
      bottom: 0; }
    .bs-swiper.typ-legend .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 0 0 17px;
      opacity: 0.4;
      background-color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-legend .swiper-pagination-bullet {
          width: 5px;
          height: 5px;
          margin: 0 3px; } }
      .bs-swiper.typ-legend .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #d02127;
        opacity: 1; }
  .bs-swiper.typeswiperNav {
    position: relative; }
    .bs-swiper.typeswiperNav .swiper-button-next {
      width: 2.4rem;
      height: 2.4rem;
      right: -5.4rem; }
      .bs-swiper.typeswiperNav .swiper-button-next::after {
        font-size: 2.4rem;
        color: #bd001c; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typeswiperNav .swiper-button-next {
          display: none; } }
    .bs-swiper.typeswiperNav .swiper-button-prev {
      width: 2.4rem;
      height: 2.4rem;
      left: -5.4rem; }
      .bs-swiper.typeswiperNav .swiper-button-prev::after {
        font-size: 2.4rem;
        color: #bd001c; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typeswiperNav .swiper-button-prev {
          display: none; } }
  .bs-swiper.typ-factoryDetail .swiper-slide {
    width: 37rem;
    margin-right: 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-factoryDetail .swiper-slide {
        width: 28.5rem;
        margin-right: 2rem; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-factoryDetail .imgWrap {
      width: 28.6rem;
      height: 16.1rem; } }
  .bs-swiper.typ-factoryDetail .swiper-container {
    padding-bottom: 5rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-factoryDetail .swiper-container {
        margin-right: -2rem; } }
  .bs-swiper.typ-factoryDetail .swiper-pagination {
    left: 50%;
    transform: translateX(-50%); }
  .bs-swiper.typ-factoryDetail .swiper-pagination-bullets {
    bottom: 13px; }
  .bs-swiper.typ-factoryDetail .swiper-pagination-bullet {
    margin-left: 0;
    margin-right: 1.7rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-factoryDetail .swiper-pagination-bullet {
        margin-right: 0.9rem; } }
    .bs-swiper.typ-factoryDetail .swiper-pagination-bullet:last-child {
      margin-right: 0; }
  .bs-swiper.typ-factoryDetail .swiper-pagination-bullet-active {
    background: #717171; }
  .bs-swiper.typ-factoryDetail .swiper-button-next:after,
  .bs-swiper.typ-factoryDetail .swiper-container-rtl .swiper-button-prev:after,
  .bs-swiper.typ-factoryDetail .swiper-button-prev:after,
  .bs-swiper.typ-factoryDetail .swiper-container-rtl .swiper-button-next:after {
    display: none; }
  .bs-swiper.typ-factoryDetail .swiper-button-next:before,
  .bs-swiper.typ-factoryDetail .swiper-button-prev:before {
    content: "\E92A";
    font-family: 'icomoon';
    font-size: 2rem;
    line-height: 2.6rem;
    color: #bd001c; }
  .bs-swiper.typ-factoryDetail .swiper-button-next.swiper-button-disabled,
  .bs-swiper.typ-factoryDetail .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5; }
  .bs-swiper.typ-factoryDetail .swiper-button-next {
    transform: rotate(180deg);
    right: -5.4rem; }
  .bs-swiper.typ-factoryDetail .swiper-button-prev {
    left: -5.4rem; }
  .bs-swiper.typ-brand {
    padding-top: 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-brand {
        padding-top: 0; } }
    .bs-swiper.typ-brand .swiper-container {
      padding-bottom: 0; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-brand .swiper-container {
          padding-bottom: 0rem;
          margin-right: -2rem; } }
    .bs-swiper.typ-brand .swiper-pagination {
      left: 0;
      right: 0;
      bottom: 7px; }
    .bs-swiper.typ-brand .swiper-slide {
      width: 28.0rem;
      margin-right: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-brand .swiper-slide {
          width: 13.2rem;
          margin-right: 1.5rem; } }
    .bs-swiper.typ-brand .img-wrap {
      width: 22.0rem;
      height: 30.8rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-brand .img-wrap {
          width: 13.2rem;
          height: 16.7rem; } }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-brand .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 3px; } }
    .bs-swiper.typ-brand .swiper-pagination-bullet-active {
      background: #747474; }
  .bs-swiper.typ-mainBanner .swiper-pagination-bullets,
  .bs-swiper.typ-mainBanner .home-pagination {
    bottom: 7.8rem;
    width: auto;
    text-align: left;
    position: absolute;
    z-index: 13; }
    .bs-swiper.typ-mainBanner .swiper-pagination-bullets.experience-pagination,
    .bs-swiper.typ-mainBanner .home-pagination.experience-pagination {
      z-index: 10; }
  .bs-swiper.typ-mainBanner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #ffffff;
    opacity: 0.4; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-mainBanner .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 3px; } }
  .bs-swiper.typ-mainBanner .swiper-pagination-bullet-active {
    background: #d02127;
    opacity: 1; }
  .bs-swiper.typ-factory {
    position: relative; }
    .bs-swiper.typ-factory .swiper-slide {
      height: 65rem; }
    .bs-swiper.typ-factory .img-wrap {
      position: relative; }
      .bs-swiper.typ-factory .img-wrap:after {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.85;
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.46) 45%, #000);
        content: '';
        width: 100%;
        height: 100%; }
    .bs-swiper.typ-factory .swiper-pagination-bullets {
      text-align: left;
      bottom: 80px; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-factory .swiper-pagination-bullets {
          text-align: left;
          top: -177px; } }
    .bs-swiper.typ-factory .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      opacity: 0.4;
      background-color: #ffffff;
      margin: 0 17px 0 0; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-factory .swiper-pagination-bullet {
          width: 5px;
          height: 5px;
          margin: 0 3px; } }
      .bs-swiper.typ-factory .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #d02127;
        opacity: 1; }
  .bs-swiper.typ-single-banner, .bs-swiper.typ-biker-speak {
    position: relative; }
    .bs-swiper.typ-single-banner:after, .bs-swiper.typ-biker-speak:after {
      position: absolute;
      top: 0;
      opacity: 0.85;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 83%, #000 15%, #000 15%, #000 15%);
      content: '';
      width: 100%;
      height: 100%; }
    .bs-swiper.typ-single-banner .swiper-pagination-bullets,
    .bs-swiper.typ-single-banner .pagination,
    .bs-swiper.typ-single-banner .accBlue-pagination, .bs-swiper.typ-biker-speak .swiper-pagination-bullets,
    .bs-swiper.typ-biker-speak .pagination,
    .bs-swiper.typ-biker-speak .accBlue-pagination {
      bottom: 5rem;
      width: auto;
      z-index: 5;
      position: absolute; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-single-banner .swiper-pagination-bullets,
        .bs-swiper.typ-single-banner .pagination,
        .bs-swiper.typ-single-banner .accBlue-pagination, .bs-swiper.typ-biker-speak .swiper-pagination-bullets,
        .bs-swiper.typ-biker-speak .pagination,
        .bs-swiper.typ-biker-speak .accBlue-pagination {
          bottom: 3rem; } }
    .bs-swiper.typ-single-banner .swiper-pagination-bullet, .bs-swiper.typ-biker-speak .swiper-pagination-bullet {
      width: 1rem;
      height: 1rem;
      opacity: 0.4;
      background-color: #ffffff;
      margin-right: 1.7rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-single-banner .swiper-pagination-bullet, .bs-swiper.typ-biker-speak .swiper-pagination-bullet {
          width: 0.5rem;
          height: 0.5rem;
          margin-right: 0.6rem; } }
      .bs-swiper.typ-single-banner .swiper-pagination-bullet.swiper-pagination-bullet-active, .bs-swiper.typ-biker-speak .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #d02127;
        opacity: 1; }
    .bs-swiper.typ-single-banner .swiper-button-next,
    .bs-swiper.typ-single-banner .swiper-button-prev,
    .bs-swiper.typ-single-banner .testimonial-btnN,
    .bs-swiper.typ-single-banner .testimonial-btnP,
    .bs-swiper.typ-single-banner .btn-next,
    .bs-swiper.typ-single-banner .btn-prev, .bs-swiper.typ-biker-speak .swiper-button-next,
    .bs-swiper.typ-biker-speak .swiper-button-prev,
    .bs-swiper.typ-biker-speak .testimonial-btnN,
    .bs-swiper.typ-biker-speak .testimonial-btnP,
    .bs-swiper.typ-biker-speak .btn-next,
    .bs-swiper.typ-biker-speak .btn-prev {
      width: 3rem;
      height: 3rem;
      top: 50%;
      right: auto;
      transform: translateY(-50%);
      color: #ffffff;
      z-index: 8;
      position: absolute;
      cursor: pointer; }
      .bs-swiper.typ-single-banner .swiper-button-next.swiper-button-disabled,
      .bs-swiper.typ-single-banner .swiper-button-prev.swiper-button-disabled,
      .bs-swiper.typ-single-banner .testimonial-btnN.swiper-button-disabled,
      .bs-swiper.typ-single-banner .testimonial-btnP.swiper-button-disabled,
      .bs-swiper.typ-single-banner .btn-next.swiper-button-disabled,
      .bs-swiper.typ-single-banner .btn-prev.swiper-button-disabled, .bs-swiper.typ-biker-speak .swiper-button-next.swiper-button-disabled,
      .bs-swiper.typ-biker-speak .swiper-button-prev.swiper-button-disabled,
      .bs-swiper.typ-biker-speak .testimonial-btnN.swiper-button-disabled,
      .bs-swiper.typ-biker-speak .testimonial-btnP.swiper-button-disabled,
      .bs-swiper.typ-biker-speak .btn-next.swiper-button-disabled,
      .bs-swiper.typ-biker-speak .btn-prev.swiper-button-disabled {
        cursor: auto;
        pointer-events: none;
        opacity: .6; }
      .bs-swiper.typ-single-banner .swiper-button-next:after,
      .bs-swiper.typ-single-banner .swiper-button-prev:after,
      .bs-swiper.typ-single-banner .testimonial-btnN:after,
      .bs-swiper.typ-single-banner .testimonial-btnP:after,
      .bs-swiper.typ-single-banner .btn-next:after,
      .bs-swiper.typ-single-banner .btn-prev:after, .bs-swiper.typ-biker-speak .swiper-button-next:after,
      .bs-swiper.typ-biker-speak .swiper-button-prev:after,
      .bs-swiper.typ-biker-speak .testimonial-btnN:after,
      .bs-swiper.typ-biker-speak .testimonial-btnP:after,
      .bs-swiper.typ-biker-speak .btn-next:after,
      .bs-swiper.typ-biker-speak .btn-prev:after {
        content: "\E92A" !important;
        font-family: "icomoon" !important;
        font-size: 2.2rem;
        text-shadow: 2px 1px 6px #323030; }
      .bs-swiper.typ-single-banner .swiper-button-next:disabled,
      .bs-swiper.typ-single-banner .swiper-button-prev:disabled,
      .bs-swiper.typ-single-banner .testimonial-btnN:disabled,
      .bs-swiper.typ-single-banner .testimonial-btnP:disabled,
      .bs-swiper.typ-single-banner .btn-next:disabled,
      .bs-swiper.typ-single-banner .btn-prev:disabled, .bs-swiper.typ-biker-speak .swiper-button-next:disabled,
      .bs-swiper.typ-biker-speak .swiper-button-prev:disabled,
      .bs-swiper.typ-biker-speak .testimonial-btnN:disabled,
      .bs-swiper.typ-biker-speak .testimonial-btnP:disabled,
      .bs-swiper.typ-biker-speak .btn-next:disabled,
      .bs-swiper.typ-biker-speak .btn-prev:disabled {
        opacity: 0.8; }
    .bs-swiper.typ-single-banner .swiper-button-next,
    .bs-swiper.typ-single-banner .testimonial-btnN,
    .bs-swiper.typ-single-banner .btn-next, .bs-swiper.typ-biker-speak .swiper-button-next,
    .bs-swiper.typ-biker-speak .testimonial-btnN,
    .bs-swiper.typ-biker-speak .btn-next {
      right: 7.5rem;
      transform: translateY(-50%) rotate(180deg); }
    .bs-swiper.typ-single-banner .swiper-button-prev,
    .bs-swiper.typ-single-banner .testimonial-btnP,
    .bs-swiper.typ-single-banner .btn-prev, .bs-swiper.typ-biker-speak .swiper-button-prev,
    .bs-swiper.typ-biker-speak .testimonial-btnP,
    .bs-swiper.typ-biker-speak .btn-prev {
      left: 7.5rem; }
  .bs-swiper.typ-storeCard {
    position: relative; }
    .bs-swiper.typ-storeCard .swiper-container {
      padding-bottom: 6rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-storeCard .swiper-container {
          margin-right: -2rem;
          padding-bottom: 4rem; } }
    .bs-swiper.typ-storeCard .swiper-slide {
      width: 57rem;
      margin-right: 3rem; }
      @media only screen and (max-width: 1366px) {
        .bs-swiper.typ-storeCard .swiper-slide {
          margin-right: 2rem; } }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-storeCard .swiper-slide {
          width: 30.5rem;
          margin-right: 1rem; } }
    .bs-swiper.typ-storeCard .swiper-pagination {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .bs-swiper.typ-storeCard .swiper-pagination-bullet {
      width: 1rem;
      height: 1rem;
      margin-right: 1.7rem;
      opacity: 0.4;
      background-color: #c0c0c0;
      border-radius: 50%;
      transition: all 0.5s ease; }
    .bs-swiper.typ-storeCard .swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #717171; }
    .bs-swiper.typ-storeCard .swiper-button-next:after,
    .bs-swiper.typ-storeCard .swiper-container-rtl .swiper-button-prev:after,
    .bs-swiper.typ-storeCard .swiper-button-prev:after,
    .bs-swiper.typ-storeCard .swiper-container-rtl .swiper-button-next:after {
      display: none; }
    .bs-swiper.typ-storeCard .swiper-button-next:before,
    .bs-swiper.typ-storeCard .swiper-button-prev:before {
      content: "\E92A";
      font-family: 'icomoon';
      font-size: 2rem;
      line-height: 2.6rem;
      color: #bd001c; }
    .bs-swiper.typ-storeCard .swiper-button-next.swiper-button-disabled,
    .bs-swiper.typ-storeCard .swiper-button-prev.swiper-button-disabled {
      opacity: 0.5; }
    .bs-swiper.typ-storeCard .swiper-button-next {
      transform: translateY(-50%) rotate(180deg);
      right: -5.4rem; }
    .bs-swiper.typ-storeCard .swiper-button-prev {
      left: -5.4rem; }
  .bs-swiper.typ-related-blogs .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-related-blogs .swiper-wrapper {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-related-blogs .swiper-container {
      padding-bottom: 2rem;
      overflow: hidden; } }
  .bs-swiper.typ-related-blogs .swiper-slide {
    width: 38.3rem !important;
    margin-right: 1rem; }
    @media only screen and (max-width: 1366px) {
      .bs-swiper.typ-related-blogs .swiper-slide {
        width: 38rem !important; } }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-related-blogs .swiper-slide {
        width: 29.6rem !important;
        margin-right: 1rem; } }
    .bs-swiper.typ-related-blogs .swiper-slide:nth-child(3n+3) {
      margin-right: 0; }
  .bs-swiper.typ-related-blogs .cp-blog-card {
    width: 100%; }
  .bs-swiper.typ-related-blogs .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem; }
  .bs-swiper.typ-related-blogs .swiper-pagination-bullet-active {
    background: #747474; }
  .bs-swiper.typ-related-blogs .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 4px; }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-related-blogs .swiper-container-horizontal .swiper-pagination-bullets {
      bottom: 0; } }
  .bs-swiper.typ-related-news .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-related-news .swiper-wrapper {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-related-news .swiper-container {
      padding-bottom: 2rem; } }
  .bs-swiper.typ-related-news .swiper-slide {
    width: 38.3rem;
    margin-right: 1rem; }
    @media only screen and (max-width: 1366px) {
      .bs-swiper.typ-related-news .swiper-slide {
        width: 38rem; } }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-related-news .swiper-slide {
        width: 29.6rem;
        margin-right: 0; } }
    .bs-swiper.typ-related-news .swiper-slide:nth-child(3n+3) {
      margin-right: 0; }
  .bs-swiper.typ-related-news .cp-blog-card {
    width: 100%; }
  .bs-swiper.typ-related-news .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem; }
  .bs-swiper.typ-related-news .swiper-pagination-bullet-active {
    background: #747474; }
  .bs-swiper.typ-related-news .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 4px; }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-related-news .swiper-container-horizontal .swiper-pagination-bullets {
      bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-video-assist .swiper-container {
      padding-bottom: 2.5rem; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-video-assist .swiper-container .swiper-pagination-bullets {
      bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-proSwiper {
      margin-bottom: 2rem;
      margin-right: -2rem; } }
  .bs-swiper.typ-proSwiper .swiper-slide {
    width: 38rem;
    margin-right: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-proSwiper .swiper-slide {
        width: 28.3rem; } }
  .bs-swiper.typ-proSwiper .swiper-button-next:after,
  .bs-swiper.typ-proSwiper .swiper-container-rtl .swiper-button-prev:after,
  .bs-swiper.typ-proSwiper .swiper-button-prev:after,
  .bs-swiper.typ-proSwiper .swiper-container-rtl .swiper-button-next:after {
    display: none; }
  .bs-swiper.typ-proSwiper .swiper-button-next,
  .bs-swiper.typ-proSwiper .swiper-button-prev,
  .bs-swiper.typ-proSwiper .btn-next,
  .bs-swiper.typ-proSwiper .btn-prev,
  .bs-swiper.typ-proSwiper .btn-next-offer,
  .bs-swiper.typ-proSwiper .btn-prev-offer,
  .bs-swiper.typ-proSwiper .range-btn-prev,
  .bs-swiper.typ-proSwiper .range-btn-next,
  .bs-swiper.typ-proSwiper .btn-prev-selfie,
  .bs-swiper.typ-proSwiper .btn-next-selfie,
  .bs-swiper.typ-proSwiper .catogery-btn-next,
  .bs-swiper.typ-proSwiper .catogery-btn-prev {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 4px;
    background: #eeecec;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    cursor: pointer; }
    .bs-swiper.typ-proSwiper .swiper-button-next:before,
    .bs-swiper.typ-proSwiper .swiper-button-prev:before,
    .bs-swiper.typ-proSwiper .btn-next:before,
    .bs-swiper.typ-proSwiper .btn-prev:before,
    .bs-swiper.typ-proSwiper .btn-next-offer:before,
    .bs-swiper.typ-proSwiper .btn-prev-offer:before,
    .bs-swiper.typ-proSwiper .range-btn-prev:before,
    .bs-swiper.typ-proSwiper .range-btn-next:before,
    .bs-swiper.typ-proSwiper .btn-prev-selfie:before,
    .bs-swiper.typ-proSwiper .btn-next-selfie:before,
    .bs-swiper.typ-proSwiper .catogery-btn-next:before,
    .bs-swiper.typ-proSwiper .catogery-btn-prev:before {
      content: "\E92A";
      font-family: 'icomoon';
      font-size: 1.8rem;
      line-height: 2.6rem;
      color: #bd001c;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .bs-swiper.typ-proSwiper .swiper-button-next.swiper-button-disabled,
    .bs-swiper.typ-proSwiper .swiper-button-prev.swiper-button-disabled,
    .bs-swiper.typ-proSwiper .btn-next.swiper-button-disabled,
    .bs-swiper.typ-proSwiper .btn-prev.swiper-button-disabled,
    .bs-swiper.typ-proSwiper .btn-next-offer.swiper-button-disabled,
    .bs-swiper.typ-proSwiper .btn-prev-offer.swiper-button-disabled,
    .bs-swiper.typ-proSwiper .range-btn-prev.swiper-button-disabled,
    .bs-swiper.typ-proSwiper .range-btn-next.swiper-button-disabled,
    .bs-swiper.typ-proSwiper .btn-prev-selfie.swiper-button-disabled,
    .bs-swiper.typ-proSwiper .btn-next-selfie.swiper-button-disabled,
    .bs-swiper.typ-proSwiper .catogery-btn-next.swiper-button-disabled,
    .bs-swiper.typ-proSwiper .catogery-btn-prev.swiper-button-disabled {
      opacity: 1; }
      .bs-swiper.typ-proSwiper .swiper-button-next.swiper-button-disabled:before,
      .bs-swiper.typ-proSwiper .swiper-button-prev.swiper-button-disabled:before,
      .bs-swiper.typ-proSwiper .btn-next.swiper-button-disabled:before,
      .bs-swiper.typ-proSwiper .btn-prev.swiper-button-disabled:before,
      .bs-swiper.typ-proSwiper .btn-next-offer.swiper-button-disabled:before,
      .bs-swiper.typ-proSwiper .btn-prev-offer.swiper-button-disabled:before,
      .bs-swiper.typ-proSwiper .range-btn-prev.swiper-button-disabled:before,
      .bs-swiper.typ-proSwiper .range-btn-next.swiper-button-disabled:before,
      .bs-swiper.typ-proSwiper .btn-prev-selfie.swiper-button-disabled:before,
      .bs-swiper.typ-proSwiper .btn-next-selfie.swiper-button-disabled:before,
      .bs-swiper.typ-proSwiper .catogery-btn-next.swiper-button-disabled:before,
      .bs-swiper.typ-proSwiper .catogery-btn-prev.swiper-button-disabled:before {
        color: #d6d6d6; }
  .bs-swiper.typ-proSwiper .swiper-button-next,
  .bs-swiper.typ-proSwiper .btn-next,
  .bs-swiper.typ-proSwiper .btn-next-offer,
  .bs-swiper.typ-proSwiper .range-btn-next,
  .bs-swiper.typ-proSwiper .btn-next-selfie,
  .bs-swiper.typ-proSwiper .catogery-btn-next {
    transform: translateY(-50%) rotate(180deg);
    right: -5.4rem; }
  .bs-swiper.typ-proSwiper .swiper-button-prev,
  .bs-swiper.typ-proSwiper .btn-prev,
  .bs-swiper.typ-proSwiper .btn-prev-offer,
  .bs-swiper.typ-proSwiper .range-btn-prev,
  .bs-swiper.typ-proSwiper .range-btn-prev,
  .bs-swiper.typ-proSwiper .btn-prev-selfie,
  .bs-swiper.typ-proSwiper .catogery-btn-prev {
    left: -5.4rem; }
  .bs-swiper.typ-proSwiper .catogery-btn-prev {
    left: 10px;
    z-index: 1; }
  .bs-swiper.typ-proSwiper .catogery-btn-next {
    right: 10px;
    z-index: 1; }
  .bs-swiper.typ-proSwiper .swiper-pagination,
  .bs-swiper.typ-proSwiper .pagination,
  .bs-swiper.typ-proSwiper .pagination-offer,
  .bs-swiper.typ-proSwiper .range-pagination {
    bottom: -4rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .bs-swiper.typ-proSwiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 6px 0 0;
    background: #4a4a4a;
    opacity: 0.2; }
  .bs-swiper.typ-proSwiper .swiper-pagination-bullet-active {
    opacity: 1; }
  .bs-swiper.typ-testimonial .swiper-slide {
    height: 65rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-testimonial .swiper-slide {
        height: 50rem;
        background-position: top 0 right -31rem; } }
  .bs-swiper.typ-testimonial .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 87px;
    left: 141px;
    width: 100%;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-testimonial .swiper-container-horizontal .swiper-pagination-bullets {
        bottom: 22px;
        left: 29px; } }
  .bs-swiper.typ-testimonial .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ffffff;
    opacity: 0.4; }
  .bs-swiper.typ-testimonial .swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1; }
  .bs-swiper.typ-assessories-off .swiper-slide {
    height: 20rem; }
  .bs-swiper.typ-assessories-off img {
    border-radius: 8px; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-assessories-off img {
        width: 100%;
        height: 17.5rem; } }
  .bs-swiper.typ-assessories-off .swiper-pagination {
    bottom: 3.8rem;
    position: absolute;
    left: 4rem;
    width: auto; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-assessories-off .swiper-pagination {
        bottom: 3.3rem;
        left: 0;
        right: 0; } }
  .bs-swiper.typ-assessories-off .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin-left: 0;
    margin-right: 1.2rem;
    opacity: 0.4;
    background: #ffffff; }
  .bs-swiper.typ-assessories-off .swiper-pagination-bullet-active {
    opacity: 1; }
  .bs-swiper.typ-bannerSlide {
    width: 100%; }
    .bs-swiper.typ-bannerSlide .swiper-pagination-bullet {
      width: 1rem;
      height: 1rem;
      margin-right: 1.7rem;
      opacity: 0.4;
      background-color: #c0c0c0;
      border-radius: 50%;
      transition: all 0.5s ease; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-bannerSlide .swiper-pagination-bullet {
          width: 0.6rem;
          height: 0.6rem;
          margin-right: 1rem; } }
    .bs-swiper.typ-bannerSlide .swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #4a4a4a; }
    .bs-swiper.typ-bannerSlide .banner-img {
      width: 62.9rem; }
      .bs-swiper.typ-bannerSlide .banner-img img {
        height: auto; }
      @media only screen and (min-width: 993px) and (max-width: 1024px) {
        .bs-swiper.typ-bannerSlide .banner-img {
          width: 56.9rem; } }
      @media only screen and (min-width: 769px) and (max-width: 992px) {
        .bs-swiper.typ-bannerSlide .banner-img {
          width: 58.2rem;
          position: relative;
          left: 50%;
          transform: translateX(-50%); } }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-bannerSlide .banner-img {
          width: 32.2rem; } }
    .bs-swiper.typ-bannerSlide .swiper-wrapper {
      margin-bottom: 2rem; }
    .bs-swiper.typ-bannerSlide .swiper-pagination {
      bottom: -0.8rem;
      left: 41%;
      transform: translateY(-50%); }
      @media only screen and (min-width: 769px) and (max-width: 992px) {
        .bs-swiper.typ-bannerSlide .swiper-pagination {
          bottom: -2rem; } }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-bannerSlide .swiper-pagination {
          bottom: 0; } }
  .bs-swiper.typ-exclusiveStore .swiper-slide {
    width: 37rem;
    margin-right: 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-exclusiveStore .swiper-slide {
        width: 30.5rem;
        margin-right: 1rem; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-exclusiveStore .swiper-container {
      margin-right: -2rem; } }
  .bs-swiper.typ-exclusiveStore .swiper-pagination {
    position: absolute;
    bottom: -52px;
    left: 0;
    right: 0;
    text-align: center; }
  .bs-swiper.typ-exclusiveStore .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin-right: 1.7rem;
    opacity: 0.7;
    background-color: #c2c2c2;
    border-radius: 50%;
    transition: all 0.5s ease; }
  .bs-swiper.typ-exclusiveStore .swiper-pagination-bullet-active {
    opacity: 1;
    background: #bd001c; }
  .bs-swiper.typ-exclusiveStore .swiper-button-next,
  .bs-swiper.typ-exclusiveStore .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
    color: #ffffff;
    z-index: 8;
    position: absolute; }
    .bs-swiper.typ-exclusiveStore .swiper-button-next.swiper-button-disabled,
    .bs-swiper.typ-exclusiveStore .swiper-button-prev.swiper-button-disabled {
      cursor: auto;
      pointer-events: none;
      opacity: .6; }
    .bs-swiper.typ-exclusiveStore .swiper-button-next:after,
    .bs-swiper.typ-exclusiveStore .swiper-button-prev:after {
      content: "\E92A" !important;
      font-family: "icomoon" !important;
      font-size: 2.2rem;
      text-shadow: 2px 1px 6px #323030; }
    .bs-swiper.typ-exclusiveStore .swiper-button-next:disabled,
    .bs-swiper.typ-exclusiveStore .swiper-button-prev:disabled {
      opacity: 0.8; }
  .bs-swiper.typ-exclusiveStore .swiper-button-next {
    right: -5.4rem;
    transform: translateY(-50%) rotate(180deg); }
  .bs-swiper.typ-exclusiveStore .swiper-button-prev {
    left: -5.4rem; }
  .bs-swiper.typ-team .swiper-slide {
    width: 38.3rem;
    margin-right: 1rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-team .swiper-slide {
        width: 26.8rem; } }
  .bs-swiper.typ-team .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #c0c0c0; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-team .swiper-pagination-bullet {
        width: 5px;
        height: 5px; } }
  .bs-swiper.typ-team .swiper-pagination-bullet-active {
    background: #717171; }
  .bs-swiper.typ-team .swiper-container {
    padding-bottom: 5rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-team .swiper-container {
        padding-bottom: 4rem;
        overflow: hidden; } }
  .bs-swiper.typ-team .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 11px; }
  .bs-swiper.typ-frequently .swiper-slide {
    width: 27.8rem;
    margin-right: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-frequently .swiper-slide {
        width: 18.8rem;
        margin-right: 1rem; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-frequently .swiper-container {
      margin-right: -2rem; } }
  .bs-swiper.typ-riderzone .swiper-pagination-bullets,
  .bs-swiper.typ-riderzone .pagination,
  .bs-swiper.typ-riderzone .offerBan-pagination {
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .bs-swiper.typ-riderzone .swiper-pagination-bullets,
      .bs-swiper.typ-riderzone .pagination,
      .bs-swiper.typ-riderzone .offerBan-pagination {
        bottom: 7rem; } }
  .bs-swiper.typ-event-com-social .swiper-slide {
    margin-right: 2.5rem; }
  .bs-swiper.typ-offer-paymentSwiper .swiper-slide {
    width: 27.8rem;
    margin-right: 2rem; }
    .bs-swiper.typ-offer-paymentSwiper .swiper-slide:last-child {
      margin-right: 0rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-offer-paymentSwiper .swiper-slide {
        width: 23.5rem; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-webSwiper {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-webSwiper .swiper-container {
      margin-right: -2rem;
      padding-bottom: 3.5rem; } }
  .bs-swiper.typ-webSwiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .bs-swiper.typ-webSwiper .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0;
    margin-right: 1rem;
    opacity: 0.7;
    background-color: #c2c2c2;
    border-radius: 50%;
    transition: all 0.5s ease; }
  .bs-swiper.typ-webSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff; }
  .bs-swiper.typ-webSwiper .swiper-slide {
    width: 37rem;
    margin-right: 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-webSwiper .swiper-slide {
        width: 30.5rem;
        margin-right: 1rem; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-webSwiper .cp-assessories {
      min-width: 30.5rem; } }
  .bs-swiper.typ-topHeader .swiper-slide {
    width: 33%;
    margin-right: 0; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .bs-swiper.typ-topHeader .swiper-slide {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-topHeader .swiper-slide {
        width: 100%; } }
  .bs-swiper.typ-homeExperSwiper, .bs-swiper.typ-homeRiderSwiper {
    position: relative; }
    .bs-swiper.typ-homeExperSwiper:after, .bs-swiper.typ-homeRiderSwiper:after {
      position: absolute;
      top: 0;
      opacity: 0.85;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 83%, #000 15%, #000 15%, #000 15%);
      content: '';
      width: 100%;
      height: 100%; }
    .bs-swiper.typ-homeExperSwiper .experience-pagination,
    .bs-swiper.typ-homeExperSwiper .rider-pagination, .bs-swiper.typ-homeRiderSwiper .experience-pagination,
    .bs-swiper.typ-homeRiderSwiper .rider-pagination {
      bottom: 5rem;
      width: auto;
      z-index: 5;
      position: absolute; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-homeExperSwiper .experience-pagination,
        .bs-swiper.typ-homeExperSwiper .rider-pagination, .bs-swiper.typ-homeRiderSwiper .experience-pagination,
        .bs-swiper.typ-homeRiderSwiper .rider-pagination {
          bottom: 3rem; } }
    .bs-swiper.typ-homeExperSwiper .swiper-pagination-bullet, .bs-swiper.typ-homeRiderSwiper .swiper-pagination-bullet {
      width: 1rem;
      height: 1rem;
      opacity: 0.4;
      background-color: #ffffff;
      margin-right: 1.7rem; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-homeExperSwiper .swiper-pagination-bullet, .bs-swiper.typ-homeRiderSwiper .swiper-pagination-bullet {
          width: 0.5rem;
          height: 0.5rem;
          margin-right: 0.6rem; } }
      .bs-swiper.typ-homeExperSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .bs-swiper.typ-homeRiderSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #d02127;
        opacity: 1; }
    .bs-swiper.typ-homeExperSwiper .experience-btn-next,
    .bs-swiper.typ-homeExperSwiper .experience-btn-prev,
    .bs-swiper.typ-homeExperSwiper .rider-btn-next,
    .bs-swiper.typ-homeExperSwiper .rider-btn-prev, .bs-swiper.typ-homeRiderSwiper .experience-btn-next,
    .bs-swiper.typ-homeRiderSwiper .experience-btn-prev,
    .bs-swiper.typ-homeRiderSwiper .rider-btn-next,
    .bs-swiper.typ-homeRiderSwiper .rider-btn-prev {
      width: 3rem;
      height: 3rem;
      top: 50%;
      right: auto;
      transform: translateY(-50%);
      color: #ffffff;
      z-index: 8;
      position: absolute; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-homeExperSwiper .experience-btn-next,
        .bs-swiper.typ-homeExperSwiper .experience-btn-prev,
        .bs-swiper.typ-homeExperSwiper .rider-btn-next,
        .bs-swiper.typ-homeExperSwiper .rider-btn-prev, .bs-swiper.typ-homeRiderSwiper .experience-btn-next,
        .bs-swiper.typ-homeRiderSwiper .experience-btn-prev,
        .bs-swiper.typ-homeRiderSwiper .rider-btn-next,
        .bs-swiper.typ-homeRiderSwiper .rider-btn-prev {
          display: none; } }
      .bs-swiper.typ-homeExperSwiper .experience-btn-next.swiper-button-disabled,
      .bs-swiper.typ-homeExperSwiper .experience-btn-prev.swiper-button-disabled,
      .bs-swiper.typ-homeExperSwiper .rider-btn-next.swiper-button-disabled,
      .bs-swiper.typ-homeExperSwiper .rider-btn-prev.swiper-button-disabled, .bs-swiper.typ-homeRiderSwiper .experience-btn-next.swiper-button-disabled,
      .bs-swiper.typ-homeRiderSwiper .experience-btn-prev.swiper-button-disabled,
      .bs-swiper.typ-homeRiderSwiper .rider-btn-next.swiper-button-disabled,
      .bs-swiper.typ-homeRiderSwiper .rider-btn-prev.swiper-button-disabled {
        cursor: auto;
        pointer-events: none;
        opacity: .6; }
      .bs-swiper.typ-homeExperSwiper .experience-btn-next:after,
      .bs-swiper.typ-homeExperSwiper .experience-btn-prev:after,
      .bs-swiper.typ-homeExperSwiper .rider-btn-next:after,
      .bs-swiper.typ-homeExperSwiper .rider-btn-prev:after, .bs-swiper.typ-homeRiderSwiper .experience-btn-next:after,
      .bs-swiper.typ-homeRiderSwiper .experience-btn-prev:after,
      .bs-swiper.typ-homeRiderSwiper .rider-btn-next:after,
      .bs-swiper.typ-homeRiderSwiper .rider-btn-prev:after {
        content: "\E92A" !important;
        font-family: "icomoon" !important;
        font-size: 2.2rem;
        text-shadow: 2px 1px 6px #323030; }
      .bs-swiper.typ-homeExperSwiper .experience-btn-next:disabled,
      .bs-swiper.typ-homeExperSwiper .experience-btn-prev:disabled,
      .bs-swiper.typ-homeExperSwiper .rider-btn-next:disabled,
      .bs-swiper.typ-homeExperSwiper .rider-btn-prev:disabled, .bs-swiper.typ-homeRiderSwiper .experience-btn-next:disabled,
      .bs-swiper.typ-homeRiderSwiper .experience-btn-prev:disabled,
      .bs-swiper.typ-homeRiderSwiper .rider-btn-next:disabled,
      .bs-swiper.typ-homeRiderSwiper .rider-btn-prev:disabled {
        opacity: 0.8; }
    .bs-swiper.typ-homeExperSwiper .rider-btn-next,
    .bs-swiper.typ-homeExperSwiper .experience-btn-next, .bs-swiper.typ-homeRiderSwiper .rider-btn-next,
    .bs-swiper.typ-homeRiderSwiper .experience-btn-next {
      right: 7.5rem;
      transform: translateY(-50%) rotate(180deg); }
    .bs-swiper.typ-homeExperSwiper .experience-btn-prev,
    .bs-swiper.typ-homeExperSwiper .rider-btn-prev, .bs-swiper.typ-homeRiderSwiper .experience-btn-prev,
    .bs-swiper.typ-homeRiderSwiper .rider-btn-prev {
      left: 7.5rem; }
    .bs-swiper.typ-homeExperSwiper .hidden, .bs-swiper.typ-homeRiderSwiper .hidden {
      display: none; }

@media (max-width: 767px) {
  .bs-swiper.typ-biker-speak .pagination .swiper-pagination-bullet {
    margin: 6px;
    padding: 6px; } }

.bs-swiper.typ-team {
  margin-top: -0.6rem; }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-team {
      margin-top: 0; } }
  .bs-swiper.typ-team.mb-1 {
    margin-bottom: -0.5rem; }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-team .swiper-container {
      margin-right: -2rem; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-team .swiper-slide {
      width: 29.6rem;
      height: 16.7rem;
      margin-right: 1rem; } }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-team.typ-weeknRider .swiper-slide {
      height: auto;
      width: 26.8rem; } }

.bs-swiper.typ-creator .swiper-pagination-bullet {
  opacity: 0.4;
  background: #c0c0c0; }

.bs-swiper.typ-creator .swiper-pagination-bullet-active {
  opacity: 1;
  background: #717171; }

.bs-swiper.typ-creator .cp-creator-card .img-wrap img {
  border-radius: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-creator .cp-creator-card .img-wrap img {
      border-radius: 1.1rem; } }

.bs-swiper.typ-frequently .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -36px; }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-frequently .swiper-pagination {
      bottom: -30px; } }

.bs-swiper.typ-frequently .swiper-pagination-bullet {
  opacity: 0.4;
  background-color: #c0c0c0;
  width: 10px;
  height: 10px;
  margin: 0 1.7rem 0 0; }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-frequently .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      margin: 0 1.7rem 0 0; } }

.bs-swiper.typ-frequently .swiper-pagination-bullet-active {
  opacity: 1;
  background: #717171; }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-factory .swiper-slide {
    height: 50rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-factory .swiper-pagination-bullets {
    bottom: 5rem;
    top: auto; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-proSwiper .cp-assessories .brandLogo {
    max-width: 118px;
    height: 25px; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-proSwiper .cp-assessories .bestSeller {
    width: 78px;
    height: 18px;
    top: 0.8rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-proSwiper .cp-assessories .imgWrap {
    width: 28rem;
    height: 15.6rem;
    margin-bottom: 2rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-proSwiper .cp-assessories .sub-brand-logo img {
    height: auto; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-proSwiper .info-wrap .act-btn {
    margin-top: 2rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-proSwiper .info-wrap .act-btn .add-to-cart-act {
    width: 25.4rem;
    height: 4.3rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-mainBanner .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem; } }

.bs-swiper.typ-mainBanner .swiper-pagination-bullet-active {
  background: #bd001c; }

.bs-swiper.typ-mainBanner.cycle-hero-vdbanner-carousal .swiper-pagination-bullets {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 25px; }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-related-blogs .swiper-slide:nth-child(3n + 3) {
    margin-right: 1rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-topDeal {
    padding: 0rem 2.5rem 0 0.5rem;
    margin-bottom: 5rem; }
    .bs-swiper.typ-topDeal .swiper-wrapper {
      display: block; }
    .bs-swiper.typ-topDeal .swiper-slide {
      width: 33%; } }

.bs-swiper.typ-topDeal .swiper-pagination {
  bottom: 0rem; }

.bs-swiper.typ-brand .swiper-slide {
  margin-right: 1.6rem;
  width: 28.0rem; }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-brand .swiper-slide {
      width: 13.2rem;
      margin-right: 1.5rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-brand .swiper-container {
    padding-bottom: 3rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-brand .swiper-pagination {
    bottom: 0px; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-legend {
    padding-top: 0.5rem; } }

.bs-swiper.typ-journey .swiper-slide {
  width: 38rem;
  margin-right: 0.5rem; }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-journey .swiper-slide {
      width: 24.5rem;
      height: 35rem; } }

.bs-swiper.typeswiperNav .swiper-button-next:after,
.bs-swiper.typeswiperNav .swiper-button-prev:after {
  content: "\E92A" !important;
  font-family: "icomoon" !important;
  font-size: 2.2rem; }

.bs-swiper.typeswiperNav .swiper-button-next:after {
  transform: rotate(177deg); }

.bs-swiper.typeswiperNav .swiper-pagination-bullet {
  margin: 0 17px 0 0;
  opacity: .4; }

.bs-swiper.typeswiperNav .swiper-pagination-bullet-active {
  opacity: 1; }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-storeCard .swiper-slide {
    width: 33.5rem;
    margin-right: 1rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-storeCard .swiper-pagination {
    bottom: 0;
    left: 0;
    transform: none;
    right: 0; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-storeCard .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 1rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-storeCard .swiper-container {
    padding-bottom: 3rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-offer {
    margin-bottom: 0; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-offer .swiper-container {
    padding-bottom: 5rem; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-offer .swiper-pagination {
    bottom: 0; } }

@media only screen and (max-width: 768px) {
  .bs-swiper.typ-offer .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute; } }

@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .bs-swiper.typ-factoryDetail .swiper-button-next {
    transform: rotate(180deg) translateY(50%); } }

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .bs-swiper.typ-factoryDetail .swiper-button-next {
    transform: rotate(180deg) translateY(50%); } }

.bs-swiper.typ-factoryDetail .swiper-pagination-bullet {
  opacity: 0.4;
  background-color: #c0c0c0;
  width: 10px;
  height: 10px;
  margin: 0 1.7rem 0 0; }

.bs-swiper.typ-factoryDetail .swiper-pagination-bullet-active {
  opacity: 1;
  background: #717171; }

@media only screen and (max-width: 1280px) {
  .bs-swiper.typ-webSwiper .swiper-slide {
    margin-right: 2.6rem; } }

.bs-swiper .js-catogeryProduct .catogery-btn-next {
  right: 10px;
  z-index: 1; }

.bs-swiper .js-catogeryProduct .catogery-btn-prev {
  left: 10px;
  z-index: 1; }

.bs-form {
  width: 100%; }
  .bs-form .form-group {
    margin: 0 0 4.4rem;
    position: relative;
    padding-top: 2rem; }
    .bs-form .form-group:last-child {
      margin-bottom: 3.5rem; }
    .bs-form .form-group.has-icn input {
      padding-right: 5rem; }
    .bs-form .form-group.has-icn span.icon {
      font-size: 2.4rem;
      line-height: 2.4rem;
      position: absolute;
      right: 1.3rem; }
    .bs-form .form-group.has-icn .hover-box {
      display: none;
      font-size: 1.4rem;
      line-height: 1.43;
      color: #333;
      padding: 3rem;
      border-radius: 4px;
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
      background-color: #fff;
      width: 27rem;
      height: 28.3rem;
      position: absolute;
      z-index: 1;
      right: -27rem;
      top: 50%;
      transform: translate(0, -51%); }
      .bs-form .form-group.has-icn .hover-box img {
        position: unset;
        width: 100%;
        margin-bottom: 0.7rem; }
      .bs-form .form-group.has-icn .hover-box:before {
        content: '';
        transform: translate(0, -50%) rotate(135deg);
        -webkit-transform: translate(0, -50%) rotate(135deg);
        border: solid #fff;
        display: inline-block;
        padding: 3px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: -5px; }
    .bs-form .form-group.info-box .info-hover:hover ~ .hover-box {
      display: block;
      transition: 0.4s; }
    .bs-form .form-group .field-desc {
      font-size: 1.2rem;
      line-height: 1.6rem;
      color: #999;
      margin-top: 1rem;
      position: absolute; }
    .bs-form .form-group .btn-file-trigger {
      position: absolute;
      width: 100%;
      height: 100%; }
    .bs-form .form-group input[type="file"] {
      display: none; }
    .bs-form .form-group textarea,
    .bs-form .form-group input,
    .bs-form .form-group select,
    .bs-form .form-group .select2-container--default .select2-selection--single {
      font-size: 1.6rem;
      font-family: "Gotham-Medium";
      line-height: 1;
      color: #333;
      border: 0;
      border-bottom: solid 1px #e2e2e2;
      border-radius: 0;
      background-color: transparent;
      padding: 0.5rem 0;
      width: 100%;
      outline: none;
      height: 3rem; }
      .bs-form .form-group textarea ~ label,
      .bs-form .form-group input ~ label,
      .bs-form .form-group select ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ label {
        line-height: 1;
        font-size: 1.4rem;
        color: #999;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        top: 25px;
        transition: 0.3s;
        z-index: -1;
        font-family: "Gotham-Book"; }
      .bs-form .form-group textarea:focus ~ label,
      .bs-form .form-group textarea.has-content ~ label,
      .bs-form .form-group textarea ~ .select2-container--open ~ label,
      .bs-form .form-group textarea ~ .select2-container--below ~ label,
      .bs-form .form-group input:focus ~ label,
      .bs-form .form-group input.has-content ~ label,
      .bs-form .form-group input ~ .select2-container--open ~ label,
      .bs-form .form-group input ~ .select2-container--below ~ label,
      .bs-form .form-group select:focus ~ label,
      .bs-form .form-group select.has-content ~ label,
      .bs-form .form-group select ~ .select2-container--open ~ label,
      .bs-form .form-group select ~ .select2-container--below ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single:focus ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single.has-content ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--below ~ label {
        font-size: 1.4rem;
        top: 0;
        transition: 0.3s; }
      .bs-form .form-group textarea.label-styl ~ label,
      .bs-form .form-group input.label-styl ~ label,
      .bs-form .form-group select.label-styl ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single.label-styl ~ label {
        top: 0; }
      .bs-form .form-group textarea ~ .focus-border,
      .bs-form .form-group textarea ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group input ~ .focus-border,
      .bs-form .form-group input ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group select ~ .focus-border,
      .bs-form .form-group select ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #000;
        transition: 0.4s; }
      .bs-form .form-group textarea:focus ~ .focus-border,
      .bs-form .form-group textarea ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group input:focus ~ .focus-border,
      .bs-form .form-group input ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group select:focus ~ .focus-border,
      .bs-form .form-group select ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single:focus ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ .focus-border {
        left: 0;
        width: 100%;
        transition: 0.4s; }
      .bs-form .form-group textarea.disabled,
      .bs-form .form-group input.disabled,
      .bs-form .form-group select.disabled,
      .bs-form .form-group .select2-container--default .select2-selection--single.disabled {
        pointer-events: none; }
    .bs-form .form-group .icn-required {
      color: #721c23; }
    .bs-form .form-group textarea {
      height: 8rem;
      resize: none; }
    .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #333;
      padding: 0;
      line-height: unset; }
    .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 0.8rem;
      top: 1rem;
      transform: rotate(-90deg);
      height: 14px;
      width: 9px; }
      .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
      .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "\E92A";
        font-family: 'icomoon'; }
    .bs-form .form-group .chk-label {
      display: -ms-flexbox;
      display: flex;
      font-weight: 500;
      color: #333;
      margin: 5rem 0 -4rem; }
      .bs-form .form-group .chk-label input[type="checkbox"],
      .bs-form .form-group .chk-label input[type="radio"] {
        width: auto;
        margin-right: 1rem;
        margin-top: -0.5rem; }
      .bs-form .form-group .chk-label a,
      .bs-form .form-group .chk-label a:hover,
      .bs-form .form-group .chk-label a:active {
        color: #bd001c; }
    .bs-form .form-group .error-msg {
      position: absolute;
      color: #bd001c;
      font-size: 1.2rem;
      bottom: -1.5rem; }
  .bs-form .radio-wrap.typ-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bs-form .radio-wrap.typ-inline .bs-radio {
      margin-right: 1rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form .radio-wrap.typ-inline .bs-radio {
          margin-bottom: 1rem; } }
      .bs-form .radio-wrap.typ-inline .bs-radio:last-of-type {
        margin-right: 0; }
  .bs-form .radio-list {
    display: -ms-flexbox;
    display: flex; }
    .bs-form .radio-list .item {
      margin-right: 3rem; }
  .bs-form .form-label {
    line-height: 1.6rem;
    font-size: 1.4rem;
    color: #999; }
  .bs-form.typ-contact {
    margin-top: 1rem;
    max-width: 44rem; }
    .bs-form.typ-contact .form-group.last {
      margin-bottom: 5.9rem; }
    .bs-form.typ-contact .btn {
      padding: 1rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-contact .btn {
          min-width: 100%; } }
  .bs-form.typ-virtualAss {
    max-width: 44rem; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .bs-form.typ-virtualAss {
        max-width: 38rem; } }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .bs-form.typ-virtualAss {
        max-width: 40rem; } }
    .bs-form.typ-virtualAss .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-right: 3rem; }
  .bs-form.typ-search-store {
    margin-top: -1rem; }
    .bs-form.typ-search-store .form-group {
      margin: 0px 0 2.4rem; }
      .bs-form.typ-search-store .form-group.has-icn span.icon {
        color: #bd001c; }
    .bs-form.typ-search-store .currentLocation {
      font-size: 1.2rem;
      line-height: 1.6rem;
      color: #bd001c;
      font-family: "Gotham-Bold";
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .bs-form.typ-search-store .icon {
      font-size: 2.1rem;
      margin-right: 0.5rem; }
  .bs-form .error-msg {
    position: absolute;
    color: #bd001c;
    font-size: 1.2rem;
    bottom: -1.5rem; }
  .bs-form .radio-wrap.typ-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bs-form .radio-wrap.typ-inline .bs-radio {
      margin-right: 1rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form .radio-wrap.typ-inline .bs-radio {
          margin-bottom: 1rem; } }
  .bs-form.typ-pincode {
    max-width: 29.9rem; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .bs-form.typ-pincode {
        max-width: 42.9rem; } }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .bs-form.typ-pincode {
        max-width: 48.9rem; } }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-pincode {
        max-width: 100%; } }
    .bs-form.typ-pincode .form-group {
      margin-bottom: 0;
      padding: 0;
      padding-bottom: 1rem; }
      .bs-form.typ-pincode .form-group .error-msg {
        bottom: -0.7rem; }
      .bs-form.typ-pincode .form-group input ~ .focus-border {
        bottom: 8px; }
  .bs-form.typ-plp {
    max-width: 16.2rem; }
    .bs-form.typ-plp .select2-container--open {
      padding: 0; }
    .bs-form.typ-plp .form-group {
      margin: 0;
      padding: 0;
      max-width: 16.2rem; }
      .bs-form.typ-plp .form-group select,
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single {
        border: solid 0.5px #8c8c8c;
        border-radius: 20px;
        padding: 1.3rem 3rem 1rem 2rem;
        height: 4rem; }
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        font-size: 1.2rem;
        top: 1.4rem;
        color: #bd001c;
        right: 1.6rem; }
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.2rem;
        top: 0.2rem;
        color: #4a4a4a;
        text-transform: uppercase; }
  .bs-form.typ-storefranchise {
    margin: 0 0 2.4rem;
    width: 44rem; }
    .bs-form.typ-storefranchise .form-group {
      margin: 0 0 2.5rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise {
        width: 100%; }
        .bs-form.typ-storefranchise .form-group {
          margin: 0 0 3.5rem;
          padding-top: 2.5rem; } }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise {
        height: 43rem;
        overflow-y: scroll; } }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise.active {
        height: 20rem;
        overflow-y: scroll; } }
  .bs-form.typ-shipping {
    width: 58%; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-shipping {
        width: 100%; } }
    .bs-form.typ-shipping .radio-group {
      margin-top: -1rem; }
      .bs-form.typ-shipping .radio-group .form-label {
        font-family: "Gotham-Medium";
        color: #999;
        font-size: 1.6rem;
        padding-bottom: 1.6rem;
        display: block; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-search {
      margin-top: 1.2rem; } }
  .bs-form.typ-search .form-group {
    margin: 0px 0 2.4rem; }
    .bs-form.typ-search .form-group.has-icn span.icon {
      color: #bd001c; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-search .form-group.has-icn span.icon {
          font-size: 1.8rem;
          line-height: unset;
          top: 2.5rem; } }
    .bs-form.typ-search .form-group input {
      color: #000; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-search .form-group input {
          font-size: 1.4rem;
          line-height: 1.8rem; } }
      .bs-form.typ-search .form-group input ~ label {
        z-index: 1; }
      .bs-form.typ-search .form-group input:focus ~ label,
      .bs-form.typ-search .form-group input.has-content ~ label {
        font-family: "Gotham-Bold"; }
  .bs-form.typ-search .closeSearch-btn {
    position: absolute;
    right: 2rem;
    top: 3rem;
    color: #bd001c;
    font-size: 1.4rem;
    z-index: 13;
    display: none; }
    @media screen and (max-width: 768px) {
      .bs-form.typ-search .closeSearch-btn {
        padding: 0.3rem;
        display: inline-block;
        top: 2rem; } }
  .bs-form.typ-my-account {
    width: 37.7%; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account {
        width: 100%; } }
    .bs-form.typ-my-account .act-wrap.typ-add-new-address {
      margin-top: 7rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account .act-wrap {
        position: fixed;
        bottom: -2px;
        box-shadow: 0 -22px 26px -10px rgba(195, 195, 195, 0.48);
        background: #fff;
        z-index: 9;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 1.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; } }
    .bs-form.typ-my-account .act-wrap .btn-outline {
      margin-right: 2.8rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-my-account .act-wrap .btn-outline {
          margin-right: 1rem; } }
    .bs-form.typ-my-account .radio-list {
      margin-top: 2rem; }
  .bs-form.typ-signin {
    padding: 4.1rem 5rem 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-signin {
        padding: 3rem 2rem; } }
    .bs-form.typ-signin .field-desc {
      margin-top: 1.2rem; }
    .bs-form.typ-signin .submit-button {
      padding: 1.6rem;
      font-size: 1.6rem;
      line-height: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-signin .submit-button {
          padding: 1.1rem; } }
    .bs-form.typ-signin .pinInputWrp {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      padding: 3rem 0 0; }
      .bs-form.typ-signin .pinInputWrp .form-group {
        width: 5rem;
        height: 5rem;
        padding: 0;
        margin-right: 2.8rem;
        text-align: center;
        color: #333;
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-family: "Gotham-Bold"; }
        @media only screen and (max-width: 1024px) {
          .bs-form.typ-signin .pinInputWrp .form-group {
            margin-right: 0.7rem; } }
        .bs-form.typ-signin .pinInputWrp .form-group:last-child {
          margin-right: 0; }
        .bs-form.typ-signin .pinInputWrp .form-group.error {
          border-color: #721c23;
          background-color: rgba(248, 215, 218, 0.5); }
      .bs-form.typ-signin .pinInputWrp.err-msg-margin {
        padding-bottom: 4rem; }
        @media only screen and (max-width: 768px) {
          .bs-form.typ-signin .pinInputWrp.err-msg-margin {
            padding-bottom: 2.5rem; } }
    .bs-form.typ-signin .pinInputWrp input::-webkit-inner-spin-button,
    .bs-form.typ-signin .pinInputWrp input::-webkit-outer-spin-button {
      appearance: none;
      margin: 0; }
    .bs-form.typ-signin .pinInputWrp input:focus,
    .bs-form.typ-signin .pinInputWrp input.focus {
      border-color: #bd001c;
      outline: none;
      box-shadow: none; }
    .bs-form.typ-signin .resendOtpBlock {
      padding-top: 3.3rem; }
      .bs-form.typ-signin .resendOtpBlock .resendOtpTime,
      .bs-form.typ-signin .resendOtpBlock #timer {
        display: inline-block;
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #666;
        font-family: "Gotham-Bold"; }
      .bs-form.typ-signin .resendOtpBlock .resendOtp {
        font-size: 1.6rem;
        color: #bd001c;
        font-family: "Gotham-Bold";
        display: none;
        background: none;
        padding-left: 0; }
      .bs-form.typ-signin .resendOtpBlock #time {
        position: relative;
        left: -6px; }
      .bs-form.typ-signin .resendOtpBlock.active .resendOtpTime,
      .bs-form.typ-signin .resendOtpBlock.active #timer {
        display: none; }
      .bs-form.typ-signin .resendOtpBlock.active .resendOtp {
        display: block; }
      .bs-form.typ-signin .resendOtpBlock.typ-shipping {
        width: 58%; }
        @media only screen and (max-width: 768px) {
          .bs-form.typ-signin .resendOtpBlock.typ-shipping {
            width: 100%; } }
    .bs-form.typ-signin .noteText {
      font-size: 1.6rem;
      font-family: "Gotham-Book";
      color: #666; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-signin .noteText {
          font-size: 1.4rem; } }
    .bs-form.typ-signin .error-msg {
      color: #721c23;
      font-family: "Gotham-Book";
      display: none; }
      @media only screen and (max-width: 1024px) {
        .bs-form.typ-signin .error-msg {
          bottom: 3rem; } }
  .bs-form.typ-cancel-order {
    margin-bottom: 10rem; }
    .bs-form.typ-cancel-order .form-group input ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input ::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input :-ms-input-placeholder {
      /* IE 10+ */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input :-moz-placeholder {
      /* Firefox 18- */
      font-family: "Gotham-Book"; }

.select2-dropdown {
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border: none; }

.select2-container--default .select2-results > .select2-results__options {
  height: auto !important;
  max-height: 13rem; }

.select2-container--open .select2-results__option {
  background-color: transparent !important;
  padding: 1rem 0 !important;
  font-size: 1.4rem !important;
  font-family: "Gotham-Bold" !important; }

.select2-container--open .select2-results__option:before {
  display: none !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #bd001c !important; }

.select2-container--open .select2-search--dropdown {
  top: 4px !important;
  left: 0 !important;
  padding: 1px 4rem 5px 0 !important; }
  @media only screen and (max-width: 768px) {
    .select2-container--open .select2-search--dropdown {
      left: 0px !important; } }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  margin-bottom: 0rem !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  padding: 2px !important; }

.bs-form .form-group input:-ms-input-placeholder {
  font-family: "Gotham-Book";
  font-size: 1.6rem;
  color: #b2b2b2; }

.bs-form .form-group input::placeholder {
  font-family: "Gotham-Book";
  font-size: 1.6rem;
  color: #b2b2b2; }

.bs-form .form-group input ~ label.email-top {
  top: 0; }

.bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4a4a4a;
  padding: 0;
  line-height: unset;
  font-family: "Gotham-Bold"; }

.bs-form .form-group.mb-34 {
  margin-bottom: 3.4rem; }
  @media screen and (max-width: 768px) {
    .bs-form .form-group.mb-34.last-mb {
      margin-bottom: 14.3rem; } }

.bs-form .form-group.otherTextField {
  display: none; }

.bs-form .form-group.error .uploadMsg {
  display: none; }

@media only screen and (max-width: 768px) {
  .bs-form .radio-list .item {
    margin-right: 2.5rem; } }

.bs-form.typ-search .form-group {
  margin: 0 0 4.6rem; }
  @media screen and (max-width: 768px) {
    .bs-form.typ-search .form-group {
      margin: 0 0 2rem; } }
  .bs-form.typ-search .form-group.pd-1 {
    padding-top: 1rem;
    margin: 0px 0 3rem; }
    @media screen and (max-width: 768px) {
      .bs-form.typ-search .form-group.pd-1 {
        margin: 0px 0 2rem; } }
  .bs-form.typ-search .form-group input {
    font-family: "Gotham-Book"; }
    .bs-form.typ-search .form-group input ~ label {
      text-transform: uppercase;
      color: #3f4351;
      font-family: "Gotham-Bold";
      font-size: 1.4rem;
      top: 0; }
      @media screen and (max-width: 768px) {
        .bs-form.typ-search .form-group input ~ label {
          font-size: 1.2rem; } }
  .bs-form.typ-search .form-group input:-ms-input-placeholder {
    font-family: "Gotham-Book";
    font-size: 1.6rem;
    color: #b2b2b2; }
  .bs-form.typ-search .form-group input::placeholder {
    font-family: "Gotham-Book";
    font-size: 1.6rem;
    color: #b2b2b2; }

.bs-form.typ-my-account {
  margin-top: 5.7rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-my-account {
      margin-top: 4.2rem; } }
  .bs-form.typ-my-account .form-group {
    padding-top: 2.5rem;
    margin-bottom: 2.9rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account .form-group {
        margin-bottom: 3.4rem; } }
    .bs-form.typ-my-account .form-group textarea:focus ~ label,
    .bs-form.typ-my-account .form-group textarea.has-content ~ label,
    .bs-form.typ-my-account .form-group textarea ~ .select2-container--open ~ label,
    .bs-form.typ-my-account .form-group textarea ~ .select2-container--below ~ label,
    .bs-form.typ-my-account .form-group input[type='text']:focus ~ label,
    .bs-form.typ-my-account .form-group input[type='text'].has-content ~ label,
    .bs-form.typ-my-account .form-group input[type='text'] ~ .select2-container--open ~ label,
    .bs-form.typ-my-account .form-group input[type='text'] ~ .select2-container--below ~ label,
    .bs-form.typ-my-account .form-group select:focus ~ label,
    .bs-form.typ-my-account .form-group select.has-content ~ label,
    .bs-form.typ-my-account .form-group select ~ .select2-container--open ~ label,
    .bs-form.typ-my-account .form-group select ~ .select2-container--below ~ label,
    .bs-form.typ-my-account .form-group .select2-container--default .select2-selection--single:focus ~ label,
    .bs-form.typ-my-account .form-group .select2-container--default .select2-selection--single.has-content ~ label,
    .bs-form.typ-my-account .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ label,
    .bs-form.typ-my-account .form-group .select2-container--default .select2-selection--single ~ .select2-container--below ~ label {
      top: 0.5rem;
      font-size: 1.6rem;
      line-height: 1.8rem; }
  .bs-form.typ-my-account .act-wrap.typ-add-new-address {
    margin-top: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account .act-wrap.typ-add-new-address {
        margin-top: 4.4rem; } }
  .bs-form.typ-my-account .act-wrap .btn {
    font-size: 1.4rem;
    padding: 1rem 5rem;
    margin-left: 0;
    height: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account .act-wrap .btn {
        width: 15.8rem;
        font-size: 1.2rem; } }
    .bs-form.typ-my-account .act-wrap .btn.btn-outline {
      width: 16.2rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-my-account .act-wrap .btn.btn-outline {
          width: 15.8rem; } }
    .bs-form.typ-my-account .act-wrap .btn.btn-default {
      width: 15.1rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-my-account .act-wrap .btn.btn-default {
          width: 15.8rem; } }
    .bs-form.typ-my-account .act-wrap .btn#sub-btn {
      width: 14rem;
      height: 4rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-my-account .act-wrap .btn#sub-btn {
          width: 15.8rem; } }

.bs-form.typ-add-address .form-group {
  padding-top: 2.5rem; }
  .bs-form.typ-add-address .form-group textarea:focus ~ label,
  .bs-form.typ-add-address .form-group textarea.has-content ~ label,
  .bs-form.typ-add-address .form-group textarea ~ .select2-container--open ~ label,
  .bs-form.typ-add-address .form-group textarea ~ .select2-container--below ~ label,
  .bs-form.typ-add-address .form-group input:focus ~ label,
  .bs-form.typ-add-address .form-group input.has-content ~ label,
  .bs-form.typ-add-address .form-group input ~ .select2-container--open ~ label,
  .bs-form.typ-add-address .form-group input ~ .select2-container--below ~ label,
  .bs-form.typ-add-address .form-group select:focus ~ label,
  .bs-form.typ-add-address .form-group select.has-content ~ label,
  .bs-form.typ-add-address .form-group select ~ .select2-container--open ~ label,
  .bs-form.typ-add-address .form-group select ~ .select2-container--below ~ label,
  .bs-form.typ-add-address .form-group .select2-container--default .select2-selection--single:focus ~ label,
  .bs-form.typ-add-address .form-group .select2-container--default .select2-selection--single.has-content ~ label,
  .bs-form.typ-add-address .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ label,
  .bs-form.typ-add-address .form-group .select2-container--default .select2-selection--single ~ .select2-container--below ~ label {
    top: 0.5rem; }

.bs-form.typ-signin {
  padding: 4.1rem 6rem 3rem; }
  .bs-form.typ-signin .form-group {
    margin: 0 0 3.1rem; }
    .bs-form.typ-signin .form-group textarea,
    .bs-form.typ-signin .form-group input,
    .bs-form.typ-signin .form-group select,
    .bs-form.typ-signin .form-group .select2-container--default .select2-selection--single {
      font-family: "Gotham-Bold"; }
      .bs-form.typ-signin .form-group textarea ~ label,
      .bs-form.typ-signin .form-group input ~ label,
      .bs-form.typ-signin .form-group select ~ label,
      .bs-form.typ-signin .form-group .select2-container--default .select2-selection--single ~ label {
        font-family: "Gotham-Bold"; }
  .bs-form.typ-signin .field-desc {
    font-size: 1.4rem;
    font-family: "Gotham-Book";
    margin-top: 1.8rem;
    color: #999;
    margin-top: 0.6rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-signin .field-desc {
        font-size: 1.2rem; } }
  .bs-form.typ-signin .not-register {
    font-family: "Gotham-Bold";
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: -0.56px;
    color: #000000;
    margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-signin {
      padding: 3rem 2rem 3rem;
      margin-top: 0.4rem; } }
  .bs-form.typ-signin .pinInputWrp {
    padding: 2rem 0 0; }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-signin .pinInputWrp {
        padding: 3rem 0 0; } }
    .bs-form.typ-signin .pinInputWrp .form-group {
      margin: 0 0 3rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form.typ-signin .pinInputWrp .form-group {
          margin: 0 0 4rem; } }
    .bs-form.typ-signin .pinInputWrp.signin-otp-form {
      padding: 2rem 0 4rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-signin .pinInputWrp.signin-otp-form {
          padding: 3rem 0 4rem; } }
      .bs-form.typ-signin .pinInputWrp.signin-otp-form.err-msg-margin {
        padding-bottom: 7.5rem; }
        @media only screen and (max-width: 1024px) {
          .bs-form.typ-signin .pinInputWrp.signin-otp-form.err-msg-margin {
            padding-bottom: 6.5rem; } }
      .bs-form.typ-signin .pinInputWrp.signin-otp-form .form-group {
        margin: 0; }
  .bs-form.typ-signin .resendOtpBlock {
    padding-top: 2rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-signin .resendOtpBlock .resendOtp {
        margin-top: 0.4rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%); } }
  .bs-form.typ-signin .error-msg {
    font-family: "Gotham-Book";
    color: #721c23; }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-signin .error-msg {
        bottom: -2rem; } }
  .bs-form.typ-signin .mobileField .error-msg {
    bottom: -4.1rem; }

@media only screen and (max-width: 768px) {
  .bs-form.typ-storefranchise.active {
    height: 43rem;
    overflow-y: scroll; } }

.bs-form.typ-signin-main {
  padding: 4.1rem 6rem 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-signin-main {
      padding: 3rem 2rem; } }
  .bs-form.typ-signin-main .form-group {
    margin-bottom: 3rem;
    padding-top: 2rem; }
    .bs-form.typ-signin-main .form-group input {
      height: 5rem;
      font-family: "Gotham-Bold"; }
      .bs-form.typ-signin-main .form-group input.has-content ~ label {
        top: 0.3rem; }
    .bs-form.typ-signin-main .form-group .error-msg {
      bottom: -4rem;
      font-family: "Gotham-Book";
      color: #721c23; }
  .bs-form.typ-signin-main .field-desc {
    margin-top: 0.6rem; }
  .bs-form.typ-signin-main .submit-button {
    padding: 1.1rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-signin-main .submit-button {
        height: auto;
        padding: 1.1rem; } }

.bs-form.typ-search-store .form-group.has-icn span.icon {
  right: -0.5rem;
  bottom: 0.8rem; }
  .bs-form.typ-search-store .form-group.has-icn span.icon.btn-pincode-search {
    color: #d8d8d8; }

.bs-form.typ-search-store .form-control-label {
  font-family: "Gotham-Bold";
  color: #3f4351; }

.bs-form.typ-search-store .btn-storelocator-search.disabled {
  color: #d8d8d8;
  pointer-events: none;
  cursor: no-drop; }
  .bs-form.typ-search-store .btn-storelocator-search.disabled span.icon {
    color: #d8d8d8; }

.bs-form.typ-contact .btn {
  width: 15.2rem; }

.bs-form.typ-cancel-order input ~ label, .bs-form.typ-return input ~ label {
  top: 0; }

@media only screen and (max-width: 360px) {
  .bs-form.typ-add-address .radio-list .item {
    margin-right: 2rem; } }

.bs-form.typedit-add-customscroll {
  height: 50rem;
  overflow-y: auto; }

.bs-form .uploadMsg {
  position: absolute;
  display: none;
  left: 0;
  bottom: -20px;
  font-size: 1.2rem;
  color: #1f9b00; }

.bs-checkbox {
  margin-bottom: 3.1rem;
  z-index: 1;
  position: relative; }
  .bs-checkbox input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -999px;
    z-index: -1; }
    .bs-checkbox input[type="checkbox"] ~ label,
    .bs-checkbox input[type="checkbox"] + label {
      font-size: 1.6rem;
      font-family: "Gotham-Medium";
      line-height: 2rem;
      color: #232323;
      padding-left: 3rem;
      position: relative;
      transition: all 0.2s; }
      .bs-checkbox input[type="checkbox"] ~ label:before,
      .bs-checkbox input[type="checkbox"] + label:before {
        content: "";
        position: absolute;
        left: 0;
        border: 1px solid #000000;
        width: 1.6rem;
        transition: all 0.2s;
        height: 1.6rem;
        top: -0.2rem;
        border-radius: 0.5rem; }
      .bs-checkbox input[type="checkbox"] ~ label:after,
      .bs-checkbox input[type="checkbox"] + label:after {
        content: "";
        position: absolute;
        left: 0.3rem;
        top: 0.3rem;
        width: 1rem;
        transition: all 0.2s;
        height: 0.5rem;
        transform: scale(0) rotate(-51deg);
        border-color: #bd001c;
        border-bottom: 1px solid #bd001c;
        border-left: 1px solid #bd001c; }
      .bs-checkbox input[type="checkbox"] ~ label .termsText,
      .bs-checkbox input[type="checkbox"] + label .termsText {
        color: #d02127; }
    .bs-checkbox input[type="checkbox"]:checked + label:before {
      border-color: #bd001c;
      background: #ffffff; }
    .bs-checkbox input[type="checkbox"]:checked + label:after {
      border-color: #bd001c;
      transform: scale(1) rotate(-51deg); }
  .bs-checkbox .error-msg {
    position: absolute;
    color: #bd001c;
    font-size: 1.2rem;
    bottom: -1.5rem; }
    .bs-checkbox .error-msg.typ-checkbox {
      bottom: -3.9rem; }
  .bs-checkbox.typ-pdp {
    margin-bottom: 0;
    margin-top: 2rem;
    padding-left: 0; }
    .bs-checkbox.typ-pdp input[type="checkbox"] ~ label,
    .bs-checkbox.typ-pdp input[type="checkbox"] + label {
      font-size: 1.2rem;
      line-height: 1.6rem;
      display: block;
      text-align: left; }
      .bs-checkbox.typ-pdp input[type="checkbox"] ~ label:before,
      .bs-checkbox.typ-pdp input[type="checkbox"] + label:before {
        border: 1px solid #bd001c; }
    .bs-checkbox.typ-pdp input[type="checkbox"]:checked + label {
      font-family: "Gotham-Bold"; }
      .bs-checkbox.typ-pdp input[type="checkbox"]:checked + label:before {
        border-color: #bd001c;
        background: #bd001c; }
      .bs-checkbox.typ-pdp input[type="checkbox"]:checked + label:after {
        border-color: #ffffff; }

.bs-checkbox.typ-login input[type="checkbox"] ~ label,
.bs-checkbox.typ-login input[type="checkbox"] + label {
  display: block;
  font-size: 1.4rem;
  font-family: "Gotham-Bold";
  color: #333; }
  .bs-checkbox.typ-login input[type="checkbox"] ~ label:before,
  .bs-checkbox.typ-login input[type="checkbox"] + label:before {
    width: 2rem;
    height: 2rem; }
  .bs-checkbox.typ-login input[type="checkbox"] ~ label:after,
  .bs-checkbox.typ-login input[type="checkbox"] + label:after {
    left: 0.4rem;
    top: 0.3rem;
    transform: scale(1) rotate(-44.1deg); }

.bs-checkbox.typ-signIn {
  padding-top: 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-checkbox.typ-signIn {
      margin-bottom: 4rem;
      padding-top: 3rem; } }
  .bs-checkbox.typ-signIn input[type="checkbox"] ~ label,
  .bs-checkbox.typ-signIn input[type="checkbox"] + label {
    color: #333;
    font-family: "Gotham-Bold";
    font-size: 1.4rem; }
    .bs-checkbox.typ-signIn input[type="checkbox"] ~ label:after,
    .bs-checkbox.typ-signIn input[type="checkbox"] + label:after {
      top: 0.2rem;
      left: 0.5rem; }
    .bs-checkbox.typ-signIn input[type="checkbox"] ~ label:before,
    .bs-checkbox.typ-signIn input[type="checkbox"] + label:before {
      width: 2rem;
      height: 2rem;
      top: -0.5rem; }
  .bs-checkbox.typ-signIn .termsText {
    text-transform: lowercase;
    font-size: 1.4rem; }

.bs-checkbox.bs-cart-checkbox input[type="checkbox"] ~ label,
.bs-checkbox.bs-cart-checkbox input[type="checkbox"] + label {
  top: 2.2rem; }
  .bs-checkbox.bs-cart-checkbox input[type="checkbox"] ~ label:before,
  .bs-checkbox.bs-cart-checkbox input[type="checkbox"] + label:before {
    width: 2rem;
    height: 2rem; }
  .bs-checkbox.bs-cart-checkbox input[type="checkbox"] ~ label:after,
  .bs-checkbox.bs-cart-checkbox input[type="checkbox"] + label:after {
    left: 0.6rem;
    top: 0.4rem;
    transform: scale(1) rotate(-44.1deg); }

.bs-checkbox.bs-cart-checkbox input[type="checkbox"] {
  top: 2.2rem; }
  .bs-checkbox.bs-cart-checkbox input[type="checkbox"] ~ label,
  .bs-checkbox.bs-cart-checkbox input[type="checkbox"] + label {
    font-size: 1.4rem;
    color: #333;
    font-weight: "Gotham-Bold"; }
    .bs-checkbox.bs-cart-checkbox input[type="checkbox"] ~ label:before,
    .bs-checkbox.bs-cart-checkbox input[type="checkbox"] + label:before {
      width: 2rem;
      height: 2rem; }
    .bs-checkbox.bs-cart-checkbox input[type="checkbox"] ~ label:after,
    .bs-checkbox.bs-cart-checkbox input[type="checkbox"] + label:after {
      left: 0.6rem;
      top: 0.4rem;
      transform: scale(0) rotate(-44.1deg); }
  .bs-checkbox.bs-cart-checkbox input[type="checkbox"]:checked + label:after {
    transform: scale(1) rotate(-44.1deg); }

.bs-checkbox.typ-compare input[type="checkbox"] ~ label,
.bs-checkbox.typ-compare input[type="checkbox"] + label {
  font-family: "Gotham-Book"; }
  .bs-checkbox.typ-compare input[type="checkbox"] ~ label:before,
  .bs-checkbox.typ-compare input[type="checkbox"] + label:before {
    border: 0.1rem solid #bd001c; }

.bs-checkbox.typ-compare input[type="checkbox"]:checked + label {
  font-family: "Gotham-Bold"; }
  .bs-checkbox.typ-compare input[type="checkbox"]:checked + label:before {
    width: 1.8rem;
    height: 1.8rem;
    border-color: #bd001c;
    background: #bd001c; }
  .bs-checkbox.typ-compare input[type="checkbox"]:checked + label:after {
    border-color: #ffffff;
    border-bottom: 0.2rem solid #ffffff;
    border-left: 0.2rem solid #ffffff; }

.bs-checkbox.typ-pdp {
  margin-top: 1.5rem; }

.bs-checkbox.typ-login {
  padding-top: 3rem;
  margin-bottom: 2.2rem; }
  .bs-checkbox.typ-login input[type="checkbox"] ~ label,
  .bs-checkbox.typ-login input[type="checkbox"] + label {
    font-family: "Gotham-Bold";
    font-size: 1.4rem;
    color: #333; }
    .bs-checkbox.typ-login input[type="checkbox"] ~ label:before,
    .bs-checkbox.typ-login input[type="checkbox"] + label:before {
      width: 1.8rem;
      height: 1.8rem; }

.bs-checkbox .error-msg {
  font-family: "Gotham-Book";
  color: #bd001c; }

.bs-checkbox .termsText {
  color: #bd001c;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: "Gotham-Medium"; }

.bs-checkbox input[type="checkbox"] ~ label,
.bs-checkbox input[type="checkbox"] + label {
  font-weight: 500;
  color: #333333; }

.bs-radio {
  margin-bottom: 3rem; }
  .bs-radio input[type="radio"]:not(old) {
    width: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute; }
    .bs-radio input[type="radio"]:not(old):focus ~ label,
    .bs-radio input[type="radio"]:not(old).has-content ~ label {
      top: 0;
      line-height: 1.8rem;
      font-size: 1.6rem;
      font-family: "Gotham-Bold"; }
    .bs-radio input[type="radio"]:not(old) ~ label,
    .bs-radio input[type="radio"]:not(old) + label {
      font-size: 1.6rem;
      font-family: "Gotham-Bold";
      line-height: 1.8rem;
      color: #333333;
      padding-left: 3rem;
      position: relative;
      transition: all 0.2s;
      cursor: pointer; }
      .bs-radio input[type="radio"]:not(old) ~ label:before,
      .bs-radio input[type="radio"]:not(old) + label:before {
        content: "";
        position: absolute;
        left: 0;
        border: 1px solid #000000;
        width: 1.8rem;
        transition: all 0.2s;
        height: 1.8rem;
        top: -0.1rem;
        border-radius: 50%; }
      .bs-radio input[type="radio"]:not(old) ~ label:after,
      .bs-radio input[type="radio"]:not(old) + label:after {
        content: "";
        position: absolute;
        left: 0.4rem;
        width: 1.2rem;
        transition: all 0.2s;
        height: 1.2rem;
        transform: scale(0);
        top: 0.4rem;
        border-radius: 50%;
        background: #000000; }
      .bs-radio input[type="radio"]:not(old) ~ label .note,
      .bs-radio input[type="radio"]:not(old) + label .note {
        margin-top: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-family: "Gotham-Book";
        color: #666;
        display: block; }
    .bs-radio input[type="radio"]:not(old):checked + label:before {
      border-color: #bd001c; }
    .bs-radio input[type="radio"]:not(old):checked + label:after {
      background: #bd001c;
      transform: scale(1); }
    .bs-radio input[type="radio"]:not(old):focus ~ label,
    .bs-radio input[type="radio"]:not(old).has-content ~ label {
      top: 0;
      line-height: 1.8rem;
      font-size: 1.6rem;
      font-family: "Gotham-Bold"; }
  .bs-radio .help-link {
    background: transparent;
    padding: 0;
    color: #bd001c;
    display: block;
    font-family: "Gotham-Bold";
    font-size: 1.4rem; }
  .bs-radio.typ-2 {
    width: 15.9rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .bs-radio.typ-2 {
        width: 47%; } }
    .bs-radio.typ-2 input[type="radio"]:not(old) + label {
      position: relative;
      padding: 2rem 1rem 2rem 4.8rem;
      border: solid 1px #cbcbcb;
      background-color: #ffffff;
      transition: all 0.5s ease;
      width: 100%;
      display: block;
      font-family: "Gotham-Medium"; }
      .bs-radio.typ-2 input[type="radio"]:not(old) + label::before {
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: 1.5rem; }
      .bs-radio.typ-2 input[type="radio"]:not(old) + label::after {
        content: "";
        top: 50%;
        left: 1.9rem;
        transform: scale(0) translateY(-50%); }
    .bs-radio.typ-2 input[type="radio"]:not(old):checked + label {
      border: solid 1px #bd001c;
      background-color: rgba(208, 33, 39, 0.05); }
      .bs-radio.typ-2 input[type="radio"]:not(old):checked + label::after {
        transform: scale(1) translateY(-50%); }
  .bs-radio.typ-coupon {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .bs-radio.typ-coupon {
        margin-bottom: 2.2rem; } }
    .bs-radio.typ-coupon.selected .remove-code {
      display: -ms-flexbox;
      display: flex; }
    .bs-radio.typ-coupon input[type="radio"] + label {
      display: block;
      padding: 2rem 1rem 2rem 5rem;
      border-radius: 0.8rem;
      border: dashed 1px #cbcbcb;
      cursor: pointer;
      font-family: "Gotham-Medium"; }
      .bs-radio.typ-coupon input[type="radio"] + label:before {
        top: 1.8rem;
        left: 2rem; }
      .bs-radio.typ-coupon input[type="radio"] + label:after {
        left: 2.4rem;
        top: 2.2rem; }
      @media only screen and (max-width: 768px) {
        .bs-radio.typ-coupon input[type="radio"] + label .note {
          margin-top: .2rem; } }
    .bs-radio.typ-coupon input[type="radio"]:checked + label {
      border-color: #bd001c; }
    .bs-radio.typ-coupon input[type="radio"]:disabled + label {
      opacity: 0.5;
      background: #efefef; }
    .bs-radio.typ-coupon .remove-code {
      position: absolute;
      top: 1.6rem;
      right: 1.1rem;
      padding: 0.3rem;
      display: none;
      font-size: 1.2rem;
      color: #999999;
      cursor: pointer; }
  .bs-radio.typ-delivery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bs-radio.typ-delivery input[type="radio"]:not(old) ~ label:before,
    .bs-radio.typ-delivery input[type="radio"]:not(old) + label:before {
      top: 0rem; }
      .bs-radio.typ-delivery input[type="radio"]:not(old) ~ label:before:after,
      .bs-radio.typ-delivery input[type="radio"]:not(old) + label:before:after {
        top: 0.4rem; }
    .bs-radio.typ-delivery input[type="radio"] + label,
    .bs-radio.typ-delivery input[type="radio"] .highlight {
      font-size: 1.6rem;
      line-height: 2rem;
      font-family: "Gotham-Medium"; }
  .bs-radio.typ-shipping {
    margin-bottom: 0; }
    .bs-radio.typ-shipping input[type="radio"]:not(old) + label {
      z-index: 1;
      top: 0; }
    .bs-radio.typ-shipping input[type="radio"]:not(old):checked + label:after {
      font-weight: bold; }

.bs-radio.form-type-address {
  margin-top: -3.8rem; }

.bs-radio.typ-shipping input[type="radio"]:not(old) + label {
  font-family: "Gotham-Medium"; }
  .bs-radio.typ-shipping input[type="radio"]:not(old) + label:after {
    top: 0.3rem; }

.bs-radio.typ-delivery input[type="radio"] + label {
  padding: 0;
  font-size: 1.4rem;
  line-height: 2.5rem; }

.bs-radio.typ-delivery input,
.bs-radio.typ-delivery label::before,
.bs-radio.typ-delivery label::after {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bs-radio.typ-cart-couponeCode input[type="radio"] ~ label,
  .bs-radio.typ-cart-couponeCode input[type="radio"] + label {
    padding-left: 3.5rem; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bs-radio.typ-cart-couponeCode input[type="radio"] ~ label:before,
  .bs-radio.typ-cart-couponeCode input[type="radio"] + label:before {
    left: 0.8rem; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bs-radio.typ-cart-couponeCode input[type="radio"] ~ label::after,
  .bs-radio.typ-cart-couponeCode input[type="radio"] + label::after {
    left: 1.2rem; } }

.select2-container--open {
  border: 0;
  border-radius: 8px;
  z-index: 8; }
  .select2-container--open .select2-search--dropdown {
    padding: 0 4rem 0 0;
    position: absolute;
    width: 100%; }
    .select2-container--open .select2-search--dropdown input {
      background: transparent;
      border: 0; }
  .select2-container--open .select2-results__option {
    color: #333;
    position: relative;
    background-color: #ffffff; }
    .select2-container--open .select2-results__option:before {
      content: '';
      background: #e2e2e2;
      width: 95%;
      height: 1px;
      position: absolute;
      bottom: -0.5rem; }
      @media only screen and (max-width: 768px) {
        .select2-container--open .select2-results__option:before {
          display: none; } }
    .select2-container--open .select2-results__option:last-child:before {
      content: unset; }
    .select2-container--open .select2-results__option:hover, .select2-container--open .select2-results__option.select2-results__option--highlighted {
      background: #f7f7f7; }

.select2-container--default .select2-results > .select2-results__options {
  overflow-x: hidden;
  height: 13rem; }

.select2-dropdown {
  top: 0; }

.select2-dropdown {
  border-radius: 8px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border: none;
  max-height: 23rem; }

.select2-container--default .select2-results > .select2-results__options {
  height: auto;
  max-height: 13rem; }

.select2-container--open .select2-results__option {
  background-color: transparent;
  padding: 1.5rem 0;
  margin: 0;
  font-size: 1.6rem;
  font-family: "Gotham-Medium";
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase; }
  .select2-container--open .select2-results__option:last-child {
    border-bottom: none; }

.select2-container--open .select2-results__option:before {
  display: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #bd001c;
  background: transparent; }

.select2-container--open .select2-search--dropdown {
  top: -1rem;
  /* left: -0.5rem; */
  padding: 1px 4rem 5px 0;
  position: relative;
  width: 100% !important;
  margin-bottom: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  margin-bottom: 0rem;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 8px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  padding: 0;
  line-height: unset;
  font-family: "Gotham-Bold";
  color: #4a4a4a; }

.select2-selection__clear {
  display: none; }

.bs-modal {
  position: relative;
  height: 100%; }
  .bs-modal.fade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 13;
    opacity: 0;
    visibility: hidden;
    outline: 0; }
  .bs-modal.modal-show {
    opacity: 1;
    visibility: visible;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out; }
    @media only screen and (max-width: 768px) {
      .bs-modal.modal-show {
        width: 100%; } }
    .bs-modal.modal-show .modal-dialog {
      transform: translate(-50%, -50%); }
  .bs-modal .modal-body {
    -ms-flex: none;
        flex: none;
    padding: 0;
    height: 100%; }
    .bs-modal .modal-body .highlightText {
      display: inline-block;
      color: #3f4351;
      font-family: "Gotham-Bold"; }
  .bs-modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    transition: transform .3s ease-out;
    background: #ffffff;
    border-radius: 0px;
    padding: 1.5rem; }
  .bs-modal .modal-content {
    height: auto;
    border: 0; }
    @media only screen and (large) {
      .bs-modal .modal-content.scroll-wrap {
        height: 45rem; } }
  .bs-modal .scroll {
    height: 45rem;
    width: 100%;
    padding-bottom: 3rem; }
    @media only screen and (large) {
      .bs-modal .scroll.typ-terms {
        height: 62rem; } }
  .bs-modal .close-btn {
    position: absolute;
    top: 9px;
    right: 16px;
    font-size: 2rem;
    color: #999;
    padding: 0;
    z-index: 5; }
    @media only screen and (768px) {
      .bs-modal .close-btn {
        top: 1.5rem;
        right: 1.5rem; } }
  .bs-modal .act-btn {
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 15px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .bs-modal .act-btn {
        padding: 24px;
        position: fixed; } }
    .bs-modal .act-btn .btn {
      width: 100%; }
  .bs-modal.type-md .modal-dialog {
    padding: 3rem;
    max-width: 47rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-md .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }
  .bs-modal.type-lg .modal-dialog {
    padding: 3rem;
    max-width: 75rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-lg .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }
  .bs-modal.type-sm .modal-dialog {
    padding: 5rem 0 4.5rem;
    max-width: 37rem;
    border-radius: 16px; }
  .bs-modal.type-eBike .small-title {
    font-size: 3rem;
    font-family: "Gotham-Black";
    color: #4a4a4a;
    margin-bottom: 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-eBike .small-title {
        font-size: 2.8rem;
        letter-spacing: -1.6px; } }
  .bs-modal.type-eBike .act-btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 15px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
    .bs-modal.type-eBike .act-btn .btn.btn-default {
      width: 100%;
      margin: 0; }
  .bs-modal.type-eBike .scroll {
    height: 50rem; }
  .bs-modal.type-eBike .bs-form {
    margin: 0rem 0 3rem; }
    .bs-modal.type-eBike .bs-form .form-group {
      margin: 0rem 0 5rem; }
    .bs-modal.type-eBike .bs-form .checkbox-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -ms-flexbox;
      display: flex; }
      .bs-modal.type-eBike .bs-form .checkbox-list .item {
        width: 100%;
        margin-right: 0; }
        @media only screen and (max-width: 768px) {
          .bs-modal.type-eBike .bs-form .checkbox-list .item {
            margin-bottom: 4rem; } }
      .bs-modal.type-eBike .bs-form .checkbox-list .small-title {
        font-size: 2rem;
        font-family: "Gotham-Bold";
        color: #000000;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 768px) {
          .bs-modal.type-eBike .bs-form .checkbox-list .small-title {
            font-size: 1.6rem; } }
  .bs-modal.type-eBike .bs-checkbox {
    position: relative;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-eBike .bs-checkbox {
        margin-bottom: 1rem; } }
    .bs-modal.type-eBike .bs-checkbox .value {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      text-align: right;
      font-family: "Gotham-Bold";
      padding-top: 3rem;
      font-size: 1.6rem; }
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label,
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label {
      font-family: "Gotham-Medium";
      font-size: 1.6rem;
      color: #000000;
      border: 1px solid #e2e2e2;
      border-radius: 8px;
      padding: 2rem 6rem;
      width: 100%;
      background: #fff;
      top: 0; }
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label:before,
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label:before {
        top: 50%;
        transform: translateY(-50%);
        left: 2rem; }
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label:after,
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label:after {
        top: 43%;
        transform: scale(0) rotate(-51deg);
        left: 2.5rem; }
        @media only screen and (max-width: 768px) {
          .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label:after,
          .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label:after {
            top: 2.4rem;
            left: 2.3rem; } }
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"]:checked + label:after {
      border-color: #bd001c;
      transform: scale(1) rotate(-51deg); }
  .bs-modal.type-address .mobileScroll {
    height: 40rem;
    overflow-y: auto; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-address .mobileScroll {
        height: 50rem; } }
  .bs-modal.type-address .bs-form {
    margin: 2rem 0 3rem; }
  .bs-modal.type-address .bs-checkbox input[type="checkbox"] ~ label,
  .bs-modal.type-address .bs-checkbox input[type="checkbox"] + label {
    border: none; }
  .bs-modal.type-address .act-btn {
    z-index: 9;
    background: #fff; }
  .bs-modal.type-address ::-webkit-scrollbar {
    width: 0.5em;
    height: 2em; }
  .bs-modal.type-address ::-webkit-scrollbar-button {
    background: #fff; }
  .bs-modal.type-address ::-webkit-scrollbar-track-piece {
    background: #fff; }
  .bs-modal.type-address ::-webkit-scrollbar-thumb {
    background: #000; }
  .bs-modal.typeNotify .small-title {
    font-size: 3rem;
    font-family: "Gotham-Black";
    color: #4a4a4a;
    letter-spacing: -1.71px;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeNotify .small-title {
        font-size: 2.4rem; } }
  .bs-modal.typeNotify .bs-form .form-group {
    margin: 3rem 0 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typeNotify .act-btn {
      position: fixed;
      width: 90%;
      left: 0;
      bottom: 20px;
      right: 0;
      margin: 0 auto; } }
  .bs-modal.typeNotify .act-btn .btn-default,
  .bs-modal.typeNotify .act-btn .btn {
    max-width: 100%;
    padding: 1.5rem;
    min-width: 100%;
    margin-bottom: 0; }
  @media only screen and (medium) {
    .bs-modal .bs-applicant-form .title {
      font-size: 2rem; }
    .bs-modal .bs-applicant-form .sub-title {
      font-size: 1.6rem; } }
  @media only screen and (medium) {
    .bs-modal.typ-fatcaForm .close-btn {
      right: 1rem;
      top: 1rem; } }
  .bs-modal.type-findBike .small-title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 4rem;
    color: #000000;
    text-align: center;
    font-family: "Gotham-Book"; }
    .bs-modal.type-findBike .small-title .highlight {
      font-family: "Gotham-Bold"; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-findBike .small-title {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: 3rem; } }
  .bs-modal.typeMd-2 .modal-dialog {
    padding: 5rem;
    max-width: 90rem;
    border-radius: 8px;
    box-shadow: 0 8px 26px 5px rgba(168, 168, 168, 0.2); }
  .bs-modal.typ-store .modal-dialog {
    padding: 3rem 1rem 3rem 3rem;
    max-width: 90rem;
    border-radius: 8px;
    box-shadow: 0 8px 26px 5px rgba(168, 168, 168, 0.2); }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-store .modal-dialog {
        max-width: 80%; } }
  .bs-modal.typ-store .act-btn {
    position: fixed; }
  .bs-modal.typ-store .close-btn {
    right: 15px;
    top: 15px; }
  .bs-modal.type-addNewAddress .cp-address-details .small-title {
    font-size: 2.4rem; }
  .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] ~ label,
  .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] + label {
    padding: 1rem 2rem 1rem 4rem; }
    .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] ~ label:before,
    .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] + label:before {
      left: 0.5rem;
      top: 1rem; }
  .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"]:checked + label:after {
    left: 0.9rem;
    top: 1.4rem; }
  .bs-modal.type-addNewAddress .form-group {
    margin: 3rem 0 3rem; }
  .bs-modal.type-addNewAddress .radio-group {
    margin-top: -1rem; }
    .bs-modal.type-addNewAddress .radio-group .form-label {
      color: #999;
      font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-addNewAddress .act-btn {
      bottom: 0; } }
  .bs-modal.type-addNewAddress .close-btn {
    top: 30px;
    right: 27px; }
  .bs-modal.typ-pdp {
    padding: 0; }
    .bs-modal.typ-pdp .modal-dialog {
      padding: 5rem;
      max-height: 67.2rem;
      min-height: 67.5rem;
      border-radius: 8px; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-pdp .modal-dialog {
          padding: 2rem;
          height: 100%;
          border-radius: 0px; } }
    .bs-modal.typ-pdp .close-btn {
      color: #4a4a4a;
      top: 15px; }
    .bs-modal.typ-pdp .act-wrap .btn {
      background-color: #bd001c;
      color: #ffffff;
      padding: 1.4rem; }
    .bs-modal.typ-pdp .act-wrap .btn {
      background-color: #bd001c;
      color: #ffffff;
      padding: 1.4rem; }
  .bs-modal.typ-removepro .modal-dialog {
    padding: 2.5rem;
    max-width: 43.0rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .modal-dialog {
        max-width: 33.5rem; } }
  .bs-modal.typ-removepro .btn {
    width: 100%;
    display: block;
    margin-top: 2rem;
    margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .btn {
        font-size: 1.2rem;
        padding: 0.8rem;
        margin-top: 1rem; } }
  .bs-modal.typ-deletpro .modal-dialog {
    padding: 0rem;
    max-width: 50rem;
    border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-deletpro .modal-dialog {
        border-radius: 0;
        height: auto;
        top: auto;
        bottom: 0;
        transform: translate(-50%, 0%);
        height: 25rem; } }
    .bs-modal.typ-deletpro .modal-dialog .modal-body {
      padding: 3rem; }
  .bs-modal.typ-deletpro .act-btn {
    text-align: right;
    margin-top: 2rem;
    box-shadow: unset; }
  .bs-modal.typ-deletpro .btn {
    min-width: 12.4rem;
    font-size: 1.4rem;
    padding: 1rem;
    width: 12.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-deletpro .btn {
        min-width: 46%; } }
  .bs-modal.typ-deletpro .cp-modelcontent .sec-head {
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-deletpro .cp-modelcontent .sec-head {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
    .bs-modal.typ-deletpro .cp-modelcontent .sec-head:before {
      display: none; }
  .bs-modal.typ-deletpro .cp-modelcontent .desc {
    font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cancel-order .modal-dialog {
      height: 100%; } }
  .bs-modal.typ-removeItem {
    text-align: center; }
    .bs-modal.typ-removeItem .desc {
      font-size: 1.4rem;
      color: #4a4a4a;
      font-family: "Gotham-Bold";
      text-transform: uppercase;
      padding-bottom: 2rem; }
    .bs-modal.typ-removeItem .act-btn {
      box-shadow: none;
      position: relative; }
      .bs-modal.typ-removeItem .act-btn .btn {
        width: auto;
        min-width: 8.7rem;
        font-size: 1.2rem;
        line-height: 1rem;
        margin-left: 0;
        margin-right: 1.5rem; }
  .bs-modal.typ-addBike .desc {
    font-size: 1.4rem;
    color: #232323;
    font-family: "Gotham-Book";
    padding: 2rem 0 1rem; }
  .bs-modal.typ-addBike .bs-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem 0 8rem; }
  .bs-modal.typ-addBike .bikecompareList {
    padding-left: 0rem;
    width: 47.5%; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-addBike .bikecompareList {
        width: 100%;
        margin-bottom: 5rem; } }
    .bs-modal.typ-addBike .bikecompareList .titlehd {
      font-size: 1.4rem;
      color: #232323;
      font-family: "Gotham-Bold";
      padding-bottom: 3rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-addBike .bikecompareList .titlehd {
          padding-bottom: 1rem; } }
    .bs-modal.typ-addBike .bikecompareList .listitem .bs-radio {
      margin-bottom: 1.5rem; }
  .bs-modal.typ-addBike input[type=radio]:not(old) ~ label,
  .bs-modal.typ-addBike input[type=radio]:not(old) + label {
    font-family: "Gotham-Book"; }
  .bs-modal.typ-addBike input[type=radio]:not(old):checked + label {
    font-family: "Gotham-Bold"; }
  .bs-modal.typ-choose-preferance.compare-popup {
    height: auto;
    width: 37rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .bs-modal.typ-choose-preferance.compare-popup {
        width: 37rem;
        height: 50.4rem; } }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance.compare-popup {
        width: 29.3rem;
        height: 44rem; } }
  .bs-modal.typ-choose-preferance .modal-dialog {
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .modal-dialog {
        width: 29.6rem; } }
    .bs-modal.typ-choose-preferance .modal-dialog .close-btn {
      top: -7px;
      right: 0; }
    .bs-modal.typ-choose-preferance .modal-dialog .icon-close {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      color: #ffffff;
      background: #989898;
      font-size: 1.6rem;
      display: block;
      line-height: 1.8;
      text-align: center; }
  .bs-modal.typ-choose-preferance .cp-assessories {
    padding: 2rem 2.8rem 3rem;
    background: none; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .cp-assessories {
        padding: 0rem 2rem 3rem; } }
    .bs-modal.typ-choose-preferance .cp-assessories .colour-code {
      position: relative;
      left: 0;
      right: auto;
      /* top: -10px; */
      z-index: 9;
      display: -ms-flexbox;
      display: flex;
      /* margin: 0; */
      text-align: left;
      -ms-flex-pack: start;
          justify-content: start;
      margin-bottom: 1rem;
      top: -3px; }
  .bs-modal.typ-choose-preferance .title-hd {
    font-size: 1.8rem;
    font-family: "Gotham-Bold";
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .title-hd {
        font-size: 1.4rem; } }
  .bs-modal.typ-choose-preferance .cp-discription-card {
    border: 0;
    width: 100%; }
  .bs-modal.typ-choose-preferance .act-btn {
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 0;
    text-align: center;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden; }
    .bs-modal.typ-choose-preferance .act-btn button {
      text-transform: uppercase; }
      .bs-modal.typ-choose-preferance .act-btn button .global-cart {
        display: none; }
  .bs-modal.typ-tandc .modal-dialog {
    padding: 5rem 1rem 3rem 3rem;
    max-width: 50rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .modal-dialog {
        padding: 4rem 1.5rem 2.5rem 2.5rem;
        height: 100%; } }
  .bs-modal.typ-tandc .small-title {
    font-size: 3rem;
    font-family: "Gotham-Black";
    color: #4a4a4a;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .small-title {
        font-size: 2.8rem;
        letter-spacing: -1.6px; } }
    .bs-modal.typ-tandc .small-title::before {
      content: "";
      background: url(../assets/images/title-infography-left.png) 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: 1rem;
      left: 0.1rem;
      width: 10.8rem;
      height: 12.7rem;
      opacity: 0.5; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-tandc .small-title::before {
          top: 2rem;
          left: -1.2rem;
          width: 8.3rem;
          height: 10.9rem;
          opacity: 1.6; } }
  .bs-modal.typ-tandc .sub-heading {
    line-height: 2.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .sub-heading {
        font-size: 1.6rem;
        line-height: 2rem;
        color: #3c3c3c;
        padding: 2rem 0 0.9rem 0; } }
  .bs-modal.typ-tandc .desc {
    font-size: 1.6rem;
    font-family: "Gotham-Book";
    color: #333;
    line-height: 2.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .desc {
        font-size: 1.4rem;
        line-height: 1.8rem; } }
  .bs-modal.typ-tandc .link {
    font-family: "Gotham-Medium";
    color: #bd001c; }
  .bs-modal.typ-tandc .scroll {
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .scroll {
        height: 65rem; } }
  .bs-modal.typ-tandc .close-btn {
    top: 2rem;
    right: 2.5rem;
    font-size: 1.4rem;
    padding: 0.5rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.fade {
    z-index: 14; } }

.bs-modal.type-md-l .modal-dialog {
  padding: 3rem;
  max-width: 50rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-md-l .modal-dialog {
      padding: 2rem 1.5rem;
      height: 100%; } }

.bs-modal.typ-franchise .modal-dialog {
  min-width: 90rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-franchise .modal-dialog {
      min-width: 100%;
      padding: 2.5rem;
      height: 100%; } }
  .bs-modal.typ-franchise .modal-dialog .typ-msg {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.5em;
    line-height: 1.5em; }
  .bs-modal.typ-franchise .modal-dialog .close-btn {
    top: 5rem;
    font-size: 1.8rem;
    padding: 0.5rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-franchise .modal-dialog .close-btn {
        top: 4rem;
        font-size: 1.4rem; } }

.bs-modal.typ-franchise .act-btn {
  box-shadow: none;
  width: auto;
  text-align: left;
  padding-left: 0rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-franchise .act-btn {
      padding: 1rem 2.5rem 3rem 0rem;
      position: relative;
      width: 100%; } }
  .bs-modal.typ-franchise .act-btn .btn {
    width: 15.3rem;
    padding: 1rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-franchise .act-btn .btn {
        width: 10rem;
        padding: 0.8rem; } }

.bs-modal .close-btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .bs-modal .close-btn.close-btn-news {
    font-size: 1.4rem;
    padding: 0.5rem;
    top: 3rem;
    right: 2.9rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal .close-btn.close-btn-news {
        top: 4rem;
        right: 2.6rem; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-choose-preferance .act-btn {
    position: relative; } }

.bs-modal.typ-choose-preferance .act-btn .btn {
  font-family: "Gotham-Bold";
  font-size: 1.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-choose-preferance .act-btn .btn {
      font-size: 1.1rem;
      padding: 1.1rem; } }
  .bs-modal.typ-choose-preferance .act-btn .btn.comparison-btn::after {
    content: ''; }
  .bs-modal.typ-choose-preferance .act-btn .btn .icon {
    margin-right: 1.2rem;
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .act-btn .btn .icon {
        font-size: 1.6rem; } }
  .bs-modal.typ-choose-preferance .act-btn .btn .compare-checkbox {
    display: none; }
  .bs-modal.typ-choose-preferance .act-btn .btn .compare-label {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer; }

.bs-modal.typ-choose-preferance .modal-dialog .close-btn {
  top: -1.5rem;
  right: -1.5rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-choose-preferance .modal-dialog .close-btn {
      top: -1.2rem;
      right: -1.2rem; } }

.bs-modal.typ-choose-preferance .modal-dialog .icon-close {
  font-size: 1.4rem;
  line-height: 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-choose-preferance .modal-dialog .icon-close {
      width: 2.4rem;
      height: 2.4rem;
      font-size: 1.2rem;
      line-height: 2.4rem; } }

.bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card {
  padding: 2.3rem 2.5rem 1.8rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card {
      padding: 1.8rem 2.2rem 0rem;
      margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .radio-list .radio-link {
      width: 3.8rem;
      height: 3.8rem;
      padding: 0.7rem;
      font-size: 0.9rem; } }
  .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .radio-list .radio-link.typ-color {
    width: 2rem;
    height: 2rem; }
    .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .radio-list .radio-link.typ-color .clr {
      width: 1.5rem;
      height: 1.5rem; }
  .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .radio-list .radio-link .cm-thin {
    font-size: 0.9rem;
    font-family: "Gotham-Book"; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .radio-list .radio-link .cm-thin {
        font-size: 0.7rem; } }
  .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .radio-list .radio-link.typ-rect {
    color: #000000;
    min-width: auto;
    height: 3rem;
    width: auto;
    padding: 0.5rem;
    border-color: #676767; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .radio-list .radio-link.typ-rect {
        padding: 0.4rem;
        height: 2.4rem; } }
    .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .radio-list .radio-link.typ-rect .cm-thin {
      font-size: 1.2rem;
      font-family: "Gotham-Bold"; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .radio-list .radio-link.typ-rect .cm-thin {
          font-size: 1rem; } }
  .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .radio-list .r-item {
    margin-bottom: 0.9rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .radio-list .r-item {
        margin-right: 0.8rem;
        margin-bottom: 0.5rem; } }
  .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .label-field {
    font-family: "Gotham-Book";
    color: #000000; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .modal-dialog .cp-discription-card .label-field {
        display: block !important;
        font-size: 1rem;
        margin-bottom: 0.5rem; } }

.bs-modal.typ-removepro .modal-dialog {
  padding: 3rem 2rem 3rem 3rem;
  max-width: 43rem;
  border-radius: 1rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-removepro .modal-dialog {
      max-width: 33.5rem;
      padding: 2rem;
      height: auto; } }

.bs-modal.typ-removepro .act-btn {
  padding: 0rem 0 0 0; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-removepro .act-btn {
      position: relative; } }

.bs-modal.typ-removepro .btn {
  font-size: 1.4rem;
  padding: 1rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-removepro .btn {
      font-size: 1.2rem; } }

.bs-modal.type-addNewAddress .small-title {
  position: relative;
  font-size: 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-addNewAddress .small-title {
      font-size: 2.8rem; } }
  .bs-modal.type-addNewAddress .small-title::before {
    content: "";
    background: url(../assets/images/title-infography-typ-3.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -4rem;
    left: -3rem;
    width: 10.8rem;
    height: 15.7rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-addNewAddress .small-title::before {
        width: 8.5rem;
        height: 8.5rem;
        background: url(../assets/images/title-infography-typ-2.png) -19px 0 no-repeat;
        background-size: cover;
        top: -2.7rem; } }

.bs-modal.type-addNewAddress .modal-dialog {
  max-width: 50rem;
  padding: 5rem 1rem 0rem 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-addNewAddress .modal-dialog {
      padding: 4rem 1rem 0rem 2rem; } }

.bs-modal.type-addNewAddress .act-btn .btn {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.8rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-addNewAddress .act-btn .btn {
      font-size: 1.2rem;
      line-height: 1.2rem;
      padding: 1rem; } }

.bs-modal.type-addNewAddress .bs-form .radio-list {
  margin-top: 2.5rem; }

.bs-modal.type-addNewAddress .bs-form .addShippingAddressForm .bs-radio {
  margin-bottom: 1rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.type-addNewAddress .act-btn {
    z-index: 2;
    background: #ffffff; } }

.bs-modal.type-addNewAddress .mCustomScrollbar {
  -ms-touch-action: initial;
      touch-action: initial; }

.bs-modal.type-eBike .bs-checkbox {
  position: relative;
  margin-bottom: 1.5rem; }
  .bs-modal.type-eBike .bs-checkbox .value {
    top: 2rem;
    transform: translateY(0%);
    padding-top: 0rem; }
  .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label,
  .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label {
    position: relative; }
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label:before,
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label:before {
      top: 2rem;
      transform: translateY(0%);
      left: 2rem; }
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label:after,
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label:after {
      top: 43%;
      transform: scale(0) rotate(-51deg);
      left: 2.5rem; }

.bs-modal.type-eBike .bs-form .form-group {
  margin: 0rem 0 3.4rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.type-eBike .bs-form .checkbox-list .item {
    margin-bottom: 0; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-adventure {
    width: 95%; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-adventure .modal-dialog {
    height: unset; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-adventure #videoIframe {
    height: 30rem; } }

.bs-modal.typ-selection-modal .modal-dialog {
  min-width: 90rem;
  max-height: 68.6rem;
  min-height: 68.6rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-selection-modal .modal-dialog {
      min-width: 100%;
      padding: 4rem 2.5rem;
      height: 100%;
      max-height: none;
      min-height: none; } }

.bs-modal.typ-selection-modal .modal-content .back-to-top {
  bottom: 2.5rem;
  cursor: pointer;
  z-index: 2; }
  .bs-modal.typ-selection-modal .modal-content .back-to-top .icon.icon-arrow {
    font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-selection-modal .modal-content .back-to-top {
      bottom: 3.5rem; } }

.bs-modal.typ-framesize .close-btn, .bs-modal.typ-selection-modal .close-btn {
  top: 5rem;
  right: 5rem;
  font-size: 1.8rem;
  padding: 0.6rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-framesize .close-btn, .bs-modal.typ-selection-modal .close-btn {
      top: 4.3rem;
      right: 3rem;
      font-size: 1.4rem;
      padding: 0.5rem; } }

.bs-modal.typ-framesize .sec-head.typ-frame {
  margin-top: 2rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-framesize .close-btn {
    font-size: 1.6rem; } }

.bs-modal.typ-framesize .custumScroll {
  overflow-y: scroll;
  max-height: 30rem; }

.bs-modal.typ-framesize ::-webkit-scrollbar {
  width: 0.5em;
  height: 2em; }

.bs-modal.typ-framesize ::-webkit-scrollbar-button {
  background: #fff; }

.bs-modal.typ-framesize ::-webkit-scrollbar-track-piece {
  background: #fff; }

.bs-modal.typ-framesize ::-webkit-scrollbar-thumb {
  background: #000; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-framesize .size-chart-box .cp-table {
    overflow: hidden;
    width: 96%; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-deletpro.typ-address-remove .modal-dialog {
    height: 25rem;
    top: 50%;
    transform: translate(-50%, -50%); } }

.bs-modal.typ-deletpro.typ-address-remove .act-btn {
  box-shadow: none;
  padding: 0 2.9rem 3rem 0;
  margin-top: 3.3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-deletpro.typ-address-remove .act-btn {
      margin-top: 6rem;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      width: 100%;
      position: fixed;
      padding: 0 2.5rem;
      bottom: 3rem; } }

.bs-modal.typ-deletpro.typ-address-remove .btn {
  width: auto;
  font-size: 1.4rem;
  padding: 1.1rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-deletpro.typ-address-remove .btn {
      font-size: 1.2rem;
      width: 100%;
      padding: 0.7rem; } }

.bs-modal.typ-deletpro .close-btn {
  top: 4rem;
  right: 3rem;
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-deletpro .close-btn {
      top: 2.5rem;
      right: 2rem; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-deletpro .modal-dialog {
    height: 100%; } }

.bs-modal.typ-deletpro .modal-dialog .modal-body {
  padding: 3.7rem 2.9rem 0rem 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-deletpro .modal-dialog .modal-body {
      padding: 3rem 2.5rem; } }

.bs-modal.typ-deletpro .btn {
  min-width: 12rem;
  font-size: 1.2rem;
  padding: 1.15rem;
  line-height: normal;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-deletpro .btn {
      font-size: 1.2rem;
      padding: 0.8rem;
      min-width: auto;
      width: 100%; } }

.bs-modal.typ-deletpro .btn + .btn {
  margin-left: 1rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-deletpro .btn + .btn {
      margin-left: 1.5rem; } }

.bs-modal.typ-deletpro .cp-modelcontent .desc {
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-deletpro .cp-modelcontent .desc {
      font-size: 1.4rem;
      line-height: 2.2rem;
      font-family: "Gotham-Medium";
      color: #3f4351; } }

.bs-modal.typ-deletpro .cp-modelcontent .sec-head.info-head::before {
  display: block;
  content: "";
  background: url(../assets/images/title-infography-typ-3.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -4rem;
  left: -3rem;
  width: 10.8rem;
  height: 15.7rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-deletpro .cp-modelcontent .sec-head.info-head::before {
      width: 8.5rem;
      height: 8.5rem;
      background: url(../assets/images/title-infography-typ-2.png) -19px 0 no-repeat;
      background-size: cover;
      top: -2.7rem; } }

.bs-modal.typ-deletpro .cp-modelcontent .bottom-sec .upload-sec .btn {
  padding: 0.7rem 1rem;
  width: 13.5rem; }

.bs-modal.typ-deletpro .cp-modelcontent .note {
  padding-bottom: 0.5rem;
  display: block; }

.bs-modal.typ-deletpro .act-btn {
  padding: 1.5rem;
  margin-top: 3.7rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 113%;
  left: -26px; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-deletpro .act-btn {
      margin-top: 6rem;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      width: 100%;
      position: fixed; } }

.bs-modal.typ-framesize .modal-dialog {
  max-height: unset;
  min-height: unset; }

.bs-modal.typ-framesize .sec-head.typ-emi {
  margin-bottom: 1rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-framesize .sec-desc {
    font-size: 1.5rem; } }

.bs-modal.typ-framesize .scroll {
  overflow-y: hidden;
  scroll-behavior: smooth;
  max-height: 45rem; }

.bs-modal.typ-offer .scroll {
  height: 63.6rem; }

.bs-modal.typ-offer .small-title {
  font-size: 3rem;
  font-family: "Gotham-Black";
  color: #4a4a4a;
  padding-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-offer .small-title {
      font-size: 2.8rem; } }

.bs-modal.typ-offer .modal-dialog {
  padding: 5rem 1rem 0rem 3rem;
  max-width: 50rem;
  border-radius: 1rem;
  box-shadow: 0 8px 26px 5px rgba(168, 168, 168, 0.2); }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-offer .modal-dialog {
      max-width: 100rem;
      padding: 4rem 2.5rem 0;
      height: auto;
      box-shadow: unset;
      border-radius: none; } }

.bs-modal.typ-offer .close-btn {
  top: 15px; }

.bs-modal.typ-offer .desc {
  font-family: "Gotham-Book";
  line-height: 2.4rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-offer .desc {
      line-height: 1.8rem; } }

.bs-modal.typ-offer .term-title {
  font-size: 2rem;
  line-height: 2.4rem;
  color: #000000;
  font-family: "Gotham-Bold";
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-offer .term-title {
      font-size: 1.6rem;
      line-height: 2rem;
      color: #3c3c3c;
      margin-bottom: 0.9rem; } }

.bs-modal.typ-offer .term-link {
  color: #bd001c;
  font-family: "Gotham-Medium"; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-offer .term-link {
      color: #3c3c3c;
      font-family: "Gotham-Book"; } }

.bs-modal.typ-offer .term-list .term-item {
  margin-bottom: 2rem; }
  .bs-modal.typ-offer .term-list .term-item:last-child {
    margin-bottom: 0; }

.bs-modal.typ-offer .tc-apply {
  font-family: "Gotham-Book"; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-pdp.typ-emiModal .modal-dialog {
    padding: 4rem 2rem; } }

.bs-modal.typ-pdp.typ-emiModal .modal-dialog .close-btn {
  top: 5rem;
  right: 4rem;
  font-size: 1.8rem;
  padding: 0.5rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-pdp.typ-emiModal .modal-dialog .close-btn {
      top: 4rem;
      right: 2.5rem;
      font-size: 1.4rem; } }

.bs-modal.typ-pdp.typ-emiModal .act-wrap .btn {
  width: 14rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-pdp.typ-emiModal .act-wrap .btn {
      width: 12rem; } }

.bs-modal.typeBookNow .small-title.similar-bg, .bs-modal.typeNotify .small-title.similar-bg {
  margin-top: 0.7rem;
  padding-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typeBookNow .small-title.similar-bg, .bs-modal.typeNotify .small-title.similar-bg {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  .bs-modal.typeBookNow .small-title.similar-bg::before, .bs-modal.typeNotify .small-title.similar-bg::before {
    content: "";
    background: url(../assets/images/title-infography-left.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 1rem;
    left: 0.1rem;
    width: 10.8rem;
    height: 12.7rem;
    opacity: 0.5; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeBookNow .small-title.similar-bg::before, .bs-modal.typeNotify .small-title.similar-bg::before {
        top: 2rem;
        left: -1.2rem;
        width: 8.3rem;
        height: 10.9rem;
        opacity: 1.6; } }

.bs-modal.typeBookNow.bookNow-new .modal-dialog, .bs-modal.typeBookNow.notify-new .modal-dialog, .bs-modal.typeNotify.bookNow-new .modal-dialog, .bs-modal.typeNotify.notify-new .modal-dialog {
  padding: 4.3rem 3rem 3rem;
  width: 50rem;
  height: 33.9rem;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typeBookNow.bookNow-new .modal-dialog, .bs-modal.typeBookNow.notify-new .modal-dialog, .bs-modal.typeNotify.bookNow-new .modal-dialog, .bs-modal.typeNotify.notify-new .modal-dialog {
      width: 100%;
      height: 100%;
      padding: 2rem 2rem; } }

.bs-modal.typeBookNow.bookNow-new .close-btn, .bs-modal.typeBookNow.notify-new .close-btn, .bs-modal.typeNotify.bookNow-new .close-btn, .bs-modal.typeNotify.notify-new .close-btn {
  top: 3rem;
  right: 3rem;
  font-size: 1.4rem;
  padding: 0.5rem; }

.bs-modal.typeBookNow.bookNow-new .small-title.similar-bg, .bs-modal.typeBookNow.notify-new .small-title.similar-bg, .bs-modal.typeNotify.bookNow-new .small-title.similar-bg, .bs-modal.typeNotify.notify-new .small-title.similar-bg {
  margin-top: 0.7rem;
  margin-bottom: 2rem;
  padding-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typeBookNow.bookNow-new .small-title.similar-bg, .bs-modal.typeBookNow.notify-new .small-title.similar-bg, .bs-modal.typeNotify.bookNow-new .small-title.similar-bg, .bs-modal.typeNotify.notify-new .small-title.similar-bg {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  .bs-modal.typeBookNow.bookNow-new .small-title.similar-bg::before, .bs-modal.typeBookNow.notify-new .small-title.similar-bg::before, .bs-modal.typeNotify.bookNow-new .small-title.similar-bg::before, .bs-modal.typeNotify.notify-new .small-title.similar-bg::before {
    content: "";
    background: url(../assets/images/title-infography-left.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 2rem;
    left: -0.9rem;
    width: 10.8rem;
    height: 12.7rem;
    opacity: 0.7; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeBookNow.bookNow-new .small-title.similar-bg::before, .bs-modal.typeBookNow.notify-new .small-title.similar-bg::before, .bs-modal.typeNotify.bookNow-new .small-title.similar-bg::before, .bs-modal.typeNotify.notify-new .small-title.similar-bg::before {
        top: 2rem;
        left: -1.2rem;
        width: 8.3rem;
        height: 10.9rem;
        opacity: 1.6; } }

.bs-modal.typeBookNow.bookNow-new .act-btn.notify-form-btn, .bs-modal.typeBookNow.notify-new .act-btn.notify-form-btn, .bs-modal.typeNotify.bookNow-new .act-btn.notify-form-btn, .bs-modal.typeNotify.notify-new .act-btn.notify-form-btn {
  padding: 0; }
  .bs-modal.typeBookNow.bookNow-new .act-btn.notify-form-btn .btn, .bs-modal.typeBookNow.notify-new .act-btn.notify-form-btn .btn, .bs-modal.typeNotify.bookNow-new .act-btn.notify-form-btn .btn, .bs-modal.typeNotify.notify-new .act-btn.notify-form-btn .btn {
    font-size: 1.4rem;
    padding: 1rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeBookNow.bookNow-new .act-btn.notify-form-btn .btn, .bs-modal.typeBookNow.notify-new .act-btn.notify-form-btn .btn, .bs-modal.typeNotify.bookNow-new .act-btn.notify-form-btn .btn, .bs-modal.typeNotify.notify-new .act-btn.notify-form-btn .btn {
        font-size: 1.2rem;
        padding: 0.6rem; } }

.bs-modal.typ-cancel-order .modal-dialog {
  padding: 0; }
  .bs-modal.typ-cancel-order .modal-dialog .modal-body {
    padding-bottom: 0; }

.bs-modal.typ-cancel-order .modal-content {
  height: 395px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bs-modal.typ-cancel-order .modal-content {
      height: 320px; } }

.bs-modal.typ-cancel-order .close-btn {
  font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cancel-order .close-btn {
      top: 4rem;
      right: 2rem;
      font-size: 1.4rem;
      color: #4a4a4a; } }

.bs-modal.typ-cancel-order .act-btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  box-shadow: 0 5px 10px 11px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cancel-order .act-btn {
      box-shadow: 0 5px 10px 11px rgba(0, 0, 0, 0.1);
      bottom: 2px;
      z-index: 9999; } }
  .bs-modal.typ-cancel-order .act-btn .btn {
    padding: 1.2rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-cancel-order .cp-modelcontent .sec-head {
    font-size: 2.8rem;
    line-height: 3rem; } }

.bs-modal.typ-cancel-order .cp-modelcontent .sec-head::before {
  display: block;
  content: "";
  background: url(../assets/images/title-infography-typ-3.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 10.8rem;
  height: 15.7rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cancel-order .cp-modelcontent .sec-head::before {
      width: 8.5rem;
      height: 8.5rem;
      background-size: cover;
      top: 1rem; } }

.bs-modal.typ-cancel-order .cp-modelcontent .desc {
  text-transform: uppercase;
  padding-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cancel-order .cp-modelcontent .desc {
      color: #000000;
      font-size: 1.6rem;
      font-family: "Gotham-Bold"; } }

.bs-modal.typ-cancel-order .note {
  padding-top: 0.5rem;
  display: block; }

.bs-modal.typ-removepro {
  max-width: 43rem;
  height: 21.2rem;
  top: 40%; }
  .bs-modal.typ-removepro p {
    color: #333; }
    .bs-modal.typ-removepro p .highlightText {
      display: inline;
      color: #333; }
  .bs-modal.typ-removepro .act-btn span {
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .act-btn span {
        font-size: 1.2rem; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-choose-preferance .act-btn {
    bottom: 0px; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-choose-preferance .act-btn .btn {
    border-radius: 0; } }

.bs-modal.typ-choose-preferance .act-btn .btn.comparison-btn::after {
  content: ''; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-rider-video {
    height: auto; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-rider-video .modal-dialog {
    height: auto;
    padding: 0rem 1.5rem;
    width: 90%; } }

.bs-modal.type-return .modal-content {
  height: 395px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bs-modal.type-return .modal-content {
      height: 320px; } }

.bs-modal.type-return .note {
  padding-top: 0.5rem;
  display: block; }

.bs-modal.type-return .cp-modelcontent .sec-head.info-head::before {
  background: url(../assets/images/title-infography-typ-3.svg) 0 0 no-repeat;
  background-size: contain; }

@media only screen and (max-width: 768px) {
  .bs-modal.type-return .cp-modelcontent .sec-head {
    font-size: 2.8rem;
    color: #4a4a4a;
    line-height: 3rem; } }

.bs-modal.type-return .cp-modelcontent .desc {
  text-transform: uppercase;
  padding-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-return .cp-modelcontent .desc {
      font-size: 1.6rem;
      color: #000000;
      font-family: "Gotham-Bold";
      padding-bottom: 3.5rem; } }

.bs-modal.type-return .act-btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  box-shadow: 0 5px 10px 11px rgba(0, 0, 0, 0.1); }

.bs-modal.type-return .close-btn {
  font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-return .close-btn {
      top: 4rem;
      right: 2rem;
      font-size: 1.4rem;
      color: #4a4a4a; } }

.bs-modal.typ-edit-address ::-webkit-scrollbar {
  width: 0.5em;
  height: 2em; }

.bs-modal.typ-edit-address ::-webkit-scrollbar-button {
  background: #fff; }

.bs-modal.typ-edit-address ::-webkit-scrollbar-track-piece {
  background: #fff; }

.bs-modal.typ-edit-address ::-webkit-scrollbar-thumb {
  background: #000; }

.bs-modal.typ-thankBusiness .small-title {
  font-family: "Gotham-Light"; }
  .bs-modal.typ-thankBusiness .small-title .highlight {
    font-family: "Gotham-Bold"; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-thankBusiness .thank-you-popup-message {
    margin-bottom: 6rem; } }

.bs-toast-msg {
  padding: 2.6rem 4.5rem 2.8rem;
  border-radius: 1.6rem;
  border: 1px solid #22894e;
  box-shadow: 0 0 9px 8px rgba(79, 79, 79, 0.22);
  background: #ffffff;
  width: 37rem;
  left: 50%;
  top: 9.8rem;
  transform: translateX(-50%);
  position: fixed;
  display: none;
  z-index: 1000; }
  .bs-toast-msg.active {
    display: block;
    z-index: 1000; }
  .bs-toast-msg.error-toast {
    border-color: #bd001c; }
    .bs-toast-msg.error-toast p.desc {
      color: #bd001c; }
  @media only screen and (max-width: 768px) {
    .bs-toast-msg {
      top: 8.4rem;
      padding: 2rem 2.8rem 1.9rem;
      width: 33.5rem; } }
  .bs-toast-msg .desc {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-family: "Gotham-Bold";
    color: #22894e;
    text-align: center;
    text-transform: uppercase; }

.bs-toggle {
  position: relative;
  display: inline-block;
  margin-bottom: 1.6rem; }
  .bs-toggle.typ-two {
    margin-bottom: 0.8rem; }
  .bs-toggle input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    height: 2.4rem;
    width: 4.8rem;
    right: 41%;
    margin: 0; }
    .bs-toggle input ~ input:checked ~ .toggle-outside .toggle-inside {
      left: 2.45rem; }
    .bs-toggle input:checked {
      z-index: 1; }
      .bs-toggle input:checked + label {
        opacity: 1;
        cursor: default;
        font-family: "Gotham-Bold"; }
  .bs-toggle label {
    color: #bd001c;
    transition: opacity 0.25s ease;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 2.4rem;
    display: inline-block;
    height: 100%;
    margin: 0;
    text-align: center; }
    @media only screen and (min-width: 991px) and (max-width: 1200px) {
      .bs-toggle label {
        font-size: 1.3rem; } }
    .bs-toggle label:last-of-type {
      margin-left: 7rem; }
      @media only screen and (min-width: 991px) and (max-width: 1200px) {
        .bs-toggle label:last-of-type {
          margin-left: 5.8rem; } }
  .bs-toggle .toggle-outside {
    height: 2.5rem;
    border-radius: 2rem;
    overflow: hidden;
    transition: 0.25s ease all;
    background: #bd001c;
    position: absolute;
    width: 4.8rem;
    right: 41%; }
    @media only screen and (max-width: 768px) {
      .bs-toggle .toggle-outside {
        height: 2.1rem;
        width: 4.4rem; } }
  .bs-toggle .toggle-inside {
    border-radius: 5rem;
    background: #ffffff;
    position: absolute;
    transition: 0.25s ease all;
    height: 2rem;
    width: 2rem;
    top: 2px;
    left: 0.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-toggle .toggle-inside {
        height: 1.7rem;
        width: 1.7rem; } }
  .bs-toggle.typ-nfsr input,
  .bs-toggle.typ-nfsr .toggle-outside {
    right: 54%; }
  .bs-toggle.cap-toggle input,
  .bs-toggle.cap-toggle .toggle-outside {
    right: 32%; }

.ui-widget-header {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  background: transparent;
  color: #333;
  outline: none;
  padding: 1rem 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%); }
  .ui-datepicker .ui-datepicker-prev:before,
  .ui-datepicker .ui-datepicker-next:before {
    content: "\E929";
    font-family: 'icomoon';
    color: #bd001c;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.ui-datepicker .ui-datepicker-prev {
  left: 1rem; }
  .ui-datepicker .ui-datepicker-prev:before {
    transform: translate(-50%, -50%) rotate(180deg); }
  .ui-datepicker .ui-datepicker-prev .ui-datepicker-next {
    right: 1rem; }
  .ui-datepicker .ui-datepicker-prev .ui-datepicker-title {
    font-size: 1.3rem;
    font-family: "Gotham-Black";
    color: #bd001c;
    padding: 0.5rem; }
  .ui-datepicker .ui-datepicker-prev .ui-datepicker th {
    border: 0;
    color: #666;
    font-family: "Gotham-Medium";
    font-size: 1.2rem;
    line-height: 1.6rem; }
  .ui-datepicker .ui-datepicker-prev .ui-datepicker-calendar {
    border-bottom: 1px solid #f3f3f3; }
  .ui-datepicker .ui-datepicker-prev th {
    font-size: 1.2rem;
    font-weight: normal;
    font-family: "Gotham-Medium";
    color: #666; }
  .ui-datepicker .ui-datepicker-prev .ui-datepicker-title {
    line-height: 2rem;
    font-size: 1.3rem;
    font-family: "Gotham-Black";
    color: #bd001c; }
  .ui-datepicker .ui-datepicker-prev .ui-datepicker-header {
    padding: 1rem 0; }

.ui-datepicker .ui-datepicker-prev {
  left: 1rem; }
  .ui-datepicker .ui-datepicker-prev:before {
    transform: translate(-50%, -50%) rotate(180deg); }

.ui-datepicker .ui-datepicker-next {
  right: 1rem; }

.ui-datepicker .ui-datepicker th {
  border: 0;
  color: #666;
  font-family: "Gotham-Medium";
  font-size: 1.2rem;
  line-height: 1.6rem; }

.ui-datepicker .ui-datepicker-calendar {
  border-bottom: 1px solid #f3f3f3; }

.ui-datepicker th {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "Gotham-Medium";
  color: #666; }

.ui-datepicker .ui-datepicker-title {
  line-height: 2rem;
  font-size: 1.3rem;
  font-family: "Gotham-Black";
  color: #bd001c; }

.ui-datepicker .ui-datepicker-header {
  padding: 1rem 0; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-size: 1.3rem;
  border: none;
  background: #ffffff;
  text-align: center;
  line-height: 1.6rem;
  color: #333;
  font-family: "Gotham-Medium";
  padding: 0.7rem; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: none;
  background: #bd001c;
  color: #ffffff;
  border-radius: 4px;
  font-family: "Gotham-Black"; }

.ui-widget.ui-widget-content {
  max-width: 32rem !important;
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 22%; }

.ui-datepicker select.ui-datepicker-year {
  margin-left: 2rem; }

.cp-spinner {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(0, 0, 0, 0.8); }
  .cp-spinner .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px; }
  .cp-spinner .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #bd001c;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
  .cp-spinner .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite; }
  .cp-spinner .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite; }
  .cp-spinner .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite; }
  .cp-spinner .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

.cp-cookies {
  background: #ffffff;
  width: 100%;
  z-index: 12;
  position: fixed;
  bottom: 0; }
  .cp-cookies:after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: -1.5rem;
    right: inherit;
    bottom: inherit;
    width: 18.6rem;
    height: 13.5rem;
    background: url(../assets/images/cont-infograhy.png);
    background-size: cover;
    opacity: 0.4;
    z-index: 2;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .cp-cookies:after {
        width: 17.3rem;
        height: 13.5rem;
        left: -2.8rem;
        top: 0rem; } }
  .cp-cookies .container .icon-close {
    position: absolute;
    top: 9px;
    right: 3rem;
    font-size: 1.6rem;
    color: #bd001c; }
    @media only screen and (max-width: 991px) {
      .cp-cookies .container .icon-close {
        z-index: 99;
        top: 15px;
        right: 1.7rem;
        font-size: 1.4rem; } }
  .cp-cookies .cookies-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4.7rem 0;
    background: #ffffff;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .cp-cookies .cookies-cont {
        padding: 6.1rem 0rem 2.6rem; } }
  .cp-cookies .cookies-cont .cookiesText {
    width: 74%;
    font-family: "Gotham-Medium";
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #3f4351; }
  @media only screen and (max-width: 991px) {
    .cp-cookies .cookies-cont .cookiesText {
      width: 100%;
      font-size: 1.4rem;
      line-height: 2.2rem; } }
  .cp-cookies .cookies-cont .cookies_actionBtn {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  @media only screen and (max-width: 991px) {
    .cp-cookies .cookies-cont .cookies_actionBtn {
      margin-top: 2.5rem;
      width: 100%; } }
  .cp-cookies .cookies-cont .cookies_actionBtn .btn.btn-outline {
    min-width: 13rem;
    margin-right: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6rem; }
    @media only screen and (max-width: 991px) {
      .cp-cookies .cookies-cont .cookies_actionBtn .btn.btn-outline {
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 0rem;
        height: 2.8rem;
        padding: 0.5rem; } }
  .cp-cookies .cookies-cont .cookies_actionBtn .btn.btn-default {
    padding: 1.7rem 0 1.2rem;
    min-width: 13rem;
    margin-bottom: 0;
    margin-left: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    background-color: #d02127;
    border: 1px solid #e20017; }
    @media only screen and (max-width: 991px) {
      .cp-cookies .cookies-cont .cookies_actionBtn .btn.btn-default {
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 0rem;
        height: 2.8rem;
        padding: 0.5rem; } }
    .cp-cookies .cookies-cont .cookies_actionBtn .btn.btn-default:hover {
      background: #d02127;
      color: #ffffff; }
  .cp-cookies .link {
    color: #d02127;
    font-size: 1.6rem;
    font-family: "Gotham-Bold"; }
    @media only screen and (max-width: 991px) {
      .cp-cookies .link {
        font-size: 1.4rem; } }

.ipl-fixture-container {
  background: white;
  padding: 30px;
  max-height: 350px;
  overflow-x: auto; }
  @media (max-width: 767px) {
    .ipl-fixture-container {
      padding: 20px;
      max-height: 70vh; } }
  .ipl-fixture-container .ipl-fixtures {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #c5c5c5; }
    @media (max-width: 767px) {
      .ipl-fixture-container .ipl-fixtures {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .ipl-fixture-container .ipl-fixtures:not(:first-child) .left-section::before {
      position: absolute;
      border-right: 1px dotted black;
      width: 9px;
      height: 45px;
      content: "";
      right: 35px;
      top: -30px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures:not(:first-child) .left-section::before {
          display: none; } }
    .ipl-fixture-container .ipl-fixtures .ipl-fixture-wrapper {
      padding: 30px;
      background: white; }
    .ipl-fixture-container .ipl-fixtures .match-team {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 30px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .match-team {
          gap: 15px; } }
    .ipl-fixture-container .ipl-fixtures .teams {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 20px;
      gap: 20px; }
      @media (max-width767px) {
        .ipl-fixture-container .ipl-fixtures .teams {
          -ms-flex-direction: column;
              flex-direction: column; } }
    .ipl-fixture-container .ipl-fixtures .team-img img {
      width: 70px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .team-img img {
          width: 45px; } }
    .ipl-fixture-container .ipl-fixtures .vs-logo img {
      width: 30px; }
    .ipl-fixture-container .ipl-fixtures .team-name {
      font-weight: 600;
      font-size: 12px;
      font-family: 'Gotham-Book'; }
    .ipl-fixture-container .ipl-fixtures .ipl-venue {
      font-size: 14px;
      font-weight: 500;
      text-align: left;
      margin-bottom: 15px;
      font-family: 'Gotham-Book'; }
    .ipl-fixture-container .ipl-fixtures .match-number {
      padding: 5px 10px;
      border: 1px solid #ff3e3e;
      text-transform: uppercase;
      float: left;
      position: relative;
      z-index: 1;
      background: #fff;
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      line-height: 13px;
      color: #282b32;
      border-radius: 2px;
      font-family: 'Gotham-Bold';
      min-width: 160px;
      text-align: center; }
    .ipl-fixture-container .ipl-fixtures .left-section {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      gap: 20px;
      position: relative;
      padding-right: 100px;
      width: 259px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .left-section {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: justify;
              justify-content: space-between;
          width: 100%;
          padding-right: 0;
          padding-bottom: 15px; } }
    .ipl-fixture-container .ipl-fixtures .h-b-line {
      position: absolute;
      width: 86%;
      border-bottom: 1px solid red;
      top: 12px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .h-b-line {
          display: none; } }
    .ipl-fixture-container .ipl-fixtures .timeout-dot {
      width: 10px;
      height: 10px;
      position: absolute;
      background: red;
      right: 30px;
      top: 7px;
      border-radius: 50%;
      z-index: 9; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .timeout-dot {
          display: none; } }
    .ipl-fixture-container .ipl-fixtures .left-section:after {
      position: absolute;
      border-right: 1px dotted black;
      width: 9px;
      height: 100%;
      content: "";
      right: 35px;
      top: 15px; }
      @media (max-width: 767px) {
        .ipl-fixture-container .ipl-fixtures .left-section:after {
          display: none; } }
    .ipl-fixture-container .ipl-fixtures .match-time {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 5px;
      font-size: 12px;
      font-family: 'Gotham-Medium'; }
      .ipl-fixture-container .ipl-fixtures .match-time span {
        font-size: 10px;
        font-family: 'Gotham-Medium'; }

.ipl-modal-container {
  display: none; }
  .ipl-modal-container.plp {
    position: absolute;
    right: 126px;
    top: 120px;
    z-index: 99; }
    .ipl-modal-container.plp .ipl-modal-matches {
      display: block !important; }
    @media (max-width: 767px) {
      .ipl-modal-container.plp {
        position: absolute;
        left: 50%;
        z-index: 99;
        transform: translate(-50%, -50%);
        top: 50%;
        right: auto; } }

.ipl-match-container {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-align: center;
      align-items: center;
  color: white;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 0px; }
  .ipl-match-container .ipl-match-team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 30px; }
    @media (max-width: 767px) {
      .ipl-match-container .ipl-match-team {
        gap: 15px; } }
    .ipl-match-container .ipl-match-team .ipl-team-logo img {
      width: 70px; }
      @media (max-width: 767px) {
        .ipl-match-container .ipl-match-team .ipl-team-logo img {
          width: 50px;
          height: auto; } }
  .ipl-match-container .ipl-team-runs-wrapper {
    font-size: 25px;
    font-family: 'Gotham-Bold';
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .ipl-match-container .ipl-team-runs-wrapper.mobile {
      display: none; }
    @media (max-width: 767px) {
      .ipl-match-container .ipl-team-runs-wrapper {
        font-size: 18px;
        text-align: center; }
        .ipl-match-container .ipl-team-runs-wrapper.mobile {
          display: block; }
        .ipl-match-container .ipl-team-runs-wrapper.desktop {
          display: none; } }
    .ipl-match-container .ipl-team-runs-wrapper .ipl-team-overs {
      font-size: 16px; }
  .ipl-match-container .vs-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 5px; }
  .ipl-match-container .live-icon img {
    width: 60px; }
  .ipl-match-container .matchOrder {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    background-color: #fff;
    color: #19398A;
    padding: 4px 15px;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    font-family: 'Gotham-Bold'; }

.ipl-address-container .address-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 25px;
  font-size: 13px;
  color: #cbcbcb;
  font-family: 'Gotham-Book'; }
  .ipl-address-container .address-wrapper li:not(:first-child) {
    padding-left: 20px;
    position: relative; }
    .ipl-address-container .address-wrapper li:not(:first-child)::after {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      background: #cbcbcb;
      border-radius: 50%;
      left: 7px;
      top: 6px; }

.ipl-popup-scorecard {
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #0C1437;
  border: 1px solid #2F55DD; }
  .ipl-popup-scorecard .score-card-title {
    width: 100%;
    background: #2F55DD;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-family: 'Gotham-Medium'; }
  .ipl-popup-scorecard .scorecard-column {
    width: 49%;
    font-size: 12px;
    padding: 15px;
    position: relative; }
    @media (max-width: 767px) {
      .ipl-popup-scorecard .scorecard-column {
        width: 100%; } }
    .ipl-popup-scorecard .scorecard-column.border {
      border-right: 1px dotted #5b5b5b;
      margin-right: 10px; }
  .ipl-popup-scorecard .score-board-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 10px; }
    .ipl-popup-scorecard .score-board-wrapper:last-child {
      padding-bottom: 0; }
    .ipl-popup-scorecard .score-board-wrapper .heading-text {
      width: 50%; }
      .ipl-popup-scorecard .score-board-wrapper .heading-text.run, .ipl-popup-scorecard .score-board-wrapper .heading-text.ball, .ipl-popup-scorecard .score-board-wrapper .heading-text.four, .ipl-popup-scorecard .score-board-wrapper .heading-text.six, .ipl-popup-scorecard .score-board-wrapper .heading-text.over, .ipl-popup-scorecard .score-board-wrapper .heading-text.runs, .ipl-popup-scorecard .score-board-wrapper .heading-text.wicket, .ipl-popup-scorecard .score-board-wrapper .heading-text.dot, .ipl-popup-scorecard .score-board-wrapper .heading-text.econamy {
        width: 10%; }
      .ipl-popup-scorecard .score-board-wrapper .heading-text.dot {
        background-color: transparent; }

.ipl-info-modal-btn {
  background-size: 100px;
  height: 150px;
  padding: 0;
  width: 100px;
  position: fixed;
  right: 18px;
  top: 40%;
  z-index: 1;
  color: white;
  background-image: url("../assets/images/ipl/ipl-btn.png") !important;
  background-repeat: no-repeat;
  z-index: 9;
  border-radius: 30px 0px 0px 30px;
  transform: scaleX(1.5);
  animation: grow 1s linear 0s infinite alternate; }
  @media (max-width: 1024px) {
    .ipl-info-modal-btn {
      transform: translate(0px, 0px);
      animation: growMobile 1s linear 0s infinite alternate; } }
  @media (max-width: 767px) {
    .ipl-info-modal-btn {
      top: 50%; } }

@keyframes grow {
  0% {
    transform: scaleX(1); }
  10% {
    transform: scaleX(1); }
  20% {
    transform: scaleX(1); }
  30% {
    transform: scaleX(1); }
  40% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(1.3); } }

@keyframes grow2 {
  0% {
    transform: scale(1); }
  100% {
    transform: translate(-4px, 0px); } }

@keyframes growMobile {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: translate(-4px, 0px); } }
  .ipl-info-modal-btn .arrow {
    background-image: url("../images/whiteArrow.png");
    display: block;
    position: relative;
    height: 16px;
    width: 12px;
    transform: rotate(357deg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: 4px 2px;
    transform: translate(-10px, 0px);
    animation: grow2 1s linear 0s infinite alternate; }
  .ipl-info-modal-btn .arrow-text {
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-weight: 600;
    font-size: 11px;
    font-family: 'Heebo-Regular';
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3px; }
    .ipl-info-modal-btn .arrow-text p {
      color: white;
      font-weight: 600;
      font-size: 11px;
      font-family: 'Heebo-Regular'; }

.ipl-info-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 9;
  cursor: pointer; }
  .ipl-info-modal.show .modal-content {
    right: 0%;
    /* Adjust based on modal width */ }
  .ipl-info-modal .modal-content {
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    width: 50%;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #19398a;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.5s ease-in-out; }
    @media (max-width: 767px) {
      .ipl-info-modal .modal-content {
        bottom: 0;
        top: auto;
        transform: translateY(0%);
        width: 100%;
        padding: 0px;
        transition: top 0.5s ease-in-out; } }
    .ipl-info-modal .modal-content .button-container {
      display: -ms-flexbox;
      display: flex; }
      .ipl-info-modal .modal-content .button-container .btn {
        width: 50%;
        margin: 0 !important;
        border-radius: 0;
        background: #3e0e10;
        border: none; }
        .ipl-info-modal .modal-content .button-container .btn.active {
          background: #0C1437; }
    .ipl-info-modal .modal-content .close {
      position: absolute;
      left: -45px;
      top: 50%;
      transform: translate(-50%, -50%);
      background: white;
      opacity: 1;
      font-size: 18px;
      padding: 7px 10px 7px 11px;
      border-radius: 50%;
      line-height: 18px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .ipl-info-modal .modal-content .close {
          left: 50%;
          top: -60px;
          transform: translateX(-50%); } }
    .ipl-info-modal .modal-content .ipl-modal-container {
      display: block; }

.team-delhi .cp-single-banner.typ-ridezone2 {
  display: none; }

.team-delhi .ipl-modal-container {
  display: -ms-flexbox;
  display: flex; }

.team-delhi .white-logo-img {
  display: block !important; }

.team-delhi .logo-img {
  display: none; }

.team-delhi .cp-header .bottom-sec {
  background-image: url("../assets/images/ipl/PLP-banner.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat; }

.team-delhi .cp-header .nav-list .nav-link {
  color: #ffffff; }

.team-delhi .cp-header .h-icon-list .icon-link {
  color: #ffffff; }

.team-delhi .cp-header .short-list .s-link {
  color: #ffffff; }

.team-delhi .cp-footer .footer-links {
  background-image: url("../assets/images/ipl/PLP-banner.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat; }
  .team-delhi .cp-footer .footer-links .f-nav-link {
    color: white;
    -webkit-text-fill-color: white; }

.team-delhi .cp-footer .footer-benfits {
  background: #176383; }

.team-delhi .cp-footer .benfit-details .address .company-add,
.team-delhi .cp-footer .socail-wrap .s-item,
.team-delhi .cp-footer .socail-wrap .s-item .s-link {
  color: white; }

.team-bangalore .cp-single-banner.typ-ridezone2 {
  display: none; }

.team-bangalore .ipl-modal-container {
  display: -ms-flexbox;
  display: flex; }

.team-bangalore .white-logo-img {
  display: block !important; }

.team-bangalore .logo-img {
  display: none; }

.team-bangalore .cp-header .bottom-sec {
  background-image: url("../assets/images/ipl/RCB-header.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat; }

.team-bangalore .cp-header .nav-list .nav-link {
  color: #ffffff; }

.team-bangalore .cp-header .h-icon-list .icon-link {
  color: #ffffff; }

.team-bangalore .cp-header .short-list .s-link {
  color: #ffffff; }

.team-bangalore .cp-footer .footer-links {
  background-image: url("../assets/images/ipl/RCB-Footer.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat; }
  .team-bangalore .cp-footer .footer-links .f-nav-link {
    color: white;
    -webkit-text-fill-color: white; }

.team-bangalore .cp-footer .footer-benfits {
  background: #141f34; }

.team-bangalore .cp-footer .benfit-details .address .company-add,
.team-bangalore .cp-footer .socail-wrap .s-item,
.team-bangalore .cp-footer .socail-wrap .s-item .s-link {
  color: white; }

.cp-header {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111; }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    .cp-header {
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.29); } }
  @media only screen and (max-width: 768px) {
    .cp-header {
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.29); } }
  .cp-header.transparent .bottom-sec {
    background: #ffffff; }
  .cp-header .humburg-menu {
    position: relative;
    margin: 0 1.8rem 0 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    .cp-header .humburg-menu.active .bar2 {
      opacity: 0;
      left: -6rem; }
    .cp-header .humburg-menu.active .bar1 {
      transform: rotate(135deg);
      top: 0.5rem; }
    .cp-header .humburg-menu.active .bar3 {
      transform: rotate(-135deg);
      top: -0.7rem; }
    .cp-header .humburg-menu .bar1,
    .cp-header .humburg-menu .bar2,
    .cp-header .humburg-menu .bar3 {
      margin: 0;
      margin-bottom: 0.5rem;
      padding: 0;
      height: 0.1rem;
      width: 1.7rem;
      display: block;
      background: #bd001c;
      transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      position: relative;
      left: 0; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .humburg-menu .bar1,
        .cp-header .humburg-menu .bar2,
        .cp-header .humburg-menu .bar3 {
          height: 0.2rem;
          width: 2rem; } }
      @media only screen and (max-width: 768px) {
        .cp-header .humburg-menu .bar1,
        .cp-header .humburg-menu .bar2,
        .cp-header .humburg-menu .bar3 {
          width: 1.7rem; } }
  .cp-header .top-sec {
    padding: 0.5rem 0;
    background: black; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .top-sec {
        padding: 0; } }
    @media only screen and (max-width: 768px) {
      .cp-header .top-sec {
        padding: 0; } }
    .cp-header .top-sec .top-sec-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .cp-header .top-sec .top-sec-list .top-sec-item {
        text-align: center; }
    .cp-header .top-sec .top-sec-link {
      font-family: "Gotham-Bold";
      font-size: 1rem;
      line-height: 2.5rem;
      color: #ffffff;
      text-transform: uppercase; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .top-sec .top-sec-link {
          font-size: 1.1rem; } }
      @media only screen and (max-width: 768px) {
        .cp-header .top-sec .top-sec-link {
          font-size: 1.1rem; } }
  .cp-header .bottom-sec {
    background: white;
    padding: 0.7rem 0 0rem; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .bottom-sec {
        padding: 1.6rem 0; } }
    @media only screen and (max-width: 768px) {
      .cp-header .bottom-sec {
        padding: 1.6rem 0; } }
  .cp-header .head-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 0px; }
  .cp-header .lhs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .cp-header .lhs {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem; } }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .lhs {
        margin-bottom: 0.5rem;
        padding-bottom: 0; } }
    @media only screen and (max-width: 768px) {
      .cp-header .lhs {
        padding-bottom: 0; } }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    .cp-header .rhs .short-list {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .cp-header .rhs .short-list {
      display: none; } }
  .cp-header .rhs .inner-list:after {
    background: none; }
  .cp-header .rhs .inner-list .inner-item {
    width: 100%; }
  .cp-header .logo-wrap {
    width: 9.6rem;
    cursor: pointer; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .logo-wrap {
        width: 6.2rem; } }
    @media only screen and (max-width: 768px) {
      .cp-header .logo-wrap {
        width: 6.2rem; } }
  .cp-header .nav-wrap {
    position: relative; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .nav-wrap {
        background-image: linear-gradient(to top, #0e0e0e 3%, #525252);
        position: fixed;
        top: 70px;
        left: -9999%;
        width: 100%;
        height: 100%;
        padding: 7.6rem 2rem 2rem;
        z-index: 11; }
        .cp-header .nav-wrap:after {
          content: "";
          height: 17.8rem;
          width: 7.5rem;
          background: url("../assets/images/header-infograhy.png") 0 0 no-repeat;
          background-size: cover;
          position: absolute;
          bottom: 15rem;
          right: 0; } }
    @media screen and (max-width: 768px) {
      .cp-header .nav-wrap {
        background-image: linear-gradient(to top, #0e0e0e 3%, #525252);
        position: fixed;
        top: 86px;
        left: -9999%;
        width: 100%;
        height: 100%;
        padding: 7.6rem 2rem 2rem;
        z-index: 11; }
        .cp-header .nav-wrap:after {
          content: "";
          height: 17.8rem;
          width: 7.5rem;
          background: url("../assets/images/header-infograhy.png") 0 0 no-repeat;
          background-size: cover;
          position: absolute;
          bottom: 15rem;
          right: 0; } }
    .cp-header .nav-wrap.show {
      left: 0; }
  .cp-header .nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: 3.5rem; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .nav-list {
        margin: 0;
        margin-bottom: 3.1rem;
        border-bottom: 1px solid #595959;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media screen and (max-width: 768px) {
      .cp-header .nav-list {
        margin: 0;
        margin-bottom: 3.1rem;
        border-bottom: 1px solid #595959;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .cp-header .nav-list .nav-item {
      margin-right: 2.8rem;
      position: relative; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .nav-list .nav-item {
          width: 100%;
          margin-bottom: 2.8rem; } }
      @media screen and (max-width: 768px) {
        .cp-header .nav-list .nav-item {
          width: 100%;
          margin-bottom: 2.8rem; } }
      .cp-header .nav-list .nav-item:last-child {
        margin-right: 0; }
      .cp-header .nav-list .nav-item:focus .nav-link, .cp-header .nav-list .nav-item.active .nav-link, .cp-header .nav-list .nav-item:hover .nav-link {
        font-family: "Gotham-Black"; }
        @media screen and (min-width: 769px) and (max-width: 992px) {
          .cp-header .nav-list .nav-item:focus .nav-link, .cp-header .nav-list .nav-item.active .nav-link, .cp-header .nav-list .nav-item:hover .nav-link {
            font-family: "Gotham-Medium"; } }
        @media screen and (max-width: 768px) {
          .cp-header .nav-list .nav-item:focus .nav-link, .cp-header .nav-list .nav-item.active .nav-link, .cp-header .nav-list .nav-item:hover .nav-link {
            font-family: "Gotham-Medium"; } }
        .cp-header .nav-list .nav-item:focus .nav-link:after, .cp-header .nav-list .nav-item.active .nav-link:after, .cp-header .nav-list .nav-item:hover .nav-link:after {
          display: inline-block; }
          @media only screen and (min-width: 993px) and (max-width: 1024px) {
            .cp-header .nav-list .nav-item:focus .nav-link:after, .cp-header .nav-list .nav-item.active .nav-link:after, .cp-header .nav-list .nav-item:hover .nav-link:after {
              margin-top: 1.1rem; } }
          @media screen and (min-width: 769px) and (max-width: 992px) {
            .cp-header .nav-list .nav-item:focus .nav-link:after, .cp-header .nav-list .nav-item.active .nav-link:after, .cp-header .nav-list .nav-item:hover .nav-link:after {
              display: none; } }
          @media screen and (max-width: 768px) {
            .cp-header .nav-list .nav-item:focus .nav-link:after, .cp-header .nav-list .nav-item.active .nav-link:after, .cp-header .nav-list .nav-item:hover .nav-link:after {
              display: none; } }
      .cp-header .nav-list .nav-item.js-nav:after {
        content: "\E929";
        font-family: "icomoon";
        font-size: 1.2rem;
        color: #bd001c;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: none; }
        @media screen and (min-width: 769px) and (max-width: 992px) {
          .cp-header .nav-list .nav-item.js-nav:after {
            display: inline-block;
            z-index: -1; } }
        @media screen and (max-width: 768px) {
          .cp-header .nav-list .nav-item.js-nav:after {
            display: inline-block;
            z-index: -1; } }
      .cp-header .nav-list .nav-item.no-subMenu .nav-link::after {
        display: none; }
    .cp-header .nav-list .nav-link {
      font-family: "Gotham-Book";
      font-size: 1.6rem;
      line-height: 1.8rem;
      color: #232323;
      text-transform: uppercase;
      padding: 0 0 2rem;
      position: relative; }
      .cp-header .nav-list .nav-link:after {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 10px;
        z-index: 1;
        display: none; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .nav-list .nav-link {
          font-family: "Gotham-Medium";
          font-size: 1.8rem;
          line-height: 2.6rem;
          color: #ffffff;
          display: inline-block;
          width: 100%;
          padding: 0; } }
      @media screen and (max-width: 768px) {
        .cp-header .nav-list .nav-link {
          font-family: "Gotham-Medium";
          font-size: 1.6rem;
          line-height: 2.6rem;
          color: #ffffff;
          display: inline-block;
          width: 100%;
          padding: 0; } }
      .cp-header .nav-list .nav-link:hover {
        background: transparent; }
  .cp-header .short-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-bottom: 0.8rem; }
    .cp-header .short-list .short-item {
      margin-left: 2.8rem; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .short-list .short-item {
          margin-left: 0;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 768px) {
        .cp-header .short-list .short-item {
          margin-left: 0;
          margin-bottom: 3rem; } }
      .cp-header .short-list .short-item:first-child {
        margin-left: 0; }
    .cp-header .short-list .s-link {
      font-family: "Gotham-Book";
      font-size: 1rem;
      line-height: 1rem;
      color: #222;
      text-transform: lowercase; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .short-list .s-link {
          text-transform: capitalize;
          font-family: "Gotham-Medium";
          font-size: 1.6rem;
          line-height: 2.6rem;
          color: #ffffff; } }
      @media screen and (max-width: 768px) {
        .cp-header .short-list .s-link {
          text-transform: capitalize;
          font-family: "Gotham-Medium";
          font-size: 1.4rem;
          line-height: 2.6rem;
          color: #ffffff; } }
  .cp-header .h-icon-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .cp-header .h-icon-list .icon-item {
      margin-left: 2.2rem;
      position: relative;
      height: 45px; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .h-icon-list .icon-item {
          margin-left: 1.8rem;
          height: auto; } }
      @media screen and (max-width: 768px) {
        .cp-header .h-icon-list .icon-item {
          margin-left: 1.8rem;
          height: auto; } }
      .cp-header .h-icon-list .icon-item:first-child {
        margin-left: 0; }
      .cp-header .h-icon-list .icon-item:focus .icon-link, .cp-header .h-icon-list .icon-item.active .icon-link, .cp-header .h-icon-list .icon-item:hover .icon-link {
        background: #bd001c;
        color: #ffffff; }
        .cp-header .h-icon-list .icon-item:focus .icon-link.icon-close, .cp-header .h-icon-list .icon-item.active .icon-link.icon-close, .cp-header .h-icon-list .icon-item:hover .icon-link.icon-close {
          background: #ffffff;
          color: #bd001c;
          font-size: 1.4rem; }
          @media screen and (min-width: 769px) and (max-width: 992px) {
            .cp-header .h-icon-list .icon-item:focus .icon-link.icon-close, .cp-header .h-icon-list .icon-item.active .icon-link.icon-close, .cp-header .h-icon-list .icon-item:hover .icon-link.icon-close {
              font-size: 1.6rem; } }
      .cp-header .h-icon-list .icon-item .cart-count {
        font-size: 1rem;
        line-height: 1rem;
        background: #bd001c;
        width: 1.2rem;
        height: 1.2rem;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        border-radius: 50%;
        position: absolute;
        top: 0rem;
        right: 0rem; }
        .cp-header .h-icon-list .icon-item .cart-count.empty {
          display: none; }
      .cp-header .h-icon-list .icon-item .icon-cart {
        font-size: 2rem; }
        @media screen and (min-width: 769px) and (max-width: 992px) {
          .cp-header .h-icon-list .icon-item .icon-cart {
            font-size: 1.7rem; } }
        @media screen and (max-width: 768px) {
          .cp-header .h-icon-list .icon-item .icon-cart {
            font-size: 1.7rem; } }
      .cp-header .h-icon-list .icon-item:hover .iconMenus {
        opacity: 1;
        display: block;
        visibility: visible; }
    .cp-header .h-icon-list .icon-link {
      color: #c6272f;
      font-size: 1.8rem;
      line-height: 2.4rem;
      font-weight: bold;
      width: 3.2rem;
      height: 3.2rem;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .h-icon-list .icon-link {
          font-size: 1.6rem;
          line-height: 1.6rem;
          padding: 0.8rem; } }
      @media screen and (max-width: 768px) {
        .cp-header .h-icon-list .icon-link {
          font-size: 1.6rem;
          line-height: 1.6rem;
          padding: 0.8rem; } }
      .cp-header .h-icon-list .icon-link.profile-name {
        background: #bd001c;
        color: #ffffff;
        text-align: center;
        font-size: 1.6rem;
        font-family: "Gotham-Bold" !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 1.6rem; }
  .cp-header .subMenus {
    background-image: linear-gradient(to top, #0e0e0e 3%, #525252);
    padding: 4rem 0 0;
    border-radius: 0 0 6px 6px;
    backdrop-filter: blur(13px);
    position: absolute;
    top: 3.7rem;
    left: 0;
    min-width: 51.1rem;
    width: 100%;
    display: none;
    height: auto !important;
    z-index: -1; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .subMenus {
        top: 8.7rem;
        left: 0;
        min-width: 100%;
        height: 100vh !important;
        z-index: 12;
        width: 100%;
        padding: 7rem 0 0;
        position: fixed; } }
    @media screen and (max-width: 768px) {
      .cp-header .subMenus {
        top: 8.7rem;
        left: 0;
        min-width: 100%;
        height: 100vh !important;
        z-index: 12;
        width: 100%;
        padding: 7rem 0 0;
        position: fixed; } }
    .cp-header .subMenus.typ-2 {
      min-width: 39.2rem; }
      .cp-header .subMenus.typ-2 .inner-list .inner-item {
        width: 100%; }
      .cp-header .subMenus.typ-2 .inner-list:after {
        background: none; }
    .cp-header .subMenus:before {
      content: "";
      width: 100%;
      height: 16.1rem;
      backdrop-filter: blur(13px);
      border-radius: 0 0 6px 6px;
      background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1; }
    .cp-header .subMenus:after {
      content: "";
      height: 17.8rem;
      width: 7.5rem;
      background: url("../assets/images/header-infograhy.png") 0 0 no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .subMenus:after {
          top: unset;
          right: 17px;
          bottom: 19rem; } }
      @media screen and (max-width: 768px) {
        .cp-header .subMenus:after {
          top: unset;
          right: 17px;
          bottom: 19rem; } }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .subMenus:before {
        display: none; } }
    @media screen and (max-width: 768px) {
      .cp-header .subMenus:before {
        display: none; } }
  .cp-header .iconMenus {
    background: #303030;
    padding: 3rem 0 3rem;
    border-radius: 0 0 6px 6px;
    backdrop-filter: blur(13px);
    position: absolute;
    top: 4.5rem;
    left: auto;
    min-width: 25.5rem;
    width: 100%;
    opacity: 0;
    display: none;
    right: -114px; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .iconMenus {
        min-width: 22.2rem;
        right: -67px;
        left: auto; } }
    @media screen and (max-width: 768px) {
      .cp-header .iconMenus {
        min-width: 22.2rem;
        right: -67px;
        left: auto; } }
    .cp-header .iconMenus:before {
      content: "";
      width: 100%;
      height: 16.1rem;
      backdrop-filter: blur(13px);
      border-radius: 0 0 6px 6px;
      background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1; }
    .cp-header .iconMenus::after {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #ffffff;
      left: 0;
      right: 0;
      top: 0;
      content: '';
      margin: 0 auto; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .iconMenus::after {
          right: -54px; } }
      @media screen and (max-width: 768px) {
        .cp-header .iconMenus::after {
          right: -54px; } }
    .cp-header .iconMenus .inner-list {
      column-count: 1;
      column-rule: none; }
  .cp-header .inner-list {
    position: relative; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .inner-list {
        column-count: 1; } }
    @media screen and (max-width: 768px) {
      .cp-header .inner-list {
        column-count: 1; } }
    .cp-header .inner-list::after {
      background-color: #595959;
      width: 1px;
      height: 100%;
      right: 53%;
      transform: translateX(-53%);
      top: 0;
      position: absolute;
      content: ''; }
      @media screen and (min-width: 769px) and (max-width: 992px) {
        .cp-header .inner-list::after {
          background: none; } }
      @media screen and (max-width: 768px) {
        .cp-header .inner-list::after {
          background: none; } }
  .cp-header .inner-item {
    margin-bottom: 2rem;
    padding: 0px 4.2rem;
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .inner-item {
        margin-bottom: 2.5rem;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .cp-header .inner-item {
        margin-bottom: 2.5rem;
        width: 100%; } }
    .cp-header .inner-item:hover .inner-link, .cp-header .inner-item:focus .inner-link, .cp-header .inner-item.active .inner-link {
      font-family: "Gotham-Black"; }
      .cp-header .inner-item:hover .inner-link:before, .cp-header .inner-item:focus .inner-link:before, .cp-header .inner-item.active .inner-link:before {
        opacity: 1;
        height: 1.8rem; }
    .cp-header .inner-item:hover .sub-list, .cp-header .inner-item:focus .sub-list, .cp-header .inner-item.active .sub-list {
      display: block; }
  .cp-header .inner-link {
    font-family: "Gotham-Book";
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    text-transform: uppercase; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .inner-link {
        font-size: 1.8rem;
        line-height: 2.6rem; } }
    @media screen and (max-width: 768px) {
      .cp-header .inner-link {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    .cp-header .inner-link:before {
      content: "";
      height: 0;
      width: 0.4rem;
      background: #bd001c;
      position: absolute;
      top: 0.3rem;
      left: -1.5rem;
      opacity: 0;
      transition: height 0.3s linear; }
  @media screen and (max-width: 768px) {
    .cp-header #kids:before {
      opacity: 1;
      height: 1.8rem; } }
  .cp-header .sub-list {
    padding-left: 2rem;
    margin-top: 1rem;
    display: none;
    transition: all, 0.5s ease; }
    @media screen and (max-width: 768px) {
      .cp-header .sub-list {
        display: block; } }
    .cp-header .sub-list .sub-link {
      font-size: 16px;
      line-height: 3.4rem;
      color: #c1c1c1; }
  .cp-header .btn-wrap {
    padding: 2.4rem 4.1rem;
    width: 100%;
    text-align: right; }
    .cp-header .btn-wrap .btn {
      font-family: "Gotham-Black"; }
    .cp-header .btn-wrap.typ-left {
      text-align: left;
      padding-top: 1rem; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .btn-wrap {
        padding: 0 4.1rem;
        text-align: left; }
        .cp-header .btn-wrap .btn-link {
          font-size: 1.6rem;
          line-height: 2.6rem; } }
    @media screen and (max-width: 768px) {
      .cp-header .btn-wrap {
        padding: 0 4.1rem;
        text-align: left; }
        .cp-header .btn-wrap .btn-link {
          font-size: 1.6rem;
          line-height: 2.6rem; } }
  .cp-header .profile {
    padding: 0 2.4rem;
    margin-bottom: 1.5rem; }
    .cp-header .profile .p-data {
      font-family: "Gotham-Bold";
      font-size: 1.8rem;
      line-height: 2.6rem;
      color: #ffffff;
      border-bottom: 1px solid #595959;
      padding-bottom: 2rem; }
  .cp-header .close-btn {
    position: absolute;
    right: 2rem;
    top: 3rem;
    color: #707070;
    font-size: 1.6rem;
    z-index: 13;
    display: none; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .close-btn {
        display: inline-block; } }
    @media screen and (max-width: 768px) {
      .cp-header .close-btn {
        display: inline-block; } }
  .cp-header .cp-breadcrumb-list {
    display: none;
    margin-bottom: 3rem; }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .cp-header .cp-breadcrumb-list {
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 768px) {
      .cp-header .cp-breadcrumb-list {
        display: -ms-flexbox;
        display: flex; } }

.pointer-default {
  cursor: default !important; }

.compare-outofstock {
  position: absolute;
  top: 51px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 0;
  background: #ededed;
  text-align: center;
  font-size: 1rem;
  color: #bd001c;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  padding: 0.5rem;
  margin-left: 0; }

@media (max-width: 767px) {
  .ipl-modal-matches .ipl-match-container .ipl-match-team {
    -ms-flex-direction: column;
        flex-direction: column; }
  .ipl-address-container .address-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center; }
    .ipl-address-container .address-wrapper .address-wrapper-venue {
      width: 100%;
      text-align: center;
      padding-bottom: 10px; } }

.cp-header .iconMenus {
  padding: 3rem 0 0.8rem;
  top: 3.4rem; }
  @media screen and (max-width: 1600px) {
    .cp-header .iconMenus {
      top: 4.8rem; } }
  @media screen and (max-width: 768px) {
    .cp-header .iconMenus {
      padding-bottom: 0rem; } }
  .cp-header .iconMenus::after {
    right: -5rem; }
    @media screen and (max-width: 1600px) {
      .cp-header .iconMenus::after {
        right: -0.9rem; } }
    @media screen and (max-width: 768px) {
      .cp-header .iconMenus::after {
        right: -6rem; } }
  .cp-header .iconMenus .profile {
    padding: 0 2.8rem;
    margin-bottom: 2.5rem; }
    .cp-header .iconMenus .profile .p-data {
      padding-bottom: 3rem;
      line-height: 1.8rem; }
      @media screen and (max-width: 768px) {
        .cp-header .iconMenus .profile .p-data {
          font-size: 1.4rem;
          padding-bottom: 1.5rem; } }
  .cp-header .iconMenus .inner-list {
    width: 100%; }
  .cp-header .iconMenus .inner-item {
    margin-bottom: 3.5rem;
    padding: 0px 4.2rem; }

@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .cp-header .subMenus {
    top: 4.8rem; } }

.cp-header .subMenus.typ-2::before {
  height: 100%; }

.cp-header .subMenus.typ-2::after {
  height: 100%; }

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .cp-header .h-icon-list {
    padding-top: 0.5rem; } }

.cp-header .h-icon-list .icon-item .cart-count {
  font-family: initial; }

.cp-header.typ-search {
  z-index: 13; }

@media screen and (max-width: 768px) {
  .login .cp-header .bottom-sec {
    background: #fff; } }

.cp-success-error {
  width: 60rem;
  margin: 0px auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .cp-success-error {
      width: 100%; } }
  .cp-success-error .img-wrap-error {
    width: 42rem;
    margin: 0px auto; }
    @media only screen and (max-width: 768px) {
      .cp-success-error .img-wrap-error {
        width: 28rem; } }
  .cp-success-error .success-title {
    font-size: 4rem;
    line-height: 4rem;
    font-family: "Gotham-Bold";
    color: #000000;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-success-error .success-title {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: 1rem; } }

.book-test-ride-popup .success-title {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Gotham-Bold";
  color: #000000;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .book-test-ride-popup .success-title {
      font-size: 2.4rem;
      line-height: 2.4rem;
      margin-bottom: 1rem; } }

.book-test-ride-popup .desc {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000; }

.w-100 {
  width: 100%; }

.hover-zoom-in {
  transition: transform 0.4s ease;
  position: relative;
  z-index: 0;
  cursor: pointer; }
  .hover-zoom-in:hover {
    position: relative;
    transform: scale(1.1);
    z-index: 10;
    background-color: #fff; }

.zoom-in-container {
  overflow: visible; }

.mb-30 {
  margin-bottom: 30px; }

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

/* component */
