/*============================================================================
   #Webcms
==============================================================================*/
 .widget-inner {
        display: block;
        padding: 20px 0 0 0;
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    span.widget-title {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #777777;
    }
     .menu-input ul {
        list-style: none;
    }
      ul.product_list_widget1 li {
        padding-top: 10px;
        margin-bottom: 15px;
        text-align: left;
        margin: 0;
    }
     .product-item0 {
        border-bottom: 1px dashed #ececec;
    }
     .skip-input1 {
        display: flex;
    }
      .test {
        width: 100%;
        height: 60px;
    }
    
    .test img {
        width: 100%;
        height: 60px;
    }
       .skip-link1 {
        padding: 8px 0px 8px 20px;
        width: 400px;
        padding-top: 0;
    }
      .skip-link1 a:hover {
        color: #838383;
    }
      span.amount1 {
        white-space: nowrap;
        color: #111;
        font-weight: bold;
        font-size: 14px;
    }
    
    span.amount0 {
        color: #383838;
        text-decoration: line-through;
        font-size: 14px;
    }
     del span.amount0 {
        opacity: .6;
        font-weight: normal;
        margin-right: 6px;
    }