.bestsellers {
    position: relative;
}
.h1{
	text-align: center;
}

.bestsellers .bestsellers-items {
    overflow: hidden;
/* text-align: center; */
}

.bestsellers .bestsellers-items .bestseller-item {
    float: left;
    width: 305px;
    height: 115px;
    /* margin: 0 32px 20px 0; */
}

.bestsellers .bestsellers-items .bestseller-item:nth-child(3n) { margin-right: 0; }

.bestsellers .bestsellers-items .bestseller-item a {
    display: block;
    border: none !important;
    color: #333333;
    font-size: 15px;
    line-height: 18px;
    -webkit-transition: all .2s !important;
    transition: all .2s !important;
}

.bestsellers .bestsellers-items .bestseller-item a:hover { color: #ffffff; }

.bestsellers .bestsellers-items .bestseller-item a > div {
    display: table-cell;
    height: 130px;
    vertical-align: middle;
    border: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bestsellers .bestsellers-items .bestseller-item .item-image {
    width: 130px;
    text-align: right;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.bestsellers .bestsellers-items .bestseller-item .item-image img { display: inline; }

.bestsellers .bestsellers-items .bestseller-item a:hover > .item-image { border-color: #ed5d04; }

.bestsellers .bestsellers-items .bestseller-item .item-text {
    background: #f6f6f6;
    border-left: none;
    width: 175px;
    padding: 20px 20px 0 20px;
	position: relative;
    vertical-align: top;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition: background .2s, border-color .2s;
    transition: background .2s, border-color .2s;
}

.bestsellers .bestsellers-items .bestseller-item a:hover > .item-text {
    border-color: #ed5d04;
    background: #ed5d04;
}
.bestsellers .bestsellers-items .bestseller-item .item-price {
    font-size: 18px;
    color: #ee7623;
    font-weight: bold;
    background: url(/img/hit-price.png) no-repeat 0px top;
    height: 40px;
    min-width: 135px;
    line-height: 27px;
    position: absolute;
    bottom: 10px;
    padding: 5px 5px 5px 10px;
}
.bestsellers .bestsellers-items .bestseller-item a:hover .item-price {
	color: #333;
	background: url(/img/hit-price.png) no-repeat 0px -50px;
}
.bestsellers .bestsellers-items .bestseller-item .item-price span{
	font-size: 12px;
	font-weight: normal;
}

.content-hits{
    width: 1600px;
    margin: 0 auto;
    max-width: 100%;
}

.bestsellers .bestsellers-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;

}

.bestsellers .bestsellers-items .bestseller-item{
    margin-bottom: 20px;
}

.bestsellers .h1{
    padding: 0 15px;
}

.js-swiper-related-hit-prev,
.js-swiper-related-hit-next {
    position: absolute !important;
    z-index: 10 !important;
    background: 0;
    font-size: 0;
    width: 14px !important;
    height: 14px !important;
    border-top: 4px solid #f46d14;
    border-right: 4px solid #f46d14;
}

.js-swiper-related-hit-prev:after,
.js-swiper-related-hit-next:after {
    display: none;
}

.js-swiper-related-hit-prev {
    transform: rotate(-135deg);
    left: -20px !important;
}

.js-swiper-related-hit-next {
    transform: rotate(45deg);
    right: -20px !important;
}

@media screen and (max-width: 1250px) {
    .js-swiper-related-hit-prev,
    .js-swiper-related-hit-next {
        display: none !important;
    }
}

.related__item {
    width: 100% !important;
}
