/*
Theme Name: RTT
Theme URI: https://skoop3.ee
Author: Skoop3 stuudio OÜ
Author URI: https://skoop3.ee
Description:  RTT custom theme
Version: 1.0
Text Domain: Rtt
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
.blog-content {

    padding-top: 40px;
	padding-bottom:40px;
}
.blog-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

@media (max-width: 991px) {
  .blog-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 575px) {
  .blog-grid{ grid-template-columns:1fr; }
}

.blog-card {
  border-radius:12px;
  overflow:hidden;
  height:100%;
  background-color:white;
  margin-bottom:0!important;
  background-color: #f2f3f5;
  	transition:box-shadow 0.2s ease-in-out;
}
.blog-card:hover {
	box-shadow:1px 2px 12px rgba(0,0,0,0.2);
	text-decoration:none;
}
.blog-card:hover .blog-card__link {
	text-decoration:none;
}

.blog-card__link {
  display:block;
  text-decoration:none;
  color:inherit;
  height:100%;
}
	
.blog-card__thumb {
  width:100%;
  height:250px;            /* 👈 control card image height here */
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}

.blog-card__title {
  margin:20px 20px 20px 20px;
  font-size:1.2rem;
}

.blog-card__excerpt {
  margin:0 16px 16px;
  opacity:.85;
}
article img {
	border-radius:12px;
}
.entry-header .entry-meta {
	margin-top:10px;
}
.post-holder {
	background-color:white;
	padding:50px;
}
.post-holder h2 {
	margin:35px 0 0 0;
}
.post-holder a {
	color:#df001d;
}
.right-sidebar {
	padding-left: 50px;
	margin-top:100px;
}
.right-sidebar h3 {
	font-size:24px;
}
.sidebar-posts {
  list-style:none;
  margin:0;
  padding:0;

}

.sidebar-posts__item{
  padding:12px 0;
  border-bottom:1px solid #e5e5e5; /* separator */
}

.sidebar-posts__item:first-child{
  border-top:1px solid #e5e5e5;
}
.sidebar-posts__item:last-child{
  border-bottom:none;
}

.sidebar-posts__link{
  text-decoration:none;
  display:block;
  color:black!important;
  font-size:18px;
  font-weight:bold;
}

.sidebar-posts__meta{
  font-size:.9em;
  opacity:.7;
  margin-top:4px;
}

.nav-links a {
	padding:15px 35px;
}




.checkimport .testelem {
	padding:15px;
	border:1px solid gray;
	margin-bottom:10px;
}
.top-contact {
	text-align:right;
}
.top-contact a {
	color:#333;
	font-size:14px;
	font-weight:bold;
}
.top-contact span img {
	height:21px;
}
.top-contact .top-contact-icon {
	margin-left:30px;
	margin-right:5px;
}
.dgwt-wcas-stock {
	display:none!important;
}
.dgwt-wcas-pd-addtc-form>.quantity {
	margin-right:30px;
}
.woocommerce-error li {
	font-weight:bold;
}
.green-icon {
	width:40px;
	height:40px;
	display:inline-block;
	padding-bottom:20px;
	padding-top:7px;
	position:relative;

}
.green-icon div {
	position:absolute;
	left:55px;
	top:16px;
	width:250px;
	visibility:hidden;
	opacity:0;
	transition:all 0.2s ease-in-out;
}
.green-icon:hover div {
	display:block!important;
	visibility:visible;
	opacity:1;
	transition:all 0.2s ease-in-out;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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;
  height:40px;
}

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;
}
.woocommerce-Tabs-panel--techinfo_tab table {
	border:1px solid #ebebeb;
	border-color:#ccc;
	border:#ddd;
	border-radius:2px;
}
.woocommerce-Tabs-panel--techinfo_tab td, .woocommerce-Tabs-panel--techinfo_tab th {
	padding:8px 16px;
}
.woocommerce-Tabs-panel--techinfo_tab tr td:first-child {
	font-weight:500;
	background-color:#f5f5f5;
}

.prod-tables {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 10px;
    grid-auto-flow: dense;
	margin-left:-10px;
}
.prod-tables table {
	width:100%;
	margin:10px;
	display:inline-block;
}
.prod-tables tbody {
	min-width:100%;
	display:inline-table;
}
.prod-tables table tr {
	min-width:100%;
}
.prod-tables tr td {
	width:50%!important;
	border:1px solid #ebebeb;
}
.prod-tables th {
	background-color:#f5f5f5;
	color:#df001d;
}
.prod-tables tr td:first-child {
	font-weight:500;
	background-color:#fff;
}
/*--------------------------------------------------------------
# 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: 36px;
  margin-bottom:0;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
h1.page-title {
	margin-bottom:0;
	font-weight:400;
	padding-bottom:0;
}
#breadcrumbs a, #breadcrumbs span {
    color: #24292e;
    font-size: 14px;
}
.breadcrumb_last {
	font-weight:bold;
}
#breadcrumbs {
	margin-bottom:30px;
}
.header-search {
	width:500px;
	margin-left:170px;
	display:block;
}
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
	display:none!important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
   background-image: url('inc/assets/images/rtt_wavy_bg.png');
   background-repeat:no-repeat;
   background-position:center 320px;
}

.frontpage_slider-template {
	 background-image: url('inc/assets/images/bg_landing.png');
	 background-position:center top;
	 background-size:100%;
}
.frontpage_slider-template .page-title br {
	display:none;
}
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%;
}
.tryfree {
	padding: 15px 30px;
    border: none;
    border: 2px solid #2eb556;
    background-color: white;
    margin-bottom: 5px;
    display: inline-block;
    color: #2eb556;
    font-weight: bold;
    text-transform: uppercase;
	transition:all 0.2s ease-in;
	border-radius:4px;
}
.tryfree:hover {
	background-color:#2eb556;
	color:white;
	text-decoration:none;
	box-shadow:2px 2px 12px rgba(0,0,0,0.4);
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#cookie-notice {
	background-color:#efefef!important;
	box-shadow:-2px 2px 12px rgba(0,0,0,0.2);
	border-top:1px solid #ddd;
	padding-bottom:20px;
}
.cookie-notice-hidden {
	display:none;
}
#cn-notice-text {
	display:block;
	font-size:16px;
	padding:20px;
}
#cookie-notice .cn-button.bootstrap {
	background-image:none;
	background-color:#DF001D;
	padding:6px 16px;
	font-size:16px;
	color:white;
}
.langselector {
	width:70px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
	background-color:transparent;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle, .wpml-ls-legacy-dropdown-click a {
	background-color:transparent;
	border:none;
	font-size:15px;
	color:#444;
	font-weight:400;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
	text-decoration:none;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	background-color: #f5f5f5;
    border: 1px solid #ddd;
	border-top:none;
	box-shadow: 4px 6px 16px 2px rgba(0,0,0,0.1);
	padding:10px;
	border-radius:2px;
	z-index:999999;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	text-align:center;
}
.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
	background-color:transparent;
	text-decoration:none;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	content: "";
    background-image: url(inc/assets/images/arrow.svg);
    display: block;
    width: 20px;
    opacity: 1;
    height: 20px;
    background-size: 12px;
    position: absolute;
    right: 22px;
    top: 7px;
    background-repeat: no-repeat;
    border: none!important;
    transform: rotate(90deg);
    z-index: 2;
    pointer-events: none;
}
header#masthead {
  margin-bottom: 0;
  box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
  padding: 0;
  height:auto;
  background-color:#f5f5f5;
  width: 100%;
  z-index: 9999;
  top:0;
  position:fixed;

}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
#content.site-content {
	padding-top: 142px!important;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
#content.sticky-stuff {
  padding-top: 142px!important;
}
.top-contact {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ebebeb;
}
.navbar {
	line-height:66px;
}
.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;
}
.navbar-brand img {
	height:72px;
	margin-top:0;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  z-index:0;
  background:transparent;

}

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;
}
.header-cart-holder {
	background-color:#ddd;
	border-radius:2px;
	margin-left:0;
	min-width:130px;
	display:flex;
	height:60px;
}
#header-cart {
	display:inline-block;
	float:left;
	color:#333;
	font-weight:900;
	text-decoration:none;
	min-width:60px;
	text-align:center;
}
#header-cart span {
	display:block;
	margin-top:-2px;
}
.header-cart-holder:hover {
	text-decoration:none;
}
.cart-icon {
	background-image:url('inc/assets/images/carticon.svg');
	background-repeat:no-repeat;
	display:inline-block;
	width:25px;
	height:25px;
	float:left;
	margin-top:16px;
	margin-left:15px;
	margin-right:10px;
}

.searchbutton, .accountbutton {
	position: relative;
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-left:15px;
	padding:0 15px;
	height:40px;
	border-left:1px solid rgba(0,0,0,0.2);
	border-right:1px solid rgba(0,0,0,0.2);
	-webkit-transition: margin-top .2s ease-out;
	-moz-transition: margin-top .2s ease-out;
	-o-transition: margin-top .2s ease-out;
	transition: margin-top .2s ease-out;
}
.accountbutton {
	margin-left:0;
	border-left:none;
	margin-right:5px;
}
.searchbutton a {
	display: block;
}
.searchbutton .search-ico, .accountbutton .search-ico {
	width: 18px;
	height: auto;
	margin-top:-30px;
}
.searchbar {
	display:none;
	width: 100%;
	text-align:right;
	height:50px;
	padding-left:0;
	padding-right:0;
}
.searchbar .search-field {
	display: block;
	width: 100%;
	border-radius: 0;
	margin-right: -1px;
	height:50px;
}
.searchbar .search-field:focus {
	box-shadow: none;
	border-color: #0476c0;
}
.searchbar form {
	display: block;
	float: right;
	width:100%;
}
.searchbar label {
	margin: 0;
	display: block;
	float: left;
	width:calc(100% - 120px);
}
.searchbar input[type=submit] {
	display: block;
	float: left;
	border-radius: 0;
	background-color: #DF001D;
	color: #fff;
	width:120px;
	height:50px;
}
.searchbar input[type=submit]:hover {
	background-color: #DF001D;
	box-shadow:1px 1px 10px rgba(0,0,0,0.6);
}
.searchbar input[type=submit]:focus {
	box-shadow: none;
}

.dgwt-wcas-preloader {
	pointer-events:none;
}
.dgwt-wcas-search-wrapp {
	max-width:none!important;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	background-color:#DF001D!important;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	border-color:transparent #DF001D!important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background:transparent;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	background-color:white;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-top:10px;
	padding-bottom:10px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	left:18px;
	top:18px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	right:18px;
}
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path, .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path, .dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path, .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill:#fff;
}
.wpml-ls-flag {
	display:none!important;
}

@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: #333;
  padding: 13px 15px;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform:initial;
}

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: #333;

  position:relative;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover:after,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:after {
	content:"";
	display:block;
	background-color:#DF001D;
	width:100%;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
}

.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;
}

/* 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-radius: 50px;
  display: inline-block;
  padding: 15px 35px;
  text-decoration: none;
  color:white;
  background-color:#df001d;
}

.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
--------------------------------------------------------------*/
/*--frontpage content --*/
.special-notice {
	padding:20px 40px;
    font-size:14px;
    text-align:center;
    background-color:#fafafa;
    margin-bottom:30px;
    border-radius:2px;
    border: 1px solid #ddd;
    border-top: 4px solid #df001d;
}
.special-notice .close {
	position:absolute;
	right:35px;
	top:17px;
}

/* small categoy menu styles  */
.shop-categories {
	padding-right:15px;
	border-radius:2px;
}
.shop-categories-sm {
	width:100%;
	display:none;
	height:auto;
}
.category-toggle-sm {
	width:100%;
	line-height:50px;
	background-color:white;
	border-bottom:1px solid #ddd;
	text-align:left;
}
.categ-link-sm {
	display:block;
    padding-left:50px;
    color:#444;
    border-bottom:1px solid #ddd;
}
.category-switch-btn {
	display:block;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:14px;
	font-weight:700;
	padding:0 15px;
	padding-right:0;
	background-color:#f5f5f5;
	color:#444;
}
.category-plus {
	width:51px;
	height:50px;
	float:right;
	text-align:center;
	color:#444;
	font-weight:700;
	font-size:24px;
	border-left:1px solid #ddd;
}
.category-open-sm {
	float:right;
	width:40px;
	height:40px;
	font-size:40px;
	font-weight:700;
}
.shop-cat-holder .arrow-down {
    width: 50px;
    height: 50px;
    float: right;
    line-height: 100%;
    display: block;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
}
.arrow-down img {
	transform:rotate(90deg);
	width: 12px;
    margin-left: 17px;
    margin-top: 17px;
}
.reversearrow img {
	transform:rotate(-90deg);
}
.shop-categories-submenu-sm {
	visibility:hidden;
	opacity:0;
	z-index:1004;
	background-color:white;
	width:100%;
	height:0px;
	margin-bottom:0;
	transition:opacity 0.2s;
	list-style:none;
	padding-left:0;
}
.submenu-visible {
	visibility:visible;
	opacity:1;
	height:auto;
	transition:opacity 0.2s;
}
.shop-categories-submenu-sm li {
	padding-left:15px;
	border-bottom:1px solid #ddd;
}
.shop-categories-submenu-sm li:before {
	content:"-";
	display:inline-block;
	padding-right:15px;
}
.shop-categories-submenu-sm li a {
	color:#777;
}

/* small categ menu styles end */




.shop-cat-holder {
	padding:0;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	position:relative;
}
.shop-cat-holder .categ-icon {
	display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    z-index: 999;
    left: 7px;
    top: 10px;
	background-size:30px 30px;
	background-position:center center;
	background-repeat:no-repeat;
		pointer-events:none;
	
}
.shop-categories .shop-cat-holder a {
	padding:14px;
	padding-left:45px;
	display:block;
	color:#333;
	font-weight:600;
	font-size:15px;
	border-bottom:1px solid #ddd;
	position:relative;
	background-color:white;
}
.shop-categories .shop-cat-holder:first-child a {
	border-top:1px solid #ddd;
}
.shop-categories .shop-cat-holder:first-child ul a {
	border-top:none;
}
.shop-categories .shop-cat-holder:last-child a {
	border-bottom:1px solid #ddd;
}
.shop-categories .shop-cat-holder a:hover {
	text-decoration:none;
	background-color:#f5f5f5;
}
.shop-categories .shop-cat-holder a:hover:before {
	content:"";
	display:block;
	width:4px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:#DF001D;
}
.shop-categories .categ-active {
	background-color:#fafafa!important;
}
.shop-categories .categ-active:before {
	content:"";
	display:block;
	width:4px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:#DF001D;
}
.shop-categories .arrow-right {
	position:absolute;
	display:block;
	right:0;
	top:13px;
	width:20px;
	height:20px;
}
.shop-categories-submenu {
	visibility:hidden;
	opacity:0;
	position:absolute;
	left:100%;
	z-index:1004;
	background-color:white;
	padding:0;
	top:0;
	border:1px solid #ddd;
	box-shadow:4px 4px 12px rgba(0,0,0,0.1);
	min-width:250px;
	width:0;
	transition: width 0.2s;
	transition: opacity 0.4s;
}
.shop-categories-submenu .submenu-li {
	padding:0;
	list-style:none;
}
.shop-categories .shop-cat-holder:hover>.shop-categories-submenu {
	display:block;
	visibility:visible;
	opacity:1;
	width:250px;
	transition: opacity 0.4s;
}
.shop-categories .shop-categories-submenu a {
	display:block;
	padding-left:auto;
	padding-left:0;
	padding:14px 20px;
}
.shop-categories .shop-categories-submenu a:hover {
	color:#DF001D;
}
.shop-categories .shop-categories-submenu a:hover:before {
	display:none;
}

.frontpage-hero-holder {
	padding-left:15px;
}

.frontpage-slider {
	width:100%;
	height:470px;
	margin-bottom:20px!important;
	visibility:hidden;
	overflow: hidden;
    box-shadow: 0 6px 14px 0px rgba(0,0,0,0.2);
}
.frontpage-slider .slick-slide {
	background-position:right center;

}
.frontpage-slider .hero-slogan {
	margin-left:120px;
}
.frontpage-slider h1 {
	font-size:42px;
	color:#333;
	font-weight:900;
	margin-top:120px;
	margin-bottom:0;
}
.frontpage-slider h3 {
	color:#333;
	font-size:24px;
	font-weight:400;
}
.frontpage-slider .slide-description {
	font-size:17px;
	max-width: 500px;
}
.frontpage-slider .slide-description a {
	color: white;
	font-size: 18px;
	padding: 8px 16px;
	margin-top: 20px;
	display:inline-block;
	background-color:#2eb556;
	text-transform:uppercase;
}
.frontpage-slider .slide-description a:hover {
	text-decoration: none;
}
.slick-initialized { visibility: visible; }
.frontpage-slider .slick-prev {
	left:0;
	width:50px;
	height:50px;
	background-color:rgba(255,255,255,0.7);
	z-index:999;
	border-radius:2px;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
}
.frontpage-slider .slick-next {
	right:0;
	width:50px;
	height:50px;
	background-color:rgba(255,255,255,0.7);
	z-index:999;
	border-radius:2px;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
}
.frontpage-slider .slick-next:before, .frontpage-slider .slick-prev:before {
	font-family:initial;
}
.frontpage-slider .slick-dots {
	bottom:10px;
}
.frontpage-slider .slick-dots li {
	margin:3px;
}
.frontpage-slider .slick-dots li.slick-active button:before {
	opacity:1;
}
.frontpage-slider .slick-dots li button:before {
	font-size:16px;
	color:white;
}
.frontpage-slider .slick-list {
	height:100%!important;
}
.frontpage-slider .slick-track {
	height:100%;
}
.hero-search-holder {
	display:flex;
	justify-content:space-between;
	width:100%;
	margin-top:5px;
}
.hero-search {
	height:170px;
	background-color:#f5f5f5;
	margin-right:25px;
	border-radius:2px;
	border:1px solid #ddd;
	min-width:504px;
	padding:0;
}
.icontext-search {
    position:relative;
    width:210px;
    text-align:center;
    height:100%;
    background-color:#df001d;
	background-image:url('inc/assets/images/tooner_rtt.svg');
	background-size:95px auto;
	background-position:center 30px;
	background-repeat:no-repeat;
	float:left;
}
.icontext-label {
	background-image:url('inc/assets/images/etiketiotsing_rtt.png');
	background-size: 72px auto;
}
.icontext-search h4 {
	position:absolute;
	color:white;
	text-transform:uppercase;
	bottom:0px;
	left:50%;
	width:100%;
	transform:translateX(-50%);
}
.hero-form-holder {
	float:right;
	width:calc(100% - 210px);
	height:100%;
	padding:15px;
}
.hero-form-holder .form-control {
	margin-bottom:10px;
}
.hero-form-holder .btn-herosearch {
	width:100%;
	background-color:#2eb556;
	color:white;
	font-size:20px;
}

.hero-form-holder .hide-option, .searches-right .hide-option {
	display:none;
}

.hero-service {
	height:170px;
	background-color:#777;
	border-radius:2px;
	background-image:url('inc/assets/images/service_rtt.svg');
	background-size:95px auto;
	background-position:center 30px;
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
	max-width:237px;
}
.hero-service h4 {
	position:absolute;
	color:white;
	text-transform:uppercase;
	bottom:0px;
	left:50%;
	width:100%;
	transform:translateX(-50%);
}
.pop-and-sale {
	overflow:hidden;
	width:100%;
	display:block;
}
.prodslider-holder {
	padding:5px;
	padding-top:12px;
	margin-left:10px;
	margin-right:10px;
	min-height:350px;
}
div[class^="fp-prod-slider"] {
	display:flex;
	visibility:hidden;

}
.popprod-row {
	border-bottom:1px solid #ddd;
	position:relative;
	margin-left:-14px;
}

.headline-holder {
	text-align:center;
	
}
.slidbuttons .slick-prev {
	right:45px;
	left:auto;
	background-image:url('inc/assets/images/arrow.svg');
	background-size:15px;
	background-repeat:no-repeat;
	transform:rotate(180deg);
	top:auto;
	bottom:15px;
	position:absolute;
}
.slidbuttons .slick-next {
	right:5px;
	background-image:url('inc/assets/images/arrow.svg');
	background-size:15px;
	background-repeat:no-repeat;
	top:auto;
	bottom:0;
	position:absolute;
	
}
.slidbuttons .slick-prev:before, .slidbuttons .slick-next:before {
	display:none;
}
.popprod-holder h3 {
	margin-top:30px;
	font-size:22px;
	margin-bottom:0;
	padding-bottom:12px;
	border-bottom:2px solid #DF001D;
}

.frontpage-prod, .list-prod {
	border:1px solid #ddd;
	padding:0;
	margin:15px;
	transition:box-shadow 0.2s;
	position:relative;
	overflow:hidden;
	min-height:320px;
}
.frontpage-prod:hover a, .list-prod:hover a {
	text-decoration:none;
}
.frontpage-prod:hover, .list-prod:hover  {
	box-shadow:2px 2px 12px rgba(0,0,0,0.15);
	text-decoration:none;
	transition:box-shadow 0.2s;
}
.label-field {
	position:absolute;
	top:15px;
	left:15px;
	display:block;
	z-index:999;
	color:white;
	font-size:15px;
	background-color:#2DB556;
	padding:4px 10px;
	border-radius:2px;
}
.label-field-extra {
	position:absolute;
	top:52px;
	left:15px;
	display:block;
	z-index:999;
	color:white;
	font-size:15px;
	background-color:#a71212;
	padding:4px 10px;
	border-radius:2px;
}
.single-label-field {
	position:absolute;
	top:15px;
	left:30px;
	display:block;
	z-index:999;
	color:white;
	background-color:#2DB556;
	padding:4px 10px;
	border-radius:2px;
}

.prod-img {
	height: 200px;
    width: 100%;
    background-size: calc(100% - 80px);
    background-position: center 30px;
    background-repeat: no-repeat;
    background-color: white;
}
.top-ale, .single-top-ale {
	width:60px;
    height:60px;
    position:absolute;
    background-color:orange;
    right:10px;
    top:10px;
    border-radius:50%;
    line-height:60px;
    font-size:14px;
    color:white;
    text-align:center;
    font-weight:900;
}
.single-top-ale {
    width:fit-content;
    display:inline;
    position:absolute;
    background-color:#ff7f00;
    top:15px;
    font-size:14px;
    color:white;
    text-align:center;
    font-weight:900;
    padding:6px 10px;
    border-radius:2px;
	z-index:999;
	left:30px;
	line-height:inherit;
	height:auto;
	min-width:80px;
}
.labelplus {
	top:50px;
}
.sale-until {
	font-size:13px;
	color:#DF001D;
}
.prod-intro {
	text-align:center;
	padding-top:10px;
	position:absolute;
	background-color:white;
	width:100%;
	bottom:-50px;
	transition:bottom 0.2s;
}
.prod-intro h4 {
	border-top:1px solid #ddd;
	margin-left:20px;
	margin-right:20px;
	font-size:16px;
	padding-top:10px;
	padding-bottom:5px;
	transition:padding-bottom 0.2s;
}
.prod-readmore {
	display:block;
	width:100%;
	padding:10px;
	background-color:#DF001D;
	color:white;
	text-transform:uppercase;
	margin:0;
}
.frontpage-prod a:hover > .prod-intro, .list-prod a:hover > .prod-intro {
	bottom:0;
	transition:bottom 0.2s;
}
.frontpage-prod a:hover > .prod-intro h4, .list-prod a:hover > .prod-intro h4 {
	padding-bottom:0;
	transition:padding-bottom 0.2s;
}

.list-prod {
	margin:0;
}
.prod-price {
	font-size:18px;
	color:#DF001D;
	font-weight:900;
	display:inline-block;
	margin-bottom:0;
}
.prod-intro del {
	color:#777;
}
.prod-stockstatus {
	display:block;
	text-transform:uppercase;
	font-size:14px;
	font-weight:900;
	padding-bottom:6px;
}
.prod-outofstock {
	color:#999;
	font-weight:400;
}
.prod-instock {
	color:#2DB556;
}


/* -- shop-content -- */
.quantity {
	position:relative;
}
.woocommerce .quantity .qty {
	width:50px;
	border:1px solid #ccc;
}
.qty_button {
	background-color:white;
	border:1px solid #ccc;
	background-image:url('inc/assets/images/arrow.svg');
	background-position:center;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	color:transparent;

}
.plus.qty_button {
	transform:rotate(270deg);
	position:absolute;
	top:0;
	border-top:transparent;
	background-position:center 5px;
}
.minus.qty_button {
	transform:rotate(90deg);
	position:absolute;
	bottom:0;
	border-bottom:transparent;
	border-left:transparent;
	background-position:center 4px;
}
.shop-content {

}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-right:30px;
	width: calc(25% - 23px);
	margin-bottom:25px;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	margin-left:0;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right:0;
}
.subcategory-selector {
	display:inline-block;
	padding:0;
	border:none;
	min-width:300px;
	margin-bottom:25px;
	font-weight:300;
	border-radius:2px;
	transition: box-shadow 0.2s ease-in-out;
}
.subcategory-selector:hover {
	box-shadow:2px 2px 6px -2px rgba(0,0,0,0.2);
}
.subcategory-selector .dropdown-toggle:after {
	background-image:url('inc/assets/images/arrow.svg');
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:14px;
	top:13px;
	background-repeat:no-repeat;
	border:none!important;
	transform:rotate(90deg);
}
.subcategory-selector span {
	padding-left:15px;
}
.subcategory-selector .dropdown {
	padding: 6px 0;
	border:1px solid #ddd;
}
.subcategory-selector .dropdown a {
	color:#777;
	width:100%;
	display:block;
	text-decoration:none;
	padding-left:15px;
}
.subcategory-selector .dropdown .show  {
	padding:0;
}
.subcategory-selector #selected {
	padding-left:0;
}
.subcategory-selector .dropdown .dropdown-menu {
	width:calc(100% + 2px);
	border-top:none;
	left:-1px!important;
}
.subcategory-selector .dropdown .dropdown-menu li a:hover {
	background-color:#007bff;
	color:white;
}
.brand-selector {
	margin-left:10px;
}
.woocommerce .woocommerce-ordering select {
	border-color:#ddd;
	padding:6px 15px;
	color:#777;
	font-weight:300;
	border-radius:2px;
	transition: box-shadow 0.2s ease-in-out;
	-moz-appearance:none; 
    -webkit-appearance:none; 
    appearance:none;
	background-color:transparent;
	min-width:280px;
}
.woocommerce .woocommerce-ordering select:hover {
	box-shadow:2px 2px 6px -2px rgba(0,0,0,0.2);
}
.woocommerce .woocommerce-ordering select option {
	color:#777;
	font-weight:300;
}
.ordering-holder {
	display:inline-block;
	float:right;
	position:relative;
}
.mainselect select {
	-moz-appearance:none; 
    -webkit-appearance:none; 
    appearance:none;
}
.ordering-holder:after, .mainselect:after {
	content:"";
	background-image:url('inc/assets/images/arrow.svg');
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:14px;
	top:13px;
	background-repeat:no-repeat;
	border:none!important;
	transform:rotate(90deg);
	z-index:-2;
	pointer-events: none;
}
.mainselect:after {
	z-index:999;
	right:25px;
	top:15px;
}
.shop-search {
	width:100%;
	background-color:#f5f5f5;
	margin-bottom:20px;

	border-radius:2px;
	border:1px solid #ddd;
	text-align:center;
} 
.shop-search .form-control {
	margin-bottom:10px;
}
.shop-search .btn-herosearch {
	width: 100%;
    background-color: #2eb556;
    color: white;
    font-size: 20px;
}
.shop-search form {
	margin-bottom:25px;
}
.shop-search h3 {
	text-transform:uppercase;
	color:white;
	font-size:14px;
	padding:10px 0;
	background-color:#DF001D;
	font-weight:500;
}

.searches-right .shop-search:nth-of-type(2) .col:nth-child(2) {
	padding-left:7px;
	padding-right:7px;
}
.shop-service {
	width:100%;
	background-color:#777;
	min-height:160px;
	display:block;
}

.woocommerce nav.woocommerce-pagination {
	text-align:right;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:40px;
	height:40px;
	color:#777;
}

/*-- product page --*/
.woocommerce-product-gallery {
	box-sizing:border-box;
}
.woocommerce-product-gallery__image  {
	border:1px solid #ddd;
	background-color:white;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport  {
	border-bottom:1px solid #ddd;
}
.woocommerce .woocommerce-product-gallery__image img {
	width:auto;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    background-color: white;
    padding: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	right:28px;
}

.woocommerce div.product .product_title {
	margin-bottom:0;
	border:none;
	text-transform:uppercase;
	font-size:32px;
	font-weight:400;
}
.woocommerce div.product div.summary {
	margin-top:0;
}

.woocommerce .woocommerce-product-gallery {
	padding-left:0;
}
.entry-summary #breadcrumbs {
	border-bottom:1px solid #ddd;
	margin-bottom:0;
	padding-bottom:15px;
}
.entry-summary #esto_calculator img {
	max-width:65px!important;
	margin-right:10px;
}
.product_meta {
	padding-top:15px;
	padding-bottom:15px;
}
.product_meta span {
	margin-bottom:6px;
}
.sku_wrapper {
	margin-bottom:6px!important;
	display:block;
}
.product_meta a {
	color:#2DB556;
}
.woocommerce div.product p.price {
	margin-top:15px;
}
.product-brandimg {
	float: right;
    width: 220px;
    height: 95px;
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: center right;
}
.stock-holder {
	display:block;
}
.single-outofstock, .single-instock {
	text-transform:uppercase;
	font-weight:900;
	color:#2eb556;
}
.single-outofstock {
	color:#DF001D;
}
.summary .in-stock {
	display:none;
}
.woocommerce div.product form.cart div.quantity {
	float:none;
}
.woocommerce button.button.alt, .woocommerce button.button.alt:hover {
	background-color: #DF001D;
	display:block;
	text-transform:uppercase;
	float:none;
	margin-top:10px;
	padding:15px 20px;
}
.woocommerce div.product-info-holder p.price {
	color:#DF001D;
	opacity:1!important;
	font-size:24px;
	font-weight:700;
	display:inline-block;
	margin-right:20px;
}
.priceslider {
	display:inline-block;
	line-height:2;
	vertical-align:middle;
	padding-top:18px;
}
.priceslider span {
	vertical-align:middle;
}
.product-info-holder {
	background-color:white;
}
.product-info-holder .price del, .product-info-holder ins {
	color:#666;
	opacity:1!important;
	font-size:24px;
}
.product-info-holder .price del {
	font-weight:400;
}
.product-info-holder ins {
	color:#DF001D;
	text-decoration:none;
	margin-left:10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color:white;
	border:none;
	font-size:18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom:2px solid #DF001D;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display:none;
}
.single-product .category-toggle-sm {
	margin-bottom:20px;
	border:1px solid #ddd;
}
.single-product .category-toggle-sm .category-switch-singleprod {
	border-top:none;
	border-bottom:none;
}
.leasing-holder {
	min-height:400px;
	background-color:#f5f5f5;
	width:100%;
	border-radius:2px;
	border:1px solid #ddd;
	padding:30px;
	margin-bottom:20px;
}
.leasing-holder input {
	margin-bottom:10px;
	font-weight:300;
}
.leasing-holder select {
	font-weight:300;
}
.leasing-holder button {
	margin-top:15px;
	color:white;
	background-color:#2eb556;
	font-weight:600;
	padding:10px 15px;
}
.leasing-holder .leasing-output {
	margin-top:30px;
	font-weight:300;
	font-size:22px;
}
.leasing-holder .leasing-extrainfo {
	margin-top:30px;
	border-top:1px solid #ddd;
	padding-top:15px;
	font-size:14px;
}
.leasing-icon {
	width:100%;
	height:37px;
	background-image:url('inc/assets/images/rtt_liising.svg');
	display:block;
	margin-bottom:20px;
	background-position:left top;
	background-repeat:no-repeat;
	
}

.extra-prod-bottom {
	min-height:220px;
	background-color:#f5f5f5;
	border:1px solid #ddd;
	width:100%;
	top:550px;
	margin-top:20px;
	display:flex;
	display:none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
  margin-left: 0px;
  margin-bottom: 20px;
  margin-right: 5px;
  vertical-align:sub;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.prod-price-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 6px;
  right: 0;
  bottom: 0;
  background-color: #2eb556;
  -webkit-transition: .4s;
  transition: .4s;
}

.prod-price-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.single-instock {
	position:relative;
}
.single-instock:hover .hidden-stock {
	display:inline-block;
	border:1px solid #ebebeb;
	padding:5px 10px;
	transition:height 5s ease-in-out;
	height:auto;
	width:240px;
	visibility:visible;
	opacity:1;
	position:absolute;
	top:10px;
	left:0;
	background-color:white;
}
.single-instock:hover .hidden-stock p,  .single-instock:hover .hidden-stock strong {
	display:block;
}
.single-instock .hidden-stock {
	transition:height 5s ease-in-out;
	height:0;
	width:0;
	visibility:hidden;
	opacity:0;
	display:inline-block;
}
.hidden-stock p, .hidden-stock strong {
	font-size:13px;
	color:initial;
	text-transform:none;
	font-weight:normal;
	margin:0;
	padding:0;
	display:none;
}
input:checked + .prod-price-slider {
  background-color: #2eb556;
}

input:focus + .prod-price-slider {
 /* box-shadow: 0 0 1px #2196F3; */
}

input:checked + .prod-price-slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
.prod-price-slider.round {
  border-radius: 34px;
}

.prod-price-slider.round:before {
  border-radius: 50%;
}

.pricebox {
	display:none;
}
.visible {
	display:block;
}
.red {
	color:#2eb556;
	text-decoration:underline;
}
.bulk-discount {
	font-size:16px;
	font-weight:700;
	padding:10px 20px;
	color:black;
	background-color:#f5f5f5;
	border-left:2px solid red;
	color:#222;
	margin-top:-20px;
	display:inline-block;
}
.product-service-holder {
	border:1px solid #ddd;
	border-radius:2px;
	border-top:4px solid #2eb556;
	background-color:#f5f5f5;
	text-align:center;
	margin-bottom:20px;
}
.product-service-holder a {
	padding:20px;
	display:block;
	transition:box-shadow .2s ease-in-out;
	color:#444;
}
.product-service-holder h3, .product-service-holder p {
	margin-bottom:5px;
}
.product-service-holder a:hover {
	text-decoration:none;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
}
.pp-prodslider:first-of-type {
	margin-top:15px;
}
.pp-prodslider {
	width:100%;
	padding:14px 20px;
	background-color:#ddd;
	color:#444;
	display:block;
	text-align:center;
	margin-bottom:10px;
	font-weight:700;
	border-radius:2px;
	transition:background-color 0.1s ease-in-out;
}
.pp-prodslider:hover {
	color:#444;
	text-decoration:none;
	background-color:#ccc;
}
.pp-prodslider-active {
	background-color:#DF001D;
	color:white;
}
.pp-prodslider-active:hover {
	background-color:#DF001D;
	color:white;
}
.slides-inactive {
	display:none;
}
.slides-active .slick-slide {
	width:228px;
	float:left;
	width:500px;
	max-width:228px;
}
.popprod-holder .frontpage-prod {
	width:228px;
	float:left;
	width:500px;
	max-width:237px;
}

.noslick-slides .slide {
	float:left;
	width:500px;
	max-width:228px;
}

.related-products .col-md-2:first-of-type {
	padding-right:0;
}
.related-products .col-md-10 {
	padding-left:0;
}
.single-product .headline-holder {
	padding-right:0;
	z-index:999;
}


.extraprod-holder {
	display:block;
	width:100%;
	height:auto;
	border:1px solid #ddd;
	margin-bottom:20px;
}
.extraprod-holder a {
	display:block;
	width:100%;
	height:auto;
	padding:15px;
}
.extraprod-img {
	width:100px;
	height:100px;
	background-size:cover;
	float:left;
	background-position:center;
}
.extraprod-content {
	float:left;
	padding-left:15px;
	padding-right:0px;
	width:calc(100% - 100px);
	border-radius:2px;
}
.extraprod-content h3 {
	margin-top:10px;
	margin-bottom:2px;
}
.extraprod-content p {
	color:#444;
}
.extraprod-fakelink {
	background-color:#DF001D;
	color:white;
	padding:12px 8px;
	border-radius:2px;
	display:inline-block;
	text-align:center;
	width:100%;
	margin-top:15px;
	font-weight:600;
}

.prodorder-image {
    width: 100%;
    display: block;
    min-height: 250px;
    margin-bottom: 20px;
    background-size: calc(100% - 80px);
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
}
#orderform .modal-header, .brand-modal .modal-header {
	background-color:#f5f5f5;
	border-bottom:1px solid #ddd;
}
#orderform .modal-body {
	padding:20px 20px 50px 20px;
}
#orderform .modal-body button {
	float:right;
	background-color:#2eb556;
	color:white;
	font-weight:700;
}

/*-- services page --*/
.services-terms-contact {
	margin-top:30px;
	border:1px solid #ddd;
	background-color:#f5f5f5;
	border-radius:2px;
	padding:20px 30px;
	border-top:4px solid #2DB556;
}
.services-modal-contact {
	margin-top:30px;
	border:1px solid #ddd;
	background-color:#f5f5f5;
	border-radius:2px;
	padding:20px 15px;
	border-top:4px solid #2DB556;
}
.services-terms-contact b {
	margin-bottom:10px;
	display:block;
}
.service-logos-wrapper {
	padding-right:0;
}
.services-holder {
	border-top:1px solid #ddd;
	padding:5px 0;
	display:table;
	width:100%;
	min-height:50px;
}
.services-holder p {
	margin-bottom:0;
	display:table-cell;
	vertical-align:top;
}
.services-holder .serv-price {
	background-color:#fff;
	text-align:center;
	width:110px;
	display:table-cell;
	vertical-align:middle;
	margin-left:20px;
	padding-left:20px;
}
.services-holder .serv-price span {
	padding:5px 10px;
	background-color:#eee;
	width:110px;
	display:inline-block;
	font-weight:900;
	padding-top:6px;
}
.service-text {
	margin-top:30px;
	padding-left:30px;
	padding-right:30px;
}
.brand-logo-holder {
	margin-bottom:20px;
}
.brand-logo-btn {
	border:1px solid #ddd;
	border-radius:2px;
	height:180px;
	transition: box-shadow .2s ease-in-out;
	background-size: 60%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:white;
}
.brand-logo-btn:hover {
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
}
.modal-header {
	border-bottom:none;
}
.modal-body {
	padding:50px 40px;
	padding-top:20px;
}
.modal-content {
	margin-top:50px;
}
.modal-lg {
	max-width:1200px;
}
.service-modal-form {
	border-left:1px solid #ddd;
}
.service-modal-form .form-row {
	padding-bottom:15px!important;

}
.woocommerce .service-modal-form  form .form-row {
	padding:0;
	margin:0 -5px;
}
.service-modal-form textarea {
	height:240px;
}
.service-modal-form .btn {
	float:right;
	background-color:#2DB556;
	color:white;
	text-transform:uppercase;
	font-weight:700;
}
.modal-brandlogo {
	height: 180px;
	background-size: 60%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:white;
	border:1px solid #ddd;
}

.county-prices-holder:first-of-type {
	background-color:#DF001D;
	margin-top:30px;
	border-radius:2px 2px 0 0;
	color:white;
	padding:0 30px;
	display:flex;
	justify-content:space-between;
	align-content:center;
	border-bottom:none;
}
.county-prices-holder {
	margin-top:15px;
	border-radius:2px 2px 0 0;
	padding:0 30px;
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #ddd;
}
.county-prices-holder:first-of-type p {
	display: block;
	margin-top:14px;
	text-transform:uppercase;
	font-weight:700;
}
.county-prices-holder p {
	width:30%;
	text-align:center;
}
.county-prices-holder p:first-child {
	min-width:180px;
	text-align:left;
	font-weight:700;
}
.county-prices-holder p:last-child {
	font-weight:700;
}
.askmore-form {
	padding:20px;
	border:1px solid #ddd;
	background-color:#f5f5f5;
	margin-top:-80px;
}
.askmore-form h3 {
	text-transform:uppercase;
	padding:20px 15px;
	margin: -20px -20px 25px -20px;
	padding-top:25px;
	text-align:center;
	position:relative;
}
.askmore-form h3:after {
	content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #DF001D;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
.services-btn-full {
	width:100%;
    background-color: #df001d;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 25px;
}
.askmore-form input {
	height:45px;
}
.askmore-form textarea {
	height:140px;
}

.askmore-form .agree-to-terms-holder {
	font-size:14px;
}

.askfor-extrainfo {
	margin-top:30px;
	text-align:center;
	padding-top:20px;
	border-top:1px solid #ddd;
}
.service-img-full {
	padding:10px;
	background-color:white;
	border:1px solid #ddd;
	margin-bottom:20px;
}
.separator {
	width:100%;
	display:block;
	height:1px;
	background-color:#ddd;
	margin-top:30px;
	margin-bottom:30px;
}
.fpslide-image .category-switch-btn {
	border-top:none;
	border-bottom:none;
	border:1px solid #ddd;
}
/* -- cart */
.woocommerce table.shop_table {
	border:1px solid #ddd;
	border-radius:2px;
	background-color:white;
}
.cart_item .product-name a {
	font-weight:700;
	color:#444;
}
.cross-sells h2 {
	font-size:18px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
.cross-sells-area ul {
	list-style:none;
	padding-left:0;
}
.cross-sells-area ul li {
	margin-right:20px!important;
}
.cross-sells-area ul li:nth-child(even) {
	margin-right:0!important;
}
#cross-sell-modal {
	text-align:center;
}
#cross-sell-modal .modal-header h3 {
	margin: 0 auto;
    padding-top: 20px;
}
#cross-sell-modal .list-prod {
	width:260px;
	margin:0 auto;
}
#cross-sell-modal .modal-footer {
	padding:20px;
}
#cross-sell-modal .modal-footer button {
	margin:0 auto;
	font-size:15px;
}

.woocommerce .cart-collaterals .cart_totals {
	width:100%;
}

/*-- checkout --*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#DF001D;
	transition:box-shadow 0.2s ease-in-out;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color:#DF001D;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.4);

}
.woocommerce table.woocommerce-checkout-review-order-table {
	background-color:#f5f5f5;
}
.woocommerce-checkout form .form-row {
	width:100%;
	display:flex;
}
.woocommerce-checkout .woocommerce-input-wrapper {
	display:block;
	width:calc(100% - 300px);
}

.woocommerce-checkout .woocommerce-input-wrapper input {
	height:40px;
}
.woocommerce-checkout .woocommerce-input-wrapper textarea {
	height:150px!important;
}
.woocommerce-checkout form .form-row label {
	min-width:300px;
}

.woocommerce-checkout-review-order {
	background-color:#f5f5f5;
}
.woocommerce table.shop_table {
	padding:20px 20px;
}
.payment-headline-checkout {
	border-bottom:1px solid #ddd;
	margin: 0 15px;
}
.woocommerce-checkout #payment {
	background-color:white;
	
}
.woocommerce-info {
	border:1px solid #ddd;
	border-top:2px solid;
	border-top-color:#2eb556;
	padding:12px 30px;
	margin-bottom:20px;
	border-radius:2px;
}
.woocommerce-info a {
	color:#2eb556;
}
.woocommerce-info:before {
	display:none;
}
.woocommerce-privacy-policy-text {
	display:none;
}

.checkout-contents-transp, .checkout-notices {
	padding-left:0;
	padding-right:20px;
}
.checkout-main-form-holder {
	padding-right:0;
}
#ship-to-different-address-checkbox {
	height: auto;
    margin-right: 10px;
}
#ship-to-different-address {
	border-bottom:none;
	margin-top:10px;
}
.checkout-main-form-holder .col-12 {
	padding-left:0;
	padding-right:0;
}
.woocommerce-checkout #payment ul.payment_methods {
	padding-left:0;
	padding-right:0;
}
.woocommerce-checkout .place-order {
	padding-left:0!important;
	padding-right:0!important;
}

/*-- myaccount --*/
.woocommerce-form-login {
	background-color:white;
}
.woocommerce-form-login .btn, .woocommerce-ResetPassword .btn  {
	background-color:#2DB556;
	margin-right:30px;
	border:1px solid transparent;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 15px;
	margin-top:0!important;
}
.lost_password a {
	color:#2DB556;
	padding-top: 10px;
    display: inline-block;
    padding-left: 5px;
}
.woocommerce-form-login #rememberme {
	display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
}
.woocommerce form .form-row label.inline {
	display:block;
}
.woocommerce-MyAccount-navigation {
	padding:0;
	background-color:white;
	border-radius:2px;
	border:1px solid #ddd;
	width:25%!important;
}
.woocommerce-MyAccount-content {
	float:left!important;
	padding-left:30px;
}
.woocommerce-MyAccount-navigation ul {
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;

}
.woocommerce-MyAccount-navigation ul li {
	padding: 12px;
    padding-left: 30px;
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.woocommerce-MyAccount-navigation ul li a {
	color:#333;
	display:block;
	width:100%;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration:none;
}
.woocommerce-MyAccount-navigation ul li a:hover:before, .woocommerce-MyAccount-navigation .is-active:before{
	content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #DF001D;
}

.wc_payment_methods li {
/*	display:flex; */
	position:relative;
}

.wc_payment_methods li label {
	margin-top:4px;
	position:absolute;
	top:0;
}
#rtt_leasing_period_field {
	display:block;
}
.payment_method_offline_gateway p {
	margin-bottom:0;
}
.leasing-select {
	padding:0 0;
}
#rtt_leasing_period_field select {
	border-radius: 2px;
	padding-left:10px;
	padding-right:10px;
}
#rtt_leasing_period_field label {
	position:initial;
	max-width:60px;
}
.woocommerce-shipping-methods li {
	display:flex;
}
.woocommerce ul#shipping_method li label {
	margin-top:11px;
}

.wc_shipping_omniva td select {
	max-width:180px;
}
.shop_table .woocommerce-shipping-destination {
	display:none;
}
/* contact page */ 

.mapimg {
	background-size:cover;
	background-position:center;
	margin-bottom:8px;
}
.contact-subheadline {
	padding-top:40px;
	margin-bottom:0;
	border-bottom:1px solid #ddd;
}
.main-contact-info a, .person-holder a {
	color:#2DB556;
}
.contact-page-form form {
	width:100%;
}

.footer-contact-text h2 {
	font-size:32px;
}

.contact-page-form {
	display:block;
}
.contact-page-form label {
	display:block;
}
.contact-page-form input, .contact-page-form textarea {
	background-color:rgba(255,255,255,0.2);
	border-radius:2px;
	outline: 0;
	height:50px;
}
.contact-page-form input {
	margin-top:20px;
}
.contact-page-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0,0,0,0.6);
    opacity: 1; /* Firefox */
}

.contact-page-form textarea {
	height:190px;
	margin-top:20px;
}
.contact-page-form textarea::placeholder {
	color: rgba(0,0,0,0.6);
}
.contact-page-form .btn {
	background-color:#2DB556;
	float:right;
	font-size:16px;
	padding:10px 25px;
	text-transform:uppercase;
	height:auto;
	margin-top: .5rem;
	font-weight:600;
	outline: 0;
	border-color:transparent;
}
.contact-page-form .btn:active,
.contact-page-form .btn:focus,
.contact-page-form .btn:hover {
	border-color: none;
	background-color: #2DB556;
}

.contact-page-form .wpcf7-not-valid-tip {
	display: none;
}

.contact-page-form input.wpcf7-not-valid, .contact-page-form textarea.wpcf7-not-valid {
	border: 1px solid red;
}

.contact-page-form div.wpcf7-response-output {
	margin: 2em 1em 1em;
	color: #fff;
	border: 1px solid #fff;
}

.agree-to-terms {
	color:white;
	padding-top:25px;
}
.agree-to-terms span {
	width:auto;
	display:inline-block;
	vertical-align:inherit;
	margin-top:-2px;
	color:white;
}
.agree-to-terms span a {
	color:white;
}
.agree-to-terms input {
	width:20px;
	height:20px;
	margin-right:10px;
	margin-top:5px;
}
.agree-to-terms .wpcf7-list-item-label {
	font-size:16px;
	font-weight:normal;
	color:rgba(255,255,255,0.8);
}
.agree-to-terms .wpcf7-checkbox.wpcf7-not-valid label span.wpcf7-list-item-label:before {
	border:2px solid red;
}
.agree-to-terms .wpcf7-checkbox label input {
    position: absolute;
    width: auto;
    opacity: 0;
}

.agree-to-terms .wpcf7-checkbox label span.wpcf7-list-item-label:before {
    content: ' ';
    width: 16px;
    height: 16px;
    border: 2px solid #029c4b;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 4px;
	border-radius:50%;
	width:20px;
	height:20px;
}

.agree-to-terms .wpcf7-checkbox input:checked+span.wpcf7-list-item-label:before {
    background-color: #029c4b;
    border: 2px solid #029c4b;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
	border-radius:50%;
	width:20px;
	height:20px;
}
.agree-to-terms .privacy-notice a {
	color:rgba(0,0,0,0.8);
	text-decoration:underline;
	font-size:16px;
	margin-left:5px;
	display:block;
	margin-top:-6px;
	font-weight:normal;
}
.privacy-agree .form-control {
	background-color:transparent;
	border-color:transparent;
	padding:0;
}
.agree-to-terms span {
	margin-left:0;
}
.recaptcha .form-control {
	border:1px solid transparent;
	padding:0;
	padding-top:20px;
}

/* hooldusvormide agree-to-terms*/
.agree-to-terms-holder {
	position:relative;
	padding-left:30px;
}

.privacy-agree-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 9999;
    left: 20px;
    top: -5px;
}
.agree-to-terms-holder .checkmark {
	position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
	border:2px solid #DF001D;
	border-radius:50%;
	
}

/* When the checkbox is checked, add a blue background */
.agree-to-terms-holder input:checked ~ .checkmark {
  background-color: #029c4b;
  border:2px solid #029c4b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.agree-to-terms-holder .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.agree-to-terms-holder input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.agree-to-terms-holder .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.agree-to-wrap {
	padding-left:0;
}

/* -- teenuste leht --*/
.serviceoffer-single {
	min-height:500px;
	border:1px solid #ddd;
	margin:0 8px 30px 8px;
	position:relative;
	background-color:#fff;
	border-radius:2px;
	padding:0;
}
.serviceoffer-single h2 {
	font-weight:600;
	margin-bottom:10px;
	font-size:18px;
	padding:20px;
	padding-top:10px;
	background-color:white;
	text-align:center;
	position:relative;
	margin-top:0;
}

.serviceoffer-single h2:after {
	content:"";
	display:block;
	height:2px;
	width:40px;
	background-color:#DF001D;
	left:50%;
	bottom:5px;
	position:absolute;
	transform:translateX(-50%);

}
.serviceoffer-single img {
	padding:15px;
	padding-bottom:0;
}
.serviceoffer-single a {
	padding:12px 10px;
	background-color:#DF001D;
	color:white;
	text-align:center;
	border-radius:2px;
	text-transform:uppercase;
	width:calc(100% - 30px);
	display:block;
	margin:0 auto;
	position:absolute;
	bottom:15px;
	left:50%;
	transform:translateX(-50%);
	
}
.serviceoffer-single a:hover {
	text-decoration:none;
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
}
.serviceoffer-single ul, .fpslide-main ul {
	list-style:none;
	padding-left:0;
	padding:5px 15px 5px 5px;
	padding-top:0;
}
.serviceoffer-single ul li, .fpslide-main ul li {
	padding-left:30px;
	padding-bottom:8px;
	font-size:16px;
}
.serviceoffer-single ul li:before, .fpslide-main ul li:before {
    content: '';
    margin-left: -25px;
    margin-top: 9px;
    color: #2eb556;
    font-weight: 900;
    position: absolute;
    left: 43px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #2eb556;
    width: 6px;
    height: 6px;
}
/* -- slaidi oma leht --*/
.fpslide-main {
	background-color: transparent;
    min-height: 450px;
    width: calc(75% - 385px);
    max-width: calc(75% - 385px);
    flex: auto;
}
.fpslide-image {
	background-size:contain;
	background-repeat:no-repeat;
}
.services-form-inputs .g-recaptcha {
	transform:scale(1);
	transform-origin:0 0;
}
.offer-askfor {
	padding: 20px;
    padding-top: 0;
    width: 385px;
    max-width: 385px;
    flex: auto;
}
.offer-holder {
	border:1px solid #ddd;
	padding:20px;
	margin-top:15px;
	text-align:center;
	border-top: 2px solid #2eb556;
	background-color:#f5f5f5;
	border-radius:2px;

}
.offer-askfor .offer-btn {
	width:100%;
	padding:15px;
	text-transform:uppercase;
	background-color:#DF001D;
	color:white;
	display:block;
	text-align:center;
	transition:box-shadow ease-in-out 0.2s;
}
.offer-askfor .offer-btn:hover {
	box-shadow:2px 2px 12px rgba(0,0,0,0.2);
	text-decoration:none;
}

.outofstock-form-inputs {
	padding-left:0;
	padding-right:0;
}
.outofstock-form-inputs .agree-to-terms {
	padding-top:0;
}
.outofstock-form-inputs label {
	width:100%;
}
.outofstock-form-inputs textarea {
	height:100px;
}
.outofstock-form-inputs .wpcf7-submit {
	color: #fff;
    background-color: #2eb556;
    font-weight: 600;
    padding: 10px 15px;
	border:1px solid transparent;
	line-height:initial;
	margin-top:15px;
}
.services-form-inputs .agree-to-terms .privacy-notice a {
	font-size:14px;
}
.services-form-inputs .colinputs {
	padding-left:0;
	padding-right:0;
}
.services-form-inputs .recaptcha .form-control {
	background-color:transparent;
	padding-top:8px;
}
.services-form-inputs .agree-to-terms {
	padding-top:0;
}
.services-form-inputs .footer-submit {
	margin-top:10px;
}
.services-form-inputs .wpcf7-submit {
	width:100%;
	background-color:#df001d;
}
.askmore-form .askfor-extrainfo {
	margin-top:0;
}
.askmore-form form {
	margin-bottom:0;
}

.woocommerce-button.button.ced_my_account_reorder {
margin-left:10px;
margin-right:10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
margin-bottom:120px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
padding:10px 15px;
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 30px;
}

.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;
}
.woocommerce-cart-form ins  {
	color:#2eb556;
	font-size:18px;
	font-weight:bold;
}
.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-brands {
	margin-top:40px;
	padding-top:40px;
	background-color:#f5f5f5;
	min-height:280px;
	border-radius:2px;
}
.brands-slider {
	padding-left:100px;
	padding-right:100px;
}
.brands-slider .slick-slide {
	transition: box-shadow 0.2s ease-in-out;
}
.brands-slider .slick-slide:hover {
	box-shadow:2px 2px 12px rgba(0,0,0,0.1);
	border-radius:2px;

}
.brands-slider .slick-prev, .brands-slider .slick-next {
	top:50px;
	background-color:white;
	width:40px;
	height:40px;
	border-radius:2px;
	transition: box-shadow 0.2s ease-in-out;
}
.brands-slider .slick-prev:hover, .brands-slider .slick-next:hover {
	box-shadow:2px 2px 12px rgba(0,0,0,0.1);

}
.brands-slider .slick-prev:before, .brands-slider .slick-next:before {
	top:-6px;
}
.brands-slider .slick-prev {
	left:40px;
}
.brands-slider .slick-next {
	right:40px;
}
.brand-slide {
	height: 80px;
	background-color:white;
	border-radius:2px;
	margin:10px;
	padding:0;
}
.brand-slide a {
	display:block;
	width:100%;
	height:100%;
	background-size:80%;
	background-position:center;
	background-repeat:no-repeat;
}
#footer-widget {
	background-color:#555!important;
	color:white;
	padding-top:150px;

}
#footer-widget .widget-title {
	color:white;
}
.footer-points-lifted {
	height:130px;
	margin-top:-220px;
	background-color:white;
	box-shadow:0 -10px 15px -10px rgba(0,0,0,0.2)
}
.footer-points-lifted ul {
	display:flex;
	justify-content:space-between;
	padding:0 0px;
}
.footer-points-lifted li {
	text-decoration: none;
    margin-top: 24px;
    height: 88px;
	display:flex;
    padding-top:10px;
	padding-left:10px;
	padding-right:15px;
    border-right: 2px solid #ddd;
	width:100%;
	

}
.footer-points-lifted li:last-child {
	border-right:none;
}
.footer-points-lifted .above-footer-icon {
	width:130px;
	height:56px;
	background-size: 80% auto;
	background-repeat:no-repeat;
	background-position:center center;
	padding:0px;
	margin-left:0;
	margin-right:10px;
	
}
.footer-points-lifted p {
	color:#444;
	font-size:14px;
	margin-top:10px;
}
#footer-widget .textwidget p {
	margin-bottom:6px;
}
#footer-widget a {
	color:white;
	margin-bottom:6px;
	display:inline-block;
}
#footer-widget .widget_text img {
	margin-right:10px;
	margin-bottom:10px;
	
}



.site-footer {
	background-color:#555;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media(min-width: 576px) {
	.container {
		max-width:768px;
	}
}
@media(min-width: 768px) {
	.container {
		max-width:900px;
	}
}
@media (min-width:992px) {
	.container {
		max-width:1100px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width:1180px;
	}
}
@media (min-width: 1330px) {
  .container {
    max-width: 1300px;
  }
 
}
@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
 
}
@media (min-width: 1530px) {
  .container {
    max-width: 1500px;
  }
 
}
@media (min-width: 1630px) {
  .container {
    max-width: 1600px;
  }
 
}


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1630px) {
	.header-search {
		margin-left:150px;
	}
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width:47%;
	}
	
}
@media only screen and (max-width: 1530px) {
	.header-search {
		margin-left:130px;
	}
	.prod-img {
		background-size:calc(100% - 100px);
	}
	.hero-search {
		min-width:425px;
	}
	.hero-search .hero-form-holder {
		padding:15px 0;
	}
	.icontext-search {
		width:205px;
	}
	.footer-points-lifted {
		padding:0;
		height:145px;
		
	}
	.footer-points-lifted .above-footer-icon {
		display:block;
		margin:0 auto;
		width:80px;
	}
	.footer-points-lifted li {
		display:block;
		margin-top:5px;
		border-right:none;
		position:relative;
		padding:10px;
		height:130px;
	}
	.footer-points-lifted li:after {
		content:"";
		display:block;
		position:absolute;
		height:85px;
		background-color:#ddd;
		width:2px;
		top:15px;
		left:0;
	}
	.footer-points-lifted li:first-child:after {
		display:none;
	}
		
	.footer-points-lifted p {
		display:block;
		text-align:center;
		margin-top:0;
	}
}
@media only screen and (max-width: 1430px) {
    .header-search {
		margin-left:115px;
		max-width:350px!important;
	}
	.navbar-ru .header-search {
		margin-left:60px;
	}
	.prod-img {
		background-size:calc(100% - 80px);
	}
	.hero-search {
		min-width:400px;
	}
	.hero-search .hero-form-holder {
		padding:15px 0;
		width: calc(100% - 185px);
	}
	.icontext-search {
		width:185px;
	}
	.hero-service {
		max-width:203px;
	}
	.brand-logo-btn {
		height:140px;
	}
	.frontpage-slider .slick-slide {
		background-position: -280px center!important;
	}
	.subcategory-selector {
		min-width:300px;
	}
	.brand-selector {
		min-width:200px;
	}

	
}
@media only screen and (max-width: 1330px) {
	.ordering-holder {
		float:none;
	}
	.header-search {
		margin-left:48px;
		max-width:350px!important;
	}
	.navbar-ru .header-search {
		max-width:280px!important;
		margin-left:25px;
	}
	.frontpage-slider .hero-slogan {
		margin-left:80px;
	}
	.hero-search {
		min-width:370px;
	}
	.hero-search .hero-form-holder {
		padding:15px 0;
		width: calc(100% - 143px);
	}
	.icontext-search {
		width:143px;
	}
	.hero-service {
		max-width:165px;
	}
	.shop-cat-holder .categ-icon {
		background-size:24px 24px;
		width:24px;
		height:28px;
		left:3px;
	}
	.shop-categories .shop-cat-holder a {
		padding-left:32px;
		font-size:14px;
	}
	.frontpage-slider .slide {
		background-position:-350px center!important;
	}
}
@media only screen and (max-width: 1200px) { 
	.ordering-holder, .subcategory-selector {
		float:none;
		display:block;
		margin-left:0;
		margin-bottom:10px;
	}
	.woocommerce .woocommerce-ordering select {
		min-width:100%;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float:none;
	}
    .greenlogo {
		margin-left:12px!important;
	}
    .header-search {
		margin-left:15px;
		max-width:235px!important;
	}
	.navbar-ru .header-search {
		display:none;
	}
	.navbar-ru .searchbutton {
		display:block!important;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		padding:13px 10px;
	}

	.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		font-size:14px;
	}
	.prod-img {
		background-size:calc(100% - 60px);
	}
	.frontpage-slider .hero-slogan {
		margin-left:80px;
	}
	.hero-search-holder {
		display:block;
	}
	
	.hero-search {
		min-width:calc(50% - 10px);
		width:calc(50% - 10px);
		float:left;
		margin-right:0;
	}
	.hero-search:first-of-type {
		margin-right:20px;
	}
	.hero-search .hero-form-holder {
		padding:15px 0;
		width: calc(100% - 165px);
	}
	
	.icontext-search {
		width:165px;
	}
	.hero-service {
		display:none;
	}
	.shop-categories {
		padding-right: 15px;
		border-radius: 2px;
		max-width: 20%;
		flex: 0 0 20%;
	}
	.frontpage-hero-holder {
		padding-left: 15px;
		max-width: 80%;
		flex:0 0 20%;
	}
	.brand-logo-btn {
		height:115px;
		background-size:75%;
	}
	
	.footer-points-lifted {
		width:90%;
		flex:none;
		max-width:90%;
	}
	
	.shop-content {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	.searches-right {
		width:100%;
		max-width:100%;
		flex:100%;
		display:flex;
		margin-top:20px;
	}
	.shop-search {
		width:50%;
		float:left;
	}
	.shop-search:nth-of-type(1) {
		margin-right:10px;
	}
	.shop-search:nth-of-type(2) {
		margin-left:10px;
	}
	.searches-right .shop-search:nth-of-type(2) .col:nth-child(2) {
		padding-left:10px;
		padding-right:8px;
	}
	.searches-right .shop-search:nth-of-type(2) .col:nth-child(2) .form-row  {
		padding:0;
	}
	.searches-right .shop-search:nth-of-type(2) .col:nth-child(2) .form-row .col input {
		height:38px;
		margin-bottom:3px;
	}
	.leasing-right {
		max-width:100%;
		flex:100%;
	}
	.leasing-right .category-toggle-sm {
		display:none!important;
	}
	.full-1200 {
		flex:100%;
		max-width:100%;
	}
	#content.site-content {
		padding-bottom:0;
	}
	
	.page-template-template-cart .content-area {
		width:100%;
		flex:100%;
		max-width:100%;
	}
	.page-template-template-cart .cross-sells-area {
		width:100%;
		flex:100%;
		max-width:100%;
	}
	.woocommerce ul.products, .woocommerce-page ul.products {
		/*display:flex;*/
	}
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width:25%;
		clear:none;
		float:left;
		margin-right:0!important;
	}
	.cross-sells-area ul li:nth-child(even) {
		margin-right:0px!important;
	}
	.cross-sells-area ul li:nth-child(4) {
		margin-right:0px!important;
	}
	
	.checkout-contents-transp, .checkout-notices, .checkout-main-form-holder {
		flex:100%;
		max-width:100%;
		padding-left:0;
		padding-right:0;
	}
	.checkout-contents-transp h3, .checkout-notices h3, .checkout-main-form-holder h3 {
		margin-top:10px;
		border-bottom:1px solid #ddd;
		margin-left:0;
		margin-right:0;
	}
	#ship-to-different-address {
		border-bottom:none;
	}
	.checkout-main-form-holder .col-12 {
		padding-left:0;
		padding-right:0;
	}
	.woocommerce-checkout #payment ul.payment_methods {
		padding-left:0;
		padding-right:0;
	}
	.woocommerce-checkout .place-order {
		padding-left:0!important;
		padding-right:0!important;
	}
	.frontpage-slider .hero-slogan {
		max-width:400px;
	}
	.frontpage-slider .hero-slogan h1 {
		font-size:32px;
	}
	.frontpage-slider .slide {
		background-position: -430px center!important;
	}
	.fpslide-main {
		min-height:auto;
	}
	
	
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	.frontpage-slider .slide {
		background-position: -470px center!important;
	}
	.frontpage-slider .hero-slogan {
		margin-left:60px;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
	.top-contact {
		padding-left:15px;
		padding-right:15px;
	}
	.header-search {
		display:none;
		position:absolute;
		top:95px;
		width:100%;
		max-width:calc(100% - 45px)!important;
		left:0;
	}
	.searchbutton {
		display:block!important;
	}
	#content.site-content {
		padding-top:90px!important;
	}
	.dgwt-wcas-suggestions-wrapp {
		display:none;
		position:absolute;
		z-index:9999999;
	}
	.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		right:-15px;
	}
	.fpslide-image .category-toggle-sm {
		display:none!important;
	}
	.askmore-form {
		margin-top:20px;
	}
	.fpslide-main {
		background-color: transparent;
		min-height: 450px;
		width: 100%;
		max-width: 100%;
		flex: auto;
	}
	.offer-askfor {
		padding: 20px;
		padding-top: 0;
		width: 385px;
		max-width: 385px;
		flex: auto;
	}
	.frontpage-slider .slide {
		background-position: -150px center!important;
	}
	.frontpage-slider {
		height:350px;
	}
	.frontpage-slider h1 {
		margin-top:60px;
		font-size:28px;
	}
	.frontpage-slider .slide-description a {
		font-size:16px;
	}
	#masthead .nav {
	z-index:999;
	}
	#masthead .container:first-child {
		padding-right:0;
		padding-left:0;
	}
	.navbar-brand {
		padding-left:20px;
		padding-top:5px;
	}
	.navbar-brand img {
		margin-top:5px;
	}

	#main-nav {
		z-index:9999;
		background-color:white;
	}
	#main-nav ul li {
		line-height:25px;
	}
	.shop-categories {
		display:none;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover:after, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:after {
		display:none;
	}
	#masthead .navbar-nav > li.current_page_item {
		background-color:#f5f5f5;
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
	}
	.frontpage-hero-holder {
		padding-left: 15px;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.navbar-toggler {
		position:absolute;
		top:29px;
		right:0;
	}
	.header-cart-holder {
		position:absolute;
		right:240px;
		top:15px;
	}
	.langselector, .accountbutton, .searchbutton {
		position:absolute;
	}
	.searchbutton {
		top:25px;
		right:50px;
	}
	.accountbutton {
		top:24px;
		right:95px;
		border-right:none;
		border-left:1px solid #ddd;
	}
	.langselector {
		top:32px;
		right:150px;
	}
	.frontpage-prod, .list-prod {
		margin:10px;
	}
	.pop-and-sale .slick-slider {
		margin-left:-10px;
		margin-right:-10px;
	}
	.service-logos-wrapper {
		padding-left:0;
	}
	.mapimg {
	    background-size: cover;
		background-position: center;
		margin-bottom: 8px;
		max-width: calc(100% - 30px);
		height: 320px;
		margin-left: 15px;
	}
	.footer-points-lifted  {
		height:auto;
		margin-bottom:40px;
	}
	.footer-points-lifted ul {
		display:block;
	}
	.footer-points-lifted li {
		display:block;
		float:left;
		width:50%;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-right: 0px;
		width: 25%;
		margin-bottom: 25px;
	}
	.shop-content {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.related-products .col-md-2:first-of-type {
		max-width:25%;
		flex: 25%;
	}
	.related-products .col-md-10 {
		max-width:75%;
		flex:75%;
	}
	.single-product .headline-holder {
		padding-right:0;
		z-index:999;
		max-width:25%;
		flex: 0 0 25%;
	}
	.single-product .slidbuttons {
		padding-right:0;
		max-width:75%;
		flex: 0 0 75%;
	}
	.pp-prod-slider-rel, .pp-prod-slider-cross, .pp-prod-slider-kulu {
		padding-right:0;
	}
	.fpslide-main h2 {
		padding-top:40px;
		margin-bottom:5px;
	}
	
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.frontpage-slider .slide {
		background-position: right center!important;
	}
	.frontpage-slider .hero-slogan {
		margin-left:0;
		max-width:100%;
		flex:100%;
	}
	.frontpage-slider h1 {
		text-align:center;
	}
	.frontpage-slider .slide-description {
		text-align:center;
		max-width:100%;
		padding:0 40px;
	}
	.frontpage-slider .slick-current:before {
		content:"";
		display:block;
		width:100%;
		height:100%;
		background-color:rgba(255,255,255,0.55);
		position:absolute;
	}
	.langselector {
		width:60px;
	}
	.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
		right:13px;
	}
	.header-cart-holder {
		right:218px;
		display:block;
	}
	#header-cart {
		display: inline-block;
		float: right;
		color: #333;
		font-weight: 900;
		text-decoration: none;
		min-width: 60px;
		text-align: right;
		padding-right: 15px;
	}
	.hero-search {
		height:auto;
	}
	.hero-search .icontext-search {
		width:100%;
		height:auto;
		background-image:none;
	}
	.hero-search .icontext-search h4 {
		position:relative;
		margin-top:15px;
		margin-bottom:15px;
	}
	.hero-search .hero-form-holder {
		width:100%;
	}
	.hero-search .hero-form-holder {
		padding-bottom:0;
	}
	.service-logos-wrapper {
		margin-top:40px;
	}
	.service-logos-wrapper b {
		font-size:16px;
	}
	.brand-logo-btn {
		height:180px;
		background-size:50%;
	}
	.footer-brands {
		min-height:240px;
	}
	.map-holder {
		padding:0;
	}
	.subcategory-selector {
		margin-bottom:10px;
		float:none;
	}
	.ordering-holder {
		float:none;
	}
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 33.33333%;
		float: left;
		clear: none;
		margin: 0;
	}
	.related-products .col-md-2:first-of-type {
		max-width:100%;
		flex: 100%;
		margin-right:25px;
		padding-right:10px;
	}
	.related-products .col-md-10 {
		max-width:100%;
		flex:100%;
	}
	.single-product .headline-holder {
		padding-right:0;
		z-index:999;
		max-width:100%;
		flex: 0 0 100%;
		margin-right:25px;
		padding-right:10px;
	}
	.single-product .slidbuttons {
	display:none;
	}
	.pp-prod-slider-rel, .pp-prod-slider-cross, .pp-prod-slider-kulu {
		padding-right:0;
	}
	.woocommerce-checkout .woocommerce-input-wrapper {
		width:100%;
	}
	.woocommerce ul.products, .woocommerce-page ul.products {
		display:block;
	}
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width:33.33333%;
		clear:none;
		float:left;
		margin-right:0!important;
		margin-bottom:0;
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
		float:left!important;
	}
	.shop_table .quantity .qty {
		margin-right:20px;
	}
	.shop_table .plus.qty_button {
		right:0px;
	}
	.shop_table .minus.qty_button {
		right:0;
	}
	.shop_table .woocommerce-shipping-totals {
		
	}

	.shop_table ul#shipping_method {
		margin-top:25px;
	}
	.frontpage-slider .slick-slide {
		background-image:url('inc/assets/images/hero_bg_sm.jpg')!important;
	}
	.frontpage-slider .slick-current:before {
		content:"";
		display:none;
		width:100%;
		height:100%;
		background-color:rgba(255,255,255,0.55);
		position:absolute;
	}
	.greenlogo {
		display:none;
	}
}
@media only screen and (max-width: 576px) {
	.offer-askfor {
		order:3;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	.header-search {
		display:none;
		position:absolute;
		top:160px;
		width:100%;
		max-width:calc(100% - 45px)!important;
		left:0;
	}
	.offer-askfor {
		width:100%;
		max-width:100%;
	}
	.offer-askfor .g-recaptcha {
		transform:scale(0.9);
	}
	.frontpage-slider .slick-next, .frontpage-slider .slick-prev {
		width:25px;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 50%;
		float: left;
		clear: none;
		margin: 0;
	}
	.frontpage-slider .hero-slogan h1 {
		font-size:24px;
	}
	.frontpage-slider .slide-description {
		font-size:16px;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0 15px;
	}
	.category-toggle-sm {
		margin-top:55px;
	}
	.header-cart-holder {
		width:100%;
		position:relative;
		right:auto;
		top:auto;
		margin-left:0;
		z-index:99999;
	}
  .footer-points-lifted li {
		display:block;
		float:none;
		width:100%;
	}
	.hero-search {
		width:100%;
	}
	.hero-search-holder .hero-search:first-child {
		margin-bottom:15px;
	}
	.brands-slider {
		padding-left:65px;
		padding-right:65px;
	}
	.brands-slider .slick-prev {
		left:10px;
	}
	.brands-slider .slick-next {
		right:10px;
	}
	.brand-logo-btn {
		height:150px;
		background-size:62%;
	}
	.searches-right {
		display:block;
	}
	.shop-search {
		width:100%;
		margin-left:0!important;
		margin-right:0!important;
	}

	.ordering-holder, .woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float:none;
		width:100%;
		min-width:auto;
	}
	.subcategory-selector {
		float:none;
		width:100%;
		min-width:auto;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		margin-left:-10px;
		margin-right:-10px;
	}
	.woocommerce-product-gallery {
		padding-right:0;
	}
	.entry-summary {
		padding-left:0;
		padding-right:0;
	}
	.woocommerce div.product .product_title {
		font-size:28px;
	}
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width:50%;
		clear:none;
		float:left;
		margin-right:0!important;
		margin-bottom:0;
	}
	.woocommerce table.shop_table {
		padding:0;
	}
	#cross-sell-modal {
		z-index:999999;
	}
	#cross-sell-modal .modal-body {
		padding:20px 0;
	}
	.top-contact {
		padding-left:15px;
		padding-right:15px;
	}
	.top-contact a:first-of-type {
		float:left;
	}
	.top-contact .top-contact-icon {
		margin-left:10px;
	}
}

@media only screen and (max-width: 340px) {
	.frontpage-slider .hero-slogan h1 {
		font-size:22px;
		margin-top:45px;
	}
	.offer-askfor .g-recaptcha {
		transform:scale(0.7);
	}
	
}