.buy-now-product {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    width: 300px;
    min-height: 128px;
    z-index: 1000;
    display: flex;
    padding: 12px 15px;
    align-items: center;
    transition: opacity .6s ease-in-out, bottom 1s ease-in-out;
    transition-duration: .6s;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform;
    will-change: opacity, transform
}

.buy-now-product.right-top {
    top: 15px;
    bottom: inherit;
    right: 15px;
    left: inherit;
    transform: translate3d(100%, 0, 0)
}

.buy-now-product.right-bottom {
    top: inherit;
    bottom: 15px;
    right: 15px;
    left: inherit;
    transform: translate3d(0, 100%, 0)
}

.buy-now-product.left-top {
    top: 15px;
    bottom: inherit;
    right: inherit;
    left: 15px;
    transform: translate3d(-100%, 0, 0)
}

.buy-now-product.left-bottom {
    top: inherit;
    bottom: 15px;
    right: inherit;
    left: 15px;
    transform: translate3d(0, 100%, 0)
}

.buy-now-product__item.is--active .buy-now-product {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.buy-now-product__thumb img {
    width: 60px;
    margin-right: 15px
}

.buy-now-product__subtitle {
    font-size: 11px
}

.buy-now-product__time {
    font-size: 11px;
    font-style: italic;
    line-height: 18px
}

.buy-now-product__title_block {
    position: relative;
    display: grid;
    max-width: 175px
}

.buy-now-product__title {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.buy-now-product__prices {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.buy-now-product__price {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.04em;
    color: #262626
}

.buy-now-product__old-price {
    font-weight: 400;
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-left: 6px
}

.buy-now-product__no-stock {
    color: #999;
    font-size: 14px
}

.buy-now-product__remove,
.buy-now-product__preview,
.buy-now-product__wish,
.buy-now-product__compare {
    border: none;
    background-color: #fff;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 4px 8px;
    margin: 0;
    border: none;
    transition: color .08s, background .08s;
    background-color: #fff;
    color: #ccc;
    width: 32px;
    height: 32px;
    outline: none!important
}

.buy-now-product__remove svg,
.buy-now-product__preview svg,
.buy-now-product__wish svg,
.buy-now-product__compare svg {
    fill: #ccc
}

.buy-now-product__remove:hover svg,
.buy-now-product__preview:hover svg,
.buy-now-product__wish:hover svg,
.buy-now-product__compare:hover svg {
    fill: #4d4d4d
}

.buy-now-product__remove:hover,
.buy-now-product__preview:hover,
.buy-now-product__wish:hover,
.buy-now-product__compare:hover {
    background-color: #f2f2f2
}

.buy-now-product__preview {
    top: 32px
}

.buy-now-product__wish {
    top: 64px
}

.buy-now-product__compare {
    top: 96px
}

.buy-now-product__wish.added svg,
.buy-now-product__compare.added svg,
.buy-now-product__wish.added:hover svg,
.buy-now-product__compare.added:hover svg {
    fill: #fff
}

.buy-now-product .product-card__action--loading svg {
    display: none
}

.buy-now-product .product-card__action--loading:before {
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-top-color: rgba(0, 0, 0, .5);
    animation-name: a;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    display: block;
    content: ""
}


/*0.0036308765411377*/