@media only screen and (max-width: 768px) {
    .owl-nav button {
        margin: auto 5px!important
    }
    .star-rating i {
        margin-left: 5px;
    }
    .fsSocial a {
        margin: auto 10px!important;
        background-position: center;
    }
    li {
        line-height: 26px;
    }

}

imgzoom:hover {
    -webkit-transform: scale(2.5);
    opacity: 0.5;
    transition: 0.2s linear all;
}

.breadcrumb {
    background-color: #a0dfe1 !important;
}

.nav-link {
    color: #171717 !important;
}

.shop .tabs-product {
    margin-top: 0 !important;
}

.relative {
    position: relative;
}

.margin-bottom-3 {
    margin-bottom: 3px !important;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

div.row > div img.img-responsive {
    width: 100%;
}

img.img-responsive {
    display: inline-block;
}

.img-responsive {
    /*width: 100%;*/
    height: auto;
    /*display: inline-block;*/
}

.zooming {
    position: absolute;
    top: -66.6857px;
    left: -18.2571px;
    opacity: 0;
    width: 500px;
    height: 500px;
    border: medium none;
    max-width: none;
    max-height: none;
}

figure.zoom img::selection {
    background-color: transparent;
}

figure.zoom {
    display: inline-block;
    position: relative;

    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

figure.zoom > a.lightbox {
    position: absolute;
    z-index: 20;
    font-size: 17px;
    background-color: #666;
    padding: 6px 10px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #fff;

    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}

figure.zoom > a.lightbox:hover {
    background-color: #333;
}

/* lightbox button position */
figure.zoom > a.lightbox.bottom-right {
    right: 10px;
    bottom: 10px;
}

figure.zoom > a.lightbox.bottom-left {
    left: 10px;
    bottom: 10px;
}

figure.zoom > a.lightbox.top-right {
    right: 10px;
    top: 10px;
}

figure.zoom > a.lightbox.top-left {
    left: 10px;
    top: 10px;
}

.owl-carousel.zoom-more .owl-controls .owl-buttons div {
    background-color: inherit;
    border: 0;
}

.owl-carousel.zoom-more .owl-controls.clickable {
    top: auto !important;
    bottom: 0 !important;
    margin-top: 0;
    margin-bottom: -10px;
    right: -10px;
}

.owl-carousel.zoom-more a,
.owl-carousel.zoom-more a > img {
    text-align: center;

    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

.owl-carousel.zoom-more a.active > img {
    opacity: 1;
    filter: alpha(opacity=1);

    -webkit-filter: none;
    filter: none;
}

.box-light {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.05);
}

.box-light .box-inner {
    background-color: #fff;
}

.box-inner {
    padding: 15px;
    display: block;
}

.box-inner h1, .box-inner h2, .box-inner h3, .box-inner h4, .box-inner h5, .box-inner h6 {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 12px;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
    margin-bottom: 15px;
}

.tags {
    list-style: none;
}

.tags li::before {
    transition: 0.3s ease;
    text-shadow: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #0090e8;
    margin: 0px 3px;
}

.tags li {
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    background-color: #fafafa;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
    /*padding: 5px 10px;*/
    margin-bottom: 8px;
}

/** **/
.reviews .review .visitor-rating dt {
    font-weight: normal;
}

.reviews .review .visitor-rating dd {
    font-weight: bold;
    color: #4611a7;
}

.reviews .review .visitor-rating dd.star-rating {
    clear: left;
    margin-bottom: 10px;
    text-align: left;
    padding: 0;
}

.reviews .review .ribbon {

    -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    padding: 8px;

}

.reviews .review.muted .name, .reviews .review.muted .date, .reviews .review.muted .comment {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;

}

.reviews .review.muted .name:hover, .reviews .review.muted .date:hover, .reviews .review.muted .comment:hover {

    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;

}

.visitor-rating dt {

    font-weight: normal;

}

.visitor-rating dd {

    font-weight: bold;
    color: #4611a7;

}

.visitor-rating dd.star-rating {

    clear: left;
    margin-bottom: 10px;
    text-align: left;
    padding: 0;

}

.reviews .review .visitor-rating dd.star-rating {

    clear: left;
    margin-bottom: 10px;
    text-align: left;
    padding: 0;

}

.star-rating i {

    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    cursor: pointer;
    padding: 2px;
    color: rgba(0, 0, 0, 0.2);

}

.star-rating i.active, .star-rating i.hover {

    color: #4611a7;

}

.rate {

    float: left;
    height: 46px;
    padding: 0 10px;

}

.rate:not(:checked) > input {

    position:absolute;
    top:-9999px;

}

.rate:not(:checked) > label {

    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;

}

.rate:not(:checked) > label:before {

    content: '★ ';

}

.rate > input:checked ~ label {

    color: #ffc700;

}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {

    color: #deb217;

}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {

    color: #c59b08;

}
