/*------------- 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{
    max-width:500px;
    position:relative;
    padding:0 13px 13px 0;
}
.product-single-panel .product-bg img{
    max-width: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 .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;
    line-height:24px;
}

.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:30px;
    left:0;
    width:45%;
    z-index:2;
    height:0;
}
.badge.onsale .badge-inner{
    display:inline-block;
    position:relative;
    left:50%;
    transform:translateX(-50%);
    color:#ffffff;
    font-size:24px;
    line-height:1;
    padding:10px 15px;
}
.badge.onsale .badge-inner .text{
    position: relative;
    z-index: 2;
    
}
.badge.onsale .badge-inner .badge-skew{
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: perspective(110px) rotateX(-10deg);
    border-radius: 4px;
    overflow: hidden;
    outline: 1px solid transparent;
    background: #00a1a9;
}

.product-single-panel .product-image{
    width:45%;
    float:left;
    min-height:1px;
}
.gallery-big-img .slick-list,
.gallery-big-img .slick-list{
    height:100%;
}
.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{
    position:relative;
    vertical-align: top;
    font-size: 21px;
    line-height:24px;
    font-family: FontAwesome;
    display:inline-block;
    color: #c6cbcf;
    letter-spacing:6px;
}
.rating-stars-blue:before{
    content: "\f005 \f005 \f005 \f005 \f005";
}
.rating{
    position: absolute;
    left:0;
    top:0;
    white-space:nowrap;
    overflow:hidden;
    color: #609ffe;
 }
 .rating:before{
    content: "\f005 \f005 \f005 \f005 \f005";
 }
 */
 
 .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{
    text-align:left;
}

.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 .btn-wishlist{
    padding:7px 5px;
    margin-bottom:0;
}

.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;
    
}
.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:30px;
    display: inline-block;
    width:105px;
    vertical-align:middle;
    margin-right:-0.25em;
}
.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.05);
    box-shadow: 0 5px 10px 2px rgba(0,0,0,0.05);
    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;
    padding-left:0;
}
.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;
    font-weight:300;
}

.quantity-box .qty-number{
    width:40px;
    border:none;
    background:none;
    text-align:center;
    font-size:16px;
    color:#00a1a9;
}

.gallery-big-img .slick-slide{
    text-align:center;
}
.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%);
}

.small-gallery .slick-track, 
.small-gallery.gallery-thumbnails {
    width: auto !important;
    white-space: nowrap;
}

.gallery-thumbnails{
    width:430px;
    max-width:430px;
    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;
}
.small-gallery.gallery-thumbnails .slick-slide{
    display:inline-block;
    float:none;
}

.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{
    max-height:70px;
}
.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-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;
}

.product-bottom{
    text-align:center;
    display:none;
    padding-top:20px;
}

.product-attributes{
    padding-top:30px;
    padding-left:15px;
}
.product-attributes table td{
    padding:12px 8px;
    line-height:1;
    font-size:16px;
}

.rating-beans{
    white-space: nowrap;
}
.rating-beans span{
    display:inline-block;
    width:15px;
    height:16px;
    background-image: url('../img/beans-rating.png');
    background-repeat:no-repeat;
    background-position:0 0;
}
.rating-beans .full-bean{
    background-position:0 0;  
}
.rating-beans .half-bean{
    background-position:-15px 0;  
}
.rating-beans .empty-bean{
    background-position:-30px 0;  
}
@media (max-width: 1459px){
    .product-single-panel .product-info{
        width:920px;
    }
}
@media(max-width: 1199px){
    .product-single-panel > .wrapper{
        max-width: 950px;
    }
    
    
    .product-single-panel .product-info{
        max-width:720px;
    }
    .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-addtocart{
        padding-left:0;
    }
}
@media(max-width: 991px){
    .product-single-panel{
        padding-top:50px;
    }
    .product-single-panel > .wrapper{
        max-width: 750px;
    }
    .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{
        display:none;
    }
    .product-attributes{
        padding-top:20px;
    }
    .product-attributes table{
        margin:0 auto;
    }
}
@media(max-width: 767px){
    .product-header{
        padding:0 10px;
    }
    .product-title-container{
        text-align:center;
    }
    .product-single-panel .product-title-container{
        margin-bottom:10px;
    }
    .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;
    }
    .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,
    .product-info-content .product-prices, 
    .product-info-content .en-gros-prices{
        display:block;
        width:100%;
        margin:0;
        text-align:center;
        padding:0 10px;
    }
    .product-single-panel .product-short-descr{
        text-align:center;
        font-size:18px;
        padding:0;
        margin-bottom:20px;
    }
    .product-info-content .product-prices{
        font-size:30px;
        margin-bottom:10px;
    }
    .product-info-content .product-prices .decim{
        font-size:16px;
        top:-9px;
    }
    .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-addtocart .btn-wishlist{
        display:none;
    }
    .product-bottom{
        display:block;
    }
}



.product-origin{
    padding:60px 0 20px;
    min-height:360px;
}
.product-origin > .wrapper{
    max-width:1170px;
}
.icon-features-container{
    display:inline-block;
    width:500px;
}
.icon-features-container table{
    width:100%;
}

.icon-features-container td{
    padding:10px 15px;
    max-width:215px;
    vertical-align:top;
}
.icon-feature{
    padding-left:60px;
    padding-top: 6px;
    position:relative;
}
.icon-feature .if-icon{
    position:absolute;
    top:0;
    left:0;
    width:42px;
    height:37px;
    background-image: url('../img/features-icons-sprite.png');
    background-repeat:no-repeat;
}
.icon-feature .if-icon.origine {
    background-position:0 0;
}
.icon-feature .if-icon.regiune{
    background-position:-42px 0;
}
.icon-feature .if-icon.sortiment{
    background-position:-84px 0;
}
.icon-feature .if-icon.altitudine{
    background-position:-126px 0;
}
.icon-feature .if-icon.procesare{
    background-position:-168px 0;
}
.icon-feature .if-icon.prajire{
    background-position:-210px 0;
}
.icon-feature p{
    margin:0;
    line-height:24px;
}
.icon-feature .if-label{
    color:#879199;
}
.icon-feature .if-value{
    color:#00a1a9;
    font-size:16px;
}
.map-origin-container{
    width:476px;
    margin-right:85px;
    margin-top:0;
    float:right;
    position:relative;
}
.map-origin-container .map{
    background-image: url('../img/map-origin.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    width:100%;
    padding-bottom: 53.2%;
    
}
.flag-button {
    height: 24px;
    padding: 0 5px 0 7px;
    background-color: #00a1a9;
    font-size: 14px;
    font-weight:300;
    color:#fff;
    line-height:23px;
    position: absolute;
    
    
}
.flag-button .flag{
    overflow:hidden;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    white-space: nowrap;
    width:0px;
    display:inline-block;
}
.flag-button:after {
     content: "";
     position: absolute;
     display: block;
     bottom: 0;
     border: 12px solid #00a1a9;
     z-index: 1;
     right: -17px;
     border-left-width: 5px;
     border-right-color: transparent;
}
.flag-button:before {
     content: "";
     position: absolute;
     display: block;
     top:0;
     left: -3px;
     width: 77px;
     height: 59px;
     background-image: url('../img/flag-country.png');
     background-position: left bottom;
     z-index:1;
 }
 /*
.flag-button.active .flag,
.flag-button:hover .flag{
    width:auto;
    color: #fff;
    min-width: 80px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
*/
.map-origin-container.brazilia .more{
    top: 47%;
    left: 37%;
}
.map-origin-container.burundi .more{
    top: 44%;
    left: 57%;
}
.map-origin-container.costa-rica .more{
    top: 36%;
    left: 26.5%;
}
.map-origin-container.el-salvador .more{
    top: 34%;
    left: 25%;
}
.map-origin-container.yemen .more{
    top: 32%;
    left: 62%;
}
.map-origin-container.ethiopia .more{
    top: 37%;
    left: 59%;
}
.map-origin-container.guatemala .more{
    top: 32%;
    left: 24.5%;
}
.map-origin-container.honduras .more{
    top: 32.8%;
    left: 25.7%;
}
.map-origin-container.india .more{
    top: 31%;
    left: 70%;
}
.map-origin-container.indonezia .more{
    top: 43%;
    left: 82%;
}
.map-origin-container.jamaica .more{
    top: 31%;
    left: 28%;
}
.map-origin-container.kenia .more{
    top: 41%;
    left: 58%;
}
.map-origin-container.nicaragua .more{
    top: 35%;
    left: 26%;
}
.map-origin-container.panama .more{
    top: 35%;
    left: 27.5%;
}
.map-origin-container.tanzania .more{
    top: 46%;
    left: 58%;
}

/*
.map-origin-container .more{
    top: 44%;
    left: 57%;
}
*/
@media (max-width: 1199px){
    .map-origin-container{
        width:440px;
        margin-right:0;
    }
    
    
    .product-origin > .wrapper{
        max-width:950px;
    }

}
@media (max-width: 991px){
    .product-origin > .wrapper{
        max-width:750px;
    }
    
    .icon-features-container td{
        padding:10px;
        text-align:center;
    }
    .icon-feature{
        padding-left:0;
    }
    .icon-feature .if-icon{
        position:static;
        margin:0 auto;
    }
    .icon-features-container, 
    .map-origin-container{
        width:50%;
    }
}
@media (max-width: 767px){
    .map-origin-container{
        float:none;
        width:100%;
        margin:0 auto;
        max-width:440px;
    }
    .icon-features-container,
    .icon-features-container table{
        width:100%;
    }
    .icon-features-container td{
        padding:10px 8px;
    }
    .map-origin-container .more {
        top: 36%;
    }
}

.product-content{
    padding:30px 0 5px;
    margin-bottom:10px;
}
.product-content.pt70{
    padding-top:70px;
}

.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: 16px;
    line-height:20px;
    color: #1a353b;
    padding: 10px 0;
}


.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;
}


.product-content{

    position:relative;
}

@media (max-width: 767px){
    .product-content{
        background:none;
    }
    .module-inner{
        border-radius:0;
        padding:15px 10px 25px;
    }
    .module-content p{
        font-size:16px;
        line-height:1.4;
    }
    .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;
        padding:22px 10px;
    }
    
    .prc-icon-box{
        max-width:160px;
    }
    .prc-icon-box.i-center{
        max-width:170px;
    }
    .prc-icon-box .prc-icon{
        width: 120px;
        height:90px;
        background-size:360px auto;
    }
    .prc-icon-box .prc-icon.trs{
        background-position:-120px 0;
    }
    .prc-icon-box .prc-icon.org{
        background-position:-240px 0;
    }
    .prc-icon-box p{
        font-size:16px;
    }
    
    .read-more-wrapper {
        max-height: 180px;
        overflow: hidden;
        position: relative;
    }
    .open.read-more-wrapper {
        max-height: 10000px;
    }
    .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-footer {
        display: block;
    }
    .read-more-wrapper.open:after{
        display:none;
    }
    .open + .read-more-footer {
        display: none;
    }
    
    
    
    .ti-box{
        width:100%;
        float:none;
        margin-bottom:30px;
    }
}
@media (max-width: 550px){
    .prc-icon-box{
        max-width:100%;
    }
}

/** 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;
}

.product-options .label .icon-info{
    display:inline-block;
}

body.modal-open{
    position:relative;
    overflow:hidden;
}

.modal{
    right:0 !important;
    left:0 !important;
    top:0 !important;
    margin-left:0 !important;
    bottom:0;
    overflow-y:scroll;
}

.modal .modal-overlay{
    position:absolute;
    top:0;
    bottom:0;
    width:100%;
    z-index:150;
}
.modal-wrapper{
    padding:232px 0 75px;
    position:relative;
    height:100%;
}
.modal .modal-inner{
    max-width:1140px;
    background:#f1f5f8;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 12px 6px rgba(0,0,0,0.025);
    box-shadow: 0 0 12px 6px rgba(0,0,0,0.025);
    position:relative;
    padding:0 30px;
    margin:0 auto 0px;
    position:relative;
    z-index:200;
}
.close_modal_icon{
    display:block;
    width:14px;
    height:14px;
    background-image: url('../img/close-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    width:54px;
    height:54px;
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
}

.modal-header{
    padding-top:1px;
}
.modal-body{
    padding:45px 0 20px;
}
@media (max-width: 1199px){
    .modal .modal-inner{
        max-width:640px;
    }
}
@media (max-width: 767px){
    .modal .modal-inner{
        padding:0 10px;
    }
    .modal-wrapper{
        padding-top:150px;
    }
}




.nivel-prajire{
    background-image: url('../img/prajire-manuala-bob.png');
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:50px;
}
.np-container{
    width:100%;
    border-collapse: collapse;
}
.np-container td{
    padding: 0 0 33px 0;
    width:50%;
}
.np-container td:first-child{
    text-align:right;
}

.np-item{
    display:inline-block;
    text-align:left;
    position:relative;
}
.np-item.right{
    text-align:right;
}
.npi-header{
    padding-bottom:15px;
}
.npi-headline{
    font-size:24px;
    line-height:1;
    color:#041e41;
    font-weight:300;
    margin:0;
}

.npi-headline .npi-label{
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    line-height:21px;
    font-weight:600;
    border-radius:99px;
    display:inline-block;
    padding:0 12px;
    font-style:normal;
    position: relative;
    top: -1.1em;
}
.npi-headline .npi-label.light{
    background:#bd7e3d;
}
.npi-headline .npi-label.medium{
    background:#754420;
}
.npi-headline .npi-label.dark{
     background:#422313;
}

.npi-body ul li{
    font-size:13px;
    line-height:1.4;
    color:#54657e;
    font-weight:400;
}


.npi-indicator{
    position:absolute;
    left:0;
    right:42px;
    height: 1px;
    background:#041e41;
}
.npi-indicator-dot{
    position:absolute;
    left:100%;
    width:42px;
    height:42px;
    border-radius:100%;
    border: 2px solid transparent;
    top:50%;
    margin-top:-21px;
}


@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
              opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90%,100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
              opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
              opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90%,100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
              opacity: 0;
  }
}


.npi-indicator-dot:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:38px;
    height:38px;
    border:2px solid rgba(255,255,255,0.7);
    border-radius:50%;
    -webkit-animation: pulse-ring 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.npid-inner{
    width:28px;
    height:28px;
    margin:5px 0 0 5px;
    border-radius:100%;
    background:rgba(255,255,255, 0.7);
}

.right .npi-indicator{
    right:0;
    left:42px;
}
.right .npi-indicator-dot{
    right:100%;
    left:auto;
}

.row1 td{
    padding-left:66px;
}
.row1 td:first-child{
    padding-left:0;
    padding-right:66px;
}
.row1 td .np-item{
    padding-left:135px;
}
.row1 td:first-child .np-item{
    padding-left:0;
    padding-right:135px;
}


.row2 td{
    padding-left:105px;
}
.row2 td:first-child{
    padding-left:0;
    padding-right:116px;
}
.row2 td .np-item{
    padding-left:125px;
}
.row2 td:first-child .np-item{
    padding-left:0;
    padding-right:70px;
}


.row3 td{
    padding-left:75px;
}
.row3 td:first-child{
    padding-left:0;
    padding-right:75px;
}
.row3 td .np-item{
    padding-left:80px;
}
.row3 td:first-child .np-item{
    padding-left:0;
    padding-right:80px;
}

.nivel-prajire-footer{
    text-align:center;
    margin-top:50px;
}

@media (max-width: 1199px){
    .npi-body,
    .npi-indicator{
        display:none;
    }
    .npi-headline .npi-label{
        position:absolute;
        top:-5px;
        font-size:9px;
        line-height:1.2;
        padding-top:2px;
        padding-bottom:2px;
        right:105%;
        font-weight:300;
        white-space: nowrap;
        text-align:center;
    }
    .right .npi-headline .npi-label{
        left:105%;
        right:auto;
    }
    .nivel-prajire{
        background-image: url('../img/nivel-prajire.png');
        background-size:auto 100%;
        padding-top:32px;  
    }
    
    .row1 td:first-child .np-item{
        padding-right: 30px;
    }
    .row1 td .np-item {
        padding-left: 30px;
    }
    .row2 td:first-child .np-item{
        padding-right:0;
    }
    .row2 td .np-item {
        padding-left: 0;
    }
    .row3 td{
        padding-top:13px;
        padding-bottom:20px;
    }
    .row3 td:first-child .np-item{
        padding-right: 20px;
    }
    .row3 td .np-item {
        padding-left: 20px;
    }
    .npi-headline{
        font-size:21px;
    }
}
@media(max-width: 991px){
    .content-section{
        padding:40px 0 200px;
    }
    .right .content-box,
    .content-box{
        float:none;
        margin:0;
        max-width:100%;
        padding:0;
    }
    .section-small-img,
    .right .section-small-img{
        background-image: none !important;
        left:0;
        right:0;
    }
    .section-big-img,
    .right .section-big-img{
        left:0;
        right:0;
        bottom:0;
        top:55%;
        background-size:cover;
    }
    .content-box:before,
    .right .content-box:before{
        top:-10px;
        right:-10px;
        left:10px;
        bottom:-10px;
    }
    
}
@media(max-width:767px){
    .content-section .wrapper{
        padding-left:10px;
        padding-right:10px;
    }
    .content-box-inner{
        padding:15px 10px;
    }
}

@media (max-width:640px){
    .npi-headline{
        position:relative;
    }
    .npi-headline .npi-label{
        top:115%;
        right:0;
    }
    .right .npi-headline .npi-label{
        left:0;
    }
}

@media (max-width:479px){
    .nivel-prajire{
        padding-top:20px;
        padding-left:10px;
        padding-right:10px;
    }
    .npi-header{
        padding-bottom:0;
    }
    .np-container td,
    .row1 td:first-child,
    .row2 td:first-child,
    .row3 td:first-child{
        padding-top: 9px;
        padding-bottom: 35px;
        vertical-align:middle;
        padding-left:0;
        padding-right:0;
        position:relative;
    }
    .row1 td:first-child .np-item{
        right:85px;
    }
    .row2 td:first-child .np-item{
        right:93px;
    }
    .row3 td:first-child .np-item{
        right:90px;
    }
    
    .row1 td:last-child .np-item{
        left:85px;
    }
    .row2 td:last-child .np-item{
        left:93px;
    }
    .row3 td:last-child .np-item{
        left:90px;
    }
    
    .row1 td .np-item,
    .row1 td:first-child .np-item,
    .row2 td .np-item,
    .row3 td:first-child .np-item,
    .row3 td .np-item{
        width:65px;
        padding-left:0;
        padding-right:0;
        text-align:right;
    }
    .row1 td .np-item.right,
    .row2 td .np-item.right,
    .row3 td .np-item.right{
        text-align:left;
    }
    .npi-headline .npi-label,
    .right .npi-headline .npi-label{
        right:0;
        left:0;
        white-space:normal;
    }
}
