   
   :root {
    --main-color: #015cad;
  }
   .popular-title,  .popular-more {
        margin: 20px 0px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: var(--main-color);
    }
    .popular-more{
        font-size: 18px;
    }
    .popular{
/*        border: solid 1px beige;*/
        padding: 15PX;
        overflow: hidden;
    }
    .popular .asia,.ca, .usa{
        border-radius: 40px;
    }
    .popular .asia{
        background-color: #f8f8f8;
    }
    .popular .ca{
        background: #ecebeb;
    }
    .popular .usa{
        background-color: #f8f8f8;
    }
    .p-3 {
        padding: 1rem!important;
    }
    .p-block {
         margin: 15px 5px ;
/*         border: solid 1px #cecccc;*/
         box-shadow: 4px 3px 5px 0 rgba(0,0,0,0.05);
         background: #eeeeee;

    }
    .p-title {
        font-weight: bold;
        color: #333333;
        text-align: center;
    }
    .p-title, .p-visit{
        height: 50px;
    }
    .p-title .p-content {
        font-size: 16px;
    }
    .popular .p-content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .p-content.price{
        color: #c1272d;
        font-size: 18px;
        font-weight: 600px;
    }
    .clear-padding{ padding:0; }
    .p-pprice {
        font-size: 18px;
        font-weight: bold;
        color: #c1272d;
        font-style: italic;
    }
    .p-oprice {
        text-decoration: line-through;
        font-size: 10px;
    }
    .p-precontent {
        font-size: 10px;
        margin-right: 4px;
    }
    .p-block img:hover{
        animation: kscale 2s;
    }
    @keyframes kscale{
        from{
           transform: scale(1);
        }
        to {
            transform: scale(1.05);
        }
    }
    @keyframes rotate{
        from{
           transform: rotate(0deg); 
        }
        to {
            transform: rotate(360deg); 
        }
    }
     .htag {
       z-index: 5;
       position: absolute;
       
       background-size: 100% 100%;
       background-position: center;
       font-size: 12px;
       text-align: center;
       text-transform: uppercase;


       -webkit-background-clip: text;
       color: transparent;
       transition: all 2.5s ease-in-out;
       
       color: white;

       padding-top: 2px;
       padding-bottom: 2px;
 
    }
    .htag-promo{
       top: 20%;
       left: -20%;
       width: 80%;
       background: #c1272d;
       transform: rotate(-42deg);
       opacity: 0.8;
    }
    
     .htag-guarantee {
       bottom:0px;
       left: 0px;
       background: #0031bc;
       opacity: 0.8;
    }
    
    .htag-guarantee-p {
       width: 74%;
    }
    .htag-guarantee-m {
       width:100%;
    }
    
    .list-item {
      font-size: 4em;
      text-align: center;
/*      border: 1px solid #e5e4e9;*/
/*box-shadow: 4px 3px 5px 0 rgba(0,0,0,0.05);*/
        box-shadow: 2px 2px 2px 0 #999;
      margin: 10px;
      
    }
    .list-item-1 {
/*        background-color: #f8f8f8;*/
/*    background: url("../../../uploads/global/bg_01.jpg");*/
    }
   
  .list-item-2 {
      font-size: 14px;
    }

@media only screen and (min-width: 768px)  {
    .list-container{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows:  1fr 1fr 1fr;
      grid-auto-flow: row dense;
      margin: 30px 0px;
      padding: 0px 15px;
    }
    .list-item-1 {
      grid-column-start: 1;
      grid-column-end: 3;  
      grid-row-start: 1;
      grid-row-end: 3;
      font-size: 18px;
      justify-self: stretch;
      position: relative;
    }
}

@media only screen and (max-width: 767px)  {
    .list-container{
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows:  1fr 1fr 1fr;
      grid-auto-flow: row dense;
    }
    .list-item-1 {
      font-size: 15px;
      position: relative;
    }
}
.list-name{

    margin: 15px 15px 0px 15px;
    font-size: 36px;
    font-weight: 700;
    color:  var(--main-color);
}

    .btn-category{
        margin-bottom: 5px;

    }
    .btn-category button{
        border-radius: 10px;
        background-color: white;
        padding: 5px 15px;
        color: var(--main-color);
        font-weight: bold;
    }
    .btn-category .btn:hover,.btn:focus,.btn.focu{
        color: white;
        background-color: var(--main-color);
    }
    #accordion .p-content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .htag {
    z-index: 5;
    position: absolute;
    background-size: 100% 100%;
    background-position: center;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    -webkit-background-clip: text;
    color: transparent;
    transition: all 2.5s ease-in-out;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
}
.htag-promo {
    top: 15%;
    left: -20%;
    width: 80%;
    background: #c1272d;
    transform: rotate(-42deg);
    opacity: 0.8;
}
.home-title {
    display: block; 
    font-size: 30px;
    color: #212121;
    position: relative; 
}

.home-title:before, .home-title:after {
    content: '';               
    position: absolute;        
    top: 52%;
    background: #bab8b8;;      
    width: 9%;
    height: 1px;
}

.home-title:before{
    left: 25%;      
}

.home-title:after {
    right: 25%;
}
.btn-collapsed{
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: left;
}