.hkc-md-4:hover .hikashop_product_image a:before, .hkc-md-3:hover .hikashop_product_image a:before {
    display: none;
}

/*main background*/
.com-sppagebuilder #sp-main-body, .com-hikashop.view-product.layout-listing, .com-hikashop.view-product.layout-show, .com-hikashop.view-category {
    background: #fff9f0;
}

/***filter***/
#sp-left .sp-module {border-color: #0e562f;}
#sp-left .sp-module .sp-module-title { border-bottom-color: #144c1d5e;}

.filter_values_container .hkform-control, .filter_values_container .hkform-select, .filter_values_container .form-control, .filter_values_container .form-select{background:#fff;}

/***product image***/
div#hikashop_main_image_div img {border-radius: 25px;}

/*mobile menu*/
div#sp-bottom-menu {background: #e3c7a2 !important;}
div#sp-bottom-menu h6.sppb-addon-title.sppb-feature-box-title a{font-weight:600 !Important;color:#052e18 !Important;}


.thumbnail .hikacart {
     border-radius: 30px;
     margin: 0 auto 20px;
     font-weight: 600;
     float: none !important;
     padding: 12px 25px;
}


#system-message-container {
    position: relative;
    max-width: 100%;
    right: 0;
}

.alert-heading span {
    /* display: block !important; */
    /* position: relative !important; */
    /* height: auto !important; */
    /* width: auto !important; */
    /* font-size: 24px; */
    /* text-transform: capitalize; */
}

#system-message-container joomla-alert {
    padding: 20px;
}


/*listing alignment*/
#hikashop_category_information_module_162 div.hikashop_subcontainer, #hikashop_category_information_module_162 /*div.hikashop_subcontainer span, #hikashop_category_information_module_162 div.hikashop_container{
  text-align:left !important;}*/
span.hikashop_product_price_full { padding-left: 20px;}
button.hikabtn.hikacart {
    text-align: left !important;
    display: block;
      border-radius: 30px;
}
span.hikashop_product_price_full {
    /* text-align: center !important; */
    display: block;
    /* padding: 0 10px; */
}

/*listing background*/
img.hikashop_product_listing_image {
    background: #fff7ee;
    padding: 10px;
}

.hikashop_product_image_subdiv { padding: 10px;}

/*checkout*/
button.hikabtn.hikabtn_checkout_login_form {
    border-radius: 30px;
}


/*mobile*/
@media(max-width:480px){
  .thumbnail .hikacart {
    padding: 10px 15px;
    margin: 0px auto 10px auto;
    font-size: 12px;
   }
}

/*pagination*/
.hikashop_products_pagination .pagination .page-item.active {
    background: #eeded5;
}


/*button*/
a.hikabtn.hikacart:hover {
    background-color: black !important;  
}

/*listing*/
.hikashop_products_listing_main {
    margin-bottom: 40px !important;
}

/*----
checkout payment
-----*/
.hikashop_checkout_payment {
    margin-top: 30px;
}





/*-------------------------
Support Jul 2024
--------------------------*/
/*-----
menu icon position
-----*/
/*div#sp-top2 .sp-module:nth-child(1) {position:absolute;right:12em;}
div#sp-top2 div#hikashop_cart_module{transform:translate(-9.5em,-2.8em);min-width:80px;}*/

/*@media(max-width:1199px){
div#sp-top2 .sp-module:nth-child(1) {position:absolute;right:2em;}
div#sp-top2 div#hikashop_cart_module{transform:translate(0,-2.8em);}
}
@media(max-width:1170px){
#sp-top2 .hikashop_filter_main.hikashop_filter_main_Search_3 {margin-left: -2em;}
div#sp-top2 .sp-module:nth-child(1) {position:absolute;right:4em;}
div#sp-top2 div#hikashop_cart_module{transform:translate(-2em,-2.8em);}
}*/