/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Bundle Layout css
**********************/
#bundle-layout-main h1 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 3.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main h1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 2.25rem;
    line-height: 2.25rem;
    text-transform: uppercase;
  }
}
#bundle-layout-main h2 {
  color: #fff;
  margin-bottom: 16px;
}
#bundle-layout-main .inner-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: none;
  grid-template-areas: none;
  grid-column-gap: 40px;
  column-gap: 40px;
  grid-row-gap: 0px;
  row-gap: 0px;
}
@media (max-width: 1024px) {
  #bundle-layout-main .inner-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #bundle-layout-main .inner-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 1200px) {
  #bundle-layout-main .inner-container {
    gap: 28px;
  }
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .inner-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    grid-template-areas: none;
    grid-column-gap: 40px;
    column-gap: 40px;
    grid-row-gap: 0px;
    row-gap: 0px;
  }
}
#bundle-layout-main .stroke {
  grid-column: 1 / span 12;
}
#bundle-layout-main .stroke img {
  height: unset;
}
@media screen and (max-width: 1024px) {
  #bundle-layout-main .stroke {
    grid-column: 1 / span 8;
  }
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .stroke {
    grid-column: 1 / span 4;
  }
}
html[lang="ar"] #bundle-layout-main .store-bundle-body-container .contents.pro ul li,
html[lang="ar"] #bundle-layout-main .store-bundle-body-container .contents.normal ul li {
  margin-left: 0;
  margin-right: 8px;
}
html[lang="ar"] #bundle-layout-main .store-bundle-body-container .contents.pro ul li::before,
html[lang="ar"] #bundle-layout-main .store-bundle-body-container .contents.normal ul li::before {
  left: unset;
  right: -9px;
}
html[lang="ar"] #bundle-layout-main .store-bundle-body-container .contents.pro h2::before {
  background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/store/common/Store_BundlePDP_ProBG_AR.png) !important;
}
@media screen and (max-width: 1080px) {
  html[lang="ar"] #bundle-layout-main .store-bundle-body-container .contents.pro h2::before {
    left: 0 !important;
  }
}
html[lang="ar"] #bundle-layout-main .store-bundle-body-container .contents.pro li:first-child {
  margin-right: 0;
}

/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Bundle Layout Header css
**********************/
#bundle-layout-main .store-bundle-header-container {
  grid-column: 1 / span 8;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-header-container {
    grid-column: 1 / span 4;
  }
}
#bundle-layout-main .store-bundle-header-container .eyebrow {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
}
#bundle-layout-main .store-bundle-header-container .media-container .hero-img {
  margin-bottom: 10px;
}
#bundle-layout-main .store-bundle-header-container .media-container div.slick-images {
  margin-bottom: 0;
}
#bundle-layout-main .store-bundle-header-container .media-container div.slick-images .hero-img.hide,
#bundle-layout-main .store-bundle-header-container .media-container div.slick-images .hero-youtube.hide {
  display: none;
}
#bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-dots {
  display: none !important;
}
#bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-prev,
#bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-next {
  display: none !important;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images {
    margin-bottom: 28px;
  }
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .player iframe::after {
    content: "";
    background: transparent;
    width: 90%;
    height: 100%;
    min-height: 1px;
    position: absolute;
    top: -30px;
    right: 26px;
  }
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-prev,
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-next {
    display: block !important;
  }
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-prev {
    left: -15px;
  }
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-prev-icon::before {
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/wzmobile/common/Vector-left.svg);
  }
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-next {
    right: -15px;
  }
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-next-icon::before {
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/wzmobile/common/Vector-right.svg);
  }
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-dots {
    display: block !important;
    bottom: 0;
    height: 4px;
  }
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-dots li.slick-active button::before {
    background-color: #f3f4f5;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
  }
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-dots li button {
    width: 40px;
    height: 40px;
    position: relative;
  }
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-dots li button::before {
    content: "";
    background-color: var(--primary-gray-500, #79838d);
    width: 40px;
    height: 4px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
  }
  #bundle-layout-main .store-bundle-header-container .media-container div.slick-images .slick-dots li button .slick-dot-icon::before {
    content: "";
  }
}
#bundle-layout-main .store-bundle-header-container .media-container div.media-list {
  margin-top: 0px;
  padding-bottom: 42px;
  padding-bottom: 0;
  overflow: auto;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-header-container .media-container div.media-list {
    display: none;
  }
}
#bundle-layout-main .store-bundle-header-container .media-container div.media-list .simplebar-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
}
#bundle-layout-main .store-bundle-header-container .media-container div.media-list .simplebar-content::before {
  content: unset;
}
#bundle-layout-main .store-bundle-header-container .media-container div.media-list .simplebar-track.simplebar-horizontal {
  height: 46px;
}
#bundle-layout-main .store-bundle-header-container .media-container div.media-list .simplebar-track.simplebar-horizontal::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  height: 2px;
  background: var(--Primary-Gray-500, #79838d);
}
#bundle-layout-main .store-bundle-header-container .media-container div.media-list .simplebar-scrollbar::before {
  background-color: var(--Khaki-50, #cdcbc6);
  border-radius: 0;
  opacity: 1;
  transition: none;
  top: calc(50% - 2px);
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
}
#bundle-layout-main .store-bundle-header-container .media-container div.media-list .thumbnail-content img {
  cursor: pointer;
}
#bundle-layout-main .store-bundle-header-container .media-container div.media-list .thumbnail-content .img-selected {
  border: 2px solid var(--primary-gray-500, #79838d);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
}
#bundle-layout-main .store-bundle-header-container .media-container div.media-list .thumbnail-content .video-thumbnail-wrapper {
  position: relative;
  cursor: pointer;
}
#bundle-layout-main .store-bundle-header-container .media-container div.media-list .thumbnail-content .video-thumbnail-wrapper::before {
  content: "";
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/store/common/PlayIcon.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#bundle-layout-main .store-bundle-header-container .overview-container {
  position: relative;
}
#bundle-layout-main .store-bundle-header-container .overview-container ol,
#bundle-layout-main .store-bundle-header-container .overview-container ul {
  list-style: square;
  margin-bottom: 8px;
}
#bundle-layout-main .store-bundle-header-container .overview-container ol li,
#bundle-layout-main .store-bundle-header-container .overview-container ul li {
  margin-left: 24px;
}
#bundle-layout-main .store-bundle-header-container .overview-container ol li::marker,
#bundle-layout-main .store-bundle-header-container .overview-container ul li::marker {
  transform: rotate(45deg);
}
#bundle-layout-main .store-bundle-header-container .overview-container p {
  margin-bottom: 8px;
}
#bundle-layout-main .store-bundle-header-container .overview-container p:last-of-type {
  margin-bottom: 48px;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-header-container .overview-container p:last-of-type {
    margin-bottom: 20px;
  }
}
#bundle-layout-main .store-bundle-header-container .overview-container .eyebrow-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
#bundle-layout-main .store-bundle-header-container .overview-container .eyebrow-container .eyebrow {
  text-transform: uppercase;
}
#bundle-layout-main .store-bundle-header-container .overview-container .eyebrow-container p,
#bundle-layout-main .store-bundle-header-container .overview-container .eyebrow-container ul {
  margin-bottom: 0;
}
#bundle-layout-main .store-bundle-header-container .overview-container .eyebrow-container ul {
  list-style: none;
  display: flex;
  text-transform: uppercase;
  gap: 4px;
}
#bundle-layout-main .store-bundle-header-container .overview-container .eyebrow-container ul li {
  font-family: "Hitmarker Text Regular", Arial, "Hitmarker Text Medium";
  font-weight: 400;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  padding: 4px;
  background-color: var(--khaki-200, #9c978f);
  color: #000;
  margin-left: 0;
}
[dir="rtl"] #bundle-layout-main .media-container div.slick-images .slick-prev {
  left: unset;
  right: -15px;
}
[dir="rtl"] #bundle-layout-main .media-container div.slick-images .slick-prev-icon::before {
  transform: rotate(180deg);
}
[dir="rtl"] #bundle-layout-main .media-container div.slick-images .slick-next {
  left: -15px;
  right: unset;
}
[dir="rtl"] #bundle-layout-main .media-container div.slick-images .slick-next-icon::before {
  transform: rotate(180deg);
}

/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Bundle Layout Body css
**********************/
#bundle-layout-main .store-bundle-body-container {
  grid-column: 1 / span 8;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-body-container {
    grid-column: 1 / span 4;
  }
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards {
  background-image: unset;
  padding: unset;
  padding-bottom: 64px;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards {
    padding: 20px 0;
  }
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards img {
  border: 1px solid #585348;
  height: unset;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-rich-text h2,
  #bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-text h2 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 2.25rem;
    line-height: 2.25rem;
    text-transform: uppercase;
  }
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card {
  padding-inline: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card {
    margin-bottom: 40px;
  }
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .spacing {
  margin-bottom: 64px;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.pro h2 {
  position: relative;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.pro h2::before {
  content: "";
  background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/store/common/Store_BundlePDP_ProBG.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1080px) {
  #bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.pro h2::before {
    background-size: cover;
    left: -68px;
  }
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.pro h2::before {
    background-size: contain;
    left: 0;
  }
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.pro ul {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 10px;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.pro ul li {
  border: 1px solid #e8d674;
  padding: 0 8px;
  position: relative;
  margin-left: 8px;
  color: #e8d674;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.pro ul li::before {
  display: inline-block;
  content: "";
  width: 2px;
  position: absolute;
  background-color: #e8d674;
  left: -9px;
  top: -1px;
  bottom: -1px;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.pro ul li:first-child {
  background-color: #e8d674;
  color: #000;
  margin-left: 0;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.pro ul li:first-child::before {
  content: none;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.normal ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.normal ul li {
  border: 1px solid #b4b1aa;
  padding: 0 8px;
  position: relative;
  margin-left: 8px;
  color: #b4b1aa;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents.normal ul li::before {
  display: inline-block;
  content: "";
  width: 2px;
  position: absolute;
  background-color: #b4b1aa;
  left: -9px;
  top: -1px;
  bottom: -1px;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents .atvi-card-content-container {
  align-self: start;
}
@media screen and (min-width: 834px) {
  #bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents .atvi-card-content-container {
    grid-column: 7 / span 6;
  }
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents .atvi-card-text h2 {
  margin-bottom: 8px;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents .atvi-card-text h2 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-transform: uppercase;
  }
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents .atvi-card-text p {
  margin-bottom: 4px;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents .atvi-card-text div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #606971;
  margin-bottom: 8px;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card .contents .atvi-card-text div p:nth-child(1) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#bundle-layout-main .store-bundle-body-container .mw3-subpage-features-cards .atvi-card:last-of-type {
  margin-bottom: 48px;
}
#bundle-layout-main .store-bundle-body-container .bundle-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: none;
  grid-template-areas: none;
  grid-column-gap: 40px;
  column-gap: 40px;
  grid-row-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 1024px) {
  #bundle-layout-main .store-bundle-body-container .bundle-grid {
    column-gap: 28px;
    grid-column-gap: 28px;
    row-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-body-container .bundle-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    grid-template-areas: none;
    grid-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 20px;
    row-gap: 20px;
  }
}
#bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card {
  width: 100%;
  margin-bottom: 0;
}
#bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card h2 {
  margin-bottom: 8px;
}
#bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card h3 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
#bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card:last-of-type {
  margin-bottom: 0;
}
#bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card:nth-child(3n - 2) {
  grid-column: 1 / span 4;
}
#bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card:nth-child(3n - 1) {
  grid-column: 5 / span 4;
}
#bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card:nth-child(3n) {
  grid-column: 9 / span 4;
}
@media screen and (max-width: 1024px) {
  #bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card:nth-child(odd) {
    grid-column: 1 / span 6;
  }
  #bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card:nth-child(even) {
    grid-column: 7 / span 6;
  }
  #bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card h2 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card h2,
  #bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card h3 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
  #bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card p {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
  #bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card:nth-child(odd) {
    grid-column: 1 / span 2;
  }
  #bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card:nth-child(even) {
    grid-column: 3 / span 2;
  }
  #bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card:last-of-type h2 {
    margin-bottom: 0;
  }
}
#bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card-vertical-image-top .atvi-card-inner-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
#bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card-vertical-image-top .atvi-card-inner-container .atvi-card-media-container {
  order: 1;
}
#bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card-vertical-image-top .atvi-card-inner-container .atvi-card-content-container {
  order: 2;
  align-self: stretch;
}
#bundle-layout-main .store-bundle-body-container .bundle-grid .atvi-card-text p:first-of-type {
  margin-bottom: 4px;
}

/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
#cod-store-listings-aggregator {
  grid-column: 1 / span 12;
}
#cod-store-listings-aggregator .main-container {
  border-top: 1px solid rgba(88, 88, 88, 0);
  padding: 40px 0 28px;
}
@media screen and (max-width: 1024px) {
  #cod-store-listings-aggregator .main-container {
    padding: 28px 0 28px;
  }
}
@media screen and (max-width: 833px) {
  #cod-store-listings-aggregator .main-container {
    padding: 20px 0 28px;
  }
}
#cod-store-listings-aggregator .main-container > h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#cod-store-listings-aggregator .cards-container {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
#cod-store-listings-aggregator .card {
  grid-column: span 3;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #3c4147;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.5);
  background: #24272a;
  transition: all 300ms;
}
#cod-store-listings-aggregator .card a {
  color: inherit;
  text-decoration: inherit;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cod-store-listings-aggregator .card a:focus-visible {
  border: 2px solid white;
}
#cod-store-listings-aggregator .card:hover {
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.8);
}
#cod-store-listings-aggregator .card:hover .card-media .bg {
  transform: scale(1.05);
}
#cod-store-listings-aggregator .card:nth-child(n + 5) {
  display: none;
}
#cod-store-listings-aggregator .card-media {
  overflow: hidden;
  position: relative;
}
#cod-store-listings-aggregator .card-media.bundles {
  aspect-ratio: 1.77777778;
}
#cod-store-listings-aggregator .card-media .bg {
  transition: all 300ms;
  width: 100%;
  max-width: unset;
}
#cod-store-listings-aggregator .card-info {
  padding: 12px 20px;
  flex: 1 0;
}
#cod-store-listings-aggregator .card-info .info-inner-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto min-content min-content;
  height: 100%;
  align-items: end;
}
#cod-store-listings-aggregator .card-info .card-text {
  grid-column: span 2;
}
#cod-store-listings-aggregator .card-info .card-text h1 {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 8px;
}
#cod-store-listings-aggregator .card-info .card-text h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin: 0 auto 8px;
}
#cod-store-listings-aggregator .card-info .card-text p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.13rem;
  letter-spacing: optional;
  display: none;
}
#cod-store-listings-aggregator .card-info .card-logos {
  display: flex;
  align-self: end;
  gap: 4px;
  grid-row-start: 2;
  grid-column-start: 1;
  margin-bottom: 8px;
}
#cod-store-listings-aggregator .card-info .card-logos.tags {
  margin-bottom: 0;
}
#cod-store-listings-aggregator .card-info .card-logos p {
  font-family: "Hitmarker Text Regular", Arial, "Hitmarker Text Medium";
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  padding: 1px 2px;
  background-color: #92918a;
  color: #000;
  margin-left: 0;
}
#cod-store-listings-aggregator .card-info .card-price {
  align-self: end;
  text-align: right;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1rem;
  grid-column: 1 / span 2;
  position: relative;
}
#cod-store-listings-aggregator .card-info .card-price.bundles {
  grid-row-start: 2;
}
#cod-store-listings-aggregator .card-info .card-price .currency {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.63rem;
  line-height: 1.13rem;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  #cod-store-listings-aggregator .cards-container {
    gap: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  #cod-store-listings-aggregator .cards-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
  #cod-store-listings-aggregator .card {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 833px) {
  #cod-store-listings-aggregator {
    grid-column: 1 / span 4;
  }
  #cod-store-listings-aggregator .card-info {
    padding: 10px 8px;
  }
  #cod-store-listings-aggregator .card-info .card-text h1 {
    font-size: 12px;
    line-height: 12px;
  }
  #cod-store-listings-aggregator .card-info .card-text p {
    font-size: 12px;
    line-height: 14px;
  }
  #cod-store-listings-aggregator .card-info .card-price {
    font-size: 16px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 700px) {
  #cod-store-listings-aggregator .card-info .card-logos.tags {
    margin-bottom: 8px;
  }
  #cod-store-listings-aggregator .card-info .card-price.bundles {
    grid-row-start: unset;
  }
}
@media only screen and (max-width: 600px) {
  #cod-store-listings-aggregator .main-container {
    max-width: 600px;
  }
  #cod-store-listings-aggregator .cards-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 20px;
    column-gap: 20px;
  }
  #cod-store-listings-aggregator .card {
    grid-column: span 2;
  }
  #cod-store-listings-aggregator .card-info {
    padding: 10px 8px;
  }
  #cod-store-listings-aggregator .card-info .card-text h1 {
    font-size: 12px;
    line-height: 12px;
  }
  #cod-store-listings-aggregator .card-info .card-text p {
    font-size: 12px;
    line-height: 14px;
  }
  #cod-store-listings-aggregator .card-info .card-logos {
    gap: 2px;
  }
  #cod-store-listings-aggregator .card-info .card-logos.tags {
    margin-bottom: unset;
  }
  #cod-store-listings-aggregator .card-info .card-price {
    font-size: 16px;
    line-height: 14px;
  }
  #cod-store-listings-aggregator .card-info .card-price.bundles {
    grid-row-start: 2;
  }
}
@media only screen and (max-width: 410px) {
  #cod-store-listings-aggregator .card-info .card-logos.tags {
    margin-bottom: 8px;
  }
  #cod-store-listings-aggregator .card-info .card-price.bundles {
    grid-row-start: unset;
  }
}
html[lang="ar"] #cod-store-listings-aggregator .card-price {
  text-align: left;
}

/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Select Edition css
**********************/
#bundle-layout-main .wtb-editions {
  display: none;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .wtb-editions {
    display: block;
    margin-top: 8px;
  }
  #bundle-layout-main .wtb-editions .choose-your-edition-container {
    position: unset;
  }
  #bundle-layout-main .wtb-editions .choose-your-edition-container .modal-edition {
    position: unset;
    max-height: unset;
  }
  #bundle-layout-main .wtb-editions .choose-your-edition-container .modal-btn {
    display: none;
  }
}
#bundle-layout-main .choose-your-edition-container {
  grid-column: 9 / span 4;
  grid-row: 1 / span 2;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .choose-your-edition-container {
    grid-column: unset;
    grid-row: unset;
    position: unset;
    padding-bottom: unset;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    flex-direction: column-reverse;
    right: 0;
    z-index: 201;
    transition: all 0.3s ease-out;
  }
}
#bundle-layout-main .choose-your-edition-container .modal-edition {
  border: 1px solid var(--primary-gray-600, #606971);
  background: #000;
  box-shadow: 0px 0px 16px 0px #000;
  position: sticky;
  top: 20px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .choose-your-edition-container .modal-edition {
    max-height: 0;
    z-index: 1;
    transition: all 0.3s ease-out;
  }
}
#bundle-layout-main .choose-your-edition-container .modal-edition .bundle-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: start;
  padding: 12px 16px;
  gap: 2px;
  align-self: stretch;
  background: linear-gradient(180deg, #24272a 0%, rgba(36, 39, 42, 0) 100%), #3c4147;
  text-transform: uppercase;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .bundle-header h2 {
  margin-bottom: 0;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .bundle-header p {
  font-family: "Hitmarker Text Regular", Arial, "Hitmarker Text Bold";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-style: normal;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .bundle-header .bundle-details {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details {
  display: flex;
  padding: 12px 16px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  background-color: #000;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details p {
  color: #ccc;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details button {
  border: 1px solid var(--primary-gray-600, #606971);
  background: var(--primary-gray-800, #24272a);
  width: 100%;
  padding: 12px 16px;
  align-items: flex-start;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  cursor: pointer;
  text-transform: unset;
  color: rgba(255, 255, 255, 0.3);
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details button:hover {
  background: #3c4147;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details button span:nth-child(1) {
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  #bundle-layout-main .choose-your-edition-container .modal-edition .edition-details button {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .choose-your-edition-container .modal-edition .edition-details button {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details ul li a {
  border: 1px solid var(--primary-gray-600, #606971);
  background: var(--primary-gray-800, #24272a);
  width: 100%;
  padding: 12px 16px;
  align-items: flex-start;
  display: flex;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: unset;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details ul li a:hover {
  background: #3c4147;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details ul li a img {
  max-width: 30px;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details ul li a svg:first-child,
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details ul li a img {
  margin-right: 8px;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details ul li a span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details ul li a .retail-text-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details ul li a .retail-text-container span {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 0.75rem;
  letter-spacing: optional;
}
#bundle-layout-main .choose-your-edition-container .modal-edition .edition-details ul li a .retail-text-container .gens {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.63rem;
  line-height: 0.75rem;
  letter-spacing: optional;
  color: var(--primary-gray-400, #919aa2);
  margin-top: 4px;
}
#bundle-layout-main .choose-your-edition-container .modal-btn {
  display: none;
}
@media screen and (max-width: 833px) {
  #bundle-layout-main .choose-your-edition-container .modal-btn {
    display: block;
    height: 64px;
    z-index: 201;
  }
}
@media screen and (max-width: 833px) and (max-height: 400px) {
  #bundle-layout-main .choose-your-edition-container .modal-btn {
    display: none !important;
  }
}
#bundle-layout-main .choose-your-edition-container .modal-btn .edition-buy-now-btn {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  border: none;
  border-top: 1px solid var(--primary-gray-900, #1b1b1b);
  background: #f96800;
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/store/common/CerberusBtnAnim_6sec.gif) center center no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 16px 0px #000;
  color: #fff;
  padding: 0px 16px;
}
#bundle-layout-main .choose-your-edition-container .modal-btn .edition-buy-now-btn .close-icon {
  display: none;
}
#bundle-layout-main .choose-your-edition-container .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
#bundle-layout-main .choose-your-edition-container .hide {
  display: none !important;
}
#bundle-layout-main .choose-your-edition-container .hide-edition {
  display: none;
}
#bundle-layout-main .choose-your-edition-container .selected {
  color: #fff !important;
}
#bundle-layout-main .choose-your-edition-container .slide-up-content {
  max-height: 1000px;
}
#bundle-layout-main .choose-your-edition-container .on-scroll-modal {
  top: 54px;
}
#bundle-layout-main .slide-up-modal {
  bottom: 40px;
}
@media screen and (min-width: 600px) and (max-width: 833px) {
  #bundle-layout-main .slide-up-modal {
    bottom: 0px;
  }
}
html[lang="ar"] #bundle-layout-main .choose-your-edition-container .modal-edition .edition-details ul li a img {
  margin-left: 8px;
  margin-right: 0;
}

/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Bundle Video css
**********************/
#bundle-layout-main .atvi-video-thumbnail-container {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
#bundle-layout-main .atvi-video-thumbnail-container .thumbnail-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
#bundle-layout-main .atvi-video-thumbnail-container .thumbnail-play-icon button {
  position: relative;
  width: 100px;
  height: 100px;
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/store/common/PlayIcon.svg) center center no-repeat;
  background-size: 80px;
  border: none;
  cursor: pointer;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  scale: 1;
}
#bundle-layout-main .atvi-video-thumbnail-container:hover .thumbnail-play-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
jQuery Custom Scrollbar css
**********************/
.media-list {
  width: 100%;
  overflow-x: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 833px) {
  .media-list {
    display: none;
  }
}
.media-list .mCSB_container {
  display: -webkit-flex;
  display: flex;
  gap: 16px;
}
.media-list .thumbnail-content {
  flex-shrink: 0;
}
.media-list .thumbnail-content img {
  cursor: pointer;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-height: 90px;
}
@media screen and (max-width: 1350px) {
  .media-list .thumbnail-content img {
    max-height: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .media-list .thumbnail-content img {
    max-height: 65px;
  }
}
@media screen and (max-width: 1000px) {
  .media-list .thumbnail-content img {
    max-height: 50px;
  }
}
.media-list .thumbnail-content .img-selected {
  border: 2px solid var(--primary-gray-500, #79838d);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
}
.media-list .thumbnail-content .video-thumbnail-wrapper {
  position: relative;
  cursor: pointer;
}
.media-list .thumbnail-content .video-thumbnail-wrapper::before {
  content: "";
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/blackops6/common/PlayArrow.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.media-list .mCSB_scrollTools {
  opacity: 1;
}
.media-list .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -40px !important;
  height: 40px;
}
.media-list .mCSB_scrollTools .mCSB_draggerContainer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #79838d;
}
.media-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #cdcbc6 !important;
  height: 6px !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  position: absolute;
  top: calc(50% - 2px);
}
.media-list .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

