img {
    max-width: 100%;
}
.card picture img {
    width: 100%;
}
.illegal-software img {
    width: 100%;
}
.software-product-box picture img {
    height: 350px;
    width: unset;
    margin: 0 auto !important;
    display: block;
}
.software-product-box .btn-primary {
    background: #274b47;
    display: block;
    margin: 1rem 0;
    max-width: 100%;
    padding: .8rem;
    text-align: center;
    text-decoration: unset;
}
.software-product-box ul li {
    padding: .5rem 0;
}
.product-package-box picture {
    padding: 3rem 1rem;
    background-color: #fff;
}
.product-package-box picture img {
    width: 100%;
}
.genuine-software-text .small-bb {
    position: relative;
    z-index: 0;
}
.genuine-software-text .small-bb:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 10px;
    background-color: #00acec;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}
.tickimg {
    width: 45px;
}
.genuine-software-text .borderLeftGreen {
    position: relative;
    z-index: 0;
}
.genuine-software-text .borderLeftGreen:before {
    content: '';
    position: absolute;
    max-width: 450px;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #50e4fe;
}
.genuine-fpp-box picture {
    text-align: center;
}
.genuine-fpp-box picture img {
    display: block;
    /*height: 200px;*/
}
.dvd-hologram .card picture img {
    width: 100%;
    display: block;
}
.borderbottomwhite {
    position: relative;
    z-index: 0;
}
.borderbottomwhite:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 7px;
    background-color: #00e7d3;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}
.ggwa-box:not(:last-child) {
    border-bottom: 1px solid #fff;
}
#panelbutton {
    display: block;
    background-color: #fff;
    color: #2b55a2;
    font-weight: 600;
    text-decoration: unset;
    max-width: 200px;
    padding: 1rem .5rem;
    border-radius: 50px;
    box-shadow: -2px 1px 2px #000;
    margin: 0 auto;
    border: 2px solid #Fff;
    transition: .3s;
}
#panelbutton:hover {
    color: #fff;
    background-color: #000;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
.partnerbtn {
    max-width: 200px;
    width: 100%;
    padding: 1.5rem .5rem !important;
    margin: 1rem 0;
    box-shadow: -1px 2px 0px rgb(0 0 0 / 70%);
    transition: .3s;
}

.blue-border-btn {
    max-width: 200px;
    width: 100%;
    padding: 1rem .5rem;
    border-radius: 50px;
    border: 4px solid #2b55a2;
    color: #2b55a2;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}
.authorized {
    border: 1px solid #000;
    padding: 2rem 0;
}

.counttimer div {
    flex: 1;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #d83b01 !important;
    font-weight: 600;
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
}


@media(max-width: 860px){
    .purchasing-box {
        padding: 1rem;
        text-align: center;
    }
    .purchasing-box .col-md-4 {
        margin-bottom: 2rem;
    }
}

@media(max-width: 540px){
    .counterfeit-box {
        text-align: center;
        padding: 1rem;
    }
    .counterfeit-img img {
        margin: 0 auto 2rem auto !important;
    }
    .ggwa-box {
        padding: 2rem 1rem !important;
        text-align: center;
    }
    .ggwa-box img {
        margin-bottom: 2rem;
    }
    .col-sm-6.genuine-fpp-box {
        margin-bottom: 1rem;
    }
    .genuine-fpp-box img {
        height: unset !important;
        width: 100%;
        margin-bottom: 1rem;
    }
    .genuine-sticker picture {
        display: block;
    }
    .genuine-sticker picture img {
        width: 100%;
    }
}

.ph-50 {
    height:50px;
}


@media(max-width: 540px) {
    .ph-50 {
        height: inherit;
    }

    .counttimer div {
        height: 50px;
        font-size: 16px;
    }
}

@media (min-width: 870px) and (max-width: 1018px) {

    .counttimer div {
        font-size: 20px;
        height: 75px;
    }
}

@media (min-width: 1019px) and (max-width: 1224px) {

    .counttimer div {
        font-size: 26px;
        height: 80px;
    }
}

@media (min-width: 1225px) {

    .counttimer div {
        font-size: 32px;
    }
}