/* --------- Category(Shop) - Product
--------------------------------------*/
/* Products (Shop) */
.product {
    position: relative;
    width: 100%;
    padding-bottom: 26px;
    /* Product List */
    /*Product-small */
  }
  
  .product .product-top {
    position: relative;
    margin-bottom: 13px;
    overflow: hidden;
  }

  .product .product-top figure{
   margin: 0;
  }
  .product .product-top figure a {
    display: block;
  }
  
  .product .product-top img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .product .image-hover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  
  .product:hover .image-hover {
    visibility: visible;
    opacity: 1;
  }
  
  .product .product-title {
    color: #222;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  
  .product .product-title a {
    color: #222;
  }
  
  .product .product-title a:hover, .product .product-title a:focus {
    color: #0069b0;
  }
  
  
  
  .product .btn.product-add-btn {
    color: #fff;
    background-color: #0069b0;
    border: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    z-index: 10;
    padding: 6px 10px;
    font-size: 13px;
    transition: all 0.45s;
    -ms-transform: translateY(32px);
    transform: translateY(32px);
  }
  
  .product .btn.product-add-btn:hover, .product .btn.product-add-btn:focus {
    color: #fff;
    opacity: 1;
    background-color: #004b7d;
  }
  
  .product:hover .btn.product-add-btn, .product.focus .btn.product-add-btn {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  .product .label {
    position: absolute;
    top: 0;
    z-index: 20;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 11px;
    border-radius: 0;
    opacity: 0.8;
  }
  
  .product .label.popular {
    left: 0;
    color: #fff;
    background-color: #49ba17;
  }
  
  .product .label.discount {
    right: 0;
    color: #fff;
    background-color: #d10707;
  }
  
  .product.product-list {
    padding-bottom: 0;
  }
  
  @media (min-width: 768px) {
    .product.product-list .product-title {
      font-size: 16px;
      margin-bottom: 12px;
    }
    .product.product-list .product-top {
      margin-bottom: 0;
    }
  }
  
  @media (min-width: 992px) {
    .product.product-list {
      margin-bottom: 40px;
    }
  }
  
  .product.product-list .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .product.product-list .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .product.product-list .product-content {
    display: none;
  }
  
  @media (min-width: 768px) {
    .product.product-list .product-content {
      display: block;
    }
  }
  
  .product.product-list .product-price-container {
    position: static;
    left: auto;
    right: auto;
    bottom: 0;
  }
  
  .product.product-sm {
    margin-bottom: 16px;
    padding-bottom: 0;
  }
  
  .product.product-sm:after {
    content: '';
    display: table;
    clear: both;
  }
  
  .product.product-sm .product-top {
    width: 90px;
    float: left;
    border: 1px solid #eee;
    margin-bottom: 0;
  }
  
  .product.product-sm .product-title,
  .product.product-sm .product-price-container {
    padding-left: 105px;
  }
  
  .product.product-sm .product-title {
    max-width: 240px;
  }
  
  .product.product-sm .product-price-container {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
  }
  
  .products-container {
    margin-bottom: 20px;
  }
  
  .products-container > .row,
  .products-container > .shop-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .products-container > .row > .product,
  .products-container > .shop-row > .product {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  #list_pro .products-container > .shop-row > .product{
    min-height: 280px;
  }
  
  .products-container > .row > .product .product-price-container,
  .products-container > .shop-row > .product .product-price-container {
    left: 10px;
  }
  
  .shop-row:after {
    content: '';
    display: table;
    clear: both;
  }

  @media (min-width: 375px) {
    .max-col-5 .product,
    .max-col-4 .product,
    .max-col-3 .product,
    .max-col-2 .product {
      width: 50%;
    }
    .max-col-5 .product.wide,
    .max-col-4 .product.wide,
    .max-col-3 .product.wide,
    .max-col-2 .product.wide {
      width: 100%;
    }
  }

  @media (min-width: 768px) {
    .max-col-5 .product,
    .max-col-4 .product,
    .max-col-3 .product,
    .max-col-2 .product {
      width: 50%;
    }
    .max-col-5 .product.wide,
    .max-col-4 .product.wide,
    .max-col-3 .product.wide,
    .max-col-2 .product.wide {
      width: 100%;
    }
  }
  
  @media (min-width: 992px) {
    .max-col-4 .product,
    .max-col-3 .product {
      width: 33.3%;
    }
    .max-col-4 .product.wide,
    .max-col-3 .product.wide {
      width: 66.6%;
    }
  }
  
  @media (min-width: 992px) {
    .max-col-6 .product,
    .max-col-5 .product {
      width: 25%;
    }
    .max-col-6 .product.wide,
    .max-col-5 .product.wide {
      width: 50%;
    }
  }
  
  @media (min-width: 1200px) {
    .max-col-4 .product {
      width: 25%;
    }
    .max-col-4 .product.wide {
      width: 50%;
    }
  }
  
  @media (min-width: 1200px) {
    .max-col-5 .product {
      width: 20%;
    }
    .max-col-5 .product.wide {
      width: 40%;
    }
  }
  
  /* Product Single - product.html */
  .product-gallery-container {
    margin-bottom: 40px;
  }
  
  @media (min-width: 992px) {
    .product-gallery-container {
      margin-bottom: 60px;
    }
  }
  
  .product-zoom-wrapper {
    padding: 2px;
    background-color: #eee;
  }
  
  .product-gallery-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .product-gallery a {
    display: block;
    padding: 2px;
    background-color: #eee;
    transition: background 0.4s;
  }
  
  .product-gallery a:hover, .product-gallery a:focus {
    background-color: #0069b0;
  }
  
  .product-gallery-wrapper {
    margin-top: 4px;
  }
  
  .product-details {
    margin-bottom: 40px;
  }
  
  @media (min-width: 992px) {
    .product-details {
      margin-bottom: 0;
    }
  }
  
  .product-details .product-title {
    color: #222;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  
  .product-details .review-container {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-bottom: 5px;
  }
  
  .product-details .review-count {
    margin-left: 14px;
  }
  
  .product-details .review-action:before {
    content: '|';
    padding: 0 5px;
    color: #777;
  }
  
  .product-details .product-price-container {
    font-size: 26px;
    color: #f41d1d;
    margin-bottom: 9px;
  }
  
  .product-details .product-price-container .old-price {
    color: #9e9e9e;
    font-size: 18px;
    text-decoration: line-through;
  }
  
  .product-details .product-price-container span {
    vertical-align: baseline;
  }
  
  .product-details .product-price-container .product-price {
    font-weight: 600;
  }
  
  .product-details .product-desc-box {
    position: relative;
    max-width: 300px;
    padding: 13px 16px;
    background-color: #f6f6fa;
    border: 1px solid #f0f0fa;
    margin-bottom: 15px;
  }
  
  .product-details .product-desc-box li {
    margin-bottom: 1px;
  }
  
  .product-details .product-desc-box .shipping-box {
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    min-width: 70px;
    height: 70px;
    font-size: 10px;
    line-height: 1.2;
    background-color: #222;
    color: #fafafa;
    padding-top: 9px;
    font-weight: 600;
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  
  .product-details .product-desc-box .shipping-box i {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .product-details label {
    font-size: 13px;
    color: #323232;
  }
  
  .product-details .product-action {
    font-size: 0;
    margin-top: 12px;
    padding: 14px 0;
    border-top: 1px solid #eee;
  }
  
  .product-details .product-action .product-quantity {
    display: inline-block;
    max-width: 120px;
    vertical-align: middle;
  }
  
  .product-details .product-action .product-quantity .form-control {
    margin-bottom: 0;
  }
  
  .product-details .product-action .product-quantity + .btn {
    margin-left: 15px;
  }
  
  .product-details .product-action .product-quantity .btn {
    vertical-align: middle;
  }
  
  @media (min-width: 768px) {
    .product-details .panel .panel-body {
      padding: 15px 13px;
    }
  }
  
  .product-details .panel p {
    line-height: 1.55;
    text-indent: 10px;
  }
  
  .product-details .panel p:last-child {
    margin-bottom: 0;
  }
  
  .product-details .panel .fa-ul {
    margin-bottom: 0;
  }
  
  .product-details .panel .fa-ul li {
    margin-bottom: 5px;
    line-height: 1.55;
  }
  
  .product-details .panel .fa-ul li:last-child {
    margin-bottom: 0;
  }
  
  .sidebar.product-sidebar .widget .widget-title.smaller {
    padding: 8px 12px;
    background-color: #f6f6fa;
    border: none;
  }
  
  @media (min-width: 768px) {
    .sidebar.product-sidebar .widget .widget-title.smaller {
      font-size: 12px;
      padding: 9px 12px 7px;
    }
  }
  
  .sidebar.product-sidebar .widget .product {
    margin-bottom: 25px;
  }
  
  @media (min-width: 768px) {
    .sidebar.product-sidebar .widget .product {
      padding-bottom: 23px;
    }
  }
  
  .sidebar.product-sidebar .widget .product:last-child {
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) {
    .sidebar.product-sidebar .widget .product .product-title {
      font-size: 13px;
    }
  }
  
  @media (min-width: 768px) {
    .sidebar.product-sidebar .widget .product .product-price-container {
      font-size: 14px;
    }
  }
  
  /* Category(Shop) Pages */
  .category-filter-row {
    margin-bottom: 25px;
    padding: 6px;
    background-color: #f6f6fa;
  }
  
  @media (min-width: 768px) {
    .category-filter-row {
      padding: 8px 15px;
    }
  }
  
  .category-filter-row .left {
    white-space: nowrap;
  }
  
  .category-filter-row .left .filter-container {
    float: left;
  }
  
  .category-filter-row .left .filter-container.filter-show {
    float: right;
  }
  
  @media (min-width: 768px) {
    .category-filter-row .left {
      float: left;
      margin-bottom: 0;
    }
    .category-filter-row .left .filter-container {
      float: left;
    }
    .category-filter-row .left .filter-container.filter-show {
      float: left;
    }
    .category-filter-row .left .filter-sort {
      margin-right: 25px;
    }
  }
  
  .category-filter-row .left:after {
    content: '';
    display: table;
    clear: both;
  }
  
  .category-filter-row .right {
    margin-bottom: 10px;
    white-space: nowrap;
  }
  
  @media (min-width: 768px) {
    .category-filter-row .right {
      float: right;
      margin-bottom: 0;
    }
  }
  
  .category-filter-row .right:after {
    content: '';
    display: table;
    clear: both;
  }
  
  .category-filter-row label,
  .category-filter-row .form-control {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: auto;
  }
  
  .category-filter-row label {
    margin-right: 6px;
  }
  
  .category-filter-row .form-control {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .category-filter-row:after {
    content: '';
    display: table;
    clear: both;
  }
  
  .category-filter-row .cat-product-count,
  .category-filter-row .btn,
  .category-filter-row .filter-product-view {
    display: inline-block;
    vertical-align: middle;
  }
  
  .category-filter-row .btn + .btn {
    margin-left: 5px;
  }
  
  .category-filter-row .cat-product-count {
    font-weight: 600;
    line-height: 32px;
    margin-right: 25px;
  }
  
  @media (max-width: 767px) {
    .category-filter-row .cat-product-count {
      float: left;
    }
  }
  
  .category-filter-row .filter-product-view {
    font-size: 0;
  }
  
  .category-filter-row .filter-product-view .btn.btn-sm {
    min-width: 32px;
    text-align: center;
    font-size: 18px;
    padding: 1px 3px 2px;
  }
  
  .category-filter-row .filter-product-view .btn.btn-sm i {
    margin: 0;
  }
  
  @media (max-width: 767px) {
    .category-filter-row .filter-product-view {
      float: right;
    }
  }
  