/* styles unrelated to zoom */
{ border:0; margin:0; padding:0; }

/* these styles are for the demo, but are not required for the plugin */
.zoom {
    /*display:inline-block;
    position: relative;*/
}

/* magnifying glass icon */
.zoom:after {
    content: '';
    display: block;
    width: 34px;
    height: 33px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/iconZoom.png);
}

.zoom img {
    display: block;
}
.zoom img::selection { background-color: transparent; }

/* Product & Product detail CSS */

.product-list {
    padding: 0 10px;
}

.item-product {
    margin-bottom: 30px;
}

.product-image {
    height: 200px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center!important;
    position: relative;
}

.product-image .onsale {
    height: 52px;
    width: 52px;
    background: #00afbc;
    color: #fff;
    text-transform: uppercase;
    right: 12px;
    min-height: 3.236em;
    min-width: 3.236em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    font-size: .857em;
    z-index: 9;
    left: auto;
    margin: 1.5em 1.5em 0 0;
    line-height: 53px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.product-image .onzoom {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 0px;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    bottom: -19px;
    right: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #000;
    margin: 1.5em 0.5em 0 0;

}

.product-category, .product-category a
{
    clear: both;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #aaa;
    height: 50px;
    display: inline-table;
    vertical-align: middle;
}

.product-title
{
    font-size: 16px !important;
    font-weight: 600;
    margin: 0;
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
}

.product-title a
{
    color: black;
}

.product-list .product-price{
    /* display: table-row; */
}

.product-short-description {
    text-align: center;
    border: 1.5px solid #aaa;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pagi-area {
    display: table;
    margin: auto;
}

/** product gallery **/
.product-gallery--with-images {
    padding: 0 25px;
}
.product-gallery-image-big, .product-gallery-image
{
    padding: 0;
    margin: 0;
}
.product-gallery-image-big span {

    height: 420px;

    background-size: contain!important;

    background-position: center!important;

    background-repeat: no-repeat!important;
}

.product-gallery-thumbs {
    text-align: center;
    margin-bottom: 20px;
}

.product-gallery-image{
    display: inline;
}
.product-gallery-image img
{
    width: 15%;
    margin: 2px 0;
}
.product-gallery-media
{
    text-align: center;
    margin-top: 2px;
}
/**/

/* Product detail */
#product-gallery-image-big .onnews, .product-image .onnews
{
    position: absolute;
    margin-top: 1em;
    padding: 2em 2em 4em 4em;
    right: 0;
    text-align: center;
    vertical-align: middle;
    background: url(../images/new.gif);
    background-repeat: no-repeat;
    z-index: 1;
}

.product-summary .product-price-higher
{
    font-size: 24px;
    line-height: 28px;
    color: #100e0e;
    letter-spacing: -1px;
    margin-bottom: 12px
}

.product-summary .product-price
{
    color: #000000;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.product-summary .product-title {
    font-size: 24px;
    line-height: 28px;
    color: #100e0e;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

.product-summary .product-description
{
    /**/
}

.product-related {
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
}

.lastedProducts-area {
    border-width: 1px;
    border-style: solid;
    padding: 25px;
    border-color: #ebebeb;
}

div#lastedProducts {
    margin: 0 -5px;
}

/**/
.player {
    /*visibility: hidden;*/
    display: none;
}

/* Apologies for the large base64 image file */

.speaker {
    background-image: url(../images/speaker.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 100% 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: block;
    position: relative;
    float: right;
}

.speakerplay {
    background-position: 0 0;
}

.product-media {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 40px;
}