/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

 .owl-carousel, .owl-carousel2,
 .owl-carousel .owl-item, .owl-carousel2 .owl-item,.owl-carousel3, .owl-carousel3 .owl-item { -webkit-tap-highlight-color: transparent; position: relative; }

 .owl-carousel,.owl-carousel2, .owl-carousel3 { display: none; width: 100%; z-index: 1;}

 .owl-carousel .owl-stage:after, .owl-carousel2 .owl-stage:after ,.owl-carousel3 .owl-stage:after{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

 .owl-carousel .owl-stage-outer , .owl-carousel2 .owl-stage-outer ,.owl-carousel3 .owl-stage-outer{ position: relative; overflow: hidden; background:#fff;   /* -webkit-transform: translate3d(0, 0, 0) */ }

 .owl-carousel2 .owl-stage-outer{background:none; height:380px;}
 .owl-carousel .owl-item,.owl-carousel2 .owl-item ,.owl-carousel3 .owl-item { min-height: 1px; float: left; /* -webkit-backface-visibility: hidden; */ -webkit-touch-callout: none; }
 
 .owl-carousel .owl-dots.disabled,
 .owl-carousel .owl-nav.disabled , .owl-carousel2 .owl-dots.disabled,
 .owl-carousel2 .owl-nav.disabled ,.owl-carousel3 .owl-dots.disabled,
 .owl-carousel3 .owl-nav.disabled{ display: none; }
 
 .no-js .owl-carousel,
 .owl-carousel.owl-loaded , .no-js .owl-carousel2,
 .owl-carousel2.owl-loaded , .no-js .owl-carousel3,
 .owl-carousel3.owl-loaded{ display: block; }
 
 .owl-carousel .owl-dot,
 .owl-carousel .owl-nav .owl-next,
 .owl-carousel .owl-nav .owl-prev , .owl-carousel2 .owl-dot,
 .owl-carousel2 .owl-nav .owl-next,
 .owl-carousel2 .owl-nav .owl-prev , .owl-carousel3 .owl-dot,
 .owl-carousel3 .owl-nav .owl-next,
 .owl-carousel3 .owl-nav .owl-prev{ cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
 
 .owl-carousel button.owl-dot, .owl-carousel2 button.owl-dot ,.owl-carousel3 button.owl-dot { background: 0 0; color: inherit; border: none; padding: 0 !important; font: inherit; }
 
 .owl-carousel.owl-loading, .owl-carousel2.owl-loading, .owl-carousel3.owl-loading { opacity: 0; display: block; }
 
 .owl-carousel.owl-hidden, .owl-carousel2.owl-hidden,.owl-carousel3.owl-hidden { opacity: 0; }
 
 .owl-carousel.owl-refresh .owl-item, .owl-carousel2.owl-refresh .owl-item,.owl-carousel3.owl-refresh .owl-item { visibility: hidden; }
 
 .owl-carousel.owl-drag .owl-item ,.owl-carousel2.owl-drag .owl-item , .owl-carousel3.owl-drag .owl-item{ -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
 
 .owl-carousel.owl-grab,.owl-carousel2.owl-grab ,.owl-carousel3.owl-grab { cursor: move; cursor: grab; }
 

 
 .owl-carousel.owl-rtl,.owl-carousel2.owl-rtl,.owl-carousel3.owl-rtl { direction: rtl; }
 
 .owl-carousel.owl-rtl .owl-item, .owl-carousel2.owl-rtl .owl-item ,.owl-carousel3.owl-rtl .owl-item{ float: right;border-right: 1px solid #f2f7fb; }
  .owl-carousel.owl-rtl .owl-item:first-child{border-right: none}
 .owl-carousel .animated, .owl-carousel2 .animated ,.owl-carousel3 .animated{ animation-duration: 1s; animation-fill-mode: both; }
 
 .owl-carousel .owl-animated-in, .owl-carousel2 .owl-animated-in , .owl-carousel3 .owl-animated-in{ z-index: 0; }
 
 .owl-carousel .owl-animated-out, .owl-carousel2 .owl-animated-out,.owl-carousel3 .owl-animated-out { z-index: 1; }
 
 .owl-carousel .fadeOut,.owl-carousel2 .fadeOut,owl-carousel3 .fadeOut { animation-name: fadeOut; }
 
 @keyframes fadeOut {
     0% { opacity: 1; }
     100% { opacity: 0; }
 }
 
 .owl-height { transition: height .5s ease-in-out; }
 
 .owl-carousel .owl-item .owl-lazy,.owl-carousel2 .owl-item .owl-lazy,.owl-carousel3.owl-item .owl-lazy { opacity: 0; transition: opacity .4s ease; }
 
 .owl-carousel .owl-item .owl-lazy:not([src]),
 .owl-carousel .owl-item .owl-lazy[src^=""] ,.owl-carousel2 .owl-item .owl-lazy:not([src]),
 .owl-carousel2 .owl-item .owl-lazy[src^=""] , .owl-carousel3 .owl-item .owl-lazy:not([src]),
 .owl-carousel3 .owl-item .owl-lazy[src^=""]{ max-height: 0; }
 
 .owl-carousel .owl-item img.owl-lazy,.owl-carousel2 .owl-item img.owl-lazy ,.owl-carousel3 .owl-item img.owl-lazy { transform-style: preserve-3d; }
 
 .owl-carousel .owl-video-wrapper, .owl-carousel2 .owl-video-wrapper ,.owl-carousel3 .owl-video-wrapper{ position: relative; height: 100%; background: #000; }
 
 .owl-carousel .owl-video-play-icon,.owl-carousel2 .owl-video-play-icon,.owl-carousel3 .owl-video-play-icon   { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; /* -webkit-backface-visibility: hidden; */ transition: transform .1s ease; }
 
 .owl-carousel .owl-video-play-icon:hover, .owl-carousel2 .owl-video-play-icon:hover,.owl-carousel3 .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
 
 .owl-carousel .owl-video-playing .owl-video-play-icon,
 .owl-carousel .owl-video-playing .owl-video-tn ,.owl-carousel2 .owl-video-playing .owl-video-play-icon,
 .owl-carousel2 .owl-video-playing .owl-video-tn , .owl-carousel3 .owl-video-playing .owl-video-play-icon,
 .owl-carousel3 .owl-video-playing .owl-video-tn{ display: none; }
 
 .owl-carousel .owl-video-tn,.owl-carousel2 .owl-video-tn,.owl-carousel3 .owl-video-tn  { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease; }
 
 .owl-carousel .owl-video-frame,.owl-carousel2 .owl-video-frame ,.owl-carousel3 .owl-video-frame{ position: relative; z-index: 1; height: 100%; width: 100%; }
 
 .owl-nav { position: absolute; top: 50%; left: 0; font-size: 15px; color: #fff; right:0}
 .owl-carousel2 .owl-nav{position:relative}
 .owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev , .owl-carousel2 .owl-nav button.owl-next,
 .owl-carousel2 .owl-nav button.owl-prev ,.owl-carousel3 .owl-nav button.owl-next,
 .owl-carousel3 .owl-nav button.owl-prev{ position: absolute;border:none;  top: -50px; background:none}

 .owl-carousel2 .owl-nav button.owl-prev {top:-77px; left:-15px;}

 .owl-nav span { display: inline-block; border-radius: 50%; height: 45px; width: 45px; position: absolute; top: -4px; left: -12px; padding: 10px; }
 .owl-nav span i{font-size: 40px;   color: #626262;}
.campagin-section .owl-nav span i{font-size: 40px;    color: #ff5500;}
 .owl-carousel .owl-nav button.owl-next ,.owl-carousel3 .owl-nav button.owl-next { right: -10px; }
  .owl-carousel .owl-nav button.owl-prev{left:-20px;}
 .owl-carousel2 .owl-nav button.owl-next{top:-77px; right:-15px}
 .campagin-section .owl-nav button.owl-next , .campagin-section .owl-nav button.owl-prev  {top:-250px; background:none}
 .campagin-section .owl-nav span{
     line-height: 40px;
      border-radius: 50%;
 }
.related-body .owl-carousel .owl-nav button.owl-next {
    right: -25px;
}
.related-body .owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}
 
 .owl-carousel .item, .owl-carousel3 .item,
 .suggest .item , .item { text-align: center; border: solid 1px #d6d6d6;overflow:hidden; width: 100%;height:370px; margin: 0px auto; position: relative; background-color: #fff; padding: 25px 20px 8px; }

    .item .group-item {
        /*margin: 0 auto;
        display: inline-block;*/
    }



 .product-icon-wrap {position: absolute;bottom: 40%;left: -21px;}
.product-icon-wrap > * {
    transform: translateX(0);
}
.product-icon-wrap > *, .product-label-wrap, .rating-list {
    opacity: 0;
    transition: 350ms ease-out;
}
.product-icon-wrap .icon {
    width: 35px;
    height:35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
      border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.product-icon-wrap > :nth-child(2) {
    transition-delay: 150ms;
}
.item:hover .product-icon-wrap > *,
.item:hover .product-label-wrap {
    transform: translateX(50%);
    opacity: 1;
}
.product-icon-wrap .heart{background-color: #ff5500;}
.product-icon-wrap .share{background-color:#0000d0}



.tooltip-share{position: relative;}
.tooltip-share .tooltiptext {
    visibility: hidden;
    width: 100px;
   background-color:rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
     top: 0;
    right: -104px;
}
.tooltip-share .tooltiptext::after {
    content: "";
    position: absolute;
    bottom:36%;
    left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip-share:hover .tooltiptext {
    visibility: visible;
}
.tooltip-share .tooltiptext a{color: #fff}

  .suggest .item {width:100%}
 /*.suggest .item img.product-img { width: 130px; height: 180px; }*/
 

 .owl-carousel2 .item{ border:none; background:none; padding:0; display: inline-block; margin: 20px;  width: 220px;  height: 220px; overflow:visible}

 
 .owl-carousel .item .takhfif,
 .suggest .item .takhfif ,.item .takhfif{ background-color: #d80027; padding: 7px; border-radius: 50%; color: #fff; font-size: 14px; position: absolute; top: 6px; left: 15px; z-index: 9999; line-height: 23px; }
 
 .product-image { width: 100%; margin: 0 auto; display: block;  overflow: hidden; /* height: 250px; */ padding-bottom: 10px; }
 
 
 .owl-carousel .item .sale-pro-b,
 .suggest .item .sale-pro-b,.item .sale-pro-b { position: absolute; top: 0px; left: -15px; z-index: 999; background: url(../img/sale-b.png) no-repeat top; width: 56px; height: 112px; text-align: right; color: #fff; line-height: 45px; font-size: 14px; font-weight: bold; }
 
 .owl-carousel-title span { text-align: right;
    margin-bottom: 10px;
    color: #2b378c;
    font-size: 17px;
    font-weight: bold;
    display:block;
 }
 
 .owl-carousel-title { margin-bottom: 0px; text-align:right; font-weight: bold;  color: #303030;}
 /*.owl-carousel2 .owl-stage-outer{
     box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding-top: 21px;
    padding-bottom: 21px;
    position:relative
 }*/
 

 
 .owl-carousel .item .pro-title,.owl-carousel3 .item .pro-title,
 .suggest .item .pro-title, .suggest .item .pro-title ,.item .pro-title{margin-top: 5px; font-weight: 500; font-size: 13px;color:#000; height: 35px;  text-align: right; width: 100%; display: block; }
  
 .owl-carousel .item .writer-maker,.owl-carousel3 .item .writer-maker,
 .suggest .item .writer-maker,.item .writer-maker{color: #9f9f9f !important; font-size:14px;}

 .owl-carousel .item .cost,.owl-carousel3 .item .cost,
 .suggest .item .cost,.item .cost { color: #000; font-size: 13px; display: block; margin: 10px 0px 0px; position: relative; /* z-index: 99999; */ text-align: right; font-weight: 600; }
 
 .campagin-section .cost{
     text-align:center; border-top:none; color:#000;
 }
 .campagin-section .time-remain{font-size:12px;}
 #countdown2{display:inline-block}
 .campagin-section .item .cost span{text-decoration: line-through 1px  #707070; color:#707070}
 .view{background-color: #575757;
    color: #dedede;
    font-size: 14px;
    display: inline-block;
    width: 111px;
    height: 35px;
    line-height: 33px;
    float: right;
    margin-top: 10px;}
 .view:hover{  color: #dedede;}
 .owl-carousel .item .cost span, .owl-carousel3 .item .cost span,
 .suggest .item .cost span,.item .cost span { color: red; font-size: 13px; text-decoration: line-through 1px red; margin-left:10px;}
 
 .owl-carousel .item .product-image-details , .owl-carousel3 .item .product-image-details ,.item .product-image-details { position: relative; top: 25px; color: #ffffff; font-size: 12px; text-align: center; width: 100%; }
 .suggest .item .product-image-details { position: relative; color: #ffffff; font-size: 12px; text-align: center; width: 100%; }
 
 .owl-carousel .item:hover .product-image-details, .owl-carousel3 .item:hover .product-image-details,
 .suggest .item:hover .product-image-details,.item:hover .product-image-details { display: block; }

.owl-carousel .item .addtobasket,
.suggest .item .addtobasket, .item .addtobasket {
    color: #fff;
    width: 40px;
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    background-color: #19952d;
    display: inline-block;
    width: 141px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
 .suggest .item .addtobasket { right: 12px; }
 .owl-carousel .item:hover .addtobasket, .item:hover .addtobasket  { opacity: 1; bottom: 50px; }
 .suggest .item:hover .addtobasket { opacity: 1; bottom: 40px; }
 .product-image img.product-img { width: 160px; height: 220px; border-radius: 2px; transition: .5s ease; backface-visibility: hidden; }
 
 .owl-carousel2  img.product-img{width:100px !important; height:85px !important;  box-shadow: none;  border-radius: 0; border: none;margin: 0 auto; display: block; filter: grayscale(1);}
 .owl-carousel2  img.product-img:hover{filter: grayscale(0);}
 .owl-carousel .item .addtobasket:hover,
 .suggest .item .addtobasket:hover , .item .addtobasket:hover{ cursor: pointer; }
 
 .owl-carousel .item .addtobasket img,
 .suggest .item .addtobasket img, .item .addtobasket img { width: auto; margin-top: 0px; }
 
 @media screen and (min-width:1441px) {
     .owl-carousel .item .addtobasket { right: 52px; }
     .suggest .item .addtobasket { right: 38px; }
     .suggest .item img.product-img { width: 100%; height: 210px; } 
     .product-image img.product-img { width: 100%;}
 }

 
 @media screen and (max-width:1024px) {
     .related-body .owl-carousel .owl-nav button.owl-next {
    right: -10px;
}
     .related-body .owl-carousel .owl-nav button.owl-prev {
    left: -22px;
}
     .owl-carousel .item .cost, .owl-carousel3 .item .cost, .suggest .item .cost, .item .cost{font-size:11px;}
    .owl-carousel .item .addtobasket {
        width: 135px;
        font-size:12px;
    }

    .suggest .item .addtobasket {
        padding: 3px;
    }

    .product-image img.product-img {
        width: 120px;
        height: 165px;
    }
    .owl-carousel .item, .owl-carousel3 .item, .suggest .item, .item{
        height:312px;
    }

    .owl-carousel .item .pro-title, .owl-carousel3 .item .pro-title, .suggest .item .pro-title, .suggest .item .pro-title, .item .pro-title {
        font-size: 12px;
        height: 40px;
        margin-top: 0;
    }

    .owl-carousel .item .cost span, .owl-carousel3 .item .cost span, .suggest .item .cost span, .item .cost span {
        font-size: 11px;
    }

    .view {
        font-size: 13px;
        width: 70px;
        height: 30px;
        line-height: 30px;
    }

 }
 
 @media screen and (max-width:1000px) {
     .owl-carousel .item, .owl-carousel3 .item, .suggest .item, .item{width:85%;}
     .result-search .item {width:95%;}
     .product-image img.product-img, .suggest .item img.product-img { width: 115px; height: 165px; }
  .owl-carousel .item, .owl-carousel3 .item, .suggest .item, .item{
        height:312px;
    }
    .view{width:75px;}
     .menubar { height: 40px; z-index: 9; }
     .suggest .outofstock { } 
     .owl-carousel .item .pro-title, .owl-carousel3 .item .pro-title,.suggest .item .pro-title , .item .pro-title{font-size:12px; line-height:17px;}
     .owl-carousel .item .cost span, .owl-carousel3 .item .cost span, .suggest .item .cost span,.item .cost span{font-size:12px;}
 }
 
 @media screen and (max-width:768px) {
     .suggest .item:hover .addtobasket { bottom: 60px; }
 }
 
 @media screen and (max-width:560px) {
     .owl-carousel .item, .owl-carousel3 .item, .suggest .item, .item {
    height: 330px;
}
     .owl-carousel2 .owl-nav button.owl-prev{left:15px;}
     .owl-carousel2 .owl-nav button.owl-next{right:15px;}
    .result-search .item{width:100%;}
      .owl-carousel .item, .owl-carousel3 .item, .suggest .item ,.item {width:90%;}
     .owl-carousel .item .writer-maker, .owl-carousel3 .item .writer-maker, .suggest .item .writer-maker, .item .writer-maker { 
    font-size: 12px;
}
     .product-image img.product-img, .suggest .item img.product-img { width: 140px; height: 180px;}
     .product-image img.product-img { width: 140px; height: 180px; }
     .owl-carousel .item .addtobasket {  }
     .suggest .item .addtobasket {}
     /*.suggest .item img.product-img { width: 125px; height: 180px; }*/
     .suggest .outofstock {  }
   
     .suggest .item:hover .addtobasket { bottom: 40px; }
     .owl-carousel2 {margin-top:15px;}
     .owl-carousel2 .owl-stage-outer{padding-top: 10px; padding-bottom: 0px;}
     .owl-carousel .owl-nav button.owl-next, .owl-carousel3 .owl-nav button.owl-next {  left: 5px; }
     .owl-carousel .owl-nav button.owl-prev, .owl-carousel3 .owl-nav button.owl-prev{ left:-70px;}
      .suggest .owl-carousel .owl-nav button.owl-prev{ left:-77px;}
     .owl-carousel .owl-nav button.owl-next, .owl-carousel3 .owl-nav button.owl-next {  right: 10px;}
      .suggest .owl-carousel .owl-nav button.owl-next {  right: 10px;}
     .related-body  .owl-carousel .owl-nav button.owl-next{right:10px;}
     .related-body  .owl-carousel .owl-nav button.owl-prev{left:-80px;}

 }
@media screen and (max-width:450px) {
    .owl-carousel .item, .owl-carousel3 .item, .suggest .item {
        width: 98%;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel3 .owl-nav button.owl-next {
        right: 15px;
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel3 .owl-nav button.owl-prev {
        left: -62px;
    }

    .related-body .owl-carousel .owl-nav button.owl-next {
        right: 4px;
    }
    .related-body .owl-carousel .owl-nav button.owl-prev {
    left: -70px;
}

    .suggest .owl-carousel .owl-nav button.owl-prev {
        left: -64px;
    }

    .suggest .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }
    .owl-carousel2 .owl-nav button.owl-next {
    right: 40px;
}
    .owl-carousel2 .owl-nav button.owl-prev {
    left: 40px;
}

}

@media screen and (max-width:425px) {
    .owl-carousel .item, .owl-carousel3 .item, .suggest .item, .item {
    height: 310px;
}
.result-search .item .addtobasket{font-size:12px; width:130px;}

    .suggest .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}
    .suggest .outofstock {
 
    }

    .outofstock {

    }

    .product-image img.product-img, .suggest .item img.product-img {
        width: 120px;
        height: 160px;
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel3 .owl-nav button.owl-prev {
        left: -60px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel3 .owl-nav button.owl-next {
        right: 10px;
    }
}

@media screen and (max-width:411px) {
 .view {
        width: 70px;
    }
}

@media screen and (max-width:375px) {
    .result-search .item .addtobasket {
    width: 125px;
}
    .result-search .item {
    width: 100%;
    padding: 20px 10px;
    height: 255px;
}
    .product-image img.product-img {
        width: 100%;
        height: 160px;
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel3 .owl-nav button.owl-prev {
    left: -52px;
}
    .suggest .owl-carousel .owl-nav button.owl-prev {
    left: -52px;
}

    .related-body .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}
    .owl-carousel .item .addtobasket {

    }

    .suggest .item .addtobasket {

    }

    .suggest .outofstock {
      
    }

    .outofstock {
       
    }

    .owl-carousel .item .suggest .item {
        width: 96%;
    }

    .suggest .item {
        width: 100%;
    }

    .owl-carousel3 .item {
        width: 96%;
    }



    .owl-carousel .item, .owl-carousel3 .item, .suggest .item {
        width: 100%;
    }

        .product-image img.product-img, .suggest .item img.product-img {
            width: 100px;
            height: 130px;
        }
    .result-search .product-image img.product-img {
        width: 85px;
        height: 110px;
    }

    .view {
        width: 70px;
    }

    .owl-carousel .item, .owl-carousel3 .item, .suggest .item, .item {
        height: 280px;
    }
}
 
 @media screen and (max-width:360px) {
    .result-search .item {
        width: 100%;
        padding: 20px 5px;
    }
     .related-body .owl-carousel .owl-nav button.owl-prev {
    left: -36px;
}
     .related-body .owl-carousel .owl-nav button.owl-next {
    right: 20px;
}
     .suggest .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}
     .suggest .owl-carousel .owl-nav button.owl-next {
    right: 25px;
}
    .product-image img.product-img {
    }


    .owl-carousel .item, .owl-carousel3 .item {
        width: 60%;
    }

    .suggest .item {
        width: 60%;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel3 .owl-nav button.owl-next {
        right: 30px;
    }

   .owl-carousel .owl-nav button.owl-prev, .owl-carousel3 .owl-nav button.owl-prev {
    left: -25px;
}

   .owl-carousel2 .owl-nav button.owl-next {
    right: 20px;
}
   .owl-carousel2 .owl-nav button.owl-prev {
    left: 20px;
}
 }
 
 @media screen and (max-width:320px) {
     .suggest .item img.product-img , .product-image img.product-img { width: 85px; height: 120px; }
     .owl-carousel .item, .owl-carousel3 .item, .suggest .item, .item {
    height: 270px;
}
      .result-search .item {height:250px;}

    .result-search .view {
    width: 60px;
}
        .result-search .item .addtobasket {
    width: 108px;
    font-size:9px;
}
    .result-search .item .pro-title{font-size:11px;}
 }
 