.gift-rule-desc {
    margin-bottom: 35px;
}
.gift_preselector_container {
    padding: 35px 15px 15px 15px;
}
#pb-left-column #buy_block .gift_preselector_container label {
    width: 100%;
    text-align: left;
}
.gift_preselector_container select {
    max-width: 240px;
}
.gift-line {
    margin-bottom: 30px;
}
.gift-line .icon-gift:before {
    font-size: 16px;
    margin-right: 5px;
}
.gift-line .dashed {
    border-bottom: 1px dotted;
    text-decoration: none !important;
}
.gift-line .description {
    text-align: right;
}
.gift-line .description a {
    text-decoration: none !important;
}
.gift-line .disabled .gift-item {
    opacity: 0.5;
}
.gift-popup {
    /*padding: 10px 40px 30px;*/
}

.gift-popup h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
}

.gift-popup .more-gift a {
    color: #12539d;
    font-size: 14px;
    text-decoration: none;
}
.gift-item-container {
    cursor: pointer;
    border: 1px solid #c8c8c8;
    padding: 5px;
}
.gift-item-container.disabled,
.gift-item-container.hover {
    cursor: default;
}
.gift-item-container.hover {
    border: 3px solid #12539d;
}
.gift-item-container.processing {
    cursor: wait;
    opacity: 0.3;
}

.gift-item-container.disabled {
    opacity: 0.6;
}

.gift-item {
    margin-bottom: 20px;
}

.gift-item .pic img {
    width: 100%;
    padding-bottom: 15px;
}
.container-item img {
    border: 1px solid #d6d4d4;
}
.container-item {
    display: inline-block;
    margin: 10px 25px;
    vertical-align: top;
    width: 128px;
}
.container-item .product_img_link {
}
.container-item .product-image-container {
    border: none;
}
.gift-rule-name {
    color: #555454;
    font: 600 18px/22px "Open Sans", sans-serif;
    margin-bottom: 0;
    margin-top: 7px;
    padding: 20px 5px 17px 71px;
    text-transform: uppercase;
}
.gift-rule-name h5 {
    color: #555454;
    font: 600 18px/22px "Open Sans", sans-serif;
    margin: 0;
    text-transform: uppercase;
}
.gift-rule-dependencies {
    background: none repeat scroll 0 0 #f6f6f6;
    color: #555454;
    padding: 20px;
}
.gift-rule-dependencies > div {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    vertical-align: top;
    width: 22%;
}
.gift-rule-dependencies .icon {
    color: #555454;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.gift-rule-desc:after,
.gift-popup h2:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #12539d;
    bottom: -20px;
    content: " ";
    left: 20%;
    position: absolute;
}

.cart_amount {
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.gift-rule-dependencies ul,
.gift-rule-dependencies ol {
    list-style: disc outside none;
    margin-bottom: 9px;
    margin-left: 20px;
    margin-top: 10px;
}

#module-bestkit_gifts-offers .gift-item:before {
    background: none repeat scroll 0 0 #ddd;
    border-radius: 20px;
    content: " ";
    height: 20px;
    left: 4%;
    margin-left: -10px;
    position: absolute;
    top: 20px;
    width: 20px;
}

#gift-popup h3 {
    display: inline-block;
    width: 100%;
}

.gift-scroll-content {
    display: inline-block;
    width: 100%;
}

.gift-scroll-content li {
    text-align: center;
    margin-bottom: 20px;
    list-style: none;
    font-size: 14px;
}

@media (max-width: 992px) {
    .gift-scroll-content li {
        margin-bottom: 30px;
    }
    .gift-item {
        margin-bottom: 0px;
    }
}

.gift-scroll-content li .choice {
    position: absolute;
    bottom: -25px;
    width: 100%;
    left: 0px;
    color: #12539d;
    display: none;
}

.gift-scroll-content li .hover .choice {
    display: block;
}

.gift-scroll-content li .hover .choice span {
    display: inline-block;
    width: 23px;
    height: 25px;
    background: url(/themes/alpedia/img/icon/icon-haken-blau.png) no-repeat 5px 10px;
    margin-bottom: -2px;
}

a.gift_cart_delete {
    display: inline-block;
    padding: 1px 2px;
    font-size: 8px;
    color: #666;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    background: #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
