/** Blim - product sizes */
.product-variants .product-variants-item ul li {
    border: 0 !important;
    width: auto !important;
    margin-right: 0 !important;
}

.product-variants .st_unavailable_combination {
    opacity: 0.6;
}

.product-variants .st_unavailable_combination:hover {
    opacity: 1;
}

.product-variants .input-radio:checked + span, .input-radio:hover + span {
    border: 2px solid #d9d9d9;
    color: #e8527c;
}


.product-variants .st_unavailable_combination .radio-label:after {
    content: '\e834';
    position: absolute;
    top: -2px;
    color: #e8527c;
    opacity: 0.8;

    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#create_account_block .btn-primary, #login_form_block .btn-primary {
    background: #e8527c;
    border-color: #E8527C;
}

#create_account_block .btn-primary:hover, #login_form_block .btn-primary:hover {
    background: rgba(232, 82, 124, 0.8) !important;
}

.page-link {
    color: #e8527c;
}

.ajax_block_product .add_to_love {
    z-index: 69 !important;
}

@media (max-width: 1199px) {
    .add_to_love {
        top: -460px !important;
    }
}

@media (max-width: 991px) {
    .add_to_love {
        position: static !important;
        top: auto !important;
    }
}

/** Blim - email alerts */

.product-additional-info .js-mailalert {
    margin-bottom: 30px;
}


/**
    Blim - inpostship - fix
 */

.inpostship-main-box {
    width: 100%;
}

/**
    Blim - page content
 */

/*h1 {*/
/*    margin-bottom: 20px;*/
/*}*/

/*h2 {*/
/*    margin: 20px 0 15px 0;*/
/*}*/

/*.page-formatted ul {*/
/*    padding-left: 30px;*/
/*    list-style-type: disc;*/
/*    list-style-position: outside;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.page-formatted ul ul {*/
/*    margin-top: 15px;*/
/*    list-style-type: circle;*/
/*}*/

/*.page-formatted ul li {*/
/*    margin-bottom: 15px;*/
/*}*/