.c-selector {
  display: flex;
  justify-content: center;
}
.c-selector--color {
    justify-content: center;
    margin-top: 20px;
    padding-right: 10px;
    padding-bottom: 35px;
}

.c-selector--types{
    padding-top: 10px;
}

@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-product__str-B > .c-selector:first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .c-selector--color {
    margin-top: 0;
    white-space: nowrap;
      padding-bottom: 0;
  }
}
.c-selector__item {
  display: flex;
}
.c-selector--color .c-selector__item {
  padding: 0 2px;
  position: relative;
  flex-direction: column;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-selector--color .c-selector__item {
    margin-bottom: 38px;
  }
}
.c-selector--filter .c-selector__item {
  margin: 10px 0;
  position: relative;
}
.c-selector--filter .c-selector__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 100%;
  border-left: 1px solid #adb0b3;
}
@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px) {
  .black-friday .c-selector--filter .c-selector__item:nth-child(7)::before {
    content: none;
  }
  .black-friday .c-selector--filter .c-selector__item:nth-child(9) {
    margin-left: auto;
  }
}
@media (min-width:  640px) and (max-width: 999px), (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .black-friday .c-selector--filter .c-selector__item {
    flex-basis: 33.33%;
  }
  .black-friday .c-selector--filter .c-selector__item:nth-child(1n+9) {
    flex-basis: 100%;
  }
  .black-friday .c-selector--filter .c-selector__item:nth-child(1n+9)::before {
    content: none;
  }
  .black-friday .c-selector--filter .c-selector__item:nth-child(3n + 1)::before {
    content: none;
  }
}
.c-selector--filter .c-selector__item.is-selected {
  color: #ec1d23;
}
.c-selector--filter .c-selector__item.is-disabled {
  color: #adb0b3;
  text-shadow: 0 1px 0 #fff;
}
.c-selector--withcolor .c-selector__item {
  position: relative;
}
.c-selector__control {
  display: none;
}
.c-selector__label {
  display: flex;
  margin: 0;
  cursor: default;
}

.c-selector__item.is-disabled .c-selector__label {
  cursor: not-allowed;
}
.c-selector--fullwidth .c-selector__label {
  padding-left: 0;
  padding-right: 0;
  flex-grow: 1;
}
.c-selector--color .c-selector__label {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 36px;
  height: 36px;
  position: relative;
}
.c-selector--box .c-selector__label {
  border: 1px solid #ccc;
  padding: 10px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
}
.popup-overlay .c-selector--box .c-selector__label {
  padding: 14px 21px 16px;
  width: 140px;
  height: 65px;
}

@media (min-width:  640px) and (max-width: 999px), (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
    .popup-overlay .c-selector--box .c-selector__label {
        width: 100px;
    }
}

.c-selector--box .c-selector__label:hover {
  border-color: #bbb;
  box-shadow: 0 0 5px rgba(78, 105, 119, 0.14);
}
.c-selector--box .c-selector__control:checked ~ .c-selector__label {
  border-color: #8c8989;
  box-shadow: 0 0 10px rgba(78, 105, 119, 0.37);
  transform: scale(1.05);
  /*width: 130px;*/
}
.c-selector--filter .c-selector__label {
  margin: 0px 20px;
  border-bottom: 1px dotted currentColor;
  font-weight: inherit;
  cursor: pointer;
}
.c-selector--box .c-selector__label .small {
    font-size: 14px;
    color: #909090;
    margin-bottom: 9px;
    font-weight: 400;
}
.black-friday .c-selector--filter .c-selector__label {
  margin-right: 13px;
}
@media (min-width:  640px) and (max-width: 999px), (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-selector--filter .c-selector__label {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.c-selector--withcolor .c-selector__label {
  flex-grow: 1;
  padding-left: 28px;
  padding-right: 5px;
}

.c-selector__title {
  margin: 0;
}
.preorder .c-selector__title {
  font-size: 21px;
  color: #000;
  margin-bottom: 10px;
}

.preorder  .c-selector--types .c-selector__title {
    margin-bottom: 0;
}

.preorder .c-selector__title--big {
  font-size: 21px;
}
@media (min-width:  640px) and (max-width: 999px), (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
    .preorder .c-selector__title {
        font-size: 16px;
    }
}

.c-selector--color .c-selector__title {
  opacity: 0;
  margin-top: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1em;
  pointer-events: none;
  color: #9a9a9a;
}
.c-selector__control:checked ~ .c-selector__label .c-selector__title {
  transform: scale(1.2);
}
.c-selector--color .c-selector__control:checked ~ .c-selector__label .c-selector__title {
  opacity: 1;
}
.c-selector--color .c-selector__control:checked ~ .c-selector__label .c-selector__color:after {
    background-position: -595px -204px;
}
.c-selector--color .c-selector__label:hover .c-selector__color:after {
    background-position: -595px -204px;
}
.c-selector--color .c-selector__label .c-selector__color:after {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
    background-image: url(../../images/sprite-icons.png);
    background-position: -636px -204px;
    background-repeat: no-repeat;
}
.preorder .c-selector__details {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
}
.c-selector__color {
  display: block;
  min-width: 32px;
  min-height: 32px;
  position: relative;
  border-radius: 50%;
  background-size: contain;
}
.c-selector--withcolor .c-selector__color {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -16px;
  box-shadow: none;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-selector--withcolor .c-selector__color {
    width: 18px;
    height: 18px;
    left: 6px;
    top: 10px;
    margin-top: 0;
  }
}
.c-selector.c-selector--filter {
  flex-wrap: wrap;
}
@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px) {
  .c-selector.c-selector--filter {
    justify-content: space-between;
  }
}
.c-selector.c-selector--withcolor {
  justify-content: space-between;
}

/*====================================IPHONE RED==============================*/
.c-selector.iphone-red .c-selector__label {
  padding-right: 0;
  padding-left: 0;
}
.c-selector.iphone-red .c-selector__control:checked ~ .c-selector__label .c-selector__title {
  transform: none;
}
.c-selector.iphone-red .c-selector__item {
  margin-right: 5px;
  margin-left: 5px;
}
.preorder .c-selector.iphone-red .c-selector__label h3 {
  font-size: 19px;
}
.c-selector.iphone-red .c-selector__details {
  font-size: 19px;
  color: #676767;
}

.c-collapse__label.c-collapse__label--styled.iphone-red {
  line-height: 40px;
  font-weight: 100;
}

.c-collapse__label.c-collapse__label--styled.iphone-red span{
  font-size: 24px;
  font-weight: 500;
}

@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-collapse__label.c-collapse__label--styled.iphone-red {
    line-height: 20px;
  }
  .c-selector.c-selector--withcolor {
    display: flex;
  }
  .c-selector.iphone-red .c-selector__item {
    flex-basis: 50%;
  }
}

@media (min-width:  640px) and (max-width: 999px) {
  .c-collapse__label.c-collapse__label--styled.iphone-red {
    line-height: 20px;
    font-size: 16px;
    width: 52%;
    padding-top: 15px;
  }
}
/*=================================Honor-10================================*/
.c-selector.c-selector--color.honor-10 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  box-shadow: none;
}

.c-selector--color.honor-10 .c-selector__control:checked ~ .c-selector__label {
  border-color: #ff0032;
}

.c-selector.c-selector--color.honor-10 label[for="preorderSelectorColor_blue"] span {
  background-image: radial-gradient(circle at 28% 25%, #adb2e9 2%, #195fff 79%);
}

.c-selector.c-selector--color.honor-10 label[for="preorderSelectorColor_black"] span {
  background-image: radial-gradient(circle at 28% 25%, #8b8b8b 2%, #000000 79%);
}

.c-selector.c-selector--color.honor-10 label[for="preorderSelectorColor_grey"] span {
  background-image: radial-gradient(circle at 28% 25%, #d5d5d5 2%, #999999 79%);
}