/* Google font */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/* Global */

.owl-item .item img {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    display: block;
}

.item {
        padding: 0 8px 0 8px;
        line-height: 1.714285714;
}

.caption {
    text-align: center;
    padding: 0 5px; 
}

.wpcs_product_carousel_slider {
    position: relative;
    margin: 10px 0 20px;
    font-family: 'Open Sans', sans-serif;
}

/* Title */

.owl-item .item h4.product_name {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 10px 0 6px;
    line-height: normal;
}

.owl-item .item h4.product_name a {
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #444444;
    webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

/* Price */

.price {
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: block;
    color: #444444;
}

.price del .amount {
    color: #999;
    font-size: 15px;
}

.price del {
    color: #999;
}

.price ins {
    color: #444444;
    background: none;
}

/* Cart */

.owl-item .item .cart {
    font-family: 'Open Sans', sans-serif; 
}

.owl-item .item .cart .add_to_cart_button, .owl-item .item .cart a.added_to_cart.wc-forward {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px 11px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.owl-item .item .cart .add_to_cart_button:hover, .owl-item .item .cart a.added_to_cart.wc-forward:hover {
    text-decoration: none;
}

a.button.add_to_cart_button.product_type_simple.added {
    display: none;
}

/* Header Area */

.title {
    border-bottom: 1px solid #F6F6F6!important;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 13px;
    padding-bottom: 2px;
}

/* Navigation Arrows */

.another_carousel_header a {
    width:40px;
    height:40px;
    background: url("carousel-nav.png") 100% 0 no-repeat #d6d6d6;
    position: absolute;
    top: 34%;
    z-index: 999;
    text-indent: -9999px;
    border: 0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a.prevo {
    left: -8px;
    background: url("carousel-nav.png") 0 0 no-repeat #d6d6d6;
}
a.nexto {
    right: -8px;

}
a.prevo:hover{
    background: url("carousel-nav.png") 0 100% no-repeat #333333;
    border-color:#333333;
}
a.nexto:hover{ 
    background: url("carousel-nav.png") 100% 100% no-repeat #333333;
    border-color:#333333; 
}

/* Product Image Hover Effect */

.wpcs_product_carousel_slider .product_image_container .product_thumb_link {
    display: block;
    overflow: hidden;
}

.wpcs_product_carousel_slider .product_image_container .product_thumb_link img {
    -webkit-transition: all 0.30s linear;
    -moz-transition: all 0.30s linear;
    -o-transition: all 0.30s linear;
    -ms-transition: all 0.30s linear;
    transition: all 0.30s linear;
}

.wpcs_product_carousel_slider .product_image_container .product_thumb_link:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}