body {
font-family: 'Commissioner', sans-serif;
}


.logged_user {
  margin-right: 10px;
}

.badgeid24371 {
    background-color: #f39001;
color: #000;
font-family: 'Irish Grover', cursive;
font-size: 1.4em;
}





.c-imagehome{
background-position: 50% 50%;
background-size: cover;
}



.c-abovetext {
font-size: 0.9em;
font-weight: 300;
line-height: 1.2em;
padding-top: 5px;
margin-bottom: 0px;
}

.c-belowsitetitle{
padding-top: 20px;
line-height: 2em;
margin-bottom: 10px;
}
.c-maintext{
line-height: 1.3em;
text-align: justify;
}
.c-maintitle{
padding-top: 20px;
line-height: 2em;
margin-bottom: 10px;
text-align: center;
color: #CC0000;
}


.c-marquee{
display: block;
position: relative;
width: 3240px;
height: 100px;
animation: scroll 20s ease-in-out infinite;
}

@keyframes scroll{
0% {left:10px;}
100% {left:-1960px;}
}

.c-black-friday {
font-size: 3.4em;
padding-bottom: 50px;
font-family: 'Frijole', cursive;
color: #cf2027;
text-align: center;
}

#mobile-header .itemsgroup a.showgroup {
  color: white;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 60px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 100;
    transition: 0.3s;
}

#myBtn:hover {
 box-shadow: 3px 3px #333;
    border-radius: 50%;
    transition: 0.3s;
}

div.items div.group {
  height: 50%;
}.cartButton{
  background: #9f0000;
  border-radius: 12px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.cartButton span {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30 px;
  font-weight: bold;
}

.cartButton:hover {
  background-color: #222;
  color: white;
}div.c-newlogo {
    background-image: url('/cache/files/0f47bebff46eb435ca6173d87f30c135472bc0a1.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}




a.mobile-header-startlink {
    background-image: url('/cache/files/0f47bebff46eb435ca6173d87f30c135472bc0a1.svg') !important;
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 190px;
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/9e2b259143701f25eb6e521bbe76c720d3beeb70.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 12vh;
    margin-right: 12vh;
max-height: 100px;
}@media (min-width: 990px) {
#contenttop div.items div.detail div.photos {
width: 40%;
}

#contenttop div.items div.detail h3, #contenttop div.items div.detail .contentboxy {
    width: calc(60% - 30px);
    margin-right: 0;
    margin-left: auto;
}
}.c-newsletter {
width: 30vw;
max-width: 30vw;
margin: auto;
}

.c-newsletter form {
    margin: auto;
max-width: 30vw;
}

@media (max-width: 820px) {
.c-newsletter form {
max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
}

.c-newsletter form input {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
background-color: #000;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 900;
    padding: 15px 15px;
    color: white;
    background-color: #cc0000;
    transition: 0.3s;
    letter-spacing: 1px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: black;
background-color: #fff;
}

@media (max-width: 820px) {
.c-newsletter {
width: 90vw;
max-width: 90vw;
}
}.side-nav__footer {
    box-shadow: unset;
    padding: 0px;
}
.side-nav ul li.inactive:hover > a {
        transition: 0.8s;
}

.side-nav ul li {
    margin-bottom: 5px;
}

.side-nav ul li li{
    margin-bottom: 0px;
}

/*
aside.side-nav span {
position: relative;
}


aside.side-nav a img{
position: relative;
padding-left: 10px;
}

aside.side-nav span:before{
content: "";
 display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #cc0000;
    transform: rotate(30deg);
width: 35px;
height: 35px;
}*/h3 a, div.items div.list h3 a, div.items h3 a {
    color: #000000;
    text-decoration: none;
}

.notloggedin #abovetopbanner{
     display:none;
}

/*BADGES*/

.badgeid24139 {
    background-color: #ececec;
color: #cc0000!important;
}

.badgeid24139:before {
content: "+";
    display: block;
    position: absolute;
    left: 20px;
    width: 0;
    height: 35vh;
    top: 0px;
    color: #000;
    font-size: 1.9em;
    font-weight: 900;
    z-index: 100;
}

.badgeid141060 {
    background-color: #000;
color: #fff!important;
}


.badgeid141060:before {
content: "!";
    display: block;
    position: absolute;
    left: -15px;
    width: 0;
    height: 35vh;
    top: -10px;
    rotate: 21deg;
    color: #fff;
    font-size: 2em;
    font-weight: 900;
    z-index: 100;
}

.badgeid141061:before {
content: "%";
    display: block;
    position: absolute;
    left: 25px;
    width: 0;
    height: 35vh;
    top: 6px;
    color: #fff;
    font-size: 1.4em;
    font-weight: 900;
    z-index: 100;
}

.badge_wrapper {
    min-width: 165px;
left: -15px;
}

.badge_wrapper .badge {
    color: white;
    position: absolute;
    top: 15px;
    left: -10px;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    z-index: 51;
font-size: 0.9em;
letter-spacing: 2px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    text-transform: uppercase;

}

/*END OF BADGES*/



/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.6em;
        color: #cc0000;
        font-weight: 300;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #cc0000;
        font-weight: 300;
}
.items .detail .price .startprice .value {
        color: #666;
}
/*end of price*/

.horizontalitems .availability {
        font-size: 0.9em;
}


/*FOOTER*/

.c-footer-container {
display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
min-height: 80vh;
padding: 5vh;
z-index: 3;
    position: relative;
}

@media (max-width: 820px) {
.c-footer-container {
    flex-direction: column;
}
}


.c-info-container {
width: 50vw;
}
@media (max-width: 820px) {
.c-info-container {
width: 100%;
margin-top: 10vh;
}
}


.c-footer-bg-1 {
position: absolute;
    max-width: 68vw;
    right: -55vh;
    top: -5vh;
    transform: rotate(5deg);
    opacity: 0.3;
z-index: 1;
}

@media (max-width: 820px) {
.c-footer-bg-1 {
    max-width: 100vw;
    right: -25vh;
}
}

.c-footer-bg-2 {
position: absolute;
    max-width: 68vw;
    right: -2vh;
    bottom: -2vh;
    z-index: 1;
}

/*END OF FOOTER*/


/*SOCIAL CONTAINER*/

.c-social-container {
overflow: visible;
position: relative;
margin-top: 10vh;
}

.c-social-position {
    margin-right: 10vw;
    max-width: 400px;
    position: relative;
    margin-left: auto;
}


.c-kiderella-button {
display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0vw;
    top: -10vh;
    z-index: 100;
}

.c-kiderella-button img{
max-width: 200px;
height: auto;
position: relative;
}

.c-kiderella-button a{
color: #3588aa !important;
position: relative;
font-weight: 900;
font-size: 0.9em;
}


.c-kiderella-button:before {
background-image: url('/cache/files/6a618a5a40ec9dd935101c22951afb034db77eb7.png');
background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    width: 265px;
    height: 270px;
    top: -42px;
}

.c-social-buttons {
    display: flex;
    position: absolute;
    right: 0vw;
    top: -5vh;
    flex-direction: row;
    justify-content: center;
    z-index: 102;
}

.c-social-buttons img{
height: 40px;
width: auto;
}

.c-social-buttons a{
position: relative;
}


.c-social-buttons:before {
background-image: url('/cache/files/3a5635c2fd6bb92802110bb7c3a7dbb7ed981e99.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
    display: block;
    position: absolute;
left: -43px;
    width: 224px;
    height: 155px;
    top: -55px;
}

@media (max-width: 868px) {
.c-social-buttons:before {
    right: -5%;
}
}


/*END OF SOCIAL CONTAINER*/



/*BASKET BUTTON HOVER*/
div.items div.group:hover {
    background-color: #000;
    transition: 0.8s;
}

/*END OF BASKET BUTTON HOVER*/



/*PAGES WITH BIG BANNERS*/

.c-banners-page-view {
display: flex;
gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.c-banners-page-view div{
position: relative;
scale: 1;
transition: 0.7s;
}

.c-banners-page-view div:hover{
scale: 1.1;
transition: 0.7s;
}



.c-banners-page-view img{
position: relative;
border-radius: 20px;
max-height: 50vh;
}

@media (max-width: 820px) {
.c-banners-page-view img{
max-height: 40vh;
}
}


.c-banners-page-view p{
position: absolute;
    color: #fff;
    bottom: -18px;
    margin-left: 10px;
    font-size: clamp(1.375rem, 1.199rem + 0.563vw, 1.875rem); /*22-30*/
    font-weight: 700;
line-height: 1.1em;
}

/*END OF PAGES WITH BIG BANNERS*/




/*PAGES WITH SMALL BANNERS*/

.c-small-banners {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
justify-content: center;
    padding-bottom: 5vh;
    padding-top: 5vh;
}
@media (max-width: 820px) {
.c-small-banners {
    gap: 10px;
}
}


.c-small-banners a{
text-decoration: none;
color: #222;
}

.c-small-banners div{
display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
border: 1px solid #22222224;
    border-radius: 20px;
scale: 1;
transition: 0.7s;
    overflow: hidden;
}

.c-small-banners div:hover{
transform: rotate3d(1, 1, 1, 12deg);
transition: 0.7s;
border: 4px solid #cc0000;
border-radius: 0px;
scale: 1.1;
}

.c-small-banners img{
max-height: 70px;
width: auto;
    margin-left: 15px;
}
@media (max-width: 820px) {
.c-small-banners img{
max-height: 55px;
    margin-left: 10px;
}
}


.c-small-banners p{
font-size: 0.9em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 2px 2px 20px #dedede;
min-width: 110px;
}

@media (max-width: 820px) {
.c-small-banners p{
    padding: 20px 10px;
min-width: 100px;
}
}

/*END OF PAGES WITH SMALL BANNERS*/


/*SELIDES ME UPOKATHGORIES*/


.imagemenu ul li img.pagethumb {
    max-width: 60%;
}

.imagemenu ul li.inactive a {
    box-shadow: 2px 2px 20px #dedede;
scale: 1;
transition: 0.7s;
max-width: 200px;
}


.imagemenu ul li.inactive a:hover {
transform: rotate3d(1, 1, 1, 12deg);
transition: 0.7s;
border: 4px solid #cc0000;
border-radius: 0px;
scale: 1.1;
}

.imagemenu ul {
    display: flex;
    flex-wrap: wrap;
justify-content: center;
}

.imagemenu ul li {
max-width: 220px;
}

@media (min-width: 1201px) and (max-width: 4800px)
.imagemenu ul li {
    width: auto !important;
}

@media (min-width: 769px) and (max-width: 1200px)
.imagemenu ul li {
    width: auto !important;
}

/*END OF SELIDES ME UPOKATHGORIES*//*PRODUCT DETAIL*/

.c-info-detail-box {
padding: 2vh 4vh 2vh 4vh;
max-width: 400px;
margin-top: 10px;
margin-bottom: 50px;
font-weight: 700;
position: relative;
clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
min-height: 290px;
background-color: #fff;
}



.c-info-detail-line {
    display: flex;
    align-items: center;
margin-top: 10px;
padding-bottom: 10px;
font-size: 0.8em;
letter-spacing: 1px;
}

.c-info-detail-line img{
margin-right: 15px;
max-height: 35px;
width: auto;
filter: invert(15%) sepia(92%) saturate(3880%) hue-rotate(2deg) brightness(80%) contrast(127%);
}


.c-info-detail-line p{
margin-bottom: 0px;
}

.c-dottes {
border-bottom: 1px dashed #dedede;
margin-bottom: 0px;
    line-height: 1em;
    font-size: 0.7em;
}


/*END OF PRODUCT DETAIL*/.c-search-button {
position: absolute;
    top: 15px;
    z-index: 99;
    right: 58px;
    color: #ffffff;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 1.4em;
}

@media (max-width: 990px) {
#abovetopbanner div.filter {
    height: 0px;
    overflow: hidden;
    margin-bottom: 0;
transition: 0.5s;
}
#abovetopbanner div.filter form {
margin-top: 5px;
    margin-bottom: 0;
}
div.filter_iconsearch input {
    padding: 10px 40px 10px 5px;
}

div.filter_iconsearch button {
    top: 7px;
    right: 7px;
}

.c-active-search-bar {
    height: 50px !important;
    transition: 0.5s;
    position: fixed;
    z-index: 90;
    padding-top: 20px;
    width: calc(100% - 40px) !important;
    background-color: white;
    margin-left: 0px !important;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
margin: 0 !important;
box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
}

}