
/*--------vibono-product-detail---------*/

.product-detail-outer {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 26px 0;
}

.product-view-img {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-top: 15px;
}





.image-gallery {
    margin: 0 auto;
    display: table;
    position: relative;
    width: 100%;
}

.primary,
.thumbnails {
    display: table-cell;
}

.thumbnails {
    width: 52px;
    position: absolute;
    left: 17px;
    top: 0px;
}

.primary {
    width: 85%;
    height: 556px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.thumbnail-image {
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #333;
}

.product-detail-info {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 21px 0 0 0;
}

.product-detail-info small {
    color: #cdcdcd;
    display: inline-block;
    margin-bottom: 16px;
    line-height: 1;
    font-size: 18px;
}

.product-detail-info h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-detail-outer h6 {
    font-size: 20px;
}

.product-detail-info h6 {
    text-transform: uppercase;
}

.content-list.extra-margin {
    margin: 15px 0 35px;
}

.content-list.extra-margin li {
    padding: 2px 0 2px 25px;
}

.content-list.extra-margin li:after {
    top: 5px;
}

.product-shipping-info {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.product-shipping-info span {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    color: #5c5c5c;
    position: relative;
    padding-left: 20px;
}

.product-shipping-info span i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9cc536;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.product-description-row {
    width: 100%;
    display: inline-block;
    padding-top: 30px;
}

.tabs {
    width: 100%;
    display: inline-block;
    position: relative;
}

.tab-info {
    display: none;
    width: 100%;
    padding: 30px 15px 0 0;
}

#description {
    display: block;
}

.product-description-info {
    width: 100%;
    display: inline-block;
}

.tab-info p {
    margin-bottom: 25px;
}

.tab-info p span {
    color: #9cc536;
    text-transform: uppercase;
}

.tab-info p small {
    display: inline-block;
    color: #dfdfdf;
    font-size: 16px;
    margin: 0 0 15px 0;
}

.similar-product-row {
    width: 100%;
    display: inline-block;
    position: relative;
    border-top: 1px solid #5c5c5c;
    margin-top: 56px;
    padding-top: 32px;
    padding-left: 15px;
}

.single-product-rating {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.product-nutrition-info {
    width: 100%;
    display: inline-block;
}

.product-nutrition-info table {
    width: 100%;
    border: none;
    margin-bottom: 15px;
}

.product-nutrition-info table thead {
    border: none;
}

.product-nutrition-info table thead tr {
    border: none;
    background: #f0f0f0
}

.product-nutrition-info table tr {
    border: none;
}

.product-nutrition-info table tbody tr:nth-child(even) {
    background: #f0f0f0;
    border: none;
}

.product-nutrition-info table td,
.product-nutrition-info table th {
    color: #5c5c5c;
    font-size: 18px;
    line-height: 1;
    border: none;
    font-weight: 400;
    padding: 7px 10px;
}

p.green-color {
    color: #9cc536 !important;
}


.similar-product-row .korotte-slider .owl-item p {
    margin: 15px 20px 5px;
}


form.cart {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

form.cart .quantity {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
}

.qty {
    /*width: 84px;*/
    border: 1px solid #595959;
    /*padding: 15px 35px 15px 5px;*/
    background: #fff;
    color: #5c5c5c;
    /*font-size: 1rem;*/
    position: relative;
}

input[type=number].qty::-webkit-inner-spin-button,
input[type=number].qty::-webkit-outer-spin-button
{
    -webkit-appearance: none;
}

/*.inc.btn-arrow {
    width: 30px;
    height: 30px;
    right: -53px;
    bottom: 5px;
    position: absolute;
    cursor: pointer;
    color: #fff;
    text-align: center;
    background-color: #9cc536;
    border-radius: 50px;
}

.dec.btn-arrow {
    width: 30px;
    height: 30px;
    right: -20px;
    top: 5px;
    position: absolute;
    cursor: pointer;
    text-align: center;
    background-color: #eee;
    border-radius: 50px;
}*/






/*--------vibono-product-filter-------*/

.product-filter {
    margin: 0 0 30px;
    padding: 18px 150px 18px 18px;
    background: #5c5c5c;
    width: 100%;
    position: relative;
}

.product-filter li {
    display: inline-block;
    padding: 0;
    margin: 0 30px 0 0;
}

.product-filter li label {
    color: #fff;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
}

.product-filter li label .check-box {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0%;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
}





.product-filter a.pp-reset-filter {
    color: #fff;
    position: absolute;
    right: 18px;
    top: 18px;
}

/*.product-filter a span {
    display: inline-block;
    margin-left: 10px;
}*/

.product-list {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.product-list-img {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #d1d1d1;
    transition: all 0.3s ease;
    text-align: center;
}

.product-list-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    transform: translate(-50%, -50%);
    display: block;
    transition: all 0.3s ease;
    opacity: 0;
}

a.zoom-product,
a.addto-cart
{
    display: block;
    color: #fff;
    transition: all .3s ease;
    text-transform: uppercase;
}
a.zoom-product {
    padding: 5px 12px;
    background: #5c5c5c;
    margin-bottom: 15px;
    font-size: 15px;
    border: 2px solid #fff;
    border-radius: 50px;
}
@media (max-width: 991px) {
    a.addto-cart {
        background: #9cc536 !important;
    }
}
a.addto-cart:hover,
a.zoom-product:hover
{
    color: #fff;
}


.product-list-img:hover img {
    /*filter: blur(1px);*/
}

.product-list-img:hover .product-list-hover {
    opacity: 1;
}

.product-list p {
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #5c5c5c;
    /*font-weight: bold;*/
}

.product-list p.green-color {
    color: #9cc536;
}

.product-list p.green-color del {
    color: #d8eca4;
    margin-right: 10px;
}

.product-list .onsale {
    position: absolute;
    top: -20px;
    right: -5px;
    width: 50px;
    height: 50px;
    background: #9cc536;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.product-list .onsale i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-style: initial;
}
