.blockMajloConteer {
  position: relative; }
  .blockMajloConteer .blockMajlo {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid; }
    .blockMajloConteer .blockMajlo .compare-tabel__head {
      padding: 0 10px; }
      .blockMajloConteer .blockMajlo .compare-tabel__head .compare-tabel__title {
        width: max-content;
        cursor: pointer;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 15px;
        text-transform: capitalize;
        position: relative; }
        .blockMajloConteer .blockMajlo .compare-tabel__head .compare-tabel__title:after {
          content: "";
          width: 24px;
          height: 24px;
          background-image: url("../images/subcategoryList_arrow.png");
          position: absolute;
          right: -30px; }
      .blockMajloConteer .blockMajlo .compare-tabel__head .compare-tabel__title.upThis:after {
        transform: rotate(180deg); }
    .blockMajloConteer .blockMajlo .buttonBlock {
      display: flex;
      justify-content: space-around;
      margin-top: 5px; }
      .blockMajloConteer .blockMajlo .buttonBlock button {
        width: auto !important; }
  .blockMajloConteer .hiddenMy {
    visibility: hidden !important; }

@media (min-width: 1367px) and (max-width: 2000px) {
  .blockMajloConteer {
    position: relative; }
    .blockMajloConteer .blockMajlo ul.list-product li {
      width: calc(100% / 5 - 16px) !important; } }
a.list-product__img .list-product__image-wrap.loop_body .list-product__image {
  position: relative; }
  a.list-product__img .list-product__image-wrap.loop_body .list-product__image .overlayLoopText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 264px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 14px 14px 0 14px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    color: #fff;
    transition: all 0.5s; }
    a.list-product__img .list-product__image-wrap.loop_body .list-product__image .overlayLoopText .loopPrice {
      color: #ffffff !important;
      margin-bottom: 10px; }
      a.list-product__img .list-product__image-wrap.loop_body .list-product__image .overlayLoopText .loopPrice .list-product__line-price .list-slider-action__price {
        justify-content: center;
        color: #ffffff !important; }
      a.list-product__img .list-product__image-wrap.loop_body .list-product__image .overlayLoopText .loopPrice span {
        color: #ffffff !important; }
    a.list-product__img .list-product__image-wrap.loop_body .list-product__image .overlayLoopText .loopText {
      display: none;
      padding-bottom: 10px;
      text-align: center; }
  a.list-product__img .list-product__image-wrap.loop_body .list-product__image:hover .loopText {
    display: block; }

.breadcrumbs .container .wrap_breadcrumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .breadcrumbs .container .wrap_breadcrumbs .MoreLessCont {
    display: flex;
    align-items: center; }
    .breadcrumbs .container .wrap_breadcrumbs .MoreLessCont a {
      padding-left: 6px;
      padding-right: 6px; }
    .breadcrumbs .container .wrap_breadcrumbs .MoreLessCont a.less {
      margin-right: 10px; }

.vis_hidden {
  visibility: hidden !important; }

.content-main .wrapHeader {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .content-main .wrapHeader .countProduct {
    display: inline-block;
    padding-left: 20px;
    color: grey; }

.product-Sui {
  position: relative; }
  .product-Sui .wrapLoader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7); }
    .product-Sui .wrapLoader .loader {
      border: 16px solid #f3f3f3;
      /* Light grey */
      border-top: 16px solid #3498db;
      /* Blue */
      border-radius: 50%;
      width: 140px;
      height: 140px;
      animation: spin 2s linear infinite; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .product-Sui .blockButtonSui {
    margin-top: 40px; }
    .product-Sui .blockButtonSui .item {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .product-Sui .blockButtonSui .item a.link_ {
        width: 100%;
        text-align: center;
        margin: 0 2px;
        border-radius: 8px;
        font-size: 18px;
        padding: 10px 20px;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
        font-weight: 400;
        max-width: 500px; }

/*# sourceMappingURL=mailo.css.map */
