.cwc_page_title {
  padding-top: 20px;
  margin-bottom: 10px;
}

.compare_with_cat .tab-content .slick-list {
  width: calc(100% + 1px);
}

.compare_with_cat .tab-content .slick-track {
  margin: 0;
  margin-left: -1px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.product-card .sc-module-model {
  user-select: text !important;
}
#product-compare .nav-tabs {
  margin-bottom: 0;
}

#product-compare .tab-pane {
  border-radius: 0.25px;
  background: #fff;
  box-shadow: 0px 2px 17.9px 5px rgba(0, 0, 0, 0.05);
  border: none;
  padding: 10px;
}
.compare-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-loader-spinner {
  width: 60px;
  height: 60px;
  border: 8px solid #ddd;
  border-top: 8px solid #ff9a25;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.compare_page_actions {
  padding: 15px 10px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
}

.compare_main_slider_block .slick-arrow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 30px;
  border: none;
  background: transparent;
  transition: 0.3s all;
  cursor: pointer;
}

.compare_main_slider_block .slick-arrow:hover {
  background: transparent;
}

.compare_main_slider_block .slick-arrow span {
  background-color: transparent;
  width: 15px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.compare_main_slider_block .slick-arrow span svg {
  width: 15px;
  height: 30px;
}

.compare_main_slider_block .slick-arrow.next {
  left: unset;
  right: 0;
}

.compare_main_slider_block .slick-arrow.slick-disabled span {
  cursor: not-allowed;
}

.compare_main_slider_block .slick-arrow.slick-disabled {
  opacity: 0.35;
}

.compare_with_cat .tab-content .slick-slide {
  height: inherit !important;
}

.compare_with_cat .tab-content .product-item.slick-slide {
  text-align: center;
}

.compare_attributes_group_title,
.compare_with_cat .tab-content .slick-slide .attribute_value {
  text-align: center;
}

.compare_attributes_group_title {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  color: #00171f;
}

.attribute_title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  background: transparent;
  color: #00171f;
  color: #212529;
  line-height: 18px;
  padding: 10px 20px 10px 10px;
  min-height: 51px;
}

.compare_attribute_group {
  display: flex;
}

.compare_attribute_group:last-child {
  border-bottom: 0;
}

.main_slider_block_holder,
.comp_sticky_slider_holder {
  display: flex;
}

.main_slider_block_cat_info,
.sticky_slider_block_cat_info,
.compare_attribute_group .attribute_title {
  width: 310px;
}

.compare_main_slider_block,
.compare_attribute_slider {
  width: calc(100% - 310px);
}

.compare_with_cat .tab-content .slick-slide .attribute_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: transparent;
  color: #1c1c28;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.compare_attributes_group_list .compare_attribute_group:nth-child(odd) {
  background: #f2f4f8;
}

.compare_attributes_group_list .compare_attribute_group:nth-child(even) {
  background: #fff;
}

/* .compare_with_cat .tab-content .slick-slide .product-item, */
.compare_with_cat .tab-content .slick-slide .attribute_value {
  border-right: 1px solid #f2f2f2;
}

.compare_list_count {
  display: flex;
  height: max-content;
  color: #9ca3af;
  font-size: 12px;
  line-height: 18px;
}

.tab_remove_btn {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.tab_remove_btn {
  position: absolute;
  right: 1rem;
}

.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  padding: 1rem;
  height: 100%;
  position: relative;
}

.product-item-min {
  flex-direction: row;
}

.product-item .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-item a,
.product-item a:hover,
.product-item a:focus,
.product-item input,
.product-item input:hover,
.product-item input:focus {
  outline: none;
  border: none;
  text-decoration: none;
}

.product-item button,
.product-item button:hover,
.product-item button:focus {
  outline: none;
  text-decoration: none;
}

.product-item .button-group {
  width: 100%;
  padding: 0 30px;
}

.imval .img-thumbnail-images img {
  margin: 0 auto 5px !important;
}

.product-item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.product-item h4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-item .price-old {
  text-decoration: line-through;
}

.not_diff {
  opacity: 0.2;
}

.compare_main_slider_block {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.main_slider_block_cat_info {
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.cat_name {
  color: #1c1c28;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  min-height: 29px;
  display: flex;
  padding: 0 8px;
  margin-bottom: 33px;
}

.cat_img {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat_adds {
  display: flex;
  flex-direction: column;
  width: 180px;
  margin: auto auto 13px auto;
  gap: 10px;
}

.cat_adds_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f4f8;
}

.cat_adds .cat_adds_item:first-child {
  cursor: default;
}

.val_icon {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat_filter_btn {
  margin: 0;
  padding: 0;
}

.cat_filter_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #212529;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.cat_filter_btn input {
  display: none;
}

.cat_filters .cat_filter_btn input[type="radio"]:checked + span {
  text-decoration: underline;
  color: #ff9a25;
}

.compare_attribute_group .slick-list {
  height: 100%;
}

.compare_attribute_group .slick-list .slick-track {
  height: inherit;
}

.compare_remove_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-info .compare_remove_btn {
  display: inline-flex;
  position: relative;
  top: unset;
  right: unset;
  width: 21px;
  height: 21px;
}

.product-info.block-similar {
  height: inherit;
}

.compare_top {
  margin-bottom: 20px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 6;
}

.compare_top nav .nav-link {
  display: block;
}

.comp_top_add_btn .btn,
.comp_top_remove_btn .btn,
.cat_filter_btn {
  display: flex;
}

.comp_top_tabs {
  display: flex;
  align-items: center;
}

.comp_top_tabs > span {
  padding-right: 0.75rem;
  color: #00171f;
  font-size: 16px;
  font-weight: 700;
}

.comp_top_tabs_block {
  position: relative;
  width: 360px;
}

.comp_top_tabs_block .current {
  border: 2px solid #f2f2f2;
  background-image: url("../images/select-arrow.svg");
  background-position: right 0.5rem center;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 0.75rem 1.75rem 0.75rem 0.75rem;
  line-height: 1;
  font-size: 0.625rem;
  font-weight: 500;
  border-radius: 0.4375rem;
  cursor: pointer;
}

.comp_tob_tabs_list {
  position: absolute;
  left: 0;
  top: 100%;
  height: max-content;
  z-index: 9999;
  background: #fff;
  width: 100%;
  box-shadow: 0px 4px 20px 0px rgba(37, 38, 39, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.comp_tob_tabs_list.active {
  visibility: visible;
  opacity: 1;
}

#product-compare .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  border: none !important;
  gap: 2px;
}

#product-compare .nav-tabs li {
  display: flex;
  align-items: center;
}

#product-compare .nav-tabs li a {
  border: none;
  display: flex;
  position: relative;
  width: 100%;
  height: 47px;
  margin: 0;
  padding: 10px 15px 17px 15px;
  justify-content: center;
  align-items: center;
  background: #fff;
  gap: 5px;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}

#product-compare .nav-tabs li a span {
  color: #8f90a6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#product-compare .nav-tabs li.active a span {
  color: #1c1c28;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

#product-compare .nav-tabs li.active a,
#product-compare .nav-tabs li a:hover {
  border-color: #ff9a25;
}

#product-compare .nav-tabs li.remove_all .remove_all_btn {
  padding: 0.5rem 1rem;
  color: #fff;
  background: #d5383d;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.comp_top_add_btn .btn.btn-success {
  background-color: #35bf5f;
  border-color: #35bf5f;
  color: #fff;
  transition: all 0.15s;
}

.comp_top_add_btn .btn.btn-success:hover {
  background-color: #6fd18d;
  border-color: #6fd18d;
}

.comp_top_remove_btn .btn.btn-danger {
  display: none;
  align-items: center;
  justify-content: center;
  height: 38px;
  background-color: transparent;
  border-color: #d5383d;
  color: #d5383d;
  transition: all 0.15s;
}

.comp_top_remove_btn .btn.btn-danger.active {
  display: flex;
}

.comp_top_remove_btn .btn.btn-danger:hover {
  background-color: #d5383d;
  color: #fff;
}

.comp_top_remove_btn .btn.btn-danger span {
  display: none;
}

.sticky_slider_holder {
  display: block;
  position: fixed;
  box-sizing: border-box;
  top: -999px;
  width: 100%;
  box-sizing: border-box;
  z-index: 7;
  left: 0;
  transition: all 0.75s;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: calc(100% + 10px);
}

.sticky_slider_holder .compare_main_slider_block {
  border: none;
}
.comp_sticky_slider_holder {
  width: calc(100% + 5px);
}

.sticky_slider_block_cat_info .slick-list {
  width: calc(100% + 10px);
}

.sticky_slider_holder .compare_main_slider_block .slick-arrow {
  width: 20px;
  left: 0;
}

.sticky_slider_holder .compare_main_slider_block .slick-arrow.next {
  left: unset;
  right: 0;
}
.sticky_slider_holder .compare_main_slider_block .slick-arrow span svg {
  width: 10px;
  height: 20px;
}

.attribute_value .is_not_diff,
.attribute_value .is_not_same {
  opacity: 0.2;
}

.compare_attributes_group_title {
  display: none;
}

.product_info_top_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.product_info_top_row .sc-module-model {
  margin-right: 15px;
}

.compare_main_slider,
.compare_main_slider .slick-list .slick-track .product-card {
  height: 100%;
}

.compare_main_slider .slick-list,
.compare_main_slider .slick-list .slick-track {
  height: inherit;
}

.cat_filters {
  display: flex;
  align-items: center;
  width: 180px;
  margin: 0 auto;
  gap: 17px;
  padding: 7px 0;
}
.main_slider_block_cat_info,
.sticky_slider_block_cat_info,
.compare_main_slider .slick-slide,
.compare_attribute_group .attribute_title {
  border-right: 1px solid #f2f4f8;
}

.price_box {
  align-items: center;
  justify-content: space-between;
}
.price_box .sc-module-price-old {
  margin-right: 20px;
}
.product_item_min {
  padding: 10px;
  flex-direction: row;
  gap: 10px;
  box-sizing: border-box;
}

.product_item_min .sc-module-caption {
  width: max-content;
  box-sizing: border-box;
  max-width: calc(100% - 90px);
}
.product_item_min_title {
  color: #1c1c28;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 8px;
}
.product_item_min_title:hover {
  text-decoration: underline;
  color: rgb(255, 154, 37);
}
.product_item_min_prices {
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}
.product_item_min_price_new {
  color: #1c1c28;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product_item_min_price_old {
  color: #8f90a6;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: line-through;
}
.product_item_min_buttons {
  display: flex;
  width: 100%;
}
.product_item_min_buttons .sc-product-actions-top-right {
  width: 100%;
}
.product_item_min .sc-module-cart-btn {
  display: flex;
  align-items: center;
  height: 20px;
  padding: 4px;
  width: 110px;
  margin-right: auto;
}
.product_item_min .sc-module-cart-btn img {
  height: 11px;
  width: auto;
}
.product_item_min .sc-module-cart-btn .sc-btn-text {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.product_item_min .btn-mob-compare-viewed,
.product_item_min .btn-mob-compare-wishlist {
  width: 20px;
  height: 20px;
  padding: 0;
}
.product_item_min .btn-mob-compare-viewed .sc-btn-icon,
.product_item_min .btn-mob-compare-wishlist .sc-btn-icon {
  width: 12px;
  mask-size: 12px 20px;
}
.product_item_min_bottom {
  flex-direction: column;
  gap: 15px;
}
.product_item_min .compare_remove_btn {
  left: 10px;
  right: unset;
  width: 10px;
  height: 10px;
}

.sticky_slider_holder .compare_main_slider_block .slick-arrow {
  left: 10px;
  width: 10px;
}
.sticky_slider_holder .compare_main_slider_block .slick-arrow.next {
  left: unset;
  right: 10px;
}
.sticky_slider_block_cat_info {
  gap: 10px;
  align-items: flex-start;
  padding: 10px;
}
.sticky_cat_img {
  margin: 0;
}
.sticky_cat_info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 90px);
  gap: 20px;
  height: 100%;
}
.sticky_cat_info > span {
  color: #1c1c28;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  margin-bottom: auto;
}
.sticky_cat_adds {
  margin: 0;
  width: 100%;
  flex-direction: row;
  gap: 2px;
  align-items: center;
}
.sticky_cat_adds .cat_adds_item {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  padding: 3px 6px 3px 10px;
  border-radius: 2px;
  border: 1px solid #f2f4f8;
  gap: 6px;
  height: 20px;
}
.sticky_cat_adds .cat_adds_item:first-child {
  cursor: pointer;
}
.sticky_cat_adds .cat_adds_item .text {
  border-right: 1px solid #f2f4f8;
  padding-right: 5px;
}
.sticky_cat_adds .cat_adds_item .val_icon {
  width: 10px;
  color: #555770;
}
.sticky_cat_filters {
  width: max-content;
  gap: 25px;
  padding: 0;
}
.sticky_cat_filters .cat_filter_btn span {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.compare_tabs_mob_title {
  display: none;
}

@media screen and (max-width: 767px) {
  /* .loaded .compare_main_slider .slick-list{
    overflow: visible !important;
  } 
  .psevdo-scroll{
    position: absolute;
    height: 1000px;
    width: 200px;
    top: 300px;
    z-index: 1000000;
    pointer-events: all;
     background: #00000078; 
    background: transparent;
  }  
  .compare_attribute_group{
    pointer-events: none;
  } */
  .main_slider_block_cat_info,
  .sticky_slider_block_cat_info,
  .compare_attribute_group .attribute_title,
  .compare_main_slider_block,
  .compare_attribute_slider {
    width: 100%;
  }
  .main_slider_block_cat_info,
  .sticky_slider_block_cat_info,
  .compare_attribute_group .attribute_title {
    border-right: none;
  }
  .compare_attribute_group,
  .main_slider_block_holder,
  .comp_sticky_slider_holder {
    flex-direction: column;
  }
  .product-info.block-similar {
    position: relative;
  }
  .btn-mob-compare-viewed {
    top: 32px;
  }
  .btn-mob-compare-wishlist {
    top: 72px;
  }
  .product_info_top_row .sc-module-model {
    margin-right: 0;
    font-size: 10px !important;
  }
  .sc-module-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .compare_attributes_group_list .compare_attribute_group:nth-child(even),
  .compare_attributes_group_list .compare_attribute_group:nth-child(odd) {
    background: #f2f4f8;
  }

  .attribute_title {
    background: #fff;
    text-align: center;
    justify-content: center;
    padding: 6px 10px;
    min-height: unset;
  }
  .compare_with_cat .tab-content .slick-slide .attribute_value {
    padding: 6px 10px;
    font-size: 12px;
  }
  #product-compare .tab-pane {
    padding: 0;
  }
  .slick-dots {
    width: 100%;
    justify-content: center;
  }
  .price_box {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .price_box .sc-module-price-old {
    margin-right: 0;
  }
  .product_item_min .btn-mob-compare-viewed,
  .product_item_min .btn-mob-compare-wishlist,
  .product_item_min .sc-module-cart-btn .sc-btn-text,
  .cat_name,
  .sticky_cat_info > span {
    display: none;
  }
  .product_item_min .sc-module-cart-btn {
    width: 40px;
  }
  .main_slider_block_cat_info {
    background: #f2f4f8;
  }
  .cat_adds {
    flex-direction: row;
    width: 100%;
    margin: 0;
  }
  .cat_adds_item {
    border: none;
    padding: 4px 7px;
    height: 20px;
    background: #fff;
    gap: 8px;
  }
  .cat_adds_item .text {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    padding-right: 4px;
    border-right: 1px solid #c7c9d9;
  }
  .cat_adds_item .val_icon {
    width: 14px;
  }
  .compare_attributes_block {
    border-top: 1px solid #f2f4f8;
  }
  #product-compare .tab-pane {
    box-shadow: unset;
  }
  .cat_filters {
    width: max-content;
    gap: 25px;
    padding: 0;
  }
  .cat_filters .cat_filter_btn span {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .sticky_slider_holder .col-12 {
    padding: 0;
  }
  .sticky_cat_info,
  .sticky_slider_holder {
    width: 100%;
  }
  .compare_tabs_mob_title {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
  .compare_tabs_mob {
    border-radius: 2px;
    border-top: 1px solid #f2f4f8;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .compare_tabs_bottom {
    margin: 0 auto;
    width: max-content;
  }
  #product-compare .nav-tabs {
    flex-direction: column;
  }
  #product-compare .nav-tabs li {
    width: 100%;
  }
  #product-compare .nav-tabs li a {
    padding: 5px;
    justify-content: flex-start;
    height: unset;
    font-weight: 400;
    border-bottom: unset;
    border: 1px solid transparent;
    border-radius: 0;
  }
  #product-compare .nav-tabs li a span,
  #product-compare .nav-tabs li.active a span {
    color: #1c1c28;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
  .compare_top {
    margin-bottom: 10px;
  }
  .sc-module-title {
    font-size: 10px;
    line-height: 13px;
  }
  .cart-btn-mob {
    height: 36px;
    width: 36px;
    filter: unset;
    box-shadow: none;
  }
  .cart-btn-mob img {
    height: 16px;
    width: auto;
  }
  .sc-module-price.dark-text {
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 30px;
    font-style: normal;
  }
  .product-info .compare_remove_btn {
    width: 11px;
    height: 11px;
  }
  .main_slider_block_cat_info,
  .sticky_slider_block_cat_info {
    padding: 10px 10px 10px 0;
  }
  .product_item_min {
    padding: 5px;
    flex-direction: column;
    gap: 6px;
  }
  .product_item_min .sc-module-img {
    display: flex;
    align-items: flex-start;
    gap: 9px;
  }
  .product_item_min_title {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
  }
  .product_item_min_bottom {
    flex-direction: row;
  }
  .product_item_min .sc-module-caption {
    max-width: 100%;
  }
  .product_item_min_prices {
    justify-content: flex-start;
    gap: 5px;
    flex-direction: column-reverse;
  }
  .product_item_min .sc-module-cart-btn {
    margin-right: 0;
  }
  .product_item_min_buttons {
    width: max-content;
  }
  .sticky_slider_block_cat_info {
    margin-top: 10px;
  }
  .sticky_slider_holder {
    z-index: 999;
  }
}
