/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('slick/fonts/slick.eot');
    src: url('slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('slick/fonts/slick.woff') format('woff'), url('slick/fonts/slick.ttf') format('truetype'), url('slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;
    opacity: 1;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 48px;
    line-height: 1;

    opacity: 1;
    color:#b7b8b3;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover:before,
.slick-next:hover:before
{
    color:rgb(234, 27, 37);
}
.slick-prev
{
    left: -48px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -48px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.top-menu-inner a {
  display: inline-block;
  margin-right: 10px;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-xl-5ths, 
.col-xs-two5ths, .col-sm-two5ths, .col-md-two5ths, .col-lg-two5ths, .col-xl-two5ths, 
.col-xs-three5ths, .col-sm-three5ths, .col-md-three5ths, .col-lg-5ths, .col-xl-three5ths, 
.col-xs-four5ths, .col-sm-four5ths, .col-md-four5ths, .col-lg-four5ths, .col-xl-four5ths, 
.col-xs-five5ths, .col-sm-five5ths, .col-md-five5ths, .col-lg-five5ths, .col-xl-five5ths, 
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1200px) {
  .col-lg-5ths {width: 20%;float: left; padding-left:15px; padding-right:15px;}
  .col-lg-two5ths {width: 40%;float: left;}
  .col-lg-three5ths {width: 60%;float: left;}
  .col-lg-four5ths {width: 80%;float: left;}
}
.product-box {
  color: #5d5c5c;
}
.product-box .stock-warning {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 16px;
  top:-16px;
  line-height: 15px;
  background: rgb(234, 27, 37);
  color:#fff;
}
.product-box .bottom-info {
  position: absolute;
    top: -37px;
    right: 5px;
    border-radius: 5px;
    background: rgb(234, 27, 37);
    padding: 3px;
}
.product-box .bottom-info.top {
  top:-52px;
}
.product-box .bottom-info  span {
  padding: 2px 3px;
    color: #fff;
    display: inline-block;
    border: 1.5px dashed #fff;
    border-radius: 3px;
    font-size:0.95em;
}
#product .stock-status {
  margin: 5px 0 13px 0;
}
#product .stock-status span {
  border: 2px solid rgb(234, 27, 37);
    padding: 6px;
    border-radius: 6px;
    color: rgb(234, 27, 37);
}
.product-box * {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-box .inner {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#product-category .product-box {
  margin-bottom:30px;
}

.product-box .inner a.p-link {
  display: block;
  position: relative;
  color: #5d5c5c;
  text-transform: capitalize;
}

.product-box .inner .txt-prc-wrap {
  position: relative;
  top: 0px;
  background: rgba(255, 255, 255, 0.61);
}

.product-box .inner .txt-wrap {
  padding: 5px 5px 0 5px;
  border-top: 1px solid #d9d9d9;
}

.product-box .inner .txt-wrap p {
  line-height: 17px;
  font-size: 14px;
  display: block;
  min-height: 51px;
  overflow: hidden;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin:0 0 5px 0;
    color:#000;
    text-align: center;
}
p.pro-alert {
  font-size: 15px;
  line-height: 20px;
  color:rgb(234, 27, 37);
}
.product-box .inner .prc-wrap {
  padding: 0 0 5px 0;
}
.product-box .inner .prc-wrap.alert-price { text-align:center; color:rgb(234, 27, 37); height: 47px;}
.product-box .inner .prc-wrap span {
  display: block;
  text-align: center;
}

.product-box .inner .prc-wrap span.r-price {
  color: #ea1b25;
  font-size: 16px;
}

.product-box .inner .prc-wrap span.tax-price {
  font-size: 14px;
 /*color: #7b7b7b;*/
}

.product-box .inner .img-wrap {
  padding: 16px;
  overflow: hidden;
  min-height: 100px;
  text-align: center;
}

.product-box .inner .image-wrap {
  position: relative;
  z-index: 0;
  min-height: 100px;
}

.product-box .inner .add-cart-wrap {
  position: absolute;
  padding: 4px 0;
  width: 100%;
  bottom: -36px;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-box .inner .add-cart-wrap .add-cart {
  border: none;
  color: #fff;
  background: #ea1b25;
  height: 27px;
  line-height: 27px;
  margin-left: 4px;
  padding: 0 3px;
  border-radius: 5px;
}

.product-box .inner .add-cart-wrap .add-cart-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width:600px) {
  .product-box .inner .add-cart-wrap .add-cart-number {
    display:none;
  }
}
.product-box .inner .add-cart-wrap .add-cart-number i {
  font-family: 'plaza-icon';
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #5d5c5c;
  cursor: pointer;
  border-radius: 27px;
  position: relative;
}
.product-box .inner .add-cart-wrap .add-cart-number i:before {
  color:#fff;
  font-size:18px;
  line-height: 27px;
}

.product-box .inner .add-cart-wrap .add-cart-number i:hover {
  background: #ea1b25;
}

.product-box .inner .add-cart-wrap .add-cart-number .add-count {
  width: 45px;
  font-size: 15px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #d9d9d9;
  text-align: center;
  margin: 0 -12px;
}
.product-box .inner .add-cart-wrap .no-stock {
  height:27px;
  line-height: 27px;
}
@media (max-width: 900px) {
  .product-box .inner .add-cart-wrap {
    position: relative;
    bottom: 0px;
  }
  .product-box .inner * {
    -webkit-transition: all .0s;
    transition: all .0s;
  }
}

.product-box:hover .inner {
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-box:hover .txt-prc-wrap {
  top: -30px;
}

.product-box:hover .add-cart-wrap {
  bottom: 0px;
}

@media (max-width: 900px) {
  .product-box:hover .txt-prc-wrap {
    top: 0px;
  }
  .product-box:hover .inner {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  }
}
.owl-carousel .owl-stage {
  margin-left:-2px;
}
.open-filter {
  display: block;
  line-height: 25px;
  font-weight: 500;
  font-size:20px;
  color:#000;
  width: 100%;
  padding: 16px 0;
    margin: -9px 0 0 0;
}
.open-filter:after {
  content:'';
  clear: both;
}
.open-filter i {
    display: inline-block;
    float: right;
    font-size:40px;
    margin-top:-10px;
}
@media (max-width: 900px) {
  .filter-wrap {
    height: 41px;
    overflow: hidden;
    -webkit-transition: all 1.0s;
    transition: all 1.0s;
  }
  .category-module.filter-wrap
  {
    height: 69px;
  }
  .filter-wrap.opened {
    height: auto;
    overflow: auto;
  }
  .layernavigation-module {
    padding:14px 20px !important;
  }
} 
@media (min-width: 900px)
{
  .open-filter {
    display: none;
  }
}
@media (max-width: 765px)
{
  #logo {
    padding:10px 0;
  }
  header {
    position: relative;
    top: 0px;
    z-index: 99;
    width: 100%;
    border-bottom:1px solid #ddd;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
  }
  header.fixed {
    position: fixed;
    top:0px;
    transform: translate(0,-100px);
  }
  header.fixed.show {
    transform: translate(0,0);
    transition: all 0.5s ease;
  }
  #header-copy {
    position: fixed;
    height: 66px;
    z-index: -99;
    width: 100%;
  }
  #header-copy.show {
    position: relative;
  }
  .banner7 {
    padding-top:0;
  }
  #content {
    
  }
  #product-category #content {
    padding:0;
  }
}
.form-group .product-no-stock {
  color:#ea1b25;
  font-size:17px;
  line-height: 17px;
}
.add-basket-wrap * {
  display: inline-block;
  float:left;
  margin:0 3px !important;
  padding:0 12px !important;
}
.add-basket-wrap #input-quantity
{
  width:55px !important;
  height:35px !important;
  padding: 0 2px !important;
  text-align: center;
}
.add-basket-wrap #button-cart:before {
  content: '';
}
.j-center {
  display:flex;
  justify-content: center;
  width: 100%;
}
.tx-center {
  text-align:center;
}
@media screen and (max-width: 767px)
{
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
      white-space: normal;
    }
    .j-center {
      width: 100%;
      display:block;
    }
}
body.open-mobile-menu {
  overflow:hidden;
}
#mobile-menu {
  width: 80%;
  height: 100%;
  overflow: auto;
  position: absolute;
  z-index: 1000;
  transform: translateX(-100%);
  background: #222222;
  transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
#container-wrap {
  position: relative;
  transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.open-mobile-menu #mobile-menu {
  transform: translateX(0%);
}
.mobile-overlay {
  z-index : -1;
  transform: translateX(0%);
  transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.open-mobile-menu .mobile-overlay {
  position:absolute;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  z-index:1001;
  transform: translateX(80%);
}
html.owhidden {
  overflow:hidden;
}
.open-mobile-menu #container-wrap {
  transform: translateX(80%);
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#mobile-menu ul li {
  display: block;
}

#mobile-menu ul li a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 17px;
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #313131;
}

#mobile-menu ul li.sub-menu > a:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-menu ul li a.active:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#mobile-menu ul li ul {
  background: #474747;
  display: none;
  /*display: block;
                overflow: hidden;
                max-height:0px;
                
                transition:max-height 0.2ms cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
}

#mobile-menu ul li ul li a {
  padding: 15px 0 15px 20px;
}

#mobile-menu ul li ul li ul {
  background: #555555;
}

#mobile-menu ul li ul li ul li a {
  padding: 15px 0 15px 30px;
}
#mobile-menu .btn-wrap {
  padding:20px 10px;
  display:flex;
  flex-wrap: wrap;
  min-width:46%;
}
.flex-break {
  flex-basis: 100%;
  height: 0;
}
#mobile-menu .btn-wrap a {
  display: inline-block;
  margin:5px;
  color:#fff;
  padding:10px;
  border:1px solid #fff;
  border-radius:5px;
  min-width: 46%;
}
#mobile-menu .btn-wrap a i {
  font-size:23px;
  display:inline-block;
  width:30px;
  position:relative;
  top:-16px;
}
#mobile-menu .btn-wrap a i:before {
  position: absolute;
}
h2.hp,h1.hp ,.panel-title{
  font-weight: 400;
    background: #fff;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #ddd;
    border-left:5px solid #ea1b25;
    font-size:20px;
    margin: 0 0 20px 0;
}
.panel-title {
  margin:0;
}
.panel-heading {
  padding:0;
}
 h2.hp i ,h1.hp i{
  font-size:22px;
  padding:0 5px;
  display:none;
}
.card {
  background:#fff;
  display:flex;
  text-align:center;
  padding:5px;
  flex-direction: column;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom:15px;
}
.card.blog {
  margin-bottom:15px;
}
.card:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.card i.fa {
  height:40px;
  line-height: 40px;
  font-size:30px;
}
.card.blog figure {
  border-radius: 5px;
  overflow:hidden;
  border:1px solid #ddd;
  margin-bottom:5px;
}
.card.blog .text-inner
{
  min-height: 160px;
  position: relative;
  padding:5px;
}
.card.blog .text-inner .date {
  position: absolute;
  left:0px;
  bottom:0px;
  color:#7b7b7b;
}
.card.blog .text-inner .next {
  display: block;
  padding:2px 5px;
  border-radius: 25px;
  background:#ea1b25;
  color:#fff;
  position: absolute;
  right:0px;
  bottom:0px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.card.blog .text-inner .next i.fa {
    margin: -6px 0 0 2px;
    font-size: 19px;
    display: none;
}
.card.blog:hover {
  color: #343434 !important;
}
.card.blog:hover .next {
  display: block;
  opacity: 1;
}
.card.blog h3 {
  font-size:14px;
  font-weight: 400;
  margin:0 0 5px 0;
  padding:5px 0;
  text-align:left;
  border-bottom:1px solid #ddd;
  color:#ea1b25;
}
.card.blog .text-inner p {
  text-align:left;
  font-size:13px;
  line-height: normal;
}
.table thead td {
  background:#fff;
  color:#000;
}
.table tbody td {
  background :#fbfbfb;
}
label {
  font-size: 15px;
}
.wh-b,#cart .dropdown-menu {
  padding:10px;
  background:#fff;
  border:1px solid #ddd;
  border-radius: 3px;
}
.policy-block,.module-nav2,.layernavigation-module,.category-module,.toolbar,.custom-category .row,.column-main,.product-info-detailed,.table,.panel-default
{
  border:1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}
.table.no-border {
  border:none !important;
  box-shadow: none;
}
.table.no-shadow {
  box-shadow: none;
}
.panel-group .panel {
  margin-bottom:10px;
}
.header-inner {
  box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
.module-nav2 .module-title {
  margin-top:0px;
}
.module-nav2 {
  margin-top:30px;
}
#blog-article-right h2 {
  font-size: 15px;
    margin: 0;
    border-bottom: 1px dashed #ddd;
    font-weight: 400;
    padding: 0 0 5px 0;
    margin-bottom:10px;
}
#blog-article-right li {
  margin-bottom:10px;
  border-bottom:1px solid #ddd;
}
#blog-article-right li:last-child {
  border:none;
}
#blog-article-right li a{
  display: flex;
}
#blog-article-right li figure, #blog-article-right li .text-inner {
  
}
#blog-article-right li figure {
  flex : 2 0 30%;
  padding:5px;
}
#blog-article-right li .text-inner {
  flex:3 0 70%;
}
#blog-article-right li .text-inner p {
  font-style:italic;
  font-size:12px;
   text-overflow: ellipsis;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
#blog-article-right li figure img {
  display:block;
  width:100%;
  height: auto;
}
#blog-article-right li h5 {
  padding: 10px 0 0 0;
  margin:0;
}
#cart-open .count {
    color: #fff;
    position: absolute;
    top: -8px;
    left: 19px;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 20px;
    text-align: center;
    font-style: normal;
}
.checkout-feed i {
  font-size:64px;
  color:#ea1b25;
}
.checkout-feed h2 {
  margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 23px;
}
.checkout-feed p.big {
  font-size:17px;
  color:#000;
}
.checkout-feed p .red {
  color:#ea1b25;
  font-weight: 400;
}
.checkout-feed i.fa-check-circle
{
  font-size:64px;
  color:#3b8c11;
}
.wp-fix-button {
  position:fixed;
  z-index:999;
  height: 53px;
}
.wp-fix-button.bottom {
  bottom:20px;
}
.wp-fix-button.right {
  right:20px;
  padding-right:50px;
}
.wp-fix-button i {
  width:53px;
  height:53px;
  color:#fff;
  background :#1eb14d;
  border-radius: 50px;
  text-align: center;
  line-height: 53px;
  font-size:44px;
  position: absolute;
  right:0px;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.6);
}
.wp-fix-button span {
  display: none;
  background :#1eb14d;
  padding:3px 5px;
  margin-top:15px;
  border-radius: 20px;
  color:#fff;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.6);
 
}
.wp-fix-button.right span {
  padding-right: 18px;
    margin-right: -13px;
}
.wp-fix-button:hover {
  color:#fff;
}
.slick-list {
  padding: 20px 0 20px 0 !important;
  overflow: hidden;
}
.slick-slide {
  margin:0 7px;
}

.slick-track{
  overflow:initial !important;
}
.btn-search-category-trigger {
  display:block;
  width:100%;
  text-align: center;
  line-height: 40px;
  font-size:17px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color:#fff;
  background: #ea1b25;
}
.btn-search-category-trigger:hover{
  color:#fff;
}
.product-box .p-label,
.product-image-main .p-label {
	display:flex;
	align-items: center;
	position:absolute;
	padding: 3px 4px;
	color:#fff;
  font-size:11px;
  z-index:2;
}
.product-box .p-label i,.product-image-main .p-label i {
	display:inline-block;
	width:19px;
	height:15px;
	padding: 0 4px;
	background-size: 15px 15px;
	background-position: center center;
	background-repeat:no-repeat;
}
.product-image-main .p-label {
  position: relative !important;
}
.product-box .p-label div ,.product-image-main .p-label div{
	display: inline-block;
}
.product-box .inner .img-wrap { position:  relative;}
.product-box .p-label.top_right { top: 0px; right:0px; border-bottom-left-radius: 5px;}
.product-box .p-label.top_left { top: 0px; left:0px; border-bottom-right-radius: 5px; }
.product-box .p-label.bottom_right { bottom: 0px; right:0px; border-top-left-radius: 5px;}
.product-box .p-label.bottom_left { bottom: 0px; left:0px; border-top-right-radius: 5px;}

.product-box:hover .p-label.bottom_left,.product-box:hover .p-label.bottom_right {
  bottom :30px;
}
.label-wrap {
  position :absolute;
  right: 15px
}
.label-wrap .p-label { float:right; margin-bottom:10px;}
.package-wrap { margin-bottom:20px; }
.package-wrap .form-check-input[type=radio]{
  width:20px;
  height: 20px;
}.package-wrap .form-check-label span {
  display: inline-block;
}
.package-wrap .form-check-label span:nth-child(1) {
  width:125px;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:checked {
  background-color:rgb(234, 27, 37);
  border-color: rgb(234, 27, 37);
}
.package-wrap .form-check label {
  line-height: 27px;
  margin-bottom:0px;
}
.package-wrap .form-check {margin-bottom:3px;}
.product-box .btn-wishlist {
  background:rgb(234, 27, 37);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  right: -50px;
  top: 4px;
  z-index: 3;
}
.product-box:hover .btn-wishlist 
{
right:6px;
}
.product-box .btn-wishlist .fa {
font-size: 19px;
margin: 0 0 0 -3px;
display: inline-block;
width: 20px;
height: 20px;
}

.home-cat-menu {
    background:#fff;
    padding:25px 0;
}
.home-cat-menu.category {
  background: none;
}
.home-cat-menu .slice-wrap a {
    display:flex;
    align-items:center;
    line-height:13px;
    margin-bottom:13px;
    border-radius:5px;
    padding:3px;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.12);
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.12);
    border:1px solid #f5f5f5;
    -webkit-transition: all .2s;
    transition: all .2s;
}  
.home-cat-menu.category a {
  background:#fff;
}
.home-cat-menu .slice-wrap a:hover {
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.50);
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.50);
}
.home-cat-menu h3
{
    margin-bottom:10px;
    font-size:16px;
    color:#747474;
    text-align:center;
    font-weight:normal;
}
.home-cat-menu .slice-wrap a img {
    margin-right:5px;
}
.home-cat-menu .slice-wrap a:hover {
    font-weight:400;
}
.product-loading {
	padding: 25px 0;
	text-align:center;
}
.product-loading img {
	display:inline-block;
	width:86px;
}
.hp .sort-wrap {
	float:right;
    margin-left: 45px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ea1b25;
}
.hp .sort-wrap label {
	display: inline-block;
    vertical-align: top;
    line-height: 30px;
    margin: 0;
    margin-right: 8px;
    color: #777;
    font-size: 14px;
}
.hp .sort-wrap select {
	padding: 0;
    height: 30px;
    font-size: 14px;
    color: #333333;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: auto;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}