
.page-header--bg {
  background-image: url("../img/background-header1.jpg");
  background-size: cover;          
  background-position: center;     
  background-repeat: no-repeat;
  color: #fff !important;
}

.page-header--bg h1 {
  color: #fff !important;
}

.page-header--bg-image1 {
    background-image: url("../img/background-header1.jpg");
}

.page-header--bg-image2 {
    background-image: url("../img/background-header2.jpg");
}

#productMainImg, .thumb-gallery-thumbs img {
  border: 1px solid #ccc !important;
}


.custom-svg--3 {
		display: none;
		position: absolute;
		right: 0;
}

@media (min-width: 576px) {
		.custom-svg--3 {
				display: block;
				top: -124px;
				width: 80px;
		}
}

@media (min-width: 1440px) {
		.custom-svg--3 {
				top: -150px;
				width: 150px;
		}
}

.language-switcher {
    display:flex;
    align-items:center;
}

.lang-flag {
    display:inline-block;
    border:2px solid transparent;
    border-radius:3px;
    padding:2px !important;
}

.lang-flag img {
    width:20px;
    height:20px;
    display:block;
    opacity: 40%;
}

.lang-flag .imgactive {
    opacity: 100%;
}

.lang-flag img:hover {
    opacity: 100%;
}