/* Setup: page.includeCSS.PriceboxCSS = server4you_datastore/user_upload/price-box.css */

body.slidecount1.has_hamburger .section.server {
    margin-top: 45px;
}
.columns:first-child > .price-box {
    z-index: 11;
}
body.slidecount3 .price-box .product-price,
body.slidecount4 .price-box .product-price {
    /* top: 54px; */
}
.price-box.multiple {
    border-radius: 12px;
}
.price-box .highlight-box {
    background-color: #fff;
    border: 4px solid #f03728;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    /* left: 97.5%; */
    padding: 10px 15px 10px 30px;
    position: absolute;
    right: -10%;
    top: -30px; /* -20px */
    white-space: nowrap;
}

.price-box .highlight-box::before {
    background-color: #f03728;
    border-radius: 50%;
    color: #fff;
    content: '%';
    font-size: 200%;
    font-weight: 500;
    left: -24px;
    padding: 8px;
    position: absolute;
    top: -4px;
}

.price-box .teaser-box {
    background-color: #fff;
    border: 4px solid #f03728;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    /* left: 97.5%; */
    padding: 10px 15px 10px 30px;
    position: absolute;
    left: -10%;
    top: -60px; /* -20px */
    white-space: nowrap;
}
.price-box .teaser-box::before  {
    background-color: #f03728;
    border-radius: 50%;
    color: #fff;
    content: url("https://www.server4you.com/server4you_datastore/user_upload/170823_Icon_Teaser_Lightbulb.gif");
    font-size: 200%;
    font-weight: 500;
    left: -30px;
    padding: 8px;
    position: absolute;
    top: -15px;
}

.pricing .swiper-container {
    overflow: visible;
}
.price-box.title {
    z-index: 0 !important;
}

.price-box .highlight-frame {
    border: 4px solid #f03728;
    border-radius: 12px;
    bottom: -4px;
    left: 0;
    position: absolute;
    top: -60px;
    right: 2px;
}
.dedicated_page .price-box .highlight-frame {
    top: -81px;
    width: 50%;
}
.price-box .highlight-frame::before {
    background-color: #f03728;
    border-radius: 50%;
    color: #fff;
    content: '%';
    font-size: 200%;
    font-weight: 500;
    left: -24px;
    padding: 8px;
    position: absolute;
    top: -22px;
}
.price-box .highlight-text {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    padding-top: 8px;
    white-space: nowrap;
    width: 100%;
}

.price-box .highlight-box .name,
.price-box .highlight-text .name {
    color: #002d41;
}
.price-box .highlight-box .value,
.price-box .highlight-text .value {
    color: #f03728;
}
.price-box .product-dropdown,
.price-box a.button {
    z-index: 1;
}

.price-box .highlight-box.zauberstab:before {
  content: url("/server4you_datastore/user_upload/zauberstab.png");
}
.price-box .highlight-box.thumbsup:before {
  content: url("/server4you_datastore/user_upload/thumbsup.png");
}

.product-bar {
    display: block;
    border-radius: 3px;
    height: 12px;
    background-color: #e6e6e6;
}
.product-bar span {
    display: block;
    border-radius: 3px 0px 0px 3px;
    height: 100%;
    background: #ff392c; /* Old browsers */
    background: -moz-linear-gradient(left, #ff392c 0%, #fcaf17 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff392c 0%,#fcaf17 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff392c 0%,#fcaf17 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff392c', endColorstr='#fcaf17',GradientType=1 ); /* IE6-9 */
}
.product-bar.full span {
    border-radius: 3px;
}
.price-box.green,
.price-box.blue,
.price-box.red,
.price-box.black,
.price-box.coffeelake {
    border-top: 7px solid transparent;
    border-radius: 0px;
    padding-top: 20px !important;
}
.price-box.green {
    border-color: #9bc832;
}
.price-box.blue {
    border-color: #50bed2;
}
.price-box.red {
    border-color: #f03728;
}
.product-slider .swiper-slide {
    width: 270px !important;
}

.price-box.multiple.promo {
    border: 4px solid #f03728;
    position: relative;
    margin-top: -48px;
}
.price-box.multiple.promo:before {
    background-color: #f03728;
    border-radius: 50%;
    color: #fff;
    content: '%';
    font-size: 200%;
    font-weight: 500;
    left: -24px;
    padding: 8px;
    position: absolute;
    top: -22px;
}
.price-box.promo .highlight-text {
    height: 70px;
    margin-top: -35px;
}
.price-box.promo .highlight-text span {
    display: block;
    font-size: 16px;
}
.dedicated-server_page .price-box.multiple:after {
    top: 0px;
}
.virtual-server_page .price-box .product-name {
    min-height: 40px;
    font-size: 19px;
    color: #002d42;
    font-weight: 500;
}


.product-slider-ds .price-box .product-name {
    min-height: 30px;
    font-size: 21px;
    color: #002c41;
    font-weight: 500;
}
.product-slider-ds .price-box.promo .highlight-text {
    height: 50px;
    margin-top: -20px;
}
.product-slider-ds .price-box.multiple.promo {
    margin-top: -35px;
}