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

body table{
font-family: 'Syne', sans-serif !important;
}

/*PRICE VIEW*/
.horizontalitems .price .value {
        font-size: 1.6em;
        color: #0092d4;
        font-weight: 300;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #0092d4;
        font-weight: 300;
}
.items .detail .price .startprice .value {
        color: #666;
}
/*END OF PRICE VIEW*/





/*TOP BANNER*/
.c-topbanner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.c-toptext{
font-size: 1.4em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
}

.c-smalltoptext{
font-size: 0.9em;
font-weight: 600;
margin-bottom: 0px;
line-height: 1em;
color: #168ac6;
}
/*END OF TOP BANNER*/



/*FOOTER*/
.c-footer-container {
display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: row;
}

.c-footer-container a{
text-decoration: none;
}

@media (max-width: 820px) {
.c-footer-container {
display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
}
.c-footer-title{
font-weight: 600;
    color: #717171;
}
/*END OF FOOTER*/


/*YPOKATHGORIES ME EIKONES*/
.imagemenu ul {
display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.imagemenu ul li span{
font-weight: 600;
color: #222222;
}

.imagemenu ul li span:hover{
color: #0092d4;
}

/*END OF YPOKATHGORIES ME EIKONES*/



/*COMPANY*/

.c-company-1 {
display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
padding-bottom: 30px;
}

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


/*CATEGORIES BUTTON ON BOTTOM*/

.c-buttons-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 20px 40px 20px;
    flex-wrap: wrap;
}



/* ====== */

@media (min-width: 990px) {

.notloggedin div.items div.detail div.itemcontent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.notloggedin div.items div.detail .horizontalitemsvideogallery div.itemcontent {
    display: block;
}

.notloggedin .am_1481 {
    float: none;
    width: 59%;
}

.notloggedin .am_2776 {
    float: none;
    width: 40%;
}

.c-sticky-container {
    position: sticky;
    top: 100px;
}

.notloggedin #contenttop .am_1494 div.detail .photos-1478 {
    width: 100% !important;
    float: none;
}

.am_1490, .am_2774, .am_2796 {
    width: 100%;
}
}.contentboxy table td {
    padding: 10px;
}

.contentboxy table tr {
    vertical-align: top;
}.c-button1 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #0092d4;
color: #fff;
border-radius: 5px;
}
.c-button1:hover {
    background-color: #222;
    transition: 1.4s;
}


.c-button2 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
color: #fff;
border-radius: 5px;
border: 1px solid #ffffff75;
font-size: clamp(1rem, 0.824rem + 0.563vw, 1.5rem); /*16-24*/
    min-width: 15vw;
}
.c-button2:hover {
    background-color: #0092d4;
border: 1px solid #0092d4;
    transition: 1.4s;
}


.c-button3 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #fff;
color: #222;
border-radius: 5px;
font-size: 0.6em;
    line-height: 1em;
}
.c-button3:hover {
    background-color: #0092d4;
    transition: 1.4s;
color: #fff;
}.specs-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 24px 0 12px;
}

.product-specs {
  border-collapse: collapse;
}

.product-specs td {
  border-bottom: 1px solid #eee;
}

.product-specs td:first-child {
  width: 166px;
padding: 10px 0px;
}

.product-specs td:nth-child(2) {
  font-weight: 900;
padding: 10px;
}

div.items h2  {
text-align: left !important;
font-size: 26px !important;
padding-top: 0px !important;
}

div.items div.contactform h2 {
text-align: center !important;
}


div.filegallery ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
gap: 20px;
}

div.filegallery ul li div.lezanta {
    margin-left: 5px;
    padding: 20px;
    border: 1px solid #3333335c;
    border-radius: 15px;
}


div.filegallery ul li div.lezanta  img {
    border: none;
    height: 25px;
    margin-right: 10px;
}