/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {

font-family: "Lucida Bright"; 
src: url("/wp-content/fonts/Lucida Bright Regular.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 


body {
	font-family: "Lucida Bright", sans-serif; 
  margin: 0;
  -webkit-font-smoothing: auto;
	overflow-x:hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
	position:fixed;
  margin-bottom: 0;
  background-color: rgba(0,0,0,0.1);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 25px 65px 25px 80px;
	text-align:right;
	width:100%;
	z-index:10;
	margin-top:20px;
		transition:0.3s;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {

}
.entry-header {
	display:none;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #232323;
	padding-bottom:170px;
	width:100vw !important;
}
#footer-top {
	text-align: center;
	width:100%;
	font-size: 23px;
color: #FFFFFF !important;
	padding: 80px 0 65px 0;
	display:block;	
	border-bottom: 1px solid #313131;
	transition:0.3s;
}
#footer-top:hover {
	text-decoration:none;
	opacity:0.5;
}
#footer-top img {
	margin-right: 20px;
    transform: rotate(-90deg);
    width: 14px;
    height: 14px;
	filter: invert(1);
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}
.header-scrolled {
	padding:25px 65px 25px 80px !important;
	margin-top:0px !important;
	background-color:rgba(0,0,0,0.8) !important;
	transition:0.3s;
}
.header-scrolled #header-logo {
	padding-top:10px;
}
#mainpage-firstscreen-img {
	    position: absolute;
    width: 650px;
    height: 650px;
    right: 0;
    bottom: 0;
}
#mainpage-firstscreen-img img {

    width: 650px;

}
#header-small-logo {
position:absolute;
}
#header-logo{
	display:inline-block;
	float:left;
}
#header-big-logo img {
	width:200px;
	height: auto;
}
#header-small-logo img {
	width:200px;
	height: auto;
	margin-top:5px;
}
.header-menu {
	display:inline-block;
	margin-right:20px;
}
.header-menu a {
	display:inline-block;
	margin-right:20px;
	color: #FFFFFF  !important;
	font-size: 16px;
	transition:0.3s;
}
.header-menu a:hover {
	opacity:0.8;
	text-decoration:none;
}
.menu-language-container {
	    display: inline-block;
}
#menu-language img {
	width:25px;
	height:25px;
	border-radius:50%;
	display:none;
}
#menu-language-1 img {
	width:25px;
	height:25px;
	border-radius:50%;
	display:none;
}
.menu-language-container {
	background-color: rgba(255,255,255,0.1);
	padding:13px 16px;
	border-radius: 66px;
}
#menu-language {
	margin:0px;
	padding:0px;
	list-style:none;
}
#menu-language-1 {
	margin:0px;
	padding:0px;
	list-style:none;
}
#menu-language .menu-item-17 span:after {
	    background: url(/wp-content/uploads/2020/06/dropdown_arrow.png) no-repeat;
    content: "";
    background-size: 10px 7px;
    height: 9px;
    display: inline-block;
    width: 10px;
	margin-left:25px;
}
#menu-language-1 .menu-item-17 span:after {
	    background: url(/wp-content/uploads/2020/06/dropdown_arrow.png) no-repeat;
    content: "";
    background-size: 10px 7px;
    height: 9px;
    display: inline-block;
    width: 10px;
	margin-left:25px;
}
#menu-language span {
	margin-left:0px !important;
}
#menu-language-1 span {
	margin-left:0px !important;
}
#menu-language a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
	transition:0.3s;
}
#menu-language-1 a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
	transition:0.3s;
}
#menu-language a:hover {
	opacity:0.8;
	text-decoration:none;
}
#menu-language-1 a:hover {
	opacity:0.8;
	text-decoration:none;
}
#menu-language .sub-menu {
	display:none;
	    position: absolute;
    padding: 0;
    margin-top: 14px;
    list-style: none;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    z-index: 10;
}
#menu-language-1 .sub-menu {
	display:none;
	    position: absolute;
    padding: 0;
    margin-top: 14px;
    list-style: none;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    z-index: 10;
}
#menu-language .sub-menu li {
	margin-bottom:10px;
	text-align:left;
}
#menu-language-1 .sub-menu li {
	margin-bottom:10px;
	text-align:left;
}
#menu-language .sub-menu span:after {
display:none !important;
}
#menu-language-1 .sub-menu span:after {
display:none !important;
}
.s-header__basket-wr {
	background-color: rgba(255,255,255,0.1);
	padding:13px 16px;
	border-radius: 66px;
		display:inline-block;
	margin-left:15px;
}

.s-header__basket-wr .cart-customlocation {
color: #FFFFFF !important;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
	transition:0.3s;
}
.s-header__basket-wr .cart-customlocation:hover {
	cursor:pointer;
	opacity:0.8 !important;
}

.s-header__basket-wr .cart-customlocation:before {
	    background: url(/wp-content/uploads/2020/06/shop-icon.png) no-repeat;
    content: "";
    background-size: 18px 18px;
    height: 20px;
    display: inline-block;
    width: 17px;
	margin-right:20px;
	vertical-align: middle;
}
.red-button {
	display:inline-block;
	color: #FFFFFF;
	letter-spacing: 0.08em;
text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
	background-color: #E30613;
	padding:20px 30px;
}
.red-button:hover {
	color: white;
	opacity:0.8;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0px !important;
}
#mainpage-firstscreen {
	overflow:hidden;
	height:100vh;
	min-height:500px;
	width: 100vw !important;
    margin-left: -50vw;
    left: 50% !important;
}
#mainpage-firstscreen  .elementor-column-wrap  {
	padding:0;
	height:100vh;
}
#mainpage-firstscreen h1 {
	
	font-family: 'Lucida Bright';
font-style: normal;
font-weight: normal;
font-size: 47px;

color: #FFFFFF;
	max-width:830px;
	padding:0px;
	margin:0px;
	margin-top:25vh;
}
#mainpage-firstscreen .mainpage-firstcreen-desc {
	font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 21px;
line-height: 37px;
color: #ABABAB;
	max-width:490px;
}
#mainpage-screen-2 h2 {
	padding:0px;
	margin:0px;
	color: #303030;
	text-align: center;
	font-family: 'Lucida Bright',sans-serif;
font-style: normal;
font-weight: normal;
font-size: 35px;
	max-width:980px;
	margin:0 auto;
	width:60%;
}

#mainpage-screen-3 h2 {
	padding:0px;
	margin:0px;
	color: #303030;
	text-align: center;
	font-family: 'Lucida Bright',sans-serif;
font-style: normal;
font-weight: normal;
font-size: 35px;
	max-width:980px;
	margin:0 auto;
	width:60%;
}

#mobile-burger {
	display:none;
    background-image: url(/wp-content/uploads/2020/06/mobile-burger-icon.png);
    width: 32px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 30px;
	vertical-align: text-bottom;
}
#mobile-burger:hover {
cursor:pointer;
}
#screen-2-slider {
	width:60%;
	max-width:1060px;
	margin:0 auto;
	padding:50px 85px;
	background: #FFFFFF;
border: 2px solid #E0E0E0;
border-top:4px solid #E30613;
	margin-top:80px;
}

#screen-2-slider .slider-slide p {
margin-top: 50px;
    font-size: 20px;
    line-height: 30x;
    color: #303030;
    margin-bottom: 0;
}
#screen-2-slider .slider-slide img {
	height:60px;
}
#screen-2-slider .owl-nav {
	    position: absolute;
    top: 30px;
    right: 0;
}
.white .sa_owl_theme .owl-nav .owl-next {
	    margin-right: -40px;
    width: 40px;
    height: 40px;
    background: #FFFFFF !important;
    border: 2px solid #E0E0E0;
	background-image: url('/wp-content/uploads/2020/06/slider-arror-right.png') !important;
	background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: center !important;
	transition:0.3s;
}
.white .sa_owl_theme .owl-nav .owl-next:hover {
	opacity:0.5;
}
.white .sa_owl_theme .owl-nav .owl-next:focus {
	outline:none;
}

.white .sa_owl_theme .owl-nav .owl-prev {
	margin-left: -60px;
    width: 40px;
    height: 40px;
    background: #FFFFFF !important;
    border: 2px solid #E0E0E0;
		background-image: url('/wp-content/uploads/2020/06/slider-arror-right.png') !important;
	background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: center !important;
    transform: rotate(180deg);
transition:0.3s;
}
.white .sa_owl_theme .owl-nav .owl-prev:hover {
	opacity:0.5;
}
.white .sa_owl_theme .owl-nav .owl-prev:focus {
	outline:none;
}
#mainpage-screen-3 {
	overflow-x:hidden;
}
.section-3-4-cols {
	margin-top:50px;
	display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.section-3-4-cols-single {
	display:inline-block;
	margin-right:40px;
	width: 280px;
	background-color:white;
	min-height:490px;
	padding-bottom:50px;
	vertical-align:top;
	    flex: 0 0 auto;
}
.section-3-4-cols-single-img {
	height:195px;
	
}
.section-3-4-cols-single-img img {
	height: 100% !important;
    object-fit: cover;
}
.section-3-4-cols-single-ico {
    text-align: center;
	    height: 120px;
    padding-top: 30px;
}
.section-3-4-cols-single-ico img {
	height:50px;
}
.section-3-4-cols-single:last-child {
	margin-right:0px;
}
.section-3-4-cols-single p {
	font-size: 23px;
line-height: 27px;
text-align: center;
color: #303030;
	margin-bottom:15px;
}
.section-3-4-cols-single span {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
line-height: 28px;
text-align: center;
color: #ABABAB;
	    width: 80%;
    margin: 0 auto;
    display: block;
}
#mainpage-screen-5 h2 {
	color: #303030;
	font-size: 55px;
line-height: 65px;
	font-weight: normal;
}
.xoo-wsc-basket {
 display:none;	
}
::-webkit-scrollbar {
  width: 10px;

}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html.xoo-wsc-active {
	padding-right:10px;
}
html.xoo-wsc-active .s-header__basket-wr {
	margin-right:10px;
}
#img-above-footer img {
	object-fit:cover;
}

.footer-3-cols-single {
	display:inline-block;
	vertical-align: top;
}
#footer-3-cols {
	margin-top:135px;
}
.footer-3-cols-single:first-child {
	width:45%
}
.footer-3-cols-single:nth-child(2) {
	width:29%;
}
.footer-3-cols-single:nth-child(3) {
	width:24%;
}
.footer-3-cols-single:first-child img {
	width:300px;
}
.footer-3-cols-single:first-child p {
	margin-top:65px;
	color: #ABABAB;
	max-width:350px;
	font-size: 16px;
	font-family:'Open Sans', sans-serif;
	line-height: 28px;
}
.footer-3-cols-single:nth-child(2) a {
	font-size: 23px;
line-height: 66px;
	color: #FFFFFF !important;
	display:block;
	transition:0.3s;
}
.footer-3-cols-single:nth-child(2) a:hover {
	text-decoration:none;
	opacity:0.5;
}
.footer-3-cols-single:nth-child(3) .red-button {
	color: white !important;
	text-decoration:none !important;
}
.footer-3-cols-single:nth-child(3) p {
	margin-top:20px;
	font-family:'Open Sans', sans-serif;
	color: #FFFFFF;
	font-size: 16px;
}
.footer-socials {
	margin-top:20px;
	transition:0.3s;
}
.footer-socials a img {
	width:55px;
}

.footer-socials a {
	margin-right:10px;
}
.footer-socials a:hover {
	opacity:0.8;
}
.footer-socials a:last-child {
margin-right:0px;
}
.elementor-section.elementor-section-stretched {
	width:100vw !important;
}
#mainpage-screen-6 h2 {
	color: #FFFFFF;
	    font-size: 35px;
    font-weight: normal;
	    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
#mainpage-screen-6 p {
font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	max-width:440px;
	color: #ABABAB;
	margin: 0 auto;
}
.section-6-4-cols-single {
	background-color: #2E2D2D;
	border-top: 4px solid #E30613;
	margin-right:40px;
	display:inline-block;
	width: 280px;
    vertical-align: top;
	padding: 0 20px;
	height:360px;
}
.section-6-4-cols-single:last-child {
	margin-right:0px;
}
.section-6-4-cols-single p {
	color: #FFFFFF !important;
	font-size: 20px !important;
line-height: 37px !important;
text-align: center !important;
	font-family: 'Open Sans', sans-serif !important;
}
.section-6-4-cols-single span {
	color: #FFFFFF;
	font-size: 40px;
	    margin: 45px 0;

	font-weight:normal;
	text-align:center;
	width: 100%;
    display: block;
}

.gray-button {
	padding:20px 30px;
	border: 2px solid #464646;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	transition:0.3s;
	display:inline-block;
}
.gray-button:hover {
	color: white;
	opacity:0.5;
}
.gray-button img {
	height:20px;
	width:16px;
	margin-right:30px;
} 
#mainpage-screen-8 h2 {
	color: #E30613;
	font-weight: normal;
font-size: 180px;
	margin: 0 !important;
    padding: 0 !important;
}
#mainpage-screen-8 h3 {
	color: #303030;
	max-width:570px;
font-size: 35px;
	font-weight:normal;
	line-height:45px;
	margin: 0 auto;
	margin-top:40px;
}
.screen-8-cols-left {
	display:inline-block;
	width:50%;
	vertical-align: top;
}
.screen-8-cols-right {
	display:inline-block;
	width:49%;
	padding-left:100px;
}
.screen-8-cols-right-single img {
margin-right:40px;
	width:25px;
	display: inline-block;
	vertical-align: top;
}
.screen-8-cols-right-single p {
	width:85%;
	display: inline-block;
	color: #303030;
	font-weight: normal;
font-size: 21px;
line-height: 37px;
	font-family:'Open Sans', sans-serif;
	margin-top: -12px;

}
.elementor-widget-text-editor {
	    font-family: Lucida Bright !important
}
#mainpage-screen-9 .elementor-widget-text-editor {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 21px;
line-height: 37px;
color: #303030 !important;
}
#mainpage-screen-9 .elementor-column-wrap {
	padding:0px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color:#E1E1E1 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	height: 900px;
	background-color:#E1E1E1 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper div {
	height:900px;
	padding-top:100px;
}
.woocommerce-product-gallery__trigger, .woocommerce-tabs, .related, .product_meta, .onsale, .product_title, .price, .woocommerce-product-details__short-description {
	display:none;
}
.woocommerce-variation-price .price {
	display:block;
}
.woocommerce div.product form.cart .button {
padding: 20px 30px 20px 70px;
    background-color: #E30613;
    border-radius: 0px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
	transition:0.3s;
	height:60px !important;
	margin:0 !important;
	float: right !important;
}
.woocommerce div.product form.cart .button:hover {
	opacity: 0.7;
}
.woocommerce div.product form.cart .button:focus {
	outline:none;
}
.woocommerce div.product form.cart .button:before {
background-image: url(/wp-content/uploads/2020/06/add-to-cart-icon.png);
    background-size: 20px 23px;
    display: inline-block;
    width: 20px;
    height: 23px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 15px;
}
.xoo-wsc-close {
	background-image: url(/wp-content/uploads/2020/06/mobile-menu-close-icon.png);
    width: 25px;
    height: 25px;
    filter: invert(1);
    background-size: cover;
    background-repeat: no-repeat;
}
.xoo-wsc-close:before {
	display:none;
}
#mobile-menu {
	background-color: #151515;
	display:none;
	height:100vh;
	min-height: 430px;
}
#mobile-menu .menu-language-container {
	position:absolute;
	top:30px;
	left:50px;
}
#mobile-menu-close {
	    position: absolute;
    width: 25px;
    height: 25px;
    right: 30px;
    top: 30px;
}
#mobile-menu .header-menu {
	display:block;
  padding-top: 30vh;
    padding-left: 50px;
}
#mobile-menu .header-menu a {
	font-size: 27px;
	display:block;
	margin-bottom: 30px;
	
}


.product-desc h3 {
	font-size: 35px;
color: #303030;
	margin: 0;
    margin-bottom: 20px;
	line-height:normal;
}
.product-desc p {
	font-size: 16px;
line-height: 28px;
font-family:"Open Sans", sans-serif;
color: #000000;
}

.product-desc h4  {
	letter-spacing: 0.08em;
text-transform: uppercase;
font-family:"Open Sans", sans-serif;
font-weight: bold;
	line-height: 28px;
font-size: 16px;
color: #ABABAB;
}
.product-desc-imgs-single-hover {
	display:none;
	width: 620px;
    position: absolute;
    background: white;
    padding: 50px 75px;
    text-align: left;
	    border: 1px solid lightgray;
	z-index:10;
	    margin-left: -180px;
}
.product-desc-imgs-single-hover p {
	width:100%;
	    text-align: left !important;
	font-size: 23px;
line-height: 27px;
color: #303030;
}
.product-desc-imgs-single-hover img {
	margin-bottom:40px;
}
.product-desc-imgs-single-hover span {
	font-size: 16px;
line-height: 28px;
font-family:"Open Sans", sans-serif;
color: #000000;
}
.product-desc-imgs-single-hover img {
	width:100% !important;
}
.product-desc-imgs-single {
	display:inline-block;
	width:49%;
	height:60px;
}
.product-desc-imgs-single p img {
	width:215px;
	margin-top: 20px;
}
.product-desc-imgs-single p {
	text-align:center;
}
.product-desc-imgs-single-overlay {
	opacity:0;
	background-color: rgba(0,0,0,0.5);
	color: white;
	font-weight: bold;
font-size: 18px;
	font-family:"Open Sans", sans-serif;
	text-align:center;
	    height: 60px;
    padding-top: 16px;
    position: absolute;
    width: 295px;
	transition:0.3s;
}

.product-desc-imgs-single:hover {
	cursor:pointer;
}
.product-desc-imgs-single:hover .product-desc-imgs-single-overlay {
	display:block;
	opacity:1;
}
.product-desc-imgs-single:hover .product-desc-imgs-single-hover {
	display:block;
}
.handle-switcher {
	color: #000000;
	font-family:"Open Sans", sans-serif;
	font-weight: normal;
font-size: 21px;
line-height: 49px;
}
.handle-switcher p {
	margin-bottom:0px !important;
	display:inline-block;
	    vertical-align: super;
}
.handle-switcher .handle-switcher-box {
	background: #FFFFFF;
border: 2px solid #E0E0E0;
	width:27px;
	height:27px;
	display:inline-block;
	margin-right:20px;
		border-radius:50%;
	
}
.handle-switcher .handle-switcher-box:hover {
	cursor:pointer;
}
#handle-switcher-2 {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom:20px;
}
.handle-switcher-active .handle-switcher-box {
	border: 2px solid #E30613;
	border-radius:50%;
}
.handle-switcher-active .handle-switcher-box-2 {
	border: 4px solid white;
	background-color:#E30613;
	width: 23px;
    height: 23px;
		border-radius:50%;
}
.product-desc-imgs {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom:20px;
}
.woo-multi-currency.wmc-sidebar.wmc-right {
	display:none;
}
.product-shipping-desc {
	    font-size: 14px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    color: gray;
	margin-bottom:20px;
}
.product-shipping-desc span {
	color:red;
}
.currency-switcher {
	border: 2px solid #E0E0E0;
	padding:10px 30px;
	font-weight: normal;
font-size: 21px;
line-height: 37px;
font-family:"Open Sans", sans-serif;
color: #000000;
	display: inline-block;
}
.product-currency-switcher {
	position: absolute;
    right: 0;
    margin-top: -115px;
}
.currency-switcher:hover {
background: #303030;
	color:white;
	border: 2px solid #303030;
	transition:0.3s;
}
.currency-switcher-active {
	background: #303030;
	color:white;
	border: 2px solid #303030;
}
#currency-switcher-chf {
	margin-right: -4px;
}
.product-kit-switcher-single {
	background: #FFFFFF;
border: 2px solid #E0E0E0;
	padding:10px 20px;
	display:inline-block;
	color: #000000;
	font-weight: normal;
font-size: 21px;
line-height: 37px;
	font-family:"Open Sans", sans-serif;
	margin-left: -7px;
	transition:0.3s;
}
.product-kit-switcher-single img {
	width:16px;
	height:16px;
	margin-left:20px;
	filter: brightness(1.5);
	transition:0.3s;
}
.product-kit-switcher-single:hover {
	cursor:pointer;
		background-color:#303030;
	color:white;
	border: 2px solid #303030;
}
#product-kit-switcher-europe {
	display:none;
}
.product-kit-switcher-single:hover img {
		filter: none;
}
.product-kit-switcher-single-active {
	background-color:#303030;
		border: 2px solid #303030;
	color:white;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	    font-weight: bold;
    font-size: 30px;
    line-height: 174.18%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E30613;
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
    border: none !important;
    text-decoration-color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.qib-container {
	font-weight: bold;
    font-size: 16px;
    line-height: 174.18%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #303030;
    height: 60px;
    border: none;
    border: 2px solid #E0E0E0;
    border-radius: none;
    width: 180px;

	font-family: "Open Sans", sans-serif;
}
.woocommerce .quantity .qty:focus {
	outline:none;
}
.xoo-wsc-icon-atc {
	position:absolute;
}
.woocommerce a.added_to_cart {
	display:none;
}
.woocommerce button.button.added::after {
	display:none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.qib-container .plus {
	    height: 100% !important;
    float: right  !important;
    background: white  !important;
    border: none  !important;
    color: white  !important;
    background-image: url(/wp-content/uploads/2020/06/input-after-plus-icon.png)  !important;
    background-repeat: no-repeat  !important;
    background-size: 18px  !important;
    background-position: center  !important;
    font-size: 0  !important;
    width: 56px  !important;
	transition:0.3s;
}
.qib-container .minus {
	    height: 100% !important;
    float: left  !important;
    background: white  !important;
    border: none  !important;
    color: white  !important;
    background-image: url(/wp-content/uploads/2020/06/input-before-minus-icon.png)  !important;
    background-repeat: no-repeat  !important;
    background-size: 18px  !important;
    background-position: center  !important;
    font-size: 0  !important;
    width: 56px  !important;
		transition:0.3s;
}
.qib-container button:hover {
	opacity:0.7;
}
.quantity {
	    position: absolute;
    z-index: 20;
    height: 20px !important;
    margin-left: -47px !important;
    margin-top: 12px !important;
}
.quantity input {

    text-align: center  !important;

    height: 100%  !important;
    border: none  !important;
	color: #303030  !important;
	text-align: center  !important;
letter-spacing: 0.08em  !important;
text-transform: uppercase !important;
	font-weight: bold !important;
font-size: 16px !important;
	font-family:"Open Sans", sans-serif !important;
}
.product-buy-rent-buttons {
	padding:20px 0px;
	margin-bottom:20px;
	    border-bottom: 1px solid #E6E6E6;
}
.product-buy-rent-buttons-single {
width: 49%;
    display: inline-block;
    text-align: center;
    border: 2px solid #E0E0E0;
    /* margin-bottom: 10px; */
    font-weight: bold;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 10px 0;
	transition:0.3s;
}
.product-buy-rent-buttons-single:hover {
	cursor:pointer;
		background-color: #303030;
	  border: 2px solid #303030;
	color:white;
}
.product-buy-rent-buttons-single-active {
	background-color: #303030;
	  border: 2px solid #303030;
	color:white;
}
.product-kit-switcher, .product-country-switcher {
	display:inline-block;
}
.product-country-switcher {
	float:right;
}

.product-country-switcher-single {
	background: #FFFFFF;
border: 2px solid #E0E0E0;
	font-weight: normal;
font-size: 21px;
font-family:"Open Sans", sans-serif;
color: #000000;
	display:inline-block;
	width:200px;
	height:60px;
	padding: 12px 20px;
	transition:0.3s;
}
.product-country-switcher-signle-active {
	background: #E4E4E4;
}
.product-country-switcher-single:hover {
background: #E4E4E4;
	cursor:pointer;
}
#product-country-switcher-signle-sw {
	margin-right: -7px;
}
.product-country-switcher-single img {
	width:24px;
	height:24px;
	margin-right:15px;
	    margin-top: -3px;
}
.product-kit-switcher-single-help {

    display: none;
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    background: #313131;
    color: #FFFFFF;
    padding: 10px;
    max-width: 225px;
    z-index: 20;
    margin-top: -85px;
    margin-left: -135px;
}
.product-kit-switcher-single-help:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-top: solid 10px #313131;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.product-kit-switcher-single img:hover ~ .product-kit-switcher-single-help {
	display:inline-block;
}
.woocommerce div.product form.cart .variations {
	display:none;
}

.xoo-wsc-container {
	right: -500px;
	width: 500px;
}
.woocommerce div.product form.cart {
	margin-left: 20px;
}
.woocommerce-checkout header#masthead {
	margin-top:0px;
	background-color: rgba(0,0,0,0.8) !important;
	position:fixed;
}
.woocommerce-checkout #content {
	padding-top:100px;
}
.woocommerce-checkout #footer-top {
	display:none;
}
.xoo-wsc-sum-col a {
	pointer-events: none;
}
.side-cart-link {
	font-size: 23px;
line-height: 27px;
color: #303030;
}
.woocommerce-cart-form__cart-item .product-name a {
		font-size: 23px;
line-height: 27px;
color: #303030;
	pointer-events: none;
}
.woocommerce-cart table.cart .product-thumbnail {
	pointer-events: none;
}
.woocommerce-cart table.cart img {
	    width: 120px;
}
.xoo-wsc-price {
	font-weight: bold;
font-size: 21px;
line-height: 29px;
color: #E30613;
	font-family:"Open Sans", sans-serif;
}
.woocommerce table.shop_table .woocommerce-Price-amount {
		font-weight: bold;
font-size: 21px;
line-height: 29px;
color: #E30613;
	font-family:"Open Sans", sans-serif;
}
.xoo-wsc-remove {
	    width: 100%;
    background: lightgray;
    color: white;
    height: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    padding-top: 7px;
	transition:0.3s;
}
.xoo-wsc-remove:hover {
	color: white;
	text-decoration:none;
	background-color:#000000;
}
.xoo-wsc-subtotal {
	font-family:"Open Sans", sans-serif;
	font-weight: bold;
font-size: 16px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #ABABAB;
}
.xoo-wsc-subtotal .woocommerce-Price-amount {
	font-weight: bold;
font-size: 30px;
line-height: 41px;
color: #E30613;
		font-family:"Open Sans", sans-serif;
}
.xoo-wsc-chkt {
		font-family:"Open Sans", sans-serif;
	background: #E30613;
font-style: normal;
font-weight: bold;
font-size: 16px;
text-align: center;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #FFFFFF;
	border-radius: 0;
	padding: 15px 0;
	transition:0.3s;
	margin-bottom:10px !important;
}
.xoo-wsc-chkt:hover {
	
}
.xoo-wsc-cont {
			font-family:"Open Sans", sans-serif;
	background:#ABABAB;
font-style: normal;
font-weight: bold;
font-size: 16px;
text-align: center;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #FFFFFF;
	border-radius: 0;
	padding: 15px 0;
		transition:0.3s;
}
.xoo-wsc-footer a.button {
	margin: 0px 0;
}
.xoo-wsc-shiptxt {
	display:none;
}
.xoo-wsc-cart {
	font-family: "Open Sans", sans-serif;
    background: #E30613;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 0;
    padding: 15px 0;
    transition: 0.3s;
	margin-bottom: 10px !important;
}
.wc-proceed-to-checkout a {
		font-family: "Open Sans", sans-serif;
    background-color: #E30613 !important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 0;
    padding: 15px 0;
    transition: 0.3s;
	margin-bottom: 10px !important;
	border-radius:0;
}
.wc-proceed-to-checkout a:hover {
	opacity:0.7;
}
.product-buy-rent-buttons-desc {
	    font-size: 16px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    color: #000000;
	    text-align: right;
	margin-top:20px;
}
.product-buy-rent-buttons-desc span {
	color: #E30613;
	font-weight: bold;
    font-size: 20px;
}
.woocommerce form .form-row label {
	display: block;
    width: 100%;
}
.form-row {
	    width: 100% !important;
}
.woocommerce-input-wrapper {
	width:500px;
}
.woocommerce-billing-fields, .woocommerce-additional-fields {
	    max-width: 500px;
    margin: 0 auto;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	display: inline-block;
    color: #FFFFFF;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    background-color: #E30613;
    padding: 20px 30px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color:white;
}
.woocommerce-cart header#masthead {
	display:none;
		
}
.woocommerce-cart #footer-top {
	display:none;
}
.buy-rent-text-1 {
	display:inline-block;
	font-weight: normal;
font-size: 16px;
line-height: 29px;
font-family:"Open Sans", sans-serif;
color: #000000;
	    vertical-align: top;
    margin-top: 5px;
	width: 50px;
}
.buy-rent-text-2 {
	font-weight: normal;
font-size: 16px;
line-height: 29px;
font-family:"Open Sans", sans-serif;
color: #E30613;
	display:inline-block;
		    vertical-align: top;
    margin-top: 5px;
}
.buy-rent-text-3 {
	font-weight: normal;
font-size: 16px;
line-height: 29px;
font-family:"Open Sans", sans-serif;
color: #E30613;
	display:inline-block;
		    vertical-align: top;
    margin-top: 5px;
}
.buy-rent-text-3 span {
	color: #ABABAB;
}
.buy-rent-text-2 span {
	color: #ABABAB;
	text-decoration: line-through;
	margin-left:15px;
}
.woocommerce div.product span.price ins {
	text-decoration:none !important;
}
.woocommerce-variation-price {
	position: absolute;
      margin-left: 180px;
    margin-top: -15px;
    width: 180px;
}
.woocommerce-variation-price del {
	display:none !important;
}
.woocommerce-cart .quantity {
	position: relative;
    z-index: 20;
    height: 57px !important;
    margin-left: 0 !important;
    margin-top: 0px !important;
}
#product-buy-rent-buttons-f {
	display:block;
}
#product-buy-rent-buttons-e {
	display:none;
}
.product-cur-eur #product-buy-rent-buttons-e  {
	display:block;
}
.product-cur-eur #product-buy-rent-buttons-f  {
	display:none;
}
.footer-dep-link {
	    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 35px;
}
.checkout-box {
	text-align: center;
    font-size: 20px;
}
.checkout-box span {
	color:red;
}
.checkout-wrap-non-active {
pointer-events: none;
	opacity:0.5;
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 95%;
  }
		#mainpage-firstscreen-img {
		right:-200px;
	}
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
	.woocommerce-variation-price {
		position:relative;
		margin-left:0px;
		margin-top:0px;
		width:100%;
	}
	
	.qib-container {
		width: 100%;
		   
	}

	.woocommerce div.product form.cart .button {
		    width: 100%;
		padding: 20px 10px 20px 35px;
	}
	.qib-container .plus {
		width:15% !important;
	}
	.qib-container .minus {
		width:15% !important;
	}
	.product-country-switcher-single {
		padding: 19px 24px;
		width:auto;
		font-size:0px;
	}
	.product-country-switcher-single img {
		margin-right:0px;
	}
	.section-6-4-cols-single {
		width:100% !important;
		margin-right:0px !important;
		margin-bottom:15px;
		height: auto !important;
	}
	.section-6-4-cols-single span {
		margin:0px;
		display:inline-block;
		width: auto;
		margin-right:20px;
		vertical-align: top;
	}
	.section-6-4-cols-single p {
		display:inline-block;
		max-width: 80% !important;
    text-align: left !important;
}

	.section-6-4-cols-single {
		padding:20px;
	}
	#mainpage-firstscreen-img {
		height:500px;
	}
	#mainpage-firstscreen h1 {
		font-size:37px;
		max-width: 700px;
		line-height:45px;
	}
  html {
    font-size: 95%;
  }
	.header-menu {
		display:none;
	}
	#mobile-burger {
		display:inline-block;
	}
	.menu-language-container {
		display:none;
	}
	#mobile-menu .menu-language-container {
		display:block;
	}
	.s-header__basket-wr {
		padding:8px 11px;
	}
	.s-header__basket-wr .cart-customlocation {
		font-size:0px;
	}
	.s-header__basket-wr .cart-customlocation:before {
		margin-right:0px;
	}
}

@media screen and (max-width: 1199px) {
	.product-country-switcher {
		text-align: center;
    width: auto;
    position: absolute;
    left: 0;
	}
	.product-kit-switcher {
		    width: 100%;
    text-align: left;
		margin-top: 90px;
	}
	.product-country-switcher-single {
		padding: 8px 24px;
    width: auto;
    font-size: 24px;
}
	.product-country-switcher-single img {
		margin-right: 15px;
	} 
	
	.product-currency-switcher {
		position:absolute;
		margin-top:0px;
		text-align: center;
	}
	.screen-8-cols-right-single p {
		width:80%;
	}
	.footer-3-cols-single {
		width:100% !important;
	}
	.footer-3-cols-single {
		text-align:center;
	}
	.footer-3-cols-single:first-child p {
		margin:0 auto;
		margin-bottom:30px;
	}
	body:not(.theme-preset-active) footer#colophon {
		padding-bottom:50px;
	}
	#footer-top {
		padding: 40px 0 40px 0;
	}
	#footer-3-cols {
		margin-top:55px;
	}
	.footer-3-cols-single:first-child p {
		margin-top:33px;
	}
	.footer-3-cols-single:nth-child(2) a {
		font-size:16px;
		line-height: 35px;
	}
	.footer-3-cols-single:nth-child(3) {
		margin-top:40px;
	}
	.footer-3-cols-single:nth-child(3) p {
		margin-top:30px;
	}
	#mainpage-screen-2 h2 {
		width:100%;
	}
	#mainpage-screen-3 h2 {
		width:90%;
	}
		#screen-2-slider {
		width:100%;
	}
	
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
@media screen and (min-width: 1199px) {
	.container {
		max-width:1300px !important;

	}
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		height:auto;
		padding-top:0px;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper div {
		height:auto;
		padding-top:0px;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery {
		width:100%;
	}
	.woocommerce div.product form.cart {
		margin-left:0px;
	}
	.entry-summary {
		width:100% !important;
	}
	.qib-container {
		width:49%;
	}
	.product-desc h3 {
		    line-height: 40px;
	}
	.woocommerce div.product form.cart .button {
			width:49%;
	}
	.screen-8-cols-left {
		width:100%;
	}
	.screen-8-cols-right {
		width:100%;
		padding-left:0px;
	}
	#screen-2-slider {
		width:100%;
	}
	#mainpage-screen-2 h2 {
		width:90%;
	}
	#header-big-logo img {
		width:130px;
	}
	#header-small-logo img {
		width:130px;
	}
	.header-scrolled {
		padding: 15px 30px !important;
	}
	#mainpage-firstscreen-img {
		    right: -150px;
    width: 300px;
    bottom: auto;
    top: 150px;
	}
	#mainpage-firstscreen .mainpage-firstcreen-desc {
		font-size:16px; 
		line-height:20px;
		width: 80%;
	}
	#mainpage-firstscreen h1 {
		font-size: 27px;
line-height: 32px;
		width:70%;
	}
  html {
    font-size: 90%;
  }
	header#masthead {
		padding: 15px 30px 15px 30px;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
	.header-scrolled #header-logo {
		padding-top: 7px;
	}
	#mainpage-screen-5 h2 {
		font-size: 27px;
		    line-height: 35px;
	}
  html {
    font-size: 85%;
  }

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.woocommerce-cart .qib-container {
		width:215px;
	}
	.woocommerce-cart .quantity {
		    margin-left: 55px !important;
	}
	#currency-switcher-chf {
		margin-right:-4px;
	}
	.product-desc-imgs-single-overlay {
		width:inherit;
	}
	.product-desc-imgs-single-hover {
		width:100%;
		left:0;
		margin-left: 0 !important;
		padding:20px;
	}
	.handle-switcher {
		line-height:0px;
		margin-bottom:20px;
	}
	.handle-switcher p {
		width:80%;

	}
	.product-country-switcher {
		margin-top: 15px;
		width:100%;
	}
	.product-kit-switcher-single  {
		width:100%;
		text-align:center;
	}
	.product-currency-switcher {
		position:relative;
	}
	.woocommerce div.product form.cart div.quantity {
		float:none !important;
	}
	.qib-container, .woocommerce div.product form.cart .button {
		width: 100%;
	}
	.screen-8-cols-right-single p {
		font-size: 16px;
		line-height:28px;
	}
	#mainpage-screen-6 p {
			font-size: 16px !important;
		line-height:28px !important;
	}
	#mainpage-screen-9 .elementor-widget-text-editor {
		font-size:16px;
		line-height:28px;
	}
	#mainpage-screen-8 h2 {
		font-size:80px;
	}
	#mainpage-screen-8 h3 {
		font-size:21px;
		line-height:29px;
	}
	.screen-8-cols-left {
		margin-bottom:80px;
	}
	#screen-2-slider {
		margin-top:50px;
	}
	#mainpage-screen-2 h2 {
		font-size:21px;
	}
	#mainpage-screen-3 h2 {
		font-size:21px;
	}
	#screen-2-slider .slider-slide img {
		height:auto;
	}
	#screen-2-slider .slider-slide p {
		font-size:18px;
	}
	#screen-2-slider .owl-nav {
		display:none;
	}
	#screen-2-slider {
		padding: 30px 20px;
	}
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	.product-kit-switcher {
		margin-top: 150px;
	}
	.product-country-switcher-single {
		    width: 100%;
			margin-right:0px !important;
	}
	.product-kit-switcher-single {
		margin-left:0px;
	}
  html {
    font-size: 75%;
  }
	#mainpage-firstscreen h1 {
		
	}
}
@media only screen and (max-width: 380px) and (max-height: 800px) {
	#mainpage-firstscreen h1 {
		margin-top:120px;
	}
	#mainpage-firstscreen-img {
		top:100px;
	}
}
@media only screen and (max-width: 350px) {
	#mainpage-firstscreen h1 {
		margin-top:100px;
		    font-size: 20px;
    line-height: 25px;
	}
}