body {
	margin: 0px;
}

* {
	box-sizing: border-box;
}

body p,
body h1,
body h2,
body h3,
body h4,
body a {
	font-family: 'Open Sans', sans-serif;
}

body h1 {
	font-size: large;
	text-align: center;
}

.product-title h1 { 
	font-size: large;
	text-align: left; 
}


.section,
.container,
.row {
	display: block;
	position: relative;
}

.section {
	width: 100%;
}

.main-button {
	text-align: left;
	margin-top: 20px;
}

.main-button.centered {
	text-align: center;
}

button {
	transition: all 0.5s ease;
	opacity: 1;
}

button:hover, .category-filter:hover select {
	opacity: 0.8;
}

.bg-gray-100 {
	background-color: white !important;
}

.custom-order-button {
    background-color: #3DC69D;
    float: right;
  }

.main-button button {
	
	/* background: #3DC69D; 
	color: white; */

	background: #5BAE84;
	color: #333333;

	border: none;
	padding: 14px 20px;
	font-size: 15px;
	border-radius: 30px;
}

.main-button.red button {
	background: #ee2a2d;
}

.header-main-section {
	background: linear-gradient(90deg, rgb(255, 255, 255) 27%, rgb(255, 252, 252) 27%);
}

.header-main-section .fa-heart:before, .header-main-section .fa-user, .header-main-section .fa-pen {
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.header-main-section i.fa-solid.fa-pen:before {
    content: "\f118";
}

.header-main-section .row {
	display: flex;
	position: relative;
	align-items: stretch;
}

.header-main-section .row .column-1 {
	background: rgb(255, 255, 255);
	flex: 1;
	display: flex;
	justify-content: flex-end;
	padding-left: 7%;
	padding-right: 20px;
	z-index: 2;
}

.header-main-section .row .column-2 {
	flex: 4;
	display: flex;
	align-items: flex-end;
	gap: 30px;
	padding-bottom: 15px;
	flex-wrap: wrap;
	padding-top: 15px;
}

.header-main-section .row .column-1 img {
	max-width: 320px;
}

.add-to-cart-button-operations {
	padding: 4px 8px;
	background-color: transparent;
	color: rgb(90, 74, 74);
	border: 2px solid rgb(90, 74, 74);
	border-radius: 4px;
	cursor: pointer;
  }
.add-to-cart-button-operations,
  #numberInput {
	padding: 4px 8px;
	background-color: transparent;
	color: rgb(90, 74, 74);
	border: 2px solid rgb(90, 74, 74); 
	border-radius: 4px;
	cursor: pointer;
  }
  
  #numberInput {
	width: 50px;
}
button.add-to-cart-button {
	/* background-color: #3DC69D;
	color: white; */

	background-color: #00796B;
	color: #FFFFFF;


	font-size: 14px;
	padding: 10px 20px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s ease;
  }
  
  button.add-to-cart-button:hover {
	background-color: #20634B;
  }
  
  


  

.header-main-section .row .column-2 i {
	font-size: 30px;
	color: #000000;
}

.header-main-section .row .column-2 a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.search_div {
	display: flex;
}

.container,
.container-header, .container-menu, .container-footer {
	width: 80% !important;
	max-width: 1600px !important;
	margin: auto;
    color: rgb(0, 0, 0);
}

.section-body {
	padding: 50px 0px;
}

.homepage-secondary-banner {
	background: #000000;
    padding: 35px 0px;
}

.homepage-secondary-banner .buttons-div {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}


.search_div input {
	background: white;
	bordeR: none;
	border-right: 3px solid #ee2a2d;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 11px 20px;
}

.search_div button {
	background: white;
	border: none !important;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 0px 13px;
}

.search_div tr td:nth-child(1) {
	width: 40%;
}

.search_div span .underline {
	text-decoration: none;
    color: #3c55a5;
    font-size: 16px;
    font-weight: bold;
}

.search_div span .underline small {
	text-decoration: none;
}

.search_div tr {
	border: 1px solid #3c55a5 !important;
}

input#site-search:focus-visible {
	outline: none;
}

.header-secondary-section {
	background: #ee2a2d;
	padding-top: 1px;
	padding-bottom: 1px;
}

#last_updated_text {
	text-align: right;
	color: white;
}

.footer-column {
	width: 20%;
	color: white;
	padding: 50px 30px;

	display: inline-block;
}

.main-footer {
	background-color: #000000;
}

.footer-column-1 {
	background-color: white;
	color: black;
}

.footer-column-3 a {
	display: block;
	margin-bottom: 10px;
}

.footer-redline {
	background-color: #ee2a2d;
	padding: 10px 0px;
}

.footer-column-10 {
	background: white;
    padding: 17px;
	margin-top: 15px;
}

img {
	max-width: 100%;
}

.filter-row .filter {
	display: inline-block;
}

.category-filter {
	margin-right: 35px;
}

.category-filter select {
	color: white;
	background-color: #3c55a5;
	font-size: 16px;
	border: unset;
	border-radius: 5px;
	padding: 9px 15px;
	cursor: pointer;
	transition: all 0.5s ease;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") !important;
}

.footer-column-5 a {
    width: fit-content;
    display: inline-block;
    margin-right: 10px;
}

.market-filter .ms-options-wrap button {
	color: white !important;
	background-color: #20634B !important;
	font-size: 16px !important;
	border: unset !important;
	border-radius: 5px !important;
	padding: 9px 15px !important;
}

.market-filter .ms-options-wrap .ms-options {
	background: #20634B;
	min-height: 100px !important;
	border-radius: 5px !important;
}

.ms-options-wrap>.ms-options>ul label.focused,
.ms-options-wrap>.ms-options>ul label:hover {
	background-color: #8d5c5c !important;
	border-color: transparent !important;
}

.market-filter .ms-options-wrap .ms-options {
	color: white;
}

.filter-row {
	margin-bottom: 50px;
}

.product-list-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-gap: 40px;
	justify-items: center;
}

.product {
	border: 2px solid #3DC69D;
	padding: 25px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.5s ease;
}

.product:hover {
	box-shadow: #3DC69D 0px 0px 0px 2px, #3DC69D 0px 4px 6px -1px, #3DC69D 0px 1px 0px inset;
}

.product-list-container .product:nth-child(even) {
	border-color: #3DC69D;
}

.product .product-title {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

.product .product-supermarkets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
	align-items: center;
	grid-gap: 10px;
}

.product .product-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
}



.product Span.price {
	color: #000000;
	margin: 0px;
	font-weight: bold;
	font-size: 28px;

}

.product .fa-heart:before {
	content: "\f004";
	font-size: 22px;
	/* color: #ed2d2c; -- mgs::20230424 / color is based on favorite */

}

/* Added for counter on fa-heart */
.fa-heart {
	position: relative;
	display: inline-block;
}

.fa-heart span {
	position: absolute;
	background-color: white;
	top: -10px;
	right: 8px;
	color: #ee2a2d;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
}

/*  */



/* mgs::20230424 -- removed, color is based on favorite */
/* .product-list-container .product:nth-child(even) .fa-heart:before {
    color: #3c55a5;
} */

.favorite-red {
	color: #ee2a2d;
}

.favorite-white {
	color: #e3e3e3;
	/*color: #3c55a5;*/
}

.header-favorites {
	position: relative;
}

.header-favorites div {
	float: initial;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3DC69D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: -19px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}


.header-favorites span {
	font-size: 13px;
}

.footer-column-1 {
	height: 100%;
}

.main-footer {
	display: flex;
	align-items: stretch;
}

.main-footer .container-footer {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	gap: 25px;
}

.footer-column {
	flex: 1;
}

.footer-column-4 {
	flex: 2;
}

.footer-column-2 a {
	display: block;
	color: white;
	text-decoration: none;
	margin-bottom: 10px;
}

.footer-column-4 input[type="email"] {
	padding: 10px 20px;
	border-radius: 20px;
	border: 1px solid white;
	width: 80%;
    border-radius: 20px;
    display: inline-block;
}

footer .newsletter-button {
	background: transparent;
	border: 1px solid white;
	color: white;
	border-radius: 16px;
    display: inline-block;
    width: 18%;
    padding: 8px;
}


@media screen and (min-width: 1361px) and (max-width: 1765px) {
	footer .newsletter-button, .footer-column-4 input[type="email"] {
		width: 100%;
	}
}


@media screen and (max-width: 440px) {
	.footer-column-4 input[type="email"] {
		display: block;
		width: 100%;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	footer .newsletter-button {
		display: block;
		margin: 0 auto;
		width: 100%;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}

.section-body.b2b-service .row {
	display: flex;
	gap: 70px;
	align-items: center;
}

.section-body.b2b-service .row>* {
	flex: 1
}

/*about us - start*/
.section-body.about-us .row:not(.red-banner) {
	display: flex;
	align-items: center;
	gap: 70px;
	margin-bottom: 5%;
}

.section-body.about-us .row .column-2 {
	flex: 2;
}

.section-body.about-us .row .column-1 {
	flex: 1;
}

.section-body.about-us .row h2 {
	color: #3c55a5;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}

.section-body.about-us .red-banner {
	background: #ee2a2d;
	margin-bottom: 50px;
}

.row.red-banner .column-1 * {
    color: white !important;
}

@media screen and (min-width: 1361px) {
	.section-body.about-us .row.above-red {
		align-items: flex-end;
		margin-bottom: 2.8vw;
	}

	.section-body.about-us .row.above-red .column-2 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 1360px) {
	.section-body.about-us .row.above-red {
		margin-bottom: 6px;
	}
}

@media screen and (min-width: 860px) {
	.section-body.about-us .red-banner {
		padding: 50px;
		transform: skewY(-5deg);
	}

	.section-body.about-us .row.red-banner .column-1 {
		padding-left: 14%;
		transform: skewY(5deg);
	}

	.section-body.about-us .row.red-banner:before {
		width: 20%;
		height: 102%;
		content: "";
		position: absolute;
		background: white;
		left: -89px;
		top: -1px;
		display: block;
		transform: skewX(13deg);
	}
}

@media screen and (max-width: 859px) {
	.section-body.about-us .row.red-banner {
		padding: 30px;
		transform: skewX(5deg);
	}

	.section-body.about-us .row.red-banner .column-1 {
		transform: skewX(-5deg);
	}

	.section-body.about-us .row.above-red {
		margin-bottom: -1px;
	}
}
/*about us - end*/

button {
	cursor: pointer;
}

.entry-text {
	border-radius: 10px;
	text-align: center;
	max-width: 400px;
	margin: auto;
	padding: 20px;
	border: 1px solid #ee2a2d;
	color: #ee2a2d;
	margin-top: 35px;
	box-shadow: rgb(237 45 44) 1.95px 1.95px 2.6px;
}

@media only screen and (max-width: 1360px) {

	.main-button button {
		font-size: 11px !important;
	}

	.header-main-section .column-2>*:not(.fa-user) {
		display: none;
	}

	.header-main-section {
		background: white;
	}

	.header-main-section .column-1 {
		padding: 0px !important;
		flex: 3 !important;
	}

	.header-main-section .column-1 img {
		max-width: 100% !important;
		width: 320px;
	}

	.header-main-section .column-2 {
		display: none !important;
	}

	.header-main-section .column-1 {
		flex: 2;
		justify-content: flex-start !important;
	}

	.header-main-section .column-mobile {
		flex: 1;
	}

	.mobile-section1 {
		background: #3c55a5;
	}

	.header-main-section .fa-user {
		font-size: 40px !important;
	}

	.mobile-section1 .row {
		padding: 10px 0px;
	}

	.column-3 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.header-secondary-section #last_updated_text {
		display: none;
	}

	.header-secondary-section {
		min-height: 20px;
	}

	.filter-row {
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
	}

	.filter-row>* {
		flex: 1;
		margin: 0px !important;
		min-width: 200px;
	}

	.filter-row select {
		width: 100% !important;
	}

	.mobile-sticky .fa {
		font-size: 40px;
		color: #ee2a2d;
	}

	.mobile-sticky .container {
		display: flex;
		justify-content: space-between;
		padding: 10px 0px;
	}

	.mobile-secondary-shape {
		display: block;
		width: 23%;
		height: 100%;
		background-color: white;
		position: absolute;
		right: -50px;
		transform: skewX(335deg);
	}

	.mobile-main-shape {
		width: 6%;
		height: 100%;
		background-color: white;
		position: absolute;
		left: -3%;
		transform: skewX(330deg);
	}

	html {
		overflow-x: hidden;
	}

	body {
		overflow-x: inherit;
	}

	.mobile-sticky {
		position: fixed !important;
		bottom: 0;
		width: 100vw;
		min-height: 80px;
	}

	.fav-counter {
		position: absolute;
		top: 0px;
		right: 0px;
		color: white;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 16px;
		font-size: 17px;
		font-weight: bold;
		left: 0px;
		z-index: 1;
		bottom: 0px;
		margin: auto;
	}

	.footer-column-8.mobile {
		position: relative;
	}

	.section-body.about-us .row:not(.red-banner) {
		flex-direction: column;
		gap: 20px;
	}

	.section-body.about-us .row:nth-child(1) {
		flex-direction: column-reverse;
	}

	.section-body.about-us .row img {
		max-height: 250px;
		max-width: 50vw;
	}

	.mobile-sticky {
		display: flex;
		justify-content: space-around;
		background: #9eb1ac;
		padding: 10px 20px;
	}

	.footer-column {
		width: 100%;
		padding: 15px 0px;
		display: inline-block;
	}

	.main-footer .container-footer {
		flex-direction: column;
		gap: 0px;
	}

	.main-footer .container-footer {
		padding-bottom: 66px;
	}

	.footer-column-1 {
		display: none;
	}

	.footer-column-3 {
		border-bottom: 1px solid #ffffff8c;
	}

	.footer-column-5 > * {
		display: inline-block;
		vertical-align: middle;
	}

	.footer-column-5 h4 {
		margin-right: 15px;
	}

	.mobile-fixed-menu .search-result-div {
		left: 0;
		top: 57px;
	}

	.mobile-fixed-menu .search-result-div .src-products {
		max-height: 40vh;
	}

	.mobile-fixed-menu .container-menu {
		margin-top: 20px;
	}

	.mobile-fixed-menu .close_button {
		margin-bottom: 20px;
	}

	.popular-search-div {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #d4d4d4;
		margin: 10px 0px;
	}

	.popular-search-div h3 {
		border-left: 1px solid #d4d4d4;
		margin-top: 0px !important;
	}

	.popular-search-div > * {
		padding: 0px 7px;
		border-right: 1px solid #d4d4d4;
	}
}

@media screen and (max-width: 1048px) {
	.mobile-fixed-menu .search-result-div {
		flex-direction: column-reverse;
		padding: 10px 30px;
	}
}

@media screen and (min-width: 1361px) {

	.header-main-section .column-mobile {
		display: none;
	}

	.ms-options-wrap button {
		min-width: 316px;
	}

	.mobile-section1 {
		display: none;
	}

	.main-footer {
		min-height: 430px;
	}

	.footer-redline {
		margin-bottom: -20px;
	}

	.mobile-secondary-shape,
	.mobile-main-shape,
	.main-footer .mobile {
		display: none;
	}

	.main-footer .container {
		margin-top: -20px;
	}
}

@media screen and (max-width: 525px) {
	#last_updated_text {
		width: 100%;
		text-align: center;
	}

	.container-header .mobile {
		justify-content: center;
	}

	.mobile-main-shape {
		width: 13%;
		left: -8%;
	}


}

.contact-form-container input {
	width: 100%;
}

.contact-form-container form label {
	font-size: 18px;
	color: #20634B;
	font-weight: bold;
	margin-bottom: 6px;
	display: block;
}

.contact-form-container input[type=text],
.contact-form-container input[type=email],
.contact-form-container input[type=tel] {
	border-radius: 19px;
	border: unset;
	font-size: 16px;
	border: 2px solid #6c5d5d;
	margin-bottom: 20px;
	padding: 10px 15px;

}

.contact-form-container form textarea {
	border-radius: 19px;
	border: unset;
	font-size: 16px;
	border: 2px solid #6c5d5d;
	margin-bottom: 20px;
	padding: 10px 15px;
	width: 100%;
	max-width: 100%;
	min-height: 200px;
}

.contact-form-container form input[type=submit] {
	background-color: #20634B;
	border: unset;
	border-radius: 10px;
	color: white;
	font-size: 18px;
	width: fit-content;
	padding: 9px 32px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

.contact-form-container form input[type=submit]:hover {
	background-color: #3DC69D 
}

.page-title h2 {
	color: #20634B;
	font-size: 26px;
}

.par-title {
	margin-top: 40px;

	color: #20634B;
	font-size: 18px;
}

.section-body p {
	margin-bottom: 15px;
}

@media screen and (min-width: 1361px) {
	.form-fieldset {
		display: flex;
		gap: 50px;
	}

	.form-fieldset .field-group {
		width: 50%;
	}
}

.b2b-service h2 {
	color: #3c55a5;
	font-size: 28px;
}

@media screen and (min-width: 1361px) {
	.header-main-section .row .column-1:before {
		content: "";
		right: -20px;

		position: absolute;
		top: 0px;
		width: 0;
		height: 100%;
		z-index: 1;
		background: white;
		transform: skewX(-10deg);
	}
}

.header-main-section .row .column-2 {
	position: relative;
}

.product {
	max-width: 300px;
}


.social-icons {
	display: flex;
	gap: 20px;
}

.pagination-div {
	margin-top: 50px;
	min-height: 1px;
	width: fit-content;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1361px) {
	.section.header-secondary-section:after {
		content: "";
		background-color: white;
		width: 50px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}

	.section.header-secondary-section:before {
		width: 0;
		height: 0;
		border-top: 58px solid transparent;
		border-bottom: 0px solid transparent;
		border-right: 45px solid white;
		content: "";
		position: absolute;
		right: 50px;
		top: 0;
	}

	.mobile-sticky {
		display: none;
		z-index: 9999;
	}
}

.ms-options-wrap [type=checkbox]:focus,
.ms-options-wrap [type=radio]:focus {
	--tw-ring-offset-width: 0px !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
}

.ms-options-wrap>.ms-options>ul li.selected label {
	background-color: #20634B  !important;
}

.footer-column.footer-column-4.desktop a {
	display: inline-block;
}

.mobile-sticky {
	z-index: 9999;
}

.footer-column-3 input[type="email"] {
	padding: 10px 20px;
	border-radius: 16px;
}

/* Dropdown menu */
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
}

.dropdown:hover .dropdown-content {
	background-color: #20634B;
	/* rounded */
	border-radius: 5px;
	display: block;
}

.dropbtn {
	color: rgb(0, 0, 0);
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #ede0e0;
	border-radius: 5px;
}


.navbar-toggle {
	cursor: pointer;
	padding: 10px 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px 0;
	background-color: #333;
	transition: all 0.2s;
}

.navbar-toggle.active .icon-bar:nth-child(2) {
	transform: rotate(-45deg);
	top: 0;
}

.navbar-toggle.active .icon-bar:nth-child(3) {
	transform: rotate(45deg);
	bottom: 0;
}

.main-menu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar-toggle.active~.main-menu {
	display: block;
	background-color: #3c55a5;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	border-radius: 5px;
}

.main-menu li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.main-menu li:last-child {
	border-bottom: none;
}

.main-menu a {
	color: white;
	text-decoration: none;
	font-size: 16px;
}

.main-menu a:hover {
	background-color: #ee2a2d;
	border-radius: 5px;
}


.price-list {
	text-align: center;
	margin: 10px;
	padding: 5px;
}

.price-list .higher {
	border: 7px solid #3c55a5;
	border-radius: 5px;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.font-big {
	font-size: x-large;
	font-weight: bolder;
}

.filter-row.fixed {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	background: #ffffffa3;
	z-index: 9999;
	padding: 5px 10vw;
	animation: filter-row 0.5s linear;
}

.filter-row .filter {
	flex: 1;
}

.category-filter select,
.market-filter button {
	width: 100%;
	max-width: 350px;
	margin: auto;
	display: block;
}

.filter-row .filter h3 {
	text-align: center;
}

@keyframes filter-row {
	0% {
		top: -5%;
		opacity: 0.1;
	}

	100% {
		top: 0px;
		opacity: 1;
	}
}

.filter-row.fixed h3 {
	display: none;
}

.filter-row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ms-options-wrap button:after {
	width: 25px;
    height: 25px;
    display: block;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
	border: none;
    margin: auto;
}

.ms-options {
	max-width: 350px;
	margin-left: auto;
    margin-right: auto;
	left: 0;
    right: 0;
}

/**
Chart options - mgs::20230428
*/



/* cookies */

.js-cookie-consent {
	z-index: 999;
}

.js-cookie-consent div.rounded-lg {
	background-color: #ee2a2d;
}

.js-cookie-consent div.rounded-lg p {
	color: white;
}

.js-cookie-consent button.js-cookie-consent-agree {
	background-color: #3c55a5;
    color: white;
}

/* porduct page */
.product-view {
	display: flex;
    align-items: center;
    margin: 50px 0px;
    justify-content: center;
    gap: 35px;
}

.product-view .price-list {
	margin: 0px;
	padding: 0px;
}

@media screen and (max-width: 980px) {
	.product-view {
		flex-direction: column;
	}
}

.chart-container {
	min-height: 600px;
	min-width: 600px;
}

.chart-wraper {
	overflow-x: auto;
    margin-bottom: 70px;
    padding-bottom: 30px;
}

.chart-wraper::-webkit-scrollbar {
	height: 10px;
}

.chart-wraper::-webkit-scrollbar-track {
	background: #e3e2e2;
	border-radius: 30px;
}

.chart-wraper::-webkit-scrollbar-thumb {
	background: #3c55a5;
	border-radius: 30px;
}


/* homepage - protasi neou proiontos */

.new-prod-homepage-wrapper {
	background: #ee2a2d;
    max-width: 700px;
    padding: 35px 25px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
	align-items: center;
	border-radius: 30px;
	position: relative;
	width: 80%;
}

.new-prod-homepage-wrapper > * {
	flex: 1;
}

.new-prod-homepage-wrapper p {
	color: white;
	font-size: 20px;
	padding-right: 10px;
	text-align: left;
}

.new-prod-homepage-wrapper .main-button {
	margin: 0 0 20px 0;
}

.new-prod-homepage-wrapper:before {
    content: '';
    position: absolute;
    height: 93%;
    width: 11px;
    background: white;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0;
}

.full-width-section {
	position: relative;
	margin-top: 30px;
	margin-bottom: 70px;
}

.full-width-section:before {
	content: '';
    width: 100%;
    height: 20px;
    display: block;
    background: #ee2a2d;
    position: absolute;
	top: 0px;
    bottom: 0px;
    margin: auto;
}

/** Mobile fixed menu **/

.mobile-fixed-menu {
	z-index: 99999;
    background: #20634B;
    height: 100vh;
    width: 100%;
	display: flex;
    align-items: center;
	overflow-y: auto;
}

.mobile-fixed-menu.fixed {
	position: fixed;
	top: 0px;
}

.mobile-fixed-menu .row1 {
	display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 35px;
}

.mobile-fixed-menu .row1 .close_button {
	position: absolute;
	left: 0;
}

.mobile-fixed-menu .main-menu-mobile a {
	color: white;
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
    text-align: right;
}

.burger-menu-button img {
	margin: 0 auto;
	max-width: 32px;
}

@media screen and (max-width: 1360px) {
	.header-main-section .row {
		align-items: center;
	}

	#last_updated_text {
		font-size: 12px;
	}
}

@media screen and (min-width: 601px) {
	.homepage-main-banner .mobile, .homepage-secondary-banner .mobile, .products-page-main-banner .mobile {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.homepage-main-banner .desktop, .homepage-secondary-banner .desktop, .products-page-main-banner .desktop {
		display: none;
	}

	.new-prod-homepage-wrapper p {
		font-size: 13px;
	}
}

@media screen and (max-width: 770px) {
	.product-list-container {
		/* display: flex; */
		flex-wrap: wrap;
		/* gap: 3%; */
	}

	.product {
		padding: 10px;
		flex: 47%;
		margin-bottom: 20px;
	}
}

/* My list page */

.delete-product {
	cursor: pointer;
}

.fav-entry-text {
	padding: 10px 20px;
    text-align: center;
    background: #3c55a5;
    color: white;
	margin-top: 20px;
    font-weight: bold;
}

.fav-table-div {
	margin-top: 0px;
    border-left: 2px solid #3c55a5;
    border-right: 2px solid #3c55a5;
	margin-bottom: 5%;
	overflow-x: auto;
	border: 2px solid #3DC69D;
    border-radius: 30px;
	margin-top: 50px;
    padding: 30px;
}

.fav-table-div table thead {
	background-color: #3c55a51a;
}

.fav-table-div table tr {
	border-bottom: 2px solid #3c55a51a;
}

.fav-table-div .table-auto {
	width: 100%;
}

.fav-table-div .total-price {
    padding: 10px;
    background-color: #eaeaea;
    color: rgb(0, 0, 0);
    font-size: 23px;
	position: relative;
	text-align: right;
}

.fav-table-div .total-price:before, .fav-table-div .total-price:after {
	content: '';
    width: 30px;
    height: 100%;
    display: block;
    background: #eaeaea;
    position: absolute;
    top: 0px;
}

.fav-table-div .total-price:before {
	left: -30px;
}

.fav-table-div .total-price:after {
    right: -30px;
}

.fav-entry-text-1 {
	text-align: center;
    padding: 19px;
    background: #ee2a2d;
    margin-top: 50px;
    color: white;
    font-weight: bold;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 30px;
}

.fav-entry-text-1 p {
	padding-left: 20px;
}

.fav-entry-text-1:before {
	content: '';
    top: 0px;
    position: absolute;
    height: 100%;
    width: 13px;
    background: white;
    left: 26px;
}


@media screen and (max-width: 880px) {
	/* Force table to not be like tables anymore */
	.fav-table-div table, .fav-table-div thead, .fav-table-div tbody, .fav-table-div th, .fav-table-div td, .fav-table-div tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.fav-table-div thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.fav-table-div tr { border: 1px solid #ccc; }

	.fav-table-div .total-price p {
		text-align: center;
	}

	.fav-table-div td.delete-product {
		margin-top: 20px;
	}

	.fav-table-div tr td:not(:nth-child(1)) {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
	}

	.fav-table-div td:before {
		position: relative;
		white-space: nowrap;
		display: block;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;
		font-size: 15px;
		color: #3c55a5;
	}

	.fav-table-div table tr {
		border: none;
	}

	.fav-table-div table tr:not(:last-child) td:last-child {
		border-bottom: 1px solid #3c55a5;
	}

	.fav-table-div td * {
		text-align: center;
		margin: 0 auto;
		display: inline-block;
		vertical-align: middle;
	}
	.fav-table-div td .divname {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/*
	Label the data
	*/
	.fav-table-div td:nth-of-type(2):before { content: "ΠΡΟΪΟΝ"; }
	.fav-table-div td:nth-of-type(3):before { content: "ΟΝΟΜΑ"; }
	.fav-table-div td:nth-of-type(5):before { content: "ΤΙΜΗ ΜΟΝΑΔΟΣ"; }
	.fav-table-div td:nth-of-type(6):before { content: "ΤΙΜΗ"; }

	.list-by-supermarket-table-div td:nth-of-type(1):before { content: "ΠΡΟΪΟΝ"; }
	.list-by-supermarket-table-div td:nth-of-type(2):before { content: "ΟΝΟΜΑ"; }
	.list-by-supermarket-table-div td:nth-of-type(4):before { content: "ΤΙΜΗ"; }

	.list-by-supermarket-table-div .supermarket-logo-tr td {
		border-bottom: 0px !important;
	}

	.list-by-supermarket-table-div tbody .supermarket-logo-tr:nth-child(1) {
		display: block !important;
	}

	.supermarket-logo-tr td:before {
		display: none;
	}

	.list-by-supermarket-table-div .total-price {
		text-align: center;
	}


	/* Force table to not be like tables anymore */
	.ordersOfUser table, .ordersOfUser thead, .ordersOfUser tbody, .ordersOfUser th, .ordersOfUser td, .ordersOfUser tr {
		display: block;
		text-align: center;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.ordersOfUser thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.ordersOfUser tr { border: 1px solid #ccc; }

	.ordersOfUser .total-price p {
		text-align: center;
	}

	.ordersOfUser td.delete-product {
		margin-top: 20px;
	}

	.ordersOfUser tr td:not(:nth-child(1)) {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
	}

	.ordersOfUser td:before {
		position: relative;
		white-space: nowrap;
		display: block;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;
		font-size: 15px;
		color: #3c55a5;
	}

	.ordersOfUser table tr {
		border: none;
	}

	.ordersOfUser table tr:not(:last-child) td:last-child {
		border-bottom: 1px solid #3c55a5;
	}

	.ordersOfUser td * {
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }

	/*
	Label the data
	*/
	.ordersOfUser td:nth-of-type(1):before { content: "Ημερομηνία"; }
	.ordersOfUser td:nth-of-type(2):before { content: "Αριθμός"; }
	.ordersOfUser td:nth-of-type(3):before { content: "Κατάσταση"; }
	.ordersOfUser td:nth-of-type(4):before { content: "Συνολικό ποσό"; }
	.ordersOfUser td:nth-of-type(5):before { content: "Ενέργειες"; }

	/* Force table to not be like tables anymore */
	.showOrder table, .showOrder thead, .showOrder tbody, .showOrder th, .showOrder td, .showOrder tr {
		display: block;
		text-align: center;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.showOrder thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.showOrder tr { border: 1px solid #ccc; }

	.showOrder .total-price p {
		text-align: center;
	}

	.showOrder td.delete-product {
		margin-top: 20px;
	}

	.showOrder tr td:not(:nth-child(1)) {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
	}

	.showOrder td:before {
		position: relative;
		white-space: nowrap;
		display: block;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;
		font-size: 15px;
		color: #3c55a5;
	}

	.showOrder table tr {
		border: none;
	}

	.showOrder table tr:not(:last-child) td:last-child {
		border-bottom: 1px solid #3c55a5;
	}

	.showOrder td * {
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }

	/*
	Label the data
	*/
	.showOrder td:nth-of-type(1):before { content: "Όνομα προϊόντος"; }
	.showOrder td:nth-of-type(2):before { content: "Sku"; }
	.showOrder td:nth-of-type(3):before { content: "Ποσότητα"; }
	.showOrder td:nth-of-type(4):before { content: "Τιμή μονάδας"; }
	.showOrder td:nth-of-type(5):before { content: "Καθαρή Αξία"; }

}

.fav-table-div .category-filter {
	padding: 20px;
    margin-right: 0px;
}

.fav-table-div h3 {
	text-align: center;
}

.fav-table-div .whitespace-nowrap {
    white-space: inherit;
}

.back-to-list {
	margin-top: 50px;
	color: #3DC69D;
}

.back-to-list i {
	margin-right: 13px;
}

.fav-table-footer {
	display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    align-items: center;
    flex-wrap: wrap;
}

.fav-table-footer div {
    display: flex;
    gap: 30px;
    align-items: center;
}

.fav-table-footer p {
	max-width: 550px;
    font-size: 17px;
    font-weight: bold;
}

.favorites-main-banner {
    display: flex;
    align-items: center;
    gap: 35px;
}

.favorites-main-banner h2 {
	font-weight: bold;
    font-size: 23px;
    color: #3c55a5;
    max-width: 470px;
}

@media screen and (min-width: 445px) and (max-width: 980px) {
	.fav-table-footer div:nth-child(1) > * {
		flex: 1;
	}

	.fav-table-footer div:nth-child(1) a {
		text-align: center;
	}
}

@media screen and (max-width: 444px) {
	.fav-table-footer {
		justify-content: center;
	}

	.fav-table-footer div:nth-child(1) {
		flex-direction: column;
    	gap: 0px;
	}
}

@media screen and (max-width: 980px) {
	.fav-table-footer {
		flex-direction: column-reverse;
		gap: 20px;
	}
}

/* Favorites supermarkets */

.list-by-supermarket .supermarket-logo-tr {
    display: none;
}

.list-by-supermarket tbody .supermarket-logo-tr:nth-child(1) {
    display: table-row;
}

/* ab */
.ab-style.total-price, .ab-style.total-price:before, .ab-style.total-price:after {
	background-color: #00adef;
}

.price.ab-style {
	color: #00adef;
}

/* masoutis */
.masoutis-style.total-price, .masoutis-style.total-price:before, .masoutis-style.total-price:after {
	background-color: #3c55a5;
}

.price.masoutis-style {
	color: #3c55a5;
}

/* my market */
.mymar-style.total-price, .mymar-style.total-price:before, .mymar-style.total-price:after {
	background-color: #0079c2;
}

.price.mymar-style {
	color: #0079c2;
}

/* sklavenitis */
.sklavenitis-style.total-price, .sklavenitis-style.total-price:before, .sklavenitis-style.total-price:after {
	background-color: #f47921;
}

.price.sklavenitis-style {
	color: #f47921;
}

.total-price, .total-price:before, .total-price:after, .price {
	transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

@media screen and (min-width: 881px) {
	.list-by-supermarket-table-div .total-price {
		padding-right: 8vw;
	}
}



/* product page */
.product-inside-page {
	display: flex;
}

.subcat-breadcrumbs.product-pg {
	width: fit-content;
	margin: 0 auto;
}

.product-inside-page > *{
	flex: 1;
}

.product-inside-page .product-img {
	max-width: 350px;
}

.product-inside-page .product-header {
	font-size: 20px;
    font-weight: bold;
    display: block;
    color: #080808;
    margin-bottom: 25px;
    align-items: center;
    gap: 10px;
}

.product-inside-page .product-actions .price {
	color: #000000;
	margin: 0px;
	font-weight: bold;
	font-size: 28px;

}

.product-inside-page .product-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
}

.product-inside-page p {
	color: #3c55a5;
    font-size: 19px;
    font-weight: bold;
}

.product-inside-page p span {
	color: #000000;
}

.product-inside-page .fa-heart:before {
	font-size: 28px;
}


.product-inside-page .price-list .price-col {
    display: none;
}

.product-inside-page .price-list .product-info:nth-child(1) .price-col {
    display: block;
}

.product-inside-page .super-col {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	column-gap: 51px;
    row-gap: 20px;
	border-top: 4px solid #ee2a2d;
    margin-top: 20px;
    padding-top: 15px;
}

.chart-toggle {
	background: #dadada;
    display: flex;
    justify-content: space-between;
    padding: 13px 20px;
    border-radius: 30px;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
    cursor: pointer;
}

.chart-toggle h2 {
	color: #3c55a5;
    font-weight: bold;
    font-size: 19px;
}

.chart-toggle-main {
	margin: 10px 0px 70px 0px;
}

.chart-toggle .toggleicon {
	transition: all 0.5s ease;
}

.chart-toggle.open .toggleicon {
	transform: rotate(45deg);
}

@media screen and (max-width: 630px) {
	.product-inside-page {
		flex-direction: column;
		align-items: center;
	}

	/*

	  .product-img img {
		max-height: 180px;
	} 
	
	*/
}

/* LOGIN */

.login-container .shadow-md {
	box-shadow: none;
    max-width: 100% !important;
}

.login-email-div {
	width: 45%;
	margin-right: 9%;
	display: inline-block;
}

.login-password-div {
	width: 45%;
    display: inline-block;
}

.login-under-form-links {
	margin: 20px 0px 35px 0px;
}

.login-under-form-links a {
	display: block;
}

.login-buttons-div {
	justify-content: space-between;
}

.login-buttons-div .google-facebook > * {
	display: inline-block;
    vertical-align: top;
}

.login-buttons-div button, .login-buttons-div a {
    background: #20634B;
    border-radius: 30px;
    padding: 10px 20px;
}

.login-buttons-div button:hover, .login-buttons-div a:hover {
	background: #20634B;
}

.min-h-screen {
    min-height: auto;
    padding: 20px 0px;
}

.login-email-div input, .login-password-div input {
	border-radius: 19px;
    border: unset;
    font-size: 16px;
    border: 2px solid #656565;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.login-email-div label, .login-password-div label {
	color: #20634B;
    font-size: 16px;
    font-weight: bold;
}

.login-under-form-links a {
    width: fit-content;
    font-weight: bold;
    margin-bottom: 10px;
	transition: all 0.5s ease;
}

.login-under-form-links a:hover {
	color: #3c55a5;
}

.login-email-div input:focus, .login-password-div input:focus {
    border-color: #20634B !important;
}

@media screen and (max-width: 825px) {
	.login-email-div, .login-password-div {
		width: 100%;
		margin-right: 0px;
		display: block;
	}
}

.login-button {
	text-align: center;
}

.login-button button {
	font-size: 15px !important;
}

.login-button button:hover {
	background-color: #20634B;
}

@media screen and (max-width: 590px) {
	.login-buttons-div .google-facebook > * {
		margin-left: 0px !important;
		margin-bottom: 20px;
		flex-direction: column;
	}

	.google-facebook {
		text-align: center;
	}
}

/* banners */
.favorites-main-banner {
	padding-right: 20px;
}

@media screen and (max-width: 1100px) {
	.favorites-main-banner {
		align-items: flex-start;
		flex-direction: column;
	}

	.favorites-main-banner h2 {
		align-self: center;
		padding-left: 20px;
		text-align: center;
		font-size: 17px;
	}
}

.fb_dialog_content iframe {
	bottom: 76px !important;
}

/* fav list empty */
.empty-favs h4 {
	font-size: 20px;
    font-weight: bold;
}

.empty-favs p {
	font-weight: bold;
    margin-top: 15px;
}

.empty-favs h2 {
	font-size: 30px;
    font-weight: bold;
    margin-top: 25px;
}

.empty-favs {
	color: #20634B;
    padding: 45px 0px;
}

.empty-favs h4 {
    font-size: 20px;
    font-weight: bold;
}

.empty-favs span {
	color: #ee2a2d;
}

/* member advantages */

.adv-div {
	max-width: 1000px;
}

.adv-div.with-margin {
	margin-top: -3%;
}

.adv-red-logo {
	margin-top: -9%;
}

.adv-red-logo, .adv-red {
	margin-right: 0px;
    margin-left: auto;
}

.adv-div .row-1 {
	display: flex;
    align-items: flex-end;
	margin-bottom: 30px;
}

.adv-red .row-1 {
	justify-content: flex-end;
}

.adv-red-logo .row-1 {
	flex-direction: column;
	justify-content: flex-end;
}

.adv-div .title {
	font-size: 23px;
    color: white;
    padding: 7px 10%;
	position: relative;
	font-weight: bold;
}

.adv-blue .title {
    background-color: #3c55a5;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.adv-red .title, .adv-red-logo .title {
	background-color: #ee2a2d;
	border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.adv-div .row-1 p {
	margin: 0px;
    max-width: 180px;
    text-align: left;
}

.adv-red .row-1 p, .adv-red-logo .row-1 p {
	text-align: right;
}

.adv-red-logo .row-1 p {
	max-width: 200px;
}

.adv-blue .graph {
	border-bottom: 7px solid #ee2a2d;
}

.adv-red .graph {
	border-bottom: 7px solid #3c55a5;
}

.adv-red-logo .graph {
	margin-right: 28%;
}

.adv-blue .graph img {
	width: 100%;
	max-width: 100px;
    margin-left: 30px;
}

.adv-red .graph img {
	width: 100%;
	max-width: 100px;
    margin-right: 30px;
}

.adv-red-logo .graph img {
	max-width: 200px;
    margin-bottom: -10px;
    z-index: 10;
    position: relative;
}

.adv-div .title:before {
    content: '';
    height: 7px;
	width: 30%;
    display: block;
    background: #ee2a2d;
    position: absolute;
    bottom: 0px;
    left: 70%;
    z-index: -1;
}

.adv-red .title:before {
	background: #3c55a5;
	left: auto;
	right: 70%;
}

.adv-row-2 p {
	max-width: 750px;
    font-size: 19px;
    font-weight: bold;
}

.adv-row-2-logo p, .adv-row-2-red p {
	text-align: right;
    margin-right: 0px;
    margin-left: auto;
}

.adv-div.big-title .row-1 p {
	max-width: 230px;
}
/*
.adv-div.big-title .title:before {
	width: 45px;
}*/

@media screen and (max-width: 1415px) {
	.adv-div.with-margin, .adv-red-logo {
		margin-top: 30px;
	}
}

@media screen and (max-width: 800px) {
	.adv-div .graph img {
		margin: 0px;
	}

	.adv-div .title {
		font-size: 20px;
	}

	.adv-row-2 p {
		font-size: 16px;
	}

	.adv-red-logo .graph img {
		max-width: 130px;
		margin-bottom: -10px;
	}
}

/* categories */

.cat-main-div {
	display: flex;
    margin-bottom: 70px;
}

.subcat-breadcrumbs {
	margin: 30px 0px 20px 0px;
}

.cat-main-div .cat-menu-div {
	flex: 1;
}


.cat-main-div .cat-product-div {
	flex: 3;
}

.main-cat-list {
	background: #20634B;
	border-radius: 15px;
    padding: 10px;
}

.main-cat-list li {
    color: white;
	margin-bottom: 15px;
	cursor: pointer;
}

.main-li-wrap h4 {
    display: flex;
    align-items: center;
	gap: 8px;
    justify-content: space-between;
}

ul.main-cat-list li.sub-li .subcategory {
    padding-left: 20px !important;
    font-size: 14px;
	margin-top: 15px;
}

ul.main-cat-list .main-li-wrap.active h4 {
    font-weight: bold;
	border-bottom: 2px solid;
}

ul.main-cat-list .main-li-wrap span {
	min-width: 15px;
	transition: all 0.5s ease;
}

ul.main-cat-list .main-li-wrap.active span {
	transform: rotate(180deg);
}

.cat-menu-div .filter button {
    margin: 0px;
    width: 100%;
    max-width: none;
    border-radius: 15px !important;
}

.cat-main-div .filter {
    margin-bottom: 10px;
}

.cat-main-div .ms-options-wrap:not(.ms-active) .ms-options {
    display: none;
}

.cat-main-div .ms-options-wrap > .ms-options {
	position: relative;
	left: unset;
	right: unset;
}

@media screen and (min-width: 1361px) {
	.category-mobile-icon, .cat-close-mobile {
		display: none;
	}
}

.category-mobile-icon {
	position: fixed;
    background: #9eb1ac;
    padding: 11px;
    border-radius: 100%;
    right: 30px;
    bottom: 150px;
	z-index: 999;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 25px;
}

nav.breadcrumb > *, nav.breadcrumb > div > * {
    display: inline-block;
    align-items: center;
}

@media screen and (max-width: 1360px) {
	.cat-menu-div {
		display: none;
	}

	.cat-menu-div {
		position: fixed;
		top: 0px;
		z-index: 99999;
		width: 100%;
		left: 0px;
		height: 100vh;
		background: #9bbcae;
		overflow: auto;
		padding: 20px 0px;
	}

	.cat-menu-div > * {
		width: 80%;
		margin: 0 auto;
	}

	.cat-close-mobile img {
		margin-right: 0px;
		margin-left: auto;
	}

	.cat-menu-div h3 {
		color: white;
		font-weight: bold;
		text-align: center;
	}
}
.custom-cart-count {
    color: black;
    background-color: #3DC69D;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px;
  }


 /* search */

 .search-result-div {
	position: absolute;
    background: white;
    width: 80vw;
    left: -50%;
    top: 93px;
    z-index: 99;
    border: 1px solid #20634B;
    border-radius: 15px;
	display: flex;
    padding: 0px 20px;
    gap: 30px;
    padding: 10px;
}

.search-flex-wrap {
	position: inherit;
}

.search-result-div .src-product-wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
	border-bottom: 1px solid #20634B;
}

.search-result-div .src-product-info > * {
    font-weight: bold;
}

.search-result-div .src-product-info p {
    color: #20634B;
}

.search-result-div .src-info a {
	display: block;
}

.search-result-div .src-info, .search-result-div .arrow {
    flex: 1;
}

.search-result-div .src-product-img {
	flex: 2;
}

.search-result-div .src-product-img img {
	margin: 0 auto;
}

.search-result-div .src-products {
	flex: 2;
	max-height: 600px;
    overflow: auto;
}

.search-result-div .src-product-info {
	flex: 3;
}

.search-flex-wrap {
	display: flex;
    align-items: center;
    background: white;
    bordeR: none;
    border-right: 3px solid #20634B;
    border-top-left-radius: 6px;
	padding: 0px 5px;
    border-bottom-left-radius: 6px;
}

.search_div input {
	border: none;
	padding: 11px 20px;
}

.search_div input:focus {
	outline: none !important;
	box-shadow: none;
}

.search_div button {
	background: white;
	border: none !important;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 0px 13px;
}

.search_div tr td:nth-child(1) {
	width: 40%;
}

.search_div span .underline {
	text-decoration: none;
    color: #3c55a5;
    font-size: 16px;
    font-weight: bold;
}

.search_div span .underline small {
	text-decoration: none;
}

.search_div tr {
	border: 1px solid #3c55a5 !important;
}

.search-result-div .src-info h3 {
    color: #20634B;
    font-weight: bold;
    margin-top: 15px;
}  

@media only screen and (max-width: 640px) {
	.table-wrapper {
		overflow-x: auto;
	}

	#registrationsTable {
		width: 100%;
	}

	#registrationsTable th,
	#registrationsTable td {
		display: block;
		text-align: left;
		padding: 6px;
	}

	#registrationsTable th {
		display: none;
	}

	#registrationsTable td {
		border-bottom: 1px solid #ddd;
	}

	#registrationsTable td:before {
		content: attr(data-label);
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		margin-bottom: 5px;
		color: #555;
	}

	#registrationsTable td:last-child {
		border-bottom: none;
	}

	#registrationsTable td:last-child {
		border-bottom: none;
		padding-bottom: 3.5rem; /* Add space here (adjust the value as needed) */
		position: relative; /* To make the arrow and line positioned correctly */
	}

	/* Style for the line */
	#registrationsTable td:last-child::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0.1rem; 
		height: 5px;
		width: 100%;
		background-color: #060606; /* Green color */
	}

}




.container-header .row .column-2 {
	align-items: center;
}