html {
  line-height: 1.3 !important; }

.usk-shiny-grid {
  --btn-width: 100%;
  /*-----------------------------------------
	 usk Shiny widget grid and list  scss
 --------------------------------------------*/ }
  .usk-shiny-grid .usk-grid {
    display: grid; }
    .usk-shiny-grid .usk-grid .usk-item {
      position: relative;
      box-shadow: 0 2px 5px 0px rgba(163, 163, 163, 0.2);
      overflow: hidden; }
      .usk-shiny-grid .usk-grid .usk-item .usk-image {
        position: relative;
        overflow: hidden; }
        .usk-shiny-grid .usk-grid .usk-item .usk-image .img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .usk-shiny-grid .usk-grid .usk-item .usk-image .image-default {
          opacity: 1;
          transform: scale(1.1);
          transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), opacity 0.5s; }
        .usk-shiny-grid .usk-grid .usk-item .usk-image .image-hover {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          opacity: 0;
          transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), opacity 0.5s; }
      .usk-shiny-grid .usk-grid .usk-item .usk-button.added {
        display: none;
        transition: all 3s ease-in-out; }
      .usk-shiny-grid .usk-grid .usk-item .usk-button.loading::after {
        content: '';
        width: 20px;
        height: 20px;
        border: 2px dotted #fff;
        border-radius: 50%;
        margin-left: -15px;
        display: inline-block;
        position: relative;
        position: absolute;
        top: 31%;
        text-align: center;
        animation: rotation 2s linear infinite; }
      .usk-shiny-grid .usk-grid .usk-item .usk-button.loading i {
        transition: all .3s ease-in-out;
        transform: translate(70px);
        opacity: .02; }
      .usk-shiny-grid .usk-grid .usk-item .added_to_cart {
        transition: all 3s ease; }
        .usk-shiny-grid .usk-grid .usk-item .added_to_cart::after {
          content: '\2713';
          margin-left: 5px;
          font-size: 20px; }
        .usk-shiny-grid .usk-grid .usk-item .added_to_cart i {
          display: none; }
      .usk-shiny-grid .usk-grid .usk-item .usk-button,
      .usk-shiny-grid .usk-grid .usk-item .added_to_cart {
        position: absolute;
        font-weight: 600;
        text-align: center;
        left: 0;
        bottom: 0;
        width: var(--btn-width);
        margin: 0 calc(calc(100% - var(--btn-width)) / 2);
        background: #2b2d42;
        text-decoration: none;
        color: #fff;
        text-transform: capitalize;
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease; }
        .usk-shiny-grid .usk-grid .usk-item .usk-button a,
        .usk-shiny-grid .usk-grid .usk-item .added_to_cart a {
          color: #fff; }
        .usk-shiny-grid .usk-grid .usk-item .usk-button .button-icon:before,
        .usk-shiny-grid .usk-grid .usk-item .added_to_cart .button-icon:before {
          margin: -5px;
          transition: all 0.3s ease;
          opacity: 0;
          visibility: hidden; }
        .usk-shiny-grid .usk-grid .usk-item .usk-button:hover .button-icon:before,
        .usk-shiny-grid .usk-grid .usk-item .added_to_cart:hover .button-icon:before {
          margin-left: 10px;
          opacity: 1;
          visibility: visible; }
      .usk-shiny-grid .usk-grid .usk-item .usk-shoping {
        position: absolute;
        left: auto;
        opacity: 0;
        transition: all 0.3s ease; }
        .usk-shiny-grid .usk-grid .usk-item .usk-shoping a {
          position: relative;
          display: block;
          text-decoration: none;
          margin-bottom: 6px;
          text-align: center; }
        .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-shoping-icon-wishlist {
          background: #2b2d42;
          color: #fff;
          transition: all 0.3s ease; }
          .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-shoping-icon-wishlist:hover {
            background: #000; }
        .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-compare {
          background: #2b2d42;
          color: #fff;
          transition: all 0.3s ease; }
          .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-compare:hover {
            background: #000; }
        .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-shoping-icon-quickview {
          background: #2b2d42;
          color: #fff;
          transition: all 0.3s ease; }
          .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-shoping-icon-quickview:hover {
            background: #000; }
      .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper {
        display: block;
        position: absolute;
        text-align: left; }
        .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content {
          display: block; }
          .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content div .usk-badge {
            text-decoration: none;
            font-size: 8px;
            text-transform: uppercase;
            text-align: center;
            font-weight: 700; }
          .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-sale-badge .usk-badge {
            background: #2b2d42;
            color: #fff; }
          .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-sale-badge,
          .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-percantage-badge,
          .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-stock-status-badge,
          .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-trending-badge,
          .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-new-badge {
            margin-bottom: 6px;
            display: flex; }
          .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-percantage-badge .usk-badge {
            background: #8d99ae;
            color: #fff; }
          .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-stock-status-badge .usk-badge {
            background: #b3c8d0;
            color: #fff; }
          .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-trending-badge .usk-badge {
            background: #ef233c;
            color: #fff; }
          .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content .usk-new-badge .usk-badge {
            background: #dc0428;
            color: #fff; }
      .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-category {
        display: inline-block; }
        .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-category a {
          text-decoration: none;
          color: #8d99ae;
          text-transform: uppercase;
          font-weight: 600;
          border: 1px solid #8d99ae;
          padding: 4px 10px;
          transition: all 0.3s ease; }
          .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-category a:hover {
            border: 1px solid #2b2d42;
            background: #2b2d42;
            color: #ebebeb; }
      .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-title {
        text-decoration: none;
        display: inherit;
        z-index: 1;
        position: relative; }
        .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-title .title {
          color: #2b2d42;
          text-transform: capitalize;
          font-weight: 700;
          font-size: 16px;
          cursor: pointer;
          transition: all 0.3s ease;
          z-index: 1;
          margin: 0; }
          .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-title .title:hover {
            color: #d90429; }
      .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-price {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #8d99ae; }
        .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-price ins,
        .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-price > .woocommerce-Price-amount.amount {
          text-decoration: none;
          background: transparent; }
        .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-price del {
          font-weight: 500;
          padding-right: 6px; }
      .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-rating {
        display: flex;
        align-items: center;
        width: 100%; }
        .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-rating .woocommerce-product-rating {
          display: flex;
          align-items: center;
          padding: 0; }
          .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-rating .woocommerce-product-rating .star-rating {
            font-size: 12px; }
      .usk-shiny-grid .usk-grid .usk-item:hover .usk-image .image-default {
        opacity: 0;
        transform: scale(1); }
      .usk-shiny-grid .usk-grid .usk-item:hover .usk-image .image-hover {
        opacity: 1;
        transform: scale(1.1); }
      .usk-shiny-grid .usk-grid .usk-item:hover .usk-button,
      .usk-shiny-grid .usk-grid .usk-item:hover .added_to_cart {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible; }
      .usk-shiny-grid .usk-grid .usk-item:hover .usk-shoping {
        opacity: 1; }
    .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-button,
    .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .added_to_cart {
      height: 50px;
      line-height: 50px;
      font-size: 14px; }
    .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-shoping {
      top: 20px;
      right: 20px; }
      .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-shoping a .icon {
        width: 35px;
        height: 30px;
        font-size: 12px;
        line-height: 30px; }
    .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-desc {
      display: none; }
    .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-badge-label-wrapper {
      top: 20px;
      left: 20px; }
      .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-badge-label-wrapper .usk-badge-label-content div .usk-badge {
        padding: 4px 6px; }
    .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content {
      padding: 20px; }
      .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content .usk-category {
        margin-bottom: 15px; }
        .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content .usk-category a {
          font-size: 10px; }
      .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content .usk-title {
        margin-bottom: 10px; }
      .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content .usk-price {
        font-size: 14px; }
    .usk-shiny-grid .usk-grid.usk-grid-layout .usk-have-rating .usk-content .usk-price {
      opacity: 1;
      transform: translateY(0);
      transition: transform 0.3s cubic-bezier(0.17, 0.73, 0.66, 0.99) 0s, z-index 0.3s step-end, opacity 0.3s ease; }
    .usk-shiny-grid .usk-grid.usk-grid-layout .usk-have-rating .usk-content .usk-rating {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 20px;
      opacity: 0;
      transform: translateY(0);
      transition: transform 0.3s cubic-bezier(0.17, 0.73, 0.66, 0.99) 0s, z-index 0.3s step-end, opacity 0.3s ease; }
    .usk-shiny-grid .usk-grid.usk-grid-layout .usk-have-rating:hover .usk-content .usk-rating {
      transform: translateY(-25px);
      opacity: 1; }
    .usk-shiny-grid .usk-grid.usk-grid-layout .usk-have-rating:hover .usk-content .usk-price {
      transform: translateY(-25px);
      opacity: 0; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-item-box {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-image {
      height: 100%;
      width: 100%; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-button,
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .added_to_cart {
      height: 30px;
      line-height: 30px;
      font-size: 12px; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-shoping {
      top: 10px;
      right: 10px; }
      .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-shoping a .icon {
        width: 25px;
        height: 20px;
        font-size: 10px;
        line-height: 20px; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-badge-label-wrapper {
      top: 10px;
      left: 10px; }
      .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-badge-label-wrapper .usk-badge-label-content div .usk-badge {
        padding: 4px; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      padding: 10px; }
      .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-category {
        margin-bottom: 15px; }
        .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-category a {
          font-size: 12px; }
      .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-desc {
        display: none;
        line-height: 1.5;
        font-size: 13px;
        color: #6f6f6f;
        font-weight: 500;
        margin-bottom: 10px; }
      .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-price {
        font-size: 12px;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
        margin-bottom: 8px; }

@media (min-width: 768px) {
  .usk-shiny-grid .usk-grid .usk-item .usk-shoping .usk-shoping-icon .icon:before {
    font-size: 18px;
    padding: 5px; }
  .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-title .title {
    font-size: 18px; }
  .usk-shiny-grid .usk-grid.usk-list-layout .usk-item {
    display: flex;
    height: 100%; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-button,
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .added_to_cart {
      height: 40px;
      line-height: 40px;
      font-size: 13px; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-shoping {
      top: 15px;
      right: 15px; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-badge-label-wrapper {
      top: 15px;
      left: 15px; }
      .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-badge-label-wrapper .usk-badge-label-content div .usk-badge {
        padding: 6px; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content {
      padding: 15px; }
      .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-category {
        margin-bottom: 15px; }
      .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-title {
        margin-bottom: 6px; } }

@media (min-width: 1024px) {
  .usk-shiny-grid .usk-grid .usk-item .usk-shoping a .icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px; }
  .usk-shiny-grid .usk-grid .usk-item .usk-badge-label-wrapper .usk-badge-label-content div .usk-badge {
    font-size: 10px; }
  .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-category {
    font-size: 14px; }
  .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-price {
    font-size: 14px; }
  .usk-shiny-grid .usk-grid .usk-item .usk-content .usk-rating .woocommerce-product-rating .star-rating {
    font-size: 14px; }
  .usk-shiny-grid .usk-grid.usk-grid-layout .usk-item .usk-content .usk-category {
    margin-bottom: 18px; }
  .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-button,
  .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .added_to_cart {
    height: 44px;
    line-height: 44px;
    font-size: 13px; }
  .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-shoping {
    top: 20px;
    right: 20px; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-shoping a .icon {
      width: 30px;
      height: 25px;
      font-size: 12px;
      line-height: 25px; }
  .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-badge-label-wrapper {
    top: 20px;
    left: 20px; }
  .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content {
    padding: 20px; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-category {
      margin-bottom: 18px; }
    .usk-shiny-grid .usk-grid.usk-list-layout .usk-item .usk-content .usk-desc {
      display: inherit !important; } }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
