.available{
    display: block;
    margin: 20px 0;
}

.available_label{
    display: inline-block;
    border-radius: 5px;
    padding: 3px 10px;
}

.available_label.available_1{
    background: #4cae4c;
    color: #fff;
}

.available_label.available_2{
    background: #2e6da4;
    color: #fff;
}

.available_label.available_99{
    background: #761c19;
    color: #fff;
}

.remind_on_available{
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}

.flyer {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 5px 0;
    z-index: 9;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
.flyer.active {
    top: 0; }
.flyer a {
    display: block;
    font-size: 18px;
    color: #2b2a28;
    font-weight: 600; }
.flyer a:hover {
    opacity: .7; }
.flyer .price {
    font-size: 16px;
    margin-right: 15px;
    font-weight: bold; }

.related_products{
    margin: 30px 0;
}

.related_products h4{
    padding: 10px 10px;
    color: #343434;
    background: #f5f6f7;
    margin-bottom: 20px;
}

.related_product{
    padding-bottom: 10px;
}
.related_product + .related_product{
    padding-top: 10px;
    border-top: 1px solid #f5f6f7;
}

.dart_btn {
    font-size: 16px;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 0.8;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    outline: none;
}

.dart_btn-primary {
    background: #005AAB;
    color: #fff;
}

.dart_btn-secondary {
    color: #333333;
    background: white;
    border: 1px solid #d9d9d9;
}

.dart_complects {
    position: relative;
    padding: 30px 0;
}

.dart_complects .wrap {
    padding: 30px 30px;
    border-radius: 8px;
    background: white;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    -o-border-image: initial;
    border-image: initial;
    padding: 24px 24px 0px;
}

.dart_complects_links {
    margin-bottom: 15px;
}

.dart_complects_links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dart_complects_links ul li {
    display: inline-block;
}

.dart_complects_links ul li a {
    font-size: 16px;
    min-width: 80px;
    border-radius: 8px;
    padding: 6px 12px;
    margin: 1px 16px 1px 0px;
    display: inline-block;
}

.dart_complects_links ul li a.active, .dart_complects_links ul li a:hover {
    font-weight: bold;
    color: #333333;
    background: #f2f2f2;
}

.dart_complects_content {
    padding: 15px 0 30px;
}

.dart_complects_content_item {
    display: none;
}

.dart_complects_content_item.active {
    display: block;
}

.dart_complects_summury {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    width: 200px;
    position: relative;
    padding: 15px 15px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
}

.dart_complects_summury_price {
    display: block;
}

.dart_complects_summury_price + * {
    margin-top: 15px;
}

.dart_complects_summury_price span {
    color: black;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.dart_complects_summury_price span.old {
    font-weight: normal;
    color: #595959;
    display: inline-block;
    font-size: 20px;
    line-height: 16px;
    position: relative;
    text-decoration: line-through;
}

.dart_complects_summury_price span.benefit {
    font-weight: normal;
    padding-left: 5px;
    font-size: 12px;
    color: #73aa10;
}

.dart_complects_product {
    display: inline-block;
    height: 300px;
    width: 200px;
    position: relative;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #d9d9d9;
}

.dart_complects_product_image {
    text-align: center;
    padding: 20px 15px;
}

.dart_complects_product_image img{
    max-height: 100px;
    max-width: 100px;
}

.dart_complects_product_text {
    padding: 0 15px;
}

.dart_complects_product_text a {
    color: #333;
    font-size: 16px;
}

.dart_complects_product_prices {
    display: block;
    margin: 20px 0;
}

.dart_complects_product_prices span {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}

.dart_complects_product_prices span.old {
    margin-left: 5px;
    color: #8c8c8c;
    font-size: 12px;
    text-decoration: line-through;
}

.dart_complects_product_sale {
    bottom: 0px;
    color: #73aa10;
    font-weight: bold;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    background: #eff7e2;
    padding: 6px;
}

.dart_complects .dart_complects_cols {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.dart_complects .dart_complects_cols .dart_complects_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
}

.dart_complects .dart_complects_cols .dart_complects_col + .dart_complects_col .dart_complects_product::before {
    content: '+';
    color: #cccccc;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .flyer {
        top: auto;
        bottom: -200px; }
    .flyer.active {
        top: auto;
        bottom: 0; }
    .flyer .price {
        display: none; }
    .flyer form {
        width: 100%; }
    .flyer form .btn {
        display: block;
        width: 100%; }
    .flyer .text-right {
        text-align: left !important; }
    .related_product .image{
        display: none;
    }
    .related_product .btn--count{
        width: 38px;
    }
    #modal_cart .buttons .btn{
        display: block;
        width: 100%;
    }
    #modal_cart .buttons .btn + .btn{
        margin-top: 5px;
    }
    .dart_complects .dart_complects_cols .col-dart_sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .dart_complects .dart_complects_cols .col-dart_sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .dart_complects_product {
        width: 100%;
    }
    .dart_complects_summury {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .dart_complects_product {
        margin-bottom: 30px;
    }
    .dart_complects .dart_complects_cols .col-dart_xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .dart_complects .dart_complects_cols .col-dart_xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .dart_complects .dart_complects_cols .dart_complects_col + .dart_complects_col .dart_complects_product::before {
        position: absolute;
        left: 50%;
        top: -15px;
    }
}