/*
@import url('https://fonts.googleapis.com/css2?family=GFS+Neohellenic&family=Mansalva&display=swap');
	font-family: "Comic Sans MS", "Comic Sans", "GFS Neohellenic",-apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
*/

* {
	box-sizing: border-box;
	font-family: "Comic Sans MS", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
	line-height: 1.5;
	font-size: 17px;
}

html {
	scroll-behavior: smooth;
	transition-timing-function: ease-in-out;
}

body > header { 
	background-color: inherit;
	/* border-bottom: 3px solid #f3e0e0; */   
	box-shadow: #d3d3d33d 1px 6px 3px;
}

header h1,
header img {
	padding: 6px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 400;
	margin: 10px 0;
}

header .link-icons .search i {
	font-size: 22px;
	color: #eb654c;
	padding: 10px;
}

header .link-icons .search i:hover {
	background-color: #eb654ca4;
	color: #ffffff;
}

header nav .dropdown-content span img {
    display: block;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
}

main .myaccount .menu a {
	display: block;
	text-decoration: none;
	color: #888888;
	padding: 12px;
	border-bottom: 1px solid #f6f6f6;
	border-radius: 8px;  
}

main .myaccount .menu a:hover {
	background: #63c8bc;
	color: #fcfcf8;
}

.content-wrapper {
	/* width: 1050px; */
	margin: 0 auto;
	width: 100%;
	padding: 0 40px;
}

.content-section {  
    opacity: 80%;
    padding: 30px;
    background-color: white;
    border-radius: 30px;
    margin-bottom: 40px;
    border: 1px solid lightgray;
}

main>.product .product-wrapper {
	padding-left: 25px;
	padding-right: 20px;
	flex: 1;
}

.products.content-wrapper.search-results .product {
	width: 25%;
}

.rounded-circle {
	border-radius: 50%;
}

.largetextarea {
	min-height: 50rem;
}

.mySlides {
	display: none;
}

tr.details {
	padding: 2px 6px;
	cursor: pointer;
}

tr.details:hover {
	background-color: #dbdddf;
}

.product,
.brand {
	padding: 12px;
}

.product a,
.brand a {
	text-decoration: none;
}

dt {
	margin: 20px 0 10px 0;
	font-weight: bold;
}

dd {}

main .brand,
.brands-wrapper .brand {
	display: block;
	overflow: auto;
	text-decoration: none; 
	width: 25%;
	padding-bottom: 60px;
}


main .featured {
    display: flex;
    flex-direction: column;
    background-size: contain;
    background-repeat: no-repeat;
    height: 500px;
    /* align-items: center; */
    /* justify-content: center; */
    /* text-align: center; */
    position: relative;
    max-width: 100%; /* Maximum width */
    margin: 0 auto; /* Center it */
}

main .featured .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */ 
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}

main .featured .content h2 {
	display: block;
	margin: unset;
	width: unset;
	font-family: unset;
	font-size: 68px;
	color: #FFFFFF;
	padding-bottom: unset;
}

main .featured .content p {
	display: block;
	margin: unset;
	width: unset;
	font-size: 24px;
	color: #FFFFFF;
}

.intro {
	font-weight: bold;
}

#brands {
	margin-top: 30px;
}

.brand img {
	height: 100px;
	width: auto;
}

.love-it {
	display: inline-flex;
	position: absolute;
	z-index: 2;
	justify-content: center;
	padding: 15px;
	margin: -6px 0px 0 -6px;
	align-items: center;
	font-size: 18px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #f5ffaf;
	color: #b5b5b5;
	text-decoration: none;
}

.love-it a {
	font-size: 2.6rem;
}


.subcategories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;  
}

.subcategory {
    display: flex;
	flex-flow: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-decoration: none;
	border: 4px solid #7ed1a1;
	margin: 10px;
	padding: 6px;
	border-radius: 35px;
}

.subcategory:last-child {
	rotate: 4deg;
}

.subcategory-image {
	display: flex;
	align-items: center;
}

.subcategory-image img {
    width: auto;
    height: 120px;
}

.subcategory-title {
	width: 100%;
	color: #9aa0a5;
	font-size: 14px;
	padding: 10px;
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
	justify-content: center;
}

main .subcategory:hover {
	transform: scale(1.05);
	transition: transform .6s;
}

main .myaccount .cart-details h2, main .checkout .shipping-details h2 { 
    margin: 0;
    padding: 23px 15px;
    font-weight: 500;
    border-bottom: 1px solid #EEEEEE;
}

.format-btns {
    display: flex;
    flex: 1;
    padding: 6px 0;
}

.format-btns button {
    border: none;
    min-width: 26px;
    cursor: pointer;
}
.format-btns button {
    border: none;
    min-width: 26px;
    cursor: pointer;
    background-color: #edeff1;
    font-weight: 600;
    font-size: 10px;
    line-height: 19px;
    text-transform: uppercase;
}

main .cart table .remove, main .myaccount table .remove, .speak-out {
    color: darkred;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #f3f4f5;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}

#speech-panel {
    /*
    transition: all 1.5s;
    transition-timing-function: ease-in-out;
    */
}

.speak-out {
    padding-right: 6px;
    vertical-align: middle;
}

#volumeBar {
    width: 100px;
    height: 10px;
    background-color: #eee;
    border: 1px solid #ccc;
}

#volumeLevel {
    height: 100%;
    background-color: #007bff;
    width: 0;
}

.fixed-panel {
	position: fixed;
	box-shadow: 2px 2px 3px lightgray;
	z-index: 9999;
	bottom: 10px;
	left: 10px;
	padding: 0;
}

.transparentbutton {
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.heartbutton {
    color: lightsteelblue;
    font-size: xx-large;
}

.heartbutton.is-favorite, i.has-favorites {
    color: #eb654c;
}

main .checkout .cart-details, main .checkout .shipping-details {
	width: 90%;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	margin-left: 25px;
	margin-bottom: 50px;
	background: #d3d3d323;
}

main .checkout .shipping-details {
    padding: 0 20px;
	background: #d3d3d350;
}

main .shipping-details .buttons .btn {
	width: 100%;
}

.buttons {
	margin-top: 60px;
}

.buttons span {
    padding: 6px 12px;
    /*
    font-size: large;
    font-weight: 700;
    border-radius: 6px;
    margin: 0 6px;
    background-color: gray;
    color: #ffffff;
    filter: opacity(0.8);
    backdrop-filter: blur(1px);
    */
}

main .checkout .account-choices {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	justify-content: space-between;
}

main .checkout .account-choices a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	height: 60px;
	/* 
	*/
	width: 100%;
	margin: 10px;
	font-weight: 500;
	color: #434f61;
	padding: 0 12px;
	cursor: pointer;
	background-color: whitesmoke;
}

.btn {
	margin: 0px;
	transition: 0.2s;
	border-radius: 56px 40px 30px 46px;
	/*
	margin-bottom: 30px;
	*/
}

.btn:hover {
	background: #25b3a1b6;
}

.btnprev {
	border-radius: 56px 40px 39px 35px;
}

.btnnext {
	border-radius: 28px 56px 30px 46px;
}

.btn:disabled {
	background: #bdbdbd;
}

.btn:disabled:hover {
	background: #bdbdbd;
}

.btn-white {
	background-color: #ffffff;
	color: #a3a3a3;
}

.btn-white:hover {
	background-color: #00ffff88;
	color: #a3a3a3;
}

.btngreen {
	background: #009688;
	color: #FFFFFF;
}

.btngreen:hover {
	background: #7ed1a1;
}

.btngreen:disabled {
	background: #3a3a3a;
}

.btnblue {
	background: #2070b5;
	color: #ffffff;
}

.btnblue:hover {
	background: #2070b5b6;
}

.btngray {
	background: #777777;
	color: #FFFFFF;
}

.btngray:hover {
	background: #919191;
}

.btngray:disabled {
	background: #bbbbbb;
}

.form-label {
	display: block;
	padding: 0;
	margin-bottom: 6px;
}

.form-field {
	margin-bottom: 18px;
	padding: 15px 5px;
}

.form textarea {
	min-height: 16rem;
	resize: vertical;
	overflow: auto;
}

.static-content {
	/*
    padding: 6px;
    */
}

.static-content p {
	/*
    padding: 40px 40px 0 40px;
    */
}

.static-content p,
.category-short-description {
	font-size: 1.6rem;
	letter-spacing: -.4px;
}

.category-short-description {
	font-size: 1.5rem;
}

.w3-section,
.w3-code {
	margin-top: 16px !important;
	margin-bottom: 0 !important;
}

.slider {
    margin-bottom: 30px;
}

main .myaccount .myorders .order {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.60);
    margin: 30px 0 30px 0;
}

main .myaccount .myorders, main .myaccount .myfavorites, main .myaccount .mydownloads, main .myaccount .settings, main .products { 
    flex: 1;
    padding-bottom: 6px;
}

main .myaccount .myfavorites .product {
    flex: 1;
    padding-bottom: 6px;
    text-align: left;
}

.favbutton {
    background-color: #eee2;
    border: none;
    border-radius: 50%;
    box-shadow: 1px 2px 5px lightgray;
    backdrop-filter: blur(10px);
    padding: 10px;
    cursor: pointer;
    position: relative;
    bottom: 130px;
    left: 43%;
    z-index: auto;
}

main .myaccount .myfavorites table td {
    vertical-align: top;
    word-break: break-word;
}

main .myaccount .myfavorites img {
    height: 180px;
    width: auto;
    margin: 20px;
}

.order {
	background-color: #fefefe;
}

.order .order-header, main .myaccount .myfavorites .product .product-header { 
	background-color: #e3e0e0;
}

main .myaccount .myfavorites .product .product-header .heartbutton {
    color: white;
    font-size: xx-large;
}

main .myaccount .myfavorites .product .product-header .heartbutton.is-favorite {
    color: #eb654c;
}

main .myaccount .myorders, main .myaccount .mydownloads, main .myaccount .settings, main .products {
  flex: 1;
  padding-bottom: 6px;
}

main .myaccount .myorders .order, main .myaccount .myfavorites .product { 
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 30px 0 30px 0;
}

main .myaccount .myorders .order .order-header, main .myaccount .myfavorites .product .product-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6;
}

main .myaccount .myorders .order .order-header > div, main .myaccount .myfavorites .product .product-header > div {  
  display: flex;
  padding: 15px;
}

main .myaccount .myorders .order .order-header > div div, main .myaccount .myfavorites .product .product-header > div div {
  padding-right: 35px;
}

main .myaccount .myorders .order .order-header > div div:last-child, main .myaccount .myfavorites .product .product-header > div div:last-child {
  padding-right: 0;
}

main .myaccount .myorders .order .order-header > div div span, main .myaccount .myfavorites .product .product-header > div div span  {
  display: block;
  font-size: 14px;
}

main .myaccount .myorders .order .order-items, main .myaccount .myfavorites .product .product-details {
  padding: 15px;
}

main .myaccount .myorders .order .order-items table, main .myaccount .myfavorites .product .product-details table {
  margin: 0;
  padding: 0;
}


/* w3schools accordion */
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.active,
.accordion:hover {
	background-color: #ccc;
}

.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2212";
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

main>.products .products-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fcfcfc;
	color: #505050;
	padding: 12px;
	margin-bottom: 20px;
	border: 1px solid lightgray;
	border-radius: 9px;
}

main>.products .products-header select {
	padding: 8px;
	background-color: transparent;
	height: 46px;
	font-weight: bold;
}

main>.products .products-header select option {
	white-space: nowrap;
}

main .table table thead tr:hover {
	background-color: transparent;   
}

.recentlyadded {
	text-align: center;
}

main > .product h1 {
	font-kerning: normal;
	letter-spacing: -1.3px;
}

main .subcategory, main .recentlyadded .products .product, main .products .products-wrapper .product {
    height: auto;
}

.header-communication {
	text-align: center;
	/*
	background-color: #25b3a1b6;
	color: #fff;
	background: linear-gradient(90deg, #f5feff, #daeef0, #f5feff);
	color: cadetblue;
	*/
	font-weight: lighter;
	font-size: larger;
	margin: 0 12px;
}

.topcontactbar,
.topfreeshippingbar {}

#email_list_csv {
    display: none;
}

/* w3schools accordion end */    

.logo {
    position: absolute;
    top: 40px;
    height: 100px;
    width: auto;
    background: transparent;
}



header .link-icons .search input {
	background-color: #f4faf5;
	border-radius: 15px;
	padding: 6px;
}

.front-section {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin: 35px 0;
}

h2 {
	/* font-size: 20px; */ 
}

main .recentlyadded h2 {
	display: unset;
	font-weight: unset;
	margin: unset;
	padding: unset;
	font-size: unset;
	text-align: unset;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
}

.section-title {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	color: #051829;
	padding: 0 0 30px 0;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
}

.section-title span {
	font-size: x-large;
}

.section-title span>i {
	font-size: x-large;
	color: #2070b5;
	font-style: italic;
}

main .recentlyadded .products, main .products .products-wrapper, main .text .text-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

main>.product .price {
	color: #8B8B8B;
}

main>.product .rrp {
	color: #EA8585;
	font-size: 18px;
	padding-left: 10px;
}

main .recentlyadded .products .product .rrp,
main .products .products-wrapper .product .rrp {
	color: #ff0000;
	text-decoration: line-through;
}

footer {
	background: linear-gradient(#ffffff, #f5feff, #daeef0, #f5feff);
	color: cadetblue;
	height: unset;
	overflow: auto;
	/*
	height: 700px;
	z-index: -1;
	*/
}

footer a#author {
	white-space: nowrap;
}

footer a,
footer h3 {
	color: cadetblue;
}

footer a:hover {
	text-decoration: none;
	color: #109AD6;
}

footer li a {
	line-height: 2rem;
}

footer a.social-buttons:hover {
	color: #ffffff;
}

body {
	/*
	*/
	padding-bottom: 800px;
	background-image: url(imgs/bg.webp);
}

main {
	margin-bottom: 80px;
	margin-top: 177px;
	padding: 0 40px;
}

.testimonial-panel {
	box-shadow: 1px 1px 16px #F8F8F8;
	/*
    background: linear-gradient(45deg, #ffffff, #daeef0);
	margin-bottom: 20px;
	*/
	padding: 6px 20px;
	border-radius: 6px;
}

.testimonial-panel:nth-of-type(2n) {
	background: linear-gradient(45deg, #f5feff, #daeef065, #f5feff);
}

.testimonial-panel p:nth-of-type(2) {
	font-size: 20px;
	font-weight: bold;
}

header .link-icons a span {
    font-size: 12px;
    width: 32px;
    height: 32px;
    font-weight: 500;
    position: absolute;
    top: -9px;
    right: -8px;
    background-color: transparent;
    border: none;
}


/******* Megamenu ********/

.dropdown {
	float: left;
	overflow: hidden;
}

.flat-megamenu {
	width: 100%;
	overflow: hidden;
}

.dropdown .dropbtn {
	white-space: nowrap;
	text-decoration: none;
	color: #555555;
	padding: 10px 10px;
	margin: 0 10px;

	border: none;
	outline: none;
	background-color: inherit;
}

.nav a:hover,
.dropdown:hover .dropbtn {
	background-color: inherit;
}

.dropdown .dropbtn {
	white-space: nowrap;
	text-decoration: none;
	color: #555555;
	padding: 10px 10px;
	margin: 0 10px;
}

.dropdown-content,
.megamenu-content {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	/* background-image: linear-gradient(to bottom, #fff0, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7); */
	/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	z-index: 10;
	background-image: linear-gradient(to bottom, #fff0, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
}

.dropdown-content .header,
.megamenu-content .header {
	padding: 16px;
	/* background-color: #ffffff; */
	margin-top: 18px;
}

.dropdown:hover .dropdown-content {
    display: block;
    box-shadow: #d3d3d33d 1px 26px 10px;
    padding-bottom: 20px;
}

.flat-megamenu .megamenu-content {
	display: block;
	position: relative;
	z-index: 0;
}

.row {
	display: flex;
	width: 100%;
}

#megamenu-row {
	/* min-height: 566px; */
}

/* Create (three) four equal columns that floats next to each other */
.column {
	float: left;
	-ms-flex: 1;
	/* IE 10 */
	flex: 1;
	width: 25%;
	padding: 10px 10px 20px 10px;
	min-height: 250px;
	display: flex;
	flex-direction: column;
}

.column:nth-of-type(odd) {
	background-color: #ffe4c470;
}

.column:nth-of-type(2n) {
	/* background-color: #faebd773; */
}

.column:first-child {
	background-color: unset;
	padding: 0px;
	margin: 0px;
}

#category-image {
	align-self: end;
}

.category-short-description {
	padding: 20px;
	text-align: center;
	/* font-size: large; */
	font-weight: 800;
	color: white;
	padding-right: 140px;
	white-space: normal;
	text-shadow: 2px 1px #80808085;
	transition: .8s;
}

.megamenu-comment-display {
	padding: 20px;
	text-align: center;
	font-weight: 800;
	color: #3a3a3a;
	padding-right: 140px;
	white-space: normal;
	/* text-shadow: 2px 1px #80808085; */
	transition: .8s;
	font-size: x-large;
}

.column a {
	float: none;
	color: black;
	padding-left: 20px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.column a:hover {
	background-color: #f3f3ec;
	transition: ease-in-out background-color .14s;
	border: none;
	border-radius: 15px;
}

.column:first-child a {
	text-decoration: none; 
	display: block;
	text-align: left;
}

.column:first-child a:hover {
	background-color: transparent;
	transition: background-color .4s;
}

main .checkout .cart-details .shipping-methods,
main .checkout .cart-details .payment-methods-container,
main .checkout .cart-details .discount-code,
main .checkout .cart-details .loyalty-program-container {
	border-top: 1px solid #EEEEEE;
	padding: 23px;
}

main .checkout .loyalty-program-choices {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	justify-content: space-between;
}

main .checkout .loyalty-program-choices i {
    font-weight: bold;
    font-size: 1.6rem;
    color: gold;
}

main .checkout .loyalty-program-choices input {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

main .checkout .loyalty-program-choices input:checked + label {
  border: 2px solid #7ed1a1;
}
main .checkout .loyalty-program-choices label:nth-child(2), main .checkout .payment-methods label:nth-child(8) {
  margin-left: 0;
}

main .checkout .loyalty-program-choices label {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #CECECE;
	border-radius: 5px;
	height: 60px;
	width: 159px;
	margin: 10px;
	font-weight: 500;
	color: #434f61;
	padding: 0;
	cursor: pointer;
}

main .myaccount .settings form,
main .newsletter form input {
	max-width: 400px;
}

#scrolltop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 30px;
	background-color: #5f9ea0aa;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMAAQIDDRITFBcdHh8gIyQlJjdDREx1d4CCg4WXmpu5urzZ6e3v+fv9pStiuwAAAI9JREFUOE/dylkWgkAMRNFqUXEW53kC1Ox/hWKOtG3SZgHkq3LuAxp4q7xv+oboPrDdLNiNYktkFt7/FIFHix+viqHwHYkThffr7Bkrvp4gixT7wIHsURcj6ZeE/6kopMtirTwsUuCmHZjUxRxIS17n0H1xctXultqB8bs4Ot6dQjsXB/fZ7WVLOdBbODTmXgKJJx7c/fm3AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	z-index: 9999;
	transition-timing-function: ease-in-out;
	border-radius: 50px;
}

#scrolltop:hover {
	background-color: #5f9ea0cc;
}

#comms {
	position: fixed;
	bottom: 86px;
	right: 15px;
	padding: 16px;
	color: #ffffff;
	background-color: #eb654caa;
	display: block;
	z-index: 9999;
	transition-timing-function: ease-in-out;
	border-radius: 50px;
	line-height: 0px;
}

#comms:hover {
	background-color: #eb654ccc;
}

#comms i {
	font-size: 28px;
	font-weight: bold;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

#age-menu,
#skills-menu,
#products-menu,
.mobile_menu {
	display: none;
}

header nav a {
	overflow: hidden;
}

/*
#menu-age {
	display: grid;
	padding: 0px;
	margin: 0px;
	background-image: url('imgs/g2494.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
*/

#age-options a:hover {
	background-color: #ffe680;
}

#menu-skills {
	display: grid;
	padding: 0px;
	margin: 0px;
	background-image: url('imgs/b1e3dcfa.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

#skils-options a:hover {
	background-color: #b2e3dc;
	color: #fff;
}

#menu-categories {
	display: grid;
	padding: 0px;
	margin: 0px;
	background-image: url('imgs/fdb9b9fa.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

#categories-options a:hover {
	background-color: #fdbaba;
	color: #fff;
}

.asside a {
	text-decoration: none;
}

.asside .article-titles {
	margin: 0 0 30px 0;
}

.asside figcaption {
	font-size: 14px;
	text-align: center;
}

article {
	margin-bottom: 30px;
}

article header {}

article header a {
	text-decoration: none;
}

article .meta, article .meta span {
    text-align: center;
    color: #686868;
    font-size: small;
}

figure {
    width: 80%;
    border: 1px solid #f7f7f7;
    border-radius: 12px;
    padding: 30px;
    background: #fdfdfd;
    margin: 30px auto;
    box-shadow: 1px 1px 6px #ddd;
}

figcaption {
    margin: 19px 0 0 0;
    font-style: italic;
}

main>.products .buttons,
main>.blogposts .buttons {
	text-align: right;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.soldout {
	display: inline-block; 
	position: relative;
	/*
    top: -34px;
    */
	color: brown;
	background: #f9f9f9f0;
	padding: 4px 6px;
	box-shadow: 2px 2px 8px lightgray;
	transform: rotate(-25deg);
}

.discounted {
	display: inline-block;
	position: relative;
	/*
    right: -30px;
    top: 4px;
    */
	color: green;
	background: #f1f9f1f0;
	padding: 4px 6px;
	box-shadow: 2px 2px 8px lightgray;
	transform: rotate(-14deg);
}

.free_shipping_indicator {
	color: brown;
	background: #fffff3;
	padding: 4px 6px;
	margin: 0 6px;
	box-shadow: 2px 2px 8px lightgray;
}

/*** Scroll images ****************************** Begin ***/
.scroll-container {
	background-color: transparent;
	overflow: auto;
	white-space: nowrap;
	padding: 10px;
	/* 
  width: 100%;
  */
}

.scroll-container img {
	padding: 10px;
	height: 100px;
	width: auto;
	margin: 0 26px;
	/*
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    */
}

.chip {
	display: inline-block;
	padding: 0 25px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	border-radius: 25px;
	color: #303030;
	background-color: #fcfcfc;
	box-shadow: 0px 1px 16px #a9a9a94f;
	margin: 6px;
}

.chip img {
	float: left;
	margin: 0 10px 0 -25px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 3px solid #fcfcfc;
}

.loyalty-program-points-indicator {
	display: flex;
	justify-content: space-between;
	padding: 6px 12px;
	box-shadow: 0px 0px 2px 0px #d4d4d4;
	background-color: #fcfcf8;
	border-radius: 8px;
}

.loyalty-program-points-indicator i {
	font-size: xx-large;
	color: gold;
	text-shadow: 1px 1px 1px goldenrod;
	padding: 0 6px;
	vertical-align: middle;
	rotate: -9deg;
}

.loyalty-program-points-indicator .infoo i {
	font-size: x-large;
	color: cadetblue;
	text-shadow: 1px 1px 1px lightgray;
	padding: 0 6px;
	vertical-align: middle;
}

.loyaltypoints {
	color: darkred;
}

main>.product .price, .price, main .recentlyadded .products .product .price, main .products .products-wrapper .product .price {
	color: #058a7f; 
}

/*** Scroll images ****************************** End *****/

/*** Popup container - can be anything you want * Start ***/
.popup {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* The actual popup */
.popup .popuptext {
	visibility: hidden;
	width: 412px;
	background-color: #ffffee;
	color: #333333;
	text-align: center;
	border-radius: 6px;
	padding: 8px 8px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -250px;
	border: solid #d4d4d4;
}

/* Popup arrow */
.popup .popuptext::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 70%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #d4d4d4 transparent transparent transparent;   
}  

/* Toggle this class - hide and show the popup */
.popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

#top_bar {
	color: #ffeeee;
	background-color: #3d3d3d; /* Spooky Orange #e77814; */ /* Κάπως μπλέ #2ab2cc; */ /* #00579f; */ /* lightpink; */ /* #d40000; */    
	white-space: nowrap;
	/* border-top: 4px dotted #fee; */
	/* border-bottom: 4px dotted #fee; */
}

.marquee {
    width: 100%; /* Ή μια συγκεκριμένη τιμή */
    /* overflow: hidden; */ /* Κρύβει το κείμενο που εξέρχεται */
    white-space: nowrap; /* Αποτρέπει την αναδίπλωση του κειμένου */
    display: flex; /* Διορθώνει το πρόβλημα των κενών σε μικρές λίστες */ 
    padding: 12px 6px;
    margin-bottom: 20px;
    mask-image: linear-gradient( to right, 
    	rgba(0, 0, 0, 0), 
    	rgba(0, 0, 0, 1) 20%, 
    	rgba(0, 0, 0, 1) 80%, 
    	rgba(0, 0, 0, 0)
    );
}

.marquee span {
    display: flow-root; /* Διορθώνει το πρόβλημα των κενών σε μικρές λίστες */
    width: fit-content; /* Το πλάτος του span προσαρμόζεται στο περιεχόμενο */
    animation: marquee 30s linear infinite; /* Διάρκεια, ταχύτητα, επανάληψη */  
}

.marquee span img {
	margin: 0 26px;
	height: 100px;
	width: auto;
	max-width: none;
	border: 4px solid white;
	border-radius: 12px;
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation-play-state: paused;
  }
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*** Popup container - can be anything you want * End *****/  




/******* Megamenu End ********/

/*** Codeshack Modals ********/  
.modal {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 999999;
	align-items: center;
	justify-content: center;
}

.modal-logo {
    height: 62px;
    width: auto;
    background: transparent;
}

.modal .container {
	display: flex;
	flex-flow: column;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.03);
	border-radius: 4px;
}

.modal .container.zoom {
	transform: scale(0.5);
}

.modal .container.slide {
	transform: translateY(-1000px);
}

.modal .container .header {
	display: flex;
	padding: 20px;
	font-weight: 600;
	justify-content: space-between;
	border-bottom: 1px solid #e6e9ec;
	align-items: center;
}

.modal .container .header h1 {
	font-weight: 500;
	color: #4d4d4d;
	padding: 0;
	margin: 0;
}

.modal .container .header button {
	appearance: none;
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 4px;
	cursor: pointer;
	color: #9a9a9a;
}

.modal .container .header button:hover {
	color: #676767;
}

.modal .container .content {
	padding: 20px 15px;
	flex: 1;
}

.modal .container .content .prompt-input input {
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #e6e9ec;
	margin-top: 15px;
	width: 100%;
}

.modal .container .footer {
	border-top: 1px solid #e6e9ec;
	background-color: #f9fafc;
	padding: 15px;
	display: flex;
	border-radius: 4px;
}

.modal .container .footer button {
	display: inline-flex;
	appearance: none;
	border: none;
	/* background-color: #3a75d5; */
	color: #ffffff;
	/* border-radius: 4px; */
	padding: 7px 12px;
	font-size: 14px;
	margin-right: 7px;
	cursor: pointer;
}

.modal .container .footer button:last-child {
	margin-right: 0;
}

.modal .container .footer button:hover {
	/* background-color: #326fd3; */
}

.modal .container .footer button.alt {
	font-weight: 500;
	background-color: #dadbdd;
	color: #606266;
}

.modal .container .footer button.alt:hover {
	background-color: #d5d6d8;
}

.modal .container .footer button.right {
	margin-left: auto;
}

.modal.small .container {
	width: 400px;
}

.modal.medium .container {
	width: 600px;
}

.modal.large .container {
	width: 900px;
}

.modal.full .container {
	width: 100%;
	height: 100%;
}

.modal.open {
	display: flex;
}

.modal.open .container.zoom {
	transform: scale(1);
	transition: all 0.2s ease;
}

.modal.open .container.slide {
	transform: translateY(0);
	transition: all 0.5s ease;
}

/*** Codeshack Modals End ****/

main .form input[type="text"],
main .form input[type="password"],
main .form input[type="datetime-local"],
main .form input[type="date"],
main .form input[type="email"],
main .form input[type="number"],
main .form textarea,
main .form select {
	width: 100%;
	padding: 15px 5px;
	margin-bottom: 25px;
	border: 0;
	border-bottom: 1px solid #dedfe1;
}

/* social background colors */
.fb {
	background-color: #00579f;
}

.tw {
	background-color: #17ADEA;
}

.ig {
	background-color: #4BB4F8;
}

.tt {
	background-color: #FE2C55;
}

.gp {
	background-color: #BF3B28;
}

.in {
	background-color: #1679B1;
}

.pi {
	background-color: #D9303C;
}

.su {
	background-color: #E84930;
}

.wb {
	background-color: #B5ACAA;
}

/* social-buttons */
.social-buttons {
	text-decoration: none;
	color: #ffffff;
	display: inline-flex;
	height: 40px;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 6px;
}

.social-buttons i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 40px;
	background-color: rgba(0, 0, 0, 0.2);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.social-buttons span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	font-weight: bold;
	font-size: 14px;
}

.social-buttons:hover i {
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.2s;
}

.soc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	color: #FFFFFF;
	padding: 0 14px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	height: 38px;
}

.pad-3 {
	padding: 15px;
}

.hiVis {
    padding: 3px;
    background-color: yellow;
    color: green;  
}

.divider-inside-top {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #ddd;
}

.divider-inside-top:before {
    content: ""; 
    position:absolute; 
    z-index: 1; 
    width:96%;  
    top: -10px; 
    height: 10px; 
    left: 2%; 
    border-radius: 100px / 5px; 
    box-shadow:0 0 18px rgba(0,0,0,0.6);   
}

.category-description-display h1 {
	font-size: 35px;
	font-weight: 700;
	font-stretch: ultra-condensed;
}

.category-description-display p {
	font-size: 20px;
	font-weight: 500;
	font-stretch: ultra-condensed;
}


.heart-button { 
  background: none;
}

.text-in-columns { 
    column-count: 2; 
    column-gap: 40px;
    margin-top: 30px;
    vertical-align: top;
}

#totals-info {
	margin-right: 2em;
	background-color: var(--neutral-background);
	color: var(--text-color);
	border: none;
	display: flex;
	align-self: start;
}

@media screen and (max-width: 1050px) {
    .column {
		width: 100%;
		height: auto;
	}
    
	main {
        margin: 0;
        padding: 0 20px;
        margin-top: 180px;
	}

	body {
		padding-bottom: 1150px;
	}

	footer {
		height: 1140px;
	}

	.soldout {
		top: -62px;
	}

	.static-content p {
		padding: 0;
		font-size: 1.3rem;
	}

    .text-in-columns { column-count: 1; }
}

@media screen and (max-width: 900px) {
    header nav {
        box-shadow: 0px 10px 17px gray;
    }
    
	body {
		padding-bottom: 700px;
		padding-top: 124px;
	}

	main {
		margin: 0;
		padding: 0;
		margin-top: 30px;
	}

	main .subcategories {
	    width:100%;
	}
	
	main .subcategory { 
	    border:none;
	    border-radius: 0; 
	    width: 31%;
	}

	main .recentlyadded .products .product,
	main .products .products-wrapper .product { width: 50%; }
	
    .content-wrapper {
        padding: 0 12px;
        border-radius: 0;
        border: none;
    }	
    
    /**/
    #top-bar { font-weight: bolder; }  
	.dropdown, .flat-megamenu { display: none; }
	#age-menu, #skills-menu, #products-menu, .mobile_menu { display: flex; }

    .category-description-display {
        width: auto;
        text-align: center;
    	font-size: 22px;
    	font-weight: 700;
    	font-stretch: ultra-condensed;
    }
    
	footer { height: 714px; }
	.soldout { top: -62px; }
	
	.static-content p { 
	    padding: 0;
		font-size: 1.1rem;
	}

	.soc-btn {
		width: 100%;
		margin: 10px 0;
	}
}

@media screen and (max-width: 428px) { 
	body {
		padding-bottom: 810px;
	}

	main .recentlyadded .products .product,
	main .products .products-wrapper .product {
		width: 100%;
	}

	.soldout {
		top: -62px;
	}

	.static-content p {
		padding: 0;
		font-size: 1rem;
	}

	.soc-btn {
		width: 100%;
		margin: 10px 0;
	}
	
	.subcategories {
        min-width: 90%;
        display: flex;
        justify-content: space-between;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 374px) {
	body {
		/*
		margin-top: -140px;
		*/
	}

	/*
	.header-communication {
		display: none;
	}
	*/  

	main {
		/*
		margin-top: 100px;
		*/
	}

	main .recentlyadded .products .product,
	main .products .products-wrapper .product {
		width: 100%;
	}
    
    main .subcategory {
        width: 100%;
    }
    
	footer {
		height: 874px;
	}

	.soldout {
		top: -62px;
	}

	.static-content p {
		padding: 0;
		font-size: 1rem;
	}

	.soc-btn {
		width: 100%;
		margin: 10px 0;
	}
}