.logo-link:hover {
    text-decoration: none;
}

.slogan-text {
    display: block;
    margin-top: -25px;
    font-size: 13px;
}

.slogan-text:hover {
    text-decoration: none;
}

.product_quantity_info_list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin-top:20px;
}

.product_quantity_info_list li{
    margin: 0;
    line-height: 14px;
    font-weight: bold;
    color: #57809e;
    font-size: 12px;
}

.product_price_info{
    font-size: 10px;
}

.product_price_value{
    font-size: 14px;
    font-weight: 600;
}

.product_state_info{
    font-size: 12px;
    margin: 0;
}

.card-img-block{
    text-align: center;
}

.category-image-cover-block {
    height: 300px;
    width: 100%;
    background-position: top;
    background-size: cover;
}

h1.type-b {
    margin-bottom: 10px;
}

.title-box-2 {
    width: 100%;
    display: block;
    padding: 0 40px;
    padding-bottom: 10px;
    border-bottom: solid 2px #b400cc;
    border-radius: 0;
    background-color: #FFF;
    position: relative;;
  }
  
  .title-box-2::before {
    content: "";
    width: 0; 
    height: 0; 
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #b400cc;
    position: absolute;
    left:5px;
    top:7px;
    margin: auto;
  }

  .arrow-right {
    width: 0; 
    height: 0; 
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid rgb(0, 0, 0);
  }


  .nav-categories-item{
    color: #1a6e75 !important;
    font-weight: bold;
  }


  .related-products-block {
    width:100%;
    margin : 60px !important;
    margin-left: 0 !important;
    padding: 5px;
    z-index: 1000;
  }

  .related-products-block.mobile {
      display: none;
  }

  .related-products-list {
    display: flex;
  }

  .related-products-item {
    margin:10px;
    border: solid 1px #DDD;
    padding: 5px;
    width: auto;
  }

  .related-products-item a{
    text-align: center;
  }

  .related-products-item img{
    max-width: 110px;
    height: 130px;
  }

  .related-products-item a p{
    line-height: 1;
    font-size: 12px;
  }

  .button-a {
    border-radius: 15px !important;
    padding: 5px 20px;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.75);
    
    background: rgb(125,3,142);
    background: linear-gradient(180deg, rgba(125,3,142,1) 0%, rgba(180,0,204,1) 100%);
  }


.home-section-nav-item {
  background-color: #f2b7fa !important;
  border-color: rgba(3, 3, 3, 0.7) !important;
  color: #000 !important;
  font-weight: 600;
}

.home-section-nav-item:hover{
  background-color: #810092;
  border-color: rgba(3, 3, 3, 0.7);
}

@media only screen and (max-width: 640px){
    .related-products-block.desk {
        display: none;
    }

    .related-products-block.mobile {
        display: block;
        margin: 0 auto !important;
        text-align: center;
        padding: 0;
        padding-left: 30px;
    }

    .related-products-list {
        display: flex;
        flex-direction:column;
    }

    .related-products-item img{
        max-width: 200px;
        height: auto;
      }

    .button-a {
      width: 100%;
    }
}


.product-type-item{
  padding: 5px;
}

.product-type-item.link {
  cursor: pointer;
  display: block;
  width: 100%;
}

.product-type-item.link:hover{
  background: #8395a7;
  color:#FFF;

}