/* Header hover triggers darkening effect on sections below */
#sp-header:hover ~ * {
    position: relative;
}

#sp-header:hover ~ *::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay with 50% opacity */
    pointer-events: none; /* Ensures clicks pass through to elements below */
    z-index: 2; /* Ensure it's above the content of these sections */
}

/* Ensuring that the header itself does not get the dark overlay */
#sp-header::after {
    content: none;
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #FFF;
  border: 3px solid #000;
  border-top: none;
  padding: 10px;
}

.sp-dropdown-mega .sppb-addon-header .sppb-addon-title {
  font-size: 24px !important;
}
.sp-dropdown-mega .sppb-panel-custom .sppb-panel-heading .sppb-panel-title {
  font-size: 18px !important;
}
.sp-dropdown-mega .sppb-panel-custom .sppb-panel-body {
  padding: 0px !important;
}

#sp-menu, .sp-megamenu-parent {
    position: static !important;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    width: 100%;
    max-width: 100%;
}
.sp-dropdown-inner {
    margin-top: 0 !important;
}
#sp-header-topbox {
    background: #026973;
    color: #fff;
    border-bottom: 3px solid #026973;
    padding: 3px 0px 0px 0px;
}
.bg-artevetta{
background: #00818d;
}
.sp-megamenu-parent > li > a {
  color: #fff !important;
}
#sp-header {
  background: #f2f7fa;
  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;
}

.sppb-btn-info {
  color: #000;
  background-color: transparent;
  border-color: #000;
  border: 0;
  position: relative;
}
.sppb-btn-info:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.sppb-btn-info::after {
	display: block;
  content: '';
  position: absolute;
  margin-top: 0;
  top: auto;
  border-top: none;
    border-top-color: currentcolor;
  border-right: none;
    border-right-color: currentcolor;
  bottom: 0;
  border-left: none;
    border-left-color: currentcolor;
  border-bottom: 2px solid #000;
    border-bottom-color: rgb(0, 0, 0);
  border-radius: 0;
  background-color: transparent !important;
  transition: transform .4s cubic-bezier(.23,.46,.4,1);
  animation: none;
  transform-origin: left;
  z-index: 1;
  opacity: .8;
  left: 0;
  backface-visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 2px;
}
.sppb-btn-info:hover::after {
  animation: none;
  transform: scaleX(0);
  transform-origin: right;
}
.bg-papatya {
  --bs-bg-opacity: 1;
  background-color: #e5f2f3 !important;
  color: #00818d;
}
.com_hikashop #sp-main-body {
    padding: 60px 0;
}

section#sp-section-1 {
    background: #ededed;
	margin-top: 0px; 
}
.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: #070046 !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: #070046;
  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: transparent !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;
width: 100% !important;
}
.search-mod-hika input#filter_text_search_1 {
  line-height: 1.5;
  padding: 0.5rem;
  background: #fff;
  border: none;
  border-radius: 8px;
  max-width: 100%;
box-shadow: 2px 2px 2px #0000001f !important;
}
.search-mod-hika .hikabtn {
  margin-bottom: 0px;	
}
.search-mod-hika .hikashop_filter_button_inside .btn {
  line-height: 1.4;
  padding: 0.5rem;
  min-width: 8px;
  height: 40px;
  border-radius: 0px 7px 7px 0px;
  margin-right: 0;
  background: transparent;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f2af74;
  border: none;
}
.search-mod-hika .hikashop_filter_button_inside .btn:hover {
  background: #070046;
  border-color: #070046;	
}
.search-mod-hika .hikashop_filter_button_inside {
  position: absolute;
  right: 0px;
  margin: 0 !important;
}
.search-mod-hika .btn-primary{
  background-image:none;	
}



.super-deals-menu {
  color: #070046 !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 .hikashop_product_name {
    color: #033055;
    font-size: calc(12px + 0.35vw);
    font-weight: 500;
	line-height: 20px;
}
.hikashop_listing_senioriz:hover .hikashop_product_name a {
    color: #070046;
}
.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: #070046;
    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 {
    
}

@-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: #00818d;
    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: 250px;
    border: 1px solid #000;
    border-radius: 20px 0px 20px 0px;
    padding: 15px;
    
    margin: 10px 0;
    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: #070046;
    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: 28px;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
	
}
#hikashop_product_description_main {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
}
.hikashop_product_page #hikashop_product_code_main_box {
    font-style: italic;
    margin-bottom: 10px;
    display: block;
	
}
.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;
}
}


.mod-login-logout .dropdown-toggle::after {
  display: none;
}
.line-txt-one{
	font-size:0.8rem;
	font-weight:400;
}
.line-txt-two{
	font-size:0.87rem;
	font-weight:600;
}
.cart-module-top .hikashop_cart {
  display: flex;
  align-items: end;
  gap: 2px;
}
.cart-module-top .count {
  position: absolute;
  left: 25%;
  top: -15%;
  font-size: 17px;
  font-weight: 700;
  color: #f2a663;
}
#sp-header.lg-header {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
}
#menu-bar {
  background: #00818d;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  line-height: 45px;
}
.mod-finder__search .btn-primary {
  border-color: #000;
  background-color: #000;
}
.mod-finder__search input {
  border: 1px solid #000;
}
#sp-header .sp-module {
  margin-left: 0;
}
#search-box .awesomplete {
  display: flex;
  flex-grow: 1;
}
#search-box button {
  margin-left: -5px;
}


/* For mobile */

@media (max-width: 768px) {
.slogan-feat-senioriz .sppb-media {
    justify-content: start;
	gap:1px;
}

}




@media only screen and (min-width:768px) and (max-width:992px){
	
.mod-finder__search input {
  font-size: 1.5vw;
}	
	
}

#search-bar {
  background: #f8f3eb;
}
@media only screen and (max-width:768px) {
#sp-header {
    height: 84px;
}

#offcanvas-toggler {
   height: 50px;
   line-height: 50px;
}
#search-bar .sp-module {
  width: 100%;
}
#search-bar .mod-finder__search.input-group button {
    position: absolute;
    right: 0;
    line-height: 1;
    padding: 0.3rem 0.5rem;
}
#search-bar .awesomplete {
  width: 100%;
  position: relative;
}
#search-bar .awesomplete > input {
    line-height: 1;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 14px;
}


#sp-header.lg-header #offcanvas-toggler {
  margin-right: 5px;
  margin-left: 0px;
}
div.mod-languages .btn-group .btn {
  display: flex;
  flex-direction: column;
}
div.mod-languages .btn-group .btn.dropdown-toggle::after {
	display:none;
}
div.mod-languages .btn-group .btn > img {
  display: block;
  margin: 0 auto;
}
#login-box .btn {
  padding: .15rem;
}
.line-txt-one {
  font-size: 0.65rem;
  font-weight: 400;
}
.line-txt-two {
  font-size: 0.65rem;
  font-weight: 600;
}

}
@media (max-width: 576px) {
#sp-header {
    height: 84px;
}

#offcanvas-toggler {
   height: 50px;
   line-height: 50px;
}
#search-bar .sp-module {
  width: 100%;
}
#search-bar .mod-finder__search.input-group button {
    position: absolute;
    right: 0;
    line-height: 1;
    padding: 0.3rem 0.5rem;
}
#search-bar .awesomplete {
  width: 100%;
  position: relative;
}
#search-bar .awesomplete > input {
    line-height: 1;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 14px;
}


#sp-header.lg-header #offcanvas-toggler {
  margin-right: 5px;
  margin-left: 0px;
}
div.mod-languages .btn-group .btn {
  display: flex;
  flex-direction: column;
}
div.mod-languages .btn-group .btn.dropdown-toggle::after {
	display:none;
}
div.mod-languages .btn-group .btn > img {
  display: block;
  margin: 0 auto;
}
#login-box .btn {
  padding: .15rem;
}
.line-txt-one {
  font-size: 0.65rem;
  font-weight: 400;
}
.line-txt-two {
  font-size: 0.65rem;
  font-weight: 600;
}
.head-style-3::after {
  height: 15px;
}
.head-style-2::after {
  height: 15px;
}
#vmCartModule .badge {
  font-size: 12px;
  padding: 4px 6px;
  line-height: 10px;
}
#sp-logo {
  padding: 0;
}
#sp-menu {
  padding: 0px 2px;
}
.mod-login-logout__login-greeting.login-greeting {
  font-size: 9px;
}
.mod-login-logout__button.logout-button button {
  font-size: 9px !important;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  margin-left: 2px;
}
#vmCartModule {

  margin-top: 0px !important;
}
#sp-header .sp-module {
    margin-left: 2px !important;
}
.mod-login-logout, .mod-login-logout .btn {
  font-size: 11px;
} 
/* new css 2024 mobile */
.new-head-css .sppb-addon-title
{

  line-height: 30px;
}
/* end new css 2024 */
#sp-top-bar.full-header {
	padding: 2px 4px;
	z-index: 999;
	position: relative;
}
div.mod-languages a {
    padding: 0.15rem !important;
    text-decoration: none;
    font-size: 10px !important;
}
#sp-top-bar.full-header a {
    font-size: 11px;
	padding: 5px 2px;
}
#sp-header.full-header {
    padding-left: 3px;
    padding-right: 3px;
}


}





