
.text-empty, .not_found {
  padding-bottom: 10px;
  padding-top: 10px; }

.category-info {
  display: table;
  width: 100%;
  overflow: hidden; }

.category-info .image img {
  margin-right: 15px;
  margin-bottom: 15px;
  display: block;
  float: left;
  max-width: 100%;
  width: auto;
  height: auto; }

/******************************
 REFINE SUBCATEGORIES
*******************************/
h2.refine {
  margin-bottom: 0;
  border: none;
  display: none; }

.refine-images {
  margin-right: -15px; }
  .refine-images::before {
    width: 100%; }

.refine-images::before,
#refine-images::before,
.category-list::before {
  content: "";
  font-size: 16px;
  margin-bottom: 10px;
  display: block; }

.refine-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  text-align: center;
  padding-right: 15px;
  margin-bottom: 15px; }
  .refine-image a:hover {
    border-color: rgb(143, 209, 251);
    box-shadow: 1px 1px 0px rgb(143, 209, 251);
    text-decoration: none;
    color: rgb(143, 209, 251);
  }
  .refine-image a {
    display: block;
    padding: 3px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: underline;
    color: #303030;
    }
    .refine-image a span {
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      text-align: left;
      height: 56px;
      display: table-cell;
      vertical-align: middle;
      padding: 0px 12px;
      }
  .refine-image img {
    margin-bottom: 0px;
    float: left;
    width: auto;
    height: 52px;
    display: table-cell !important;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
    }

#refine-images .swiper-container {
  opacity: 0; }

#refine-images .swiper-container-horizontal {
  opacity: 1; }
  #refine-images .swiper-container-horizontal .refine-image {
    padding-right: 0;
    margin-bottom: 0; }

.refine-category-name {
  display: table;
  width: 100%;
  text-align: center; }

.category-list {
  position: relative;
  margin-top: 10px; }
  .category-list::before {
    margin-bottom: 0; }
  .category-list > ul {
    margin: 0;
    padding: 10px; }
    .category-list > ul > li {
      color: white;
      position: relative;
      display: inline-block;
      padding: 2px 0;
      width: 32%;
      text-align: center;
      }
      .category-list > ul > li:hover a {
        background-color:rgb(8, 6, 5);
      }
      .category-list > ul > li > a {
        padding: 0 6px;
        color: inherit;
        font-size: 12px;
        font-weight: bold;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        line-height: 36px;
        display:block;
        }
    .category-list > ul > li:after {
      position: absolute;
      content: "|"; }
    .category-list > ul > li:last-of-type:after {
      content: ""; }
    .category-list > ul > li:first-child > a {
      padding-left: 0; }

.product-filter {
  padding-left: 0;
  overflow: auto;
  width: 100%;
  -webkit-transition: color .2s;
  transition: color .2s;
  /* display: none; */
  }
  .product-filter > div {
    float: right;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-filter > div b {
      position: relative;
      font-weight: normal; }
  .product-filter .product-compare {
    float: left;
    color: inherit;
    font-family: inherit; }
    .product-filter .product-compare a {
      text-decoration: none;
      color: inherit;
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
      .product-filter .product-compare a:before {
        padding-left: 1px;
        float: left;
        margin-right: 5px; }
  .product-filter .display {
    float: left;
    padding-left: 5px;
    /* display: none; */
    }
    .product-filter .display a {
      position: relative; }
    .product-filter .display a + a {
      left: -14px; }
      .product-filter .display a + a i {
        margin-right: 0 !important;
        -webkit-transition: all 0.2s;
                transition: all 0.2s; }
  .product-filter .limit {
    margin: 0 10px;
    position: absolute;
    right: 0px;
    }
    .product-filter .sort {
      display: block;
      width: 100%;
      border-bottom: 2px solid #f6f6fb;
      border-top: 2px solid #f6f6fb;
    }

/******************************
PRODUCT GRID
*******************************/
.ie10 .main-products, .main-products.product-list {
  width: 100%; }

.product-grid,
.product-list,
#content .box-product {
  padding-top: 20px; }

.product-grid .no-results,
.product-list .no-results {
  margin-bottom: 20px; }

.backface :before, .backface :after {
  -webkit-backface-visibility: hidden; }

.product-grid, #content .box-product {
  margin-right: -20px;
  overflow: visible !important; }

.product-wrapper {
  margin-right: 20px; }

.product-wrapper:hover {
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }

.product-details {
  padding-bottom: 6px;
  position: relative;
  z-index: 2; 
text-align: left;}

.product-details:before {
  position: absolute;
  content: "\e61e";
  font-size: 40px;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #f4f4f4;
  z-index: 0; }

.product-grid-item {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  margin-bottom: 20px; }
  .product-grid-item .image {
    width: 100%;
    position: relative;
    z-index: 999;
    /*overflow: hidden;*/
    }
    .product-grid-item .image > a {
      width: 100%;
      display: block;
      text-align: center;
      background-color: transparent; }
      .product-grid-item .image > a img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        border-radius: inherit; }
  .product-grid-item .name {
    width: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
    font-weight: normal;
    min-height: 75px;
    height: 75px;
    }
    .product-grid-item .name a {
      padding: 0px 7px 0px 0px;
      line-height: 1.1;
      text-decoration: none;
      display: table-cell;
      vertical-align: middle;
      text-overflow: ellipsis;
      overflow: hidden;
      }
      
  .product-grid-item .description {
    display: none;
    padding: 8px;
    min-height: 88px;
    }
  .product-grid-item .rating {
    display: block;
    position: relative;
    padding: 4px 6px 8px 6px;
    /* float: right; */
    text-align: left;
    }
	.product-grid-item .rating *{
		vertical-align:top;
		line-height:1;
	}
	.product-grid-item .rating a{
		text-decoration:underline;
	}
	.product-grid-item .rating a:hover{
		text-decoration:none;
	}
  .product-grid-item .price {
    margin-bottom: 10px;
    }
    .product-grid-item .price br {
      display: none; }
  .product-grid-item hr {
    height: 0;
    display: none;
    background-color: transparent; }
  .product-grid-item .price-old {
    text-decoration: line-through;
    float: left;
    width: 50%;
    }
  .product-grid-item .price-new {
    }
  .product-grid-item .price-tax {
    display: none; }
  .product-grid-item .cart {
    }
    .product-grid-item:hover .cart {
    }
    .product-grid-item .cart, .product-grid-item .wishlist, .product-grid-item .compare {
}

.product-grid-item:hover .cart, .product-grid-item:hover .wishlist, .product-grid-item:hover .compare {
}


.android .product-grid-item .cart .button i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-grid-description .product-grid-item .description {
  margin-top: auto;
  text-align: left;
  color: #999;
  }
  .product-grid-description .product-grid-item .description + .price {
    margin-top: 0px;
    width: 50%;
    float: left;
    display: inline-block;
    }

.product-grid-item.display-icon.inline-button .cart {
  padding: 0; }

.product-grid-item.display-icon .enquiry-button a, .product-grid-item.display-icon .enquiry-button i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.carousel-category .product-grid-item .name a,
.carousel-brand .product-grid-item .name a {
  padding: 7px; }

.p-over {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out; }

.product-grid-item:hover .p-over, .product-list-item:hover .p-over {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
  visibility: visible; }

/******************************
PRODUCT LIST
*******************************/
.product-list-item {
  background-color: #f4f4f4;
  margin-bottom: 20px;
  padding: 10px; }
  .product-list-item .product-details {
    margin-left: 215px;
    background-color: transparent;
    padding-bottom: 0; }
    .product-list-item .product-details:before {
      display: none; }
  .product-list-item .left {
    position: relative; }
  .product-list-item .image {
    width: 200px;
    float: left;
    margin-right: 15px;
    position: relative; }
    .product-list-item .image > a {
      display: block;
      overflow: hidden; }
      .product-list-item .image > a > img {
        width: 100%;
        float: left;
        border-radius: inherit;
        height: auto; }
  .product-list-item .name {
    font-weight: normal; }
    .product-list-item .name a {
      font-size: 14px;
      padding-bottom: 5px;
      border-bottom: 1px solid #E4E4E4;
      display: inline-block;
      text-overflow: ellipsis;
      width: 100%;
      overflow: hidden; }
  .product-list-item .rating {
    position: relative;
    margin-top: 0;
    margin-bottom: 8px;
    left: 1px;
    top: -1px; }
  .product-list-item .price {
    font-weight: bold;
    text-align: left;
    padding: 8px 0;
    font-size: 16px;
    display: inline-block;
    float: left;
    display: block !important;
    }
  .product-list-item .price-old {
    color: #EA2E49;
    font-size: 90%;
    text-decoration: line-through; }
  .product-list-item .price-new {
    font-weight: bold;
    padding-left: 5px; }
  .product-list-item .price-tax {
    opacity: .7;
    font-weight: normal;
    font-size: 75%;
    text-align: left;
    padding-top: 5px;
    display: none; }
  .product-list-item .description {
    padding: 0 0 12px 0;
    color: #5F6874; }
  .product-list-item .cart {
    float: left;
    margin-right: 10px; }

.product-list-item.lt400 .product-list-item .image {
  width: 100%;
  float: none;
  margin-bottom: 10px; }
  .product-list-item.lt400 .product-list-item .image img {
    float: none; }

/******************************
 WISHLIST / COMPARE
*******************************/
.product-grid-item .wishlist, .product-grid-item .compare, .product-list-item .wishlist, .product-list-item .compare {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 3px;
  /* margin-top: 5px; */
  }
  .product-grid-item .wishlist a, .product-grid-item .compare a, .product-list-item .wishlist a, .product-list-item .compare a {
    display: block;
    font-size: 11px;
    text-align: center;
    position: relative; }
    .product-grid-item .wishlist a i, .product-grid-item .compare a i, .product-list-item .wishlist a i, .product-list-item .compare a i {
      -webkit-transition: background-color .2s;
              transition: background-color .2s;
      color: inherit;
      text-align: center;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-grid-item .wishlist a i:before, .product-grid-item .compare a i:before, .product-list-item .wishlist a i:before, .product-list-item .compare a i:before {
        width: 100%; }

.oc2 .product-grid-item .compare {
  padding-left: 0;
  margin-right: 5px;
  }

.product-grid-item .image .wishlist, .product-grid-item .image .compare {
  position: absolute;
  bottom: 8px;
  z-index: 99;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s; }
.product-grid-item .image .wishlist {
  right: 5px;
  top: 8px;
  }
.product-grid-item .image .compare {
  right: 0px;
  top: 40px;
  }

.product-grid-item .product-wrapper .image .wishlist [data-hint]::after {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(0);
          transform: translate3d(0, 0, 0) translateX(0) translateY(0); }
.product-grid-item .product-wrapper .image .wishlist [data-hint]:hover::after {
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
          transform: translate3d(0, 0, 0) translateX(0) translateY(-8px); }
.product-grid-item .product-wrapper .image .compare [data-hint]::after {
  left: auto;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(0);
          transform: translate3d(0, 0, 0) translateX(0) translateY(0); }
.product-grid-item .product-wrapper .image .compare [data-hint]:hover::after {
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
          transform: translate3d(0, 0, 0) translateX(0) translateY(-8px); }

.product-list-item .image {
  overflow: hidden; }
  .product-list-item .image .wishlist, .product-list-item .image .compare {
    position: absolute;
    bottom: 8px; }
.product-list-item .cart {
  float: none;
  display: block; }
.product-list-item .wishlist a i, .product-list-item .compare a i {
  background-color: transparent;
  padding-right: 3px; }
.product-list-item .wishlist {
  margin-top: 10px;
  padding-left: 0; }
  .product-list-item .wishlist a {
    text-align: left; }
.product-list-item .compare {
  margin-top: 0;
  text-align: left; }

.inline-button .cart {
  display: inline-block;
  margin-bottom: 5px; }
.inline-button hr {
  display: block; }

.product-grid-item:hover {
  z-index: 3; }

/******************************
 PAGINATION
*******************************/
.pagination {
  display: inline-block;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 10px; }
  .pagination:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .pagination .links {
    float: left; }
  .pagination ul, .pagination li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .pagination a, .pagination b, .pagination li {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: inherit;
    margin-right: 4px;
    -webkit-transition: all .2s;
            transition: all .2s; }
  .pagination b, .pagination .active {
    background-color: #EA2E49;
    color: white; }
  .pagination .results {
    color: inherit;
    float: right;
    padding-right: 5px; }
  .pagination .links + .results {
    margin-top: 4px; }

/******************************
 Infinite Scroll
*******************************/
.infinite-scroll .pagination .links + .results {
  margin-top: 0; }

.ias-button {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 20px; }

.ie:not(.edge) .ias-button {
  display: table !important;
  width: calc(100% - 20px);
  clear: none; }

a.ias-trigger {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 15px;
  min-height: 35px;
  position: relative; }
  a.ias-trigger span {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.ias-loader,
.ias-noneleft {
  background: #E4E4E4;
  width: 100%;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  clear: both;
  display: block;
  font-size: 14px; }
  .ias-loader > span,
  .ias-noneleft > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .ias-loader i.fa,
  .ias-noneleft i.fa {
    float: left;
    margin: 1px 5px 0 0;
    color: inherit;
    font-size: inherit; }
    .ias-loader i.fa::before,
    .ias-noneleft i.fa::before {
      color: inherit;
      font-family: FontAwesome; }

html[dir="rtl"] .ias-loader,
html[dir="rtl"] .ias-noneleft {
  text-align: right; }
  html[dir="rtl"] .ias-loader i,
  html[dir="rtl"] .ias-noneleft i {
    float: right;
    margin-left: 8px;
    margin-right: 0; }

.oc1 .ias-loader {
  padding-left: 10px; }
.oc1 .button-search {
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

html[dir="rtl"].oc1 .ias-loader {
  padding-right: 10px; }

/******************************
OC 2.0
*******************************/
.oc2 .product-list-item .description {
  height: auto !important; }
.oc2 .product-list-item .rating {
  margin-bottom: 0; }




.category-page .heading-title, .information-page #content h1.heading-title, .route-product-testimonial h1, h1.heading-title.blog, .heading-title {}


.product-page .heading-title {
  background:none;
  
}

.product-list-item .art{
  float: left;
  padding-left: 0px !important;
  display: block;width: 100%;
}

.button-group.ho_me .wishlist, .button-group.ho_me .compare {
  margin-top:0px;
  margin-right:4px;

}
.product-grid-item:hover .button-group.ho_me{
  display:block !important;
}
.button-group.ho_me {
  /* display:none !important; */
  /* margin-top: 20px; */
}


.button-group.ho_me .cart{
  display:inline-block;
  /* float:left; */
}

span.price-old.ho_me {text-decoration: none;}
span.price-old:after {
  position: absolute;
  width: 40%;
  content: '';
  transform: rotate(-7deg);
  border-bottom: 1px solid #fd4d5e;
  left: 10px;
  bottom: 17px;
}
.sort a {
    color: rgb(48, 48, 48);
    margin: 0 10px;
    border-bottom: 1px dotted;
    line-height: normal;
}

.sort a#selected {
    color: #999;
    border: none;
    cursor: default;
}

.sort b {
    font-size: 14px;
    color: #303030;
}

.cs-65.box .box-content .product-grid{
  /* padding:0px !important; */
}
.cs-65.box .box-content {
  border: 4px double #dbdee1;
  overflow: hidden;
}
.cs-65.box.custom-sections .box-sections ul li {
  text-align: left;
}

.information-page-21 td{
  text-align:center;
  border-right:2px solid #fff;
  border-left:2px solid #fff;
  border-collapse: collapse;
}
.product-grid-item:hover .name a {
  color:#1d2029;
}

.stock_status {
  text-align:center;
  color:#777;
  font-size: 12px;
}

.stock_status i.fa-times-circle {
  color:#92184a;
}

.stock_status i.fa-check-circle {
  color: #4CAF50;
}
.stock_status i {
  font-size: 15px !important;
  padding-right: 3px;
}

#tab-related .product-details {
  width:90%;
  display:inline-block;
  float:left;
}
#tab-related .product-thumb {
  border:none;
}

.product-grid-item .stickers {
  position:absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
}

.product-grid-item .stickers .best{
  background:url(../image/best-ico.png)center no-repeat;
  content:"";
  font-size:0;
  width: 60px;
  height: 67px;
}

.product-grid-item .stickers .sale_{
  background:url(../image/sale.png)center no-repeat;
  content:"";
  font-size:0;
  width: 60px;
  height: 67px;
}

.product-grid-item .stickers .xit{
 background: url(../image/hit-ico.png)center no-repeat;
 content:"";
 font-size:0;
 width: 60px;
 height: 67px;
}

.product-grid-item .product-wrapper {
  -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #e1e1e1;
    border: 1px solid #dcdcdc;
    border-image: -moz-linear-gradient(top,rgba(225,225,225,0.01) 0%,rgba(225,225,225,0.01) 1%,rgba(225,225,225,0.15) 18%,rgba(225,225,225,0.35) 27%,rgba(225,225,225,1) 43%,rgba(225,225,225,1)100%) 2 2;
    border-image: -webkit-linear-gradient(top,rgba(225,225,225,0.01) 0%,rgba(225,225,225,0.01)1%,rgba(225,225,225,0.15) 18%,rgba(225,225,225,0.35) 27%,rgba(225,225,225,1) 43%,rgba(225,225,225,1)100%) 2 2;
    border-image: linear-gradient(top,rgba(225,225,225,0.01) 0%,rgba(225,225,225,0.01) 1%,rgba(225,225,225,0.15)18%,rgba(225,225,225,0.35) 27%,rgba(225,225,225,1) 43%,rgba(225,225,225,1)100%) 2 2;

}
.attribute_cat_item_last{
  margin:0 0 15px 0;
}
.attribute_cat_item span{
  float:right;
}