/* ============================================================================================================================
== product thumbnails style
** ============================================================================================================================ */

.product-thumbnails{
    margin: 0;
    padding: 0;
}
.product-thumbnails li:nth-child(4n+1){
    margin-left: 0;
}
.product-thumbnail-container{
    background: rgba(111,191,70, 0.1);
    /*box-shadow: 0 1px #999;*/
    border-radius: 2px;
    border-left: 1px solid #eee;  
    color: #222222;
    overflow: hidden;
    font-family: arial;
    font-size: 8pt;    
    /*-moz-box-shadow: 0 0 3px 3px #ddd;
    -webkit-box-shadow: 0 0 3px 3px #ddd;
    box-shadow: 0 0 3px 3px #ddd;*/
    font-size: 1.1em;
}
/*.product-thumbnail-container:hover{
    -moz-box-shadow: 0 0 3px 3px #888;
    -webkit-box-shadow: 0 0 3px 3px #888;
    box-shadow: 0 0 3px 3px #888;
}        */
.product-thumbnail-name{
    height: 40px;
    overflow: hidden;
}
.product-thumbnail-name h5{
    font-weight: bold;
    font-family: arial;
    margin: 0;
    padding-left: 10px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 90%;
}
.product-thumbnail-image{
    background: #fff;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgb(111,191,70);
}
.product-thumbnail-image img{
    width: 90%;
    height: auto;
}

.product-thumbnail-attribute{
    height: 135px;
    border-top: 1px solid #ddd;
    margin-bottom: 5px;
}
.product-thumbnail-attribute-related{
    height: 120px;
    border-top: 1px solid #ddd;
}
.product-thumbnail-price{
    padding-left: 10px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 85%;
}
.product-thumbnail-currency{
    font-size: 80%;
    margin-right: 5px;
}

.tombol-beli{
    text-align: center;
}

.buy-btn{
    width: 50%;
}

.buy-btn2{
    width: 50%;
}

.product-thumbnail-buttons{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 1;
    text-align: center;
    display: none;
}
.product-thumbnail-buttons a{
    display: block;
    width: 70%;
    /*height: 8%;*/
    padding: 10px;
    line-height: 20px;
    /*background: #333;*/
    margin: auto;
    position: relative;
    margin-top: 5%;
    color: #fff;
    opacity: 0.8;
    font-family: Arial;
    font-style: italic;
    font-size:12px;
}
.product-thumbnail-buttons a:hover{
    opacity: 1;
    text-decoration: none;
}
.product-thumbnail-buttons a span{
    margin-left: 5px;
}
.product-thumbnail-buttons a:first-of-type{
    margin-top: 30%;
}
.product-thumbnail-buy-button{
    
}
.product-thumbnail-view-button{
    
}
.product-thumbnail-compare-button{
    
}

.product-thumbnail-image:hover .product-thumbnail-buttons{
    display: block;
}

.test #submit {
    width: 500px;
}