html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color: #1C235B;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #1C235B;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
    position: relative;
    text-decoration: none;
    color: #1C235B;
    transition: color 0.3s ease-out;
    cursor: pointer;
}

a:not(.btn):not(.shop-sort-btn):not(:has(img))::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(.37,0,.63,1);
}

a:not(.btn):not(.shop-sort-btn):not(:has(img)):hover {
  color: #1C235B;
  text-decoration: none;
}

a:not(.btn):not(.shop-sort-btn):not(:has(img)):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* top */
#top {
	border-bottom: 1px solid #F3F1ED;
	padding: 6px 0px 0px 0px;
	margin: 0 0 20px 0;
	font-size: 13px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	color: #ffffff;
	background-color: #229ac8;
	border: 1px solid #1c235b;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
}
#cart.open > .btn:hover {
	color: #444;
}

/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 15px;
}
.rft {
	padding: 40px!important;
	background-color: #eaf3fc;
	color: #1C235B;
}

.rftlr {
	padding: 10px!important;
	background-color: #eaf3fc;
	color: #1C235B;
}
/* footer */
footer {
	padding: 40px 0;
	background-color: #1C235B;
	border-top: 1px solid #eaf3fc;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #eaf3fc;
}
footer a {
	color: #eaf3fc;
}
footer a:hover {
	color: #eaf3fc;
}
footer h5 {
	color: #fff;
  	font-size: 16px;
  	margin-bottom: 20px;
  	text-transform: uppercase;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #eaf3fc;
  text-decoration: none;
}

footer ul li a:hover {
  color: #eaf3fc;
}

footer p {
  color: #eaf3fc;
  margin-bottom: 0;
}

footer li {
  color: #eaf3fc;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    min-height: 98px;
    background-color: #eaf3fc;
    padding: 0 50px 0 100px;
    display: flex; 
    align-items: center;
    list-style: none;
    margin: 0;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    position: relative;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	background-color: #1c235b;
	border: 1px solid #1c235b;
}
.btn-default:hover {
	color: #1c235b;
	background-color: #fff;
	border: 1px solid #1c235b;
}
.btn-primary {
	color: #ffffff;
	background-color: #1c235b;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1c235b;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #1c235b;
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #1c235b;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
.mtd-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 120px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #1C235B;
	font-size: 16px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #8d91ad;
	text-decoration: line-through;
	margin-right: 10px;
	font-size: 13px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: none;
}
.image-additional {
	max-width: 120px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.thumbnail {
	border: none;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

.container-fluid {
	padding: 0 50px;
}
.pd50 {
	padding-bottom: 50px;
}
  @media (max-width: 767px) {
    .pd50 {
	padding-bottom: 20px;
}
    }
.pd30 {
	padding-bottom: 30px;
}
.border-none {
	border: none;
}
.col-end {
	display: flex;
  	justify-content: flex-end;
  	align-items: center;
}

svg {
	color: #1C235B;
}

.form-control {
	border: 1px solid #d0d2d4;
}

.product-images-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row; /* Default: Left thumbnails for desktop */
}

/* Left Thumbnails */
.left-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 15px;
}

/* Ensure the thumbnails list is vertical */
.left-thumbnails .thumbnails {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  max-height: 500px; /* Adjust as needed */
  scrollbar-width: thin;
}

.left-thumbnails .thumbnails::-webkit-scrollbar {
  width: 6px;
}

.left-thumbnails .thumbnails::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}



/* Main Image */
.main-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-image-wrapper .arrow-button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #eaf3fc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background 0.3s;
}

.main-image-wrapper .arrow-button:hover {
  background: rgba(255, 255, 255, 1);
}

.main-image-wrapper .left-arrow {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}

.main-image-wrapper .right-arrow {
  right: 10px;
  transform: translateY(-50%);
}

.main-image-wrapper .main-image img {
  width: 100%;
  height: auto;
  display: block;
}
.main-image-wrapper .main-image-item img {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.main-image-wrapper .main-image-item img.fade-out {
  opacity: 0;
}
.main-image {
  flex-grow: 1;
}

.main-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

/* Thumbnail Image Styling */
.left-thumbnails .thumbnails li {
  margin: 0;
}

.left-thumbnails .thumbnails li img {
  width: 120px;
  height: auto;
  cursor: pointer;  
  border-radius: 5px;
}

.left-thumbnails .thumbnails li img:hover {
  border: 1px solid #1C235B;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* ---- Responsive: Move thumbnails below the main image on mobile ---- */
@media (max-width: 768px) {
  .product-images-container {
    flex-direction: column; /* Stack images vertically */
    align-items: center;
  }

  .left-thumbnails {
    order: 2; /* Move thumbnails below the main image */
    margin-right: 0;
    margin-top: 10px; /* Add spacing above thumbnails */
  }

  .left-thumbnails .thumbnails {
    flex-direction: row; /* Display thumbnails in a row */
    justify-content: center;
  }

  .left-thumbnails .thumbnails li {
    margin-right: 5px; /* Add spacing between thumbnails */
  }

  .left-thumbnails .thumbnails li img {
    width: 80px; /* Adjust thumbnail size for mobile */
  }
}

.m-0 {
	margin: 0;
}

.rp {
	font-size: 21px;
}

.rpo {
	color: #8d91ad;
	font-size: 17px;
	margin-right: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.pd-0 {
	padding: 0;
}


.mb-20 {
	margin-bottom: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mtb-20 {
	margin: 20px 0 20px 0;
}

.mtb-30 {
	margin: 30px 0 30px 0;
}

.ml-10 {
	margin-left: 10px;
}

.pd-30 {
	padding: 30px!important;
}

.ul-inline li {
	display: inline-block;
}

.btn-outline {
	border: 1px solid #d0d2d4;
	background-color: #fff;
}

.btn-outline:hover {
	border: 1px solid #1c235b;
	background-color: #1c235b;
	color: #fff;
}

.btn-outline:hover svg path {
	fill: #fff;
}

.svg-align {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.in-stock {
display: inline-flex;
align-items: center;
background-color: #e6f7e6;
color: #1f7a1f;
padding: 4px 8px;
border-radius: 5px;
font-size: 12px;
border: 1px solid #1f7a1f;
text-transform: uppercase;
}

.in-stock-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%231f7a1f" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.out-stock {
    display: inline-flex;
    align-items: center;
    background-color: #fce8e8;
    color: #b71c1c;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #b71c1c;
    text-transform: uppercase;
}

.out-stock-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23b71c1c" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.caption {
    display: flex;
    flex-direction: column;
    align-items: center; /* Horizontally center */
    justify-content: center; /* Vertically center */
    text-align: center; /* Ensures inline elements like text are centered */
    height: 100%; /* Adjust as needed */
    width: 100%; /* Adjust as needed */
}

.card-title {
	font-size: 16px;
	font-weight: bold;
}

.price-cart-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.price-container {
  flex-grow: 1;
}

.cart-container {
  margin-left: auto;
}

.advantage-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  height: 100%; /* allows all boxes to grow equally */
  background-color: #eaf3fc;
  min-height: 125px;
  padding: 10px;
}

.row.equal-height {
  display: flex;
  flex-wrap: wrap;
}

.row.equal-height > .advantage-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .advantage-box {
    min-height: 145px;
  }
}

.icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-sm {
	width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.star {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Filled Star – dark blue */
.star-filled {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.94 49.94'><path fill='%231C235B' d='M48.856,22.731c0.983-0.958,1.33-2.364,0.906-3.671c-0.425-1.307-1.532-2.24-2.892-2.438l-12.092-1.757c-0.515-0.075-0.96-0.398-1.19-0.865L28.182,3.043c-0.607-1.231-1.839-1.996-3.212-1.996c-1.372,0-2.604,0.765-3.211,1.996L16.352,14c-0.23,0.467-0.676,0.79-1.191,0.865L3.069,16.623C1.71,16.82,0.603,17.753,0.178,19.06c-0.424,1.307-0.077,2.713,0.906,3.671l8.749,8.528c0.373,0.364,0.544,0.888,0.456,1.4L8.224,44.702c-0.232,1.353,0.313,2.694,1.424,3.502c1.11,0.809,2.555,0.914,3.772,0.273l10.814-5.686c0.461-0.242,1.011-0.242,1.472,0l10.815,5.686c0.528,0.278,1.1,0.415,1.669,0.415c0.739,0,1.475-0.231,2.103-0.688c1.111-0.808,1.656-2.149,1.424-3.502L39.651,32.66c-0.088-0.513,0.083-1.036,0.456-1.4L48.856,22.731z'/></svg>");
}

/* Empty Star – outline */
.star-empty {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.94 49.94'><path fill='none' stroke='%231C235B' stroke-width='2' d='M48.856,22.731c0.983-0.958,1.33-2.364,0.906-3.671c-0.425-1.307-1.532-2.24-2.892-2.438l-12.092-1.757c-0.515-0.075-0.96-0.398-1.19-0.865L28.182,3.043c-0.607-1.231-1.839-1.996-3.212-1.996c-1.372,0-2.604,0.765-3.211,1.996L16.352,14c-0.23,0.467-0.676,0.79-1.191,0.865L3.069,16.623C1.71,16.82,0.603,17.753,0.178,19.06c-0.424,1.307-0.077,2.713,0.906,3.671l8.749,8.528c0.373,0.364,0.544,0.888,0.456,1.4L8.224,44.702c-0.232,1.353,0.313,2.694,1.424,3.502c1.11,0.809,2.555,0.914,3.772,0.273l10.814-5.686c0.461-0.242,1.011-0.242,1.472,0l10.815,5.686c0.528,0.278,1.1,0.415,1.669,0.415c0.739,0,1.475-0.231,2.103-0.688c1.111-0.808,1.656-2.149,1.424-3.502L39.651,32.66c-0.088-0.513,0.083-1.036,0.456-1.4L48.856,22.731z'/></svg>");
}

.ico {
	display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #1C235B; /* your desired color */
  fill: currentColor;
}

footer .ico {
	color: #eaf3fc;
  fill: currentColor;
  margin-right: 5px;
}




.onsale-main {
	position: absolute;
	top: 0;
	right: 45px;
	padding: 40px 3px 8px;
	width: 45px;
	text-align: center;
	font-size: 15px;
	line-height: 1;
	color: #1c235b;
	background-color: #ddebf6;
	z-index: 5;
}

.onsale {
	position: absolute;
	top: 0;
	right: 20px;
	padding: 10px 3px 8px;
	width: 45px;
	text-align: center;
	font-size: 15px;
	line-height: 1;
	color: #1c235b;
	background-color: #ddebf6;
	z-index: 5;
}

.headingone {
	font-size: 28px;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	line-height: 30px;
}

.headingthree {
	font-size: 21px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}

.headingfive {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

.modal-heading {
	font-size: 24px;
}

.space-20 {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.review-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.review-card {
  flex: 1 1 calc(25% - 15px); /* Flexible width */
  min-width: 200px; /* Prevents extremely small cards */
  max-width: 100%; /* Prevents cards from being too large */
  background: #eaf3fc;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
}

.review-content {
  display: flex;
  flex-direction: column;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-text {
  margin-top: 10px;
  word-wrap: break-word;
}

.pagination-row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
z-index: 3;
color: #fff;
cursor: default;
background-color: #1C235B;
border-color: #1C235B;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
z-index: 2;
color: #fff;
background-color: #1C235B;
border-color: #1C235B;
}

.pagination>li>a, .pagination>li>span {
color: #1C235B;
border: 1px solid #d0d2d4;
}

hr {
	border-top: 1px solid #F3F1ED;
}


.product-img-hover {
  transition: transform 0.3s ease-in-out;
}
.product-img-hover:hover {
  transform: scale(1.05);
}


.product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  display: block;
}
.category-name {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
}

.btn-add-cart {
  display: inline-block;
  background: #1C235B;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  transition: background 0.3s ease-in-out;
}
.btn-add-cart:hover {
  background: #101845;
}

.product-thumb:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease-in-out;
  border-radius: 5px;
}

.shop-sort-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 15px 0;
  flex-wrap: wrap;
}

.shop-sort-label {
  font-size: 14px;
  font-weight: 600;
  color: #1C235B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.shop-sort-buttons {
  display: flex;
  gap: 8px;
}

.shop-sort-btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.shop-sort-btn:hover,
.shop-sort-btn.active {
  background-color: #1C235B;
  color: #fff;
  border-color: #000;
  text-decoration: none;
}

.btn {
	font-size: 13px;
}

.underline {
	border-bottom: 1px solid #1C235B;
}

details summary {
  list-style: none;
  display: inline;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: auto;
  color: #1C235B;
  margin-bottom: 10px;
}

details summary::-webkit-details-marker,
details summary::marker {
  display: none;
}

details summary .toggle-more::after {
  content: "Διάβασε περισσότερα";
  border-bottom: 1px solid #1C235B;
  cursor: pointer;
  font-weight: bold;
}

.hidden-text {
  display: none;
}

details[open] .hidden-text {
  display: inline;
}

details[open] summary .toggle-more {
  display: none;
}

details .toggle-less {
  cursor: pointer;
  display: inline;
  font-weight: bold;
  margin-left: 5px;
  margin-bottom: 10px;
}

details .toggle-more {
	cursor: pointer;
}

details .toggle-less::after {
  content: "Διάβασε λιγότερα";
  border-bottom: 1px solid #1C235B;
}

details:not([open]) .toggle-less {
  display: none;
}

.image-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.option-color-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.color-box {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #eaf3fc;
    display: inline-block;
}
 .option-container {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping if too many options */
  gap: 5px; /* Adds spacing between options */
}

.option-image-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding: 1px;
  border-radius: 5px;
  transition: transform 0.2s ease-in-out, border 0.2s ease-in-out;
}

.hidden-radio {
  display: none; /* Hide the radio button */
}

.option-image {
  width: 60px; /* Adjust the size of the images */
  height: auto;
  border-radius: 5px;
  transition: transform 0.2s ease-in-out;
}

.option-image-item:hover .option-image,
.option-image-item:has(.hidden-radio:checked) .option-image,
.color-box:hover .color-box,
.option-image-item:has(.hidden-radio:checked) .color-box,
.image-box:hover .image-box,
.option-image-item:has(.hidden-radio:checked) .image-box {
  transform: scale(1.1); /* Zoom effect when hovered or selected */
  border: 2px solid #1c235b; /* Highlight effect */
  border-radius: 5px;
}


.option-name {
  margin-top: 5px;
  font-size: 12px;
}

.option-price {
  font-weight: bold;
  color: #333;
  font-size: 12px;
}

       /* Product Labels Styling */
        .product-labels {
          position: absolute;
          top: 10px;
          right: 30px;
          z-index: 10;
          display: flex;
          flex-direction: column;
        }

        .product-label {
          padding: 5px 10px;
          margin-bottom: 5px;
          font-size: 12px;
          font-weight: bold;
          color: #fff;
          border-radius: 5px;
          text-transform: uppercase;
        }

        .product-label-custom {
          background-color: #1C235B;
        }

        .product-label-hot {
          background-color: #FF9800;
        }

        .product-label-sale {
          background-color: #28A745;
        }

        .product-label-new {
          background-color: #ddebf6;
          color: #1C235B;
        }
  .filter-wrapper {
    text-align: left;
    justify-content: flex-start;
  }
.category-list {
  display: none;
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  width: fit-content;
  transition: all 0.3s ease;
  white-space: nowrap;
}

  .category-item {
    padding: 8px 0;
  }

   .color-box {
            display: inline-block;
            width: 21px;
            height: 21px;
          }

            .image-box img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #eaf3fc;
  }

.parallax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  width: 100%;
  min-height: 400px; /* Set a minimum instead of fixed height */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .parallax {
    background-attachment: scroll; /* Fix iOS/Android issues with fixed bg */
    min-height: 200px;
  }

  .overlay-text {
    font-size: 14px;
    padding: 10px 20px;
    max-width: 90vw;
  }

  .overlay-text h1 {
    font-size: 16px;
  }
}

  .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    /* Moves text closer to center */
    transform: translate(-50%, -50%);
    /* Centers the text */
    background: rgba(28, 35, 91, 0.8);
    /* #1C235B with 80% opacity */
    color: white;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    /* Optional: adds rounded corners */
    text-transform: uppercase;
  }

  .overlay-text h1 {
    color: #F7F8FD;
  }

.info-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.well {
	background-color: #eaf3fc;
	border: 1px solid #1C235B;
}

/* Default: hide icon */
.toggle-trigger .ico {
  display: none;
}

@media (max-width: 768px) {
  .toggle-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .toggle-trigger .ico {
    display: inline-block;
    transition: transform 0.3s ease;
  }

  .toggle-trigger.open .ico {
    transform: rotate(180deg);
  }

  .toggle-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .toggle-content.active {
    max-height: 500px; /* adjust based on content, or use JS for auto height */
  }
}

footer a:hover {
	color: #eaf3fc!important;
}

.pagination a:hover {
	color: #fff!important;
}

/* Mobile Styles */

@media (max-width: 768px) {
.container-fluid {
	padding: 0 10px;
}

.breadcrumb {
  flex-wrap: wrap;
  padding: 20px;
}

.left-thumbnails {
	display: none;
}
}

.breadcrumb li {
  max-width: 100%;
}

.breadcrumb li a {
  display: inline-block;
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 767px) {
  .product-detail-content {
    display: flex;
    flex-direction: column;
  }

  .title-block { order: 0; }
  .price-block { order: 1; }
  .options-block { order: 2; }
  .cart-block { order: 3; }
  .quantity-block { order: 4; }
  .delivery-block { order: 5; }
  .short-info-block { order: 6; }
  .review-block { order: 7; }
}
.promo-bar {
  width: 100%;
  font-weight: 500;
}

.promo-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
}

.arrow-btn {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.promo-messages {
  display: table-cell;
  vertical-align: middle;
  width: 98%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 1.5em;
}

.promo-message {
  position: absolute;
  left: 50%;
  top: 50%; /* center vertically */
  transform: translate(-50%, -50%) translateX(20px); /* horizontal + vertical center + slide-in */
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  white-space: nowrap;
  z-index: 1;
}

.promo-message.active {
  transform: translate(-50%, -50%); /* remove slide-in, keep center */
  opacity: 1;
  position: absolute;
}

.header-flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.header-search-cart {
  display: flex;
  gap: 10px;
  align-items: center;
}

.navbar-toggle {
  display: none;
}

@media (max-width: 767px) {
  #top ul.list-inline {
    margin: 0;
    padding: 0;
  }

  #top .top-left li,
  #top .top-right li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }

  #top .top-left {
    text-align: left;
  }

  #top .top-right {
    text-align: right;
  }

  /* Fix for inline right links not pushing to right edge */
  #top .col-xs-6 {
    width: 50%;
    float: left;
  }
.logo-wrapper {
    text-align: center;
  }
    .header-flex-wrapper {
    flex-direction: row;
    justify-content: flex-end;
  }

  .header-search-cart {
    margin-left: auto;
  }
   .navbar-toggle {
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
  }

}
/* Mega menu dropdown styling */
.mega-dropdown {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 20px;
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.mnw {
  /* Auto width based on content */
  min-width: 600px;
  max-width: 90vw;
  width: auto;
  white-space: nowrap;
}

.dropdown-menu {
  min-width: 350px;
}

.mega-dropdown:hover .mega-menu {
  display: block;
}

.mega-menu .row {
/*  display: flex;*/
  flex-wrap: nowrap;
}

.mega-links {
  padding-left: 0;
  margin-top: 10px;
}

.mega-links li a {
  font-size: 16px;
  text-decoration: none;
}


.mega-image img {
  width: 100%;
  border-radius: 8px;
}

.mega-image p {
  font-size: 14px;
  margin-top: 10px;
  color: #555;
}

/* Responsive fallback */
@media (max-width: 768px) {
  .mega-menu {
    position: static;
    box-shadow: none;
    padding: 10px;
    min-width: 100%;
    white-space: normal;
  }

  .mega-menu .row {
    flex-wrap: wrap;
  }

  .mega-dropdown:hover .mega-menu {
    display: block;
  }
}
.mega-image {
  max-width: 100%;
  text-align: center;
}

.mega-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 400px;
  margin-bottom: 20px;
}
.cta-promo {
  background-color: #28a745;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  margin: 0 auto 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
.dropdown-menu.no-mega-image {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 999;
  border: 1px solid #eaf3fc;
}

.dropdown-inner .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.dropdown-inner .col-sm-3 {
  padding: 0 15px;
  min-width: 180px;
}

.mega-links {
  padding-left: 0;
  margin: 0;
}


.mega-links li a {
  color: #1C235B;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  transition: color 0.2s ease-in-out;
}

.mega-links li.mega-menu-heading {
  margin-top: 12px;
  padding-top: 6px;
  border-top: 1px solid #e5e9f2;
}

.mega-links li.mega-menu-heading:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.mega-links li.mega-menu-heading span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1C235B;
}

@media (min-width: 769px) {
  .mega-menu .mega-links-column {
    float: left;
  }

  .mega-menu.mnw .mega-links-column-image {
    width: 33.3333%;
  }

  .mega-menu.no-mega-image .mega-links-column-no-image {
    width: 25%;
    min-width: 0;
  }

  /* Fallback for legacy no-image mega-menu markup: one UL containing all headings/items.
     Each heading starts a new desktop column. */
  .desktop-menu-wrapper .dropdown-menu.no-mega-image {
    width: auto;
    min-width: 320px;
    max-width: calc(100vw - 32px);
    white-space: normal;
  }

  /* Primary no-image layout (current markup): width follows column count. */
  .desktop-menu-wrapper .dropdown-menu.no-mega-image > .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image > .row > .mega-links-column-no-image {
    float: none;
    min-width: 0;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image > .row > .mega-links-column-no-image:first-child:nth-last-child(1) {
    width: auto;
    min-width: 260px;
    max-width: 420px;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image > .row > .mega-links-column-no-image:first-child:nth-last-child(2),
  .desktop-menu-wrapper .dropdown-menu.no-mega-image > .row > .mega-links-column-no-image:first-child:nth-last-child(2) ~ .mega-links-column-no-image {
    width: 50%;
    min-width: 280px;
    max-width: 420px;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image > .row > .mega-links-column-no-image:first-child:nth-last-child(3),
  .desktop-menu-wrapper .dropdown-menu.no-mega-image > .row > .mega-links-column-no-image:first-child:nth-last-child(3) ~ .mega-links-column-no-image {
    width: 33.3333%;
    min-width: 250px;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image > .row > .mega-links-column-no-image:first-child:nth-last-child(n+4),
  .desktop-menu-wrapper .dropdown-menu.no-mega-image > .row > .mega-links-column-no-image:first-child:nth-last-child(n+4) ~ .mega-links-column-no-image {
    width: 25%;
    min-width: 220px;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image .row > .col-sm-12 > .row > .col-sm-12 > .mega-links {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    column-gap: 28px;
    margin: 0;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image .row > .col-sm-12 > .row > .col-sm-12 > .mega-links > li {
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image .row > .col-sm-12 > .row > .col-sm-12 > .mega-links > li.mega-menu-heading {
    break-before: column;
    -webkit-column-break-before: always;
    page-break-before: always;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image .row > .col-sm-12 > .row > .col-sm-12 > .mega-links > li.mega-menu-heading:first-child {
    break-before: auto;
    -webkit-column-break-before: auto;
    page-break-before: auto;
  }

  /* Width follows heading/column count (legacy single-list markup). */
  .desktop-menu-wrapper .dropdown-menu.no-mega-image:has(.mega-links > li.mega-menu-heading ~ li.mega-menu-heading) {
    min-width: 560px;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image:has(.mega-links > li.mega-menu-heading ~ li.mega-menu-heading) .mega-links {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image:has(.mega-links > li.mega-menu-heading ~ li.mega-menu-heading ~ li.mega-menu-heading) {
    min-width: 820px;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image:has(.mega-links > li.mega-menu-heading ~ li.mega-menu-heading ~ li.mega-menu-heading) .mega-links {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image:has(.mega-links > li.mega-menu-heading ~ li.mega-menu-heading ~ li.mega-menu-heading ~ li.mega-menu-heading) {
    min-width: 1080px;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image:has(.mega-links > li.mega-menu-heading ~ li.mega-menu-heading ~ li.mega-menu-heading ~ li.mega-menu-heading) .mega-links {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image .mega-links li a {
    display: block;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.3;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image .mega-links li:not(.mega-menu-heading) {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image .mega-links li:not(.mega-menu-heading) > svg {
    flex: 0 0 auto;
    margin-top: 3px;
  }

  .desktop-menu-wrapper .dropdown-menu.no-mega-image .mega-links li:not(.mega-menu-heading) > a {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.nav>li>a:focus, .nav>li>a:hover {
background-color: #fff;
}

.dropdown-menu li {
  padding-bottom: 10px;
}

.category-link {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* Adjust spacing between SVG and text */
  vertical-align: middle;
}

.category-link svg {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  fill: #1C235B;
}
#menu li a {
  font-size: 16px;
}

#logo img {
  min-width: 128px;
}

/* Desktop menu only */
.desktop-menu-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .desktop-menu-wrapper {
    display: none;
  }
}

/* Mobile menu only */
.mobile-menu {
  display: none;
}
@media (max-width: 768px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  flex-direction: column;
  padding: 20px;
  overflow-y: auto;
}

.mobile-menu-overlay.active {
  display: flex;
}

.close-mobile-menu {
  align-self: flex-end;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #1C235B;
  margin-bottom: 20px;
}

/* Accordion style for mobile menu */
.mobile-menu-item {
  border-bottom: 1px solid #eee;
  padding: 20px;
}

.mobile-category-toggle {
  font-size: 18px;
  font-weight: 500;
  color: #1C235B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.dropdown-arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.mobile-category-toggle.open .dropdown-arrow {
  transform: rotate(180deg);
}

.mobile-submenu {
  display: none;
  padding-left: 15px;
  margin-top: 5px;
}

.mobile-submenu.show {
  display: block;
}

.mobile-menu-heading {
  margin-top: 8px;
  padding: 8px 0 4px;
  border-top: 1px solid #e5e9f2;
}

.mobile-menu-heading:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.mobile-menu-heading span {
  display: block;
  font-weight: 700;
  color: #1C235B;
}
.mobile-mega-extras {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.mobile-cta-promo {
  background-color: #28a745;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  margin: 10px auto 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mobile-mega-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}
.mobile-category-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-category-link {
  color: #1C235B;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  flex-grow: 1;
}

.mobile-menu ul {
	list-style: none;
}

.mobile-menu ul li {
	padding: 10px;
}

.toggle-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px; /* increase clickable space */
  margin-left: 8px;
  border-radius: 5px;
  cursor: pointer;
  min-width: 80px;
  min-height: 40px;
  transition: background-color 0.2s ease;
}

.toggle-area:hover {
  background-color: #f5f5f5;
}

  .scroll-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-arrow svg {
  pointer-events: none;
}
#scroll-up svg {
  transform: rotate(180deg);
}
  @media (max-width: 767px) {
  .cart-block .form-group > .row > [class*="col-"] {
    margin-bottom: 10px;
  }

}
.shop-sort-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; /* works in modern browsers */
}

.shop-sort-label {
  white-space: nowrap;
  font-weight: bold;
}

.shop-sort-btn {
  white-space: nowrap;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 5px;
}

/* Banners */
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.banner-wrapper {
  position: relative;
  width: 100%;
}

.banner-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-wrapper a {
  display: block;
  position: relative;
}

.banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  border-radius: 8px;
  max-width: 600px;
  line-height: 1.3;
  word-wrap: break-word;
  text-align: center;
  z-index: 2;
}
.banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); /* no overlay initially */
  transition: background 0.5s ease;
  z-index: 1;
}

.banner-wrapper:hover::before {
  background: rgba(0, 0, 0, 0.3); /* dark overlay on hover */
}
  .contact-buttons-block {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }

  .contact-btn {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
  }

  .call-btn {
    background-color: #28a745;
  }

  .viber-btn {
    background-color: #665CAC;
  }

  .contact-btn:hover {
    opacity: 0.9;
    color: #fff!important;
  }

  .top-promo-message {
  	background-color: #1C235B;
  	color: #fff;
  	font-size: 18px!important;
  }

    #wishlist-total {
  display: inline-flex;
  align-items: center;
  gap: 4px; /* spacing between icon and number */
  text-decoration: none;
  line-height: 1;
  margin-bottom: 4px;
}

.wishlist-count {
  font-size: 14px;
  font-weight: bold;
}

#cart {
  margin-bottom: 4px; /* Remove any manual shifting */
}

.blog-layout {
	padding: 30px;
}

#content .col-sm-12.mt-30 p a {
  text-decoration: underline;
}

.icon-50 svg {
	width: 50px;
	height: 50px;
}

.mob-30 svg {
	width: 50px;
	height: 50px;
}

@media (max-width: 768px) {
  .mob-30 svg {
    width: 30px;
    height: 30px;
  }
  .mob-sm-font {
  	font-size: 14px;
  }
    .adv-home {
    min-height: 120px;
  }
}
