/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.webpack {
    position: relative;
}

.webpack .overlay-text1 {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.webpack .overlay-text1 .back-pack {
    font-weight: bold;
    font-size: 14px;
    border-radius: 17px;
}

.rollover {
    display: none;
}

#mypresta_mib {
    box-shadow: none;
    margin-bottom: 1.563rem;
    background: none;
    padding: 10px;
    clear: both;
}

.buy-now.loading:before{
    content: '' !important;
    border: 1px solid;
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border-color: #5f5f5f #797979 #ccc #fff;
    line-height: 1;
    -webkit-animation: spin 0.6s infinite linear;
    -moz-animation: spin 0.6s infinite linear;
    -ms-animation: spin 0.6s infinite linear;
    animation: spin 0.6s infinite linear;
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
}

.products article .ets-wishlist-button-add.right, .ets-wishlist-button-add.circle {
    background: url(../img/addwishlist.svg) no-repeat 50%;
}

.ct-review .c-comments-nb {
    cursor: pointer;
}