#sp-main-body { padding: 50px 0; }

/*login*/

.com-users-login.login {
    max-width: 500px;
    margin: auto;
}

.login form#com-users-login__form .controls {
    margin: 0;
}

.login form#com-users-login__form .btn-primary {
    background: #2a67f0;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
}

.login form#com-users-login__form {
    font-size: 14px;
}

.login .list-group {
    flex-direction: column;
    justify-content: center;
}

.login .com-users-login__options a {
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    padding: 0 10px;
}



.registration-option-div .registration-option {
    /* border: 1px solid rgb(255 255 255 / 20%); */
    background: #141414;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
    font-size: 14px;
    height: 100%;
}

.registration-option-div .registration-option img {
    max-width: 50px;
    margin: auto;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
    margin-top: 0;
}

.registration-divider {
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0;
    line-height: 1;
    margin: auto;
    position: relative;
}

.registration-divider:before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 20%);
    width: 100%;
    height: 1px;
    left: 0;
    z-index: -1;
    top: 50%;
}

.registration-divider span {
    background: #050505;
    padding: 0 15px;
}


/*end of login*/


/*reset*/

.reset form#user-registration {
    font-size: 14px;
    text-align: center;
}

.reset form#user-registration button.btn-primary {
    background: #2a67f0;
    font-size: 14px;
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

/*end of reset*/

/*register*/

.hikashop_user_registration_page button#hikashop_register_form_button {
    background: #2a67f0;
    padding: 10px 20px;
    border: 0;
    color: #fff;
}

/*end of register*/


/*edit profile*/

form#member-profile button.btn-primary {
    background: #335eda;
    border: 0;
}

form#member-profile a.btn.btn-secondary {
    border: 0;
}

/*end of edit profile*/



/*filter*/

.js-stools-container-bar .ordering-select {
    display: none;
}

.js-stools-container-bar {
    padding: 0 0 15px;
}

.filter-search-actions.btn-group {
    margin-right: 0;
}

.js-stools-container-bar .btn-toolbar .js-stools-btn-clear {
    background: #111;
    font-size: 14px;
}

.js-stools-container-bar input#filter_search {
    font-size: 14px;
}

@media (max-width: 991px) {
    .js-stools-container-bar .btn-toolbar { justify-content: flex-start; }
}


/*end of filter*/





/*sidebar control*/

.hika_cpanel_icons {
    margin-bottom: 30px;
}

.hika_cpanel_icons .hk-icon {
    font-size: 12px;
}

.hika_cpanel_icons .hikashop_cpanel_button_text {
    text-align: left;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 500;
}

.hika_cpanel_icons > a {
    padding: 15px;
    border-color: rgb(255 255 255 / 20%);
    background: transparent !important;
    color: #c6c6c6;
}

.hika_cpanel_icons > a:focus, .hika_cpanel_icons > a:hover {
    color: #fff;
}

.hika_cpanel_icons > a img {
    width: 25px;
    filter: brightness(0) invert(1);
}

/*end of sidebar control*/


/*right side dashboard*/

.hkc-sm-6.hika_cpanel_date,
.hkc-sm-6.hika_cpanel_price{
    color: #000;
}

.hika_cpanel_main_top .hika_cpanel_main_data_title {
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.hika_cpanel_main_data .hk-well.hikashop_user_points_cpanel {
    background: #141414;
    border: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.hika_no_orders {
    background: #141414;
    border: 0;
    font-size: 14px;
}

.hika_no_orders p {
    margin: 0;
}

.hk-card {
    background: #141414;
    font-size: 14px;
    border-color: rgb(255 255 255 / 20%);
}
.hk-card.hk-card-order{
    margin-bottom:30px
}

.hk-list-group-item {
    background: #141414;
    border-color: rgb(255 255 255 / 20%);
}

.hk-card-body {
    border-bottom: 1px solid rgb(255 255 255 / 20%) !important;
}

.hk-card-default > .hk-card-header,
.hk-card-default > .hk-card-footer {
    background: #C7B285 !important;
    border-color: rgb(255 255 255 / 20%);
    color: #000 !important;
}

.hika_cpanel_methods {
    border-left: 1px solid rgb(255 255 255 / 20%);
    padding: 10px;
}

.hk-list-group.hika_cpanel_products {
    padding: 0;
}

#hikashop_order_listing #adminForm .hk-row-fluid{
    margin-bottom: 30px;
}

input#hikashop_search{
    border: 1px solid #fff;
    border-radius: 5px 0 0 5px;
}
input#hikashop_search::placeholder{
    color:rgb(255 255 255 / 80%);
}

.view-order .pagination {
    justify-content: start;
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: transparent;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #ffffff;
    --bs-pagination-border-radius: 5px;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: rgb(255 255 255 / 30%);
    --bs-pagination-hover-border-color: rgb(255 255 255);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: rgb(255 255 255 / 30%);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.0);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #C7B285;
    --bs-pagination-active-border-color: #C7B285;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    margin-top:20px;
}
@media (max-width:767px){
    .hkc-sm-4.hika_cpanel_order_action {
        text-align:left;
        margin:10px 0;
    }
}
/*end of right side dashboard*/

.hika_toolbar { margin-bottom: 20px; }

div.hika_toolbar .hikabtn span.hk-icon { font-size: 22px; }




/*cart*/

form#hikashop_show_cart_form .hikashop_product_quantity_change_div_leftright span.add-on {
    top: 0;
}

form#hikashop_show_cart_form .hikashop_product_quantity_change_div_leftright span.add-on a {
    line-height: 1.7;
}

#hikashop_show_cart_form table td {
    position: relative;
}

/*end of cart*/



/*order*/

div#hikashop_order_main {
    font-size: 14px;
}

div#hikashop_order_main .hikashop_header_title h1 {
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

div#hikashop_order_main legend {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background: #282e3c !important;
    padding: 8px 10px;
    margin: 20px 0 10px;
}

div#hikashop_order_main div#hikashop_order_right_part {
    font-weight: 600;
    padding-bottom: 10px;
}

.hikashop_order_main_table fieldset.hikashop_order_custom_fields_fieldset td {
    text-align: left !important;
    vertical-align: top;
    padding-right: 15px;
}

.hikashop_order_main_table fieldset.hikashop_order_custom_fields_fieldset td.key label {
    font-weight: 600;
}


div#hikashop_order_main td.hikashop_order_item_price_value,
div#hikashop_order_main td.hikashop_order_item_quantity_value {
    text-align: left;
}

div#hikashop_order_main table.hikashop_order_main_table table tr {
    border-color: aliceblue;
}

#hikashop_order_main fieldset#htmlfieldset_products table tbody tr td:before {
    color: #fff;
}

table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody tr.row0 td, table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody tr, table.hikashop_order_main_table tbody fieldset.adminform tbody tr.row1 td {
    border-color: rgb(255 255 255 / 20%) !important;
}

#hikashop_order_main tr.row0 {
    background: #141414;
}

.hk-card-order span.order-label{
    text-transform:uppercase;
    
}

@media (max-width: 991px) {
	div#hikashop_order_main table.hikashop_order_main_table tbody tbody td { display: block; }
	div#hikashop_order_main table.hikashop_order_main_table tbody tbody td fieldset { margin: 0; }
	div#hikashop_order_main table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody tr { display: ruby-text; }
}


/*end of order*/


/*address*/

.hikashop_address_listing_div div#hikashop_user_addresses_default dl.hika_options dt {
    float: none;
    text-align: left;
    width: 100%;
    padding-bottom: 5px;
    text-transform: capitalize;
    line-height: 1.5;
}

.hikashop_address_listing_div {
    font-size: 14px;
}

.hikashop_address_listing_div div#hikashop_user_addresses_default dl.hika_options dd {
    margin: 0;
}

.hikashop_address_listing_div div#hikashop_user_addresses_default dl.hika_options dd select {
    font-size: 14px;
}

.hikashop_address_listing_div div#hikashop_user_addresses_default dl.hika_options {
    margin-bottom: 15px;
}

.hikashop_address_listing_div div#hikashop_user_addresses_show .hkc-md-6 h3,
.hikashop_address_listing_div div#hikashop_user_addresses_show .hikashop_address_edition h3 {
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 5px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.hikashop_address_listing_div .hikashop_user_address {
    background: #141414;
    border-color: rgb(255 255 255 / 20%);
    margin-right: 0;
}

.hikashop_address_listing_div .hikashop_user_address .hika_edit {
    background: #282e3c;
}

/*end of address*/





/*referral*/

body.com-altauserpoints h3.referral-header {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

body.com-altauserpoints button.backbtn {
    float: right;
    background: #212121;
    color: #fff;
    border: 0;
    line-height: 1.5;
    padding: 5px 15px;
    font-size: 14px;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    body.com-altauserpoints button.backbtn { float: left; }
}

ul#myTabTabs {
    font-size: 14px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 15px;
}

ul#myTabTabs a {
    color: #fff;
    text-transform: capitalize;
    border: 0;
}

ul#myTabTabs a.active {
    background: #2a67f0;
}


div#page-profile { font-size: 14px; letter-spacing: 0.5px; }

.cls-myprofile-wrapper { margin-top: 15px; }

.cls-myprofile-wrapper div#cls-myprofile {
    margin: 0 !important;
}

.cls-myprofile-wrapper div#cls-myprofile .card {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid rgb(255 255 255 / 20%);
    background: transparent;
}

.cls-myprofile-wrapper div#cls-myprofile .card .card-body {
    background: transparent;
}

.cls-myprofile-wrapper div#cls-myprofile .card .card-body .btn-primary {
    background: #2a67f0;
    border: revert-layer;
    font-size: 12px;
    padding: 5px 15px;
}

div#page-profile hr {
    border-color: rgb(255 255 255 / 50%);
}

.cls-myprofile-wrapper div#cls-myprofile .card .card-header {
    background: #282e3c;
    border-radius: 0 !important;
    color: #fff;
}

.cls-referral-profile {
    background: #141414;
    padding: 20px;
    margin-bottom: 25px;
}

.cls-referral-profile>.row {
    align-items: center;
}

.cls-referral-profile .cls-referral-details {
    font-size: 16px;
}

.cls-referral-profile div#QRcodeInvite img {
    border: 1px solid #ccc;
    max-width: 200px;
    margin: auto;
}

.cls-referral-profile div#QRcodeInvite {
    margin-bottom: 20px;
}

.cls-referral-profile .social-share {
    text-align: center;
    padding: 0 !important;
}

.cls-referral-profile .social-share .social-header {
    padding-bottom: 5px;
}


@media (max-width: 767px) {
    .cls-referral-profile .cls-referral-details { font-size: 14px; padding-top: 20px; }
}

@media (max-width: 575px) {
    .cls-referral-profile>.row>div { width: 100%; }
}

.cls-referral-profile .social-share .btn-primary {
    padding: 7px 5px !important;
    min-width: 100%;
    font-size: 14px;
    border: 0 !important;
}

.cls-referral-profile .social-share .btn-primary.facebook-class {
    background: #0d6efd;
}

.cls-referral-profile .social-share .row>div {
    padding: 0 5px;
}

.cls-referral-profile .social-share .row {
    padding: 0 10px;
}


div#page-profile #mySlide .accordion-body {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    background: transparent;
    padding: 15px 15px 0;
}


div#page-profile #mySlide .accordion-item {
    margin-bottom: 15px;
    border-radius: 0 !important;
    border: 0;
    /* background: transparent; */
}

div#page-profile #mySlide .accordion-item button.accordion-button {
    border-radius: 0 !important;
    background: #141414;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

div#page-profile #mySlide .accordion-item button.accordion-button::after {
    filter: brightness(0) invert(1);
}


div#page-activities table,
div#page-activities table tr,
div#page-activities table td { color: #fff; border-color: rgb(255 255 255 / 20%); }

div#page-activities table th {
    background: #282e3c;
}

@media (max-width: 767px) {
    div#page-activities table {
        padding-bottom: 10px;
        overflow: hidden;
        overflow-x: scroll;
        display: block;
    }
}

div#page-activities a {
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: underline;
    display: block;
}

div#page-activities br {
    display: none;
}

div#page-activities img {
    display: none;
}
/*end of referral*/



/*view-profile-info*/
.view-profile #users-profile-core .list-group {
    --bs-list-group-color: #c7b285;
    --bs-list-group-bg: #ffffff00;
    --bs-list-group-border-color: transparent;
    --bs-list-group-border-width: 0px;
    --bs-list-group-border-radius: 0rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 1rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
    
}


.view-profile #users-profile-core .list-group .list-group-item {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    color: #fff;
}

.view-profile #users-profile-core .list-group .list-group-item b,strong {
    color: #c7b285;
}



/*dashboard-title*/
.view-user .sp-page-title .sp-page-title-heading,
.view-order .sp-page-title .sp-page-title-heading,
.view-address .sp-page-title .sp-page-title-heading,
.terms-menu .sp-page-title .sp-page-title-heading,
.view-login .sp-page-title .sp-page-title-heading,
.view-cart .sp-page-title .sp-page-title-heading  {
    text-align:center;
    font-size: 36px;
    font-weight: 800;
}


/*check-out*/
.hikashop_cart_product_price_value {
    color: #C7B285 !important;
}

.view-checkout td.hikashop_cart_additional_value {
    text-align:right;
}

.view-checkout span.hikashop_checkout_cart_final_total {
    color: #C7B285;
}

.view-checkout table.table.table-striped {
    color:#fff;
}

.view-checkout .btn-primary {
    background: transparent !important;
    border-radius: 0px !important;
    padding: 10px 35px !important;
    border: 1px solid #c7b285 !important;
    color: #C7B285 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    line-height:1.6 !important;
    transition: 0.5s !important;
}

.view-checkout .btn-primary:hover {
    background: #c7b285 !important;
    color: #fff !important;
}

.whatsappchat.is-bottom_right .popup-section .popup .popuptext::after {
    right: 18px !important;
    border-color: #fff transparent transparent transparent !important;
}

.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top {
    background: #444444 !important;
}



/*edit-profile*/
.view-profile a.btn.btn-secondary {
    background: transparent !important;
    border-radius: 5px !important;
    padding: 10px 35px !important;
    border: 1px solid rgb(255 255 255 / 60%) !important;
    color: rgb(255 255 255 / 60%) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    line-height:1.6 !important;
    transition: 0.5s !important;
    margin-left: 10px;  
}

.view-profile a.btn.btn-secondary:hover  {
    background: rgb(255 255 255 / 60%) !important;
    color: #fff !important;
    border: 1px solid rgb(255 255 255 / 60%) !important;

}

.view-profile .akeeba-sociallogin-linkunlink-buttons.row.row-cols-sm-2.row-cols-md-3 {
    width:500px;
    height:auto;
}


@media (max-width:767px) {
.view-profile a.btn.btn-secondary,  {
    font-size: 12px !important;
    padding: 10px 20px !important;
    }

.view-profile .akeeba-sociallogin-linkunlink-buttons.row.row-cols-sm-2.row-cols-md-3{
    width:100%;
    height:auto;
    margin:auto;
    }
}
/*end-edit-profile*/





/*view-order-message*/
.view-order #hikashop_contact_altbody {
    background-color:#000;
    margin:20px 0;
    border-radius:10px;
}

.view-order #hikashop_contact_altbody:focus{
    color:#fff;
}

.view-order #hikashop_contact_altbody {
    background-color:#000;
    margin:20px 0;
}


/*view-order-message-button*/
.hika_j2 .btn-success, .hikabtn-success  {
    background: transparent !important;
    border-radius: 5px !important;
    padding: 10px 35px !important;
    border: 1px solid #c7b285 !important;
    color: #C7B285 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    line-height: 1.6 !important;
    transition: 0.5s !important;
}

.hika_j2 .btn-danger, .hikabtn-danger {
    background: transparent !important;
    border-radius: 5px !important;
    padding: 10px 35px !important;
    border: 1px solid rgb(255 255 255 / 60%) !important;
    color: rgb(255 255 255 / 60%) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    line-height: 1.6 !important;
    transition: 0.5s !important;
    margin-left: 10px;
}

.hika_j2 .btn-success:hover, .hikabtn-success:hover {
    background:#C7B285 !important;
    color:#fff !important;
}

.hika_j2 .btn-danger:hover, .hikabtn-danger:hover {
    background: rgb(255 255 255 / 60%) !important;
    color:#fff !important;
}


@media (max-width:767px) {
  .hika_j2 .btn-success, .hikabtn-success,
  .hika_j2 .btn-danger, .hikabtn-danger {
     font-size: 12px !important;
     padding: 10px 20px !important;
  }
  
}
/*end-view-order-message*/







/*view-cart*/
div.hika_toolbar .hikabtn span.hk-icon {
    color: #000 !important;
}

.view-cart #hikashop_cart_product_listing {
    color:#fff;
}


@media (min-width:1025px) {
  .hika_toolbar_btn .hikabtn {
      width:120px;
      height:auto;
  }
  
   .view-order .hika_toolbar > div > a, .hika_toolbar > div > .hkdropdown {
       white-space:wrap;
       font-size:11px;
       min-height:75px;
       align-content:center;
   }
}


@media only screen and (max-width: 767px) {
    table#hikashop_cart_product_listing > tbody > tr.hika_show_cart_total_text_2 {
        display: none;
    }

     #hikashop_show_cart_form table.hikashop_cart_products td:before {
        color: #ffff;
    }
}
/*end-view-cart*/






#hikashop_show_cart_form table.hikashop_cart_products td:before {
    left: 10px;
}

#hikashop_show_cart_form table.hikashop_cart_products tbody td img.hikashop_cart_product_image {margin: auto;margin-right: 0 !important;margin-bottom: 5px;}

