/*----------------------------NEW-BLOCK-13-02-23------------------------------*/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url('icon-100.svg')no-repeat center!important;
  background-size: contain!important;
	position: relative;
	width: 30px!important;
	height: 44px;
	-webkit-transform: scale(-1,1);-ms-transform: scale(-1,1);transform: scale(-1,1);
	filter: invert(16%) sepia(4%) saturate(28%) hue-rotate(342deg) brightness(99%) contrast(88%);
}

.select-color-block .tab-content .tab-item {
  display: none; }
.select-color-block .tab-content .tab-item:first-child {
  display: block; }

.select-color-block .bg-item.is-white p{
	color: #fff;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url('icon-100.svg')no-repeat center!important;
  background-size: contain!important;
	position: relative;
	width: 30px!important;
	height: 44px;
	filter: invert(16%) sepia(4%) saturate(28%) hue-rotate(342deg) brightness(99%) contrast(88%);
}


.select-color-block {
  max-width: 1920px;
  margin: auto;
  padding: 100px 0 100px; }
  .select-color-block ul {
    margin: 0;
    padding: 0; }
    .select-color-block ul li {
      list-style-type: none; }
  .select-color-block figure {
    margin: 0; }
    .select-color-block figure img {
      width: auto;
      max-width: 100%;
      vertical-align: top; }
  .select-color-block * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .select-color-block a, .select-color-block button {
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .select-color-block a {
    text-decoration: none; }
    .select-color-block a:focus {
      outline: none !important; }
  .select-color-block a:hover, .select-color-block a:focus, .select-color-block a:active {
    text-decoration: none; }
  .select-color-block .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .select-color-block .tab-content {
    width: 300px; }
    .select-color-block .tab-content img {
      width: 100%;
      height: auto; }
  .select-color-block .tabs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 450px); }
  .select-color-block .bg-item {
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    cursor: pointer;
    background: #879daa;
    margin: 0 20px 20px 0;
    border-radius: 100%;
    overflow: hidden; }
    .select-color-block .bg-item p {
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      position: relative;
      top: -20px;
      opacity: 0;
      color: #333333;
      font-size: 18px;
      margin: 0;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: 'Avenir', sans-serif;
      line-height: normal;
      text-align: center; }
    .select-color-block .bg-item:hover p {
      opacity: 1;
      top: 0; }
  .select-color-block .is-white .bg-item p {
    color: #fff; }
  .select-color-block .content-mob {
    display: none; }

@media (max-width: 1280px) {
  .select-color-block .tab-content {
    width: 250px; }

  .select-color-block .tabs-menu {
    width: calc(100% - 300px); }

  .select-color-block .bg-item {
    width: 140px;
    height: 140px; }

  .select-color-block .bg-item p {
    font-size: 16px; } }
@media (max-width: 991px) {
  .select-color-block .tabs {
    display: none; }

  .select-color-block .content-mob {
    display: block; }

  .color-slider {
    margin-bottom: 50px; }
    .color-slider .swiper-slide figure {
      max-width: 300px;
      margin: auto!important; }
      .color-slider .swiper-slide figure img {
        width: 100%; }

  .select-color-block {
    padding: 75px 30px; }

  .slider-select {
    margin: 0 30px; }
    .slider-select .swiper-slide {
      text-align: center; }
      .slider-select .swiper-slide .bg-item {
        margin: auto !important; }

  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 30px;
    color: #333333; }

  .slider-wrap {
    position: relative; } }
/*---------------------------END-NEW-BLOCK-13-02-23------------------------------*/

/*# sourceMappingURL=styles.css.map */