@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir.woff2') format('woff2'),
    url('../fonts/Avenir.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/Times.woff2') format('woff2'),
    url('../fonts/Times.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.owl-item {
    float: left;
    border: 1px solid;
    border-radius: 30px;
}
.owl-stage-outer {
    overflow: hidden;
    width: 100%;
}
.featured-products > .container {
    position: relative;
}
.owl-nav {
    height: 0;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.featured-products .owl-prev{
    margin-left: 5px;
}
.featured-products .owl-next{
    margin-right: 5px;
}
#products .owl-item .product-miniature,
.featured-products .owl-item .product-miniature,
.product-accessories .owl-item .product-miniature {
    margin: 0;
}
.comments_note div.star.star_on:after {
    color: #EC4249;
}
.comments_note div.star:after {
    color: #222;
}
.comments_note div.star.star_on, .comments_note .star {
    display: inline-block;
    float: left;
    line-height: 100%;
    top: 0;
}
.product-miniature .product-description .comments_note div.star.star_on,
.product-miniature .product-description .comments_note .star {
    display: inline-block;
    float: none;
    top: 3px;
}
.count_star {
    display: none;
}
.owl-nav > div {
    cursor: pointer;
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 24px;
    font-weight: bold;
}
.owl-nav > div:before {
    position: relative;
    z-index: 1;
}
.owl-nav > div:after {
    border: 2px solid #222;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
}
.scroll_top {
    border: 1px solid #222222;
    bottom: -40px;
    cursor: pointer;
    font-size: 0;
    height: 40px;
    opacity: 0;
    position: fixed;
    right: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    visibility: hidden;
    overflow: hidden;
    width: 40px;
    background-color: #222222;
}
.ets_multilayerslider.hidden{
    display: none;
}
.scroll_top.show_scroll {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}
.hidden_review .hook-reviews {
    display: none!important;
}
.scroll_top:before,
.scroll_top:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    float: left;
    height: 10px;
    left: 50%;
    margin-left: -3px;
    margin-top: 3px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    width: 10px;
}
.nav-link {
    text-transform: none;
}