.widget-flying-basket {
    position: fixed;
    z-index: 1000;
    top: 185px;
    right: 0;
	display:none;
}
.widget-flying-basket .flying-basket_content_header .flying-basket_clear,
.widget-flying-basket .flying-basket_content_header .flying-basket_clear_delay {
    float: right;
    cursor: pointer;
}
.widget-flying-basket .flying-basket_clear .glyph-icon-cancel,
.widget-flying-basket .flying-basket_clear_delay .glyph-icon-cancel {
    vertical-align: middle;
    padding-right: 5px;
    font-size: 8px;
}

.widget-flying-basket .flying-basket_buttons_wrap {
    position: absolute;
    left: -60px;
}
.widget-flying-basket .flying-basket_button {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    padding: 7px;
    margin-bottom: 1px;
    background-color: #0e6afc;
    cursor: pointer;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.widget-flying-basket.show .flying-basket_button {
    background-color: #115DD6;
}
.widget-flying-basket.show .flying-basket_button:hover,
.widget-flying-basket.show .flying-basket_button.active {
    background-color: #0e6afc;
}
.widget-flying-basket .flying-basket_button,
.widget-flying-basket a.flying-basket_button,
.widget-flying-basket a.flying-basket_button:hover,
.widget-flying-basket a.flying-basket_button:focus {
    color: #fff;
    text-decoration: none;
}
.widget-flying-basket .flying-basket_button-wrap {
    position: absolute;
    display: block;
    z-index: 1;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    font-size: 0;
    text-align: center;
}
.widget-flying-basket .flying-basket_button-wrap:before {
    content: '';
    width: 0;
    height: 100%;
}
.widget-flying-basket .flying-basket_button-wrap:before,
.widget-flying-basket .flying-basket_button i {
    display: inline-block;
    vertical-align: middle;
}
.widget-flying-basket .flying-basket_button i {
    text-align: center;
    font-size: 20px;
}
.widget-flying-basket .flying-basket_button i.icon-login {
    margin-top: -5px;
}
.widget-flying-basket .flying-basket_button i.icon-basket {
    font-size: 23px;
}
.widget-flying-basket .flying-basket_button .flying-basket_button_count {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 50%;
    display: block;
    width: 22px;
    height: 22px;
    padding-top: 5px;
    background: #2f2035;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 1;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.widget-flying-basket .flying-basket_content_wrap {
    position: relative;
    width: 0;
    min-height: 350px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.36);

    -webkit-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
}
.widget-flying-basket .flying-basket_content_wrap.show {

}
.widget-flying-basket .flying-basket_content_header {
    margin-bottom: 20px;
}
.widget-flying-basket .flying-basket_content_header.flying-basket_content_empty {
    margin: -20px -30px 20px;
    padding: 20px 30px;
    border-bottom: 1px solid #e8e8e8;
}
.widget-flying-basket .flying-basket_content_title {
    font-size: 24px;
    color: #212324;
}
.widget-flying-basket .flying-basket_content {
    display: none;
    padding: 20px 30px;
}
.widget-flying-basket .flying-basket_content.show {
    display: block;
}
.widget-flying-basket .flying-basket_content.flying-basket_content_basket,
.widget-flying-basket .flying-basket_content.flying-basket_content_delayed {
    padding-bottom: 105px;
}
.widget-flying-basket .flying-basket_content.flying-basket_content_basket,
.widget-flying-basket .flying-basket_content.flying-basket_content_delayed,
.widget-flying-basket .flying-basket_bottom_buttons {
    width: 700px;
}
.widget-flying-basket .flying-basket_content.flying-basket_content_form {
    width: 400px;
}
.widget-flying-basket .flying-basket_content_empty_wrapper {
    padding-top: 30px;
    text-align: center;
}
.widget-flying-basket .flying-basket-content_empty_title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #1b1e1f;
}
.widget-flying-basket .flying-basket-content_empty_description {
    margin-bottom: 30px;
    color: #6f7577;
}
.widget-flying-basket .flying-basket_content_empty_wrapper a.intec-button {
    font-size: 13px;
}
.widget-flying-basket .flying-basket_bottom_buttons {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    padding: 15px 15px;
    border-top: 1px solid #e8e8e8;
}
.widget-flying-basket .flying-basket_bottom_buttons > div > .intec-button {
    margin: 5px;
}
.widget-flying-basket .flying-basket_bottom_buttons > div > .intec-button:first-child {
    margin-left: 0;
}
.widget-flying-basket .flying-basket_bottom_buttons > div > .intec-button:last-child {
    margin-right: 0;
}
.widget-flying-basket .flying-basket_sum_wrapper {
    margin-top: 20px;
    text-align: right;
    color: #585858;
}
.widget-flying-basket .flying-basket_sum_title {
    font-size: 18px;
}
.widget-flying-basket .flying-basket_sum_value {
    padding-left: 20px;
    font-size: 24px;
}


.widget-flying-basket .flying-basket_table_products_wrapper {
    max-height: 260px;
    overflow-y: auto;
    margin: 0 -30px;
}
.widget-flying-basket table.flying-basket_table_products {
    width: 100%;
    border-top: 1px solid #e8e8e8;
}
.widget-flying-basket .flying-basket_table_products th,
.widget-flying-basket .flying-basket_table_products td {
    padding-right: 15px;
    padding-left: 15px;
}
.widget-flying-basket .flying-basket_table_products th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #585858;
    background-color: #f7f7f7;
}
.widget-flying-basket .flying-basket_table_products td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    color: #2c2c2d;
    border-bottom: 1px solid #e8e8e8;
}
/*.widget-flying-basket .flying-basket_table_products tr:last-child td {
    border-bottom: none;
}*/
.widget-flying-basket .flying-basket_table_products td.column-name a {
    color: #0e6afc;
}
.widget-flying-basket .flying-basket_table_products td.column-control {
    padding-right: 32px;
    text-align: right;
}
.widget-flying-basket .flying-basket_table_products td.column-control > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    color: #afafaf;
    text-decoration: none;
    cursor: pointer;

    -webkit-transition: color 0.4s, font-size 0.1s;
    -moz-transition: color 0.4s, font-size 0.1s;
    -ms-transition: color 0.4s, font-size 0.1s;
    -o-transition: color 0.4s, font-size 0.1s;
    transition: color 0.4s, font-size 0.1s;
}
.widget-flying-basket .flying-basket_table_products td.column-control > span:first-child {
    margin-left: 0;
}
.widget-flying-basket .flying-basket_table_products td.column-control .delete-item {
    font-size: 12px;
    color: #2c2c2d;
    /*color: #d35f8b;*/
}
.widget-flying-basket .flying-basket_table_products td.column-control .delete-item:hover {
    color: #E24581;
}
.widget-flying-basket .flying-basket_table_products td.column-control > span:hover {
    color: #0e6afc;
}
.widget-flying-basket .flying-basket_table_products .column-image {
    width: 1px;
}
.widget-flying-basket .flying-basket_table_products td.column-image {
    text-align: center;
}
.widget-flying-basket .flying-basket_table_products td.column-image .product-image {
    display: block;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.widget-flying-basket .flying-basket_table_products th.column-quantity {
    width: 140px;
}
.widget-flying-basket .flying-basket_table_products th.column-price,
.widget-flying-basket .flying-basket_table_products th.column-sum,
.widget-flying-basket .flying-basket_table_products th.column-control {
    min-width: 100px;
}
.widget-flying-basket .flying-basket_form_container {
    max-height: 400px;
    overflow-y: auto;
    margin: 0 -30px;
    padding: 0 30px;
}

.widget-flying-basket .flying-basket-mobile-buttons-wrap {
    display: none;
}


/* ----- Quantity ----- */
.widget-flying-basket .quantity-wrapper {
    position: relative;
    display: inline-block;
    font-size: 0;
    border: 1px solid #e8e8e8;
    white-space: nowrap;
}
.widget-flying-basket .quantity-wrapper .quantity-up,
.widget-flying-basket .quantity-wrapper .quantity-down,
.widget-flying-basket .quantity-wrapper .quantity-value {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    font-size: 13px;
}
.widget-flying-basket .quantity-wrapper .quantity-up,
.widget-flying-basket .quantity-wrapper .quantity-down {
    width: 32px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.widget-flying-basket .quantity-wrapper .quantity-up:hover,
.widget-flying-basket .quantity-wrapper .quantity-down:hover {
    background-color: #ececec;
}
.widget-flying-basket .quantity-wrapper .quantity-value {
    width: 40px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
}
/* ----- Quantity ----- */


/* -------------------- Adaptive -------------------- */
@media(max-width: 720px) {
    .widget-flying-basket {
        position: static;
    }
    .widget-flying-basket .flying-basket_buttons_wrap,
    .widget-flying-basket .flying-basket_content_wrap {
        display: none !important;
    }
    .widget-flying-basket .flying-basket-mobile-buttons-wrap {
        display: block;
        background-color: #e0e2e5;
    }
    .widget-flying-basket .flying-basket-mobile-buttons-wrap-2 {
        display: table;
        width: 100%;
        height: 60px;
    }
    .widget-flying-basket .flying-basket-mobile-buttons-wrap .flying-basket_button {
        display: table-cell;
        height: auto;
        background-color: transparent;

        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .widget-flying-basket .flying-basket-mobile-buttons-wrap .flying-basket_button:active {
        background-color: #D3D4D5;
    }
    .widget-flying-basket .flying-basket-mobile-buttons-wrap .flying-basket_button-wrap i {
        color: #fff;
    }
    .widget-flying-basket .flying-basket-mobile-buttons-wrap .flying-basket_button_count {
        position: absolute;
        top: 9px;
        left: 50%;
        width: 22px;
        height: 22px;
        margin-left: 2px;
        padding-top: 3px;
        text-align: center;
        background: #3b7eea;
        border: 2px solid white;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
}
/* -------------------- /Adaptive -------------------- */