
/*------------- Slick Slider --------------*/

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;

    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -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;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.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;
}
.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: inline-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;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:before, .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  color: #879199;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir="rtl"] .slick-next:before {
  content: "\f105";
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "1";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}


.product-single-panel{
    padding-top:60px;
    padding-bottom:65px;
}
.product-single-panel .wrapper{
    max-width:1300px;
}
.white-box-shadow{
    background:#ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 73px 36px rgba(0,0,0,0.04);
    box-shadow: 0 0 73px 36px rgba(0,0,0,0.04);
}

.product-single-panel .product-bg,
.product-single-panel .product-title-container{
    display: inline-block;
    vertical-align: top;
}
.product-single-panel .product-bg{
    width:500px;
    height:337px;
    position:relative;
    padding:0 13px 13px 0;
}
.product-single-panel .product-bg img{
    max-width:100%;
    max-height:100%;
}
.product-single-panel .product-bg .rectangle{
    position:absolute;
    left:13px;
    right:0;
    top:-13px;
    bottom:0;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(45deg, rgba(61, 207, 164, 1) 0%, rgba(61, 194, 207, 1) 100%);
    border-image-slice: 100%;
    border-image-slice: 1;
}
.product-single-panel .product-title-container{
    width:calc(100% - 525px);
    padding-left:13px;
}
.product-single-panel .product-title{
    margin: 0;
    font-size: 34px;
    color: #00a1a9;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
}
.product-single-panel .product-title span{
    display:block;
}
.product-single-panel .blue-rating-stars,
.product-single-panel .product-reviews-info{
    text-align:left;
    display:inline-block;
    vertical-align:middle;
}
.product-single-panel .product-reviews-info{
    color:#041e41;
    font-size:15px;
    padding-left:15px;
    font-weight:300;
}

.product-single-panel .product-info{
    padding:32px 32px 64px 0;
    width:100%;
    max-width:960px;
    float:right;
    margin-top:-200px;
    position:relative;
}

.badge.onsale{
    position:absolute;
    top:22px;
    right:-49px;
    background: #00a1a9;
    border-radius: 12px;
    color:#ffffff;
    font-size:24px;
    line-height:1;
    padding: 11px 10px;
    -webkit-box-shadow: 0 0 30px 15px rgba(0,0,0,0.05);
    box-shadow: 0 0 30px 15px rgba(0,0,0,0.05);
    font-weight: 400;
}

.product-single-panel .product-image{
    width:45%;
    float:left;
    min-height:1px;
}
.product-single-panel .product-info-content{
    width:55%;
    float:left;
    padding-left:20px;
}

.product-single-panel .product-short-descr{
    color: #1a353b;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 30px;
}


 .rating-stars-blue{
    margin-right:5px;
    display: inline-block;
    text-align:center;
    white-space: nowrap;
    vertical-align:middle;
}
.rating-stars-blue > span{
    display:inline-block;
}
.rating-stars-blue > span:before,
.rating-stars-blue > span.half-star:after{
    font-family: FontAwesome;
    content: "\f005";
    font-size: 21px;
    display:inline-block;
}
.rating-stars-blue > span.full-star:before,
.rating-stars-blue > span.half-star:before{
    color: #00a1a9;
}
.rating-stars-blue > span.empty-star:before,
.rating-stars-blue > span.half-star:after{
    color: #c6cbcf;
}
.rating-stars-blue > span.half-star{
    position:relative;
}
.rating-stars-blue > span.half-star:before{
    position:absolute;
    top:0;
    left:0;
    width:50%;
    overflow: hidden;
}
 
 
 /*
.product-info-content .product-prices,
.product-info-content .product-actions{
    display:inline-block;
    vertical-align:bottom;
    width:33%;
    margin-right: -.25em;
}
*/

.product-info-content .product-prices{
    font-size: 40px;
    line-height: 1;
    color: #00a1a9;
    font-weight: 500;
}
.product-info-content .product-prices .decim{
    font-size: 20px;
    position: relative;
    top: -14px;
}
.product-info-content .product-prices .currency {
    font-size: 24px;
    margin-left: -5px;
}
.product-info-content .product-oldprice{
    font-size:24px;
    color:#879199;
    display:inline-block;
    position:relative;
}
.product-info-content .product-oldprice:before{
    content:'';
    width:100%;
    height:0;
    border-top:1px solid #879199;
    position:absolute;
    top:50%;
    left:0;
}
.product-info-content .product-oldprice .decim{
    font-size: 16px;
    top: -6px;
}
.product-info-content .product-oldprice .currency{
    display:none;
}

.product-info-content .product-actions{
    margin-left:30%;
}

.product-actions-no-margin-left{
    margin-left:0% !important;
}



.product-actions-no-margin-left{
    margin-left:0% !important;
}




.en-gros-prices .dropdown{
    position:relative;
}
.en-gros-prices .dropdown .dropdown-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    min-width:100%;
    border: 1px solid #b7bdc1;
    background:#ffffff;
    z-index:2;
    padding:9px;
    font-weight:300;
    
}
.en-gros-prices .dropdown.open .dropdown-menu{
    display:block;
}





.product-info-content .en-gros-prices .dropdown{
    display:inline-block;
}
.product-info-content .en-gros-prices .dropdown.open{
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
}
.product-info-content .en-gros-prices .dropdown-menu{
    margin-top:-1px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
    width:255px;
}
.product-info-content .en-gros-prices .dropdown-menu .dropdown-text,
.product-info-content .en-gros-prices .dropdown-menu ul li{
    font-size:15px;
    font-weight:300;
    line-height:24px;
}
.product-info-content .en-gros-prices .dropdown-menu ul li .en-gros-range{
    min-width:80px;
    display:inline-block;
}





.product-single-panel .product-options{
    padding-top:30px;
}
.product-single-panel .product-options .form-group{
    margin-bottom:25px;
}
.product-single-panel .product-options .label{
    color:#879199;
    line-height:24px;
    display: inline-block;
    width:105px;
    vertical-align:middle;
}
.product-single-panel .product-options .sbHolder{
    display: inline-block;
    width: calc(100% - 115px);
    border-bottom: 2px solid #00a1a9;
    position: relative;
    height: 30px;
    vertical-align: middle;
}
.product-single-panel .product-options .sbHolder a,
.product-single-panel .product-options .sbHolder a:active{
    color:#00a1a9;
}
.product-single-panel .product-options .sbHolder a span{
    color:#879199
}
.product-single-panel .product-options .sbHolder .sbToggle{
    position:absolute;
    top:0;
    right:0;
    height:30px;
    width:34px;
    text-align:center;
}
.product-single-panel .product-options .sbHolder .sbToggle:after{
    content: "\f107";
    font-family: "FontAwesome";
    color:#00a1a9;
    font-size:20px;
    line-height:30px;
    display:block;
}
.product-single-panel .product-options .sbHolder .sbToggle.sbToggleOpen:after{
    content: "\f106";
}
.product-single-panel .product-options .sbHolder .sbSelector{
    position:absolute;
    top:0;
    left:0;
    right:34px;
    line-height: 30px;
    padding:0 12px;
    font-weight:400;
}
.product-single-panel .product-options .sbHolder .sbOptions{
    position:absolute;
    background:#ffffff;
    top:24px;
    left:-1px;
    right:-1px;
    z-index:2;
    -webkit-box-shadow: 0 5px 10px 2px rgba(0,0,0,0.025);
    box-shadow: 0 5px 10px 2px rgba(0,0,0,0.025);
    padding: 8px 0;
    overflow-y: auto;
    z-index:5;
}
.product-single-panel .product-options .sbHolder .sbOptions a{
    display:block;
    line-height:36px;
    padding:0 12px;
    font-size:16px;
    color:#879199
}
.product-single-panel .product-options .sbHolder .sbOptions a:hover,
.product-single-panel .product-options .sbHolder .sbOptions a:hover span{
    color:#00a1a9;
}


.info-icon{
    width:23px;
    height:23px;
    cursor:pointer;
}

.product-addtocart{
    padding-top:15px;
}
.product-addtocart .btn-wishlist {
    padding: 11px 5px;
    margin-left: 20px;
}

.quantity-box{
    border-bottom: 2px solid #00a1a9;
    display:inline-block;
    font-size:0;
    vertical-align:bottom;
    margin-right:30px;
}

.quantity-box .qty-minus,
.quantity-box .qty-plus{
    width:30px;
    font-size:24px;
    cursor:pointer;
    line-height:40px;
    padding:0;
    margin:0;
    border:none;
    background:none;
    color: #00a1a9;
}

.quantity-box .qty-number{
    width:40px;
    border:none;
    background:none;
    text-align:center;
    font-size:16px;
    color: #00a1a9;
}


.product-bottom{
    text-align:center;
    display:none;
    padding-top:20px;
}


.small-gallery .slick-track,
.small-gallery.gallery-thumbnails{
    width:auto !important;
}


.gallery-thumbnails{
    width:400px;
    height:100px;
    padding:15px 35px;
    background:#fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px 13px rgba(0,0,0,0.03);
    box-shadow: 0 0 40px 13px rgba(0,0,0,0.03);
    position:absolute;
    bottom:-70px;
    left:50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gallery-thumbnails .slick-slide{
    text-align:center;
    opacity: 0.5;
    cursor:pointer;
    width: 90px;
}
.gallery-thumbnails .slick-slide.slick-current{
    opacity:1;
}
.gallery-big-img .slick-slide img,
.gallery-thumbnails .slick-slide img{
    max-width:100%;
    max-height:100%;
}
.gallery-thumbnails .slick-slide img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.gallery-thumbnails .slick-slide.slick-current img{
    -webkit-filter: none;
    filter: none;
}

.gallery-big-img{
    height:400px;
    padding-top: 5px;
}
.gallery-big-img .slick-slide img {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-big-img .slick-dots{
    bottom:-20px;
}
.gallery-big-img .slick-dots li{
    width:auto;
    height:auto;
}
.gallery-big-img .slick-dots li button{
    font-size:0;
    width:10px;
    height:10px;
    border-radius:100%;
    background:#879199;
    padding:0;
}
.gallery-big-img .slick-dots li.slick-active button{
    background:#609ffe;
}
.gallery-big-img .slick-dots li button:before{
    display:none;
}  
.gallery-big-img .slick-slide{
    text-align:center;
}

.cnt-boxes-section{
    padding-top:50px;
}
.tgskin-icon-boxes{
    max-width:660px;
    margin:0 auto 60px;
}
.ti-box{
    float:left;
    width:33.33333%;
    text-align:center;
}
.ti-box .icon{
    width:190px;
    height:100px;
    background: url('../img/box-icons.png');
    background-repeat: no-repeat;
    margin:0 auto;
    margin-bottom:5px;
}
.ti-box .icon.bns{
    background-position: 0 0;
}
.ti-box .icon.car{
    background-position: -190px 0;
}
.ti-box .icon.str{
    background-position: -380px 0;
}
.cb-headline{
    font-size:18px;
    line-height:1.2;
    color:#779da6;
    margin:0;
    font-weight:300;
    font-weight: 600;
}


@media(max-width: 1199px){
    .product-single-panel .product-info{
        max-width:730px;
    }
    .product-attributes{
        padding-left:0;
    }
    .product-attributes table td{
        padding:10px 4px;
    }
    .badge.onsale{
        right:-18px;
    }
    .product-single-panel .product-title{
        padding-right:0;
        font-size:24px;
    }

    .product-info-content .en-gros-prices{
        width:34%;
    }
    .product-info-content .product-actions {
        width: 28%;
    }
    
    .product-single-panel .wrapper{
        max-width: 950px
    }
}
@media(max-width: 991px){
    .product-single-panel{
        padding-top:50px;
        padding-bottom:30px;
    }
    .product-single-panel .product-bg{
        display:none;
    }
    .product-header{
        padding-bottom: 40px;
    }
    .product-single-panel .product-title-container{
        display:block;
        width:100%;
        padding:0;
    }
    .product-single-panel .product-info{
        margin-top:0;
        max-width:100%;
        float:none;
    }
    .gallery-thumbnails{
        visibility:hidden;
        opacity:0;
    }
    
    .product-single-panel .wrapper{
        max-width: 750px
    }
}
@media(max-width: 767px){
    .product-header{
        padding:0 10px;
    }
    .product-title-container{
        text-align:center;
    }
    .product-single-panel .product-title{
        font-size:22px;
    }
    .product-single-panel .product-reviews-info{
        font-size:14px;
        padding-left:3px;
    }
    .product-single-panel .rating-stars-blue{
        font-size:20px;
        letter-spacing: 3px;
    }
    .product-single-panel .product-rating{
        display:inline-block;
        background:#fff;
        -webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.05);
        box-shadow: 0 0 20px 10px rgba(0,0,0,0.05);
        padding:5px 12px;
        border-radius: 35px;
    }
    .product-single-panel .product-info{
        padding:0;
        background:none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius:0;
    }
    .badge.onsale{
        display:none;
    }
    .product-single-panel .product-image,
    .product-single-panel .product-info-content{
        float:none;
        width:100%;
        padding-left:0;
    }
    .product-single-panel .product-image{
        padding:0 10px 50px;
    }
    .product-single-panel .product-short-descr{
        text-align:center;
        font-size:18px;
        padding:0;
    }
    .product-info-content .product-prices, 
    .product-info-content .en-gros-prices{
        display:block;
        width:100%;
        margin:0;
        text-align:center;
    }
    .product-single-panel .product-short-descr,
    .product-info-content .product-prices{
        padding:0 10px;
    }
    .product-info-content .product-prices{
        font-size:30px;
        margin-bottom:20px;
    }
    .product-info-content .product-prices .decim{
        font-size:16px;
    }
    .product-info-content .product-oldprice,
    .product-info-content .product-price{
        display:inline-block;
    }
    .product-info-content .product-actions{
        display:none;
    }
    .product-info-content .en-gros-prices{
        margin-bottom:20px;
    }
    .product-info-content .en-gros-prices .dropdown-menu{
        left:50%;
        margin-left:-127px;
    }
    .product-single-panel .form-container{
        background:#fff;
        -webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.05);
        box-shadow: 0 0 20px 10px rgba(0,0,0,0.05);
        padding:30px 10px;
    }
    .product-single-panel .product-options{
        padding-top:0;
    }
    .product-single-panel .product-options .label{
        font-size:14px;
        width:80px;
    }
    .product-single-panel .product-options .label .icon-info{
        width:18px;
    }
    .product-single-panel .product-options .sbHolder{
        width: calc(100% - 90px);
    }
    .product-addtocart{
        padding-top:5px;
        text-align:center;
    }
    .product-bottom{
        display:block;
    }

    .cnt-boxes-section{
        padding-top:0;
    }
    .ti-box{
        width:100%;
        float:none;
        margin-bottom:30px;
    }
    
    
    
    .product-single-panel .wrapper{
        max-width: 100%;
    }
    
    .tgskin-icon-boxes{
        margin-bottom:20px;
    }
    
    .product-addtocart .btn-wishlist{
        display:none;
    }
    
    
    .product-single-panel .product-options .form-group:only-child{
        text-align:center;        
    }
}
@media(max-width: 479px){
     
}



.prgen-icon-boxes{
    padding:50px 0;
}
.pib-inner{
    max-width:880px;
    margin:0 auto;
}
.pib-icon-box{
    padding:0 15px;
    width:33.3333%;
    float:left;
    text-align:center;
}
.pib-title{
    font-family: 'Iowan', serif;
    font-size:22px;
    line-height: 1.2;
    color: #041e41;
    font-style:italic;
    margin:0 0 10px 0;
}
.pib-icon{
    width: 188px;
    height: 133px;
    background-image: url('../img/product-content-icons-gen.png');
    background-repeat: no-repeat;
    margin: 0 auto;
}
.pib-icon.calitate{
    background-position: 0 0;
}
.pib-icon.transport{
    background-position: -188px 0;
}
.pib-icon.livrare{
    background-position: -376px 0;
}
.pib-text{
    font-weight:300;
    font-size:15px;
    color:#041e41;
    margin: 0 0 10px 0;
}
@media (max-width: 767px){
    .prgen-icon-boxes{
        padding:0 0 5px;
    }
    .pib-title{
        font-size:18px;
        margin-bototm:0;
    }
    .pib-text{
        font-size:14px;
    }
    .pib-icon{
        width: 170px;
        height: 120px;
        background-size:510px auto;
    }
    .pib-icon.transport{
        background-position: -170px 0;
    }
    .pib-icon.livrare{
        background-position: -340px 0;
    }
}
@media (max-width: 639px){
    .pib-icon-box{
        width:100%;
        float:none;
        margin-bottom:35px;
    }
}


.module-content{
    max-width:880px;
    margin:0 auto 50px;
    line-height: 1.4;
    color: #1a353b;
}
.module-inner{
    background:#fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 73px 36px rgba(0,0,0,0.04);
    box-shadow: 0 0 73px 36px rgba(0,0,0,0.04);
    padding:30px ;
}

.module-content h2,
.module-content h3,
.module-content h4{
    color:#00a1a9;
    line-height:1.2;
    margin:15px 0 20px 0;
}
.module-content h5,
.module-content h6{
    margin:15px 0 15px 0;
}
.module-content h1{
    font-size:30px;
}
.module-content h2{
    font-size:24px;
}
.module-content h3{
    font-size:22px;
}
.module-content h4{
    font-size:20px;
}
.module-content h5{
    font-size:18px;
}
.module-content h6{
    font-size:16px;
}
.module-content p{
    line-height:1.4;
    color: #1a353b;
    margin:0 0 20px 0;
}
.module-content a:not(.btn){
    color:#00a1a9;
}
.module-content a:not(.btn):hover{
    text-decoration: underline;
}

.module-footer{
    text-align:center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.module-footer .button{
    -webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.05);
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.05);
    padding: 22px 40px;
}

.read-more-footer {
    display: none;
}

.btn-show-more {
    font-size: 14px;
    line-height:20px;
    color: #041e41;
    font-weight: 400;
    padding: 10px 0;
}
@media (max-width: 767px){
    .module-inner{
        border-radius:0;
        padding:15px 10px 25px;
    }
    .module-content p{
        font-size:16px;
        line-height:1.35;
    }
    .module-content h2{
        font-size:22px;
    }
    .module-content h3{
        font-size:20px;
    }
    .module-content h4{
        font-size:16px;
    }
    .module-footer{
        padding-top:20px;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .module-footer .button{
        font-size:14px;
    }
    
    .read-more-wrapper.has-readmore {
        max-height: 160px;
        overflow: hidden;
        position: relative;
    }
    .open.read-more-wrapper {
        max-height: 10000px;
    }
    .has-readmore.read-more-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 30px;
        background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff',GradientType=0 );
    }
    .read-more-wrapper.open:after{
        display:none;
    }
    .has-readmore + .read-more-footer {
        display: block;
    }
    .open + .read-more-footer {
        display: none;
    }
}


/** comun **/
.suggested-products{
    padding:0 0 37px;
    width:100%;
    max-width:1190px;
    margin:0 auto;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 50px 20px rgba(0,0,0,0.08);
    box-shadow: 0 0 50px 20px rgba(0,0,0,0.08);
}
.sggp-header{
    border-bottom:1px solid #d7dde2;
    text-align:center;
    position:relative;
}
.sggp-header h4{
    font-size:20px;
    line-height:45px;
    color:#00a1a9;
    margin-top:0;
    margin-bottom:0;
    display:inline-block;
    position:relative;
    z-index:2;
}
.sggp-header .sggp-slider-arrows{
    float:right;
    position:absolute;
    left:10px;
    right:10px;
    top:0;
    bottom:0;
    z-index:1;
}

.sggp-header .sggp-slider-arrows .slick-arrow:before{
    color:#00a1a9;
    font-size:26px;
    line-height:37px;
    display:inline-block;
}
.sggp-header .sggp-slider-arrows .slick-arrow.slick-disabled:before{
    opacity:0.5;
}
.sggp-slider{
    height:auto;
}
.sggp-slider .sggp-item{
    position:relative;
    text-align:center;
    padding-top:20px;
    opacity:0;
    height:auto;
}
.slick-initialized.sggp-slider .sggp-item{
    opacity:1;
}
.sggp-slider .sggp-item .badge-sm.onsale{
    position: absolute;
    background: #ff9000;
    color: #fff;
    font-size: 16px;
    left: 50%;
    transform: translatex(-50%);
    line-height: 25px;
    padding: 0 10px;
    background-clip: content-box;
    text-align: center;
    top: -7px;
    z-index:2;
}
.sggp-slider .sggp-item .badge-sm.onsale:before,
.sggp-slider .sggp-item .badge-sm.onsale:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.sggp-slider .sggp-item .badge-sm.onsale:before{
    border-radius: 4px 0 0 4px;
    right: 9px;
    left: 0;
    -moz-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    background: #ff9000;
}
.sggp-slider .sggp-item .badge-sm.onsale:after{
    border-radius: 0 4px 4px 0;
    right: 0;
    left: 9px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background: #ff9000;
}
.sggp-slider .sggp-item .badge-sm.onsale .text{
    position: relative;
    z-index: 2;
}
.sggp-img-container{
    width:100%;
    max-width:190px;
    height:190px;
    text-align:center;
    margin:0 auto 5px;
    position:relative;
}
.sggp-img-container img{
    max-width:100%;
    max-height:100%;
    position:relative;
    top:50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sggp-slider .sggp-item .sggp-headline{
    color:#1a353b;
    font-size:18px;
    line-height:1.2;
    padding:0 15px;
    margin-top:0;
    margin-bottom:10px;
    height:50px;
    overflow:hidden;
}
.sggp-oldprice,
.sggp-price{
    display: inline-block;
    vertical-align: middle;
}
.sggp-oldprice{
    font-size:20px;
    color:#00a1a9;
    position:relative;
}
.sggp-oldprice .currency{
    display:none;
}
.sggp-oldprice:before{
    content:'';
    width:100%;
    height:0;
    border-top:1px solid #00a1a9;
    position:absolute;
    top:50%;
    left:0;
}
.sggp-oldprice span.decim{
    font-size: 14px;
    line-height: 1em;
    position:relative;
    top:-.35em;
}
.sggp-price{
    font-size:24px;
    color:#00a1a9;
}

.sggp-price span.decim{
    position:relative;
    font-size:15px;
    top: -7px;
}
.sggp-price .currency{
    font-size:23px;
}

.view-more-container{
    text-align:center;
    display:none;
    padding-top:20px;
}

.suggested-products.complementary-products{
    margin-bottom:60px;
}

@media (max-width: 991px){
    .prod-com-slider-container{
        padding-top:120px;
    }
}
@media (max-width: 767px){
    .prod-com-slider-container{
        padding-top:50px
    }
    .suggested-products{
        width:auto;
        margin-left: -10px;
        margin-right:-10px;
        border-radius:0;
    }
    .sggp-slider{
        height:auto;
    }
    .sggp-slider .sggp-item{
        width:50%;
        display:none;
        margin-right:-0.25em;
        padding:10px 0;
        opacity:1;
    }
    .sggp-slider .sggp-item:nth-child(1),
    .sggp-slider .sggp-item:nth-child(2),
    .sggp-slider .sggp-item:nth-child(3),
    .sggp-slider .sggp-item:nth-child(4){
        display:inline-block;
    }
    .sggp-slider .sggp-item.visible{
        display:inline-block;
    }
    .sggp-slider .sggp-item .sggp-headline{
        font-size:14px;
    }

    .sggp-header .sggp-slider-arrows{
        display:none;
    }
    .view-more-container{
        display:block;
    }
}



.comments{
    padding-bottom:60px;
}

.comments .wrapper{
    max-width:770px;
}
.comments-header{
    border-bottom:1px solid #d7dde2;
}
.comments-header h3{
    text-align:center;
    font-size:20px;
    color:#1a353b;
    margin-top:0;
    margin-bottom:20px;
}
.comments-header h3 small{
    font-size:14px;
}
.comments-body{
    border-bottom:1px solid #d7dde2;
}

.comment{
    padding-top:20px;
}
.comment-avatar{
    float:left;
    width:36px;
    height:36px;
    border-radius:100%;
}
.comment-body{
    padding: 6px 15px 15px 50px;
}
.comment-user{
    font-size:16px;
    color:#1a353b;
    margin:0 0 5px 0;
}
.comment-date{
    color:#879199;
    font-size:12px;
    font-weight: 400;
    display:block;
    margin-bottom:5px;
}
.comment-date i{
    -moz-transform: scale(1, -1) rotate(180deg);
    -webkit-transform: scale(1, -1) rotate(180deg);
    -o-transform: scale(1, -1) rotate(180deg);
    -ms-transform: scale(1, -1) rotate(180deg);
    transform: scale(1, -1) rotate(180deg);
}
.comment-text{
    font-weight:300;
    font-size:14px;
    line-height:22px;
    padding:5px 0 0;
}
.comment-text p{
    margin:0 0 10px 0;
}

.comment-alt .btn-reply.active{
    color: #00a1a9;
}
.comment-replies{
    border-top:1px solid #d7dde2;
    padding-left:50px;
}


.comments-form.main-form{
    padding-top:25px;
    position:relative;
}
.comments-form table{
    width:100%;
    border-collapse:collapse;
}
.form-avatar-container{
    width:62px;
    text-align:center;
}
.form-avatar-container > i{
    font-size:36px;
    color: #879199;
}
.comments-form .form-avatar{
    width:36px;
    height:36px;
    border-radius:100%;
}
.comments-form textarea{
   width:100%;
   -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,0.04);
    box-shadow: 0 0 30px 5px rgba(0,0,0,0.04);
    border:none;
    border-radius: 3px;
    padding:12px;
    min-height:94px;
    resize:none;
    font-size:15px;
}
.comments-form.reply-form{
    padding-top:25px;
    display:none;
}
.comments-form.reply-form.open{
    display:block;
}
.form-bottom{
    padding-top:25px;
}

.rate{
    position:absolute;
    left:80px;
    bottom:0;
    padding-bottom:5px;
}
.form-rate{
    border:none;
    padding:0;
    margin:0;
}
.form-rate{
    display: inline-block;
    border: 0;
}
.form-rate > input{
    display: none;
}
.form-rate > label{
    float: right;
    color:#c6cbcf;
}
.form-rate > label:before{
    display: inline-block;
    font-size: 30px;
    padding: 0 3px;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; 
    
}
.form-rate .half:before{
    content: "\f089 "; 
    position: absolute;
    padding-right: 0;
}
.form-rate input:checked ~ label, 
.form-rate label:hover, label:hover ~ label{ 
    color: #00a1a9;  
} 
.form-rate input:checked + label:hover, input:checked ~ label:hover, 
.form-rate input:checked ~ label:hover ~ label, 
.form-rate label:hover ~ input:checked ~ label{ 
    color: #00a1a9;  
}
.label-rate,
.form-rate{
    display:inline-block;
    vertical-align:middle;
}
.label-rate{
    font-weight:300;
    font-size:15px;
    color:#879199;
    margin-right:10px;
    line-height:25px;
}



.form-bottom .btn-submit{
    float:right;
    line-height: 36px;
    padding: 0 20px;
    font-size:16px;
}
@media (max-width: 991px){
    .comments .wrapper {
        max-width: 750px;
    }
}
@media (max-width: 767px){
    .comments{
        padding-bottom:30px;
    }
    .comments .wrapper{
        padding:0 10px;
    }
    .comments-header{
        margin-bottom:0;
    }
    .comments-header h3{
        font-size:15px;
        margin-bottom:15px;
    }
    .comment-avatar{
        margin-left:10px;
    }
    .comment-text{
        font-size:14px;
        line-height:20px;
    }
    .comment-replies,
    .comment-body{
        padding-left:0;
    }
    .comment-header{
        padding-left:50px;
    }
    .comment-replies .comment{
        position:relative;
        padding-left:12px;
    }
    .comment-replies .comment:before{
        font-family: 'FontAwesome';
        content: "\f148";
        position:absolute;
        left:0;
        top:25px;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .rate{
        position:static;
        padding-left:20px;
        padding-bottom:50px;
    }
    .form-bottom{
        text-align:center;
    }
     .form-bottom .btn-submit{
        float:none;
    }
}
@media (max-width: 639px){
    .main-form{
        margin-left: -10px;
        margin-right: -10px;
    }
    .comments-form .form-control{
        position:relative;
    }
    .comments-form .form-avatar-container{
        position:absolute;
        top:-18px;
        left:0;
    }
    .comments-form textarea{
        padding-top:24px;
        font-weight:300;
    }
    
    .label-rate{
        display:block;
        margin-bottom:8px;
    }
    
   
    
    
    .form-avatar-container > i{
        background:#fff;
        border-radius:100%;
    }
}


.recommended-prod-container{
    padding-bottom:60px;
}


































