/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #2F2F2F;
    font-size: 1em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
    border: 1px solid #DADADA;
    width: calc(94% - 2px);
    margin-bottom: 30px;
    padding: 3%;
    height:
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: #F2F6FA;
    font: 16px/26px 'Open Sans', sans-serif;
    min-width: 320px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}

h2, h3, h4, h5 {
    color: #48606A;
}

h1 {
    font-size: 38px;
    color: #5DBFE7;
}

h2 {
    font-size: 26px;
    margin-top: 46px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #48606A;
}

a {
    color: #3293BA;
    text-decoration: none;
}

a:hover {
    color: #5DBFE7;
}

.chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 6px;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 6px;
    margin-left: 8px;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

.chevron.right:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chevron.bottom:before {
    top: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.chevron.left:before {
    left: 0.25em;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.container {
    max-width: 1110px;
    margin: 0 auto;
    width: 96%;
    padding: 0 2%;
    position: relative;
}

.grid-container {
    height: 100%;
    display: table;
    min-height: 0;
    min-width: 0;
    clear: both;
}

.mainbg {
    background: url("../img/mainbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.inpage #top.mainbg {
    height: 202px;
    margin-bottom: 30px;
}

.inpage h1 {
    margin-top: 58px;
    margin-bottom: 42px;
}

.tooted h1.hnavb {
    margin-top: 98px;
}

header {
    width: 100%;
    padding: 58px 0;
}

.logo {
    background: url("../img/Logo.png") no-repeat 0 0;
    display: block;
    width: 215px;
    height: 48px;
    font-size: 0;
    text-indent: -9999px;
    float: left;
}

header a {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
}

.mainNav {
    text-align: right;
    float: right;
    margin-top: 8px;
    position: relative;
}

.mainNav a:nth-of-type(-n+4)::after, .hbotl a:nth-of-type(-n+2)::after {
    content: "/";
    color: #5DBFE7;
    margin: 0 6px 0 10px;
}

h1.hnav {
    margin: 72px 0 12px 0;
}

.hbotl {
    position: relative;
    left: 4px;
    margin-bottom: 48px;
}

.hbotl a {
    text-decoration: none;
    color: #5D5D5D;
    font-size: 15px;
}

.hbotl a:nth-of-type(-n+2)::after {
    color: #2F2F2F;
    margin: 0 2px 0 6px;
}

.mainNav a:hover, .mainNav a:active, .mainNav a:focus, .mainNav .current-page, .cart a:hover, .cart a:focus, .cart a:active, .link:hover {
    color: #5DBFE7;
    cursor: pointer;
}

.content a:hover, .content a:active, .content a:hover, .single-product nav a:hover, .single-product nav a:active, .single-product nav a:focus {
    color: #5DBFE7;
}

a.btnL {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #202020;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 16px;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

a.btnL:hover {
    background: #5DBFE7;
}

.lang {
    float: right;
    background: rgba(0, 0, 0, 0.44);
    border: 1px solid #2D2D2D;
    padding: 4px 8px;
    margin: 0 22px 0 24px;
    position: relative;
    top: -4px;
}

a.lang:hover, a.lang:active, a.lang:focus {
    color: #FFF !important;
    cursor: pointer;
}

.lang:hover span, .lang:active span, .lang:focus span {
    color: #5DBFE7 !important;
}

.langsub {
    display: none;
    position: absolute;
    right: 23px;
    top: 32px;
    background: #3293BA;
    width: 55px;
    z-index: 3;
}

.langsub a {
    float: left;
    width: 39px;
    display: inline-block;
    text-align: left;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px solid #4A4A4A;
}

.langsub a:hover, .langsub a:active, .langsub a:focus {
    background: #5DBFE7;
    color: #FFF !important;
}

.langsub a::after {
    display: none;
}

.lang.clicked .chevron.bottom::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
}

.cart {
    float: right;
    padding: 8px 0;
    position: relative;
}

.cart a::before {
    background: url("../img/cart_ic.png") no-repeat 0 0;
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    float: left;
    margin: 0 8px 0 0;
    position: relative;
    left: 0;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

.cart a:hover::before {
    left: 4px;
}

.searchbar {
    background: #FFF;
    border: 1px solid #DADADA;
    height: 66px;
    position: relative;
    z-index: 2;
}

.searchbar input {
    background: #EBEBEB;
    height: 49px;
    width: 100%;
    max-width: 292px;
    font: 16px 'Open Sans', sans-serif;
    color: #48606A;
    padding: 0px 18px;
    margin: 8px 14px 8px 2px;
    border: 0;
}

.searchbar::before {
    display: block;
    float: left;
    width: 26px;
    height: 27px;
    margin: 20px 14px;
    content: "";
    background-image: url("../img/search_a.png");
}

a.link {
    font: 16px 'Open Sans', sans-serif;
    color: #48606A;
    text-decoration: none;
    position: relative;
    -moz-transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
    -ms-transition: all 0.12s ease-in-out;
    -o-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}

.detailsemTrig {
    position: relative;
}

a.link span, .detailsemTrig span {
    padding: 0px 4px;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    right: -20px;
    top: 1px;
    font-weight: 600;
    -moz-transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
    -ms-transition: all 0.12s ease-in-out;
    -o-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}

.clicked .rotate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 22px;
    top: -3px;
    right: -22px;
    color: #E75D5D;
}

.detailsemTrig.clicked .rotate {
    top: 0 !important;
}

a.bigBtn, a.btnsm {
    background: #5DBFE7;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 21px 30px;
    float: right;
    position: absolute;
    right: -1px;
    top: -1px;
    text-decoration: none;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

a.btnsm {
    padding: 9px 62px 9px 18px;
    margin-top: 30px;
    display: inline-block;
    position: relative;
}

a.btnsm::before {
    content: "";
    display: block;
    background: #3293BA;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

.btnsm span {
    float: right;
    position: absolute;
    right: 14px;
    top: 13px;
}

a.btnsm span::before {
    display: block;
    float: right;
    width: 17px;
    height: 18px;
    content: "";
    background-image: url("../img/search_b.png");
}

a.btnsm:hover, a.btnsm:active, a.btnsm:focus, a.bigBtn:hover, a.bigBtn:active, a.bigBtn:focus {
    background: #3293BA;
    color: #FFF !important;
}

.btnsm:hover::before {
    background: #5DBFE7;
}

.filter {
    background: rgba(0, 0, 0, 0.46);
    border: 1px solid #2D2D2D;
    position: relative;
    top: -32px;
    width: calc(94% - 2px);
    left: -2%;
    padding: 5%;
    display: inline-block;
    margin-bottom: 72px;
    color: #FFF;
    display: none;
}

.filter .grid-container {
    height: 100%;
    display: inline-block;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

.detailsem .grid-container {
    width: 70%;
}

.detailsem .f_select {
    width: 100%;
    max-width: 198px;
}

.detailsem label.containera {
    float: left;
    margin-top: 8px;
}

#automargi .containera {
    float: left;
    margin-right: 22px;
}

#automargi h2 {
    margin-bottom: 0;
}

.sm {
    margin: 30px 0;
}

.filter h2 {
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 42px;
}

select.f_select {
    position: relative;
    width: 100%;
    height: 44px;
    display: inline-block;
    float: left;
    padding: 0 12px;
    margin: 0;
    border: 1px solid #DADADA;
    border-radius: 0;
    background: #FFF url("../img/down.png") no-repeat 96% 20px !important;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    overflow: hidden;
    /* NEW */
    min-width: 0;
    /* NEW; needed for Firefox */
}

.f_select:hover {
    color: #3293BA;
}

select:focus, select:active, select::selection {
    outline: none !important;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.grid-container .f_select {
    width: calc(33.333% - 20px);
    display: block;
    float: left;
    margin: 0 30px 30px 0;
}

.grid-container .f_select:nth-child(3n+3) {
    float: right;
    margin: 0 0px 30px 0;
}

.detailsem {
    display: none;
    width: 100%;
}

.empty {
    width: 100%;
    position: relative;
    float: left;
    display: inline-block;
    overflow: hidden;
    /* NEW */
    min-width: 0;
    /* NEW; needed for Firefox */
}

/* The container */
.containera {
    position: relative;
    padding-left: 28px;
    margin-top: 8px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containera input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFF;
}

/* On mouse-over, add a grey background color */
.containera:hover input ~ .checkmark {
    background-color: #F2F6FA;
}

/* When the checkbox is checked, add a blue background */
.containera input:checked ~ .checkmark {
    background-color: #5DBFE7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containera input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containera .checkmark:after {
    left: 9px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter .link, .detailsemTrig {
    color: #FFF;
    float: left;
    margin-top: 48px;
    text-decoration: none;
}

.filter .link:hover, .detailsemTrig:hover {
    color: #5DBFE7;
    cursor: pointer;
}

.filter.active {
    display: inline-block;
}

.searchTulem {
    background: #111;
    border-top: 1px solid #2D2D2D;
    padding: 18px;
    position: relative;
    top: -1px;
    color: #FFF;
}

footer {
    width: 100%;
    float: left;
    position: relative;
}

footer.mainbg {
    background-position: top center;
}

footer p, footer a {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
}

footer nav a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 18px;
    position: relative;
    padding-right: 14px;
    margin-bottom: 18px;
    float: left;
}

footer a:hover, footer a:active, footer a:focus {
    color: #5DBFE7;
}

footer .chevron {
    color: #5DBFE7;
    position: absolute;
    top: 7px;
    right: 2px;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

footer a:hover .chevron {
    right: 0;
}

footer h4 {
    color: #FFFFFF;
}

.inpage footer {
    margin-top: 128px;
}

.contactpage footer {
    margin-top: 0;
}

.left {
    width: calc(56% - 1px);
    float: left;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #2D2D2D;
}

.left::after {
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.32);
    empty-cells: ;
    width: 100%;
    height: 52px;
    position: absolute;
    bottom: 0;
    left: ;
    right: 0;
    z-index: 0;
    border-top: 1px solid #2D2D2D;
}

.copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #F5F7FA;
    padding: 14px 0;
    z-index: 1;
}

.cola, .colb {
    float: right;
    padding: 102px 0;
}

.cola {
    width: 100%;
    max-width: 252px;
    margin-right: 38px;
    position: relative;
}

.colb {
    width: 100%;
    max-width: 180px;
    margin-right: 6%;
}

.righta {
    float: left;
    width: 34%;
    position: relative;
    z-index: 1;
    padding: 46px 0 0px 78px;
}

.righta p {
    margin: 14px 0;
}

.ic {
    padding: 0 32px;
    position: relative;
}

.phoneic::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background-image: url("../img/phone.png");
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    top: 3px;
}

.mailic::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url("../img/mail.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
}

.locic::before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 1px;
    background-image: url("../img/location.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 25px;
}

.boxed {
    margin: 0 auto;
    text-align: center;
    background: #222;
    padding: 8px 24px;
    color: #FFF;
    display: table;
    position: absolute;
    top: -22px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.full.wh {
    background: #FFF;
    margin-top: 162px;
    padding: 98px 0;
    width: 100%;
    position: relative;
    border-top: 1px solid #E0E0E0;
}

.wh .grid-container {
    max-width: 910px;
}

.wh a {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    max-width: 162px;
    margin: 10px;
    height: 52px;
}

.wh a img {
    width: 100%;
    height: auto;
    float: left;
    max-width: 142px;
    padding: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wh img:hover {
    opacity: 0.62;
}

/*Products*/
.product-itm {
    background: #FFF;
    border: 1px solid #E0E0E0;
    position: relative;
    float: left;
    width: calc(25% - 25px);
    margin: 15px 30px;
}

.product-itm:nth-child(4n+1) {
    margin-left: 0;
    margin-right: 0;
}

.product-itm:nth-child(4n+3) {
    margin-left: 0;
}

.product-itm:nth-child(4n+4) {
    margin: 15px 0;
}

.topareaW {
    overflow: hidden;
}

.toparea {
    width: calc(100% - 12px);
    float: left;
    position: relative;
    height: 186px;
    padding-left: 12px;
    right: 0;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

.product-itm h4 {
    float: left;
    font-size: 17px;
    line-height: 19px;
    margin: 12px 0 0 0;
    z-index: 2;
    position: relative;
    padding: 0;
    max-width: 116px;
    color: #48606A;
}

.infoA, .infoB {
    float: left;
    width: 40%;
    clear: both;
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #4A4A4A;
}

.product-itm img {
    position: absolute;
    padding: 0;
    padding: 18px 18px 18px 0;
    width: auto;
    height: auto;
    right: 0;
    top: 50%;
    opacity: 1.0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-height: 146px;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

.infoB {
    float: left;
    width: calc(100% - 24px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    font-style: italic;
    line-height: 22px;
    padding: 0 0 10px 12px;
}

.midarea {
    width: 100%;
    float: left;
}

.tocart {
    position: absolute;
    left: -62px;
    top: 0;
    height: 100%;
    width: 62px;
    background: #5DBFE7 url("../img/cart_ic_wh.png") no-repeat 50% 50%;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

a.tocart:hover, a.tocart:focus, a.tocart:active {
    background-color: #3293BA;
}

.toparea a h4:hover {
    color: #5DBFE7;
}

.toparea:hover {
    right: -62px;
}

.toparea:hover img {
    opacity: 0.82;
    max-height: 168px;
}

.gas, .nos {
    background-color: #F2F2F2;
}

.gas, .nos, .wet {
    text-align: center;
    position: relative;
    padding: 4px 0;
    color: #48606A;
    font-weight: 600;
    font-size: 14px;
    width: 33.333%;
    float: left;
}

.gas span, .nos span, .wet span {
    margin-left: 28%;
}

.gas img, .nos img, .wet img {
    position: absolute;
    top: 17px;
    left: 26%;
}

.nos img {
    left: 13%;
}

.wet {
    background-color: #E6E6E6;
}

.sale::after {
    content: "%";
    background: #E75D5D;
    color: #FFF;
    font-weight: 700;
    width: 34px;
    height: 30px;
    display: block;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: -14px;
    right: -14px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 4px;
}

.salehid {
    display: none;
}

.botarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    float: left;
}

.botarea .perma {
    color: #5DBFE7;
    width: 50%;
    padding: 8px 0;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
    display: inline-block;
    float: left;
}

.perma span {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 2px;
    left: 4px;
}

.sale .perma span {
    top: 3px;
    left: 0px;
}

.botarea .price {
    background: #5DBFE7;
    color: #FFF;
    padding: 8px 0;
    height: 26px;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
    display: inline-block;
    width: 50%;
    text-align: center;
}

.sale .botarea .perma {
    width: 48px;
    float: left;
}

.sale .botarea .price {
    width: calc(100% - 48px);
}

.price strike {
    color: #0F7BA7;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding-right: 6px;
}

.botarea:hover .perma {
    background: #5DBFE7;
    color: #FFF;
}

.botarea:hover .price {
    background: #FFF;
    color: #5DBFE7;
}

/** page
  **/
#filterTogglo {
    position: absolute;
    right: 330px;
    top: 20px;
    text-transform: uppercase;
    cursor: pointer;
    color: #5DBFE7;
    font-weight: 600;
}

a:hover#filterTogglo.clicked {
    color: #5DBFE7;
}

#filterTogglo:hover, #filterTogglo:focus, #filterTogglo:active, #filterTogglo.clicked {
    color: #3293BA;
}

#filterTogglo .chevron::before {
    left: -4px;
    top: 7px;
}

.togglothefilter {
    display: none;
    overflow: hidden;
    width: 100%;
}

.inpage.filter {
    width: calc(90% - 2px);
    left: 0;
    top: 0;
    padding: 3% 5% 5% 5%;
    margin-bottom: 0;
    background-image: url("../img/mainbg.png");
    background-size: cover;
    background-position: bottom left;
}

.toproom {
    margin-top: 42px;
}

.botpad {
    padding-bottom: 112px;
}

h1.hnavb {
    margin: 72px 0 72px 0;
}

.sortby {
    float: right;
    position: absolute;
    top: -6px;
    width: 70%;
    right: 26px;
    text-align: right;
}

.sortby span {
    float: right;
    margin: 6px 12px;
    font-size: 15px;
}

.sortby select {
    float: right;
    width: auto;
    padding-right: 24px;
    height: 38px;
    background: #FFF url("../img/down.png") no-repeat 90% 17px !important;
    margin: 0 0 0 8px;
    padding-left: 12px;
    max-width: 158px;
    font-size: 15px;
}

/*Product Single Page*/
.container.single-product {
    margin-top: 78px;
}

.single-product nav {
    margin-bottom: 26px;
    width: 100%;
}

.single-product nav a {
    text-decoration: none;
    color: #48606A !important;
    font-size: 15px;
    transition: none;
}

.single-product nav a:nth-child(n+2) {
    float: right;
    margin-left: 24px;
}

.single-product nav span {
    position: relative;
    width: auto;
    background: none !important;
    border: 0;
    animation: none;
    top: 10px;
    padding: 0 8px 0 0;
    overflow: visible;
    color: #5DBFE7;
}

.single-product nav .chevron {
    left: 0;
    -moz-transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
    -ms-transition: all 0.12s ease-in-out;
    -o-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}

.single-product nav a:hover .chevron {
    left: -3px;
}

.single-product nav a:nth-child(2) .chevron {
    left: -4px;
    top: 10px;
}

.single-product nav a:nth-child(2):hover .chevron {
    left: -1px;
}

.single-product .chevron.left::after {
    background: transparent;
    border: 0 !important;
}

.inpage .shows.show {
    opacity: 1;
    cursor: pointer;
}

.inpage .shows {
    margin-left: 0;
    opacity: 0.22;
    cursor: default;
    color: #404040;
}

.singleLe {
    width: calc(65% + 6px);
    float: left;
}

.tableWrTop {
    width: 100%;
    float: left;
    background: #FFF;
    position: relative;
    border: 1px solid #DADADA;
    min-height: 96px;
}

.lele {
    float: left;
    width: 25%;
    position: absolute;
    height: 100%;
    border-right: 1px solid #DADADA;
}

img.product-logo {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 120px;
}

.riri {
    float: right;
    width: 75%;
}

.tableWrTop h1 {
    font-size: 26px;
    width: calc(100% - 256px);
    margin: 0;
    padding: 34px 22px 34px 22px;
    position: relative;
    top: 1px;
}

.tableWrTop.sale h1 {
    width: 48%;
}

.singleprice {
    color: #FFF;
    background: #3A4B5B;
    font-size: 22px;
    font-weight: 400;
    text-align: right;
    padding: 0%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

.singleprice p {
    margin: 0;
    padding: 30px 24px 0 24px;
    float: left;
}

.singleprice strike {
    color: #C1C6CA;
    margin-right: 10px;
    font-family: ;
    font-weight: ;
    font-size: 22px;
}

.singleprice span.km {
    font-size: 12px;
    float: right;
    top: -3px;
    position: relative;
    clear: both;
    right: 24px;
    color: #ABB1B5;
    letter-spacing: -0.2px;
}

.singleprice span {
    float: right;
    width: 100%;
    text-align: right;
    clear: both;
}

.tableWrBot {
    width: 100%;
    float: left;
    background: #FFF;
    border-right: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
}

.tablerow {
    width: 100%;
    float: left;
    border-bottom: 1px solid #DADADA;
}

.tablerow:nth-child(odd) {
    background: #f0f0f0;
}

.tablerow p {
    font-size: 17px;
    font-weight: 700;
    color: #4A4A4A;
    padding: 0px;
    margin: 6px 12px 0 12px;
    float: left;
}

.tablerow span {
    font-weight: 400;
    font-size: 16px;
    border-right: 1px solid #DADADA;
    padding: 5px 10px;
    margin: 0;
    float: left;
    width: calc(25% - 20px);
    text-align: right;
}

.singleRi {
    float: right;
    width: calc(34% - 32px);
    background: #FFF;
    border: 1px solid #DADADA;
    margin: 32px 0 0 0;
    position: relative;
    height: 100%;
}

.single-img {
    width: 100%;
    height: auto;
    max-width: 200px;
    position: relative;
    margin: 58px auto;
    display: block;
}

.singleRi .midarea {
    position: absolute;
    top: 0;
    display: ;
    width: 100%;
    left: 50%;
    max-width: 269px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -17px;
    border-left: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    height: 32px;
}

.singleRi .gas, .singleRi .nos, .singleRi .wet {
    border-right: 1px solid #DADADA;
    font-size: 15px;
    padding-bottom: 2px;
    width: calc(33.333% - 1px);
}

.singleRi .gas img, .singleRi .nos img, .singleRi .wet img {
    top: 8px;
}

.singleBo {
    width: calc(65% + 8px);
    float: left;
    margin: 30px 0;
}

.quantity {
    float: right;
}

.quantity span {
    float: left;
    margin: 8px 12px;
    color: #48606A;
}

quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    background: url("../img/down.png") 9px 3px no-repeat;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: unset;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    right: 0;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
    background: url("../img/down.png") 1px 6px no-repeat;
}

.singleBo .btnsm {
    margin: 0 0 0 18px;
    float: right;
}

.singleBo .btnsm span {
    right: 8px;
}

.singleBo a.btnsm span::before {
    background-image: url("../img/cart_ic_wh.png");
    background-size: 30px 20px;
    background-position: 8px 0;
    background-repeat: no-repeat;
    width: 38px;
    height: 30px;
}

.bobo {
    margin: 8px 0 8px 0;
    float: left;
    position: relative;
    clear: both;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.bobo:hover {
    cursor: pointer;
    color: #5DBFE7;
}

.singleBoBo {
    width: 82%;
    float: left;
    margin-bottom: 72px;
}

.singleBoBo p {
    float: left;
    width: 100%;
    clear: both;
    margin: 4px 0 16px 0;
}

.bobo .rotate {
    right: -16px;
    position: absolute;
    font-size: 20px;
    color: #5DBFE7;
    -moz-transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
    -ms-transition: all 0.12s ease-in-out;
    -o-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}

.bobo.clicked .rotate {
    right: -18px;
    top: unset;
    font-size: 22px;
    color: #E75D5D;
}

.accorB {
    display: none;
}

/**Default-Page**/
.default-page {
    margin-top: 58px;
}

input.btnsm {
    background: #5DBFE7;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 22px;
    border: none;
}

.contactLeft {
    width: 45%;
    float: left;
}

.contact form {
    width: 40%;
    float: right;
    background: rgba(0, 0, 0, 0.03);
    padding: 1% 5% 2% 5%;
    margin: 72px 0;
    border: 1px solid #DADADA;
}

form label {
    width: auto;
    font-weight: 600;
    margin: 14px 0 6px 0;
    float: left;
}

form input {
    height: 42px;
    padding: 0 2%;
    width: calc(96% - 2px);
    border: 1px solid #DADADA;
    margin-bottom: 30px;
}

form .checkmark {
    border: 1px solid #DADADA;
}

.contact a.ic {
    color: #48606A;
    float: left;
    width: auto;
    clear: both;
    margin: 8px 0 0 0;
    font-size: 17px;
    font-weight: 600;
    padding: 0 29px;
}

.contact a.ic:hover {
    color: #5DBFE7;
}

.contact .btnsm, .broneeri .btnsm {
    width: 100%;
    border: 0;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

.contact .btnsm:hover, .broneeri .btnsm:hover {
    background: #3293BA;
    cursor: pointer;
}

.map {
    width: 100%;
    height: 420px;
    float: left;
    border-top: 1px solid #DADADA;
}

.fluid.map {
    width: 100%;
    float: left;
    height: 400px;
    background: gray;
    margin-top: -2px;
    position: relative;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**Teenused**/
.table {
    border-collapse: collapse;
    width: 100%;
    background: #FFF;
    margin-bottom: 72px;
}

.table td, .table th {
    border: 1px solid #ddd;
    padding: 8px 14px;
}

.table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #3293BA;
    color: white;
}

.table td:nth-child(1) {
    font-weight: 600;
}

.table td:nth-child(n+2), .table th:nth-child(n+2) {
    text-align: center;
}

.table.nohead tr:nth-child(odd) {
    background-color: #FFF;
}

.table.nohead tr:nth-child(even) {
    background-color: #f0f0f0;
}

.table tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.table tr:hover {
    background-color: #3A4B5B;
    color: #FFF;
}

.table.nohead tr:hover {
    background-color: #3A4B5B;
    color: #FFF;
}

/*404Page*/
.error {
    width: 100%;
    text-align: center;
    margin: 72px 0;
}

.error span {
    font-size: 20em;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.error img {
    width: 100%;
    max-width: 280px;
    padding-bottom: 42px;
}

.error .btnsm {
    margin: 0 auto;
    float: unset;
    padding: 9px 18px;
}

.error .btnsm::before {
    display: none;
}

/*Broneeri*/
.broneeri form {
    width: 100%;
}

.broneeri .containera {
    float: left;
    margin: 0 30px 0 0;
}

.broneeri .containera label {
    margin: 0;
}

.broneeri .containera input {
    width: 100%;
    height: 100%;
    padding-right: 0px !important;
    position: absolute;
    left: 0;
    z-index: 1;
}

.containera.newrow {
    float: left;
    width: auto;
    clear: both;
    margin-top: 32px;
}

.broneeri .btnsm {
    width: 242px;
    padding: ;
    height: 66px;
    float: left;
    clear: both;
    margin-top: 48px;
}

.table.rada {
    width: 48%;
    float: left;
}

.table.rada:nth-child(2n) {
    float: right;
}

.table.rada tr:nth-child(2n) {
    background-color: #FFF;
}

.table.rada tr:hover, .table.rada tr:hover:nth-child(2n) {
    background-color: #FFF;
    color: #4A4A4A;
}

.rada th {
    color: unset;
    font-weight: 300;
    background: #f0f0f0;
    text-align: center;
    padding: 6px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.rada th b {
    font-weight: 600;
    font-size: 20px;
}

.rada th:nth-child(1) {
    font-weight: 600;
    width: 112px;
}

.rada td {
    text-align: center;
    padding: 0;
}

.rada td:hover, .selectable.clicked {
    background: #E75D5D;
    cursor: pointer;
}

.table.rada td:hover:nth-child(1) {
    background: #FFF;
    cursor: default;
}

.selectable.clicked:hover {
    opacity: 0.92;
}

table caption {
    background: #3293BA;
    color: #FFF;
    font-size: 22px;
    padding: 8px 0;
    font-weight: 600;
}

.weekselect {
    width: auto;
    float: left;
    text-align: center;
    position: relative;
    top: 68px;
    left: 4%;
    font-size: 18px;
    width: auto;
    line-height: 22px;
}

.weekselect a {
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    font-size: 22px;
    font-weight: 700;
    padding-top: 1px;
}

.weekselect p {
    width: auto;
    max-width: 96px;
    text-align: center;
    margin: 0 10px;
    float: left;
}

.weekselect a:nth-child(3) {
    float: right !important;
}

.cal {
    display: none;
}

.cal.clicked {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    height: auto;
    position: absolute;
    top: 34px;
    left: 1px;
    -webkit-box-shadow: 0px 0px 6px #979797;
    box-shadow: 0px 0px 6px #979797;
    border: 6px solid #FFF;
}

.fullhour {
    background: #F0F0F0;
}

.kalender {
    position: relative;
    width: 220px;
    float: left;
    left: 9%;
    top: 64px;
}

.kalendertrig {
    background: #3293BA;
    color: #FFF;
    text-align: center;
    width: 120px;
    padding: 4px 0;
}

.kalendertrig:hover {
    background: #5DBFE7;
    cursor: pointer;
}

.cal ul {
    list-style-type: none;
}

.month {
    padding: 0;
    width: 84%;
    background: #3293BA;
    text-align: center;
    float: left;
    padding: 8px 8%;
}

.month ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    background: #3293BA;
}

.month ul li {
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 24px;
}

.month .prev {
    float: left;
    padding-top: 10px;
    cursor: pointer;
}

.month .next {
    float: right;
    padding-top: 10px;
    cursor: pointer;
}

.month .prev a, .month .next a {
    color: #FFF;
}

.weekdays {
    margin: 0;
    padding: 0px 0px 6px 0;
    background-color: #ddd;
    float: left;
    width: 100%;
}

.weekdays li {
    display: inline-block;
    width: calc(13.6% - 4px);
    color: #666;
    text-align: center;
    position: relative;
    left: 6px;
    top: 4px;
    font-size: 15px;
    font-weight: bold;
}

.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
    color: #777;
    position: relative;
    left: 7px;
}

.days li .active {
    padding: 2px 5px;
    background: #E75D5D;
    color: white !important;
    font-weight: 600;
}

.days li:hover {
    background: #3293BA;
    color: white !important;
    font-weight: 600;
    cursor: pointer;
}

.formcol3 {
    float: left;
    width: calc(33.333% - 22px);
    margin-right: 30px;
}

.formcol3:nth-child(3) {
    float: right;
    margin: 0;
}

.formcol4 {
    float: left;
    width: calc(25% - 22px);
    margin-right: 29px;
}

.formcol4:nth-child(4) {
    float: right;
    margin: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

span.clear {
    clear: left;
    display: block;
}

.mobo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #3293BA;
    z-index: 888;
    right: 0;
    top: -100%;
    -webkit-transition: all 0.32s ease;
    transition: all 0.32s ease;
}

.mobo .mainNav {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.mobo .mainNav a {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    font-size: 22px;
    color: #FFF;
    line-height: 32px;
}

.mobo .mainNav a:hover, .mobo .mainNav a:focus, .mobo .mainNav a:active, .mobo a.current-page {
    color: #2F2F2F;
}

.mobo .mainNav a::after {
    display: none;
}

.mobo .lang {
    left: ;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    padding: ;
    background: #000;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 9px;
}

.mobo .langsub {
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    background: #FFF;
}

.mobo.aktiiv {
    top: 0;
}

.mobo .langsub a {
    border-bottom: 1px solid #DADADA;
}

.mobobtn {
    z-index: 999;
    position: fixed;
    width: 22px;
    top: 44px;
    right: 4%;
    float: right;
    cursor: pointer;
    height: 28px;
    background: #3293BA;
    padding: 6px 9px;
    display: none;
    -moz-transition: all 0.16s ease-in-out;
    -webkit-transition: all 0.16s ease-in-out;
    -ms-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
}

.mobobtn:hover {
    background: #5DBFE7;
}

.bar {
    width: 100%;
    height: 2px;
    background: #FFF;
    float: left;
    position: relative;
    -webkit-transition: all 0.32s ease;
    transition: all 0.32s ease;
}

.bar.top {
    top: 6px;
}

.bar.middle {
    top: 12px;
}

.bar.bottom {
    top: 18px;
}

/*roto*/
.close .bar.top {
    top: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.close .bar.middle {
    top: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.close .bar.bottom {
    top: 8px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Media queries for smaller screens */
@media screen and (max-width: 1160px) {
    .default-page {
        margin-top: 58px;
        padding: 0 5%;
        width: 84%;
    }

    .home .filter {
        margin-bottom: -32px;
    }
}

@media screen and (max-width: 1080px) {
    header a, footer nav a {
        font-size: 17px;
        letter-spacing: -0.2px;
    }

    .mainNav a:nth-of-type(-n+4)::after,
    .hbotl a:nth-of-type(-n+2)::after {
        margin: 0 3px 0 7px;
    }

    .searchbar input {
        width: 24%;
        font-size: 15px;
    }

    .single-img {
        max-width: 60%;
        margin: 42px auto 30px;
    }

    .tablerow span {
        font-size: 15px;
    }

    .singleBoBo {
        width: 90%;
        padding: 0 5%;
    }

    .product-itm {
        background: #FFF;
        border: 1px solid #E0E0E0;
        position: relative;
        float: left;
        width: calc(33.333% - 22px);
        margin: 0px 30px 30px 0px;
    }

    .product-itm:nth-child(4n+1) {
        margin: 0px 30px 30px 0px;
    }

    .product-itm:nth-child(4n+3) {
        margin: 0px 30px 30px 0px;
    }

    .product-itm:nth-child(4n+4) {
        margin: 0px 30px 30px 0px;
    }

    .product-itm:nth-child(3n+3) {
        margin-right: 0;
        float: right;
    }

    .table.rada {
        display: table;
        width: 100%;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 1020px) {
    .lang {
        margin: 0 16px 0 20px;
    }

    .langsub {
        right: 17px;
    }

    .searchbar input {
        width: 100%;
        font-size: 15px;
        max-width: 210px;
        padding: 0 14px;
    }

    .left {
        width: calc(54% - 1px);
    }

    .righta {
        width: 36%;
    }

    .colb, .cola {
        margin-right: 0;
    }

    .singleBoBo {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 982px) {
    .cart {
        position: absolute;
        top: 32px;
        right: 40px;
    }

    .mainNav {
        margin-top: 32px;
    }

    #filterTogglo {
        padding: 8px 18px;
        right: -1px;
        top: 66px;
        background: #3293BA;
        color: #FFF !important;
        width: calc(100% - 34px);
        text-align: center;
    }

    .inpage.filter {
        padding: 3% 5% 5% 5%;
    }

    .detailsem .grid-container {
        width: 100%;
    }

    .cola {
        width: auto;
        max-width: 232px;
    }

    .single-product nav {
        margin-bottom: 42px;
        margin-top: 22px;
    }

    .lele {
        width: 17%;
        padding: 0 4%;
    }

    .searchTulem {
        padding: 52px 18px 12px 18px;
        text-align: center;
    }

    .sortby select {
        min-width: 120px;
    }

    .sortby {
        width: 95%;
        top: 38px;
    }

    .sortby span {
        float: left;
        margin: 6px 4px;
    }

    .wh a {
        width: 100%;
        max-width: 23%;
        margin: 1%;
    }
}

@media screen and (max-width: 860px) {
    #filterTogglo {
        right: unset;
        left: -1px;
        top: 67px;
        width: calc(100% - 34px);
        text-align: center;
    }

    #automargiTrig {
        position: absolute;
        right: 58px;
        top: 138px;
        color: #F2F6FA;
    }

    .searchbar input {
        width: calc(100% - 400px);
        padding: 1px 14px;
        max-width: unset;
    }

    .detailsem .f_select {
        max-width: 223px;
    }

    .filter h2 {
        width: 100%;
        max-width: 320px;
    }

    .inpage.filter {
        padding: 5%;
    }

    .left {
        width: calc(58% - 1px);
        padding: 0;
        margin: 0;
    }

    .righta {
        width: 34%;
        padding: 1% 4%;
    }

    .singleLe {
        width: calc(100% - 2px);
    }

    .singleRi {
        width: calc(90% - 2px);
        right: 5%;
    }

    .single-img {
        max-width: 200px;
        margin: 42px auto 30px;
    }

    .singleBo {
        width: 90%;
        float: right;
        right: 5%;
        position: relative;
    }

    .inpage .shows {
        opacity: 0;
    }

    .product-itm:nth-child(4n+1) {
        margin: 2%;
    }

    .product-itm:nth-child(3n+3) {
        margin: 2%;
        float: left;
    }

    .product-itm:nth-child(4n+3) {
        margin: 2%;
    }

    .product-itm:nth-child(4n+4) {
        margin: 2%;
    }

    .product-itm {
        float: left;
        width: calc(46% - 2px);
        margin: 2% 2% 2% 2%;
    }

    .home #automargiTrig {
        top: 120px;
    }

    .home h1.hnav {
        margin: 72px 0 12px 2%;
    }

    h1.hnavb {
        margin: 72px 0 12px 2%;
    }

    .hbotl {
        left: 2.5%;
        margin-bottom: 12px;
    }

    .sortby {
        width: 93%;
    }

    .toproom {
        margin-top: 58px;
    }
}

@media screen and (max-width: 782px) {
    .mobobtn {
        display: block;
    }

    header {
        padding: 32px 0;
    }

    .inpage #top.mainbg {
        height: 150px;
    }

    header .mainNav {
        display: none;
    }

    .cart {
        position: relative;
        top: 8px;
        right: 72px;
        padding: 8px 0;
    }

    select.f_select {
        font-size: 15px;
        padding: 0 6px;
        background-position: 92% 20px;
    }

    .detailsemTrig {
        margin-top: 32px;
    }

    .righta {
        width: 90%;
        padding: 0 5% 4% 5%;
        background: rgba(0, 0, 0, 0.32);
    }

    footer nav a {
        clear: both;
        float: right;
    }

    .left {
        width: calc(80% - 1px);
        padding: 32px 10% 32px 10%;
        margin: 0;
    }

    .left::after {
        height: 22px;
    }

    .colb, .cola {
        width: 50%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .colb {
        width: 32%;
    }

    .copy {
        left: -58%;
        bottom: -16%;
        font-size: 12px;
        color: #7A7A7A;
    }

    footer h4 {
        margin-top: 6px;
    }

    .table {
        margin-bottom: 42px;
    }

    .table td, .table th {
        padding: 3px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .contactLeft {
        width: 100%;
    }

    .contact form {
        width: 90%;
        margin: 42px 0;
    }

    .contactpage footer {
        margin-top: 0;
    }

    .contact form h2 {
        margin-top: 18px;
    }

    .error img {
        max-width: 180px;
    }

    .error span {
        font-size: 8em;
    }

    .error h1 {
        margin-top: 0;
    }

    .lele {
        width: 14%;
    }

    .riri {
        width: 78%;
    }

    .tableWrTop h1 {
        font-size: 22px;
    }

    .tablerow span {
        width: calc(22% - 20px);
        line-height: 22px;
    }

    .sale::after {
        top: -16px;
        right: -6px;
    }

    .tooted h1.hnavb {
        margin-bottom: 32px;
    }

    .sortby {
        position: relative;
        top: 0;
        right: 0;
    }

    .sortby span {
        width: 100%;
        margin: 6px 0 32px 0;
    }

    .tooted h1.hnavb {
        margin-bottom: 12px;
    }

    .wh a {
        max-width: 31%;
    }

    .formcol3,
    .formcol4 {
        width: 100%;
    }

    .formcol3 input,
    .formcol4 input {
        margin-bottom: 4px;
    }

    .kalender {
        position: relative;
        width: 100%;
        float: right;
        left: 0;
        top: 0;
        margin-bottom: 12px;
    }

    .weekselect {
        left: unset;
        float: right;
    }
}

@media screen and (max-width: 580px) {
    h1 {
        font-size: 28px;
    }

    .inpage h1 {
        margin-top: 48px;
    }

    .searchbar input {
        width: calc(100% - 71px);
        max-width: unset;
        position: relative;
        float: right;
        margin: 8px 8px 8px 8px;
        padding: 1px 14px 1px 42px !important;
    }

    .searchbar a.bigBtn {
        position: unset;
        top: unset;
        padding: 10px 0;
        float: right;
        width: 100%;
        bottom: -57px;
        line-height: 20px;
        text-align: center;
    }

    #automargiTrig {
        position: absolute;
        right: 44px;
        top: 188px;
        color: #F2F6FA;
    }

    #filterTogglo {
        width: 100%;
        float: left;
        position: unset;
        text-align: center;
        padding: 10px 0;
    }

    .searchbar::before {
        position: absolute;
        margin: 20px 14px;
        z-index: 2;
    }

    .cart a {
        font-size: 0;
        text-indent: -9999px;
    }

    .cart a::before {
        margin: 0 2px 0 0;
    }

    .inpage #top.mainbg {
        margin-bottom: 116px;
    }

    .grid-container .f_select, .grid-container .f_select:nth-child(3n+3) {
        width: 100%;
        margin: 0 0 18px 0;
    }

    .detailsem .f_select {
        max-width: 100%;
    }

    .select.f_select {
        background-position: 96% 20px !important;
    }

    .colb {
        width: 100%;
    }

    .copy {
        left: -112%;
    }

    .inpage footer {
        margin-top: 42px;
    }

    .contactpage footer {
        margin-top: 0;
    }

    .contact form input {
        margin-bottom: 18px;
    }

    .error img {
        max-width: 130px;
    }

    .lele {
        width: 100%;
        float: left;
        position: relative;
        height: 66px;
        padding: 4px 0;
    }

    img.product-logo {
        max-width: 120px;
    }

    .riri {
        width: 100%;
        float: left;
        position: relative;
    }

    .tableWrTop h1 {
        border-top: 1px solid #DADADA;
        margin: 0;
        text-align: center;
        width: 100%;
        padding: 15px 0;
    }

    .singleprice {
        width: 100%;
        position: relative;
        float: left;
        padding-bottom: 14px;
    }

    .singleprice p {
        float: right;
    }

    .single-product nav a {
        margin-bottom: 12px;
    }

    .single-product nav a:nth-child(3n-2) {
        width: 100%;
        float: left;
    }

    .tablerow span {
        width: 33%;
    }

    .searchTulem {
        padding: 18px 18px 12px 18px;
    }

    .tooted h1.hnavb {
        margin-top: 148px;
    }

    .sortby {
        width: 100%;
    }

    .sortby select {
        width: 100%;
        max-width: 100%;
        margin: 0 0 8px 0;
        background: #FFF url("../img/down.png") no-repeat 96% 17px !important
    }

    .sortby span {
        text-align: left;
    }

    .product-itm {
        width: calc(96% - 2px);
        margin: 2% 2% 6% 2% !important;
    }

    a.btnL {
        width: 210px;
    }

    .home #automargiTrig {
        top: 128px;
    }

    .home .filter h2 {
        margin-top: 72px;
    }

    .wh a {
        max-width: 48%;
    }

    .broneeri .containera {
        width: 100%;
        margin-top: 8px;
    }

    .broneeri form {
        position: relative;
    }

    .weekselect {
        position: absolute;
        left: unset;
        top: 70px;
        bottom: 16px;
        right: 0 !important;
    }

    .table.rada {
        display: block;
    }

    table caption {
        text-align: left;
        padding: 8px 16px;
    }

    .inpage h1 {
        margin-top: 28px;
    }

    h1.hnavb {
        margin: 32px 0 12px 0%;
    }

    .bobo {
        font-size: 16px;
        letter-spacing: -1px;
    }

    .cart {
        right: 68px;
    }
}

@media screen and (max-width: 420px) {
    .logo {
        width: 172px;
        background-size: 100%;
    }

    #automargiTrig {
        top: 176px;
    }

    h1 {
        font-size: 24px;
    }

    .error span {
        font-size: 6em;
    }

    .wh a {
        max-width: 98%;
    }

    .singleBo {
        width: 70%;
    }

    .quantity {
        margin: 12px 0 0 0;
    }
}

@media screen and (max-width: 720px) {
    .weekdays li, .days li {
        width: 13.1%;
    }
}

@media screen and (max-width: 420px) {
    .weekdays li, .days li {
        width: 12.5%;
    }

    .days li .active {
        padding: 2px;
    }
}

@media screen and (max-width: 290px) {
    .weekdays li, .days li {
        width: 12.2%;
    }
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
       * Printing Tables:
       * http://css-discuss.incutio.com/wiki/Printing_Tables
       */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.taken {
    background: #ba2a00;
    cursor: pointer;
}

.errormessage {
    position: relative;
    top: 70px;
    font-size: 120%;
    font-weight: 600;
}

.error-container {
    height: 5px;
    font-size: 15px;
    text-align: center;
}

span.past {
    height: 100%;
    width: 100%;
}

.past {
    background: #eeeeee;
    cursor: default;
}

.rada td.past:hover {
    background: #eeeeee;
    cursor: default;
}

td.taken {
    cursor: default !important;
}

td.taken:hover {
    cursor: default !important;
    background: #ba2a00;
}

@media screen and (max-width: 782px) {
    .weekselect {
    }
}

@media screen and (max-width: 580px) {
    .weekselect {
        position: relative;
        right: 35%;
    }
}

@media screen and (max-width: 414px) {
    .weekselect {
        float: left;
        left: 20px;
    }
}

@media screen and (max-width: 467px) {
    .weekselect {

        top: 70px;
        right: 0 !important;
    }
}

.start {
    max-width: 200px;
    float: right;
    position: relative;
    top: 60px;
}

@media screen and (max-width: 772px) {
    .start {
        float: none;
        position: initial;
        max-width: 100%;
    }
}

a.empty-table {
    cursor: pointer;
}

.future {
    background: rgba(185, 185, 0, 0.44);
}