@charset "UTF-8";
.features_section .tab_buttons {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.newers_section .products_list, .features_section .collections_list ul {
  padding: 0;
  margin: 0 -20px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .newers_section .products_list, .features_section .collections_list ul {
    margin: 0 -15px;
  }
}

.features_section .collections_list a:after, .features_section .collections_list a span, .promo_section img, .features_section .collections_list a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.features_section .collections_list a > img {
  object-fit: cover;
}

.features_section .collections_list a iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.features_section .collections_list a {
  position: relative;
  overflow: hidden;
}
.features_section .collections_list a:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.features_section .collections_list a:after, .promo_section img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.content {
  padding-top: 0;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  background-size: cover;
  background-position: center right;
  height: 40vw;
}
.main_slider .slide_content {
  height: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 100px;
  font-size: 240%;
  line-height: 1.33em;
}
.main_slider .slide_title {
  color: #ffffff;
}
.main_slider .slide_title:not(:last-child) {
  margin-bottom: 60px;
}
.main_slider .slide_btn {
  display: inline-block;
  vertical-align: top;
  padding: 16px 30px;
  border-radius: 4px;
  color: #000000;
  background: #ffffff;
}

.promo_section {
  display: flex;
}
.promo_section a {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 22vw;
}
.promo_section img {
  object-fit: cover;
}
.promo_section .info_block {
  position: relative;
  z-index: 2;
  color: #000000;
  padding: 45px;
  max-width: 390px;
}
.promo_section .promo_description {
  font-size: 240%;
  line-height: 32px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.promo_section .special_info {
  font-size: 640%;
  line-height: 0.75em;
  margin-top: 27px;
  letter-spacing: 0.7px;
  font-family: "cormorant_goramond_medium", "playfair_medium", "sylfaen_regular", "mardoto_regular";
  display: block;
}

.features_section {
  padding-top: 60px;
  background: #fcf5e2;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.features_section .collections_list li {
  padding-bottom: 40px;
}
.features_section .collections_list a {
  display: block;
  color: #ffffff;
  border-radius: 4px;
  background-size: 0;
}
.features_section .collections_list a span {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  z-index: 2;
}
.features_section .collections_list a:after {
  transform-origin: center;
  -webkit-transfrom-origin: center;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.features_section .tab_section {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
.features_section .tab_section .section_title {
  color: #efba2f;
  max-width: 700px;
  margin: 0 auto 45px;
}
.features_section .tab_buttons {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  order: 1;
}
.features_section .tab_buttons:before {
  display: block;
  content: "";
  position: absolute;
  left: -60px;
  top: 1px;
  right: -60px;
  border-top: 1px solid;
  opacity: 0.1;
}
.features_section .tab_buttons li {
  padding: 25px;
  border-top: 2px solid;
  font-size: 1.8rem;
  line-height: 27px;
  font-family: "medium";
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.features_section .tab_buttons li:not(.selected) {
  cursor: pointer;
  border-color: transparent;
}
.features_section .tabs_container {
  font-size: 180%;
  line-height: 27px;
  max-width: 1140px;
  margin: 0 auto 60px;
  position: relative;
  overflow: hidden;
}

.newers_section {
  margin-top: 70px;
}
.newers_section .section_title {
  margin-bottom: 40px;
}
.newers_section .products_list li {
  margin-bottom: 40px;
}

.special_offers {
  padding-top: 40px;
}
.special_offers .section_title {
  margin-bottom: 40px;
}
.special_offers .offers_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.special_offers .offers_slider.slick-slider {
  overflow: visible;
}
.special_offers .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 50%;
  vertical-align: top;
  padding: 0 40px;
}
.special_offers .product_block {
  background: transparent;
  box-shadow: none !important;
}
.special_offers .product_block .image_block {
  background: #fafafa;
}
@media screen and (min-width: 1200px) {
  .special_offers .product_block .info_block {
    display: flex;
    margin-top: 40px;
    align-items: center;
    height: 54px;
  }
  .special_offers .product_block .product_name {
    flex: 0 0 40%;
    max-width: 40%;
    height: auto;
    margin: 0;
  }
  .special_offers .product_block .bottom_block {
    flex: 0 0 60%;
    max-width: 60%;
    height: auto;
    margin: 0;
  }
}
.special_offers .product_block .product_name {
  padding-left: 0;
}
.special_offers .product_block .bottom_block {
  padding: 0;
}
.special_offers .product_block .product_name a {
  font-size: 200%;
  line-height: 24px;
}
.special_offers .product_block .product_price {
  font-size: 280%;
  line-height: 34px;
  color: #000000;
}
.special_offers .product_block .old_price {
  margin-left: 15px;
}
.special_offers .product_block .old_price:before {
  color: #000000;
}
.special_offers .product_block .pre_order,
.special_offers .product_block .add_to_cart {
  font-size: 180%;
  line-height: 24px;
  padding: 15px;
  width: 160px;
  margin-left: 20px;
  height: auto;
  white-space: nowrap;
}

.special_offers {
  padding-top: 40px;
}
.special_offers .section_title {
  margin-bottom: 40px;
}
.special_offers .offers_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.special_offers .offers_slider.slick-slider {
  overflow: visible;
}
.special_offers .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 50%;
  vertical-align: top;
  padding: 0 40px;
}
.special_offers .product_block {
  background: transparent;
  box-shadow: none !important;
}
.special_offers .product_block .image_block {
  background: #fafafa;
}
@media screen and (min-width: 1200px) {
  .special_offers .product_block .info_block {
    display: flex;
    margin-top: 40px;
    align-items: center;
    height: 54px;
  }
  .special_offers .product_block .product_name {
    flex: 0 0 40%;
    max-width: 40%;
    height: auto;
    margin: 0;
  }
  .special_offers .product_block .bottom_block {
    flex: 0 0 60%;
    max-width: 60%;
    height: auto;
    margin: 0;
  }
}
.special_offers .product_block .product_name {
  padding-left: 0;
}
.special_offers .product_block .bottom_block {
  padding: 0;
}
.special_offers .product_block .product_name a {
  font-size: 200%;
  line-height: 24px;
}
.special_offers .product_block .product_price {
  font-size: 280%;
  line-height: 34px;
  color: #000000;
}
.special_offers .product_block .old_price {
  margin-left: 15px;
}
.special_offers .product_block .old_price:before {
  color: #000000;
}
.special_offers .product_block .pre_order,
.special_offers .product_block .add_to_cart {
  font-size: 180%;
  line-height: 24px;
  padding: 15px;
  width: 160px;
  margin-left: 20px;
  height: auto;
  white-space: nowrap;
}

.populars_section {
  margin-top: 70px;
}
.populars_section .section_title {
  margin-bottom: 40px;
}
.populars_section .populars_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 0 -20px;
}
.populars_section .populars_slider.slick-slider {
  overflow: visible;
}
.populars_section .populars_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 33.33%;
  vertical-align: top;
  padding: 0 20px;
}

.slick-arrow {
  position: absolute;
  top: -86px;
  right: 0;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  color: inherit;
}
.slick-arrow:before {
  display: block;
  font-size: 1.8rem;
}

.slick-prev {
  margin-right: 46px;
  border-right: none;
  width: 45px;
  border-radius: 4px 0 0 4px;
}
.slick-prev:before {
  content: "";
}

.slick-next {
  border-radius: 0 4px 4px 0;
}
.slick-next:before {
  content: "";
}

@media (max-width: 1559px) {
  .main_slider .slide_block {
    height: 44vw;
  }
  .main_slider .slide_content {
    max-width: 480px;
    margin-left: 90px;
    font-size: 200%;
  }
  .main_slider .slide_title:not(:last-child) {
    margin-bottom: 50px;
  }
  .main_slider .slide_btn {
    padding: 14px 25px;
  }

  .promo_section a {
    height: 25vw;
  }
  .promo_section .info_block {
    padding: 40px;
    max-width: 340px;
  }
  .promo_section .promo_description {
    font-size: 200%;
    line-height: 28px;
  }
  .promo_section .special_info {
    font-size: 560%;
    margin-top: 25px;
  }

  .features_section {
    padding-top: 40px;
    margin-top: 80px;
  }
  .features_section .tab_section {
    padding-top: 40px;
  }
  .features_section .tab_section .section_title {
    max-width: 600px;
    margin-bottom: 40px;
  }
  .features_section .tab_buttons li {
    font-size: 1.6rem;
    line-height: 24px;
  }
  .features_section .tabs_container {
    font-size: 160%;
    line-height: 24px;
    max-width: 1000px;
  }

  .special_offers .slide_block {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1559px) and (min-width: 1200px) {
  .special_offers .product_block .info_block {
    height: 50px;
  }
}
@media (max-width: 1559px) {
  .special_offers .product_block .product_name a {
    font-size: 180%;
    line-height: 22px;
  }
}
@media (max-width: 1559px) {
  .special_offers .product_block .product_price {
    font-size: 240%;
    line-height: 30px;
  }
}
@media (max-width: 1559px) {
  .special_offers .product_block .pre_order,
.special_offers .product_block .add_to_cart {
    font-size: 160%;
    line-height: 20px;
    width: 140px;
  }
}
@media (max-width: 1559px) {
  .populars_section,
.newers_section {
    margin-top: 60px;
  }
}
@media (max-width: 1559px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
    top: -80px;
  }
  .slick-arrow:before {
    font-size: 1.6rem;
  }
}
@media (max-width: 1559px) {
  .slick-prev {
    margin-right: 40px;
    width: 39px;
  }
}
@media (max-width: 1439px) {
  .main_slider .slide_block {
    height: 47.2vw;
  }
  .main_slider .slide_content {
    max-width: 440px;
    margin-left: 80px;
    font-size: 180%;
  }
  .main_slider .slide_title:not(:last-child) {
    margin-bottom: 40px;
  }
  .main_slider .slide_btn {
    padding: 13px 20px;
  }

  .promo_section a {
    height: 26.5vw;
  }
  .promo_section .info_block {
    padding: 35px;
    max-width: 300px;
  }
  .promo_section .promo_description {
    font-size: 180%;
    line-height: 24px;
  }
  .promo_section .special_info {
    font-size: 480%;
  }

  .features_section .tab_section .section_title {
    max-width: 540px;
    margin-bottom: 35px;
  }
  .features_section .tab_buttons li {
    font-size: 1.4rem;
    line-height: 20px;
    padding: 20px;
  }
  .features_section .tabs_container {
    font-size: 140%;
    line-height: 20px;
    max-width: 900px;
    margin-bottom: 50px;
  }

  .special_offers {
    padding-top: 30px;
  }
  .special_offers .slide_block {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  .special_offers .product_block .product_name a {
    font-size: 160%;
    line-height: 20px;
  }
  .special_offers .product_block .product_price {
    font-size: 200%;
    line-height: 24px;
  }
  .special_offers .product_block .pre_order,
.special_offers .product_block .add_to_cart {
    font-size: 140%;
    width: 120px;
  }
}
@media (max-width: 1439px) {
  .populars_section,
.newers_section {
    margin-top: 50px;
  }
}
@media (max-width: 1439px) {
  .slick-arrow {
    width: 36px;
    height: 36px;
    top: -70px;
  }
  .slick-arrow:before {
    font-size: 1.4rem;
  }
}
@media (max-width: 1439px) {
  .slick-prev {
    margin-right: 36px;
    width: 35px;
  }
}
@media (max-width: 1199px) {
  .main_slider .slide_block {
    height: 50vw;
  }
  .main_slider .slide_content {
    max-width: 390px;
    margin-left: 70px;
    font-size: 160%;
    line-height: 24px;
  }
  .main_slider .slide_title:not(:last-child) {
    margin-bottom: 40px;
  }

  .promo_section a {
    height: 28vw;
  }
  .promo_section .info_block {
    padding: 30px;
    max-width: 270px;
  }
  .promo_section .promo_description {
    font-size: 160%;
    line-height: 22px;
  }
  .promo_section .special_info {
    font-size: 440%;
    margin-top: 20px;
  }

  .features_section {
    padding-top: 30px;
    margin-top: 60px;
  }
  .features_section .collections_list ul li {
    padding-bottom: 30px;
  }
  .features_section .tab_section {
    padding-top: 30px;
  }
  .features_section .tab_section .section_title {
    max-width: 480px;
    margin-bottom: 30px;
  }
  .features_section .tab_buttons li {
    font-size: 1.3rem;
    line-height: 19px;
  }
  .features_section .tabs_container {
    font-size: 130%;
    line-height: 19px;
    max-width: 800px;
  }

  .newers_section {
    margin-top: 40px;
  }
  .newers_section .section_title {
    margin-bottom: 30px;
  }
  .newers_section .products_list li {
    margin-bottom: 30px;
  }

  .special_offers {
    padding-top: 20px;
  }

  .section_title {
    margin-bottom: 30px;
  }

  .slick-arrow {
    top: -65px;
  }
}
@media (max-width: 991px) {
  .main_slider .slide_block {
    height: 83.3vw;
  }
  .main_slider .slide_content {
    max-width: 480px;
    margin: 0 auto;
    font-size: 200%;
    line-height: 28px;
    align-items: center;
    text-align: center;
  }
  .main_slider .slide_title:not(:last-child) {
    margin-bottom: 50px;
  }
  .main_slider .slide_btn {
    padding: 10px 25px;
  }

  .promo_section {
    flex-wrap: wrap;
  }
  .promo_section a {
    flex: 0 0 100%;
    max-width: 100%;
    height: 45vw;
  }
  .promo_section .info_block {
    padding: 40px;
    max-width: 360px;
  }
  .promo_section .promo_description {
    font-size: 200%;
    line-height: 28px;
  }
  .promo_section .special_info {
    font-size: 560%;
    margin-top: 25px;
  }

  .features_section {
    margin-top: 50px;
  }
  .features_section .collections_list ul li:not(.col-sm-6) a:before {
    padding-bottom: 40%;
  }
  .features_section .collections_list ul li.col-sm-6 a:before {
    padding-bottom: 80%;
  }
  .features_section .tab_section {
    padding-top: 30px;
  }
  .features_section .tab_section .section_title {
    max-width: 600px;
    margin-bottom: 40px;
  }
  .features_section .tab_buttons {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 2;
  }
  .features_section .tab_buttons:before {
    display: none;
  }
  .features_section .tab_buttons li {
    border-top-width: 1px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 24px;
  }
  .features_section .tabs_container {
    font-size: 160%;
    line-height: 24px;
    max-width: 100%;
  }
  .features_section:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 72px;
    z-index: 1;
    border-top: 1px solid;
    opacity: 0.1;
  }

  .slick-arrow {
    top: -80px;
    width: 46px;
    height: 46px;
  }
  .slick-arrow:before {
    font-size: 1.8rem;
  }

  .slick-prev {
    margin-right: 46px;
    width: 45px;
  }
}
@media (max-width: 767px) {
  .main_slider .slide_block {
    height: 102vw;
  }

  .promo_section .info_block {
    padding: 20px;
    max-width: 270px;
  }

  .features_section {
    padding-bottom: 30px;
  }
  .features_section:after {
    display: none;
  }
  .features_section .tab_section {
    padding-top: 10px;
  }
  .features_section .tab_section .section_title {
    color: #af903f;
    margin-bottom: 0;
    padding-bottom: 25px;
    position: relative;
  }
  .features_section .tab_section .section_title:after {
    display: block;
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    border-top: 1px solid #000000;
    opacity: 0.1;
    top: 100%;
  }
  .features_section .tab_buttons li {
    border-top-width: 2px;
    padding: 10px;
    font-family: "medium";
  }
  .features_section .tabs_container {
    margin-top: 25px;
    margin-bottom: 0;
    order: 2;
  }

  .special_offers .offers_slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .special_offers .slide_block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 575px) {
  .special_offers .product_block .info_block {
    display: flex;
    margin-top: 40px;
    align-items: center;
    height: 54px;
  }
  .special_offers .product_block .product_name {
    flex: 0 0 40%;
    max-width: 40%;
    height: auto;
    margin: 0;
  }
  .special_offers .product_block .bottom_block {
    flex: 0 0 60%;
    max-width: 60%;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .special_offers .product_block .product_name a {
    font-size: 160%;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .special_offers .product_block .product_price {
    font-size: 200%;
  }
}
@media (max-width: 767px) {
  .special_offers .product_block .pre_order,
.special_offers .product_block .add_to_cart {
    font-size: 160%;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .slick-dots button {
    width: 21px;
    height: 21px;
    padding: 5px;
    background: transparent !important;
    border: none;
    border-radius: 50%;
    margin: 0;
  }
  .slick-dots button:before {
    display: block;
    content: "";
    border-radius: inherit;
    width: 11px;
    height: 11px;
    background: #000000;
    opacity: 0.3;
  }
}
@media (max-width: 575px) {
  .main_slider .slide_block {
    height: 106vw;
  }
  .main_slider .slide_content {
    padding: 0 20px;
  }

  .promo_section a {
    height: auto;
    min-height: 50vw;
  }
  .promo_section .info_block {
    max-width: 200px;
  }
  .promo_section .promo_description {
    font-size: 160%;
    line-height: 22px;
  }
  .promo_section .special_info {
    font-size: 360%;
    margin-top: 10px;
  }

  .features_section {
    margin-top: 30px;
  }
  .features_section .collections_list ul li:not(.col-sm-6) a:before, .features_section .collections_list ul li.col-sm-6 a:before {
    padding-bottom: 56.25%;
  }

  .slick-dots li {
    margin: 0 3px;
  }
  .slick-dots button {
    width: 17px;
    height: 17px;
    padding: 3px;
  }
}
@media (max-width: 479px) {
  .main_slider .slide_block {
    height: 116.6vw;
  }

  .promo_section .promo_description {
    font-size: 140%;
    line-height: 20px;
  }
  .promo_section .special_info {
    font-size: 300%;
  }

  .tab_section .section_title {
    padding-bottom: 22px;
    position: relative;
  }

  .tab_buttons li {
    font-size: 1.4rem;
    line-height: 20px;
  }

  .tabs_container {
    font-size: 140%;
    line-height: 20px;
    margin-top: 10px;
  }
}
@media (max-width:359px) {
  .main_slider .slide_block {
    height: 420px;
  }
}
.web .main_slider .slide_btn:hover {
  color: #ffffff;
  background: #000000;
}
.web .promo_section a:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.web .features_section .collections_list a:hover {
  color: #efba2f;
}
.web .features_section .collections_list a:hover:after {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.web .features_section .tab_buttons li:not(.selected):hover {
  color: #999999;
}
.web .slick-arrow:hover {
  color: #efba2f;
}

.touch .main_slider .slide_btn:active {
  color: #ffffff;
  background: #000000;
}
.touch .promo_section a:active img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.touch .features_section .collections_list a:active {
  color: #efba2f;
}
.touch .features_section .collections_list a:active:after {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.touch .slick-arrow:active {
  color: #efba2f;
}

.web .features_section .collections_list a, .web .slick-arrow {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.promo_section img, .features_section .tab_buttons li, .web .main_slider .slide_btn, .web .features_section .collections_list a:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .features_section .collections_list a, .touch .slick-arrow {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .main_slider .slide_btn, .touch .features_section .collections_list a:after {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.features_section .tab_buttons li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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