body {
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #444444;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #25bce9;
}

img {
    max-width: 100%;
}

p, a, span, h1, h2, h3 {
    font-weight: 400;
    color: #444444;
}

input:focus, input[type="search"]:focus, textarea:focus {
    outline-offset: 0px;
    outline: 0px;
}

.no-margin{
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
}

.header-page{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 55px;
  line-height: 55px;
  background: #fcfcfc;
}
.breadcrumb-w{
  text-align: right;
}
.breadcrumb{
  float: right;
  margin-left: 8px;
}
.breadcrumb-w > span,
.breadcrumb-w ul li span,
.breadcrumb-w ul li a{
  font-size: 12px;
  color: #888888;
}
.breadcrumb-w ul li a:hover{
  color: #25bce9;
}

.mh-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #888888;
}

.pr-main {
    padding: 30px 0 55px;
}

.sidebar-title{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  background: #25bce9;
}
#cate_list{
  background: #f7f7f7;
}
#cate_list li{
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
#cate_list li.parent{
  border-bottom: none;
}
#cate_list li.parent > a{
  border-bottom: 1px solid #f1f1f1; 
}
#cate_list li a{
  font-size: 14px;
  display: block;
  padding: 0px 12px;
  height: 40px;
  line-height: 40px;
}
#cate_list li a:hover{
  color: #25bce9;
}
#cate_list li ul li{
  padding-left: 15px;
}
#cate_list li.parent a i{
  line-height: 40px;
}
#cate_list .count-item{
  float: right;
  color: #888888;
}
ul.cate_list li.parent a.active i.fa-plus,
ul.cate_list li.parent a i.fa-minus{
  display: none;
}
ul.cate_list li.parent a.active i.fa-minus{
  display: block;
}
.category-left-banner img,
.category-image img,
.cate-bottom-banner img
{
  width: 100%;
}
.category-left-banner a{
  margin-top: 30px;
}
.category-left-banner a{
  position:relative;
  float:left;
}
.category-left-banner a:before{
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
}
.category-left-banner a:after{
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  height: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
}
.category-left-banner:hover a:before{
  width:100%;
  height:100%;
  transition: all 0.3s ease-out 0s;
}
.category-left-banner:hover a:after{
  width:100%;
  height:100%;
  transition: all 0.3s ease-out 0s;
}
/*---------------------------------------------------------------
* Category main
*/
.header-page{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 55px;
  line-height: 55px;
  background: #fcfcfc;
}
/*.parten-bg{
  background-image: url(../images/image_style/parten_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
}*/
.category-w{
  padding-top: 30px;
}
/*.category-w{
  padding-top: 30px;
  background-color: #fdfdfd;
  background-image: 
  radial-gradient(circle at 100% 150%, #e1e1e1 24%, white 25%, white 28%, #e1e1e1 29%, #e1e1e1 36%, white 36%, white 40%, transparent 40%, transparent),
  radial-gradient(circle at 0    150%, #e1e1e1 24%, white 25%, white 28%, #e1e1e1 29%, #e1e1e1 36%, white 36%, white 40%, transparent 40%, transparent),
  radial-gradient(circle at 50%  100%, white 10%, #e1e1e1 11%, #e1e1e1 23%, white 24%, white 30%, #e1e1e1 31%, #e1e1e1 43%, white 44%, white 50%, #e1e1e1 51%, #e1e1e1 63%, white 64%, white 71%, transparent 71%, transparent),
  radial-gradient(circle at 100% 50%, white 5%, #e1e1e1 6%, #e1e1e1 15%, white 16%, white 20%, #e1e1e1 21%, #e1e1e1 30%, white 31%, white 35%, #e1e1e1 36%, #e1e1e1 45%, white 46%, white 49%, transparent 50%, transparent),
  radial-gradient(circle at 0    50%, white 5%, #e1e1e1 6%, #e1e1e1 15%, white 16%, white 20%, #e1e1e1 21%, #e1e1e1 30%, white 31%, white 35%, #e1e1e1 36%, #e1e1e1 45%, white 46%, white 49%, transparent 50%, transparent);
  background-size:100px 50px;
}*/
.mh-title{
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  color: #888888;
}
.breadcrumb-w{
  text-align: right;
}
.breadcrumb{
  float: right;
  margin-left: 8px;
}
.breadcrumb-w > span,
.breadcrumb-w ul li span,
.breadcrumb-w ul li a{
  font-size: 12px;
  color: #888888;
}
.breadcrumb-w ul li a:hover{
  color: #25bce9;
}
.top-toolbar{
  margin-bottom: 30px;
}
.cate-filter-content{
  position: relative;
}
.cate-filter-title{
  display: block;
  color: #888888;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.current-filter{
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #e1e1e1;
  color: #888888;
  line-height: 40px;
  text-align: left;
  font-size: 12px;
  padding: 0 15px;
  cursor: pointer;
}
.current-filter i{
  float: right;
  line-height: 40px;
}
.cate-filter-content ul{
  padding: 10px 0;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.cate-filter-content:hover ul{
  /*display: block;*/
}
.cate-filter-content ul li{
  padding: 0 15px;
  font-size: 12px;
  line-height: 30px;
  min-height: 30px;
}
.cate-filter-content ul li.selected,
.cate-filter-content ul li:hover{
  background: #e1e1e1;
  cursor: pointer;
}
.view-mode{
  text-align: right;
}
.view-mode a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e1e1e1;
  background: transparent;
  color: #888888;
  display: inline-block;
  font-size: 18px;
}
.view-mode a.active,
.view-mode a:hover{
  border-color: #fbc443;
  background: #fbc443;
  color: #ffffff;
}
.view-mode a:first-child{
  margin-right: 10px;
}
.cate-bottom-banner a,.category-image a{
  position:relative;
  float:left; 
}
.cate-bottom-banner a:before,.category-image a:before{
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
}
.cate-bottom-banner a:after,.category-image a:after{
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  height: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-out 0s; 
  width: 0;
}
.cate-bottom-banner:hover a:after,.category-image:hover a:after{
  height:100%;
  width:100%;
  transition: all 0.3s ease-out 0s;
}
.cate-bottom-banner:hover a:before,.category-image:hover a:before{
  height:100%;
  width:100%;
  transition: all 0.3s ease-out 0s;
}
.category-image a{
  margin-bottom: 24px;
}
.cate-bottom-banner a{
  margin-bottom: 50px;
}
.category .pro-item{
  margin-bottom: 30px;
}
.bottom-toolbar .pager{
  margin-top: 0;
  margin-bottom: 60px;
}
.bottom-toolbar ul{
  float: right;
}
.bottom-toolbar ul li{
  margin-left: 5px;
  float: left;
}
.bottom-toolbar ul li.current span{
  background: #fbc443;
  color: #ffffff;
}
.bottom-toolbar .page-change a{
  background: #444444;
  color: #ffffff;
  width: 30px;
  font-size: 20px;
  line-height: 28px;
}
.products-list .product-info .action .add-to-wishlist{
    margin-left: 5px;
}
.products-list .product-info .action .add-to-cart.gbtn{
    color: #000000;
  font-family:"Arimo Regular"
}
.products-list .product-info .action .add-to-wishlist:hover{
    background-color: #fbc443 ;
}
.products-list .product-info .action .add-to-cart.gbtn:hover{
    background-color: #fbc443 ;
    color: #ffffff;
}
.products-list .product-info .action .add-to-cart.gbtn:hover span{
  color:#ffffff;
}
@media(min-width: 768px) and (max-width: 991px){
  .products-grid .pro-item{
    min-height: 320px;
  }
}
@media(min-width: 768px){
  .view-mode{
    margin-top: 27px;
  }
}
@media(max-width: 767px){
  .breadcrumb{
    float: left;
    margin-left: 0;
  }
  .breadcrumb-w ul li span{
    color: #444444;
  }
  .category-w{
    padding-top: 0px; 
  }
  .category-image,
  .cate-bottom-banner{
    padding: 0;
  }
  .industry-filter,
  .view-mode{
    padding-left: 0;
  }
  .category-product{
    padding-left: 35px;
    padding-right: 35px; 
  }
  .bottom-toolbar .pager{
    margin-bottom: 30px;
  }
  .cate-bottom-banner img{
    margin-bottom: 0;
  }
  .bottom-toolbar ul{
    float: none;
  }
  .bottom-toolbar ul li{
    float: none;
  }
  .bottom-toolbar .page-change a{
    line-height: 25px;
    float: none;
  }
}

.products-list .pro-item a.add-to-wishlist,.products-list .pro-item a.add-to-wishlist,.products-list .pro-item a.add-to-compare,.products-list .pro-item a.quick-view{
  border-left:1px solid #d7d7d7;
  line-height:40px;
  height:40px;
  margin-left:5px;
  cursor:pointer;
}
.products-list .pro-item a.add-to-wishlist:hover,.products-list .pro-item button.add-to-cart:hover,.products-list .pro-item a.add-to-compare:hover, .products-list .pro-item a.quick-view:hover{
  background-color:#fbc443;
}
.products-list .cate-bottom-banner a{
  width:100%;
}

.gbtn, .mcart-dd-content, .search-form,
.product-image-action .action,
.product-image-action:before,
.view-mode a,
.bottom-toolbar ul li a,
.bottom-toolbar ul li span,
.pro-item a.add-to-wishlist{
   transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.product-image-action:before{
   transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s; 
}
::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif !important;
  opacity: 0.5;
  color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
  font-family: 'Roboto', sans-serif !important;
  opacity: 0.5;
  color: #ccc;
}

::-moz-placeholder {  /* Firefox 19+ */
  font-family: 'Roboto', sans-serif !important;
  opacity: 0.5;
  color: #ccc;
}
:-ms-input-placeholder {  
  font-family: 'Roboto', sans-serif !important;
  opacity: 0.5;
  color: #ccc;
}

.product-image-action{
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product-image-action .action{
  position: absolute;
  top: 50%!important;
  margin-top: -20px; 
  margin-left: -40px;
  left:50%;
  z-index: 100;
  transform:scale(0.0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;

}
.product-image-action:hover .action{
  transform:scale(1);
  transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.product-image-action .gbtn{
  width:38px;
  text-align:center;
  padding:0;
  height:38px;
} 
.pro-item .gbtn{
  float: left; 
  border:1px solid #d7d7d7;
  background:#fff;
}
.pro-item a.add-to-wishlist,.pro-item a.add-to-compare,.pro-item a.quick-view{
  display: block;
  width: 38px;
  height: 38px; 
  color: #1a1a1a;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  float: left;
  background:#fff;
  border:1px solid #d7d7d7;
  border-left:none;
} 
.pro-item a.add-to-wishlist:hover,.pro-item button.add-to-cart:hover,.pro-item a.add-to-compare:hover,.pro-item a.quick-view:hover{
  background:#25bce9;
}
.pro-item a.add-to-wishlist:hover i,.pro-item a.add-to-cart:hover i,.pro-item a.add-to-compare:hover i,.pro-item a.quick-view:hover i{
  color:#fff;
}
.pro-item img{
  width: 100%;
  height: auto;
  position: relative; 
}
.product-info{
  margin-top: 25px;
  text-align: center;
}
.product-info .price-box{
  font-size: 16px;
  display: inline-block;
  margin-top:10px;
}
@media (min-width: 768px) and (max-width: 991px){
  .product-image-action .action{
    top: 90px;
  }
}
/*----------------------------tooltip product---------------------------*/
.add-to-cart + .tooltip > .tooltip-inner{
  background:#25bce9;
  padding: 7px 10px;
  text-transform:capitalize;
}
.add-to-cart + .tooltip > .tooltip-arrow{
  border-top-color:#25bce9
}
.add-to-wishlist + .tooltip > .tooltip-inner{
  background:#25bce9;
  padding: 7px 10px;
  text-transform:capitalize;
}
.add-to-wishlist + .tooltip > .tooltip-arrow{
  border-top-color:#25bce9
}
.add-to-compare + .tooltip > .tooltip-inner{
  background:#25bce9;
  padding: 7px 10px;
  text-transform:capitalize;
}
.add-to-compare + .tooltip > .tooltip-arrow{
  border-top-color:#25bce9
}
.quick-view  + .tooltip > .tooltip-inner{
  background:#25bce9;
  padding: 7px 10px;
  text-transform:capitalize;
}
.quick-view + .tooltip > .tooltip-arrow{
  border-top-color:#25bce9
}

button{
  outline: 0;
}
/*----------------------------------------------------------------------
* Product icon
*/
.product-icon{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  line-height: 50px;
  box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
.new-icon{
  background: #25bce9;
  z-index: 100;
}
.sale-icon{
  background: #ffa63e;
  z-index:100;
}
.hot-icon{
  background: #f27571;
  z-index: 110;
  top:17px;
  left:20px;
}
/*General Css: End =====================================================
*/

/*Header: Begin*/
#top-header{
  height: 50px;
  background-color: #25bce9;
}
/*Top link --------------------------*/
.top-links ul li{
  float: left;
  margin-right: 20px;
  font-size: 16px;
  line-height: 50px;
}
.top-links ul li a{
  color: #fff;
}
.top-links ul li a:hover{
  color: #333;
  text-decoration: none;
}
.top-links ul li a i{
  margin-right: 5px;
}
.top-header-right{ 
  letter-spacing: 0.6px;
}
/*currency & contact -----------*/ 
.block-currency{
  position:relative;
  float:right;
  cursor:pointer;
  line-height:50px;
  height:50px; 
}
.block-currency:hover ul{
  visibility:visible;
  top:50px; 
  opacity:1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  
}
.block-currency:hover .currency-name{
  color:#333;
  
}
.block-currency:hover .currency-name span{
  color:#333;
}
.block-currency .currency-name{
  color:#fff;
  font-size:12px;
  text-transform:capitalize;
  padding-left:10px;
  border-left:1px solid #fff;
  padding-right:6px;
}
.block-currency .currency-name span{
  color:#fff;
  text-transform:uppercase;
}
.block-currency .currency-name i{
  margin-left:4px;
  line-height:1px;
}
.block-currency ul{
  position: absolute;
  width: 100%; 
  left: 0;
  top:100px;
  opacity:0;
  visibility:hidden;
  background: #eee;
  padding: 10px 0px;
  z-index: 10000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 6px 1px rgb(188, 188, 188);
  -moz-box-shadow: 0px 1px 6px 1px rgb(188, 188, 188);
  box-shadow: 0px 1px 6px 1px rgb(188, 188, 188);
} 
.block-currency ul li{
  float:left;
  width:100%;
  line-height:25px;
}
.block-currency ul li a{
  margin-left:20px;
}
.block-currency ul li:hover{
  background: #25bce9;
}
.block-currency ul li:hover a span{
  color:#fff;
}
.language-w{
  position: relative;
  float: right;
  min-width: 128px;
  cursor:pointer;
} 

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.cate_list li a i{
  line-height: 20px;
  font-size: 12px;
}
ul.cate_list li.parent a i{
  float: right;
}

.gbtn{
  background: #d0d0d0;
  color: #444444;
  padding: 0 15px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
}
.gbtn.btn-estimate{
  padding:0 22px;
}
.gbtn.btn-discount{
  padding:0 26px;
}
.gbtn:hover{
  background: #fbc443;
  color: #ffffff;
}
.gbtn:hover span{
  color:#ffffff;
}
.gbtn span{
    display: inline-block;
}
button{
  border:none;
}
/*-------------------------------------------------
* Product Name
*/
a.product-name{
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  float:left;
  width:100%;
}
a.product-name:hover{
  color: #25bce9;
}
/*-------------------------------------------------
* Price box
*/
.price-box span.special-price,.price-box span.normal-price{
  color:#25bce9;
  font-weight:900;
  font-size:18px
}
.price-box span.old-price{
  text-decoration: line-through;
  font-weight: normal;
  color: #888888;
  margin-left: 10px;
  font-size:14px;
  
}
/*-------------------------------------------------
* Rating
*/
.product-info .rating-box{
  margin-top: -2px;
  font-size: 16px;
  display: inline-block;
  margin-left:15px;
}
.rating-box i{
  color: #fbc443;
  font-size: 14px;
  margin-top:-1px;
}
.upload-add-cart{
  width:50%;
}

ul.cate_list > li ul {
    display: none;
}

.short-description{
  display: none;
}





/*----------------------------------------------------------------------
* Products List : Begin
*/

.listproduct .short-description{
  display: block;
}

.listproduct .pro-item{
  width: 100%;
}

@media (min-width: 768px){
.listproduct .product-image-action {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}

.listproduct .product-info{
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

}

.listproduct .product-info {
    text-align: left;
}
}
.listproduct .product-image-action{
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.listproduct .product-image-action .action{
  position: relative;
  

}

.actionlist{
  display: none;
}

.listproduct .actionlist{
   display: block;
}


.listproduct .actionlist .add-to-cart.gbtn {
    color: #000000;
    font-family: "Arimo Regular";
}
.listproduct .pro-item .gbtn {
    float: left;
    border: 1px solid #d7d7d7;
    background: #fff;
}
.listproduct .product-image-action:hover .action{
  transform:scale(1);
  transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.listproduct .product-image-action .gbtn{
  width:38px;
  text-align:center;
  padding:0;
  height:38px;
} 
.listproduct .product-image-action:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.5);
  opacity: 0; 
  visibility:hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transform:scale(0.5);
  z-index:1;
  
}

.listproduct a.product-name {
    color: #444444;
   float: left;
    font-family: inherit;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.listproduct .action{
  display: none;
}
.listproduct .product-image-action:hover:before{
  visibility:hidden;
  opacity:1;
  transform:scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
} 
.listproduct .pro-item .gbtn{
  float: left; 
  border:1px solid #d7d7d7;
  background:#fff;
}
.listproduct .pro-item a.add-to-wishlist,.pro-item a.add-to-compare,.pro-item a.quick-view{
  display: block;
  width: 38px;
  height: 38px; 
  color: #1a1a1a;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  float: left;
  background:#fff;
  border:1px solid #d7d7d7;
  border-left:none;
} 
.listproduct .pro-item a.add-to-wishlist:hover,.listproduct .pro-item button.add-to-cart:hover,.listproduct .pro-item a.add-to-compare:hover,.listproduct .pro-item a.quick-view:hover{
  background:#25bce9;
}
.listproduct .pro-item a.add-to-wishlist:hover i,.listproduct .pro-item a.add-to-cart:hover i,.listproduct .pro-item a.add-to-compare:hover i,.listproduct .pro-item a.quick-view:hover i{
  color:#fff;
}
.listproduct .pro-item img{
  width: 100%;
  height: auto;
  position: relative; 
}

.listproduct .product-info .price-box{
  font-size: 16px;
  display: inline-block;
  margin-top:10px;
}


.listproduct .product-info .actionlist .add-to-wishlist:hover {
    background-color: #fbc443;
}
.listproduct .pro-item a.add-to-wishlist:hover, .listproduct .pro-item button.add-to-cart:hover, .listproduct .pro-item a.add-to-compare:hover, .listproduct .pro-item a.quick-view:hover {
    background-color: #fbc443;
}
.listproduct .product-info .actionlist .add-to-wishlist {
    margin-left: 5px;
}
.listproduct .pro-item a.add-to-wishlist, .listproduct .pro-item a.add-to-wishlist, .listproduct .pro-item a.add-to-compare, .listproduct .pro-item a.quick-view {
    border-left: 1px solid #d7d7d7;
    line-height: 40px;
    height: 40px;
    margin-left: 5px;
    cursor: pointer;
}

.listproduct .product-info .actionlist .add-to-cart.gbtn:hover {
    background-color: #fbc443;
    color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px){
  .listproduct .product-image-action .action{
    top: 90px;
  }
}

@media (min-width: 992px){
.listproduct .short-description, .listproduct .actionlist {
    margin-top: 30px;
}
}

.product-image-action:hover img {
    transform: scale(1.5);
}