﻿@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: "avenir-next-world", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: justify;
	color: #140000;
	line-height: 160%;
	font-size: 17px;
}

img {
    height: intrinsic;
    width: 100%;
}

.header {
    background: url(../templateimages/menu-shadow.svg) no-repeat;
    background-position: bottom;
    background-size: cover;
    background-blend-mode: multiply;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 101;
    align-items: flex-start;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; /* Βεβαιωθείτε ότι είναι πάνω από άλλο περιεχόμενο */
  transition: all 0.3s ease;
}
.header-logo {
    max-width: 150px;
    margin: 0 auto;
    width: 110px;
    transition: all 0.3s ease;
}
.header-logo img{ 
	width:100%
}

.header-logo a {display: flex;
    align-items: center; padding: 5px 0;}

/* JavaScript θα προσθέσει την κλάση 'scrolled' στο header ή στο body */
body.scrolled .header {
  background-color: #000000d6;
  padding:0px 20px;
}

body.scrolled .header .header-logo {
  width: 50px;
  height: auto;
  flex-basis:50px
}
body.scrolled .header .mainmenu {

	align-self: center;
}


.mainmenu a {
    color: #d0e0e6;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 5px;
    margin: 0 15px;
    text-align: center;
    border-bottom: 1px solid transparent;
}


.icon-home img {    width: 15px;
    margin-top: -2px;
}

a {text-decoration: none;color: #ed3a34;transition: all 0.25s ease-in-out;}

a.menubold {
    font-weight: 900;
    color: #fff;
}

.mainmenu {
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
	transition: all 0.3s ease;
}
.mainmenu_close {display:none}

.home-about-top-carousel {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    overflow: hidden;
    max-height: 800px;
    position:relative;
    width: 100%;
    height: 100vh; 
}

.home-about-top-carousel-item {
    object-fit: cover;
    top:0;
    left:0;
    width: 100vw;
    position: absolute;
    flex: 0 0 100vw;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.home-about-top-carousel-item.active {
  opacity: 1;
  z-index: 2;
}

.home-about-top-carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-about-top {
    margin-bottom: min( 5vw, 80px);
}


.text-center {
    text-align: center;
}

.div-center {
    margin: 0 auto;
}

.home-about-top .section-title {
    color: #fff;
    margin-top: -120px;
    position: absolute;
    left: 0;
    right: 0;
	z-index:4;
}

.section-title {
    font-size: min(10vw, 75px);
    line-height: 8rem;
    font-weight: 100;
    color: #557b7e;
}



img.home-about-top-carousel-item-shadow {
    object-fit: fill;
    height: 150px;
    position: absolute;
    bottom: 0;
    width: 100%;
    mix-blend-mode: multiply;
}

.max1200 {
    max-width: 1200px;
}

a.btn-std {background-color: #ed3a34;color: #fff;padding: 7px 15px 5px;border-radius: 50px;font-weight: 600;font-size: 13px;line-height: 15px;letter-spacing: 3px;width: fit-content;display: flex;border: 1px solid transparent;transition: all 0.25s ease-in-out;}

.home-about-bottom-content-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-about-bottom-content {
    display: flex;
    gap: min( 10vw, 80px);
}

.slogan-title {
    font-size: min(7vw, 55px);
    line-height: min(7vw, 55px);
    font-weight: 900;
}

.slogan-title span {
    color: #557b7e;
    font-weight: 600;
}

.home-about-bottom {
    gap: min( 5vw, 80px);
    display: flex;
    flex-direction: column;
}

.home-about-bottom-content-left, .home-about-bottom-content-right {
    flex-basis: 50%;
}

.home-about-bottom-content-right {
    display: flex;
    justify-content: space-between;
    gap: min(2.5vw, 20px);
}

.home-about-bottom-content-right-img {
    flex-basis: 50%;
    position: relative;
    border-radius: 30px;
}

img.star {
    position: absolute;
    width: 100px;
    right: 25px;
    top: -50px;
}

.home-about-bottom-content-right-img img {
    border-radius: 30px;
}

.spacer {
    height: min(6vw, 80px);
}

.home-kits-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
    gap: 20px;
}

.home-kits-carousel-item {
    flex: 0 0 100%;
    box-sizing: border-box;
}

.home-kits-carousel-controls img {
    width: 35px;
}

.home-kits-carousel-controls a:nth-child(1) img {transform: rotate(180deg);}

.home-kits-carousel-controls {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 20px;
    top: 60px;
}

.max1560 {
    max-width: 1560px;
}

.home-kits {
    position: relative;
}

.home-kits-carousel-item-top-status, .list-item-status {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
}

.home-kits-carousel-item-top-title {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 50%;
    display: flex;
    font-style: italic;
}

.home-kits-carousel-item-top {
    position: relative;
    display: flex;
}

.home-kits-carousel-item-top-status-title, .list-item-status-title {
    background-color: #557b7e;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 5px;
    padding-left: 20px;
    height: 25px;
}

.home-kits-carousel-item-top-status-edge img {
    height: 25px;
}

.home-kits-carousel-item-top-title-title {
    background-color: #000;
    color: #fff;
    padding-left: 20px;
    flex-grow: 1;
    height: 120px;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    box-sizing: border-box;
    text-align: left;
    letter-spacing: -1px;
}

.home-kits-carousel-item-top-edge {margin-left: -1px;display: flex;height: 120px;}

.home-kits-carousel-item-top-title-title span, .pageheadline span {
    font-size: 17px;
}

img.home-kits-carousel-item-photo {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
	min-height:200px;
}

.top-green-curve {
    width: 50px;
    top: 0;
    left: 0;
    position: absolute;
}

.home-kits-carousel-item-top-status-edge, .list-item-status-edge {
    width: 32px; 
    height: 25px;
    display: flex;
}

.top-red-curve {
    width: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.side-red-border {
    background-color: #ed3a34;
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 20px;
}

.kit-details-info-text {
    max-height: 235px;
    overflow: hidden;
    position:relative;
    transition: 500ms all;
}
.kit-details-info-text:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgb(244 248 249 / 0%), rgba(244,248,249, 1) 86%);
  width: 100%;
  height: 5em;
}
.kit-details-info-text.more:after {
	background:transparent;
	background-image:none;
	background-image:none;
}
.kit-details-info-text.more {
  max-height:1500px;
  max-height: attr(data-height px);
}

.kit-details-info-text h3 {margin-top:20px;  }

.kit-details-info-btn {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    display: inline-flex;
    justify-content: left;
}
.kit-details-info-btn:after{
    content:"MORE";
	font-size: 10px;
	letter-spacing: 5px;
    background: #557b7e;
    color: #fff;
    padding: 3px 7px 0px 10px;
    border: 1px solid #fff;
    border-radius: 25px;
	cursor: pointer;
}
.more .kit-details-info-btn:after{
	content: "LESS"
}

.kit-characteristics-item img {
    max-width: 95px;
}

.home-schemes {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    align-items: center;
    gap: 1vw;
    /* flex-wrap: wrap; */
    justify-content: center;
}

.top-red-border {
    width: 50%;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

.home-kits-carousel-item-bottom {
    position: relative;
    padding-top: 60px;
    background-color: #eeefef;
    border-bottom-left-radius: 30px;
    padding-right: min(5vw, 40px);
    padding-left: min(5vw, 40px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: min(5vw, 80px);
    padding-bottom: 150px;
}

img.home-kits-deco-img {
    max-width: 350px;
    margin-top: -100px;
    z-index: 10;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.table-parts {
    flex-basis: 50%;
    flex-grow: 1;
    border: 1px solid #557b7e;
    border-bottom: 0;
    display: flex;
    border-right: 0;
    max-width: 560px;
}

.kit-characteristics {

    display: flex;

    align-items: stretch;
    justify-content: flex-start;
}

.top-red-border-img {
    height: 20px;
    width: auto;
    display: flex;
}

.top-red-border span {
    background-color: #ed3a34;
    flex-grow: 1;
}

.table-parts-title {
    max-width: 100px;
    height: 100px;
    background-color: #557b7e;
    font-weight: 600;
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 20px;
}

.table-parts-item {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #557b7e;
    border-bottom: 1px solid #557b7e;
    color: #557b7e;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    flex-grow: 1;
    padding: 5px;
    box-sizing: border-box;
}

.table-parts-item span {
    font-size: 35px;
    color: initial;
    line-height: 35px;
}

.kit-characteristics-item {
    color: #808083;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
	align-items: center;
    border-right: 1px solid #557b7e;
    padding: 10px;
}

.kit-characteristics-item:last-child {
    border: 0; padding-right: 0;
}

.home-kits-carousel-item-bottom-parts-characteristics {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.schemes-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.schemes-title span {font-size: 90px;line-height: 90px;color: #ed3a34;}

.home-schemes-item {
    max-width: 170px;
}

.comingup-item-img, .blog-item-img {
    display: flex;
    /* overflow: hidden; */
    /* border-radius: 30px !important; */
    transition: all 0.25s ease-in-out;
}



.home-comingup {
    display: flex;
    gap: min(1.5vw, 20px);
    flex-wrap: wrap;
}

.home-comingup-left, .home-comingup-right {
    flex-basis: calc(50% - (min(0.75vw, 10px)));
    display: flex;
    flex-wrap: wrap;
    gap: min(1.5vw, 30px);
    align-items: flex-start;
    max-width: 750px;
    justify-content: space-between;
}

.comingup-item-subject {
    color: #557b7e;
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.comingup-item, .blog-item {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.comingup-item-subject a {
    color: #557b7e;
    text-align: left;
    display: flex;
}

.comingup-item-title a, .blog-item-title a {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    display: flex;
    overflow: hidden;
    align-items: center;
    gap: 20px;
    transition: all 0.25s ease-in-out;
}

.comingup-item-btn, .blog-item-btn {
    margin-top: 10px;
}

.comingup-item-img a, .blog-item-img a, .kit-details-gallery-thumbs-item a, .kit-reference-gallery-thumbs-item a, .kit-details-gallery-thumbs-item a {
    display: flex;
    /* transition: all 0.25s ease-in-out; */
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 30px;
    /* transition: all 0.25s ease-in-out; */
}
.kit-details-gallery-thumbs-item img {width:100%; height:100%; object-fit:cover}

.comingup-item-img a:hover img, .blog-item-img a:hover img, .list-item-image a:hover img, .kit-reference-gallery-thumbs-item a:hover img, .kit-details-gallery-thumbs-item a:hover img, .comingup-item-latest-image a:hover img, .img-zoom:hover img.gallery-item-active {
    transform: scale(1.1);
}


.home-comingup-right .comingup-item {
    background-color: #eeefef;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 30px;
}



.home-comingup-right .comingup-item-img {
    border-radius: 15px;
    flex-basis: 55%;
    margin: 0;
    align-self: flex-start;
}

.comingup-item-text, .blog-item-text {
    font-size: 14px;
    line-height: 20px;
}

.coming-up-content, .blog-item-content {
    flex-grow: 1;
    flex-basis: 20%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}


.home-blog {
    display: flex;
    flex-wrap: wrap;
}

.home-blog-heading-left, .home-blog-heading-right {
    flex-grow: 1;
}

.max680 {
    max-width: 680px;
}

.home-blog-heading-left {
    background-color: #557b7e;
}

.home-blog-heading-title {
    background-color: #557b7e;
    font-size: 13px;
    line-height: 33px;
    color: #fff;
    letter-spacing: 5px;
}

.home-blog-heading-center {
    display: flex;
    height: 25px;
    flex-basis: 100%;
}

.home-blog-all-entries {
    flex-grow: 1;
    text-align: right;
    font-size: 13px;
    line-height: 33px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-blog-heading-title-edge {
    display: flex;
}

.home-blog-item {
    display: flex;
    padding: 40px 0;
    gap: 40px;
}

.home-blog-item-container {
    flex-basis: 100%;
    background-color: #557b7e;
}

.home-blog-heading {
    flex-basis: 100%;
    display: flex;
}

.home-blog-text {
    color: #fff;
    margin-bottom: 20px;
}

.home-blog-title a {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    display: flex;
    text-align: left;
    transition: all 0.25s ease-in-out;
}

.home-blog-img a {
    display: flex;
    overflow: hidden;
    /* border-radius: 30px; */
    transition: all 0.25s ease-in-out;
    width: 100%;
    height: 220px;
}

.home-blog-item-left {
    flex-basis: 50%;
}

.home-blog-item-right {
    flex-basis: 50%;
}

a.pxws {
    width: 60px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.footer-data-container {
    position: relative;
    background-color: #eeefef;
}

.footer-messages {
    color: #557b7e;
    height: 35px;
    background-color: #140000;
    display: flex;
    justify-content: center;
    gap: 4vw;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
    font-size: 11px;
    white-space: nowrap;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-messages div:nth-child(3) {
    color: #fff;
}

.footer-messages img {
    height: 15px;
}

.footer-messages div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-data {
    display: flex;
    align-items: end;
    padding: min(3vw, 40px);
    font-size: 12px;
    line-height: 16px;
    gap: min(5vw, 80px);
    text-align: left;
    justify-content: center;
}

.footer-data-col2 {
    color: #6d6e70;
}

.footer-data-col1 img {
    max-width: 110px;
}

img.icon-green {
    background-color: #557b7e;
    background: url(../templateimages/bg-circle-green.svg) no-repeat center;
    width: 35px;
    height: 35px;
    padding: 7px;
    box-sizing: border-box;
}

.footer-support-title, .footer-support-title a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #557b7e;
    margin-bottom: 10px;
}

.footer-data-col4 {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    gap: 5px;
}

img.icon-social {
    width: 30px;
}

.footer-data-col3 {
    max-width: 250px;
}

.home-blog-img a:hover {
    transform: scale(1.1);
}

.home-blog-img {
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
}

.home-kits-carousel-item-top-title-title h2 {
    font-size: min(8vw, 50px);
    line-height: min(10vw, 45px);
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    z-index: 10;
}

.div-padding {
    padding-left: min(2.5vw, 20px);
    padding-right: min(2.5vw, 20px);
    box-sizing: border-box;
}

.mainmenu-mob {
    display: none;
}

.inside-header-bottom-border-edge {
    height: 20px;
    width: 25px;
    display: flex;
}

.inside-header-bottom-border-left {
    flex-grow: 1;
    flex-basis: 40%;
    background-color: #140000;
}

.inside-header-bottom-border {
    display: flex;
    width: 50%;
}

.inside-header {
    background-size: cover;
    background-position: center;
    height: 35vw;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-image: url(../templateimages/bg-generic.jpg);
    background-repeat: no-repeat;
}

.pageheadline {
    width: 100%;
    color: #fff;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 1vw;
    padding-left: min(1.5vw, 20px);
	box-sizing:border-box;
}

.path, .path a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
}

h1 {
    position: relative;
    top: inherit;
    text-align: left;
}

.path {
    margin-bottom: 1vw;
}

.inside .header {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: min(4vw, 20px);
    box-sizing: border-box;
}

.inside .header-logo {
    max-width: 120px;
    flex-basis: 110px;
    margin: 0;
}

.content-top-deco .top-red-border, .content-top-deco .top-red-curve {
    right: 0;
}

.content-top-deco {
    position: relative;
    right: 0;
    padding-bottom: 4vw;
}

.content {
    border-right: 20px solid #ed3a34;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: min(10vw, 80px);
}

.inside .mainmenu {
    margin: 0;
}

.content-top-deco .top-red-border {
    width: calc(50% - 8px);
}

.kit-details {
    display: flex;
    flex-wrap: wrap;
    gap: min(4vw, 40px);
    align-items: flex-start;
}

.kit-details-gallery {
    flex-basis: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 60%;
}

.kit-details-info {
    flex-grow: 1;
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    gap: min(2vw, 40px);
}

.kit-details-gallery-main {
    border-radius: 30px;
    overflow: hidden;
    max-height: 700px;
    width: 100%;
}

.btn-zoom {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: all 0.25s ease-in-out;
:;
}

.btn-zoom-white {
    background-color: #fff;
}

.kit-details-gallery-main .btn-zoom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

a.img-zoom {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 9 / 6.7;
}

img.gallery-item-active {
    object-fit: cover;
    height: 100%;
}

.btn-zoom img {
    width: 25px;
}

.kit-details-gallery-all, .kit-reference-gallery {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    overflow: hidden;
}

img.gallery-arrow-prev {
    transform: rotate(180deg);
}

img.gallery-arrow-next, img.gallery-arrow-prev {
    width: 30px;
}

.kit-details-gallery-thumbs, .kit-reference-gallery-thumbs {
    display: flex;
    overflow: hidden;
    gap: 10px;
    width: 100%;
}
.kit-reference-gallery-thumbs {scroll-behavior: smooth;}
.kit-details-gallery-thumbs-item, .kit-reference-gallery-thumbs-item {
    display: flex;
}

.kit-details-gallery-thumbs-item a, .kit-reference-gallery-thumbs-item a {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    width: 125px;
    height: 90px;
    align-items: center;
}


.kit-details-gallery-thumbs-item-active, .kit-details-gallery-thumbs-item.active a {
    opacity: 0.5;
    filter: grayscale(0.5);
}

.kit-characteristics-item-dnld img {
    width: 45px;
}

.kit-characteristics-item-dnld a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kit-characteristics-item:nth-child(1) {
    padding-left: 0;
}

h5 {
    font-weight: 900;
    margin: 0;
    color: #140000;
}

.kit-details-info-dimensions {
    font-size: 15px;
    line-height: 22px;
    color: #557b7e;
	    text-align: left;

}

.kit-details-info-dimensions img{    min-height: 170px;
    margin: 0 0 20px 0;}

.kit-details-info-order, .list-item {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
    border: 1px solid #557b7e;
    /* padding-top: 40px; */
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    align-content: flex-start;
    border-top-right-radius: 30px;
    transition: all 0.25s ease-in-out;
}

.kit-details-info-order {margin-top:35px}

.kit-details-info-order-text, .list-item-text, .kit-details-info-noprice {
    color: #557b7e;
    font-weight: 600;
    line-height: 16px;
    font-size: 13px;
    flex-basis: 100%;
    text-align: left;
}

.kit-details-info-noprice {    line-height: 22px;      font-size: 18px; }
	

.kit-details-info-order .home-kits-carousel-item-top-status, .list-item-status {
    top: -25px;
    bottom: inherit;
    left: -1px;
}

.price {
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
}

.price span {
    font-size: 13px;
    display: block;
    color: #557b7e;
    line-height: 16px;
    text-align: left;
	font-weight:400;
}

.order-btn {
    flex-basis: fit-content;
    max-width: 180px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    background-color: #ed3a34;
    padding: 7px 15px 5px;
    border-radius: 50px;
    color: #fff;
    justify-content: center;
	font-weight:600;
	border: 1px solid #ed3a34;
	transition: 500ms all;
	cursor:pointer;
	font-weight: 800;
}
.order-btn:hover {
	color:#ed3a34;
	background-color:#fff;
}

.order-btn img {
    width: 25px;
    height: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(309deg) brightness(103%) contrast(104%);
    margin-right: 10px;
    transition: 500ms all;
}

.order-btn:hover img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(49%) saturate(3962%) hue-rotate(345deg) brightness(98%) contrast(89%);
}

.kit-details-info-code {
    font-size: 13px;
    font-weight: 600;
    color: #557b7e;
}

.kit-schemes-title {
    display: flex;
    justify-content: center;
    z-index: 1;
    width: 100%;
}

.kit-schemes-name {
    color: #fff;
    font-weight: 900;
    font-style: italic;
    font-size: min(10vw, 230px);
    text-align: center;
    line-height: min(8vw, 200px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: 0.4;
}

.kit-schemes-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: min(2vw, 40px);
    position: relative;
}

.kit-schemes {
    margin-top: 2vw;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

img.kit-schemes-item-photo-img {
    max-width: 570px;
}



.kit-schemes-item-photo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    /*height: min(15vw, 400px);*/
    /* padding: 80px 0; */
    box-sizing: border-box;
	z-index:5;
}

.kit-schemes-item-zoom {
    justify-content: center;
    text-align: center;
    display: flex;
    /* margin-bottom: -25px; */
    position: absolute;
/* OLD SCHEMES    top: 335px; */
	top: 665px;
	
    left: 50%;
    transform: translateX(-50%);
}

.btn-zoom-red {
    background-color: #ed3a34;
}

.kit-schemes-item {
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.6s;
      z-index: 1;
      flex-direction: column;
      align-items: center;
      justify-content: center;
}
.kit-schemes-item.active {
  pointer-events: auto;
  position: relative;
  z-index: 2;
  opacity:1;
}

.kit-schemes-item-photo {
  transition: transform 0.6s cubic-bezier(.77,0,.18,1);
  will-change: transform;
  transform: translateX(0);
}
.kit-schemes-item-details {
  transition: opacity 0.6s;
}


.kit-schemes-item-photo.slide-out {
  transform: translateX(-100%);
}

.kit-schemes-item-photo.slide-in {
  transform: translateX(100%);
  transition: none;
}
.kit-schemes-item-photo.slide-out-right {
  transform: translateX(100%);
}

.kit-schemes-item-photo.slide-in-right {
  transform: translateX(-100%);
  transition: none;
}
.kit-schemes-item-details.fade-out {
  opacity: 0;
}
.kit-schemes-item-details.fade-in {
  opacity: 1;
}
.kit-schemes-item-details.div-center {
    color: #6d6e70;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
    max-width: 380px;
}

@keyframes myopacity {
	0% {opacity:0}
	50% {opacity:0}
	100% {opacity:1}
}

.btn-zoom-red img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(103%) contrast(103%);
}

.kit-schemes-item-controls {
    display: flex;
    max-width: 660px;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* OLD SCHEMES top: 580px; */
	    top: 870px;
    align-items: flex-start;
    z-index:10;
}

.kit-schemes-item-details-colours {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.kit-schemes-item-details-colour {
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    align-items: center;
}

.kit-schemes-item-details-colour span {
    width: 75px;
    height: 20px;
    background-color: #50606e;
    border-radius: 30px;
}

.kit-schemes-items {
    position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  min-height:350px;
    background: url(../templateimages/white-cricle.svg) no-repeat;
    background-position: center 20px;
/* OLD SCHEMES	background-size: auto 340px; */
		background-size: auto 670px;
}

.kit-schemes-items.div-center > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.kit-schemes-item-photo > a {
 /* OLD SCHEMES	   padding: 80px 0;*/
	 padding: 20px 0 100px;
	min-height: 267px;
}



h3 {
    color: #557b7e;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.kit-reference-gallery-container {
    /* border-top: 1px solid #557b7e; */
    border-bottom: 1px solid #557b7e;
    padding-bottom: min(6vw, 50px);
    box-sizing: border-box;
}

.kit-reference-gallery-thumbs-item a {width: 200px;height: 140px;}
.kit-reference-gallery-thumbs-item img {width:100%;height:100%;object-fit:cover;}

.kit-reference-gallery-container-header, .headline-lines {
    display: flex;
    align-items: center;
    padding-bottom: min(2vw, 20px);
}

.kit-reference-gallery-container-header span, .headline-lines span {
    background-color: #557b7e;
    height: 1px;
    flex-basis: 20px;
    flex-grow: 1;
}

.kit-reference-gallery-container-header h3, .headline-lines h3 {
    padding: 0 min(3vw, 40px);
}

.kit-moreinfo {
    display: flex;
    gap: min(5vw, 40px);
}

.kit-moreinfo-item {
    flex-basis: 23%;
    flex-grow: 1;
    font-size: 15px;
    line-height: 22px;
}

.kit-moreinfo-item h3 {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 17px;
    position: relative;
    margin-bottom: 10px;
}

img.icon-green:before {
    content: " ";
    display: block;
    background-color: #557b7e;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.kit-moreinfo-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

.kit-moreinfo-item ul li {
    margin-bottom: min(1vw, 10px);
    padding-bottom: min(1vw, 10px);
    border-bottom: 1px solid #557b7e;

    background: none;
        padding-left: 0px;
}

.kit-moreinfo-item ul li a {
    font-weight: 600;
	line-height:15px;
    /* width: 100%; */
    display: block;
}

.kit-moreinfo-item-biblio ul li a {margin-bottom:10px}
.kit-moreinfo-content-text {margin-bottom:10px}

.kit-moreinfo-item-appreciations, .kit-moreinfo-item-biblio {
    font-size: 13px;
    line-height: 19px;
}

.kit-decophoto img {
    max-width: min(80vw, 800px);
}

.kit-decophoto {
    display: flex;
    justify-content: center;
}

.kit-details-info-order .home-kits-carousel-item-top-status-edge img, .list-item-status-edge img {/* transform: scale(1, -1); */}

.list-item-image img {
    object-fit: cover;
    height: 100%;
	    width: 100%;
}

.list-item-image {
    width: 40%;
    /* overflow: hidden; */
    /* border-radius: 30px; */
}

.kit-related {
    display: flex;
    gap: min(5vw, 40px);
    flex-wrap: wrap;
    justify-content: space-around;
}

.kit-related .list-item-text img {max-height:30px;     width: auto; margin-top:10px;}

.list-item {
    width: calc(33% - 22px);
    /* gap: 10px; */
    /* align-content: flex-start; */
}

.item-code {
    font-size: 13px;
    font-weight: 600;
    color: #557b7e;
    line-height: 13px;
    flex-basis: 100%;
}

.kit-related-item-title, .list-item-title {
    font-weight: 600;
    font-size: 23px;
    width: 100%;
    line-height: 20px;
    text-align: left;
}

.list-item-image a, .list-item-image span {
    display: flex;
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
    height: 180px;   
	justify-content: end;
}

.list-item .order-btn {
    flex-basis: 50%;
    max-width: 170px;
    flex-grow: 1;
}

.list-item-text a.btn-std {
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
}

.list-item .price {
    font-size: 35px;
    line-height: 40px;
    margin-top: 10px;
    flex-basis: 100%;
}

.kit-related-item .price span {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}

.kit-related-item-data, .list-item-data {
    flex-basis: 40%;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.inside .home-kits-carousel-item-top-status-title, .inside .list-item-status-title {
    padding-left: 10px;
}

.table-parts-item {
    flex-basis: 35%;
}

img.extender {
    display: none;
}

.kit-moreinfo-item-content {
    display: none;
}

.inside-kits .inside-header {
    /*background-image: url(../templateimages/kit.jpg);*/
    height: 70vw;
    max-height: 645px;
}

.comingup-menu a {
    background-color: #ed3a34;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 15px;
	padding-bottom: 9px;
    font-size: min(3.5vw, 20px);
    line-height: min(4vw, 20px);
}

.comingup-menu {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
	  flex-wrap: wrap;
}

.comingup-item-content {
    display: flex;
    gap: 40px;
    border-radius: 30px;
}

.comingup-item-latest {
    flex-basis: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.comingup-item-latest-image a {
    border-bottom: 30px;
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: flex;
    border-radius: 30px;
    border-top-left-radius: 0;
}

.comingup-item-latest-image a img {
    object-fit: cover;
    height: 100%;
}

.comingup .comingup-item {
    background-color: #eeefef !important;
    padding: min(4vw, 40px) !important;
    box-sizing: border-box;
    border-radius: 30px !important;
    margin-bottom: min(4vw, 40px);
}

.comingup-item-latest-category {
    background-color: #557b7e;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    position: absolute;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    padding: 9px 13px 6px 10px;
    color: #fff;
    /* top: 10px; */
    letter-spacing: 2px;
    z-index: 10;
}

.comingup-item-allupdates {
    flex-basis: 58%;
    display: flex;
    flex-direction: column;
    gap: min(2vw, 10px);
}

.inside-kits .content {
    background: linear-gradient(180deg,rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%), #d0e0e6;
}

.comingup-item-allupdates-category {
    background-color: #fff;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: fit-content;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    padding: 9px 13px 6px 10px;
    color: #557b7e;
    top: 10px;
    letter-spacing: 2px;
}

.comingup-item-allupdates-item {
    display: flex;
    gap: 10px;
    transition: all 0.25s ease-in-out;
    border-radius: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.comingup-item-allupdates-item img {
    width: 105px;
    height: 75px;
    object-fit: cover;
}

.comingup-item-allupdates-item a {font-size: 17px;line-height: 20px;}


.comingup-item-header {
    background-image: url(../templateimages/bg-comingup-kit.jpg);
    background-size: cover;
    background-position-x: right;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 15px;
    height: 170px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-weight: 600;
    font-size: min(7vw, 50px);
    gap: min(2vw, 20px);
    padding-left: 20px;
}

.comingup-item-scale {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: -40px;
}

.comingup .comingup-item:nth-child(odd) {
    background-color: #fff !important;
    border: 1px solid #eeefef;
}

.comingup-item-title a img {
    border-radius: 15px;
}

.comingup .comingup-item:nth-child(odd) .comingup-item-allupdates-category {
    background-color: #eeefef;
}

.comingup-item-latest .comingup-item-btn {
    margin: 0;
}

a.menuactive {
    border-bottom: 1px solid #fff;
}

.back2list a img {
    width: 20px;
    transform: rotate(90deg);
}

.back2list a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

img.post-image {border-radius: 30px;max-width: 1150px;margin: 0 auto 40px;display: flex;}

.content h2 {
    font-size: min(7vw, 40px);
    line-height: min(7vw, 40px);
    font-weight: 600;
	    margin: 40px 0 20px;
		padding: 0;
}

a.btn-follow-post {background-color: #ed3a34;color: #fff;font-weight: 600;display: flex;border-radius: 50px;align-items: center;gap: 10px;padding: 10px;font-size: 16px;line-height: 16px;width: fit-content;text-align: left;}

a.btn-follow-post img {
    width: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(103%) contrast(103%);
}

.blog-pager img {
    width: 20px;
}

.blog-pager span {
    color: #557b7e;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.blog-pager {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.blog-pager div {
    flex-direction: column;
    display: flex;
    gap: 10px;
    flex-basis: calc(50% - 20px);
}

.blog-pager-next img {
    transform: rotate(90deg);
}

.blog-pager-previous {text-align: right;}

.blog-pager-previous img {
    transform: rotate(-90deg);
}

.blog-pager a {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

.blog-pager-next {
    text-align: left;
}

.prodlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.prodlist .list-item {
    width: calc(50% - 20px);

}

.prodlist .list-item-image {
    width: 100%;
}

.prodlist .list-item-image a {
    height: 250px;
}

.bloglist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.blog-item {
    flex-basis: calc(33% - 10px);
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #eeefef;
    border-radius: 40px;
    align-content: flex-start;
    transition: all 0.25s ease-in-out;
:;
}

.blog-item:nth-child(odd) {
    background-color: #eeefef !important;
}

.blog-item-img {
    max-height: 300px;
}

a.btn-std:hover {
    background-color: #fff;
    border: 1px solid #ed3a34;
    color: #ed3a34;
}

.comingup-item-title a:hover, .blog-item-title a:hover {
    color: #140000;
}

.blog-item:hover {
    box-shadow: -1px 10px 29px 0px rgba(0,0,0,0.29);
    -webkit-box-shadow: -1px 10px 29px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 10px 29px 0px rgba(0,0,0,0.29);
}

.home-blog-title a:hover {
    color: #000;
}

a:hover {
    color: #140000;
}

h1 {
    font-size: min(8vw, 60px);
    line-height: min(10vw, 45px);
    margin: 0;
    padding: 0;
}

.mainmenu a:hover {
    border-bottom-color: #fff;
    color: #fff;
}

.home-blog-img img {
    object-fit: cover;
    height: 100%;
}

.comingup-item-img a img, .blog-item-img a img {
    object-fit: cover;
}

.home-comingup-left .comingup-item-img a {
    height: 500px;
}

.comingup-item-img a img, .blog-item-img a img, .list-item-image a img, .kit-reference-gallery-thumbs-item a img, .kit-details-gallery-thumbs-item a img, .comingup-item-latest-image a img, img.gallery-item-active {
    transition: all 0.25s ease-in-out;
}

.comingup-item-title a img {
    overflow: hidden;
    border-radius: 10px;
}

.comingup-item-allupdates-item:hover {
    background-color: #fff;
}

.comingup-item:nth-child(odd) .comingup-item-allupdates-item:hover {
    background-color: #eeefef;
}

.btn-zoom:hover, .kit-schemes-item-photo > a:hover .btn-zoom {
    background-color: #140000;
    box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 10px 29px 0px rgba(0,0,0,0.5);
}

.list-item:hover {
    box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 10px 29px 0px rgba(0,0,0,0.29);
}



.control-arrows a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-arrows a:hover {
    background-color: #fff;
}

.home-kits-carousel-controls a:hover {
    background-color: #eeefef;
}

.home-kits-carousel-controls a {
    width: 50px;
    height: 50px;
}

a.img-zoom:hover .btn-zoom {
    background-color: #140000;
    box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 10px 29px 0px rgba(0,0,0,0.5);
}
#paypal_cart {
    min-width: 50vw;
    z-index: 10000;
    border-radius: 30px;
    border: 2px solid #ed3a34;
    box-shadow: 0 0 15px 15px #00000077;
}
#paypal_cart::backdrop {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
}
#pp-cart-btn {
	display:flex;
	justify-content:flex-end;
}
#pp-btn-close, .product-relative .close {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    position: fixed;
    top: 10px;
    right: 10px;
    color: #557b7e;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#pp-btn-close:after, .product-relative .close:after{
    content:"\2715";
	font-weight:700;
    position:absolute;
	font-size: 18px;
}

.content ul {list-style-type: none;    margin: 0;    padding: 0;}
.content li {       border-bottom: 1px solid #eeefef;     padding: 10px;    background: url(/templateimages/star.svg) no-repeat;    background-size: 15px;    background-position-y: 14px;    padding-left: 25px;}
.kit-details-info-text li {background: none;         padding: 3px;}
 .kit-details-info-text ol {       margin-top: 5px;    padding: 0 20px ;}
div#basket {
    position: fixed;
    bottom: 1vh;
    right: 30px;
    display:none;
    z-index:100;
}

#basket a {
    border-radius: 100%;
    background-color: #ed3a34;
	transform: scaleX(-1);
    display: inline-flex;
    padding: 15px 15px;
    transition:500ms all;
}
#basket a:hover {
    background-color: #fff;
}
#basket a::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/templateimages/cart-icon.svg);
    display: inline-block;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
	transition:500ms all;
}
#basket a:hover::after {
	filter: brightness(0) saturate(100%);
}
div#basket-count {
    position: absolute;
    background-color: #000000;
    color: #fff;
    width: 25px;
    height: 25px;
    top: -16px;
    right: 18px;
    border-radius: 100%;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    padding: 1px 1px 0 0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.kit-related span img {width:100%;object-fit:cover;}
.products-grid {display:grid;grid-template-columns: repeat(4,1fr);}
.products-grid img.product-image {max-height: 150px;object-fit: cover;}

.product-relative {
        max-width: max(50vw, 1200px);
    margin: 0 40px;
    z-index: 10000;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 55px 35px #00000025;
	position:fixed;
	top: min(100px, 7vh);
	overflow: hidden auto;
	    box-sizing: border-box;
}
.dialog-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.dialog-content .small-title{
	font-weight: bold;
	font-style: italic;
	color:#557b7e;
}
.dialog-content .title{
    width: 100%;
    font-size: min(6vw, 50px);
    line-height: min(8vw, 38px);
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-style: italic;
	margin-top: -12px;
}
.dialog-content .text {
    width: calc(60% - 40px);
}
.dialog-content .img {
    width: 40%;
    float: left;
}
.dialog-content .img img {
    width: 100%;
	border-radius:30px;
}
.icon-home {width:15px}

.product-relative .img > img {
	width: 100%;    max-height: 300px;
    object-fit: cover;
}
.product-relative .relGallery {
	display:flex;
	overflow: auto hidden;
	gap:10px;
	padding-bottom:10px;
}
.product-relative .relGalItem {
	width:120px;
	height: 120px;
	border-radius: 10px;
	overflow:hidden;
	min-width:120px;
	cursor:pointer;
}
.product-relative .relGalItem img {
	width:100%;
	height:100%;
	object-fit:cover;
}

/*** Cart ***/
.cart-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background: white;
	margin-bottom: 10px;
	border-radius: 8px;
	border: 1px solid #e9ecef;
}
.cart-item-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.cart-item-details {
	flex: 1;
}
.cart-item-image {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 15px;
	border: 1px solid #e9ecef;
}

.cart-item-image-placeholder {
	width: 60px;
	height: 60px;
	background: #f8f9fa;
	border-radius: 8px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6c757d;
	font-size: 12px;
	border: 1px solid #e9ecef;
	text-align: center;
}

.cart-item-content {
	display: flex;
	align-items: center;
	width: 100%;
}

.cart-item-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}

.cart-item-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}
.btn-remove {
	background: #ed3a34;
	color: white;
	border: none;
	padding: 3px 7px 5px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	transition: all 0.3s ease;
	margin-left: 10px;
}

.btn-remove:hover {
	background: #c82333;
	transform: translateY(-1px);
}
.checkout-buttons {
	padding: 15px 0;
	text-align: right;
}

.checkout-buttons a.btn-checkout {
	min-width: 180px;
	display: inline-flex;
	align-content: center;
	flex-wrap: wrap;
	background-color: #ed3a34;
	padding: 12px 15px 10px;
	border-radius: 50px;
	color: #fff;
	justify-content: center;
	font-weight: 600;
	border: 1px solid #ed3a34;
	transition: 500ms all;
	cursor: pointer;
	text-transform: uppercase;
}
.checkout-buttons a.btn-checkout img {
	width: 18px;
	margin-right: 5px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(309deg) brightness(103%) contrast(104%);

}
.quantity-controls {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}

.quantity-btn {
	background: #ed3a34;
	color: white;
	border: none;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.quantity-btn:hover {
	background: #ed3a34;
	transform: scale(1.1);
}

.quantity-btn:disabled {
	background: #c3c3c3;
	cursor: not-allowed;
	transform: none;
}

.quantity-input {
	width: 25px;
	text-align: center;
	padding: 4px 8px;
	border: 2px solid #e9ecef;
	border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
}

.quantity-input:focus {
	outline: none;
	border-color: #667eea;
}

.quantity-label {
	font-size: 12px;
	color: #6c757d;
	font-weight: normal;
}
.btn-total-amount {
	margin-top: 15px;
	padding: 15px;
	background: #557b7e;
	border-radius: 8px;
	text-align: center;
	color:#ffffff;
	margin-left:calc(100% - 250px);
}
.contactform-content form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contactform input,.contactform textarea {
	font-family: "avenir-next-world", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #122945;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    min-height: 30px;
    padding: 13px 15px 10px 15px;
    outline: 0;
    box-sizing: border-box;
	margin:0 0 10px 0;
}
.contactform .input50 {
    flex-basis: calc(50% - 10px);
	border:1px solid #777;
}

.contactform .input100 {
    flex-basis: 100%;
	border:1px solid #777;
}

.contactform  input[type=checkbox] {
    width: 20px;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    margin-right: 10px;
	vertical-align:bottom;
}
.btn-contactsubmit {
    padding: 10px 0;
    display: flex;
    justify-content: end;
    width: 100%;
}
.contactform button {
	min-width: 180px;
	display: inline-flex;
	align-content: center;
	flex-wrap: wrap;
	background-color: #ed3a34;
	padding: 12px 15px 10px;
	border-radius: 50px;
	color: #fff;
	justify-content: center;
	font-weight: 600;
	border: 1px solid #ed3a34;
	transition: 500ms all;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 18px;
}

.content2photos {display: flex;
    gap: 40px;
}

.content2photos img {max-width:calc(50% - 20px); border-radius: 30px;}

@media screen and (min-width: 1280px){
	.kit-details-gallery-all .control-arrows {display:none}
	.kit-details-gallery-thumbs {flex-wrap:wrap;justify-content: center}
	.kit-details-gallery-thumbs-item a {width:105px; height:70px}
	a.img-zoom {aspect-ratio: 9 / 5.6}
}