:root{
  --themecolor:#2a1bcd;
}

/* 6-02-2024 */
.mod-login .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    position:relative;
}

.mod-login .input-group input {
    width: 100%;
    padding: 10px;
}

.mod-login {
    padding: 10px !important;
    background: #e7e7e7;
    width:95%;
}

.mod-login .input-group label {
    margin-bottom: 7px;
}
.mod-login .input-group button.btn.btn-secondary.input-password-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    height: 34px;
    width: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.mod-login .input-group button.btn.btn-secondary.input-password-toggle span.icon-fw.icon-eye {
    background: url(http://51.81.34.86/images/hide.png);
    background-size: 18px;
    height: 18px;
    width: 22px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.mod-login .input-group button.btn.btn-secondary.input-password-toggle span.icon-fw.icon-eye-slash{
      background: url(http://51.81.34.86/images/show-password.png);
    background-size: 18px;
    height: 18px;
    width: 22px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.mod-login ul.mod-login__options li a {
    color: #121212;
    text-decoration: none;
}
.mod-login ul.mod-login__options li {
    margin: 8px 0px;
}
* {
    box-sizing: border-box;
}
.mod-login .mod-login__submit button,
.mod-login .mod-login__submit button:hover{
    background: black;
    display: block;
    width: 70px;
    border: none;
    padding: 7px 3px;
    color: #fff !important;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    margin: 11px 0px !important;
}

.mod-login .mod-login__submit button:hover {
    background: #4e4e4e;
}

.hikashop_cart td, .hikashop_cart th {
padding: 8px 10px;
    border: solid 1px #fbfbfb;
    background: #fff;
}
.hikashop_cart tr td:first-child {
    border-radius: 10px 0px 0px 10px;
}
.hikashop_cart tr td:last-child {
    border-radius: 00px 10px 10px 0px;
}
.hikashop_cart_dropdown_content {
    z-index: 1000;
    position: absolute;
    width: auto;
    padding: 0px 10px 10px 10px !important;
    border: 1px solid #d6dce9 !important;
    background-color: #f3f7ff !important;
    left: -19px;
    top: 11px;
    border-radius: 15px;
}

.hikashop_cart th {
    background: #2a1bcd;
    color: #fff;
}
table.hikashop_cart .hikashop_cart_value a {
    color: #000;
    font-weight: bold;
}
.hikashop_cart th:nth-child(2), .hikashop_cart th:first-child {
    min-width: 187px;
}
table.hikashop_cart {
    border-collapse: separate !important;
    border-spacing: 0px 9px;
  border:none;
}

table.hikashop_cart {border-collapse: collapse;}
table.hikashop_cart tfoot td {
    background: #1d138f;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px !important;
}
table.hikashop_cart tfoot td span{
  color:#fff;
}
table.hikashop_cart .hikashop_cart_module_product_delete_value i.fa.fa-times-circle {
    font-size: 0;
    width: 14px;
    height: 14px;
    background: url(http://maxmax.com/images/cancel.png) no-repeat;
    background-size: 13px;
    background-position: center center;
}
table.hikashop_cart tfoot td:last-child {
    background: transparent;
    display: none;
}

.hikashop_cart a.hikabtn.hikashop_cart_proceed_to_checkout {
    background: #149114;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    margin-top: 11px;
    border: none;
    padding: 14px 18px;
    font-weight: 500;
    text-transform: uppercase;
}

/* 6-02-2024 */
table{
  width:100% !important;
  background:#dcdcdc0d;
  border: solid 1px #ccc;
}

table td {
    padding: 0.6rem 1rem !important;
    border: solid 1px #ccc;
}
 table td p {
    margin: 0;
}
span.hikashop_product_name{
  text-align:center !important;
}

.hikashop_quantity_form table{
  border:none !important;
}
.hikashop_quantity_form table td {
    border: none;
    padding: 0 !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
  font-size: 12px !important;
}

/* 9-2-2024 login */
form#login-form {
    background: #fff;
    padding: 3rem 1.7rem;
    border-radius: 10px;
    border: solid 1px #E8ECF5;
}

form#login-form #form-login-password input,
form#login-form #form-login-username input {
    background: #ffffff;
/*    border: none;*/
    border-radius: 6px;
    height: 38px;
    padding: 3px 14px;
    font-size: 13px;
}

#login-form h6 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 2rem;
}

#login-form h6 span {
    color: #2a1bcd;
    font-size: 25px;
    font-weight: 500;
}

div#form-login-submit button {
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 8px 20px;
}


#login-form .unstyled {
    margin-top: 2rem;
}

#login-form .unstyled li a {
color: #000;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

#login-form .unstyled li a .icon-arrow-right {
    margin-left: 6px;
}

#login-form .unstyled li {
    padding: 6px 0px;
/*    border-top: solid 1px #e0e6f3;*/
}

#form-login-remember .uk-form-label{
    color: #657595;
    font-size: 14px;
    line-height: normal;
}

#form-login-remember input {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-size: 10px;
    background-color: #fff;
    border-color: #d3d2d2;
}
#form-login-remember .uk-checkbox:checked {
    background-color: #2a1bcd;
    border-color: #2a1bcd !important;
}
/* 9-2-2024 */

/* 9-2-2024 */

.product-image {
    background: #f7f7f7;
    aspect-ratio: 2/2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image img {
    max-width: 200px;
}
a.product-inner h6 {
    margin-top: 17px;
    margin-bottom: 0px;
    color: #000;
    font-size: 0.9rem;
}
a.product-inner p {
    color: #000;
    margin-top: 10px !important;
}
.main-title {
    font-weight: 500;
    font-size: 1.5rem;
    padding-bottom: 10px;
    color: #000000;
    display: inline-block;
    padding: 0;
}

.hikashop_cart_module {
    background: #2a1bcd;
    border-radius: 7px;
    padding: 2px;
    border: solid 1px #2a1bcd;
    color: #ffffff;
    font-weight: 600;
    width: 46px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}
#form-login-submit .login-button{
  background-color: #2a1bcd;
}
/* 9-2-2024 */

/* 12-02-2024 */


.hikashop_small_image_div {
    float: right !important;
    width: 100%;
    text-align: left !important;
}
#hikashop_product_description_main{
color:#000;
}
.hikashop_product_description_main p {
    color: black;
    font-size: 18px;
    font-weight: 600;
}
.hikashop_product_description_main ul li {
    margin-bottom: 0.7rem;
}
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
    border: 1px solid var(--themecolor);
}
.hikashop_product_page div.hikashop_small_image_div a {
    display: inline-block;
    border: 1px solid #c4c4c4;
    margin-right: 3px;
    padding: 3px;
}
img.hikashop_child_image {
    margin: 1px;
    height: 4rem;
    width: 4rem;
}
.hikashop_product_page div.hikashop_small_image_div a {
    display: inline-block;
    border: 1px solid #c4c4c4;
    margin-right: 0.3rem;
    padding: 0.3rem;
}

.hkform-horizontal .hkcontrol-label {
    text-align: left;
    margin-bottom: 0;
    padding: 0px;
    position: relative;
    border:none !important;
}
span.form-control-feedback {
    position: absolute;
    bottom: -5px;
    left: 0;
    font-size: 13px;
    color: red;
}
.hikashop_registration_address_info_line {
    margin-top: 3rem;
    border-top: solid 1px #4c4c4c;
    padding-top: 1rem;
}
.hikashop_product_name a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: block;
}
.hikabtn {
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 14px;
}
.hikacart,
.hikabtn_checkout_login_register{
    color: #fff;
    background-color: var(--themecolor);
    border-color: var(--themecolor);
}
.hikacart:hover,
.hikacart:focus {
    color: #fff;
    background: #1d119b;
    border-color: #1d119b;
}
.hikashop_category_information   .hikashop_subcontainer, .hikashop_categories_listing_main  .hikashop_subcontainer {
    padding: 20px;
}
div.hikashop_messages.hikashop_info {
    background-color: #48c7ec24;
    color: #000000;
    font-weight: normal;
    margin: 37px 0px;
    padding: 2px 0.5rem;
    border: solid 1px #48c7ec73;
}
.hkform-horizontal .hkform-group{
margin-left:0px;
margin-right:0px;
}
.hikashop_registration_privacy_line a {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
}
.uk-button {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 8px 20px;
}
.tm-form-reset .uk-background-muted{
    background-color: #f3f7ff;
    border-radius: 8px;
}
.invalid{
  border:none !important;
}
.uk-background-muted {
    background-color: #f3f7ff;
    border: solid 1px #E8ECF5;
}

/* .uk-offcanvas-bar ul {
    padding-left: 22px;
}
.uk-offcanvas-bar ul .deeper.parent a {
    color: red;
}
.uk-offcanvas-bar ul .deeper.parent > ul li a {
    color: blue;
}
.uk-offcanvas-bar ul .deeper.parent ul li ul li.deeper > a {
    color: palevioletred;
}
.uk-offcanvas-bar ul .deeper.parent ul li ul li a {
    color: yellow;
} */
.uk-offcanvas-bar li{
  width:100%;
}
.hikashop_products_pagination .list-footer .limit select{
  width:130px;
}
/* 12-02-2024 */

/* 14-2-2024 */
.hikacart {
    color: #fff;
    background-color: #2a1bcd !important;
    border-color: #2a1bcd !important;
}
.hikacart:hover {
    color: #fff;
    background-color: #1d119b !important;
    border-color: #1d119b !important;
}
.logout_register_module {
    text-align: right !important;
}
/* #login-form-233{
  display:none !important;
} */
/* 14-02-2024  */



/*Mobile menu*/

.uk-offcanvas .uk-offcanvas-bar ul li a {
    color: #000 !important;
    position: relative;
    font-weight: bold;
}
.uk-offcanvas .uk-offcanvas-bar ul li a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #000000;
    left: -16px;
    top: 16px;
}
.uk-offcanvas .uk-offcanvas-bar ul > li ul > li > a {
    color: #000 !important;
    position: relative;
    font-weight: 500;
}
.uk-offcanvas .uk-offcanvas-bar ul > li ul > li .mod-menu__sub > li a {
    color: #000 !important;
    font-weight: 300;
}
.uk-offcanvas .uk-offcanvas-bar ul > li ul > li .mod-menu__sub > li .mod-menu__sub a {
    color: #000 !important;
}
.uk-offcanvas .uk-offcanvas-bar ul > li ul > li .mod-menu__sub > li.deeper > a {
    color: #000 !important;
        font-weight: 500;
}

/*.uk-offcanvas .uk-offcanvas-bar .deeper.parent:after {
    content: "+";
    width: 14px;
    color: #000;
    font-size: 20px;
    top: 9px;
    right: 0;
    position: absolute;
    height: 13px;
    line-height: 14px;
}*/
.uk-offcanvas .uk-offcanvas-bar .deeper.parent {
    position: relative;
}
.uk-offcanvas .uk-offcanvas-bar  .uk-nav li > a{
    display: inline-block;
    padding: 0.3rem 0px;
}
.mod-menu__sub {
/*    display: none;*/
    padding-left: 10px !important;
}
/*.deeper.parent:hover:after {
    content: "-" !important;
}*/
.show-menu ul,
.show-menu {
    display: block !important;
}
.show-menu li:after{
  display: none;
}

.uk-offcanvas .uk-offcanvas-bar ul > li ul > li > a:after {
    content: "";
    height: 4px;
    width: 4px;
    background: #2a1bcd;
    position: absolute;
    left: -12px;
    border-radius: 50px;
    top: 15px;
}
.uk-offcanvas-bar{
  width: 300px;
  left: -300px;
  padding: 20px 10px 20px 35px;
}
.uk-offcanvas-bar .uk-parent .uk-nav-sub {
    display: none;
}
.uk-offcanvas-bar .uk-parent:hover .uk-nav-sub {
    display: block;
}
.uk-offcanvas-bar ul.uk-nav-sub .uk-parent .uk-nav-sub {
    display: none !important;
}

.uk-offcanvas-bar ul.uk-nav-sub .uk-parent:hover .uk-nav-sub {
    display: block !important;
}
.uk-offcanvas .uk-offcanvas-bar .uk-nav li > a svg {
    display: none;
}

.uk-offcanvas-bar .uk-parent {
    position: relative;
}

.uk-offcanvas-bar .uk-parent:after {
    content: "+";
    position: absolute;
    right: 6px;
    top: 0;
    font-size: 20px;
}

.uk-offcanvas-bar .uk-parent:hover:after {
    content: "-";
}
#login-form-297{
  display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 1rem !important;
}
#login-form-297 .login-greeting{
    margin-right: 10px;
    font-weight: bold;
    color: #000;
}
#login-form-297 .logout-button button{
  border-radius: 6px;
    font-size: 13px;
    padding: 0.5rem 1.5rem; 
}
.uk-breadcrumb li{
  display:inline-block;
}
ul.uk-breadcrumb li {
    background: #f3f7ff !important;
    display: inline-block;
    padding: 8px 24px 8px 29px;
    color: #000;
    position: relative;
}
ul.uk-breadcrumb li:after {
    content: "";
    width: 26px;
    height: 26px;
    background: #f3f7ff;
    position: absolute;
    transform: rotate(45deg);
    right: -14px;
    top: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    border-color: #d5dae2;
    z-index: 99;
}
ul.uk-breadcrumb li:before {
    display: none !important;
}
.uk-breadcrumb li.active span{
      padding-left: 4px;
      color:#fff;
}
.uk-breadcrumb li.active, .uk-breadcrumb li.active:after {
    background: #5a50d0 !important;
    border-color: #5a50d0;
}
.uk-breadcrumb>*>* {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
/*Mobile menu*/
#svg_icon{
    float: right;
    cursor: pointer;
    margin-right: 40px;
}
/* 21-02-2024 */
svg#Passkey {
    height: 25px;
}
/* 21-02-2024 */

.tm-header .uk-navbar-container:not(.uk-navbar-transparent) {
    /* background: #686b6f; */
    background: #F3F7FF !important;
    border-bottom: solid 1px #E8ECF !important5;
}

a, .uk-link {
    color: var(--themecolor);
}