/* ================= */
/* === IMPORT ====== */
/* ================= */
@import url("jquery-ui/jquery-ui.css");
@import url("../../admin/template/css/variables.php");
@import url("../../admin/template/css/lightbox.css");
@import url("../../admin/template/css/input.css");
@import url("slider.css");
@import url("mobile.css");
/* ================= */
/* === FONT ======== */
/* ================= */
@import url("fonts.css");
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');
/* ===================== */
/* === RESET RULES ===== */
/* ===================== */

html {
    height: 100%;
    overflow-x: auto;
    /*background-color: #ebeff1;*/
}

body {
    margin: 0;
    min-height: 100%;
    position: relative;
    font-family: 'Raleway', sans-serif;
    background: #eee9eb;
    overflow-x: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

@media (min-width: 768px) {

    body {
        padding-left: 40px;
    }

}

.hide {
    display: none !important;
}

.show {
    display: block;
}

::selection {
    background: #f94545; /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #f94545; /* Gecko Browsers */
    color: #fff;
}

/* --- TEXT --- */

.bold-text {
    font-size: 25px;
    font-weight: 300;
}

/* --- BUTTON --- */

button:focus {
    outline: 0;
}

.button {
    border: 1px solid #4d484a;
    background: #4d484a;
    color: #fff;
    padding: 0px 1.5em;
    line-height: 3em;
    border-radius: 3em;
    margin: 0;

    transition: 0.2s;
    cursor: pointer;

    text-decoration: none;
    display: inline-block;
}

.button.red {
    background: #f94545;
    border: 1px solid #f94545;
}

.button:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff !important;
}

.button.faded {
    background: transparent;
    opacity: 0.6;
}

.button.faded:hover {
    opacity: 1;
}


/* Vaata tooteid nupp ORANŽiks */
.store-link.faded {
    background: #f94545;
    border: none;
    opacity: 1;
}

.store-link.faded:hover {
    opacity: .8;
}


/* --- INPUT --- */

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a19b9e;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #a19b9e;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #a19b9e;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #a19b9e;
}


.cart-contact-form .form-group {
    position: relative;
}

.cart-contact-form .form-group p.kohustuslik {
    position: absolute;
    color: #f94545;
    font-size: 40px;
    left: -15px;
    top: -13px;
}


/* --- TRANSLATE INPUT --- */
.input_td {
    color: #000 !important;
}

/* =============================== */
/* === LIGHTGALLERY REWRITES ===== */
/* =============================== */

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.65);
}

.lg-object.lg-image {
    /*border: 15px solid white;*/
}

/* === LOADER === */

.loader:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../img/web/eclipse_loader.svg) 50% 50% no-repeat;
}

/* ============== */
/* === BODY ===== */
/* ============== */

body {
    min-width: 360px;
    padding-bottom: 300px;
    overflow: hidden;
}

@media (min-width: 768px) {
    body {
        min-width: 1024px;
        padding-bottom: 330px;
        max-width: 1920px;
        margin: auto;
    }
}

@media (min-width: 1400px) {
    body {
        padding-bottom: 375px;
    }


}

/* ================ */
/* === NAVBAR ===== */
/* ================ */

header .navbar-default {
    background-color: #eeeaeb;
    border: none;
    border-radius: 0;
    margin: 0;
}

header .navbar-default .navbar-brand {
    float: none;
    display: inline-block;
    padding-left: 0;
}

header .navbar-default .navbar-brand img {
    transition: 0.5s;
    height: 100%;
    width: 110px;
}

header .navbar-default .navbar-brand:hover img {
    /*transform: scale(1.1);*/
    opacity: 0.8;
}

header .navbar-default .navbar-mobile {
    padding: 20px 0px;
}

header .navbar-default .navbar-toggle {
    border: none;
    padding: 9px 10px 9px 25px;
}

header .navbar-default .navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    transition: 0.2s;
}

header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
    background: none;
    border: none;
}

@media (hover: hover) {
    header .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }
}

@media (hover: none) {
    header .navbar-default .navbar-toggle:active .icon-bar {
        background-color: #fff;
    }
}

header .navbar-gray .navbar-nav > li > a {
    text-transform: uppercase !important;
    padding: 10px 20px;
    color: #4d4a4b;
    font-size: 20px;
    font-family: Sackers, Raleway, Sans-Serif, serif;
    transition: 0.2s;
}

header .navbar-gray .navbar-nav > li.active > a,
header .navbar-gray .navbar-nav > li > a:hover {
    color: #4d4a4b !important;
    background: none !important;
}

header .navbar-default .cart {
    float: right;
    padding: 12px 25px 12px 10px;
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    transition: 0.2s;
}

header .navbar-default .cart:hover {
    color: #ffffff;
}

.nav.navbar-nav.navbar-right.menu {
    margin: 0 auto 0 100px;
}

header .navbar-default .cart.filled:before {
    content: attr(data-items);
    position: absolute;
    right: 10px;
    top: -6px;
    color: #ffffff;
    border-radius: 50px;
    background: #3ebcb8;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 1;
    transition: 0.2s;
}

header .navbar-default .cart.filled:hover:before {
    opacity: 0.8;
}


header .navbar-right {
    margin: 0;
}

.navbar-default .navbar-collapse {
    border: none;
    padding: 0;
}

header .language {
    text-align: center;
    padding: 10px 30px;
}

header .language li {
    display: inline-block;
    align-self: flex-end;
    padding: 0 7px;
    margin: 0 -2px;
    border: 1px solid #292225;
    border-left: 0;
    border-right: 0;
    position: relative;
    background: #eeeaeb;
}

header .language li:first-child:before {
    content: "";
    top: -1px;
    position: absolute;
    display: block;
    width: 39px;
    height: 39px;
    border: 1px solid #292225;
    border-right: 0;
    left: -16px;
    border-radius: 50px;
}

header .language li:last-child:before {
    content: "";
    top: -1px;
    position: absolute;
    display: block;
    width: 39px;
    height: 39px;
    border: 1px solid #292225;
    border-left: 0;
    right: -16px;
    border-radius: 50px;
}

header .language li a {
    display: inline-block;
    padding: 0;
    margin: 0 0 -1px 0;
    font-size: 12px;
    line-height: 37px;
    text-decoration: none;
    color: #626161;
    font-weight: bold;
    border-bottom: 1px solid #292225;
    transition: 0.2s;
    background: #eeeaeb !important;
}

header .language li a:hover,
header .language li.active a {
    color: #ec0000 !important;
}

.container.products {
    display: flex;
    padding: 50px 120px 0 80px;
    flex-direction: column;
}

#filters {
    display: none;
    margin: 0 auto;
    font-size: 18px;
    line-height: 25px;
}
#filters.in-menu {
    display: flex;
}

@media (max-width: 1400px) {
    .container.products {
        padding: 20px 80px 0 40px;
    }
}

@media (max-width: 768px) {
    .container.products {
        padding: 20px 20px 0 20px;
    }
}

@media (min-width: 768px) {
    header .navbar-default .navbar-mobile {
        display: none;
    }

    header .navbar-default {
        background-color: #eeeaeb;
    }

    header .navbar-default .navbar-gray {
        background-color: #eeeaeb;
        min-height: 150px;
        padding-top: 45px;
        width: 60%;
        float: left;
    }

    header .navbar-default .navbar-gray > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-right: 30px;
    }

    header .navbar-default .navbar-black {
        width: 40%;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
    }


    header .navbar-collapse {
        padding: 0;
    }

    header .navbar-default .navbar-brand {
        height: 55px;
    }

    header .navbar-gray .navbar-nav > li {
        padding: 0 5px;
    }

    header .navbar-gray .navbar-nav > li > a {
        padding: 20px 0;
        border-bottom: 1px solid transparent;
        transition: 0.2s;
    }

    header .navbar-gray .navbar-nav > li.active > a,
    header .navbar-gray .navbar-nav > li > a:hover {
        border-bottom: 1px solid #f94545;
    }

    header .navbar-default .cart {
        float: left;
        padding: 18px 10px 18px;
        margin-top: 45px;
    }

    header .navbar-default .cart img {
        margin-left: 20px;
        height: 24px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    header .navbar-default .cart.filled:before {
        right: -7px;
        top: 1px;
    }

    header .language {
        padding: 10px 10px;
        margin-top: 45px;
    }

    header .language li,
    header .language li a {
        background: transparent;
    }
}

@media (min-width: 1500px) {

    header .navbar-default .navbar-black {
        padding-left: 200px;
        padding-right: 60px;
    }

}

@media (min-width: 1400px) {
    header .navbar-default .navbar-gray > div {
        padding-right: 60px;
    }

    header .navbar-default .navbar-brand {
        height: 62px;
    }

    header .navbar-gray .navbar-nav > li {
        padding: 0 17px;
    }

    header .navbar-default .navbar-brand img {
        width: 138px;
    }
}

/* ================ */
/* === BANNER ===== */
/* ================ */
.header-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    color: #000;
    font-size: 16px;
    background: inherit;

    position: relative;
    z-index: 2;
}

.header-content h1 {
    font-size: 32px;
    color: #c8c1c4;
    font-weight: normal;
    margin-bottom: 35px;
}

.header-content p {
    font-size: 16px;
}

.header-content .button {
    margin: 0px 5px;
    padding: 0 1em;
}

.header-content .gray {
    background-color: #eeeaeb;
    width: 100%;
    position: relative;
    text-align: center;

    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.header-content .news {
    color: #fff;
    font-size: 14px;
    border-left: 3px solid #f94545;
    padding-left: 10px;
    margin-bottom: 50px;
    text-align: left;
}

.header-content .news a {
    font-weight: 600;
    color: #f94545;
    transition: 0.2s;
}

.header-content .news a:hover {
    text-decoration: underline;
}

.navbar-black {display: flex; flex-wrap: nowrap; justify-content: flex-end;}
.navbar-black > .hidden-xs {height: 60px; white-space: nowrap}
.navbar-black > .nav.navbar-right.language {height: 60px; display: flex; flex-wrap: nowrap;}

header .language {
    margin: 30px 0 0 50px;
}

.header-content .gray > div > h2 > span {
    font-size: 48px;
    margin-right: 30px;
}

.header-content .gray > div > p > span {
    font-size: 24px;
}

.header-content .gray > div {
    max-width: 100%;
    width: 765px;
    float: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 50px 50px 50px 0;
}

#filters ul li {
    display: inline-block;
    position: relative;
    clear: both;
    align-self: center;
    margin: 0;
    padding: 15px 35px;
    max-width: 100%;
    color: #000;
    font-family: Sackers, Raleway, Sans-Serif, serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
    cursor: pointer;
    text-transform: uppercase;
}

#filters span {
    display: none;
}

@media (max-width: 1500px) {

    #filters ul {
        padding: 0;
    }

    #filters ul li {
        padding: 15px 20px;
        font-size: 14px;
        line-height: 25px;
    }

    .nav.navbar-nav.navbar-right.menu {
        margin: 0 auto 0 40px;
    }

}

@media (max-width: 1300px) {

    #filters ul li {
        padding: 15px 10px;
        font-size: 11px;
        line-height: 25px;
    }

    .header-content .gray > div > h2 > span {
        font-size: 40px;
    }

}

@media (max-width: 1000px) {


    .header-content .gray > div > h2 > span {
        font-size: 28px;
    }

    .header-content .gray > div > p > span {
        font-size: 16px;
    }

}

@media (max-width: 768px) {

    #filters {
        display: flex;
    }

    #filters ul li {
        padding: 10px 10px 0 10px;
        font-size: 14px;
    }

    #filters > ul {
        padding: 0;
        margin: 0;
        margin-top: 15px;
    }

    #filters.in-menu ul li {
        font-size: 17px;
        padding: 10px 20px 10px 0;
        width: 100%;
    }

    .navbar-black > .nav.navbar-right.language {margin: auto;}

    .header-content .gray > div {padding: 50px 30px 0 30px;}

    .header-content .gray > div > h2 > span {margin-right: 0;}
    .header-content .gray > div > h2 {margin: 0 0 20px 0;}

}

@media (max-width: 600px) {

    #filters ul li {
        padding: 8px 4px 0 4px;
        font-size: 11px;
    }

}

@media (max-width: 450px) {

    #filters ul li {
        padding: 8px 4px 0 4px;
        font-size: 9px;
    }

}

@media (min-width: 768px) {
    .header-content {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .header-content h1 {
        font-size: 40px;
    }

    .header-content p {
        font-size: 22px;
    }

    .header-content .gray {
        width: 35%;
        float: left;
        text-align: left;

        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .header-content .button-wrapper {
        position: absolute;
        bottom: 80px;
        margin: 0px -5px;
    }

    .header-content .news {
        position: absolute;
        bottom: 30px;
        margin: 0 20px 0 0;
        max-width: 450px;
    }

    .header-content .button-wrapper .button {
        padding: 0 1.5em;
    }
}

@media (min-width: 1400px) {
    .header-content h1 {
        font-size: 51px;
    }

    .header-content .button-wrapper {
        bottom: 100px;
    }

    .header-content .news {
        /*bottom:50px;*/
    }

    header .navbar-default .navbar-gray {
        min-height: 120px;
        padding-top: 30px;
    }

    header .navbar-default .cart {
        margin-top: 30px;
    }
}

@media (min-width: 1700px) {

    .header-content .button-wrapper {
        bottom: 145px;
    }
}

/* ====================== */
/* === HEADER SLIDER ==== */
/* ====================== */

.header-content .slider {
    position: relative;
    background-color: #161113;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;

    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;

    list-style: none;
}


.slide .controls {
    position: absolute;
    bottom: -32px;
    text-align: center;
    width: 100%;
}

.slide .controls a {
    width: 53px;
    height: 53px;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border-radius: 100px;
    transition: 0.2s;
    cursor: pointer;
    float: none;
    position: relative;
    color: transparent;
    background: url(../img/web/icon_arrow_right_gray.svg) 50% 50% no-repeat #fff;
}

.slide .controls a.left {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


.slide .controls a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 100px;
    border: 2px solid transparent;
    transition: 0.2s;
}

.slide .controls a:hover:after {
    border: 2px solid #f94848;
}

@media (min-width: 768px) {
    .header-content .slider {
        width: 65%;
        max-width: 2000px;
        float: left;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .slide .controls {
        bottom: 20%;
        left: -32px;
        width: 1px;
    }

    .slide .item:before {
        content: "";
        position: absolute;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        top: 10%;
        bottom: 20%;
        right: 10%;
    }

    .header-content .slide .item {
        width: 100%;
        max-height: 100%;
    }

    .header-content .slide .item img {
        width: 100%;
    }

    .slide .item:after {
        content: attr(number);
        position: absolute;
        right: 5%;
        bottom: 10%;
        width: 10%;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        font-size: 24px;

        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
}

/* ====================== */
/* === MAIN CONTENT ===== */
/* ====================== */

.container {
    position: relative;
    padding: 50px 35px;
    margin: 0;
}

.main-content h1 {
    color: #161113;
    font-size: 24px;
    text-align: left;
}

.main-content .bold-text {
    font-weight: initial !important;
}

.main-content .content ul {
    list-style: initial;
}

.main-content .content ul li {
    margin: 10px 10px;
}

.thank-you .content {
    /*text-align: center;*/
    font-size: 25px;
}


.thank-you .content a {
    color: #f94545;
}


.back-to-main {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 35px;
}

.back-to-main h2 {
    padding: 20px;
    margin: 20px 0;
}

.back-to-main button {
    padding: 5px 20px 5px 20px;
}

@media (min-width: 768px) {

    .container {
        padding: 50px 45px;
    }

    .main-content h1 {
        font-size: 40px;
    }
}

/* ======================= */
/* === GRID REWRITES ===== */
/* ======================= */

@media (min-width: 768px) {
    .container {
        width: 100%;
        padding: 100px 45px;
    }
}

@media (min-width: 1400px) {
    .container {
        padding: 100px 75px;
    }
}


/* --- CHECKOUT TO CART MODAL --- */
.cart_modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}

.cart_modal.active {
    display: block;
}

.cart_modal .bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;

}

.cart_modal .wrapper {
    width: 80%;
    max-width: 700px;
    max-height: 80vh;
    text-align: center;
    margin: auto;
    background: #f6f3f4;
    border-radius: 5px;
    position: absolute;
    padding: 30px;
    top: 20%;
    left: 0;
    right: 0;
}

.cart_modal .wrapper p {
    margin: 20px 0;
    font-size: 1.3em;
}

.cart_modal .button {
    margin: 5px 0;
}

/* --- PRODUCTS --- */

.products {
    padding: 40px 0;
}

/*#filters ul li:not(:last-child)::after {position: absolute; top: 0; content: ''; width: 1px; height: 100%; background-color: #000; margin: 0 35px;}*/

#filters ul li.disabled {
    display: none !important;
}

#filters ul li.enabled {
    display: block !important;
    margin-left: 10px !important;
}

#filters ul li.active,
#filters ul li:hover {
    color: #f94545;
    /*background-position: 10px 50%;*/
}

.carousel > .carousel-inner {
    height: 100%;
}

.products #filters span {
    background: #fff url(../img/web/icon_options_gray.png) 95% 50% no-repeat;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

#filters span select {
    width: 100%;
    margin: 0px;
    padding: 0 50px;
    line-height: 60px;
    height: 60px;
    border: none;
    font-size: 17px;
    color: #535353;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/web/icon_arrow_red_right.png) 22px 50% no-repeat;
    position: relative;
    cursor: pointer;
}

#filters span select::-ms-expand {
    display: none;
}

.products .items {
    position: relative;
}

.products .items .product-item {
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    padding: 20px;
}
@media (min-width: 768px) {

    .products .items .product-item:nth-child(2n) {
        padding-right: 0;
    }

    .products .items .product-item:nth-child(2n + 1) {
        padding-left: 0;
    }

}

.products .items .product-item > a {
    transition: 0.2s;
}

.products .items .product-item > a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.products .items .product-item:hover > a {
    opacity: 0.9;
}

.products .items .product-item .details {
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px;
    text-align: right;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    font-size: 14px;
}

.products .items .product-item:nth-child(2n + 1) .details {
    left: 15px;
    right: 35px;
}

.products .items .product-item:nth-child(2n) .details {
    left: 35px;
    right: 15px;
}

.products .items .product-item .details h3 {
    float: left;
    margin: 0;
    color: #f94545;
    line-height: 16px;
    font-size: 13px;
    text-align: left;
}

.products .items .product-item .details h3 span {
    color: #fff;
    font-size: 11px;
}

.products .items .product-item .details a {
    text-decoration: none !important;
}

.products .items .product-item .details .button {
    background: none;
    margin-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: 31px;
    padding: 0px 7px;
    font-size: 10px;
    text-transform: uppercase;
}

.saastad {
    position: absolute;
    left: 8px;
    background: #f94545;
    top: 20px;
    padding: 6px 10px;
    color: #fff;
    line-height: normal;
}

.products .items .product-item .details button {
    background: #f94545 !important;
    border: 1px solid #f94545 !important;
}

.products .items .product-item .details .enviroment {
    display: inline-block;
}

.products .items .product-item .details .enviroment .full {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background: #9b8b83;
    padding: 15px 23px;
    margin: 0;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    text-align: left;
    font-weight: 600;
}

.products .items .product-item .details .enviroment .full:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9b8b83;
}

.products .items .product-item .details .enviroment:hover .full {
    display: inline-block;
}

.products .items .product-item .details .enviroment .button {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid transparent;
    font-weight: 600;
    position: relative;
    padding-right: 25px;
    margin-right: 0;
}

.products .items .product-item .details .enviroment .button:after {
    content: "";
    display: inline-block;
    background: url(../img/web/icon_hand_green.png) 0% 50% no-repeat;
    position: absolute;
    right: 3px;
    top: 5px;
    bottom: 5px;
    background-size: contain;
    width: 20px;
}

.products .items .product-item .details h3.rack-h3-style {
    margin-top: 20px;
}

.products .items .product-item .details h3.rack-h3-style span.rack-span-price-style {
    margin: 20px 0 0 2px;
    font-size: 25px;
    font-weight: normal;
    color: #f94546;
}

.products .items .product-item .product-image-div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    border-radius: 5px;
}

.products .items .product-item.tall .product-image-div {
    height: 695px;
}

.products .items .product-item.floor-lamp.wide .product-image-div, .products .items .product-item.table-lamp.wide .product-image-div, .products .items .product-item.wall-lamp.wide .product-image-div {
    background-size: cover;
}

.products .items .product-item .details h3.rack-h3-style span.rack-span-text-style {
    color: #f94546;
    font-size: 13px;
    margin-left: 10px;
}

.container.products .items .product-item .product-image-div {
    height: 400px;
}

.products .items .product-item.floor-lamp .product-image-div {
    height: 840px;
}

.products .items .product-item.table-lamp .product-image-div {
    height: 400px;
}

.products .items .product-item .details .button {
    font-size: 12px;
    padding: 0px 1.5em;
}

.products .items .product-item .details h3 {
    font-size: 19px;
}

@media (max-width: 1400px) {

    .container.products .items .product-item .product-image-div {
        height: 320px;
    }

    .products .items .product-item.floor-lamp .product-image-div {
        height: 656px;
    }

    .products .items .product-item.table-lamp .product-image-div {
        height: 320px;
    }

}

@media (max-width: 1460px) and (min-width: 768px) {
    header .navbar-default .cart {
        margin-top: 20px;
    }

    header .navbar-default .navbar-gray {
        padding-top: 20px;
        min-height: 100px;
    }

    header .language {
        margin-top: 20px;
    }

    .header-content h1 span {
        font-size: 32px !important;
    }

    .header-content .gray div > span {
        font-size: 20px !important;
    }
}

@media (min-width: 1460px) {
    .header-content h1 span {
        font-size: 40px !important;
        line-height: 1;
    }

    .header-content .gray div > span {
        font-size: 20px !important;
    }
}

.controls.mobile-controls {
    display: none;
}

@media (max-width: 768px) {
    .products .items {
        height: auto !important;
    }

    .products .items .product-item .details h3.rack-h3-style {
        margin-top: 0px;
        margin-left: 10px;
    }

    .products .items .product-item.rack .product-image-div {
        background-size: cover;
    }

    .button-wrapper {
        margin-top: 35px;
    }

    .header-content h1 {
        margin-bottom: 0px;
        margin-top: 0;
    }

    .header-content .controls {
        display: none;
    }

    .controls.mobile-controls {
        display: block;
        z-index: 1;
    }

    .products .items .product-item .details h3.rack-h3-style span.rack-span-price-style {
        display: block;
        margin-top: 0px;
        margin-bottom: 1px;
        font-size: 18px;
    }

    .products .items .product-item .details h3.rack-h3-style span.rack-span-text-style {
        margin-left: 0px;
        font-size: 10px;
    }

    .products .items .product-item {
        padding: 13px 8px;
    }

    .products .items .product-item .details .button {
        line-height: 25px;
        padding: 2px 13px 0px 13px;
        margin-top: 3px;
        font-size: 9px;
    }

    .products .items .product-item .details {
        padding: 12px;
        margin-bottom: 6px;
    }

    .products .items .product-item.tall .product-image-div {
        height: 495px;
    }

    .products .items .product-item.wide .product-image-div {
        height: 220px;
    }

    .products .items .product-item.table-lamp .product-image-div, .products .items .product-item.rack .product-image-div, .products .items .product-item.wall-lamp .product-image-div {
        height: 220px;
    }

    .products .items .product-item.floor-lamp .product-image-div {
        height: 495px;
    }

    .products .items .product-item.floor-lamp.wide .product-image-div {
        background-size: cover;
    }

    header .navbar-default .cart.filled:before {
        font-size: 13px;
        right: 17px;
        top: -1px;
        line-height: 22px;
        width: 23px;
        height: 23px;
    }

    header .navbar-default .navbar-mobile {
        padding: 12px 0px 7px 0px;
    }

    .slide .controls a {
        width: 47px;
        height: 47px;
    }

}


@media (min-width: 768px) {

    .products {
        padding-top: 20px;
    }

    #filters ul {
        display: inherit;
    }

    .products .items .product-item {
        width: 50%;
        float: left;
    }

    .products .items .product-item .product-image-div {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        background-color: #fff;
        border-radius: 5px;
    }

    .products .items .product-item.rack .product-image-div {
        background-size: cover;
    }

    .products .items .product-item.tall .product-image-div {
        height: 39vw;
        max-height: 736px;
    }

    .products .items .product-item.floor-lamp.wide .product-image-div {
        background-size: cover;
    }

    .products .items .product-item .details {
        padding: 10px;
    }

    .products .items .product-item .details h3 {
        font-size: 18px;
        line-height: 23px;
        margin: 0 10px 0 0;
    }

    .products .items .product-item .details h3 span {
        font-size: 17px;
    }

    .products .items .product-item .details .button {
        font-size: 12px;
        line-height: 39px;
        margin: 3px 0;
        padding: 0px 1em;
    }

    .products .items .product-item .details .enviroment .button {
        padding-right: 45px;
    }

    .products .items .product-item .details .enviroment .button:after {
        background-size: initial;
        right: 0;
        width: 40px;

    }

    .products .items .product-item .details .enviroment .full {
        padding: 20px;
        font-size: 14px;
    }
}

@media (min-width: 1400px) {

    .products .items .product-item .details {
        padding: 10px 20px;
    }

    .products .items .product-item .details .info {
        display: inline-block;
    }

    .products .items .product-item .details a {
        margin-right: 10px;
    }

    .products .items .product-item .details .enviroment .button {
        padding-right: 50px;
    }

    .products .items .product-item .details .enviroment .full {
        padding: 20px;
    }
}

/* --- PRODUCT --- */
.product {
    padding-top: 80px;
    color: #000;
}

.product h1 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0px;
}

.product h1 .title-link-back {
    font-weight: 300;
    color: #f94545;
    font-size: 25px;
    margin-bottom: 16px;
    display: inline-block;
}

.product .price {
    font-weight: normal;
    font-size: 24px;
    color: #f94545;
    margin: 0px;
    display: inline-block;
}

.product .price span {
    text-decoration: line-through;
}

.product .old-price {
    font-size: 20px;
    color: #444444;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 20px;
    vertical-align: bottom;
    line-height: normal;
}

.product .prod-saastad {
    background-image: url("../img/saastad.png");
    padding: 5px 8px 5px 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: normal;
    color: #fff;
    font-size: 14px;
    vertical-align: super;
    margin-left: 30px;
}

.product .description {
    font-weight: 600;
    font-size: 15px;
    margin: 50px 0px 25px;
    line-height: 1.6em;
}

.product .technical h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 70px 0;
}

.product .general {
    color: #6f6f6f;
}

.product .specs {
    font-size: 15px;
    font-weight: 500;
}

.product .delivery {
    font-weight: 700;
    font-size: 17px;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .product {
        padding-top: 200px;
    }

    .product > .row {
        display: flex;
    }

    .product .info {
        position: relative;
        padding-bottom: 150px;
        margin-right: 10%;
    }

    .product .cart_button {
        position: absolute;
        bottom: 0px;
    }

    .product .delivery {
        margin: 20px 0 0;
    }

    .product h1 {
        font-size: 24px;
    }

    .product h1 span {
        font-size: 30px;
    }


    .product .price {
        font-size: 28px;
        font-weight: 600;
    }

    .product .description {
        font-size: 16px;
    }

    .product .technical h2 {
        font-size: 20px;
        margin: 0 0 40px 0;
    }

    .product .specs {
        font-size: 16px;
    }
}

/* --- MODAL BASKET --- */

.product .cart_button {
    margin: 40px 0 0;
    padding: 30px 0;
    width: 100%;
    background: #e7e1e3;
    text-align: center;
    border-radius: 5px;
}

.product .cart_button .button {
    font-weight: 600;
    padding: 0px 20px;
    line-height: 51px;
    border-radius: 60px;
    margin: 0px 5px;
}

.qnt_selector {
    display: inline-block;
    margin: 0px 5px;
    padding: 12px;
    background: #eee9eb;
    border-radius: 60px;
}

.qnt_selector span,
.qnt_selector input {
    display: inline-block;
    border: none;
    user-select: none;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 30px;
    height: 30px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
}

.qnt_selector span {
    background: #fff;
    width: 30px;
    border-radius: 30px;
}

.qnt_selector span:hover {
    opacity: 0.8;
}

.qnt_selector.mobile-only {
    display: inline-block;
}

.qnt_selector.desktop-only {
    display: none;
}

.qnt_selector input {
    width: 47px;
    background: none;
    -moz-appearance: textfield;
}

.qnt_selector input::-webkit-outer-spin-button,
.qnt_selector input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media (min-width: 768px) {
    .qnt_selector.mobile-only {
        display: none;
    }

    .qnt_selector.desktop-only {
        display: inline-block;
    }

    .mobile_spec {
        display: none;
    }

    .product .cart_button {
        margin: 50px 0px 0px;
        padding: 45px 0;
    }

    .product .cart_button .button {
        line-height: 58px;
        padding: 0px 40px;
        min-width: 190px;
    }

    .qnt_selector {
        padding: 15px;
    }

    .qnt_selector input {
        width: 93px;
    }

}

/* --- PRODUCT GALLERY --- */


.product-slider {
    background: inherit;
    position: relative;
    z-index: 2;
    transition: 0.2s;
    height: auto;
}

.full_slider {
    display: none;
}

.social.mobile-only {
    position: absolute;
    right: 30px;
}

.social.desktop-only {
    display: none;
}

.flex-block {
    display: flex;
}

.flex-block .social {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .product-slider {
        height: 494px;
        margin-bottom: -70px;
        margin: 0px;
        position: relative;
    }

    .product-slider .gray {
        background: #eeeaeb;
        float: left;
        height: 100%;
        width: 42%;
        margin: 0;
        position: absolute;
    }

    .social.mobile-only {
        display: none;
    }

    .social.desktop-only {
        display: block;
        /*position: absolute;*/
        /*left: 52%;*/
    }

    .social.desktop-only a {
        vertical-align: top;
    }

    .social.desktop-only img {
        height: 28px;
        padding-right: 10px;
    }


    .mobile_slider {
        display: none;
    }

    .full_slider {
        display: block;
    }

    .product-slider .slide {
        max-width: 1820px;
        margin: 0px auto -70px;
        height: 100%;
    }

    .product-slider .carousel-inner {
        margin-left: 200px;
        width: 10000%;
        float: left;
        height: calc(100% + 70px);
    }

    .product-slider .item {
        height: 100%;
        max-height: 80vh;
        float: left;
        /*margin:0px 10px;*/
        display: block;
        position: relative !important;
        transition: 0.5s;
        left: 0 !important;
    }


    .product-slider .item.no-transition {
        transition: 0;
    }

    .product-slider .item:before,
    .product-slider .item:after {
        content: none;
    }

    .product-slider img {
        /*height:100% !important;*/
        max-width: auto !important;
    }

    .product-slider .slide .controls {
        top: 40%;
        left: 70px;
        bottom: auto;
    }
}

/* --- GALLERY --- */
.gallery {
    padding: 0;
    margin-top: 0;
}

.gallery .title {
    background: #2a2628 url(../img/web/background_pattern.png) 50% 50% repeat;
    padding: 50px 0% 210px 0%;
    margin: 0;
}

.gallery .title h1 {
    color: #ffffff;
    font-size: 24px;
}

.gallery .title .container {
    padding-top: 0;
    padding-bottom: 0;
}

.gallery .pictures {
    padding-top: 0%;
    margin-top: -165px;
    min-height: 200px;
    position: relative;
}


.gallery-content {

    line-height: 0;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-column-gap: 16px;

    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;

}


.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: inline-block;
    padding: 0;
    margin: 8px 0;
    width: 100%;
    cursor: pointer;
}

.image-container img {
    width: 100%;
    height: auto;
}

.image-container .after {
    position: absolute;
    top: 17px;
    left: 17px;
    bottom: 17px;
    right: 17px;
    border: 2px solid transparent;
    font-size: 19px;
    text-align: center;
    background: rgba(0, 0, 0, .0);
    color: transparent;
    transition: 0.5s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container .after i {
    display: block;
    position: relative;
    background: #f94545;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin: 0px auto 40px;
}

.image-container .after i:before {
    content: "";
    display: block;
    position: absolute;
    left: 33%;
    right: 33%;
    top: 50%;
    margin-top: -0.5px;
    background: #fff;
    height: 1px;
}

.image-container .after i:after {
    content: "";
    display: block;
    position: absolute;
    top: 33%;
    bottom: 33%;
    left: 50%;
    margin-left: -0.5px;
    background: #fff;
    width: 1px;
}


.image-container:hover .after {
    opacity: 1;
    background: rgba(0, 0, 0, .4);
    border: 2px solid #f94545;
    color: #ffffff;
}

@media (min-width: 768px) {
    .gallery .title .container {
        padding: 0 30px;
    }

    .gallery-content {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .gallery .title {
        padding: 50px 0% 210px 0%;
    }

    .gallery .title h1 {
        font-size: 40px;
    }

    .header-content .news {
        bottom: 15px;
    }
}

.product-slider .carousel-inner > .item {
    /*background-color: #fff;*/
}

.product-slider .carousel-inner > .item > img {
    max-height: 500px;
    margin: auto;
}

@media (min-width: 1400px) {

    .product-slider {
        height: 700px;
    }

    .gallery .title {
        padding: 100px 0% 280px 0%;
    }

    .gallery .title .container {
        padding: 0 60px;
    }

    .header-content .news {
        bottom: 30px;
    }
}


/* --- CONTACT --- */
#contact-start {
    margin: 20px -15px 0 -15px;
}

.contact form {
    margin: 0 5px;
    background: #f6f3f4;
    padding: 20px;
    border-radius: 5px;
}

.contact form .form-control {
    border-radius: 0;
    border: 1px solid #eee9eb;
    background: none;
    box-shadow: none;
    height: 48px;
    line-height: 48px;
    padding: 0px 20px;
    font-size: 16px;
    transition: 0.3s border;
}

.contact form .form-control:focus {
    border: 1px solid #c1bebf;
}

.contact form textarea.form-control {
    height: auto;
    resize: vertical;
    line-height: 24px;
    padding: 18px 20px;
}

.contact form .button {
    background: #f94545;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 0px 20px;
    line-height: 49px;
    font-size: 16px;
    font-weight: 900;
}

.error > .error-msg {
    border: 1px solid #f94545;
    border-radius: 5px;
    background: #eccbcb;
    text-align: left;
    margin: 0 5px 20px 5px;
    padding: 10px 30px;
    color: #161113;
    font-size: 15px;
}

.experience-lamps {
    border: 5px solid #f6f3f4;
    border-radius: 5px;
    position: relative;
    padding: 0;
    min-height: 400px;
    overflow: hidden;
    margin: 20px;
}

.experience-lamps #map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: initial !important;
}

.experience-lamps > span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 90%;
    width: 460px;
    padding: 30px;
    background: #ffffff;
    font-size: 15px;
    color: #161113;
    text-align: left;
}

@media (min-width: 768px) {
    .product-slider .carousel-inner > .item > img {
        max-height: inherit;
        height: inherit;
        margin-right: 10px;
    }

    #contact-start {
        display: flex;
        margin: 60px -15px 0 -15px;
    }

    .contact form {
        padding: 30px;
    }

    .contact form .form-control {
        height: 60px;
        line-height: 60px;
    }

    .contact form .button {
        line-height: 60px;
    }

    .experience-lamps {
        margin: 0;
    }
}

/* --- ABOUT US --- */
.about-us-img {
    width: 100%;
}

.about-us:before {
    content: "";
    width: 70px;
    height: 70px;
    background: url(../img/quote_signs.png) 50% 50% no-repeat;
    position: absolute;
    top: -32px;
    right: 7%;
}

.about-us h1 {
    margin-bottom: 20px;
    font-weight: initial !important;
    font-family: 'Raleway', serif;
    font-size: 24px;
}

.about-us p {
    line-height: 29px;
    font-size: 14px;
    margin: auto;
}

@media (min-width: 768px) {
    .about-us h1 {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .about-us p {
        font-size: 16px;
    }
}

/* ==================== */
/* === CART TABLE ===== */
/* ==================== */
.basket {
    margin: 20px 0 10px;
}

.basket table {
    margin: 0 0 5px;
    width: 100%;
    overflow: hidden;
    background: #f6f3f4;
    border-radius: 5px;
}

.basket table td,
.basket table th {
    padding: 15px;
    line-height: 15px;
}

.basket table th {
    border-bottom: 1px solid #eee9eb;
    font-size: 13px;
    font-weight: bold;
    color: #161113;
    text-transform: uppercase;
}

.basket .cart-img-wrapper {
    width: 1%;
    white-space: nowrap;
}

.basket .cart-img-wrapper img {
    max-width: 130px;
    max-height: 130px;
}

.basket .cart-table-product a {
    color: #161113;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    line-height: 1.3em;
}

.basket .cart-table-product a span {
    color: #f94545;
}

.cart-table-mobile-price span {
    color: #444444;
    font-size: 20px;
    margin-left: 7px;
    text-decoration: line-through;
    font-weight: 400;
}

.basket .cart-table-product a > span {
    font-size: 15px;
}

.basket .cart-table-product a:hover {
    opacity: 0.8;
}

.basket .cart-table-price {
    font-weight: 500;
    font-size: 25px;
    color: #151113;
}

.basket .cart-table-price span {
    color: #444444;
    font-size: 20px;
    margin-left: 7px;
    text-decoration: line-through;
    font-weight: 400;
}

.basket .cart-table-title-qnt {
    text-align: center;
}

.basket .cart-table-quantity {
    text-align: center;
}

.basket .cart-table-quantity .qnt_selector {
    background: none;
    border: 1px solid #eee9eb;
    margin: 0;
    padding: 9px;
    font-size: 20px;
}

.basket .cart-table-quantity .qnt_selector input {
    width: 38px;
}

.basket .cart-delete > div {
    float: right;
    background: #eaeaea;
    border-radius: 100px;
    transition: 0.2s;
    cursor: pointer;
    padding: 12px;
}

.basket .cart-delete > div:hover {
    background: #ffb6b6;
}

.basket .cart-table-title-delete,
.basket .cart-delete,
.basket .cart-table-title-total,
.basket .cart-table-title-price,
.basket .cart-table-price,
.basket .cart-table-title-img,
.basket .cart-img-wrapper {
    display: none;
}

@font-face {
    font-family: Sackers;
    src: url("../fonts/MonotypeSackersGothicLight.otf") format("opentype");
}

.pink-bar {
    padding: 40px 0;
    background-color: #d8c7d3;
}

.pink-bar .col-lg-2 {
    padding-right: 0;
}

.pink-item {
    height: 50px;
}

.pink-item img {
}

p.pink-par {
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    vertical-align: middle;
    font-family: Sackers;
    padding-left: 10px;
    font-weight: 600;
    font-size: 13px;
    width: calc(100% - 60px);
}

@media (max-width: 1200px) {
    .pink-bar {
        padding: 0;
    }

    .pink-item {
        height: auto;
        display: block;
        margin: auto;
        width: auto;
        padding: 20px 0;
    }

    p.pink-par {
    }

    .pink-bar .col-lg-2 {
        padding: 0;
    }

}

@media (min-width: 768px) {
    .basket {
        margin: 50px 0 10px;
    }

    .basket table td,
    .basket table th {
        padding: 20px;
    }

    .basket .cart-table-title-delete,
    .basket .cart-delete,
    .basket .cart-table-title-total,
    .basket .cart-table-title-price,
    .basket .cart-table-price,
    .basket .cart-table-title-img,
    .basket .cart-img-wrapper {
        display: table-cell;
    }

    .basket .cart-table-mobile-price {
        display: none;
    }

    .basket .cart-table-quantity {
        text-align: left;
    }

    .basket .cart-table-title-qnt {
        padding-left: 60px;
        text-align: left;
    }

    .basket .cart-table-quantity .qnt_selector input {
        width: 58px;
    }

}

.order_form .cart-contact-form {
    margin: 15px 0;
}

.order_form .cart-contact-form > .row {
    margin: 0;
    overflow: hidden;
    background: #f6f3f4;
    border-radius: 5px;
    padding: 20px;
}

.order_form .cart-contact-form h3 {
    color: #535353;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 16px;
    padding: 0;
}

.order_form .cart-contact-form input,
.order_form .cart-contact-form select {
    background: #f6f3f4;
    border: 1px solid #eee9eb;
    box-shadow: none;
    transition: 0.2s;
    height: 48px;
}

.order_form .cart-contact-form input:focus {
    border: 1px solid #c1bebf;
}

.order_form .cart-contact-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.order_form ul li.bank-link {
    display: inline-block;
    margin: 2px 0;
    padding: 10px 15px;
    border-radius: 45px;
    border: 2px solid transparent;
    transition: 0.2s;
    cursor: pointer;
    height: 45px;
}

.order_form .bank-link img {
    height: 100%;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.order_form .bank-link:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
}

.order_form .bank-link.active {
    border: 2px solid #f94545;
}

.order_form .bank-link.active img {
    -webkit-filter: grayscale(0);
    filter: none;
}

.order_form #termscheck {
    display: none;
}


.order_form .ui-widget {
    margin: 10px 15px 5px;
}

.order_form .ui-widget > div {
    border-radius: 5px;
    background: #f6f3f4;
}

.order_form .ui-widget .ui-state-highlight {
    text-align: center;
    border: none;
    background: none;
    font-size: 30px;
}

@media (min-width: 768px) {
    .order_form .cart-contact-form > .row {
        padding: 35px;
    }

    .order_form ul li.bank-link {
        float: left;
    }
}


.total-container .total {
    margin: 15px 0;
    text-align: center;
}

.total-container .total > div {
    margin: 0;
    overflow: hidden;
    background: #f6f3f4;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
}

.total-container .total .discount {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    text-align: left;
}

.total-container .total .discount-label {
    color: #535353;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    display: block;
}

.total-container .total .discount-section {
    margin: 0px auto 30px;
    padding: 10px;
    border: 1px solid #eee9eb;
    border-radius: 60px;
    display: block;
    width: 100%;
    max-width: 330px;
    clear: left;
}

.total-container .total .discount-section input {
    margin: 0px;
    padding: 0px 0 0 20px;
    line-height: 38px;
    border: none;
    background: none;
    user-select: none;
}

.total-container .total .discount-section input:focus {
    outline: none;
}

.total-container .total .discount-section button {
    background: url(../img/web/icon_arrow_right_white.svg) 50% 50% no-repeat #f94545;
    width: 38px;
    height: 38px;
    color: transparent;
    transition: 0.2s;
    border-radius: 30px;
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
}

.total-container .total .discount-section button:hover {
    opacity: 0.8;
}


.total-container .total ul {
    list-style: none;
    text-align: left;
    float: left;
    margin: 0;
    padding: 0;
    color: #535353;
    line-height: 1em;
    font-weight: 600;
    font-size: 17px;
    clear: both;
}

.total-container .cart-checkbox-link {
    width: 100%;
    text-align: Center;
    padding: 0px;
    margin: 40px 0;
}

.total-container .cart-checkbox-link label {
    font-size: 16px;
    color: #535353;
    font-weight: bold;
    padding: 10px 10px 10px 0px;
    line-height: 28px;
    margin: 0;
    transition: 0.2s;
    cursor: pointer;
}

.total-container .cart-checkbox-link label:before {
    float: left;
    content: '';
    height: 28px;
    width: 28px;
    display: inline-block;
    margin: 0px 20px 0 0;
    padding: 0;
    background: #f94545;
    border: 8px solid #f94545;
    border-radius: 20px;
    transition: 0.2s;
}

.total-container .cart-checkbox-link label:hover:before {
    background: #e2c1c1;
}

.total-container .cart-checkbox-link label.active:before {
    background: #fff;
}

.total-container .cart-checkbox-link a {
    color: #f94545;
    text-decoration: underline;
}

.total-container .basket_submit_container {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.total-container .basket_submit {
    width: 760px;
    max-width: 100%;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.makseviis_form {
    display: none;
    cart-table-mobile-price
}

@media (max-width: 768px) {

    .products {
        padding: 10px 25px 30px 25px;
    }

    .mobile_spec.technical div img {
        width: 100%;
        height: auto;
    }

    .product .prod-saastad {
        max-width: 170px;
        display: block;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .total-container .total ul {
        clear: none;
        text-align: right;
        float: right;
    }

    .total-container .total > div {
        padding: 20px 35px;
    }

    .total-container .total .discount-section input {
        width: 140px;
    }

    .total-container .total .discount-section {
        margin: 0 0 20px 0;
    }

    .total-container .cart-checkbox-link {
        margin: 60px 0;
    }
}

@media (min-width: 1400px) {

    .total-container .total .discount-section input {
        width: auto;
    }
}


label {
    display: inline-block;
}

label img {
    pointer-events: none;
}

/* --- ERROR LIST --- */

.error-list {
    display: inline-block;
}

.quantity-error {
    position: absolute;
    right: 30px;
    top: 52px;
    font-size: 27px;
    color: #bd371c;
}

.quantity-capped .quantity-block {
    max-width: 435px;
    margin: 0 auto;
    background: #eeeaeb;
    color: white;
    padding: 20px;
    font-size: 15px;
}

/* --- CART LOADER --- */

#loading-image {
    position: fixed;
    width: 200px;
    height: 200px;
    margin: 5% auto;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
}

*, ::before, ::after {
    box-sizing: border-box;
}

.loading {
    display: block;
    margin: auto;
    position: relative;
    width: 100px;
    height: 100px;
}

.loading span {
    display: block;
    position: absolute;
    width: 50%;
    height: 50%;
}

.loading span:nth-child(1) {
    top: 0;
    left: 0;
    background-color: rgba(162, 127, 99, 0.9);
    -webkit-animation: move1 2s linear infinite;
    animation: move1 2s linear infinite;
}

.loading span:nth-child(2) {
    top: 0;
    right: 0;
    background-color: rgba(169, 132, 105, 0.8);
    -webkit-animation: move2 2s linear infinite;
    animation: move2 2s linear infinite;
}

.loading span:nth-child(3) {
    bottom: 0;
    left: 0;
    background-color: rgba(173, 143, 119, 0.7);
    -webkit-animation: move3 2s linear infinite;
    animation: move3 2s linear infinite;
}

.loading span:nth-child(4) {
    bottom: 0;
    right: 0;
    background-color: rgba(169, 132, 105, 0.6);
    -webkit-animation: move4 2s linear infinite;
    animation: move4 2s linear infinite;
}

@-webkit-keyframes move1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        z-index: 10;
    }
    25% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    50% {
        -webkit-transform: translate(100%, 100%);
        transform: translate(100%, 100%);
    }
    75% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        z-index: 0;
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes move1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        z-index: 10;
    }
    25% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    50% {
        -webkit-transform: translate(100%, 100%);
        transform: translate(100%, 100%);
    }
    75% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        z-index: 0;
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    50% {
        -webkit-transform: translate(-100%, 100%);
        transform: translate(-100%, 100%);
        z-index: 0;
    }
    75% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        z-index: 10;
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    50% {
        -webkit-transform: translate(-100%, 100%);
        transform: translate(-100%, 100%);
        z-index: 0;
    }
    75% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        z-index: 10;
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes move3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        z-index: 10;
    }
    50% {
        -webkit-transform: translate(100%, -100%);
        transform: translate(100%, -100%);
    }
    75% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        z-index: 0;
    }
}

@keyframes move3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        z-index: 10;
    }
    50% {
        -webkit-transform: translate(100%, -100%);
        transform: translate(100%, -100%);
    }
    75% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        z-index: 0;
    }
}

@-webkit-keyframes move4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        z-index: 0;
    }
    50% {
        -webkit-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
        z-index: 10;
    }
    75% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes move4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        z-index: 0;
    }
    50% {
        -webkit-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
        z-index: 10;
    }
    75% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}


/* ================ */
/* === FOOTER ===== */
/* ================ */

footer {
    position: absolute;
    background-color: #eeeaeb;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    font-size: 14px;
}

footer hr {
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px solid #3c3739;
    margin: 0;
    padding: 0;
}

footer a {
    color: #000;
    text-decoration: none;
    transition: 0.2s;
    cursor: pointer;
    min-width: 30px;
    text-align: center;
    display: inline-block;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer a:hover img {
    opacity: 0.8;
}

footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer a img {
    height: 25px;
    fill: #5c5759;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

footer ul li {
    display: inline-block;
    margin: 10px;
    padding: 0;
}

footer .logo {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0px 20px;
}

footer .logo img {
    max-width: 100%;
    width: 150px;
}

footer .menu {
    float: left;
    max-width: 100%;
    text-align: center;
    margin: 0;
}

footer .menu ul {
    margin: 0 0 30px -10px;
    display: inline-block;
}

footer .menu img {
    display: inline-block;
    float: left;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    max-width: 100%;
    margin-top: 16px;
    margin-left: 15px;
}

footer h4 {
    float: left;
    /*width:100%;*/
    text-align: center;
    text-transform: none;
    font-size: 14px;
    margin: 20px 0px;
    display: inline-block;
}

footer .newsletter {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
}

footer .newsletter h3 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 40px 0 20px;
    padding: 0px 20px;
}

footer .newsletter form {
    padding: 0;
    margin: 10px 0 30px;
    background: #1f1b1d;
    display: inline-block;
    max-width: 100%;
    border-radius: 60px;
}

footer .newsletter form input {
    background: none;
    border: none;
    padding: 0 0 0 20px;
    box-shadow: none;
    user-select: none;
    outline: none;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    max-width: 100%;
    width: 220px;
}

footer .newsletter form button {
    display: inline-block;
    float: right;
    margin: 7px;
    padding: 0;
    background: #f94545 url(../img/web/icon_arrow_right_white.svg) 50% 50% no-repeat;
    border-radius: 50px;
    height: 46px;
    width: 46px;
    border: none;
    transition: 0.2s;
}

footer .newsletter form button:hover {
    opacity: 0.8;
}

footer .newsletter form.success button {
    background-color: #3af763;
}


@media (min-width: 768px) {

    footer .container:first-child {
        padding-top: 60px;
    }

    footer .logo {
        width: auto;
        text-align: left;
        margin: 10px;
    }

    footer .menu {
        width: auto;
        text-align: left;
        margin: 0 40px;
    }

    footer ul {
        width: auto;
        text-align: left;
        clear: both;
        float: left;
    }

    footer h4 {
        text-align: left;
        clear: both;
        float: left;
    }

    footer .newsletter {
        margin-top: 30px;
    }

    footer .newsletter h3 {
        margin: 10px;
        padding: 0px 20px;
    }

    footer .newsletter form {
        margin: 20px 0 30px;
    }

    footer .newsletter form input {
        width: 340px;
        padding: 0px 0 0 30px;
    }
}

@media (min-width: 1400px) {
    footer .newsletter {
        float: right;
        width: auto;
        text-align: left;
    }
}

/* ============================ */
/* === DISCOUNT SECTION ======= */
/* ============================ */

.discount-section {
    position: relative;

}

.discount-label {
    color: #b48455;
}

.send-code {
    position: absolute;
    top: 37px;
    right: 8px;
    color: #b48455;
    font-size: 28px;
    cursor: pointer;
}

/* ================================== */
/* === INTERNET EXPLORER TARGET ===== */
/* ================================== */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #lightgallery img {
        max-width: 200%;
    }

    .main-content .content ul li {
        margin: 10px 15px;
    }

    .bank-link-radio {
        /*display: inline-block;*/
    }

    input[type=checkbox], input[type=radio] {
        margin: 10px;
    }

    .spec-img-wrapper {
        display: initial;
    }

    #language-selector {
        margin-top: 15px;
    }
}


/* ---- ANIMATIONS ---- */

@charset "UTF-8";
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn
}


@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

header .navbar-default .navbar-black {padding-right: 8px;}
