/******************************************************************/
.MyContent .products-pagination.jcarousel-control-prev {
  display: none;
}

.MyContent .products-pagination.jcarousel-control-next {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .MyContent .products-pagination.jcarousel-control-prev {
    display: block;
    top: 250px;
  }

  .MyContent .products-pagination.jcarousel-control-next {
    display: block;
    top: 250px;
  }

  .MyContent .products-pagination.jcarousel-control-prev.hidden-arrow {
    display: none;
  }

  .MyContent .products-pagination.jcarousel-control-next.hidden-arrow {
    display: none;
  }
}

@media only screen and (max-width: 761px) {
  .MyContent .products-pagination.jcarousel-control-prev {
    display: block;
    top: 200px;
  }

  .MyContent .products-pagination.jcarousel-control-next {
    display: block;
    top: 200px;
  }
}

@media only screen and (max-width: 761px) {
  .MyContent .products-pagination.jcarousel-control-prev {
    left: -8px;
  }

  .MyContent .products-pagination.jcarousel-control-next {
    right: -8px;
  }
}

.MyContent .MyBlockTab.Hidden .products-pagination.jcarousel-control-prev,
.MyContent .MyBlockTab.Hidden .products-pagination.jcarousel-control-next,
.MyContent .MyBlockTabSub.Hidden .products-pagination.jcarousel-control-prev,
.MyContent .MyBlockTabSub.Hidden .products-pagination.jcarousel-control-next {
  display: none;
}

/*-----------------------------------------------------------------*/

#Section-MUSTHAVE {
  overflow: hidden;
}

.MyBlockTabTitle {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 761px) {
  .MyBlockTabTitle {
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

.MyBlockTabTitle .TabText {
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 2;
  width: 40%;
  height: 100%;
  background-color: #7fc1d0;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

#Block-TAB-1 .TabText {
  left: 0px;
}

#Block-TAB-2 .TabText {
  right: 0px;
}

#Block-TAB-2 .TabText {
  background-color: #ff9b99;
}

@media only screen and (max-width: 761px) {
  .MyBlockTabTitle .TabText {
    position: relative;
    z-index: 1;
    width: auto;
    padding: 20px;
  }
}

.MyBlockTabTitle .TabText::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #7fc1d0;
  height: 100%;
  top: 0;
  width: 60px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: 2;
}

#Block-TAB-2 .TabText::before {
  background-color: #ff9b99;
}

@media only screen and (max-width: 761px) {
  .MyBlockTabTitle .TabText::before {
    display: none;
  }
}

#Block-TAB-1 .TabText::before {
  right: -30px;
}

#Block-TAB-2 .TabText::before {
  left: -30px;
}

.MyBlockTabTitle .TabVisual {
  padding: 0px;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.MyBlockTabTitle .TabVisual img {
  display: block;
  position: relative;
  max-width: 100%;
}

#Block-TAB-1 .TabVisual img {
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 1023px) {
  #Block-TAB-1 .TabVisual img {
    margin-right: -15%;
  }
}

#Block-TAB-2 .TabVisual img {
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (max-width: 761px) {
  #Block-TAB-1 .TabVisual img {
    width: 140%;
    max-width: 140%;
    margin-right: 0;
    margin-left: -40%;
  }

  #Block-TAB-2 .TabVisual img {
    width: 140%;
    max-width: 140%;
    margin-right: 0;
    margin-left: -20%;
  }
}

.MyBlockTabTitle h3 {
  color: #fff;
  font-size: 30px;
  font-family: ClarinsRegular, Clarins;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-weight: normal;
}

@media only screen and (max-width: 761px) {
  .MyBlockTabTitle h3 {
    font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
      Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
  }
}

.MyBlockTabTitle p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 761px) {
  .MyBlockTabTitle p {
    font-size: 14px;
  }

  .MyBlockTabTitle p br {
    display: none;
  }
}

/*---------------------*/
.MyBlockTab {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*padding-top: 10px;*/
  font-size: 14px;
}

@media only screen and (max-width: 761px) {
  .MyBlockTab {
    padding-top: 0px;
  }
}

.MyBlockTab h4 {
  border-top: 1px solid #cccccc;
  font-size: 16px !important;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  margin: 0;
  text-align: left;
  padding: 20px;
  padding-left: 30px;
  background-image: url(../img/closeTab.png);
  background-repeat: no-repeat;
  padding-right: 60px;
  background-position: right 20px top 20px;
  cursor: pointer;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  display: inline-block;
  width: calc(100% - 90px);
  width: 100%;
}

.MyBlockTab.Hidden h4 {
  background-image: url(../img/openTab.png);
}

@media only screen and (max-width: 761px) {
  .MyBlockTab h4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 40px;
    background-position: right 10px top 20px;
  }
}

.MyBlockTab h5 {
  border-top: 1px solid #cccccc;
  font-size: 16px !important;
  text-transform: uppercase;
  color: #be0f34;
  font-weight: normal;
  margin: 0;
  text-align: left;
  padding: 20px;
  padding-left: 60px;
  background-image: url(../img/closeTab.png);
  background-repeat: no-repeat;
  padding-right: 60px;
  background-position: right 20px top 20px;
  cursor: pointer;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}

.MyBlockTabSub.Hidden h5 {
  background-image: url(../img/openTab.png);
}

.MyBlockTab.Hidden h5 {
  border-top: 0px solid #cccccc;
}

.MyBlockTabSub {
  padding-bottom: 80px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .MyBlockTabSub {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 761px) {
  .MyBlockTabSub {
    padding-bottom: 80px;
  }
}

.MyBlockTabSub .jcarousel-pagination {
  display: none;
}

@media only screen and (max-width: 761px) {
  .MyBlockTabSub .jcarousel-pagination {
    bottom: 40px;
    display: block;
  }
}

.MyBlockTabSub.Hidden {
  padding-bottom: 0px;
}

.MyBlockTabSub.Hidden .jcarousel-pagination {
  display: none;
}

@media only screen and (max-width: 761px) {
  .MyBlockTab h5 {
    width: calc(100% - 60px);
    padding-left: 40px;
    padding-right: 40px;
    background-position: right 10px top 20px;
    width: 100%;
  }
}

.MyBlockTab ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.MyBlockTab ul li {
  padding: 0;
  margin: 0;
  margin-bottom: auto;
}

.MyBlockTab .Text {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.MyBlockTab .Wrapper {
  margin-left: auto;
  margin-right: auto;
  /*width: 320px;*/
  font-size: 0;
  position: relative;
  text-align: center;
  display: block;
}

.MyBlockTab .Wrapper h5 {
  color: #be0f34;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.MyBlockTab .Wrapper .Packshot {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 761px) {
  .MyBlockTab .Wrapper .Packshot {
    height: 250px;
  }
}

@media only screen and (min-width: 762px) {
  .MyBlockTab .Wrapper .Packshot img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 761px) {
  .MyBlockTab .Wrapper .Packshot img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 250px !important;
    max-width: none !important;
    width: auto !important;
  }
}

.MyBlockTab .Wrapper .Packshot span {
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  font-size: 11px;
}

.MyBlockTab .Wrapper div {
  display: block;
  margin-bottom: 20px;
}

.MyBlockTab .Wrapper .Product {
  padding: 10px;
  margin: 0 auto;
  font-family: ClarinsRegular;
  color: #be0f34;
  font-size: 20px;
  display: block;
  line-height: 1em;
  position: relative;
  min-height: 60px;
  max-width: 300px;
}

@media only screen and (max-width: 761px) {
  .MyBlockTab .Wrapper .Product {
    min-height: 30px;
  }
}

.MyBlockTab .Wrapper .Product span {
  color: #000;
  font-size: 16px;
}

.MyBlockTab .Wrapper .TextIntro {
  padding: 20px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.MyBlockTab .Wrapper .ProductLink {
  padding: 0px;
  margin: 0;
  display: block;
  position: relative;
  text-align: center;
}

.MyBlockTab .Wrapper .ProductLink a {
  margin: 0;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  padding: 13px 20px;
  text-decoration: none;
  border: 2px solid #e5e5e5;
  line-height: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica,
    Arial, sans-serif;
  margin-top: 10px;
}

@media only screen and (max-width: 761px) {
  .MyBlockTab .Wrapper .ProductLink a {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 761px) {
  .MyBlockTab .Wrapper .Packshot {
    height: 250px;
  }

}

.MyBlockTabSub .jcarousel {
  margin-left: auto;
  margin-right: auto;
}

.MyBlockTabSub .jcarousel[data-displayed-items="5|3|1"] {
  max-width: 1170px;
}

.MyBlockTabSub .jcarousel[data-displayed-items="4|3|1"] {
  max-width: 970px;
}

.MyBlockTabSub .jcarousel[data-displayed-items="3|3|1"] {
  max-width: 970px;
}

.MyBlockTabSub .jcarousel[data-displayed-items="2|2|1"] {
  max-width: 670px;
}



#multi-active-block {
  width: 270px !important;
  margin-left: calc(50% - 135px);
}

@media only screen and (max-width: 761px) {
  #multi-active-block {
    margin-left: auto;
    margin-right: auto;
  }
}

#multi-active-block div {
  width: 50%;
  display: inline-block;
}

/* ===================================== */
.MyBlockTab .Wrapper .Product {
  min-height: 100px;
}