.subscription_block #subscription_img {
    border-radius: 50%;
    width: 87px;
    height: 87px;
    background-color: #303e47;
    color: white;
    position:relative; 
    display:block;
    margin: 0 auto;
}

.subscription_block #subscription_img i {
    font-size: 38px;
    transform: translateY(56%);
}

.subscription_block #subscription_img img {
    width: 33px;
    height: 33px;
    transform: translateY(78%);
}

.subscription_block #subscription_name {
    font-family: Poppins;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.2;
    letter-spacing: normal;
    color: #303e47;
}

.subscription_block #subscription_version {
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.2;
    letter-spacing: normal;
    color: #303e47;
}

.subscription_block .subscription_desc {
    border-top: 1px solid #e4e4e4;
    padding-top: 40px;
}

.subscription_block .button_download {
    background-color: #303e47;
    padding: 15px;
}

.subscription_block .button_download_hollow {
    background-color: transparent;
    border: 2px solid #303e47;
    padding: 10px;
    text-decoration: none;
    color: #303e47;
    border-radius: 4px;
    transition: 0.2s;
}

.subscription_block .button_download_hollow:hover {
    border-color: #00a4ff;
}

.subscription_block .button_download img {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin-right: 15px;
}
.subscription_block .button_download_hollow i {
    margin-right: 10px;
    color: #303e47;
    vertical-align: middle;
}

.subscription_block .subscription_attached {
    text-align: left;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.subscription_block .subscription_attached_input {
    border: 2px solid #ebebeb;
    border-radius: 4px;
    padding: 4px;
    transition: 0.2s;
    font-size: 15px;
}

.subscription_block .subscription_attached_input:hover {
    border: 2px solid #303e47;
}

.subscription_block .button_save {
    padding: 8px 15px 8px 15px;
    border-radius: 4px;
    color: white;
    font-size: 11px;
    background-color: #00a4ff;
    transition: 0.2s;
    cursor: pointer;
}

.subscription_block .button_save:hover {
    opacity: 0.7;
    text-decoration: none;
}

.subscription_block .subscription_valid_until {
    color: #00a4ff;
}

.subscription_block .subscription_extend_it {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #303e47;
}

.subscription_block .subscription_extend_it_price {
    color: #00a4ff;
}

.subscription_add_website {
    color: #00a4ff;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}

.subscription_block .subscription_valid_until {
    margin-top: 20px;
}

.question_subscription {
  font-size: 25px;
}

.component_register {
    position: relative;
}

.component_register #member-profile .validate {
    position: absolute;
    width: 100%;
    bottom: 0;
    border: none;
    box-shadow: none;
    height: 50px;
    background-image: none;
    background-color: #3ddc95;
    color: white;
    text-shadow: none;
    transition: 0.2s;
    border-radius: 0px !important;
}

.component_register #member-profile .validate:hover {
    background-color: #228c82;
}

.component_register #member-profile [title="Cancel"] {
    display: none;
}

.component_register #member-profile fieldset {
    border: none;
    margin-bottom: 50px;
}

.component_register #member-profile .controls input[type="text"], .component_register #member-profile .controls input[type="password"], .component_register #member-profile .controls input[type="email"], .hikashop_no_border input[type="text"] {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #979797;
}

.component_register #member-profile .controls  input[type="text"]:hover, .component_register #member-profile .controls  input[type="text"]:focus, .component_register #member-profile .controls input[type="password"]:hover, .component_register #member-profile .controls input[type="password"]:focus, .component_register #member-profile .controls input[type="email"]:hover, .component_register #member-profile .controls input[type="email"]:focus, .hikashop_no_border input[type="text"]:hover, .hikashop_no_border input[type="text"]:focus {
    border-bottom: 1px solid #2d2d2d;
}

#hikashop_order_listing td {
    border: none !important;
    padding: 12px;
    line-height: 25px;
}

#hikashop_order_listing th {
    border-bottom: 1px solid #3ddc95 !important;
}

.hikashop_order_number_value a{
    color: #00a4ff !important;
}

.control-label label {
    display: inline-block !important;
}

.invalid {
    border: none;
    color: #FF5F6B;
}

#hikashop_print_invoice i, #hikashop_order_back_button i {
    font-size: 30px;
}

#hikashop_print_invoice , #hikashop_order_back_button {
    border: none;
    margin-left: 20px;
    margin-bottom: 10px;
}

#hikashop_print_invoice:hover , #hikashop_order_back_button:hover {
    color: #00a4ff !important;
}

#htmlfieldset_products .hikashop_order_item_total_value, #htmlfieldset_products .hikashop_order_subtotal_value, #htmlfieldset_products .hikashop_order_shipping_value, #htmlfieldset_products .hikashop_order_total_value {
    color: #3ddc95 !important;
    font-size: 15px;
}

.hikashop_order_item_name_value .hikashop_order_product_link p:hover {
    color: #00a4ff !important;
}

#hikashop_order_main td {
    font-size: 14px !important;
}

#hikashop_order_main td a {
    color: #00a4ff;
}