#sp-header-topbox {
    background: #000;
    color: #fff;
    border-bottom: 3px solid #e70000;
    padding: 3px 0px 0px 0px;
}
#sp-header {
  background: #fff;
  height: auto;
}
#sp-header.desktop-header {
  box-shadow: none;
}
#sp-header .container-inner {
  border-bottom: 0;
}
#sp-header.header-sticky{
  z-index:999;	
  box-shadow: 0px 0px 15px #41435961;
}
#sp-header a {
  color: #000000;
}
.com_hikashop #sp-main-body {
    padding: 60px 0;
}

section#sp-section-1 {
    background: #ededed;
	margin-top: 10px; 
}
.breadcrumb a {
    color: #000;
}

.breadcrumb {
    padding: 0.75rem 1rem;
    background-color: transparent;
    border-radius: 0.25rem;
    margin-bottom: 0;
    font-size: 13px;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height: 40px;
}

.sp-megamenu-parent>li:hover>a {
    color: #e70000 !important;
    text-decoration: underline;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #f45f06;
  background-image: linear-gradient(213deg,#ff7b48 7%,#f73c22 92%);
  border-color: #f45f06;
  box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
}
.btn-primary{
  background-image: linear-gradient(213deg,#ff7b48 7%,#f73c22 92%);
  padding: 0 24px;
  min-width: 165px;
  border-style: solid;
  background-color: #e70000;
  border-color: transparent;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight:700;
  border-width: 1px
}
.btn-secondary {
  padding: 0 24px;
  min-width: 165px;
  border-style: solid;
  background-color: #f5f6f9;
  border-color: transparent;
  border-radius: 4px;
  height: 44px;
  line-height: 42px;
  font-size: 16px;
  border-width: 1px;
  color: #2d2f43;
}
#sp-social select {
  font-size: 13px !important;
}
#sp-social {
  font-size: 13px !important;
}
.header-modules {
  margin-left: 0px;
  margin-right: 5px;
}
.header-modules .sp-module {
  margin-left: 0px !important;
  /*background: #f5f6f9;*/
  padding: 0.5rem;
  border-radius: 8px;
}
#hikashopcurrency {
  border: none;
  background: #f5f6f9;
  border-radius: 8px;
  height: calc(2.25rem + 3px);
}
/* top cart module */
.social-wrap .sp-module {
  margin: 0px 4px;
}
.sp-module.cart-module-top {
  background: #f5f6f9;
  padding: 0.4rem;
  line-height: 1.5;
  border-radius: 8px;
}
.cart-module-top .count {
  background-color: #e70000 !important;
  font-size: 10px;
}

/* Top Search Module */
.hikashop_filter_module.search-mod-hika {
  position: relative;
}
.search-mod-hika .hikashop_filter_main_div form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.search-mod-hika .hikashop_filter_main.hikashop_filter_main_search_1 {
  min-height: auto !important;
}
.search-mod-hika input#filter_text_search_1 {
  line-height: 1.5;
  padding: 0.5rem;
  background: #f5f6f9;
  border: none;
  border-radius: 8px;
  max-width: 100%;
}
.search-mod-hika .hikabtn {
  margin-bottom: 0px;	
}
.search-mod-hika .hikashop_filter_button_inside .btn {
  line-height: 1.0;
  padding: 0.5rem;
  min-width: 80px;
  height: auto;
  border-radius: 7px;
  margin-right: 1px;
  background: #000;
  border-color: #000;
}
.search-mod-hika .hikashop_filter_button_inside .btn:hover {
  background: #e70000;
  border-color: #e70000;	
}
.search-mod-hika .hikashop_filter_button_inside {
  position: absolute;
  right: 6px;
  margin: 0 !important;
}
.search-mod-hika .btn-primary{
  background-image:none;	
}



.super-deals-menu {
  color: #e70000 !important;
  font-weight: 600 !important;
  animation: zoominoutsinglefeatured 3s infinite ;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.08,1.08);
    }
    100% {
        transform: scale(1,1);
    }
}

#feature-image-ban-home .sppb-addon-wrapper > div {
  overflow: hidden;
}
#feature-image-ban-home .sppb-addon-single-image-container:hover {
  transform: scale(1.05);
}



/* hikashop product listing */

.hikashop_product_image_subdiv {
    max-width: 100%;
    background-color: #fafafa !important;
}
img.hikashop_product_listing_image {
    mix-blend-mode: darken;
	aspect-ratio: 1 / 1;
}
.hikashop_subcontainer.card {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.hikashop_subcontainer.card:hover {
    box-shadow: 0 10px 24px 0 rgb(0 0 0 / 15%);
}
.hikashop_listing_senioriz .price-box-jmax {
    display: flex;
    min-height: 100px;
    flex-direction: column;
    align-items: normal;
    justify-content: center;
	margin-bottom: 7px;
}
.hikashop_listing_senioriz .hikashop_product_code_list {
    display: none;
}
.hikashop_listing_senioriz .hikashop_product_name a {
    color: #033055;
    font-size: calc(12px + 0.35vw);
    font-weight: 500;
	line-height: 20px;
}
.hikashop_listing_senioriz:hover .hikashop_product_name a {
    color: #e70000;
}
.hikashop_listing_senioriz span.hikashop_product_price {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 32px;
    border-radius: 0px;
    font-weight: 600;
	margin: 4px 0px;
}
.hikashop_listing_senioriz span.hikashop_product_price.hikashop_product_price_with_discount {
    display: block;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    border-radius: 0px;
    font-weight: 600;
	margin: 4px 0px;
}
.hikashop_listing_senioriz span.hikashop_product_discount {
    background: #e70000;
    color: #fff;
    padding: 2px 8px;
    margin-right: 10px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
}
.hikashop_listing_senioriz span.hikashop_product_name {
    margin: 8px 0px;
    display: block;
    min-height: 45px;
}
.hikashop_listing_senioriz span.hikashop_product_price_full {
    margin: 5px 0px;
    display: block;
}

/* END hikashop product listing */

/* hikashop product details */

div#hikashop_product_right_part {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

@-webkit-keyframes shimmer-move {
  0% {
    -webkit-transform:translateX(calc(150%*-1));
    transform:translateX(calc(150%)*-1))
  }
  to {
    -webkit-transform:translateX(150%);
    transform:translateX(150%)
  }
}
@keyframes shimmer-move {
  0% {
    -webkit-transform:translateX(calc(150%*-1));
    transform:translateX(calc(150%*-1))
  }
  to {
    -webkit-transform:translateX(150%);
    transform:translateX(150%)
  }
}
.btn-primary.hikacart {
	background: #e20000;
    width: 100%;
    border: 0;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
    display: table;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.07rem;
}
.btn-primary.hikacart:before {
    content: "";
    -webkit-animation: shimmer-move 2s infinite ease;
    animation: shimmer-move 2s infinite ease;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100%;
    background: #ffffff29;
}
.hikashop_product_page .hikashop_quantity_form {
    margin: 0;
}
.hikashop_product_page #hikashop_product_characteristics {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}
.hikashop_product_page table.hikashop_product_characteristics_table {
    width: auto;
    margin: 0 auto;
}
.hikashop_product_page #hikashop_product_characteristics select {
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.hikashop_product_page table.hikashop_product_characteristics_table tr td {
    padding: 0px 5px !important;
}

.hikashop_product_page #hikashop_product_price_box {
    max-width: 350px;
    border: 1px solid #000;
    border-radius: 20px 0px 20px 0px;
    padding: 15px;
    text-align: center;
    margin: 10px auto;
    background: #fbfbfb;
    box-shadow: 4px 4px #464646;
}
.hikashop_product_page span.hikashop_product_price {
    display: block;
    background: #fb020226;
    color: #000;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin: 10px 0px;
    width: auto;
    border-radius: 6px;
}
.hikashop_product_page span.hikashop_product_price.hikashop_product_price_with_discount {
    display: block;
    background: #fb020226;
    color: #000;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin: 10px 0px;
    width: auto;
    border-radius: 6px;
}
.hikashop_product_page span.hikashop_product_discount {
    background: #e70000;
    color: #fff;
    padding: 2px 8px;
    margin-right: 10px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 500;
}

.hikashop_product_page #hikashop_product_name_main {
    font-size: 24px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
	text-align: center;
}
.hikashop_product_page #hikashop_product_code_main_box {
    font-style: italic;
    margin-bottom: 10px;
    display: block;
	text-align: center;
}
.hikashop_product_page #hikashop_product_image_main .hikashop_main_image_div {
    max-width: 100%;
    background-color: #fafafa !important;
}
.hikashop_product_page #hikashop_product_image_main .hikashop_main_image_div img#hikashop_main_image {
    mix-blend-mode: darken;
	aspect-ratio: 1 / 1;
}
.hikashop_product_page img.hikashop_child_image {
    margin: 2px;
    height: 100px;
}
/* END hikashop product details */
#sp-footer, #sp-bottom {
    background: #f1f3f8;
    color: #222a33;
}
.slogan-feat-senioriz .sppb-media {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}
.how-came-box .sppb-row-container {
    max-width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.container {
max-width: 750px;
}
}

@media (min-width: 900px) {
.container {
max-width: 890px;
}
}

@media (min-width: 992px) {
.container {
max-width: 970px;
}
}

@media (min-width: 1200px) and (max-width: 1280px) {
.container {
max-width: 1180px;
}
}

@media (min-width: 1280px) {
.container {
max-width: 1260px;
}
}

@media (min-width: 1440px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1440px;
}
}





/* For mobile */

@media (max-width: 768px) {
.slogan-feat-senioriz .sppb-media {
    justify-content: start;
	gap:1px;
}

}
