@charset "utf-8";

/* DOW */

@import '../../../../assets/fonts/vendor/@fontsource/coming-soon.css';

.dow {
    width: 100%;
    min-width: 1024px;
    margin: 0 0 0 0;
    font-family: 'Open Sans';
    position: relative;
    height: 470px;
    background-image: linear-gradient(to top, rgba(0,0,0,0.1) 0%, #f6f6f6 40%);
}

@media all and (max-width:1024px) {
    .dow {
        min-width: 0;
        padding-top: 45px;
    }
}

.dow::before {
    content: '\0020';
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

@media all and (max-width:1000px) {
    .dow {
        height: auto
    }
}

.dow__container {
    overflow: visible;
    height: 450px;
    text-align: center;
}

@media all and (max-width:1000px) {
    .dow__container {
        height: auto;
        overflow: hidden;
        margin-top: 20px !important;
    }
}

.dow__countdown {
    width: 340px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    transform: translateX(-170px);
    transition: all .5s;
    transition-property: opacity;
    opacity: 0
}

.dow__countdown::after {
    content: '\0020';
    display: block;
    width: 260px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    bottom: -70px;
    z-index: 0;
    left: 50%;
    -webkit-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
    transform: translateX(-130px);
    box-shadow: 0 0 10px 0 black
}

@supports (filter: blur(10px)) or (-webkit-filter: blur(10px)) {
    .dow__countdown::after {
        box-shadow: none;
        border: 3px solid rgba(0, 0, 0, 0.6);
        bottom: -76px;
        filter: blur(3px);
        -webkit-filter: blur(3px)
    }
}

.dow__countdown.is-visible {
    opacity: 1
}

.dow__screen {
    position: relative;
    top: 55px;
    float: left;
    left: -12px;
}

@media all and (max-width:1000px) {
    .dow__screen {
        display: none
    }
}

.dow__boxshot {
    margin-left: -30px;
    margin-right: -10px;
    margin-bottom: -10px
}

@media all and (max-width:1000px) {
    .dow__boxshot {
        display: inline-block !important;
        vertical-align: top;
        padding-top: 90px;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media all and (max-width:550px) {
    .dow__boxshot {
        display: block !important;
        margin-left: -20px;
        margin-right: -20px
    }
}

.dow__description {
    width: 42%;
    position: absolute;
    top: 80px;
    right: 10px;
    line-height: 30px;
    text-align: left
}

@media all and (max-width:1000px) {
    .dow__description {
        position: static;
        padding-top: 90px;
        margin-bottom: 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top
    }
}

@media all and (max-width:550px) {
    .dow__description {
        padding: 0 0;
        width: auto;
        text-align: center;
    }
    .dow__description small {
        text-align: center;
        width: 100%;
    }
    .dow__description .dow__claim {
        width: 80%;
        text-align:center;
        margin: 10px auto 0;
    }

    .dow__description a:first-of-type {
        display: inline-block;
    }
    html .product {
        margin: 0.2em 1.4em 2em 1.4em;
    }
}

.dow__logo {
    display: block;
    height: 66px;
}

.dow__moneyback {
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: -12px;
    right: 0px;
    pointer-events: none
}

@media all and (max-width:1000px) {
    .dow__moneyback {
        position: static;
        float: right;
        margin-top: -74px;
        margin-right: 40px;
    }
}

@media all and (max-width:650px) {
    .dow__moneyback {
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px)
    }
}

@media all and (max-width:500px) {
    .dow__moneyback {
        display: none
    }
}

.price--old {
    display: inline-block;
    font-size: 21px;
    line-height: 1.3em;
    letter-spacing: -1px;
    position: relative
}

@media all and (max-width:1000px) {
    .price--old {
        display: inline-block
    }
}

.price--old::before {
    content: '\0020';
    display: block;
    width: 100%;
    min-width: 47px;
    height: 100%;
    background-image: url(https://img.ashampoo.com/ashampoo.com_images/img/1/marketplace/price-stroke.svg);
    background-position: center 15%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: -4px
}

.price--new {
    margin-top: -8px;
    font-weight: 700;
    font-style: italic;
    font-size: 38px;
    line-height: 1.35em;
    letter-spacing: -2px;
    color: #3e4f60;
}

.dow .price--old {

}

.dow .price--old::before {
    background-image: url(https://img.ashampoo.com/ashampoo.com_images/img/1/marketplace/price-stroke.svg);
    left: 0
}

.dow .price--new {
    font-size: 36px;
    margin-top: -0.25em
}

@media all and (max-width:1000px) {
    .overlay .price--new {
        margin-left: 10px
    }
}

.countdown {
    font-family: 'Open Sans', sans-serif;
    height: 72px;
    width: 100%;
    padding-top: 10px;
    font-size: 32px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

@media all and (max-width:1000px) {
    .countdown {
        margin: 0 auto;
        left: 0;
        right: 0
    }
}

.countdown__overlay {
    position: absolute;
    left: 0;
    top: 0;
    outline: 1px solid red
}

.countdown__unit {
    line-height: 45px;
    display: inline-block;
    margin: 0 8px;
    width: 56px;
    height: 52px;
    background-color: #ff004e;
    background: linear-gradient(to bottom, #ff004e 0, #ff004e 49%, #f5004b 50%, #ff004e 100%);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) inset, 0 -1px 1px rgba(0, 0, 0, 0.25) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset, 0 2px 3px rgba(0, 0, 0, 0.95);
    border-radius: 0.12em;
    position: relative;
    z-index: 10
}

.countdown__unit::before {
    content: attr(data-label);
    display: block;
    width: 110%;
    height: 15px;
    font-size: 9px;
    line-height: 12px;
    font-weight: 700;
    color: white;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: -5%;
    z-index: 10
}

.el .countdown__unit::before {
    font-size: 8px
}

.cn .countdown__unit::before,
.zh .countdown__unit::before {
    font-size: 11px
}

.countdown__unit:not(:last-of-type)::after {
    content: ':';
    display: block;
    width: 16px;
    height: 52px;
    font-size: 32px;
    line-height: 52px;
    font-weight: bold;
    color: #ff004e;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.95);
    position: absolute;
    top: -7px;
    left: 56px
}

.countdown__number {
    height: 100%;
    width: 100%;
    position: relative;
    font-weight: 700;
    color: white
}

.countdown__number::after {
    content: '\0020';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 0, 78, 0) 0, rgba(255, 0, 78, 0) 49%, rgba(245, 0, 75, 0.2) 50%, rgba(255, 0, 78, 0) 60%)
}

.countdown__background {
    width: 340px;
    height: 72px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.countdown__text {
    position: absolute;
    right: 362px;
    top: 26px;
    width: 300px;
    font-family: 'Coming Soon', sans-serif;
    font-size: 16px;
    text-align: right;
    color: #363636
}

@media all and (max-width:800px) {
    .countdown__text {
        display: none
    }
}

.countdown__text svg {
    position: absolute;
    right: -30px;
    bottom: -18px
}

.categories {
    margin: 20px 0 0 0;
    padding-bottom: 50px
}

.products hr {
    background-color: rgba(0, 0, 0, 0.2);
    height: 1px;
    border: 0
}

.product__productname {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 400
}

.product__categoryname {
    margin-top: 0;
    margin-bottom: -4px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    color: #8e8e8e
}

.product__percent {
    position: absolute;
    right: 0;
    top: 1px;
    margin-top: 4px;
    padding: 2px 20px 4px 20px;
    background-color: #00a4ef;
    font-size: 16px;
    font-weight: bold;
    color: white
}

.product__box {
    cursor: pointer;
    position: relative;
    margin: 12px -10px 0 -35px;
    float: left
}

@media all and (max-width:500px) {
    .product__box {
        text-align: center;
        float: none
    }
    .product__box img {
        display: inline-block
    }
}

.product__description {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 300
}

.ru .product__description {
    font-size: 13px
}

@media all and (max-width:500px) {
    .product__description {
        clear: left;
        text-align: center;
        margin-top: 0
    }
}

.product__buynow {
    position: absolute;
    bottom: 22px;
    left: 204px
}

@media all and (max-width:500px) {
    .product__buynow {
        position: relative;
        left: 0;
        margin-top: 36px;
        text-align: center
    }
}

@media all and (max-width:500px) {
    .product__buynow .cartbutton {
        margin: 0 auto
    }
}

.product__price {
    position: absolute;
    bottom: 70px;
    left: 204px
}

@media all and (max-width:500px) {
    .product__price {
        position: static
    }
}

.dow__claim {
    font-style: unset;
    font-weight: 700;
    font-size: 1.4em;
    color:#3e4f60;
    line-height: 130%;
    text-align: left;
    letter-spacing: -0.05em;
    margin-top: 0.5em;
}
.dow__claim span {
    background-color: #00a4ef;
    color: white;
    padding: 0px 5px;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: -0.05em;
    display: inline-block;
}

.cartbutton__side {
    color: #ffffff;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    font: 600 22px "Open Sans", Arial, Helvetica, sans-serif;
    text-shadow: 1px 0 #666666;
    box-shadow: 0 0.2em #a60134;
    display: inline-block;
    cursor: pointer;
    border-radius: 0.14em;
    padding: 0.6em 1em 0.6em 1em!important;
}

.cartbutton__side:hover {
    background: #ff004e none repeat scroll 0 0;
    box-shadow: 0;
}

@media all and (max-width:500px) {
    .dow .cartbutton {
        height: 57.5px
    }
}

@media all and (max-width:350px) {
    .dow .cartbutton {
        height: 51.75px
    }
}

@media all and (max-width:1000px) {
    .container {
        width: 100%
    }
}

.container--fill-vertical {
    height: 100%
}

.container--products {
    width: 100%
}

@media not all and (max-width:1020px) {
    .container--products {
        width: 956px
    }
}

.list--reset {
    list-style: none;
    margin: 0;
    padding: 0
}

.list--horizontal li {
    display: inline-block;
    padding: 0
}

.list--horizontal li:not(:last-of-type) {
    padding-right: 6px
}

.list--separated li {
    padding: 0
}

.list--separated li:not(:last-of-type)::after {
    content: '|';
    color: initial;
    font-weight: initial;
    display: block;
    padding-left: 6px;
    float: right;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

/* BIG Teaser */


/*birthday
#buy { display:none !important; }
.teaser_bta #more_information { display:inline !important; }
//birthday*/

/* #secondary_teaser img {
    margin: 12px 16% -45px;
}

#secondary_teaser p {
    margin: 4px 0;
    min-height: 42px;
    font-size: 14px;
    line-height: normal;}
#secondary_teaser h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    vertical-align: bottom;
    letter-spacing: -1px;
}

#secondary_teaser span {
    padding: 4px 0;
    display: block;
}

#secondary_teaser span span {
    background-color: #ff004e;
    display: inline-block;
    color: white;
    padding: 2px 5px;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.4) ;
} */

/* Software Deals */

.software-deals {
    background-size: cover;
    background-color: grey;
    color: white;
    padding: 80px 30px;
}

#content_frame .software-deals h3 {
    font-size: 3.4em;
    font-weight: 200;
    color: white;
    text-transform: uppercase;
    margin: 0;
}

.software-deals h3 span {
    color: #00a4ef;
    text-transform: uppercase;
    font-weight: 600;
}

.software-deals p {
    font-size: 20px;
}





.fteaser_item {
    display: none
}

.flip-card {
    cursor: pointer;
    background-color: transparent;
    margin: 1% 0;
    width: 49%;
    height: 300px;
    perspective: 1000px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotatex(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-front-img {
    margin: 0 !important;
    height: 100%;
}

.flip-card-back {
    background-color: #f6f6f6;
    color: #333;
    transform: rotatex(180deg);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.flip-card-back h3 {
    margin-top: 0;
}

.flip-card-back p {
    padding: 0 20px;
    margin: 0;
}

.fliptitle {
    position: absolute;
    z-index: 10;
    display: flex;
    left: 10px;
    align-self: flex-end;
    color: #f6f6f6;
    margin: 0;
    font-size: 2rem !important;
    padding: 20px;
}

.flip-card-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.flip-card-gradient {
    position: absolute;
    bottom: 0.3px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(16,30,40,1) 0%, rgba(255,255,255,0) 100%);
    height: 30%;
    width: 100%;
    backface-visibility: inherit;
}



@media only screen and (max-width: 1024px) {
    .flip-card {
        width: 100%;
    }

    .flip-card-front-img {
        width: 100%;
        height: auto;
    }

    .flip-card:hover .flip-card-inner {
        transform: none;
    }
}

@media screen and (max-width:560px) {
    .flip-card-front-img {
        width: auto;
        height: 100%;
    }
}


