.ff-bold {
  font-family: PeridotPEBold;
}
.fs-28 {
  font-size: 28px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-17{
  margin-bottom: 17px;
}
.mb-13{
  margin-bottom: 13px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pt-10 {
  padding-top: 10px;
}
.lh-1 {
  line-height: 1;
}
.listing-search__tabs .nav[role=tablist] {
  margin: 20px 0;
}
.nav[role=tablist] {
  margin: 40px 0px 0px 0px;
}
.nav[role=tablist] li + li {
  margin-left: 80px
}


.ecoToolTipLabel:hover .ecoFriendlyToolTip {
  visibility: visible;
  opacity: 1;
}

.ecoFriendlyToolTip{
  visibility: hidden;
  bottom: 20px;
  width: 272px;
  max-width: 272px;
  background: #004B87;
  box-shadow: 3px 3px 6px RGBA(214,214,214,0.9);
  border-radius: 5px;
  z-index: 1;
  position: absolute;
  padding: 10px;
}

@media screen and (max-width: 767px){
  .ecoFriendlyToolTip{
    right: 10%;
    left: unset;
    bottom: 25px;
  }
}

.ecoFriendlyToolTipText {
  text-align: left;
  font-size: 14px;
  font-family: PeridotPERegular;
  color: #FFFFFF;
}


@media screen and (max-width: 767px){
  .ecoFriendlyToolTipText{
    font-size: 14px;
  }
}

@media screen and (max-width:768px) {
  .nav[role=tablist] li+li {
    margin-left: 40px
  }
}

@media screen and (max-width:576px) {
  .nav[role=tablist] li+li {
    margin-left: 40px
  }
}

.nav[role=tablist] .nav-link {
  font-weight: 700;
  position: relative;
  font-size: 24px;
  color: #3e5567;
  text-decoration: none;
  padding: 0px
}

.nav[role=tablist] .nav-link.active {
  font-weight: 700;
  border-bottom: 3px solid #36b22d;
  position: relative;
  color: #36b22d
}

.nav[role=tablist] .nav-link.active:after {
  height: 5px;
  width: 5px;
  background-color: #36b22d;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 2px);
  transform: rotate(45deg)
}
@media screen and (min-width: 1450px) {
  .info-box-desktop {
    display: flex !important;
  }
  .info-box-mobile {
    display: none !important;;
  }
}
@media screen and (max-width: 1449px) {
  .info-box-desktop {
    display: none !important;
  }
  .info-box-mobile {
    display: flex!important;
  }
}
.pdp-price-sticker {
  background: #f3f3f3 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 8px #00000029;
  opacity: 1
}

.pdp-price-sticker .green-button,
.pdp-price-sticker .light-green-button {
  font-family: PeridotPERegular;
  font-size: 14px;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px
}

.pdp-price-sticker .green-trasparent-button {
  font-family: PeridotPERegular;
  font-size: 14px;
  text-align: center;
  min-height: 52px;
  font-weight: 400;
  display: block;
  padding: 10px;
  min-width: 225px;
  width: 50%;
  margin: 0 auto;
  display: inline-block;
  overflow: hidden
}

.pdp-price-sticker .green-trasparent-button.green-trasparent-button-clamp {
  line-height: 23px;
  max-width: 225px
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .pdp-price-sticker {
    box-shadow: 0px -1px 1px #dfdfdf
  }

  .pdp-price-sticker .light-green-button {
    height: 62px !important
  }
}

.sticker-button {
  margin: 10px 10px 10px 20px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pdp-price-sticker .green-trasparent-button:hover {
  color: #fff
}

.pdp-price-sticker h2 {
  font-size: 30px;
  font-family: PeridotPEBold;
}

.pdp-price-sticker:not(.tangible) h2 {
  font-family: BTCosmoBold;
  color: #00A5E3;
  font-size: 26px !important;
}

.pdp-price-sticker.tangible h2 {
  padding: 0 1% 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pdp-price-sticker.tangible h2 {
  padding: 0 1% 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pdp-price-sticker h4 {
  font-size: 20px;
  font-family: PeridotPERegular;
  line-height: 1;
  margin-top: 0 !important;
}

.pdp-price-sticker:not(.tangible) h4 {
  font-family: BTCosmoBold;
  color: #36B22D;
  font-size: 26px;
}

.pdp-price-sticker {
  font-size: 12px;
  line-height: 12px;
  min-height: 120px
}

.pdp-price-sticker>div.container {
  min-height: 120px
}

@supports (-webkit-touch-callout:none) {
  .pdp-price-sticker {
    font-size: 14px;
    min-height: 140px;
    padding-bottom: 20px
  }
}

.pdp-price-sticker .media img {
  min-width: 100px;
  min-height: 100px;
  align-self: center
}

.pdp-price-sticker .media {
  float: left;
  display: flex
}

.pdp-price-sticker .media:nth-child(odd) {
  clear: left
}

.pdp-price-sticker .media-image {
  float: left;
  margin-right: 0.8em;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 100px;
  min-width: 100%;
  background-repeat: no-repeat
}

.pdp-price-sticker .media-body {
  color: #3e5567;
  align-self: center;
  min-width: 400px;
  max-width: 500px;
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .pdp-price-sticker .media-body {
    min-width: 400px
  }
}

.pdp-price-sticker .media-body h4 {
  margin-top: 10px
}

.pdp-price-sticker .original-price {
  font-family: PeridotPERegular;
  color: #3e5567;
  font-size: 18px;
  margin-right: 5px
}

.pdp-price-sticker .original-price span.price {
  text-decoration: line-through
}

.pdp-price-sticker .new-price-sticker {
  color: #E20074;
  font-family: PeridotPESemiBold;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center
}

.pdp-price-sticker .new-price-sticker .new-price {
  font-family: PeridotPESemiBold;
  font-size: 48px;
  line-height: 1;
  align-self: flex-end
}

.pdp-price-sticker .new-price-sticker .new-price span:nth-child(2) {
  font-family: PeridotPESemiBold;
  font-size: 32px;
  align-self: flex-end;
  line-height: 1.2
}

.new-price-sticker-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.pdp-price-sticker .mobile-view .details span.new-price .period {
  color: #3e5567;
  font-size: 14px;
  font-family: PeridotPERegular;
  line-height: 1.8
}

@media screen and (max-width:1305px) {
  .new-price-sticker-container {
    flex-direction: column !important
  }

  .pdp-price-sticker .green-button {
    min-width: 225px
  }
}

.sticker-right-area {
  margin-left: auto;
  padding-right: 10px
}

.sticker-left-area {
  align-self: center;
  padding-left: 10px;
  max-width: 40%
}

.tab-pane {
  min-width: 50%
}

.tab-pane.bcc {
  min-width: 100%;
  min-height: 500px
}

@media screen and (max-width:1199px){
  .tab-pane.bcc {
    padding: 20px 25px;
  }
}

.specs {
  font-size: 16px;
  margin: 50px 0px
}

@media screen and (max-width:576px) {

  .nav[role=tablist] .nav-link,
  .specs {
    font-size: 14px
  }

  .specs {
    margin: 10px 0px
  }
}

.specs .row {
  background-color: #f8f8f8;
  min-height: 62px
}

.specs .spec-col1 {
  font-family: PeridotPESemiBold
}

.specs .spec-row+.spec-row {
  margin-top: 16px
}

.min-h-auto {
  min-height: auto !important
}

@media screen and (max-width:576px) {
  .specs .spec-row {
    margin: 0 20px
  }
}

.extra-info {
  color: #808080;
  text-align: center;
  font-size: 14px;
  margin: 50px 15px
}

.specs img.spec-image {
  height: 35px;
  width: auto;
  display: block;
  margin: 0 auto
}

.carousel-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  content: "";
  z-index: 1;
  background: #36b22d;
}

.carousel-banner .carousel-banner-title {
  margin: 30px 0
}

.carousel-banner .carousel-banner-title h3 {
  font-family: PeridotPESemiBold;
  color: #fff;
  line-height: 62px;
  font-size: 54px;
  z-index: 3
}

.carousel-banner {
  padding: 55px 50px 50px;
  min-height: 850px;
  position: relative;
  background-color: #ececec;
  z-index: 3
}

.carousel-banner .carousel-banner-item {
  width: 409px;
  min-height: 522px;
  height: calc(100% - 25px);
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  opacity: 1;
  text-align: center;
  font-family: PeridotPESemiBold;
  font-size: 20px;
  border-radius: 0px;
  border: 0
}

.carousel-banner .slick-track {
  display: flex !important
}

.carousel-banner .slick-slide {
  height: inherit !important
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .carousel-banner .carousel-banner-item {
    box-shadow: 0px 0px 6px #dfdfdf
  }
}

@media screen and (max-width:576px) {
  .carousel-banner .carousel-banner-item {
    width: 297px;
    min-height: 437px;
    height: calc(100% - 10px)
  }

  @supports (-webkit-touch-callout:none) {
    .carousel-banner .carousel-banner-item {
      width: 297px;
      min-height: 437px;
      height: 100%
    }
  }

  .card-body {
    padding: 0
  }

  footer .card-body {
    padding: 1.25rem
  }
}

.carousel-banner .carousel-banner-items {
  z-index: 1
}

.carousel-banner .carousel-inner {
  min-height: 710px
}

.carousel-banner .carousel-banner-item .carousel-banner-image-placeholder {
  height: 270px;
  width: 100%
}

.carousel-banner .carousel-banner-item img {
  height: 270px;
  width: 100%;
  padding: 20px;
  -o-object-fit: contain;
  object-fit: contain
}

.carousel-banner .carousel-banner-item .description {
  margin-top: 20px;
  padding: 0px 20px
}

.carousel-banner .carousel-banner-item .long-description {
  margin-top: 20px;
  padding: 0px 15px;
  font-size: 18px;
  font-family: PeridotPERegular
}

.carousel-banner .carousel-banner-item .price {
  margin-top: 20px;
  color: #36b22d;
  font-size: 24px
}

.carousel-banner .carousel-banner-item .price--base {
  margin-top: 20px;
  color: #3e5567;
  font-size: 24px
}

.carousel-banner .carousel-banner-item .title {
  margin-top: 20px;
  color: #36b22d;
  font-size: 18px
}

.carousel-banner .carousel-banner-item .green-trasparent-button {
  margin-top: 20px
}

.carousel-banner .carousel-banner-item .green-trasparent-button:focus {
  outline: none
}

.pdp-breadcrumb .breadcrumb {
  background-color: transparent;
  padding-left: 0px;
  color: #004A87 !important;
  font-family: PeridotPEBold;
  flex-wrap: nowrap
}

.pdp-breadcrumb .breadcrumb-item img.home {
  background-image: url(../images-pdp/home.png);
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  position: relative;
  border: none !important;
  outline: none !important;
  text-decoration: none
}

.pdp-breadcrumb .breadcrumb-item img.home:not([src]) {
  content: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.pdp-breadcrumb .breadcrumb-item {
  white-space: nowrap
}

.pdp-breadcrumb .breadcrumb-item+.breadcrumb-item {
  text-overflow: ellipsis;
  overflow: hidden
}

.pdp-breadcrumb .breadcrumb a {
  color: #004a87;
  font-size: 16px;
}

.pdp-breadcrumb .breadcrumb-item.active {
  text-overflow: ellipsis;
  overflow: hidden
}

.pdp-breadcrumb .breadcrumb-item.active a {
  font-family: PeridotPERegular;
  font-size: 16px;
  padding-left: 0px;
  color: #000000;
}

@media screen and (max-width:576px) {
  .breadcrumb-item+.breadcrumb-item:before {
    content: "" !important;
    background-image: url(/ote_static/redesign/images-pdp/divider.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 10px
  }
}

.pdp-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: auto;
}

@media screen and (max-width:576px) {
  .pdp-scroll {
    overflow-y: hidden;
    height: auto
  }
}

.pdp-scroll::-webkit-scrollbar {
  width: 5px
}

.pdp-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f0f0f0;
  border-radius: 4px
}

.pdp-scroll::-webkit-scrollbar-thumb {
  background-color: #d7d8d6;
  outline: 1px solid #f0f0f0;
  border-radius: 4px
}

.pdp-scroll.rateplan {
  padding-right: 20px
}

@media screen and (max-width:576px) {
  .pdp-scroll.rateplan {
    padding-right: 0px
  }
}

.pdp-scroll.tripleplay {
  padding-right: 30px
}

@media screen and (max-width:576px) {
  .pdp-scroll.tripleplay {
    padding-right: 0px
  }
}

.pdp-scroll.listing {
  padding-right: 10px
}

@media screen and (max-width:576px) {
  .pdp-scroll.listing {
    padding-right: 0px
  }
}

.pdp-characteristics {
  color: #3e5567;
  margin-bottom: 20px
}

@media screen and (max-width:576px) {
  .wizardpdp-new__container {
    background-color: #fff !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16) !important;
    border-radius: 10px !important;
    color: #3e5567 !important;
    margin-bottom: 15px !important;
    width: 95% !important
  }
}

.pdpnew-container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px
}

.pdpnew-container .img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media screen and (max-width:576px) {
  .pdpnew-container .img-placeholder>.img {
    max-height: 175px
  }
}

.pdpnew-container .title-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.pdpnew-container .title-placeholder-title {
  font-family: BTCosmoBold;
  font-size: 45px;
  line-height: 45px;
  margin-top: 15px;
  color: #00A5E3;
  text-align: center;
}

.pdpnew-container .title-placeholder-title.subName {
  color: #36B22D !important;
}

.pdpnew-container .title-placeholder-title.mainName {
  margin-top: 0 !important;
}

@media screen and (max-width:768px) {
  .pdpnew-container .title-placeholder-title {
    font-size: 50px;
    text-align: center;
  }
}

@media screen and (max-width:576px) {
  .pdpnew-container .title-placeholder-title {
    font-size: 30px;
    text-align: center;
  }

  .wizard .imgListingPdp {
    width: 330px !important;
    height: 175px !important;
  }

  .wizard .pdp-scroll .title-placeholder-subtitle {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.pdpnew-container .title-placeholder-subtitle {
  font-family: PeridotPESemiBold;
  font-size: 30px;
  line-height: 46px;
  margin-top: 40px;
  margin-bottom: 100px
}

@media screen and (max-width:576px) {
  .pdpnew-container .title-placeholder-subtitle {
    font-size: 18px
  }
}

.pdpnew-exit-button {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-right: 5px !important
}

@media screen and (max-width:576px) {
  .pdpnew-exit-button {
    padding-right: 0px
  }
}

.pdp3play-container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px
}

@media screen and (max-width:576px) {
  .pdp3play-container {
    padding-right: 0px;
    padding-left: 0px
  }
}

.pdp3play-container .background-linear {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: transparent linear-gradient(101deg, #98c44f, #00a9e7) 0% 0% no-repeat padding-box;
  min-height: 255px
}

.pdp3play-container .title-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.pdp3play-container .title-placeholder-title {
  font-family: PeridotPEBold;
  font-size: 50px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px
}

@media screen and (max-width:768px) {
  .pdp3play-container .title-placeholder-title {
    font-size: 35px;
    line-height: 32px
  }
}

@media screen and (max-width:576px) {
  .pdp3play-container .title-placeholder-title {
    font-size: 30px;
    line-height: 32px
  }
}

.pdp3play-container .list-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1160px;
  width: 90%;
  min-height: 120px;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  margin-top: -25px;
  margin-bottom: 35px
}

@media screen and (max-width:576px) {
  .pdp3play-container .list-items {
    margin-top: 10px;
    border-radius: 0px 0px 0px 0px;
    width: 100%
  }
}

.pdp3play-container .list-item {
  flex-direction: row;
  align-items: center
}

.pdp3play-container .list-item,
.pdp3play-container .list-item .image-placeholder {
  display: flex;
  justify-content: center
}

.pdp3play-container .list-item .title {
  font-family: PeridotPESemiBold;
  font-size: 20px;
  line-height: 22px
}

@media screen and (max-width:768px) {
  .pdp3play-container .list-item .title {
    text-align: center !important
  }
}

@media screen and (max-width:576px) {
  .pdp3play-container .list-item .title {
    font-size: 15px;
    line-height: 16px
  }
}

.pdp3play-container .list-item .subtitle {
  font-family: PeridotPERegular;
  font-size: 20px;
  line-height: 22px
}

@media screen and (max-width:768px) {
  .pdp3play-container .list-item .subtitle {
    text-align: center !important
  }
}

@media screen and (max-width:576px) {
  .pdp3play-container .list-item .subtitle {
    font-size: 15px;
    line-height: 16px
  }
}

.pdp3play-container .list-items>.list-item {
  border-right: 1px dashed #ababab
}

@media screen and (max-width:768px) {
  .pdp3play-container .list-items>.list-item {
    border: none
  }
}

.pdp3play-container .list-items>.list-item:nth-child(3n) {
  border: none
}

.pdp3play-exit-button {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-right: 5px !important
}

@media screen and (max-width:576px) {
  .pdp3play-exit-button {
    padding-right: 0px
  }
}

.no-scroll-body {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.pdp-characteristics ul.tick>li {
  list-style-image: url(/ote_static/redesign/images-pdp/tick.png)
}

.pdp-characteristics ul.tick>li :not(:last-child) {
  margin-bottom: 5px
}

.pdp-price-box {
  width: 360px;
  height: fit-content;
  min-height: 235px;
  background: #FFFFFF;
  box-shadow: 0px 1px 22px #A1EBD996;
  border-radius: 16px;
  position: relative;
  margin-top: 40px;
  text-align: center;
  color: #939599;
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .pdp-price-box {
    box-shadow: 0px 0px 6px #dfdfdf
  }
}

.pdp-price-box .prices {
  min-height: 175px;
  background: transparent linear-gradient(240deg, rgba(152, 196, 79, .79), rgba(151, 196, 80, .79) 8%, rgba(83, 184, 148, .79) 44%, rgba(15, 172, 216, .79) 100%, rgba(33, 96, 175, .79) 0) 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 175px
}

@media screen and (max-width:1200px) {
  .pdp-price-box .prices {
    min-height: 195px
  }
}

.pdp-price-box .green-button,
.pdp-price-box .light-green-button {
  font-family: PeridotPERegular;
  font-size: 14px;
  text-align: center;
  min-width: 90%;
  min-height: 56px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  padding: 0
}

.pdp-price-box .gray-box-info {
  background-color: #f0f0f0;
  min-height: 40px
}

.pdp-price-box .gray-box-info img {
  background-repeat: no-repeat;
  height: 25px;
  width: 35px;
  margin-right: 10px
}

.pdp-price-box .green-trasparent-button {
  font-family: PeridotPERegular;
  font-size: 14px;
  text-align: center;
  min-height: 56px;
  margin: 0px;
  font-weight: 400;
  display: block;
  padding: 10px;
  min-width: 90%;
  width: 50%;
  margin: 0 auto;
  height: 100%;
  box-sizing: content-box;
  padding: 0;
  display: flex;
  align-items: center;
}
.listing-top-tag {
  width: 90%;
  left: 5%;
  height: 35px;
  display: flex;
  top: -36px;
  position: absolute;
  background: transparent linear-gradient(104deg, #98C44F 0%, #03A9E4 65%, #00A9E7 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px 20px 0 0;
  justify-content: center;
}
.listing-top-tag-text{
  align-self: center;
  font-size: 16px;
  font-family: PeridotPESemiBold;
  color: #FFFFFF;
}
.tangible-original-price {
  font-size: 18px;
  font-family: PeridotPERegular;
  color: #939599;
  text-decoration: line-through;
}
.tangible-final-price {
  font-size: 40px;
  font-family: PeridotPEBold;
  color: #000000;
  line-height: 50px;
}
.tangible-info-label {
  font-size: 14px;
  font-family: PeridotPERegular;
  color: #707070;
  line-height: 1;
}
.tangible-buy-button {
  height: 45px !important;
  width: 90%;
  background: #36b22d;
  border: 1px solid #36b22d;
  border-radius: 11px;
  text-align: center;
  font-size: 29px;
  font-family: PeridotPESemiBold;
  color: #FFFFFF !important;
  font-weight: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  margin-top: 15px;
}
.tangible-buy-button:hover {
  background: #006d26;
  border: none;
}
.tangible-bundle-button {
  height: 67px !important;
  background: #FFFFFF;
  font-size: 16px;
  padding: 0 10px 0 10px;
  color: #36b22d !important;
}
a.tangible-buy-button.tangible-bundle-button:hover{
  color: #fff !important;
  background: #36b22d !important;
}
.tangible-buy-disabled {
  opacity: 0.5;
  cursor: default;
}
.mh-132 {
  min-height: 132px !important;
}
.pdp-price-sticker .pdp-buy-button {
  width: 330px;
  height: 45px;
  background: #36b22d;
  border: 1px solid #36b22d;
  border-radius: 11px;
  text-align: center;
  font-size: 22px;
  font-family: PeridotPESemiBold;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 41px;
}

.pdp-price-sticker .pdp-buy-button:hover {
  background: #006d26;
  border: none;
}
.pdp-price-sticker.tangible .pdp-buy-button {
  width: 300px;
}
.pdp-price-sticker .soft_bundle_price_devider {
  width: 2px;
  height: 22px;
  display: flex;
  margin-left: 10px;
  margin-right: 8px;
  align-self: center;
  background: #36b22d;
}
.pdp-characteristics .bullet-color ul li button.selected-color {
  width: 25px !important;
  height: 25px !important;
  top: 0;
}
.pdp-price-box .softBundleContainer {
  min-height: 78px;
  background-color: #EDFFEB;
  position: relative;
}
.pdp-price-box .softBundleContainer_img {
  width: 62px;
  height: 62px;
  margin-top: 0 !important;
}

.container .shopping-cart{
  padding-right:0px;
  padding-left: 0px;
}

.shopping-cart .pdp-bundle-carousel .shopping-cart-body{
  max-height: none;
  margin-right: 100px;
  width: 379px;
}
.shopping-cart .pdp-bundle-carousel .shopping-cart-body:last-of-type{
  margin-right:0;
}
.shopping-cart .pdp-bundle-carousel .shopping-cart-body .combo-button {
  width: 358px;
  height: 36px;
  background: #36b22d 0% 0% no-repeat padding-box;
  border: 1px solid #36b22d;
  border-radius: 11px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-family: 'PeridotPESemiBold';
  margin: 5px auto 10px auto;
}
@media screen and (max-width: 1370px) and (min-width:1251px) {
  .shopping-cart .pdp-bundle-carousel .shopping-cart-body {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1250px) and (min-width:1200px) {
  .shopping-cart .pdp-bundle-carousel .shopping-cart-body {
    margin-right: 10px;
  }
}
@media screen and (max-width: 881px) and (min-width:768px) {
  .shopping-cart .pdp-bundle-carousel .shopping-cart-body {
    margin-right: 5px;
  }
}
@media screen and (max-width: 415px) {
  .shopping-cart .pdp-bundle-carousel .shopping-cart-body {
    width: 329px;
  }
  .shopping-cart .pdp-bundle-carousel .shopping-cart-body .combo-button {
    width: 304px;
  }
}
.pdp-bundle-carousel .bullet-arrow-img-back,
.pdp-bundle-carousel .bullet-arrow-img{
  position: absolute;
  top: 43%;
  left: 60%;
}
.pdp-bundle-carousel .bullet-arrow-img-back{
  transform: rotate(180deg);
}
.pdp-bundle-carousel .slick-dots{
  position: absolute;
}
@media screen and (max-width: 992px) {
  .pdp-bundle-carousel .slick-dots li + li {
    margin-left: 20px !important;
  }
}
.pdp-bundle-carousel .bullet-arrow-img-back {
  position: absolute;
  top: 43%;
  left: 49%;
  transform: rotate(180deg);
}
.pdp-bundle-carousel .shopping-cart-body .plus-container {
  top: -7%;
}
.pdp-bundle-carousel .slick-prev{
  left: -12px;
}
.pdp-bundle-carousel .slick-next {
  right: -12px;
}
.pdp-bundle-carousel .slick-next,
.pdp-bundle-carousel .slick-prev {
  position: absolute;
  top: 100px;
}
.pdp-bundle-carousel .slick-next:before,
.pdp-bundle-carousel .slick-prev:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg)
}
.pdp-bundle-carousel .slick-prev:before {
  border-left: 1px solid #36b22d;
  border-bottom: 1px solid #36b22d;
  z-index: 10000;
}
.pdp-bundle-carousel .slick-next:before {
  border-right: 1px solid #36b22d;
  border-top: 1px solid #36b22d;
}
.shopping-cart .pdp-bundle-carousel .shopping-cart-body .shopping-cart-element.rateplan{
  min-height: 59px;
}
.shopping-cart .pdp-bundle-carousel .shopping-cart-body .shopping-cart-element.rateplan .shopping-cart-element-img{
  height: 59px;
}
.shopping-cart .pdp-bundle-carousel .shopping-cart-body .shopping-cart-element.rateplan .shopping-cart-element-description .row{
  align-items: center;
  height: 100%;
}

.pdp-price-box .plus-container {
  position: absolute;
  top: -15%;
  left: 48%;
}
.pdp-price-box .softBundleContainer_label {
  font-family: PeridotPERegular;
  color: #36b22d;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.pdp-price-box .softBundleContainer_product_label {
  font-size: 16px;
  font-family: PeridotPESemiBold;
  color: #3E5567;
  line-height: 1;
  text-align: left;
}
.pdp-price-box .softBundleContainer_initialPrice {
  text-align: center;
  font-size: 12px;
  font-family: PeridotPERegular;
  color: #3E5567;
  line-height: 1;
  text-decoration: line-through;
}
.pdp-price-box .softBundleContainer_finalPrice {
  text-align: center;
  font-size: 20px;
  font-family: PeridotPESemiBold;
  color: #E20074;
  line-height: 1;
}
.checkAvailability-popUp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkAvailability-popUp.show {
  overflow-y: auto;
}
.checkAvailability-popUp .modal-content{
  border: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 22px #A1EBD996;
  border-radius: 16px;
  width: 654px;
  padding-bottom: 17px;
}
.checkAvailability-conteiner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
}
.checkAvailability-conteiner .info.warning{
  margin-bottom:13px;
}
.checkAvailability-conteiner .warning{
  color: #E08D2D !important;
  fill: #E08D2D !important;
}
.close-btn-padding {padding-top: 20px;padding-bottom: 10px;}

.close-btn-padding button{
  opacity: 1;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  color: #405768;
  z-index: 10;
  position: absolute;
  right: 20px;
  top: 15px;
}
.close-btn-padding button .icon-close-popup{
  position: relative;
  width: 11px;
  height: 11px;
}
.close-btn-padding button .icon-close-popup:before,
.close-btn-padding button .icon-close-popup:after{
  width: 0.5px;
  height: 14px;
  content:
          '';
  position: absolute;
}
.close-btn-padding button .icon-close-popup:before{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border: 0.5px solid #36b22d;

}
.close-btn-padding button .icon-close-popup:after{
  border: 0.5px solid #36b22d;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);

}
.checkAvailability-close {
  width: 13px;
  height: 13px;
  color: #C7C4C4;
  font-weight: 100;
  font-size: 30px;
  cursor: pointer;
  opacity: 1;
}
.checkAvailability-conteiner .description-text{
  font-size: 20px;
  font-family: PeridotPESemiBold;
  color: #A5A5A5;
  text-align:
          center;
  width : 100%;
  margin-bottom: 17px;
  padding: 0 15px;
}
.checkAvailability-conteiner .description-text.secondary{
  font-size: 18px;
  font-family: PeridotPERegular;
  line-height: 20px;
}
.checkAvailability-conteiner .description-text.choices{
  color: #004B87;
  font-family: PeridotPERegular;
  width:
          auto;
  line-height:21px;
  margin-bottom: 24px;
}
.description-text {
  font-size: 18px;
  font-family: PeridotPERegular;
  color: #3E5567;
  line-height: 24px;
}
.description-text-bold {
  font-size: 18px;
  font-family: PeridotPEBold;
  color: #3E5567;
  line-height: 24px;
}
.pad-5-25 {
  padding: 5px 25px;
}
.checkAvailability-conteiner .rateplan-brand {
  font-size: 15px;
  font-family: PeridotPERegular;
  color: #3E5567;
  line-height: 24px;
}
.checkAvailability-conteiner .rateplan-name {
  font-size: 31px;
  font-family: PeridotPEBold;
  color: #3E5567;
  line-height: 24px;"
}
.checkAvailability-conteiner .img-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.checkAvailability-conteiner ul.img-list>li {
  max-width: 300px;
  padding: 0px 30px 5px 0;
}
.checkAvailability-conteiner ul.img-list>li img {
  width: 22px;
  height: 22px;
  margin-right: 6px !important;
}
.checkAvailability-conteiner ul.img-list>li .media-body {
  font-size: 12px;
  line-height: 14px;
}
.prices-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-width: 145px;
  align-self: auto;
  align-items: center;
}
.prices-container .initial-price{
  font-family: PeridotPERegular;
  font-size: 15px;
  margin-right: 5px;
}
.prices-container .final-price{
  color: #E20074;
  font-size: 20px;
  font-family: PeridotPEBold;
}
.see-analytical {
  width: 145px;
  height: 25px;
  background: #46BC71;
  border: 1px solid #46BC71;
  border-radius: 11px;
  font-size: 16px;
  font-family: PeridotPESemiBold;
  color: #FFFFFF;
  line-height: 1;
  cursor: pointer;
}
.see-all-products {
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  font-family: PeridotPERegular;
  color: #3E5567;
  padding-bottom: 20px;;
}
.grey-border-bottom-container >.grey-border-bottom {
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 15px;
}
.grey-border-bottom-container >.grey-border-bottom:last-child {
  border: none;
  margin-bottom: 0px;
}
.checkAvailability-popUp button:focus {
  outline: 0 !important;
}
.checkAvailability-popUp a:hover {
  color: #3E5567;
}
@media screen and (max-width: 768px) {
  .pdp-price-sticker .pdp-buy-button {
    width: 175px !important;
    font-size: 18px;
    line-height: 45px;
  }
  .pdp-price-sticker.tangible.mh-132,
  .pdp-price-sticker.tangible .mh-132 {
    min-height: 88px !important;
    height: 88px !important;
    max-height: 88px !important;
  }
  .pdp-price-sticker .original-price {
    font-size: 14px;
    font-family: PeridotPERegular;
    color: #939599;
    line-height: 14px;
    text-decoration: line-through;
  }
  .pdp-price-sticker.tangible .month-label {
    font-size: 12px;
    font-family: PeridotPERegular;
    color: #939599;
    line-height: 1;
  }
}
@media screen and (max-width: 575px) {
  .pdp-characteristics ul.tick>li {
    list-style-image: url(/ote_static/redesign/images-pdp/green-bullet.png);
  }
  .pdp-characteristics .specs-list ul {
    padding-left: 15px !important;
  }
  .pdp-characteristics .bullet-color ul li button.selected-color {
    width: 15px !important;
    height: 15px !important;
    top: -1px;
  }
  .pdp-characteristics ul.boxed>li {
    border-radius: 7px;
    min-width: 48px;
    min-height: 26px;
    margin: 5px;
    line-height: 1px;
  }
  .pdp-characteristics .bullet-color ul {
    margin: 4px 0;
  }
  .pdp-characteristics .bullet-color ul li {
    margin: 5px 10px;
  }
  .pdp-characteristics {
    margin-bottom: 0;
  }
  .pdp-price-box .tangible-bundle-button {
    font-size: 17px;
    line-height: 20px;
  }
  .pdp-check .custom-checkbox .custom-control-label:before {
    width: 12px !important;
    height: 12px !important;
    top: 5px !important;
    left: -21px !important;
  }
  .pdp-check .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    width: 12px !important;
    height: 12px !important;
    top: 5px !important;
    left: -21px !important;
  }
  .pdp-check .custom-control-label{
    text-decoration: underline;
    font-size: 14px;
    font-family: PeridotPERegular;
    color: #3E5567;
  }
  .pdp-price-box .reserved-area {
    padding: 17px 15px 10px 15px !important;
  }
  .model-number-mobVersion {
    display: flex !important;
    display: flex;
    align-self: center;
    align-items: center;
    font-size: 12px;
    font-family: PeridotPERegular;
    color: #808080;
    justify-content: end;
  }
  .pdp-main-pic {
    width: 80% !important;
    float: none !important;
  }
  .pdp-price-box .checkbox-mob {
    display: block !important;
  }
  .pdp-price-box .d-flex.flex-column.mb-20 {
    margin-bottom: 0;
  }
  .pdp-price-box .softBundleContainer {
    margin-top: 20px !important;
  }
  .checkAvailability-conteiner .rateplan-brand {
    font-size: 14px;
    line-height: 22px;
  }
  .checkAvailability-conteiner .rateplan-name {
    font-size: 25px;
    line-height: 22px;"
  }
  .prices-container .initial-price{
    font-size: 14px;
  }
  .prices-container .final-price{
    font-size: 16px;
  }
  .see-analytical {
    font-size: 14px;
  }
  .see-all-products {
    font-size: 18px;
  }
}
@media screen and (max-width: 415px) {
  .pdp-price-box {
    width: 325px;
  }
  .checkAvailability-conteiner .rateplan-brand {
    font-size: 12px;
    line-height: 20px;
  }
  .checkAvailability-conteiner .rateplan-name {
    font-size: 20px;
    line-height: 20px;"
  }
  .prices-container .initial-price{
    font-size: 12px;
  }
  .prices-container .final-price{
    font-size: 14px;
  }
  .see-analytical {
    font-size: 12px;
  }
  .see-all-products {
    font-size: 16px;
  }
}
@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .pdp-price-box .light-green-button {
    height: 52px !important
  }

  .pdp-price-box .green-trasparent-button {
    height: 56px !important
  }
}

.pdp-price-box .green-trasparent-button>span {
  display: block;
  padding: 0px 20px
}

.pdp-price-box .reserved-area {
  font-size: 14px;
  font-family: PeridotPERegular;
  color: #939599;
  padding: 15px 15px 25px 15px;
  display: flex;
  align-content: space-around;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.pdp-price-box .pill {
  display: flex;
  align-items: center;
  font-family: PeridotPESemiBold;
  font-size: 18px;
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 35px;
  opacity: 0.9;
  color: #36b22d;
  min-height: 20px;
  box-sizing: content-box;
  text-align: center;
  margin: 0 5px;
  padding: 0px 20px;
  justify-content: center;
  min-width: 88px
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .pdp-price-box .pill {
    width: 70px !important
  }
}

.pdp-price-box .original-price {
  font-size: 14px;
  text-decoration: line-through;
  display: flex;
  justify-content: center;
  align-items: center
}

.pdp-price-box .original-price span {
  align-self: baseline
}

.pdp-price-box .original-price span:first-child {
  font-size: 20px
}

.pdp-price-box .new-price {
  font-family: PeridotPESemiBold;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center
}

.pdp-price-box .new-price span {
  font-size: 40px;
  align-self: baseline
}

.pdp-price-box .new-price span:first-child {
  font-size: 60px;
  display: inline-block
}

.pdp-price-box .top-box-info {
  font-family: PeridotPERegular;
  font-size: 14px
}

.carousel-control-prev-icon {
  background-image: url(../images-pdp/previous.png);
  left: 70px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 50px
}

.carousel-control-next-icon {
  background-image: url(../images-pdp/next.png);
  right: 70px
}

ol.carousel-indicators li {
  background-color: #36b22d !important
}

ol.carousel-indicators li.active {
  background-color: #fff !important;
  border-color: #36b22d !important
}

.carousel-banner-button .green-button {
  color: #fff;
  font-family: PeridotPERegular;
  font-weight: 700;
  font-size: 18px;
  min-width: 320px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  margin: 10px
}

.carousel-banner-button .green-button:hover {
  background: linear-gradient(90deg, #98c44f, #47b149);
  text-decoration: none;
  color: #fff
}

.carousel-banner-button .green-button:active {
  position: relative;
  top: 1px
}

.backend-page {
  max-width: 100%;
  height: auto
}

.pdp-characteristics h2.model {
  font-family: PeridotPERegular;
  font-size: 22px
}

.pdp-characteristics h2 {
  font-size: 42px;
  font-family: PeridotPESemiBold;
  letter-spacing: 1px
}

.pdp-characteristics h6 {
  font-size: 14px
}

.pdp-characteristics .description {
  font-size: 16px;
  word-break: break-word
}

.pdp-characteristics h5 {
  font-size: 18px;
  font-family: PeridotPESemiBold
}

.pdp-characteristics .specs-list {
  font-size: 18px;
  line-height: 2
}

.pdp-characteristics .specs-list ul {
  padding-left: 20px
}

.pdp-characteristics .specs-list-pills,
.pdp-characteristics h4 {
  font-size: 20px;
  font-family: PeridotPESemiBold
}

.pdp-characteristics .pdp-check {
  font-size: 12px;
  font-family: PeridotPESemiBold
}

.pdp-characteristics .gray-box-info>span {
  font-size: 14px;
  font-family: PeridotPESemiBold;
  margin: 10px
}

@media screen and (max-width:576px) {
  .pdp-characteristics h2 {
    font-size: 24px
  }

  .pdp-characteristics h2.model {
    font-family: PeridotPERegular;
    font-size: 14px
  }

  .pdp-characteristics h6 {
    font-size: 12px
  }

  .pdp-characteristics .colors,
  .pdp-characteristics .description,
  .pdp-characteristics .specs-list-pills,
  .pdp-characteristics h4,
  .pdp-characteristics h5 {
    font-size: 12px
  }

  .pdp-characteristics .specs-list {
    font-size: 14px;
    line-height: 1.5
  }
}

ul.boxed {
  list-style-type: none;
  font-family: PeridotPESemiBold;
  font-size: 14px;
  font-weight: 100;
  color: #a9abac;
  padding: 0;
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width:576px) {
  ul.boxed {
    font-size: 12px
  }
}

ul.boxed>li {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #a9abac;
  border-radius: 10px;
  opacity: 1;
  min-width: 80px;
  min-height: 40px;
  cursor: pointer;
  margin: 3px
}

ul.boxed>li.active,
ul.boxed>li:hover {
  border: 1px solid #36b22d;
  color: #36b22d
}

.pdp-check .custom-checkbox {
  height: 20px;
  padding-left: 27px
}

.pdp-check .custom-checkbox .custom-control-label:before {
  border-color: transparent;
  background-color: transparent;
  border: 1px solid #3e5567;
  border-radius: 0px;
  width: 16px;
  height: 16px;
  top: 0
}

.pdp-check .custom-checkbox .custom-control-label:after {
  top: 0
}

.pdp-check .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
  border-color: transparent;
  background-color: transparent
}

.pdp-check .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url(../../redesign/images-pdp/tick.png);
  background-size: 80%;
  background-repeat: no-repeat;
  border: 1px solid #3e5567;
  width: 16px;
  height: 16px
}

.bullet-color ul {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  height: 17px;
}

.bullet-color ul li {
  float: left;
  margin: 5px
}

.bullet-color ul li button {
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  display: block;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  border: 1px dotted #707070;
}

.bullet-color ul li button:hover {
  border: 2px solid #3e5567
}

.bullet-color ul li button:focus {
  border: 2px solid #3e5567;
}

.bullet-color ul li button.selected-color {
  width: 18px !important;
  height: 18px !important;
  /*box-sizing: content-box;*/
  position: relative;
  top: -3px;
  margin-left: 1px;
  margin-right: 1px;
}

.pdp-pics {
  display: flex;
  flex: 1;
  flex-direction: column
}

.pdp-pics .pdp-main-pic img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  cursor: pointer;
  align-self: center
}

.pdp-pics .pdp-thumbnails img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain
}

.slick-slide {
  width: 101px
}

.pdp-main-pic .slick-track {
  display: flex
}

.pdp-thumbnails .slick-slide {
  margin: 0 5px
}

.pdp-thumbnails .slick-list {
  margin: 0 -5px
}

@media screen and (max-width:576px) {
  @supports (-webkit-touch-callout:none) {
    .pdp-thumbnails .slick-list {
      width: 20%
    }
  }
}

@media screen and (max-width:576px) {
  .bullet-color ul li button {
    width: 15px;
    height: 15px;
    border-radius: 15px
  }

  .pdp-pics {
    display: block
  }

  .pdp-main-pic {
    width: 80%;
    float: left
  }

  .pdp-thumbnails {
    display: block
  }

  .pdp-thumbnails .slick-slide {
    border: 1px solid #d7d8d6;
    padding: 2px;
    margin: 2px;
    width: auto
  }

  .pdp-thumbnails .slick-slide,
  .slick-track {
    width: 65px;
    clear: both
  }

  .pdp-thumbnails .slick-slide {
    width: 65px !important
  }

  .pdp-pics .pdp-thumbnails img {
    width: 60px;
    height: 60px
  }

  .pdp-pics .pdp-main-pic img {
    margin-right: 5px
  }

  .pdp-thumbnails .slick-initialized .slick-slider {
    height: 350px
  }
}

.sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10
}

#sticker {
  z-index: 99
}



.sticker-expand {
  border: 0;
  box-shadow: none;
  text-shadow: none;
  position: absolute;
  right: 0px;
  top: -40px;
  height: 40px;
  line-height: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50px;
  font-family: PeridotPESemiBold;
  color: #fff;
  line-height: 13px;
  font-size: 13px;
  background-image: linear-gradient(90deg, #0facd8, #98c44f);
  border-radius: 11px 0px 0px 0px;
  box-shadow: -3px -3px 6px #00000029
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .sticker-expand {
    box-shadow: -3px -3px 6px #dfdfdf
  }
}

.sticker-expand:active,
.sticker-expand:focus,
.sticker-expand:hover {
  outline: none;
  border: 0;
  text-shadow: none;
  box-shadow: none
}

.sticker-expand--image {
  display: flex;
  width: 100%;
  height: 20px;
  align-items: center;
  justify-content: center
}

.pdp-price-sticker .mobile-view {
  min-height: 106px
}

.pdp-price-sticker .mobile-view #sticker1 {
  min-height: 106px !important;
}

.pdp-price-sticker .mobile-view .expanded {
  min-height: 212px
}

.pdp-price-sticker .mobile-view .details {
  line-height: 1.8
}

.pdp-price-sticker .mobile-view .details,
.pdp-price-sticker .mobile-view .details-buttons {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #939599;
}

.pdp-price-sticker .mobile-view .details-buttons .light-green-button {
  font-size: 14px;
  min-height: 40px;
  min-width: 170px;
  width: 170px
}

.pdp-price-sticker .mobile-view .details-buttons .green-trasparent-button {
  font-size: 12px;
  min-height: 40px;
  min-width: 170px;
  height: auto;
  line-height: 1.2;
  margin: 0;
  padding: 5px
}

.pdp-price-sticker .mobile-view .details-buttons .green-trasparent-button.green-trasparent-button-clamp {
  height: 40px !important;
  line-height: 1.3
}

.pdp-price-sticker .mobile-view .details span.model {
  font-family: PeridotPESemiBold;
  font-size: 14px
}

.pdp-price-sticker .mobile-view .expanded .details span.model {
  font-family: PeridotPESemiBold;
  font-size: 18px
}

.pdp-price-sticker .mobile-view .details span.old-price {
  -webkit-text-decoration-line: line-through;
  -moz-text-decoration-line: line-through;
  text-decoration-line: line-through
}

.pdp-price-sticker .mobile-view .details span.new-price {
  font-family: PeridotPEBold;
  font-size: 30px;
  display: flex;
  line-height: 1;
}

.pdp-price-sticker .mobile-view .details span.new-price:not(.color-magenta){
  color: #000000;
}

.pdp-price-sticker-sale .mobile-view .details span.new-price {
  font-family: PeridotPEBold;
  font-size: 30px;
  color: #E20074;
  display: flex;
  line-height: 1;
}

.pdp-price-sticker .mobile-view .expanded .details span.new-price {
  font-family: PeridotPESemiBold;
  font-size: 12px;
  color: #E20074;
  display: flex;
  line-height: 1
}

.pdp-price-sticker .mobile-view .expanded .details span.new-price-amount {
  font-family: PeridotPESemiBold;
  font-size: 34px;
  color: #E20074;
  display: flex;
  line-height: 1
}

.pdp-price-sticker .mobile-view .details span.new-price-amount .decimal-part {
  font-size: 22px
}

.price-currency-right {
  display: inline-flex;
  align-self: flex-start !important;
  margin-right: 5px
}

.pdp-price-sticker .mobile-view .expanded .prices {
  display: flex;
  flex: 1;
  align-items: flex-start
}

.pdp-price-sticker .mobile-view .expanded .prices .new-price-renewal span.new-price,
.pdp-price-sticker .mobile-view .expanded .prices .new-price-renewal span.new-price-amount {
  color: #3e5567
}

.text-decoration-line-through {
  text-decoration: line-through
}

.pdp-price-sticker .mobile-view .details span.new-price-amount>span {
  font-size: 22px;
  line-height: 1.2;
  align-self: flex-end
}

.carousel-pdp-wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center
}

.carousel-pdp-wrapper .carousel-pdp {
  display: flex;
  width: 1108px;
  height: 150px;
  margin: 0px auto;
  z-index: 10
}

.carousel-pdp-wrapper .slick-slide {
  margin: 6px
}

.carousel-pdp-wrapper .slick-slide img {
  width: 100%;
  border: 0px
}

.slick-slide {
  outline: none
}

.slick-next,
.slick-prev {
  position: absolute;
  /*top: 80px;*/
}

.pdp-pics .slick-next,
.pdp-pics .slick-prev {
  position: absolute;
  top: 50%;
}



.slick-prev:before {
  background-image: url(../images-pdp/dark_left_arrow.svg);
  width:58px;
  height: 58px;
  cursor: pointer;
  margin-top: -15px;

}

.slick-next:before,
.slick-prev:before {
  background-size: 50px 50px;
  display: inline-block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat
}

.pdp-pics .slick-next:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
}

.pdp-pics .slick-prev:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  transform: rotate(180deg);
}

.slick-next:before {
  background-image: url(../images-pdp/dark_right_arrow.svg);
  width:58px;
  height: 58px;
  cursor: pointer;
  margin-top: -15px;
}

.pdp-pics .slick-prev:before,
.pdp-pics .slick-next:before {
  background-image: url(../images-pdp/pdpTangibleArrow.png)
}

@media screen and (max-width:991px) {
  .carousel-pdp-wrapper .carousel-pdp {
    width: 86%;
    margin: 0px auto;
    z-index: 10
  }
  .slick-next:before {
    display: block;
    height: 30px !important;
    width: 30px !important;
  }

  .slick-prev:before{
    display: block;
    height: 30px !important;
    width: 30px !important;
  }

  .slick-track {
    position: relative !important;
    left: -15px !important;
  }

  .slick-prev {
    left: -45px !important;
  }

  .slick-next {
    right: -25px !important;
  }
}

@media screen and (min-width:991px) {
  .slick-prev {
    left: -80px
  }

  .slick-next {
    /*right: -80px*/
  }
}

.slick-dots {
  margin-top: 20px;
  position: relative
}
.rateplan .slick-dots {
  position: absolute;
}

.slick-dots li.slick-active button:before {
  width: 37px !important;
  height: 37px !important;
  background-color: #36b22d;
  content: "";
  border-radius: 50%;
  border: 1px solid #36b22d;
  box-shadow: 0px 0px 6px #00000029;
  opacity: 1 !important;
  position: absolute;
  top: -4px;
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .slick-dots li.slick-active button:before {
    box-shadow: 0px 3px 6px #dfdfdf
  }
}

.slick-dots li button:before {
  width: 29px !important;
  height: 29px !important;
  background: #EDF8EE;
  content: "" !important;
  border-radius: 50%;
  opacity: 1 !important;
}

.slick-dots li+li {
  margin-left: 35px
}

@media screen and (max-width:576px) {
  .carousel-pdp-wrapper .carousel-pdp {
    width: 100%;
    margin: 0px auto;
    z-index: 10
  }

  .slick-dots li+li {
    margin-left: 0px
  }

  .carousel-banner .carousel-banner-item .description {
    font-size: 16px;
    padding: 0
  }

  .carousel-banner {
    padding: 55px 10px 50px
  }

  .carousel-banner .carousel-banner-title h3 {
    font-size: 22px
  }

  .slick-next:before {
    display: block;
    height: 30px !important;
    width: 30px !important;
  }

  .slick-prev:before{
    display: block;
    height: 30px !important;
    width: 30px !important;
  }

  .slick-track {
    position: relative !important;
    left: -15px !important;
  }

}

.card-body .green-trasparent-button:hover span,
.green-trasparent-button:active span {
  color: #fff
}

.price-m {
  font-family: PeridotPESemiBold;
  font-size: 38px;
  color: #36b22d;
  line-height: 1;
  justify-content: center
}

.price-m,
.price-m>span {
  display: flex;
  font-weight: 400
}

.price-m>span {
  font-size: 24px;
  align-self: flex-end;
  line-height: 1.2
}

.card-body .model {
  font-size: 22px;
  font-family: PeridotPESemiBold;
  color: #3e5567
}

.card-body .small-text {
  font-size: 12px;
  font-family: PeridotPERegular;
  color: #3e5567
}

.carousel-banner .carousel-banner-item img.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.grid-divider {
  overflow-x: hidden;
  position: relative
}

ol.breadcrumb {
  margin-bottom: 0
}

.carousel-banner .green-button {
  font-family: PeridotPERegular;
  font-size: 18px;
  color: #fff;
  padding: 15px 60px
}

@media screen and (max-width:576px) {
  .carousel-banner .green-button {
    font-size: 14px;
    padding: 10px 40px
  }
}

.carousel-banner .green-button:active,
.carousel-banner .green-button:hover,
.carousel-banner .green-button:visited {
  color: #fff
}

.divider {
  width: 1px;
  margin: 10px 0;
  background: #d7d8d6;
  height: 60%;
  position: relative;
  top: -6px
}

.d-price-m-l {
  font-family: PeridotPESemiBold;
  font-size: 60px;
  display: flex;
  line-height: 1
}

.d-price-m-l>span {
  font-size: 40px;
  display: flex;
  align-self: flex-end;
  line-height: 1.2
}

.d-price-r-sm {
  font-family: PeridotPERegular;
  font-size: 20px;
  display: flex;
  line-height: 1
}

.d-price-r-sm>span {
  font-size: 14px;
  display: flex;
  align-self: flex-end;
  line-height: 1.2
}

.pdp-price-sticker .d-price-m-l {
  font-size: 48px
}

.pdp-price-sticker .d-price-m-l>span {
  font-size: 32px
}

.carousel-pdp .d-price-m-l {
  font-size: 38px;
  color: #36b22d;
  font-weight: 400
}

.carousel-pdp .d-price-m-l>span {
  font-size: 24px;
  color: #36b22d;
  font-weight: 400
}

.overview-content {
  font-size: 16px
}

.overview-content,
.overview-content h5 {
  font-family: PeridotPERegular;
  color: #fff
}

.overview-content h5 {
  font-size: 18px
}

.overview-content h3 {
  font-family: PeridotPESemiBold;
  font-size: 42px;
  color: #fff
}

@media screen and (max-width:576px) {
  .overview-content {
    font-size: 18px
  }

  .overview-content,
  .overview-content h5 {
    font-family: PeridotPERegular;
    color: #fff
  }

  .overview-content h5 {
    font-size: 28px
  }

  .overview-content h3 {
    font-family: PeridotPESemiBold;
    font-size: 14px;
    color: #fff
  }
}

.rateplan-sticker .original-price-medium {
  font-size: 14px;
  font-family: PeridotPESemiBold;
  color: #3e5567
}

.rateplan-sticker .green-button {
  font-family: PeridotPERegular;
  font-size: 18px;
  min-width: 220px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center
}

.rateplan-sticker a.text-only-button {
  font-family: PeridotPERegular !important;
  font-size: 18px !important;
  color: #36b22d !important;
  text-align: center !important;
  font-weight: 700
}

.rateplan-sticker a.text-only-button>span {
  display: inline-block;
  min-width: 400px;
  padding: 10px
}

.rateplan-sticker .details {
  color: #3e5567
}

@media screen and (max-width:992px) {
  .rateplan-sticker .green-button {
    font-size: 14px;
    min-width: 170px;
    min-height: 40px
  }

  .rateplan-sticker a.text-only-button {
    font-size: 12px !important
  }

  .rateplan-sticker a.text-only-button>span {
    display: inline-block;
    min-width: 140px;
    padding: 10px
  }
}

.zoombox {
  min-height: 70vh;
  min-width: 70vh;
  background: #fff;
  box-shadow: 0px 0px 6px #00000029;
  position: absolute;
  overflow: auto;
  display: none;
  z-index: 8;
  left: -20px
}

.zoombox:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: gray;
  background-repeat: no-repeat;
  opacity: 0.7;
  background: url(../../redesign/images/placeholders/zoomicon.png);
}

@media screen and (max-width:768px) {
  .zoombox {
    display: none
  }
}

.color-dark-green {
  color: #36b22d
}

.color-magenta {
  color: #E20074
}

@media screen and (max-width:576px) {

  ul.boxed>li.active,
  ul.boxed>li:hover {
    border: 1px solid #36b22d;
    color: #36b22d
  }
}

@media screen and (max-width:767px) {
  .slick-prev {
    left: -35px !important
  }

  /* .slick-next {
    right: -5px !important
  } */

  .pdp-pics .slick-prev {
    left: -30px !important
  }

  .pdp-pics .slick-next {
    right: -20px !important
  }
}

.listing-products .pill.pill--black,
.listing-products .pill.pill--generic,
.pill--generic,
.rateplan .listing-products .pill.pill--black {
  font-family: PeridotPEBold;
  font-size: 11px
}

@media screen and (max-width:576px) {

  .listing-products .pill.pill--black,
  .listing-products .pill.pill--generic,
  .pill--generic,
  .rateplan .listing-products .pill.pill--black {
    font-size: 10px
  }
}

.listing-products .pill.pill--black {
  background-color: #202020;
  color: #36b22d;
  font-size: 14px
}

@media screen and (max-width:768px) {
  .listing-products .pill.pill--black {
    font-size: 10px
  }
}

.rateplan .listing-products .pill.pill--black {
  background-color: #202020;
  color: #36b22d;
  font-size: 12px
}

@media screen and (max-width:768px) {
  .rateplan .listing-products .pill.pill--black {
    font-size: 18px
  }
}

.listing-products .pill.pill--sm {
  min-height: 17px;
  height: 17px;
  font-size: 11px !important;
  line-height: 18px;
  padding: 0 10px;
  width: 88px
}

@media screen and (max-width:576px) {
  .listing-products .pill.pill--sm {
    font-size: 10px !important
  }
}

.pdp-price-box .pill.pill--black,
.pdp-price-box .pill.pill--generic,
.pill--pricebox-generic {
  font-family: PeridotPEBold;
  font-size: 15px;
  height: 27px;
  line-height: 27px
}

@media screen and (max-width:1200px) {
  .pill:nth-child(2) {
    margin-top: 6px
  }
}

.pdp-price-box .pill.pill--black {
  background-color: #202020;
  color: #36b22d
}

.pdp-price-box .pill.pill--sm {
  width: 68px;
  min-width: 68px;
  min-height: 17px;
  height: 17px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 17px
}

.pdp-price-box .pill.pill--sm.pill--black {
  line-height: 18px;
  font-size: 11px
}

.soft-bundle-carousel-title {
  font-size: 18px;
  font-family: PeridotPESemiBold;
  color: #3E5567;
}

.soft-bundle-carousel-item {
  width: 640px;
  height: 98px;
  flex-direction: row;
  background: #F6F6F6;
  border-radius: 5px;
  position: relative;
  margin-right: 20px;
  margin-top: 30px;
  cursor: pointer;
}

.soft-bundle-item {
  display: flex;
  flex-direction: row;
  width: 50%;
  border-right: 1px solid #00000029;
  position: relative;
}

.soft-bundle-item:last-child {
  border-right: 0;
}

.listing-top-tag-soft-bundles {
  min-width: 90px;
  left: 2%;
  height: 15px;
  display: flex;
  top: -15px;
  position: absolute;
  background: transparent linear-gradient(104deg, #98C44F 0%, #03A9E4 65%, #00A9E7 100%) 0% 0% no-repeat padding-box;
  border-radius: 7px 7px 0 0;
  justify-content: center;
  padding: 0 5px;
}

.listing-top-tag-text-soft-bundle {
  font-size: 10px;
  font-family: PeridotPESemiBold;
  color: #FFFFFF;
  line-height: 16px;
}

.soft-bundle-item-image {
  width: 40%;
  max-height: 76px;
  padding-left: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.soft-bundle-item-image-size {
  max-width: 76px;
}

.soft-bundle-item-title-container {
  display: flex;
  flex-direction: column;
  width: 60%;
  justify-content: space-between;
  padding: 8px 0;
}

.soft-bundle-item-brand-name {
  font-size: 12px;
  font-family: PeridotPERegular;
  color: #3E5567;
  line-height: 17px;
}

.soft-bundle-item-product-name {
  font-size: 12px;
  font-family: PeridotPESemiBold;
  color: #3E5567;
  line-height: 14px;
  max-width: 90%;
}

.soft-bundle-item-initial-price {
  font-size: 12px;
  font-family: PeridotPERegular;
  color: #3E5567;
  text-decoration: line-through;
  line-height: 13px;
  min-height: 13px;
}

.soft-bundle-item-final-price {
  color: #E20074;
  font-size: 18px;
  font-family: PeridotPESemiBold;
  line-height: 1;
}

.soft-bundle-plus-container {
  position: absolute;
  right: -8px;
  top: 44%;
}

.soft-bundle-plus-image {
  width: 14px;
  height: 14px;
}


.soft-bundle-carousel .slick-prev:before {
  border-left: 1px solid #36b22d;
  border-bottom: 1px solid #36b22d;
}

.soft-bundle-carousel .slick-next:before {
  border-right: 1px solid #36b22d;
  border-top: 1px solid #36b22d;
}

.soft-bundle-carousel .slick-next:before,
.soft-bundle-carousel .slick-prev:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg)
}

.soft-bundle-carousel .slick-next,
.soft-bundle-carousel .slick-prev {
  position: absolute;
  top: 75px;
}

.soft-bundle-carousel .slick-prev {
  left: -20px;
}

.soft-bundle-carousel .slick-next {
  right: -20px;
}

.soft-bundle-carousel .bullet-arrow-img {
  position: absolute;
  top: 43%;
  left: 60%;
}

.soft-bundle-carousel .bullet-arrow-img-back {
  position: absolute;
  top: 43%;
  left: 49%;
  transform: rotate(180deg);
}

.soft-bundle-carousel .slick-dots {
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}

@media screen and (max-width:768px) {
  .swipeListener.ml-30 {
    margin-left:0 !important;
  }
}
@media screen and (max-width:576px) {
  .soft-bundle-carousel .soft-bundle-carousel-item {
    width: 100%;
    height: fit-content;
    flex-direction:column;
    border-radius: 7px;
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
  .soft-bundle-carousel .soft-bundle-item {
    width: 100%;
    min-height: 90px;
    border-right: 0;
    border-bottom: 1px solid #00000029;
  }
  .soft-bundle-carousel .listing-top-tag-soft-bundles {
    left: 4%;
  }
  .soft-bundle-carousel .soft-bundle-item:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .soft-bundle-carousel .soft-bundle-item-image {
    width: 25%;
  }
  .soft-bundle-carousel .soft-bundle-item-image-size {
    max-width: 69px;
    max-height: 69px;
  }
  .soft-bundle-carousel .soft-bundle-item-title-container {
    width: 72%;
  }
  .soft-bundle-carousel .soft-bundle-plus-container {
    top: 94%;
    left: 50%;
  }
  .soft-bundle-carousel .soft-bundle-plus-image {
    width: 12px;
    height: 12px;
  }
  .soft-bundle-carousel .slick-dots li {
    margin: 0 20px !important;
  }
}

@media screen and (max-width: 767px){
  .availabilityButtonPdp{
    display: flex!important;
    margin-left: 40px!important;
  }
}

.checkAvailability-conteiner .grey-border-bottom-container{
  display:
          flex;
  gap:24px;
  flex-wrap:
          wrap;
  justify-content: center;
}

.checkAvailability-conteiner .grey-border-bottom-container .product-card{
  display:
          flex;
  flex-direction:
          column;
  align-items:
          center;
  width: 189px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 12px #00000029;
  border-radius: 15px;
  padding-top:18px;
  padding-bottom:19px;
}

.checkAvailability-conteiner .grey-border-bottom-container .product-card .product-description{
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 17px;
}
.checkAvailability-conteiner .grey-border-bottom-container .product-card .product-description .main{
  font-size: 18px;
  font-family: 'PeridotPEBold';
  padding:0 6px;
}
.checkAvailability-conteiner .grey-border-bottom-container .product-card .product-description .secondary{
  font-size: 14px;
  font-family: 'PeridotPERegular';
}

.checkAvailability-conteiner .grey-border-bottom-container .product-card .fixed-rate-description{
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  color: #36b22d;
}

.checkAvailability-conteiner .grey-border-bottom-container .product-card .fixed-rate-description .main{
  font-size: 14px;
  font-family: 'PeridotPERegular';
  line-height: 14px;
}

.checkAvailability-conteiner .grey-border-bottom-container .product-card .fixed-rate-description .price{
  display: flex;
  flex-direction: row;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  justify-content: center;
}

.checkAvailability-conteiner .grey-border-bottom-container .product-card .fixed-rate-description .price .discount{
  font-family: PeridotPE-Regular;
  text-decoration: line-through;
}
.checkAvailability-conteiner .grey-border-bottom-container .product-card .fixed-rate-description .price .description{
  font-family: 'PeridotPEBold';
}

.checkAvailability-conteiner .grey-border-bottom-container .product-card button{
  width: 151px;
  height: 45px;
  border: 1px solid #46BC71;
  border-radius: 11px;
  margin-top:27px;
  color: #46BC71;
  font-family: 'PeridotPERegular';
}

.checkAvailability-conteiner .grey-border-bottom-container .product-card button:hover{
  color:#FFF;
  background-color:#36b22d;
}

.checkAvailability-conteiner .new-check{
  font-size: 18px;
  font-family: 'PeridotPESemiBold';
  color: #36b22d;
  margin-top: 38px;
  width: 157px;
  align-self: end;
  text-align: center;
}

.modal-backdrop{
  width:auto;
  height:auto;
}

.modal-dialog.checkAvailability-conteiner{
  max-width: fit-content;
  margin-top: 10vh;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.search-logo {
  max-width: 180px;
  max-height: 180px;
}

@media screen and (max-width:768px){
  .checkAvailability-popUp .modal-content{
    width:
            auto;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width:441px){
  .checkAvailability-popUp .modal-content{
    width:345px;
    padding-bottom: 20px;
  }
  .close-btn-padding{
    padding-top: 25px;
  }
  .checkAvailability-conteiner .description-text{
    font-size:16px;
    width:100%;
    line-height:18px;
    margin-bottom: 31px;
  }
  .checkAvailability-conteiner .info.warning{
    margin-bottom:8px;
  }
  .checkAvailability-conteiner .description-text.secondary{
    width: 300px;
    margin-bottom: 19px;
  }
  .checkAvailability-conteiner .description-text.choices{
    line-height:17px;
    margin-bottom: 26px;
  }
  .checkAvailability-conteiner .grey-border-bottom-container{
    gap:21px;
    padding-bottom: 23px;
    border-bottom: 1px solid #00000029;
  }
  .checkAvailability-conteiner .new-check{
    margin-top:27px;
    text-align: right;
    padding-right: 5px;
  }
  .modal-dialog.checkAvailability-conteiner{
    margin-bottom:20vh;
  }
}

.reference-price-info-text {
  font-family: 'PeridotPERegular';
  font-size: 13px;
  margin-top: 5px;
  color: #747474;
}

.reference-price-text {
  font-family: 'PeridotPEBold';
  color: #000000;
  font-size: 12px;
}

.accessoriesCard {
  width: 325px !important;
  height: 115px;
  margin: 7px;
  background: #FFFFFF;
  border: 2px solid #A1EBD996;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 24px;
  border-radius: 10px;
}

.accessoriesCard-header {
  font-size: 13px;
  text-align: left;
  color: #000000;
  margin-top:3%;
  min-height: 62px;
  max-height: 62px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.accessoriesCard-header-img {
  max-width: 30%;
  max-height: 70%;
  margin-top:5%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accessoriesCard-add-button {
  background: #fff;
  color: #37B22E;
  font-size: 0.9rem;
  border: 1px solid #37B22E;
  border-radius: 10px;
  padding: 4px 10px;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.accessoriesCard-add-button:hover {
  background: #37B22E;
  color: #fff;
  text-decoration: none;
}

.accessoriesCard-remove-button {
  background: #37B22E;
  color: #fff;
  font-size: 0.9rem;
  border: 1px solid #37B22E;
  border-radius: 10px;
  padding: 4px 3px;
  text-decoration: none;
  cursor: pointer;
  display: none;
}

.accessoriesCard-remove-button:hover {
  background: #37B22E;
  color: #fff;
  text-decoration: none;
}

.remove-button-accessories-png {
  width: 12px !important;
  margin-left: 5px;
  /*background: white;*/
  color: white !important;
  display: inline !important;
  position: relative;
  bottom: 1px;
  right: 2px;
}

.accessoriesCard-price {
  color:#37B22E;
  font-size: 20px;
  font-weight: 600;
  margin-top: 2%;
}

.cross-sell-firsthalfcard {
  display:flex;
  width: 202px;
  flex-direction: column;
  margin-left:5%
}

.cross-sell-secondhalfcard {
  justify-content: space-between;
  align-items: center;
}

.cross-sell {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  align-items: center;
}

.cross-sell-carousel-item {
  display: flex;
  width: 360px!important;
}

.cross-sell-title {
  opacity: 100%;
  margin-right: 55%;
  font-size: 1.2rem;
  font-weight: bold;
}

.slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* Hide the navigation buttons for screens with a maximum width of 768px (typical for mobile devices) */
@media (max-width: 465px) {
  .prev-accessoriesCard,
  .next-accessoriesCard {
    display: none !important;
  }
  .cross-sell-title {
    margin-right: 50%;
  }
  .accessoriesCard {
    width: 85% !important;
  }
  .accessoriesCard-price {
    font-size: 15px;
  }
  .carousel-inner-cs {
    max-width: 100%;
  }
  .cross-sell-carousel-item{
    width: 100%;
    transform: translateX(30px);
  }
  .accessoriesCard-remove-button {
    font-size: 10px;
    margin-right: 4px;
    padding: 6px 2px;
  }
  .accessoriesCard-add-button {
    font-size: 0.8rem;
    margin-right: 5px;
  }
  .cross-sell-firsthalfcard {
    margin-left: 2%;
  }
}

.draggable {
  width: 100%;
  /*max-height: 150px!important;*/
}

.stream-pass-slider .slick-slide{
  height:38% !important;
}

@media screen and (max-width: 576px){
  .stream-pass-slider .slick-slide{
    height:20% !important;
  }

  .carousel-pdp-wrapper .carousel-pdp {
    width: 86%;
  }
  .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    transition-property: transform;
    box-sizing: content-box;
    /* width: 1350%!important; */
    /*transform: translate3d(-360px,0px,0px) !important;*/
  }
}

@media screen  and (max-width: 668px){
  .stream-pass-slider .slick-slide{
    height:28% !important;
  }
  .stream-pass-slider .slick-prev{
    left: -40px !important;
  }

  .stream-pass-slider .slick-next{
    right: -40px !important;
  }
}

@media screen and (min-width: 669px) and (max-width: 767px) {
  .stream-pass-slider .slick-prev{
    left:-40px !important;
  }
  .stream-pass-slider .slick-next{
    right: -40px !important;
  }
}




#sticker-tangible{
  z-index: 99 !important;
}

.overall-container{
  position:fixed;
  width:100%;
  padding-right:20px;
  bottom:0;
  display : flex;
  min-height: 132px;
  justify-content:space-around;
  box-sizing: border-box;
  box-shadow: 0px -4px 8px #00000029;
  background: #f3f3f3 0% 0% no-repeat padding-box;
}

.coreProductContainer{
  display:inline-flex;
  height:132px;
  gap:10px;
  position:relative;
  align-items: center;
}
.coreProduct{
  align-self:center;
}
.coreProduct .coreMobileStyle{
  width:100px;
}
.productName{
  display:inline-block;
}

.productLabel{
  font-size:20px;
  font-family: PeridotPESemiBold;
  text-wrap: normal;
  min-height: 90px;
  max-height: 90px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cross-sell-container{
  display:inline-flex;
  gap:10px;
  height:132px;
  align-items:center;
}
.box-items{
  width:90px;
  height:80px;
  background-color: #FFFFFF;
  border:1px solid;
  border-radius:10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.coreProductImage{
  /*height:50px;*/
  width:50px;
  /*padding-left:2px;*/
  margin-left:10px;
}

.box-items .coreProductImage .accessoryImage{
  height:100%;
  width:100%;
  object-fit: contain;
  background-color: transparent;
}
.box-items .plus-Icon{
  height:18px;
  width:18px;
  margin-bottom:10px;
}
.box-items .plus-Icon .plusIconImage{
  height:100%;
  width:100%;
  object-fit: contain;
  background-color: transparent;
}
.box-items .x-Icon{
  height:14px;
  width:14px;
  position: relative;
  /*bottom: 35px;*/
  left:2px;
  cursor:pointer;
}
.box-items .x-Icon .xImage{
  background-color: transparent;
  width:100%;
  height:100%;
  object-fit: contain;
}
.priceContainerStyle{

  display:flex;
  align-items: center;
}

.totalProductsStyle{
  width:200px;
  font-size:22px;
  font-family:  PeridotPESemiBold;
  white-space: nowrap;
}
.col-9{
  width:350px;
}

.finalPriceStyle{
  width:200px;
  position:relative;
  font:normal normal bold 24px/27px PeridotPEBold;
  color:#000000;
  padding-left:40px;
}

.pdp-buy-button-tangible{
  height: 45px !important;
  width: 180px;
  background: #36b22d;
  border: 1px solid #36b22d;
  border-radius: 11px;
  text-align: center;
  font-size: 20px;
  font-family: PeridotPESemiBold;
  color: #FFFFFF !important;
  font-weight: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.disable-pdp-buy-button-tangible{
  pointer-events: none;
  opacity: 0.35;
  cursor:not-allowed;
}

.enable-pdp-buy-button-tangible{
  pointer-events: auto;
  opacity:1;
  cursor:pointer;
}

#linkCrossSellButton.enable-pdp-buy-button-tangible:hover{
  background-color: darkgreen;
}
.luffy{
  position:relative;
  left:20px;
}

@media only screen  and (max-width: 1150px){
  .outer-overall-container{
    display:flex;
    justify-content: center;
  }
  .overall-container{
    position:static;
    display: inline-flex;
    height:420px;
    flex-direction: column;
    gap:5px;
    padding: 16px;
    border-radius: 16px;
    background: #F2F2F3;
    margin: 32px 0 0 0;
    max-width: 540px;
    border: 1px solid #F2F2F3;
  }

  .pdp-buy-button-tangible{
    width:250px;
  }

  .coreProductContainer {
    display: inline-flex;
    align-items: center;
    height:112px;
    gap:10px;
    position:relative;
    left:0;
    max-width:100%;
  }

  .coreMobileStyle {
    width:100px;
    object-fit: contain;
    background-color:transparent;
  }
  .coreProduct{
    position:relative;
    width:80px;
    height:80px;
    right:40px;
  }

  .productLabel{
    font-size: 20px;
  }

  .cross-sell-container{
    display: inline-flex;
    column-gap: 15px;
    row-gap: 25px;
    flex-wrap: wrap;
    height:160px;
    justify-content: flex-start;
    margin-top: 10px;
    padding-left:0;
    max-width:100%;
  }

  .emptyCrossSellContainer{
    display:none !important;
  }


  .priceContainerStyle {
    display: flex;
    margin-top: 15px;
    align-items: center;
    height:90px;
  }
  .finalPriceStyle {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    padding-left: 20px;
  }

  .totalProductsStyle{
    font-size: 20px;
    margin-bottom: 5px;
  }


  .dikstra{
    width:200px;
  }
  #sticker-tangible{
    z-index: 0 !important;
  }

  .luffy{
    left:0px;
  }

}
@media only screen and (min-width:401px) and (max-width:482px){
  .pdp-buy-button-tangible{
    width:180px;
  }
}
@media only screen and (max-width:400px){
  .pdp-buy-button-tangible{
    width:130px;
    font-size: 18px;
  }
}
@media only screen and (min-width:992px) and (max-width: 1150px){
  .productLabel{
    text-wrap:  none;
  }
}

@media only screen and (min-width: 1151px) and (max-width:1440px){
  .priceContainerStyle{
    position:relative;
    right:50px;
  }
  .totalProductsStyle{
    font-size:20px;
    padding-left: 7px;
  }
  .finalPriceStyle{
    width:180px;
  }
  .dikstra{
    width:180px;
  }
  .pdp-buy-button-tangible{
    width:170px;
  }
  .luffy{
    left:30px;
  }
  .finalPriceStyle{
    margin-left:7px;
  }
}
@media only screen and (min-width:1600px) and (max-width:1700px){
  .pdp-buy-button-tangible{
    width:210px;
  }
}

@media only screen and (min-width:1701px){
  .pdp-buy-button-tangible{
    width:230px;
  }
}

@media only screen and (min-width:1702px){
  .pdp-buy-button-tangible{
    width:250px;
  }
}



.loader {
  width: 25px;
  height: 25px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width:1151px){
  .pdp-sticky-outer-container{
    display:none !important;
  }
}
@media only screen and (max-width:1150px){
  .newStickyButtonPdp-container{
    position:fixed;
    bottom:0;
    display: flex;
    align-items: center;
    height:100px;
    z-index:99;
    /*width:1150px;*/
    max-width:1300px;
    background:#f3f3f3 0% 0% no-repeat padding-box;
  }
  .sticky-BuyAllNowButton{
    position:fixed;
    right:60px;
    bottom:15px;
    padding:10px;
  }
  .pdp-buy-button-tangible-mobile{
    width: 330px;
    height: 55px !important;
    background: #36b22d;
    border: 1px solid #36b22d;
    border-radius: 11px;
    text-align: center;
    font-size: 24px;
    font-family: PeridotPESemiBold;
    color: #FFFFFF !important;
    font-weight: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    cursor:pointer;
  }
  .finalPrice-Sticky-Button{
    font-size: 28px;
    font-weight: bold;
    font-family:PeridotPEBold;

  }
  .totalProducts-Price{
    width:250px;
    position:relative;
    left:20px;
    padding-left:10px;
  }
  .totalProducts-Price span{
    font-size: 24px;
    width:250px;
    display:block;
    font-family:PeridotPESemiBold;
  }
  .pdp-buy-button-tangible-mobile:hover{
    background-color: darkgreen;
  }

}
@media only screen and (min-width:600px) and (max-width:799px){
  .pdp-buy-button-tangible-mobile{
    width:250px;
  }
  .sticky-BuyAllNowButton{
    right:20px;
  }
}
@media only screen and (min-width:500px) and (max-width:599px){
  .pdp-buy-button-tangible-mobile{
    width:200px;
    font-size:22px;
  }
  .sticky-BuyAllNowButton{
    right:10px;
  }
  .totalProducts-Price span{
    font-size: 22px;
  }
  .finalPrice-Sticky-Button{
    font-size: 26px;
  }
}
@media only screen and (min-width:400px) and (max-width:499px){
  .pdp-buy-button-tangible-mobile{
    width:160px;
    height:50px !important;
    font-size:22px;
  }
  .sticky-BuyAllNowButton{
    /*right:8px;
    bottom:15px;*/

    position:static;
  }
  .totalProducts-Price span{
    font-size:18px;
    width:180px;
  }
  .totalProducts-Price{
    width:200px;
    left:3px;
    padding-left:10px;
  }
  .finalPrice-Sticky-Button{
    font-size: 26px;
  }
}
@media only screen  and (min-width:300px) and (max-width:399px){
  .pdp-buy-button-tangible-mobile{
    width:150px;
    font-size:20px;
    height:45px !important;
  }
  .totalProducts-Price span{
    font-size:18px;
    width:200px;
  }
  .totalProducts-Price{
    left:0px;
    padding-left:15px;
    width:200px;
  }
  .sticky-BuyAllNowButton{
    /*right:0px;
    bottom:15px;*/

    position:static;
  }
  .finalPrice-Sticky-Button{
    font-size: 20px;
  }

}
@media only screen and  (max-width:299px){
  .pdp-buy-button-tangible-mobile{
    width:120px;
    font-size:16px;
    height:45px !important;
  }
  .totalProducts-Price span{
    font-size:16px;
    width:160px;
  }
  .totalProducts-Price{
    left:0px;
    padding-left:15px;
  }
  .sticky-BuyAllNowButton{
    /*right:10px;
    bottom:15px;*/
    margin-left:20px;
    position:static;
  }
  .finalPrice-Sticky-Button{
    font-size: 20px;
  }
}
.pdp-buy-button-tangible-mobile.enable-pdp-buy-button-tangible:hover{
  background-color: darkgreen;
}
@media screen and (max-width:576px) {
  .pdp-breadcrumb .breadcrumb-item.active {
    display: none;
  }
}
.pdp-price-sticker .pdp-disclaimer-mob{
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 14px;
}
.pdp-thumbnails .slick-slide:focus, .pdp-pics .pdp-main-pic img:focus, .slick-prev:focus:before, .slick-next:focus:before {
  border: 2px solid black;
}
.rateplan-comparison .slick-dots li button:focus:before {
  border: 2px solid black !important;
}

.sticker-top-tag {
  position: absolute;
  background-color: #006D29;
  color: white;
  padding: 16px;
  border-radius: 8px 8px 0px 0px;
  font-size: 15px;
  font-family: 'PeridotPEBold';
  top: -44px;
  height: 44px;
  right: 110px;
}

@media screen and (max-width: 768px){
  .sticker-top-tag {
    right: unset;
    width: calc(100% - 30px);
    text-align: center;
  }

  .pdp-price-sticker{
    display: flex;
    justify-content: center;
  }
}
.sticky-top-tag-pdp {
  position: fixed;
  background-color: #e20074;
  width: 300px;
  border-radius: 10px 10px 0 0;
  height: 36px;
  color: #fff;
  text-align: center;
  right: 30px;
  bottom: 132px;
}
.sticky-top-tag-text-pdp {
  height: 36px;
  position: relative;
  top: 4px;
}

.sticky-top-tag-pdp-mobile{
  width: 90%;
  position:absolute;
  padding: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  bottom:100px;
  background: #E5077E;
  text-align: center;
  left: 0;
  right: 0;
  margin-inline: auto;
  max-width: 400px;
}
.sticky-top-tag-text-pdp-mobile{
  width: 145px;
  height: 24px;
  gap: 4px;
  color: white;
}

@media only screen and (max-width: 1150px){
  .sticky-top-tag-pdp {
    display: none;
  }
}

.pdp-tags {
    width: 160px;
    height: 41px;
    left: 494px;
    top: 69px;
    padding-top: 10px;
    padding-Bottom: 10px;
    background-color: #004B87;
    border-radius: 24px;
    font-weight: 700;
    font-size: 12px;
    font-family: 'PeridotPERegular';
    color: #FFFFFF;
    text-align: center;
	padding-left: 16px;
    padding-right: 16px;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-box-orient: vertical;
}

.pattern_blue img {
  max-width: 80%;
  display: block;
}
