.bxr-m2-ecommerce-small-v1 {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: initial;
}

.slick-track .bxr-m2-ecommerce-small-v1 {
    margin-bottom: 2px;
}

.bxr-m2-ecommerce-small-v1:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1)
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container {
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: #FFF;
    padding: 20px 0px 0px;
    text-align: center;

}

.bxr-m2-ecommerce-small-v1:hover .bxr-element-container {
    position: absolute;
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.bxr-m2-ecommerce-small-v1 .bxr-img-container {
    margin-bottom: 20px;
    margin: 0 14px 10px;
}

.bxr-m2-ecommerce-small-v1 .bxr-item-image-wrap {
    height: 90px;
    display: block;
    max-width: 100%;
    position: relative;
}

.bxr-m2-ecommerce-small-v1 .bxr-item-image-wrap img {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-detail-button {
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    font-size: 27px;
    cursor: pointer;
    -webkit-appearance: button;
    border: none;
    border-collapse: collapse;
    background-color: #FFF;
    display: none;
}

.bxr-m2-ecommerce-small-v1:hover .bxr-element-container .bxr-element-detail-button {
    display: block;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-name, .bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-price {
    padding: 0px 14px;
    margin: 10px 0px 16px;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-name a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-name {
    overflow: hidden;
    line-height: 18px;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-action {
    display: inline-block;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-compare-button.spinner-wrap
, .bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-basket-favor.spinner-wrap {
    background: #e6e6e6;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-compare-button .fa {
    width: 14px;
    font-size: 13px;
}

.bxr-m2-ecommerce-small-v1 .spinner {
    width: 14px;
    height: 14px;
    margin-top: 1px;
    background: url(../images/spin.png)
}

.bxr-m2-ecommerce-small-v1 .wheel {
    animation-name: spin;
    animation-duration: 600ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 4;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.bxr-m2-ecommerce-small-v1 .bxr-market-current-price.bxr-market-format-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #222222;
}

.bxr-m2-ecommerce-small-v1 .bxr-market-current-price.bxr-market-format-price .bxr-detail-currency {
    color: #707070;
    font-size: 14px;
    font-weight: normal;
}

.bxr-m2-ecommerce-small-v1 .bxr-market-old-price {
    display: block;
    text-decoration: line-through;
    color: #707070;
    font-weight: lighter;
    margin-right: 4px;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-action {
    padding-top: 6px;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-action .bxr-subscribe-wrap {
    margin-bottom: 0px;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-basket-action {
    float: none;
    display: inline-block;
    margin-bottom: 0px;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-basket-action:not(.bxr-currnet-torg) {
    margin-left: -1px;
    margin-right: 3px;
}

.bxr-m2-ecommerce-small-v1 .bxr-color-button-small-only-icon {
    height: 39px;
    margin-right: 0px;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-subscribe-wrap .bxr-detail-subscribe {
    border-radius: 4px;
}

.bxr-m2-ecommerce-small-v1 .bxr-color-button {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 6px;
}

.bxr-m2-ecommerce-small-v1 .bxr-subscribe {
    cursor: pointer;
}

.bxr-m2-ecommerce-small-v1 .bxr-hidden, .bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-basket-action.bxr-hidden {
    display: none;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-hover {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #fffeee;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.bxr-m2-ecommerce-small-v1:hover .bxr-element-container .bxr-element-hover {
    opacity: 1;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-hover .bxr-element-hover-content {
    position: absolute;
    top: 50%;
    left: 50%;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-hover .bxr-element-hover-content.bxr-hover-top-50 {
    margin-top: -50px;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-hover .bxr-element-hover-content.bxr-hover-top-24 {
    margin-top: -24px;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-hover .bxr-element-hover-content {
    margin-left: -50px;
}

.bxr-m2-ecommerce-small-v1 .bxr-hover-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 45px;
    height: 45px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    line-height: 25px;
    margin: 0px 5px 10px;
    padding: 10px 0px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.bxr-m2-ecommerce-small-v1 .bxr-hover-btn:not(.bxr-indicator-item-active):hover {
    background: #fff;
    color: #777;
}

.bxr-m2-ecommerce-small-v1 .bxr-hover-btn:not(.bxr-indicator-item-active) {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.bxr-m2-ecommerce-small-v1 .bxr-btn-tooltip {
    position: absolute;
    bottom: 56px;
    left: 0;
    margin-left: -8px;
    width: 60px;
    border: 1px solid #ccc;
    border: none;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 9px;
    line-height: 18px;
    word-wrap: break-word;
    background: #000;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.bxr-m2-ecommerce-small-v1 .bxr-hover-btn:hover .bxr-btn-tooltip {
    opacity: 1;
    visibility: visible;
}

.bxr-m2-ecommerce-small-v1 .bxr-btn-tooltip .fa-caret-down {
    position: absolute;
    bottom: -10px;
    left: 26px;
    font-size: 13px;
    color: #000;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-cart-basket-indicator {
    position: absolute;
    top: 80px;
    left: auto;
    right: 10px;
    z-index: 1;
    text-align: right;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-cart-basket-indicator .bxr-indicator-item-basket {
    display: none;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-cart-basket-indicator .bxr-indicator-item-basket.bxr-indicator-item-active {
    display: inline-block;
    border: none;
    padding: 5px 9px 5px;
    min-width: 34px;
    border-radius: 4px;
}

.bxr-m2-ecommerce-small-v1 .bxr-hover-btn.bxr-basket-add
, .bxr-m2-ecommerce-small-v1 .bxr-hover-btn.bxr-more-info
, .bxr-m2-ecommerce-small-v1 .bxr-hover-btn.bxr-fast-view-btn {
    margin-bottom: 0;
}

.bxr-m2-ecommerce-small-v1 .bxr-element-container .bxr-element-hover > a {
    display: block;
    width: 100%;
    height: 100%;
}
