.wrapper .goods .info_col .three_buttons .fast-order{width: 100%;  float:none; display:inline-block; margin: 0px 0px 20px 0px;}
.wrapper .goods .info_col span.like-a{cursor:pointer; border-bottom:1px dashed #2e7ead; color:#2e7ead;}
.commission {display: inline-block;}
.question-answer__title {
    margin-bottom: 16px;
    display: inline-block;
}
.limit-message {
    padding: 16px;
    font-size: 14px;
    color: #93b030;
    text-align: center;
}
.count-other-avail {
    text-decoration: underline;
    cursor: default;
}
.dates-available {
    color: #3583b2;
}

.package-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 223px;
}

.package-btn {
    height: 50px;
    min-width: 85px;
    border-radius: 5px;
    border: 1px solid #9E9E9E;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,#FFF 0,rgba(233,233,233,0) 100%);
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .15));
    cursor: pointer;
}

.package-btn.active {
    border: 2px solid #3583B2;
    color: #3583B2;
}

.package-btn-title {
    text-align: center;
}

.product-count__item-wrapper, .package-counter {
    display: none;
}

.product-count__item-wrapper.active, .package-counter.active {
    display: block;
}

.package-wrapper {
    padding-bottom: 10px;
    padding-top: 30px;
}

.video_3d {
    background: url(/includes/picts/play_video3d.png) no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
}