.acysms .hikashop_product_page {
    margin-top: 0;
}

.acysms .span4 {
    width: 30%;
    display: inline-block;
}

.acysms .span8 {
    width: 65%;
    display: inline-block;
}

.acysms .hikashop_product_page #set-rl_tabs-1 {
    margin-top: -38px;
}

.acysms .acysms__content {
    width: 100%;
    background-color: #fafafa;
    padding-bottom: 150px;
}

.acysms .acysms__content .acysms__part {
    width: 49%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.acysms .acysms__content .acysms__logo__parent {
    margin-top: -100px;
}

.acysms .acysms__content .acysms__part .acysms__logo {
    background: #303e47;
    width: 60%;
    height: 400px;
    z-index: 3;
    margin-left: 20%;
    padding: 40px;
    text-align: center;
}

.acysms .acysms__content .acysms__part .acysms__logo img {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}

.acysms .acysms__content .acysms__part .acysms__logo h1 {
    color: white;
    font-weight: normal;
}

.acysms .acysms__content .acysms__desc {
    margin-top: 30px;
    text-align: center;
}

.acysms .acysms__content .acysms__desc .acysms__desc__text {
    padding-left: 10%;
    padding-right: 10%;
}

.acysms .button, .acysms .download_acysms {
    padding: 15px;
    color: #303e47 !important;
    background-color: white;
    border: 2px solid #303e47;
    border-radius: 4px;
    display: inline-block;
}

.acysms .download_acysms a{
    color: #303e47 !important;
}

.acysms .download_acysms p{
    margin: 0;
}

#acysms_credits_page .thumbnail {
    width: 125px;
    height: 100px;
    border: 2px solid transparent;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

#acysms_credits_page .thumbnail:hover, #acysms_credits_page .selected_product {
    border: 2px solid #303e47;
    box-shadow: 0 0 15px 2px #d4d4d4;
}

#acysms_credits_page .old_price {
    text-decoration: line-through;
}

#acysms_credits_page .discount {
    position: absolute;
    top: 5px;
    right: 5px;
}

#acysms_credits_page .pack_level, #acysms_credits_page .discount, #acysms_credits_page .discount:hover, #acysms_credits_page .selected_product .discount {
    display: none;
}

.acysms_gateways .btn {
    padding: 15px;
    border: 2px solid #303e47;
    color: #303e47;
    cursor: pointer;
    border-radius: 4px !important;
    transition: 0.2s;
    margin-bottom: 30px;
}

.acysms_gateways .btn:hover {
    box-shadow: 0 0 15px 2px #d4d4d4;
}

.acysms_gateways .btn-green-icon {
    display: none;
}

.acysms_gateways .container .featureslist .table tr td:first-child {
    width: 10%;
}

@media screen and (max-width: 780px) {
    .acysms .acysms__content .acysms__part {
        width: 100%;
        position: relative;
        display: inline-block;
    }
    
    .acysms .acysms__content .acysms__part .acysms__logo {
        width: 87%;
        margin-left: 5%;
        height: 491px;
    }

    .acysms .acysms__content .acysms__desc {
        margin-bottom: 30px;
    }

    .acysms .acysms__content {
        padding-bottom: 0;
        margin-bottom: -40px;
    }

    .acysms .hikashop_product_page #set-rl_tabs-1 {
        margin-top: 60px;
    }
}
