@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100&subset=latin,latin-ext);
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

/* Reset ================================================================================= */
* { margin:0; padding:0; }

.border-box.safe-shopping .caption {
    font-size: 1.3em !important;
}

.checkout-block-wrapper {
    box-shadow: 0 0 6px rgba(0,0,0,0.1) !important;
    background-color: #fff;
}

.header-backlink {
    position: absolute;
    width: 1000px;
    text-align: right;
    left: 0;
}

.payments-image {
    box-shadow: 0 0 6px rgba(0,0,0,0.1) !important;
    background-color: #fff;
}

.checkout-cart-index .main-column > img {
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    margin: 0 0 15px 0 !important;
}

.cart-table tbody {
    /* box-shadow: 0 0 6px rgba(0,0,0,0.1); */
}

.simpleqty .dims {
    font-size: 1.4em;
    color: #fff;
    font-weight: 400;
}

.simpleqty .simple_dimensions_options .dims {
    color: #4c4c4c !important;
}

.homepage-imagetext-container {
    overflow: hidden;
}

img.lazy {
    background: #fff;
}

.homepage-artist-container {
    /* height: 308px; */
    padding-top: 10px;
    margin-bottom: 10px;
}

.homepage-artist .bestseller {
    width: 54px;
    height: 54px;
    background: transparent url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/bestseller.png') center center no-repeat;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.homepage-artist .artist-name {
    color: #000;
    font-size: 1.6em;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 120%;
}

.homepage-artist {
    width: 30.3333%;
    float: left;
    margin-right: 4.5%;
}

.homepage-artist {}

.homepage-artist:last-of-type {
    margin-right: 0;
}

.homepage-artist .images {
    height: 130px;
    position: relative;
}

.homepage-artist .artist-image {
    width: 98px;
    height: 98px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    float: left;
    margin-top: 30px;
}
.show-popup .inner-content,
.cart-sos-modal .inner-content {
    width: 90%;
    max-width: 667px;
    overflow: hidden;

    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.show-popup,
.cart-sos-modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 99999;
}
.show-popup .layer-box,
.cart-sos-modal .layer-box{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;

    display: block;
    cursor: pointer;
    text-align: center;
}
.show-popup .popup-content,
.cart-sos-modal .sos-content{
    position: relative;
}
.show-popup .popup-content .close-button,
.cart-sos-modal .sos-content .close-button{
    position: absolute;
    top: 20px;
    right: 24px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #000;
    font-size: 26px;
    font-weight: normal;
    z-index: 5;
    cursor: pointer;
}
.show-popup .popup-content .close-button:after,
.cart-sos-modal .sos-content .close-button:after{
    display: block;
    content: "\e680";
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: "Pe-icon-7-stroke";
}
.show-popup .inner-content img,
.cart-sos-modal .inner-content img{
    width: 100%;
}
.homepage-imagetext .arrow {
    height: 100%;    float: right;
    overflow: hidden;
}

.homepage-imagetext:nth-child(even) .arrow {
    float: left;
}

.homepage-imagetext .rect-bottom {
    height: 50%;    background-color: #F2F2F2;    width: 19px;
}

.homepage-imagetext .triangle-bottom {
    width: 0;    height: 0;    border-bottom: solid 27px #F2F2F2;    border-left: solid 19px transparent;
}

.triangle-bottom {}

.homepage-imagetext:nth-child(even) .triangle-bottom {
    border-bottom: solid 27px #F2F2F2;
    border-right: solid 19px transparent;
    border-left: none;
}

.homepage-imagetext .triangle-top {
    width: 0;    height: 0;    border-top: solid 27px #F2F2F2;
    border-left: solid 19px transparent;
}

.homepage-imagetext:nth-child(even) .triangle-top {
    /* border-top: none; */
    border-left: none;
    border-top: solid 27px #F2F2F2;
    border-right: solid 19px transparent;
}

.homepage-imagetext .rect-top {
    height: 50%;    background-color: #F2F2F2;    width: 19px;
    margin-top: -27px;
}

.homepage-imagetext .caption {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 33px;
    border-bottom: 1px solid #ccc;
    font-size: 2em;
    font-weight: 300;
    color: #000;
    margin-bottom: 18px;
    margin-top: 10px;
}

.homepage-imagetext .content {
    width: 45.1%;
    float: right;
    padding: 0px 0 0 3%;
}

.homepage-imagetext {
    width: 100%;
    height: 100%;
    float: left;
    clear: both;
    position: relative;
}

.homepage-imagetext:nth-of-type(even) {
}

.homepage-imagetext .image {
    width: 51.9%;
    float: left;
    height: 100%;
    /* overflow: hidden; */
    position: absolute;
    background-position: center center;
}

.homepage-imagetext:nth-of-type(even) .content {
    float: left;
    padding: 0px 3% 0 0;
}

.homepage-imagetext:nth-of-type(even) .image {
    right: 0;
}

.homepage-triplebanner-container {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 10px; */
}

.homepage-triplebanner .overlay {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;    position: absolute;
    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 40%,rgba(0,0,0,0.5) 100%); */
    transition: all .25s ease-in-out;    -moz-transition: opacity .25s ease-in-out;    -webkit-transition: all .25s ease-in-out;
}

.homepage-triplebanner .overlay:hover {
    /* background-color: rgba(0,0,0,0.2); */
}

.homepage-triplebanner .caption {
    bottom: 90px;
    line-height: 50px;
    font-size: 4em;
    position: absolute;    font-family: Roboto;    font-weight: 300;    color: #fff;    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    width: 100%;
}

.homepage-triplebanner {
    position: relative;
    width: 32.5%;
    height:  320px;
    float: left;
    text-align: center;
    margin-right: 1.25%;
    -moz-transition: background-size .25s ease-in-out;    -webkit-transition: background-size .25s ease-in-out;    transition: background-size .25s ease-in-out;    -moz-transition: background-size .25s ease-in-out;    background-size: 100% 100%;
    background-position: center center;
    margin-bottom: 10px;
}

.homepage-triplebanner:hover {
    background-size: 105% 105%;
}

.homepage-triplebanner:nth-child(3n) {
    margin-right: 0;
}

.homepage-bannerslider-container .button-prev {
    width: 44px;
    height: 61px;    position: absolute;
    left: -5px;    top: 50%;margin-top: -20px;
    background: transparent url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/banner_strzalka_lewo.png') center center no-repeat;
    cursor: pointer;
    -webkit-touch-callout: none;      -webkit-user-select: none;      -khtml-user-select: none;      -moz-user-select: none;      -ms-user-select: none;      user-select: none;
    z-index: 20;
    opacity: 0.5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.homepage-bannerslider-container .button-prev:hover {
    opacity: 1;
    left: 0;
}

.homepage-bannerslider-container .button-next:hover {
    opacity: 1;
    right: 0;
}

.homepage-bannerslider-container .button-next {
    width: 44px;
    height: 61px;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -20px;
    background: transparent url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/banner_strzalka_prawo.png') center center no-repeat;
    cursor: pointer;
    -webkit-touch-callout: none;      -webkit-user-select: none;      -khtml-user-select: none;      -moz-user-select: none;      -ms-user-select: none;      user-select: none;
    z-index: 20;
    opacity:  0.5;
    transition: all .25s ease-in-out;
    -moz-transition: all  .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.homepage-bannerslider-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}


.homepage-bannerslider .overlay {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 40%,rgba(0,0,0,0.5) 100%); */
    transition: all .25s ease-in-out;    -moz-transition: opacity .25s ease-in-out;    -webkit-transition: all .25s ease-in-out;
}
.homepage-bannerslider .overlay > img{width: 100%;position: absolute;top: 50%;left: 50%;
                                      -webkit-transform: translate(-50%,-50%);
                                      -ms-transform: translate(-50%,-50%);
                                      transform: translate(-50%,-50%);
                                      -webkit-transition: all 0.25s ease-in-out 0s;
                                      -moz-transition: all 0.25s ease-in-out 0s;
                                      -o-transition:all 0.25s ease-in-out 0s;
                                      transition:all 0.25s ease-in-out 0s;
}
.homepage-bannerslider .overlay:hover > img{
    width: 105%;
}
.homepage-bannerslider .overlay:hover {
    /* background-color: rgba(0,0,0,0.2); */
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.5) 100%); */
}

.homepage-bannerslider .caption {
    bottom: 75px;
    font-size: 4em;
    position: absolute;
    font-family: Roboto;
    font-weight: 300;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    text-align: center;
    width: 100%;
}

.homepage-bannerslider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 5;
    display: none;
}

.homepage-bannerslider.active {
    z-index: 10;
}

.homepage-bannerslider.next {
    z-index: 7;
}

body          { font:13px/1.55 Arial, Helvetica, sans-serif; color:#656565; text-align:center; background:#F2F2F2; }

img           { border:0; vertical-align:top; }

a {
    color: #626262;
    text-decoration: none;
}
a:hover       { text-decoration:underline; }
a             { color:#d14923; text-decoration:none; }

.homepage-artist a {
    display: block;
    float: right;
    width: 55%;
    max-height: 100%;
    /* position: relative; */
}

.homepage-artist a img {
    max-width: 100%;
    max-height: 100%;
}
.border-button {
    position: absolute;
    bottom: 10px;

    font-family: Roboto;
    font-weight: 300;
    display: inline-block;
    padding: 0 50px;
    height: 45px;
    line-height: 45px;
    color: #FFFFFF;
    font-size: 1.35em;
    background-color: #3276dc;
    transition: all .25s ease-in-out;    -moz-transition: opacity .25s ease-in-out;    -webkit-transition: all .25s ease-in-out;
}
.border-button img {
    margin-top: 18px;
    margin-left: 9px;
}
.homepage-bannerslider-container .border-button{
    left: 10px;
}

.homepage-triplebanner .border-button {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0 none;
    padding: 0;
    width: 100%;
    background-color: #52555B;
    color: #FFFFFF;
}
.homepage-triplebanner .overlay:hover .border-button {
    background-color: #6a6d75;
}

.homepage-bannerslider .border-button img {
    margin-top: 17px;
}

.overlay:hover .border-button {
    background-color: #357de8;
}
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color: #4c4c4c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }

.footer-upper-links ul li a h3 {
    line-height: 18px !important;
    font-size: 13px !important;
}
h4            { font-size:14px; /* font-weight:bold; */ /* -webkit-text-fill-color: white; */ /* Will override color (regardless of order) */     /* -webkit-text-stroke-width: 1px; */     /* -webkit-text-stroke-color: rgba(0,0,0,0.1); */}

.footer-upper-links ul li a h4 {
    font-size: 13px !important;
    line-height: 18px !important;
}

h4 {}
h5            { font-size:12px; font-weight:bold; }

h1.hometitle{
    margin-bottom: 5px;
    font-size: 2.2em;
    color: #000;
    font-weight: 300;
    margin-top: 25px;
    text-decoration: none;
}
h2.hometitle{
    margin-bottom: 5px;
    font-size: 2.1em;
    color: #000;
    font-weight: 300;
    margin-top: 25px;
    text-decoration: none;
}
.cms-mode h3.hometitle,
h3.hometitle{
    margin-bottom: 5px;
    font-size: 2em !important;
    color: #000;
    font-weight: 300;
    margin-top: 25px;
    text-decoration: none;
    font-weight: 300;
}
h4.hometitle,
h5.hometitle{
    margin-bottom: 5px;
    font-size: 2em;
    color: #000;
    font-weight: 300;
    margin-top: 25px;
    text-decoration: none;
}
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin: 0 0 5px; }

p.underline {
    padding-bottom: 5px !important;
    margin-bottom: 15px !important;
}

.cms-mode p {
    margin: 0 !important;
}

.std > p {
    margin: 0 !important;
}
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align: middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page { min-width: 1050px; overflow: hidden; padding-top: 130px; position:relative; width: 100%;}

.checkout-onepage-index .page {
    padding-top: 90px;
}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {  }
.main { width:1000px; margin:0 auto; min-height:400px; padding: 1px 25px 80px; text-align:left; position: relative;}

.checkout-onepage-index .main {
    padding-bottom: 15px !important;
}

.simplesize .cart-group-head {
    border-top: none;    display: block;    font-weight: 400;
    font-size: 1.3em;    float: left;    padding: 0px;
    /* padding-top: 15px; */
    padding-bottom: 7px;
    padding-left: 10px;    margin-top: 15px;    /* margin-left: 30px; */    width: 100%;    color: #4c4c4c;
    /* text-align: center; */    text-indent: 0;    background-position: 51px 5px;
}

/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; position: relative;}

.catalog-category-view .col-main, .search.col-main {
    position: relative;
}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width: 770px; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:45.5%; }
.col2-set .col-2 { float:right; width:45.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border: 1px solid transparent; box-shadow: inset 0 0 4px #ccc;padding: 5px 8px !important;box-sizing: border-box;}
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cart/addtocart.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 40px;
    padding: 0 15px;
}
button.button span { display:block; height:19px;  padding:0 8px; font: bold 1.1em/19px Roboto; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; padding:0 0 0 9px; font: bold 1.1em/40px Roboto; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list li.fields:last-child {margin:0;}
.form-list label {
    color: #626262;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 15px;
    position: relative;
    text-align: right;
    width: 100px;
    z-index: 0;
}
.form-list label.required {}
.form-list label.required em { font-style:normal; color:#eb340a;padding-right: 4px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin:0; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.control .subscribe_info{ display: none; margin: 8px 0; line-height: 1.2em;font-size: 12px;color:#858585; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block;  width:260px; float:left;  }
.box-reviews .form-list .input-box { clear: both; }
.box-reviews .form-list li { padding-left: 0px;}
.form-list .field { float:left; width:390px; }
.form-list input.input-text { width:251px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; margin-right: 65px;}
.buttons-set a.f-left{ margin-left: 50px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #d9d9d9; background:#fff; padding:22px 25px 12px 33px; margin: 0 0 28px 0; }
.fieldset .legend {
    border-bottom: 1px solid #D9D9D9;
    color: #626262;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 5px;
    position: relative;
    margin-bottom: 20px;
}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight: 400; line-height:13px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
div.discount .validation-advice {
    left: 287px;
    position: absolute;
    top: 50px;
}
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color: #656565 !important; font-weight: 300; font-size: 0.85em !important;}

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
p.note-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_msg-error.gif); background-repeat: no-repeat no-repeat; color:#df280a; padding-left: 20px;}
.success-msg { border-color:#446423; background-color:#eff5ea; /* background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_msg-success.gif); */ /* background-position: 3px 5px !important; */ color:#3d6611; padding-left: 0 !important;}
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_msg-note.gif); color:#3d6611; width: 760px; float: left; }

.no-results p.note-msg {
    border-width: 0 !important;
    /* font-size: inherit !important; */
    background: transparent !important;
    width: auto !important;
    padding: 10px 0 0 !important;
    font-weight: normal !important;
    float: left;
    /* padding-right: 10px; */    color: #000;
    font-size: 2em !important;
}

/* BreadCrumbs */
.breadcrumbs { font-size:13px;  }

.catalog-product-view .breadcrumbs {
    margin-top: 10px;
    margin-left: 10px;
}

.paintings .breadcrumbs {
    margin-top: 10px;
}
.breadcrumbs li { display:inline; }
.breadcrumbs li > span { background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/breadcrumbs-arrow.png") no-repeat scroll 50% 50% transparent;display: inline-block;text-indent: 10000px; width: 30px; }
.breadcrumbs li strong { font-weight: normal; text-decoration: none; }
.breadcrumbs li a { color: #626262; }
.breadcrumbs li h2, .breadcrumbs li h3 { font-size: inherit; line-height: inherit; color: #626262; margin: 0; font-weight: normal; }
.breadcrumbs li a h2, .breadcrumbs li a h4 { font-size: inherit; line-height: inherit; color: inherit; margin: 0; display: inline; font-weight: normal; }
.breadcrumbs li.first { color: #F7520E; font-weight: bold;}

/* Page Heading */
.page-title { width:100%; /*overflow:hidden;*/ border-bottom:1px solid #ccc; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; padding:4px 8px; text-align:center; float:right; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    width: 28px;
    font-size: 17px;
}
.pager .pages .current { font-weight: bold; color: #D14923; border:1px solid #ccc;}
.pager .pages ol li a {
    font-size: 17px;
    text-decoration: none;
    color: #D14923;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}

.pager .pages input {
    border: 0 none;
    color: #626262;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    position: relative;
    text-align: center;
    top: -1px;
    width: 28px;
}

.pager .pages .current input {
    font-weight: normal;
    color: #626262;
}


.pager .pages ol li.error {
    border-color: #D14923;
    box-shadow: 0 0 4px #D14923;
}
/* Sorter */
.sorter { font-size:11px; padding:3px 8px; float:left; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:left; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { padding-top: 10px; float: right; height: 40px;}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background: #fcfcfc; }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:20px; }

.data-table thead th { font-weight: 400; padding: 10px 20px; color:#0a263c; white-space:nowrap; font-size: 1.2em; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background: #fcfcfc; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right: 1px solid #eee; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right: 1px solid #eee; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }
#checkout-review-table h2.product-name {
    color: #2F2F2F;
    font-weight: bold;
}
/* Generic Info Box */
.info-box { background:#fff url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }

.homepage-artist p {
    text-align: justify;
    color: #000;
    line-height: 140%;
    font-weight: 300;
}

.homepage-imagetext p {
    font-size: 1.09em;
    line-height: 175%;
    font-weight: 300;
    color: #000;
    margin-bottom: 18px;
}
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first {  }
.links li.last {  }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { height: 80px; }
.header { width:1000px; margin:0 auto; padding-top: 10px; text-align:right; position:relative; z-index:10; height: 40px; font-family: Roboto !important;}

.sticky .header {
    padding: 0;
}
.header-center .logo { float:left; margin:0; text-decoration:none !important; width: 100%;}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
/*.header .quick-access { float:right; width:500px; padding:0px 10px 0 0; }*/
.quick-access { float:right; width:460px; padding:3px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { width:315px; height:30px;  padding:1px 0 0 16px; float:right; position: relative; top: 5px;}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#bfbfbf; width:209px; border-right: 0px; height:17px; background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/search-back.png") repeat-x scroll 0 0 transparent;}
.header .form-search button.button { float:left; border: 1px solid #bfbfbf; border-left: 0px; background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/search-back.png") repeat-x scroll 0 0 transparent; height: auto; width: auto; }
.header .form-search button.button span { border:0; height:21px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/search.png) 0 2px no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; width: 14px;}
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.quick-access .links { float:right; margin:0 0 6px; }
.quick-access .links li { float:left; font-size:11px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_pipe1.gif) 0% 50% no-repeat; padding:1px 8px 0 7px; }
.quick-access .links a {
    color: #626262;
    text-decoration: none;
}

.quick-access .links li a:hover {
    text-decoration: underline;
}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

.wishlist > a {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/ulubione_active.png") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

/********** < Navigation */
.nav-container {
    border-bottom: 2px solid #EF4011;
}

.nav-container.float-top {
    background: none repeat scroll 0 0 #F9F9F9;
    box-shadow: 0 2px 5px #888888;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#nav { width:1000px; margin:0 auto; padding:0 25px; font-size:15px; position: relative; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {  }
#nav li li {  }
#nav li.over { /*z-index:998;*/ /*background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/arrow_active.png") no-repeat scroll 50% 100% transparent;*/ }
#nav a,
#nav a:hover { text-decoration: none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a, #nav ul li.level1 a  {
    line-height: 13px;
    padding: 10px 12px 0 8px;
}
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li {
    color: #E2551D;
    font-weight: bold;
    line-height: 12px;
    padding: 5px 12px 5px 8px;
    float:left;
}
#nav li.active.level0 { background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/arrow_active.png") no-repeat scroll 50% 100% transparent; }
#nav li.level0 > a { text-transform: uppercase; }
#nav li.active.level0 > a {  }
#nav a { float:left; padding:5px 12px 6px 8px; color:#646462; font-weight:normal; }
/*#nav li.over a,*/
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px;  }
#nav ul li.last { padding-bottom:0; }

#nav ul a,
#nav ul a:hover {  }
#nav ul li a { /*font-weight:normal !important;*/ }

/* 2nd Level */
#nav ul { border:1px solid #d9d9d9; background: #fff; border-top:0; padding: 0px 0 15px; position: relative; }
#nav div.container {
    border: 1px solid #CECECE;
    display: block;
    position: absolute;
    top: 35px;
    left: -10000px;
    background: #fff;
    border-top: 0;
    width: 1000px;
    padding-bottom: 0px;
    padding-bottom: 5px;
    box-shadow: 0 3px 6px #999999;
}
#nav .active > div.nav-name-container > div.close-btn {
    height: 11px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 12px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/reviews/x.png") no-repeat scroll 0 0 transparent;
}

#nav div.close-btn-all {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/reviews/x_big.png") no-repeat scroll 0 0 transparent;
    color: #626262;
    cursor: pointer;
    display: block;
    font-weight: normal;
    height: 30px;
    left: 10px;
    line-height: 30px;
    padding-left: 40px;
    position: absolute;
    text-align: left;
    text-decoration: underline;
    top: 475px;
    width: 170px;
}

.float-top #nav div.container {

}

div.close-btn-all {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/reviews/x_big.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
}

#nav div ul { /*position:static;*/ width:auto; border:none; }
#nav ul.level0  { /*left:-10000px;*/ width: 400px; float: left; /*background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/dot_main_menu.png") repeat-y scroll 50% center transparent;*/ }
#nav ul.level0 li {
    float: left;
    margin-right: 15px;
    min-height: 30px;
    /*position: relative;*/
    text-align: left;
    width: 135px;
    /*    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/dropdown_arrow.png") no-repeat scroll 100% 50% transparent;*/
    padding: 5px 16px 5px 0px;
    margin-left: 25px;
    border-bottom: 1px solid #ECECEC;
}

#nav ul.level0 li.parent {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/dropdown_arrow.png") no-repeat scroll 130px 50% transparent;
}

#nav ul li.level1.active {
    background: #F9F9F9;
    padding: 0 16px 0 0;
}

#nav ul.level1.active {
    background: none repeat scroll 0 0 #F9F9F9;
    display: block;
    left: 25px;
    position: absolute;
    width: 342px;
    z-index: 22;
    border: 1px solid #CECECE;
}

#nav ul.level1 li.level2 {
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    min-height: 31px;
    padding: 8px 0;
    position: relative;
    text-align: left;
    width: 88px;
    border: none;
}
/* 3rd+ Level */
#nav ul ul,
#nav ul > div { display: none; }

ul.level0 > li.active > div.nav-name-container {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CECECE;
    border-bottom: 0;
    display: block;
    float: left;
    padding: 4px 16px 5px 0;
    position: relative;
    width: 135px;
    z-index: 23;
    min-height: 30px;
}

#nav ul li a {
    font-size: 15px;
    line-height: 15px;
    padding: 0 12px 0 8px;
}
#nav ul li.level2 a {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
}
#nav ul li a:hover {  }
#nav ul li a { color:#626262  }
#nav ul li a:hover { color:#D96708  }
#nav ul span,
#nav ul li.last li span { padding: 1px 0px 2px;}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:25px; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */

#nav li.first.level0 {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/home.png") no-repeat scroll 0 5px transparent;
    height: 23px;
    width: 21px;
    padding: 5px 3px;
}
#nav li.first.level0 a {
    display: block;
}

#nav li.parent {

}

/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title {  border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#fff; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#d9d9d9; background: #FFF; }
.block-account .block-title {border:0; padding: 15px 15px 0; }
.block-account .block-title strong { font-size:13px; color:#646464; padding-bottom: 5px; border-bottom: 1px solid #d9d9d9; }
.block-account .block-content { padding:7px 10px 7px; }
.block-account .block-content li a { display:block; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li {  padding:3px 0 3px 15px;  }
.block-account .block-content li.current  { font-weight: bold; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; float:left; width: 760px;}
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #ddd; background:#FFFFFF; padding-bottom: 25px; }
.block-layered-nav dt { padding: 5px 12px; }
.block-layered-nav dd {
    border: 1px solid #DDDDDD;
    margin: 0 10px;
    padding: 0 5px;
    position: relative;
}

.block-layered-nav dd.even > a {
    color: #FF0000;
    /*    position: absolute;
        right: 5px;*/
    /*top: 0;*/
    margin-left: 5px;
    /* float: right; */
}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav select {
    border: medium none;
    margin-bottom: 2px;
    width: 150px;
}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; width: 800px; float: left; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin: 0 0 0 0; line-height: 120%; text-align: justify; }
.category-products {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    /*border-radius: 5px 5px 5px 5px;*/
    padding: 10px;
    overflow: hidden;
    clear: both;
}

/* View Type: Grid */
.products-grid {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/separator.jpg") no-repeat scroll 50% 100% transparent;
    position:relative;
    float:left;
}
.products-grid.last { border-bottom:0; background: none;}
.products-grid li.item, .products-grid li.item_3 {
    float: left;
    margin: 10px;
    padding: 25px 10px 50px;
    width: 280px;
    border: 1px solid transparent;
    height: 265px;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.products-grid .item_4 {
    width: 195px !important;
    height: 220px !important;
}

.products-grid.small li.item {
    width: 195px;
    position: relative;
    height: 155px;
}

.products-grid.small li.item.visible div.hidden-data {
    /*
    background: #fff;
    box-shadow: 0 3px 5px 0 #D1D1D1;
    left: -1px;
    padding: 0 10px 10px;
    position: absolute;
    width: 195px;
    z-index: 10;
    border: 1px solid #d1d1d1;
    border-top: 0;
    visibility: visible;
    */
}

.products-grid.small li.item div.hidden-data {
    visibility: none;
}


.products-grid .product-image { display:block; /*width:135px; height:135px;*/ margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; margin-left: 5px; float: left; text-decoration: none; }
.no-rating:hover {text-decoration: underline; cursor: pointer;}
.tabsMain .no-rating { text-decoration: none; }
.ratings { font-size:11px; line-height:1.25; margin:3px 0 0; }
.product-description .ratings { float: none !important;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; float:left; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:80px; height:16px; font-size:0; line-height:0; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/rating-stars.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; position: relative; top:3px; }
.rating-box .rating { float:left; height:16px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/rating-stars.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

.product-sliders .price-box .regular-price .price {
    font-size: 17px !important;
    /* line-height: 1.5em; */
    padding: 0 !important;
    /* margin-top: 19px; */
    /* display: inline-block; */
    vertical-align: middle;
}

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button, .add-to-cart input.button { float:left; background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/cart/addtocart.png) repeat-x; width: 185px; width: 185px;    padding-left: 35px; height: 40px; /* font-weight: bold; */ color: #fff; border: none; cursor: pointer;}
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { padding: 0 10px;width: 100%;box-sizing: border-box;}
.add-to-box .add-to-cart { float: right; width: 100%;margin: 0 auto; text-align: center;width: 100%;}
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {
    /* width:700px; */
}

.product-essential { padding:25px; background:#fff url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_product-view.gif) 100% 0 no-repeat; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:#faf7ee url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #e9e9e9;
    margin: 25px 50px;
    padding: 25px;
    width: 855px;
    position: relative;
}
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text { width:354px; }
.product-view .box-reviews .form-add .form-list textarea { width: 840px; }


/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:20px; position:relative; }
.cart-table .product-name { font-weight:bold; color:#2f2f2f; }
.cart-table .item-msg { margin:0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {  padding:12px 0px 12px 15px; margin:0 0 18px; float: right; position: relative;}
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span {
    background: none repeat scroll 0 0 transparent;
    color: #626262;
    font-size: 15px;
    font-weight: normal;
}
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 {
    float: left;
    margin-right: 15px;
}
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text {
    float: left;
    margin: 0 10px;
    padding: 9px 5px 9px 10px;
    width: 180px;
}

.cart .shipping h2 { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px;  }
.cart .totals table { width:100%; margin: 0px 0; }
.cart .totals td, .cart .totals th { padding: 1px 0 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top: 0px; padding-bottom: 0px; vertical-align: baseline;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; font-weight: 300; /* vertical-align: middle; */}
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:0px; margin:0 0 0px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }

a.cart-edit {
    bottom: 0;
    color: #E2551D;
    position: absolute;
    right: 0;
    font-size: 1em !important;
    text-decoration: underline;
}
div.cart-data-container {
    float: left;
    position: relative;
    width: 100%;
    min-height: 120px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin: 20px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; font-size: 1.2em !important;}
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font: bold 13px/16px Roboto, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { padding: 21px 31px 0; background: none repeat scroll 0 0 #FFFFFF;
                          border: 1px solid transparent; border-bottom:0; /* box-shadow: 0 0 6px rgba(0,0,0,0.1); */ position: relative; z-index: 5;}
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_page2.gif); }
.account-login .buttons-set { border: 1px solid transparent; border-top:0; margin:0; padding: 8px 13px 10px; background:#fff; /* box-shadow: 0 0 6px rgba(0,0,0,0.1); */ z-index: 0; position: relative;}

.account-create {
    float: right;
    width: 100%;
}
.account-create .form-list select{width: 100%;}
.account-create .form-list li:not(.fields){overflow: hidden;margin-bottom: 10px;}
.account-create .form-list li.fields{overflow: hidden;margin-bottom:0px;}
.account-create .form-list li.nospace{margin-bottom: 0px;}
.account-create .form-list .fields .field{margin-bottom: 10px;}
.account-create .form-list li label{width: 40%;padding-right: 20px;box-sizing: border-box;margin: 0px;float:left;line-height: 1em;display: block;padding-top: 6px;}
.account-create .form-list li .input-box{width: 60%;float: left;}
.account-create .form-list li .input-box input{width:100%;}
.account-create .form-list li.nolabel .input-box{padding-left: 40%;}
.account-create .customer-name .input-box{margin-bottom: 10px;}
.account-create .agreements{margin-top: 10px;width: 100%;overflow: hidden;}
.account-create .agreements .input-box{position: relative;margin-bottom: 15px;width: 100%;}
.account-create .agreements .input-box em{color:red;padding-right: 3px; font-style: normal;}
.account-create .agreements .input-box label{line-height: 1.2em;display: block;text-indent: 20px;}
.account-create .agreements .input-box input{position: absolute;top: 0px;left: 0px;}
.account-login h3 {
    margin-top:30px; margin-bottom:5px;color:#646462;
}

.account-login .cms {
    border: 1px solid #ccc;
    margin-top: 30px;
    background: #fff;
    padding: 40px;
}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }
.box-account.box-info div.col-1, .box-account.box-info div.col-2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    min-height: 125px;
    padding: 10px;
}
.dashboard .box .box-title { padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4, .dashboard .box-info h4 { border-bottom: 1px solid #9D9D9D;
                                                         float: left;
                                                         font-size: 13px;
                                                         font-weight: bold;
                                                         margin: 0;
                                                         padding-bottom: 5px;
                                                         text-align: left;
                                                         width: 100%;
                                                         margin-bottom: 10px;
                                                         color: #646464;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_ma-info.gif); }
/*.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }*/

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/firmy/button.jpg") repeat-x scroll 0 100% transparent;
    border: 1px solid #CACACA;
    float: none;
}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span,
.my-wishlist .buttons-set .btn-update span { color:#626262; background:transparent; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/border.png") repeat-x scroll 0 0 #EEEEEE;
    margin-top: 100px;
    padding-top: 130px;
}
.footer { width:980px; margin:0 auto; padding:10px 10px 50px; background: #eee; position:relative; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#464646; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#555; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#555; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:block; float:left; text-align: left; font-weight: bold; padding:0 7px 0 4px; color: #828282; font-size: 14px; }
.footer ul.links { display:block; }
.footer li { display:block;  padding:10px 28px 0 0; font-weight: normal; font-size: 12px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer div.links {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/border.png") repeat-y scroll 100% 0 transparent;
    display: block;
    float: left;
    padding: 20px 20px 20px 0;
    width: 590px;
}

div.footer div.social {
    float: left;
    margin-left: 15px;
}

.footerup {
    border: 1px solid #d9d9d9;
    height: 234px;
    left: 0;
    margin: auto;
    position: absolute;
    top: -250px;
    width: 998px;
    background: #fff;
}
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}
div.home-greys {
    float:left;
    color: #C5C5C5;
    width: 680px;
    margin-left: 70px;
    height: 45px;
}

div.home-greys img {
    margin-left: 15px;
    padding: 0 10px;
    float:left;
}

div.home-greys span {
    float: left;
    line-height: 12px;
    text-align: right;
    width: 140px;
    cursor: pointer;
}

div.home-greys span.trust {
    width: 50px;
}

div.header .cart {
    float: left;
    margin-left: 28px;

}

div.header .cart .qty{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/cart.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 64px;
    line-height: 45px;
    position: relative;
    text-align: center;
    top: -3px;
    width: 45px;
    float: left;
    margin-left: 10px;
}

div.header .cart .subtotal span {
    clear: both;
    color: #333;
    line-height: 22px;
    width: 150px;
}

div.header .cart .subtotal a:hover span {
    text-decoration: underline;
}

div.header .cart .subtotal span.subtotal {
    font-weight: bold;
}

ul.currency-switcher {
    float: right;
    height: 15px;
    margin-right: 10px;
    overflow: hidden;
}

ul.language-switcher{
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    width: 100px;
    position: absolute;
    padding-top: 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    z-index: 20;
    display: none;
}

.language-switcher li, .language-switcher li a {
    display: block;
    float: left;
    height: 16px;
    margin-left: 8px;
    width: 16px;
}
.language-switcher li a {
    margin-left: 0;
}

.language-switcher li.selected {
    display: none;
}

div.first-flag {
    float: right;
    height: 16px;
    margin-right: 10px;
    margin-top: 2px;
    width: 16px;
    padding: 0 5px 0 8px;
}

div.first-flag.active {
    border: 1px solid #D9D9D9;
    border-bottom: 1px solid #fff;
    z-index: 21;
    position: relative;
}

div.gallery > ul {
    overflow: hidden;

    /* position: absolute; */
    /* width: 32%; */
    float: left;
    width :100%;
}

div.gallery > ul > li {
    margin: 5px 0;
    border: 3px solid transparent;
}

div.account-login #login-form {
    display: block;
    width: 100%;
}

div.account-login .col2-set .col-2 {
    width: 45%;
    padding-left: 20px;
}

div.account-login .col2-set .col-1 {
    width: 50%;
}


div.account-login .col2-set .col-1 form > h3, div.account-login .col2-set .col-2 > h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

#discount-coupon-form {
    float:left;
}

div.discount-coupon {
    float:right;
}

div.totals-container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    display: block;
    float: left;
    padding: 20px;
    width: 958px;
    position: relative;
    margin-bottom: 15px;
}

div.cart-cms {
    float: left;
    width: 520px;
    background: #F9F9F9;
    background-color: #fdfdfd !important;
    margin: 10px 0 !important;
    padding: 15px 15px;
    width: 468px !important;
}

div.cart-img {
    float: left;
    margin: 0px 15px 10px 5px;
}

div.cart-name {
    float:left;
    width: 230px;
}

div.discount-form {

}

div.discount-form label{
    float:left;
    line-height: 150%;
}

div.discount-form button {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cart/apply_coupon_back.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #D9D9D9;
    height: 34px;
}


div.cart .qty a {
    color: #FFFFFF;
    line-height: 59px;
    text-decoration: none;
    display: block;
    width: 50px;
    text-align: center;
}

div.cart-shipping {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    display: block;
    overflow: hidden;
    text-align: left;
}

div.cart-shipping-container {
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    right: 260px;
    top: 86px;
    z-index: 20;
    text-align: right;
}

.box-account.box-info a{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/firmy/button.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #CACACA;
    color: #464646;
    float: right;
    font-size: 12px;
    height: 20px;
    min-width: 70px;
    padding: 3px 20px 1px;
    text-align: center;
    text-decoration: none;
}

body.customer-account-edit div.my-account {
    width: 490px;
}

div.account-create label, div.account-create .input-box, div.account-login label, div.account-login .input-box{
    float: none;
}

div.account-login #login-form label, div.account-login #login-form .input-box,
div.account-login #login-form-onepage label, div.account-login #login-form-onepage .input-box,
div.account-login #resetpassword-form-onepage label, div.account-login #resetpassword-form-onepage .input-box{
    float: left;
    margin: 0px 10px;
}

div.account-login #login-form .form-list,
div.account-login #login-form-onepage .form-list,
div.account-login #resetpassword-form-onepage .form-list{
    margin-top: 20px;
}

div.buttons-set > p.back-link > a {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/dashboard/btn-grey.png") repeat-x scroll 0 0 #d9d9d9;
    border: 1px solid #d9d9d9;
    color: #626262;
    float: right;
    font-size: 12px;
    font-weight: bold;
    min-width: 70px;
    padding: 2px 10px 0px;
    text-align: center;
    text-decoration: none;
    height: 20px;
}

a.button {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/dashboard/btn-grey.png") repeat-x scroll 0 100% #FFFFFF;
    border: 1px solid #D9D9D9;
    color: #626262;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    min-width: 70px;
    padding: 2px 10px 0;
    text-align: center;
    text-decoration: none;
}

button.button.orange {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/dashboard/btn-orange.png") repeat-x scroll 0 0 #D33A11;
    border-radius: 0 0 0 0;
    height: 34px;
    min-width: 120px;
    padding: 2px 30px;
    width: auto;
}

div.login-small {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    display: none;
    padding: 15px 30px;
    position: absolute;
    right: 35px;
    top: 28px;
    z-index: 10;
}

div.login-small div.buttons-set {
    margin-top: 0;
}

div.login-small input {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/input-back.jpg") repeat-x scroll 0 0 transparent;
    height: 18px;
    margin-top: 10px;
}

div.login-small label {
    margin-top: 10px;
    margin-bottom: 5px;
}

.quick-access li.login.active {
    background: none repeat scroll 0 0 #FFFFFF;
    border:1px solid #D9D9D9;
    border-bottom: 1px solid #FFF;
    position: relative;
    z-index: 20;
    margin-bottom: -2px;
    padding: 0 7px 0 6px;
}

div.container_100_2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    padding: 10px;
}


div.container_100 {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 6px #CCCCCC;;
    display: none;
    left: 200px;
    padding: 3px;
    position: absolute;
    top: 80px;
    width: 294px;
    z-index: 20;
}

div.container_100 p {
    text-align: justify;
}

div.container_100 span.arrow_top {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/arrow.png") no-repeat scroll 0 0 transparent;
    height: 22px;
    left: 140px;
    position: absolute;
    top: -18px;
    width: 30px;
}

div.footerup div.contact {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/infolinia.jpg") no-repeat scroll 0 17px transparent;
    color: #626262;
    float: left;
    height: 200px;
    margin-left: 20px;
    padding-left: 140px;
    padding-right: 15px;
    padding-top: 20px;
    text-align: left;
    width: 220px;
}

div.footerup p {
    color: #626262;
    font-size: 13px;
    width: 210px;
}

div.footerup h2 {
    color: #626262;
    font-size: 16px;
}

div.footerup div.contact h2 {

}

div.footerup div.contact p {

}

div.footerup div.contact span.phone {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/phone_icon.jpg") no-repeat scroll 0 4px transparent;
    font-size: 24px;
    padding-left: 40px;
}

div.footerup div.contact span.email {
    font-size: 14px;
    font-weight: bold;
}


div.footerup div.trusted {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/trusted_shops.jpg") no-repeat scroll 15px 10px transparent;
    float: left;
    height: 204px;
    padding: 10px;
    width: 190px;
    margin-left: 15px;
}

div.footerup div.newsletter {
    color: #626262;
    text-align: left;
    float: left;
    margin-left: 45px;
    padding-top: 15px;
    padding-right: 20px;
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/newsletter_back.jpg) no-repeat scroll right 20px;
    width: 302px;
}

div.footerup div.newsletter h2 {
}

div.footerup div.newsletter .input-box > input {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/input.jpg") no-repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    height: 14px;
    padding: 10px;
    width: 255px;
}

div.footerup div.newsletter button.button {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/button-back.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    height: 24px;
}

div.footerup div.newsletter button.button span {
    color: #626262;
    font-weight: normal;
}

div.footerup div.newsletter label  {
    display: block;
    font-size: 28px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 6px;
}

div.footerup div.newsletter p.small {
    clear: both;
    float: left;
    font-size: 9px;
    line-height: 9px;
    margin-top: 10px;
}

div.social span.social, div.social span.our_stores, div.social span.payment, div.social span.shipping {
    clear: both;
    color: #626262;
    float: left;
    font-size: 12px;
    line-height: 30px;
    margin-left: 15px;
    margin-top: 15px;
}

div.social span.our-stores {

}

div.social span img {
    margin: 0 10px;
}

div.social span span {
    display: block;
    float: left;
    text-align: left;
    width: 110px;
}



div.dimensions-slider-container {
    width:280px;
    height: 19px;
    float: none !important;
    margin: auto;
    /* margin-top: 15px; */
}

div.dimensions-slider-container div {
    float: left;
}

.dimensions-slider-parent {
    /*border: 1px solid #CCCCCC;*/
    height: 30px;
    width: 200px;
    margin: 0 10px;
    position: relative;
}

.dimensions-slider-slider {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/individual/slider.png") no-repeat scroll 50% 50% transparent;
    height: 30px;
    width: 10px;
    z-index: 10;
}

.dimensions-slider-left, .dimensions-slider-right {
    height: 30px;
    width: 30px;
}

.dimensions-slider-right {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/individual/right.png") no-repeat scroll 50% 50% transparent;
}

.dimensions-slider-left {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/individual/left.png") no-repeat scroll 50% 50% transparent;
}

.dimensions-slider-line {
    width: 100%;
    height: 16px;
    left: -1px;
    position: relative;
    top: -23px;
    background: #C9C9C9;
    overflow: hidden;
}

span.dimensions-slider-dimensions /*, span.dimensions-slider-parts*/ {
    display: block;
    margin: auto;
    text-align: center;
    width: 200px;
    font-size: 14px;
}

span.dimensions-slider-dimensions > .size, span.dimensions-slider-dimensions > .units, span.size {
    color: #C9401E;
    font-weight: bold;
    font-size: 15px;
}

span.dimensions-slider-parts {
    width: 300px;
}

div.dimensions {
    float: left;
    margin: 15px;
    text-align: left;
}

span.dimensions-slider-xxl {
    font-size: 12px;
    position: absolute;
    right: 1px;
    top: -10px;
    cursor: pointer;
    color: #F00;
}

.dimensions-slider-line > div {
    background: none repeat scroll 0 0 #F00;
    color: #FFFFFF;
    display: block;
    float: right !important;
    font-weight: bold;
    height: 16px;
    left: 179px;
    line-height: 16px;
    padding-left: 10px;
    position: absolute;
    text-align: left;
    width: 250px;
}

div.standard-dimensions {
    float: none !important;
    margin: 25px auto;
    padding: 10px;
    width: 280px;
}

span.standard-dimensions {
    display: inline;
    font-size: 13px;
    font-weight: bold;
}

select.standard_dimensions {
    text-align: center;
    width: 100px;
}

span.standard-parts-label, span.dimensions-slider-parts {
    bottom: 25px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    position: absolute;
    text-align: left;
}

span.dimensions-slider-parts-label {

}

span.standard-parts, span.dimensions-slider-parts-text {
    font-weight: normal;
}

ul.review-stars li {
    float: left;
    clear: none !important;
    padding: 0px !important;
}

span.review-star {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/reviews/star.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    cursor: pointer;
    padding: 5px;
}

span.review-star.hv-not-active {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/reviews/star.png) no-repeat;
}

span.review-star.active, span.review-star.hv-active {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/reviews/star_active.png) no-repeat;
}

div.review-form-close {
    height: 11px;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 12px;
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/reviews/x.png) no-repeat;
}

div.ajax-close a {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/reviews/x_big.png") no-repeat scroll 100% 50% transparent;
    float: left;
    padding-right: 20px;
    margin-right: 10px;

}

div.ajax-update, div.ajax-close {
    float: left;
    margin-right: 20px;
}

div.ajax-actions {
    float: right;
    margin-bottom: 15px;
    margin-right: 25px;
}

span.review-show-form {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/reviews/button_add_review.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #CACACA;
    display: block;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 5px 0 20px;
    padding: 0 25px;
}

ul.review-list p {
    padding-right: 20px;
    text-align: justify;
}

ul.review-list > li {
    padding: 5px !important;
}

div.review-container{
    float: left;
    width: 880px;
}

#customer-reviews {
    padding: 15px;
}

span.review-flag {
    float: left;
    margin-right: 20px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/reviews/baloon.png") no-repeat scroll 100% 0 transparent;
    height: 45px;
    margin-bottom: 10px;
    position: relative;
    width: 58px;
}

span.review-flag > img {
    bottom: 0;
    position: absolute;
}

div.category-select-box {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #CCCCCC;
    float: left;
    height: 125px;
    margin-right: 20px;
    padding: 5px 25px;
    width: 165px;
}

div.category-select-box select {
    display: block;
    margin-bottom: 15px;
    width: 160px;
}

div.category-select-box span {
    color: #646464;
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 10px;
}

div.category-top-container {
    clear: both;
    display: block;
    width: 101%;
    position: absolute;
    top: 360px;
}

div.layer-filters {
    float:left;
    padding-top: 10px;
}

div.product-description-tabs, div.product-sliders, div.product-techniques-tabs, div.product-banner {
    width:1000px;
    /* margin-bottom:130px; */
    display:block;
    margin-top:31px;
}

div.summary-box {
    background: #F3F3F3;
    border: 1px solid #cecece;
    padding: 10px;
}

div.add-to-actions {
    margin-top: 4px;
}

div.add-to-actions > span {
    display:block;
    padding-left: 25px;
    line-height: 25px;
}

div.add-to-actions > span.wishlist {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/ulubione.png) no-repeat 0 50%;
}

div.add-to-actions > span.guarantee {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/gwarancja.png) no-repeat 0 50%;
    cursor: pointer;
}

div.add-to-actions > span.friend {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/polec.png) no-repeat 0 50%;
}

div.price-box-container {
    border-bottom: 1px dotted #555555;
    padding: 5px 0 10px;
}

#search_form {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
}

#search_form input {
    border: 1px solid #BFBFBF;
    height: 25px;
    line-height: 25px;
    float: left;
}

#search_form #search_phrase {
    width: 260px;
}
#span_search_button {
    width: 44px;
    height: 42px;
    margin-top: 0px;
    position: absolute;
    top: 0;
    right: 0px;
    border: 0;
    /* background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/button_search.png") repeat-x scroll 0 0 transparent; */
}
#search_form #search_button {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/search_icon.png") no-repeat scroll 50% 50% transparent;
    border: 0 none;
    width: 100%;
    height: 100%;
    padding: 0;
}

div.banner-container {
    float: right;
    height: 503px;
    margin: 0px 45px 10px 0;
    width: 550px;
    overflow: hidden;
}

ul.filter-tabs {
    margin-top: 10px;
}
ul.filter-tabs li {
    border: 1px solid #ccc;
    float: left;
    padding: 5px 20px;
    border-bottom: 1px transparent;
    margin-right: 2px;
    position: relative;
    text-align: center;
    line-height: 15px;
    min-height: 35px;
    min-width: 70px;
}
ul.filter-tabs li.promo {
    background: none repeat scroll 0 0 #EBEBEB;
    color: #EF4011;
    text-transform: uppercase;
}
ul.filter-tabs li.active {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-top: -5px;
    padding: 7px 20px;
    top: 1px;
}


.view-mode {
    margin-left: 5px !important;
    width: 20px;
    text-indent: -10000px;
}

.view-mode.sofa {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/interior_grey.png") no-repeat scroll 0 0 transparent;
    width: 35px
}

.view-mode.grid {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/big_grey.png) no-repeat;
}

.view-mode.list {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/small_grey.png) no-repeat;
}

.view-mode.sofa.selected {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/interior_orange.png") no-repeat scroll 0 0 transparent;
}

.view-mode.grid.selected {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/big_orange.png) no-repeat;
}

.view-mode.list.selected {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/small_orange.png) no-repeat;
}

.view-mode.selected {

}

.view-mode-label {
    float:left;
    text-indent: 0px;
    margin-right: 15px;
}

p.view-mode {
    float:left;
    width: 200px;
    position: relative;
    left: 150px;
}

ul.accessories {
    float: left;
    margin: 0 15px 15px 15px;
    padding: 20px;
    width: 930px;
}

span.accessories {
    font-size: 18px;
    font-weight: normal;
    margin: 15px 15px 0;
    padding: 0 20px;
    display: block;
}

ul.accessories li {
    clear: none !important;
    height: 200px;
    margin: 10px;
    padding: 10px !important;
    width: 190px;
}
.product-sliders .category-products .products-grid span.product-list-price{
    font-size: 11px;
    color: #acacac !important;
}
.product-sliders span.product-list-price div.price-box{
    vertical-align: 6%;;
}
.product-sliders .products-grid span.product-list-price .price{
    font-size: 15px;
}
.products-grid span.product-list-price {
    display: block;
}


.products-grid span.product-list-price div.price-box, span.product-list-price div.price-box {
    display: inline
}

span.product-list-price div.price-box {
    float: none;
}

.products-grid span.product-list-max-size {
    display: block;
    visibility: hidden;
    color: #626262;
}

.products-grid span.product-list-max-size > span.size, span.size {
    color: #C76200;
}

.products-grid li.item.visible {
    /*
    border: 1px solid #D1D1D1;
    box-shadow: 0 0 10px #D1D1D1;
    overflow: visible;
    */
}
/*
.products-grid li.item.visible span.product-list-max-size {
visibility: visible;
}
*/
.products-grid .item a {
    text-decoration: none;
    color: #626262;
    white-space: nowrap;
    text-align: center;
}

.products-grid.sofa {

}

.products-grid.sofa div.sofa-img, div.sofa-img_3 {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/sofa.png") no-repeat scroll 50% 100% transparent;
    height: 75px;
    margin-top: 15px;
}

div.sofa-img_4 {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/sofa_4.png") no-repeat scroll 50% 100% transparent;
    height: 55px;
    margin-top: 15px;
}

div.product-slider {
    padding: 20px 13px;
}

div.product-slider-container {
    overflow: hidden;
    width:  910px;
}

div.product-slider ul.product-slider-container {
    width: 1200px;
    position: relative;
    padding: 0;
    list-style: none;
}

div.product-slider ul.product-slider-container li.item {
    border: 0px solid;
    clear: none;
    float: left;
    /*width: 180px;*/
    padding: 0;
    text-align: center;
}

div.product-slider-left, div.product-slider-right {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/product/arrow_left.png") no-repeat scroll 50% 50% transparent;
    /*border: 1px solid;*/
    display: block;
    height: 230px;
    width: 30px;
}

div.product-slider-right {
    float: right;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/product/arrow_right.png") no-repeat scroll 50% 50% transparent;
}

.product-design-by > span {
    margin-right: 20px;
}

.product-design-by h3 {
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    text-decoration: underline;
}

.product-design-by span > span {
    color: #A85A05;
}

.product-description > span {
    float: left;
    margin-right: 10px;
}

.product-description > span > span {
    margin: 0 10px 0 5px;
}

.product-list-price, .product-list-max-size {
    clear: both;
    color: #626262;
    display: block;
}

.product-slider-container .ratings {
    margin-left: 30px;
}

.category-slider {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 20px 0 15px;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
    height: 270px;
}

.category-slider div{
    float: left;
}

.bold{ font-weight: bold; }

a:hover{
    text-decoration: underline;
}
ul.accessories-list {
    clear: both;
}

ul.accessories-list li{
    float: left;
    height: 240px;
    margin: 30px 27px 30px 0;
    padding-top: 80px;
    position: relative;
    text-align: center;
    width: 302px;
    font-size: 14px;
}

ul.accessories-list li > div {
    text-align: left;
}

ul.accessories-list span.film {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/film.png") no-repeat scroll 50% 0 transparent;
    display: block;
    height: 18px;
    padding-top: 46px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}

ul.accessories-list img {

}

ul.accessories-list span.accessories-name {
    color: #757A7E;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
    position: relative;
}

ul.accessories-list input.accessories-check {

}

ul.accessories-list div.accessories-text {
    margin-top: 4px;
    width: 100%;
}

ul.accessories-list div.accessories-text textarea {
    height: 30px;
    width: 100%;
    font-size: 11px;
}

ul.accessories-list div.accessories-qty {
    clear: both;
    float: left;
}

ul.accessories-list div.accessories-qty.text {
    float: left;
    clear: right;
}

ul.accessories-list div.accessories-price {
    float: right;
    font-size: 15px;
    font-weight: bold;
}

ul.accessories-list div.accessories-check-container {
    clear: both;
    float: left;
}

ul.accessories-list div.accessories-update, ul.accessories-list div.accessories-info {
    padding: 15px 0;
}

ul.accessories-list div.accessories-box {
    border: 1px solid #D1D1D1;
    overflow: hidden;
    background: #EAF4FE;
    float: left;
    margin-top: 15px;
    position: absolute;
    bottom: 0px;
}

ul.accessories-list div.accessories-update {
    background: none repeat scroll 0 0 #F9F9F9;
    border-right: 1px solid #D1D1D1;
    float: left;
    text-align: center;
    width: 149px;
}

ul.accessories-list div.accessories-update span{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/accessories/film_small.png") no-repeat scroll 100% 50% transparent;
    padding: 10px 45px 10px 0;
}

div.ajax-update a {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/accessories/update.jpg") no-repeat scroll 100% 50% transparent;
    padding: 5px 30px 5px 0;
}

ul.accessories-list div.accessories-info {
    float: right;
    width: 150px;
    text-align: center;
}

ul.accessories-list div.accessories-info span {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/accessories/info.jpg") no-repeat scroll 100% 50% transparent;
    padding: 5px 30px 5px 0;
}

ul.accessories-list .accessories-qty select {
    padding-right: 1px;
    text-align: center;
    width: 50px;
}

ul.accessories-head {
    border: 1px solid #D1D1D1;
    float: left;
}

ul.accessories-head li {
    float: left;
    padding: 15px 45px;
    background: #EEEEEE;
}

ul.accessories-head li.accessories-head-back {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/accessories/arrow1.png") no-repeat scroll 100% 50% #FFFFFF;
}

ul.accessories-head li.accessories-head-next {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/accessories/arrow2.png") no-repeat scroll 0% 50% #FFFFFF;
}

div.accessories-order-box {
    float: right;
    position: absolute;
    right: 33px;
    top: 0;
    background: #EBEBEB;
    z-index: 10;
    box-shadow: 0 2px 5px #888888;
    width: 215px;
}

div.accessories-order-box.float-top {
    position: fixed;
    top: 32px;
    z-index: 101;
}

div.accessories-order-box img {
    float: left;
    border: 1px solid #E1E1E3;
}

div.accessories-order-box div.price {
    color: #CA4B1E;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 0 20px;
}

div.accessories-order-box div.order-details {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/accessories/gradient.png") repeat-x scroll 0 0 transparent;
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #CACACA;
}

.order-details > div {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/accessories/arrow_2.png") no-repeat scroll 100% 50% transparent;
    display: block;
    padding-right: 33px;
}

.order-details.open > div {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/accessories/arrow_2_up.png") no-repeat scroll 100% 50% transparent;
}
div.accessories-order-box div.addtocartbtn {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/accessories/cart-btn.png") repeat-x scroll 0 0 transparent;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    margin: 10px auto 20px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    top: 20px;
}


div.accessories-order-box div.details {
    float: left;
    clear: both;
}

div.accessories-order-box div.content {
    border: 1px solid #E0E0E0;
    border-bottom: 0px;
    display: block;
    overflow: hidden;
    padding: 10px;
}

.product-view div {
    /* border: 1px solid black; */
    float: left;
}

.product-view .likebox {
    margin-top: 105px;
}

.product-right-side {
    width: 31%;
    float: right !important;
}

.simpleqty .product-cart-container .container {
    width: 100%;
}

.addtocartcontainer> ul {
    width: 100%;display: block;float: left;
}

.simplesize .add-to-box {
    width: 100%;
}

.simplesize div#production-time {
    clear: both;
    margin-top: 5px;
}

div.desriptiontabs_guarantee .right .title {
    border: none !important;
}

.paintings #production-time {
    top: 110px;
    /* font-size: 0.9em; */
}
.description-ratings {
    clear: right;
    float: none !important;
    cursor: pointer;
}

/* frame studio */
.product-frames {
    width:1000px;
    display:block;
    min-height:auto;
    padding-bottom:40px;
}
.product-frames div {
    float:none;
}
div.cart-ajax {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #E0E0E0;
    box-shadow: 0 0 10px #777777;
    display: none;
    left: 20px;
    min-height: 250px;
    padding: 20px 0 0;
    position: absolute;
    top: 50px;
    width: 1015px;
    z-index: 25;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/ajax/waiting.gif") no-repeat scroll 50% 50% #FFFFFF;
}

div.accessories-container {
    background: none repeat scroll 0 0 #F9F9F9;
    display: block;
    float: left;
    padding-left: 25px;
    width: 990px;
}

div.ajax-update a, div.ajax-close a {
    display: block;
    line-height: 30px;
    padding: 0 30px 0 0;
}

.unit-switcher a {
    color: #333333;
}

div.ajax-close a {
    padding-right: 35px;
}

.tabContainer.alert {
    box-shadow: 1px 1px 5px #FF0000, -1px -1px 5px #FF0000;
}

.tabsMain .alert {
    box-shadow: 0 5px 0 #FFFFFF, 1px 0 5px #FF0000, -1px -1px 5px #FF0000;
}

/* framestudio */

.imageflow {
    min-height: 350px;
    position: relative;
}

.product-frames {
    width:1000px;
    display:block;
    min-height:auto;
    padding-bottom:40px;
    position: relative;
}
.product-frames div {
    float:none;
}

#myImageFlow {
    float: left;
}

.framestudio_right {
    float:right !important;
    display:block;
    height:100%;
    line-height:33px;
    margin-left:32px;
    width: 296px;
}

.framestudio_right_container_thumbnails {
    float:right !important;
}
.framestudio_right_container_thumbnails_img_border {
    border: solid 1px #E3E3E3;
}

.margin_right_20 {
    margin-right:20px !important;
}

.margin_left_20 {
    margin-left:20px !important;
}

.framestudio_right_container_details {
    float:left !important;
    clear:both;
    width:100%;
}

.font_9 {
    font-size:9px !important;
}

.framestudio_pricing {
    width:100%;
    display:block;
}

.dimensions-slider-xxl-text {
    font-size: 11px;
    margin: 5px 0 0 0;
    text-align: center;
    display:none;
    color: #F00;
}
.framestudio_right_container_frame_info_left {
    border-left: solid 1px #bebebe;
    border-top: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
    border-right: dotted 1px #bebebe;
    padding: 10px;
    float:left !important;
    background: #f9d8c7;
    width: 130px;
}

.framestudio_right_container_frame_info_left .pad_left_10 {
    position: absolute;
    padding-left: 5px;
}

.framestudio_right_container_frame_info_right {
    border-top: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
    padding: 10px 3px 10px 10px;
    float:left !important;
    width: 130px;
    min-width: 40%;
}

.clear {
    clear:both;
}

.pad_left_10 {
    padding-left:10px;
}

.framestudio_mode {
    border: solid 1px #855646;
}

.framestudio_inner_container_visible {
    display:inline;
    float:left !important;
}

.framestudio_inner_container_hidden {
    display:none;
}

.frame_detail {
    border: solid 1px #cecece;
}

.imageFlowBackgroundColorsHeader {
    position: absolute;
    z-index: 10100;
}

.imageFlowBackgroundColorsBody {
    clear:both;
    width: 200px;
    height: 104px;
    padding: 16px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    position: relative;
    top: -1px;
    display: none;
}

.imageFlowBackgroundColorsHeaderInner {
    float: left!important;
    margin: 1px 1px 0;
    padding: 8px 15px;
}
.imageFlowBackgroundColorsHeaderInner.clicked {
    border: 1px solid;
    border-color: #D9D9D9 #D9D9D9 #FFFFFF;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    margin: 0;
}

.framestudio_color_square_space {
    height: 14px;
}

.close_imageFlowBackgroundColors {
    color: red;
    position: absolute;
    top: 10px;
    right: 7px;
    cursor: pointer;
    font-size: 25px;
    line-height: 10px;
}

.framestudio_color_square {
    float: left!important;
    width: 16px;
    height: 16px;
    margin: 9px;
    padding: 2px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
}
.framestudio_color_square:hover { margin: 4px; width: 26px; height: 26px; }
.framestudio_color_square .color_0 { background-color: #fe0003; width: 100%; height: 100%; }
.framestudio_color_square .color_1 { background-color: #ff999c; width: 100%; height: 100%; }
.framestudio_color_square .color_2 { background-color: #fd983c; width: 100%; height: 100%; }
.framestudio_color_square .color_3 { background-color: #cd32cb; width: 100%; height: 100%; }
.framestudio_color_square .color_4 { background-color: #fde74f; width: 100%; height: 100%; }
.framestudio_color_square .color_5 { background-color: #6498ff; width: 100%; height: 100%; }
.framestudio_color_square .color_6 { background-color: #64cfc7; width: 100%; height: 100%; }
.framestudio_color_square .color_7 { background-color: #67cc32; width: 100%; height: 100%; }
.framestudio_color_square .color_8 { background-color: #000000; width: 100%; height: 100%; }
.framestudio_color_square .color_9 { background-color: #ffffff; width: 100%; height: 100%; }

.imageFlowBackgroundColorsHeaderInner div {
    width:13px;
    height:13px;
    margin:1px;
    float:left !important;
}

.clear_left {
    clear:left !important;
}

.margin_right_10 {
    margin-right:10px !important;
}

.framestudio_colors_red {
    background-color:#F80501;
}

.framestudio_colors_blue {
    background-color:#0165F7;
}

.framestudio_colors_green {
    background-color:#02CF04;
}

.framestudio_colors_yellow {
    background-color:#F5F807;
}

.framestudio_colors_caption_choose_color {
    min-width:88px;
    display:block;
    line-height:30px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/dropdown_arrow.png") no-repeat scroll right 50% transparent;
    cursor: pointer;
    margin-left: 38px;
    text-align: left;
    padding-right: 13px;
}

.framestudio_frame_price_caption span {
    display: none;
}

.framestudio_price_with_frame {
    border-bottom: dotted 1px;
    text-align:center;
}

.framestudio_frame_info {

}

.framestudio_nav_left, .framestudio_nav_right {
    float:left !important;
    display: table-cell;
    min-width:32px;
    vertical-align: middle;
    cursor:pointer;
    height: 42px;
    margin-top: 154px;
}

#myImageFlow_navigation {
    margin-left:32px !important;
}


.framestudio_nav_left_scroll_square {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/framestudio/frame_arrow_left.png") no-repeat scroll 0 52% transparent;
}

.framestudio_nav_right_scroll_square {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/framestudio/frame_arrow_right.png") no-repeat scroll 68% 62% transparent;
}

.framestudio_nav_left_scroll_horizontal {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/framestudio/frame_arrow_left.png") no-repeat scroll 0 38% transparent;
}

.framestudio_nav_right_scroll_horizontal {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/framestudio/frame_arrow_right.png") no-repeat scroll 68% 48% transparent;
}

.framestudio_nav_left_scroll_vertical {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/framestudio/frame_arrow_left.png") no-repeat scroll 0 47% transparent;
}

.framestudio_nav_right_scroll_vertical {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/framestudio/frame_arrow_right.png") no-repeat scroll 64% 55% transparent;
}

.framestudio_selected_frame_highlight {
    border: 3px solid #F2652B !important;
    padding: 4px;
}

.framestudio_film {
    background:url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/film3.png") no-repeat scroll 100% 0 transparent;
    cursor:pointer;
    display:block;
    height:25px;
    position:absolute;
    right:300px;
    top:10px;
    padding-right: 35px;
    z-index:10;
}

.framestudio_film_caption {
    text-decoration: underline;
}

.popup_container{
    display: none;
    background: #FFF;
    width: 600px;
    /*height: 450px;*/
    border: 7px solid #DDDDDD;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -300px;
    z-index: 999;
    box-shadow: 0 0 10px #000;
    padding-bottom: 10px;
}

.popup_container .container{
    width: 100%;
    height: 100%;
    position: relative;
}

.popup_container .container .close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 28px;
    height: 29px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/button_close.png") 0 0 no-repeat;
    cursor: pointer;
}
.popup_container .container .title{
    display: block;
    float: left;
    height: 40px;
    width: 540px;
    border-bottom: 1px dotted #DDDDDD;
    margin: 0 30px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.popup_container .container .section-me,
.popup_container .container .section-friend{
    display: block;
    float: left;
    width: 540px;
    margin: 0 30px;
    padding-top: 30px;
}

.popup_container .container .section-me{
    border-bottom: 1px dotted #DDDDDD;
    padding-bottom: 20px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/polec.png") 0 10px no-repeat;
}
.popup_container .container .section-friend{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/polec.png") 0 10px no-repeat;
    height: 145px;
}


.popup_container .container .left,
.popup_container .container .right{
    width:250px;
    height: 100%;
}

.popup_container .container .left label,
.popup_container .container .left input{
    float: left;
    width: 100%;
    height: 20px;
    margin: 3px 0;
}

.popup_container .container .right ul{
    list-style: none;
}

.popup_container .container .right ul li{
    float: left;
    width: 100%;
}

.popup_container .container .right label,
.popup_container .container .right input{
    float: left;
    line-height: 20px;
    margin: 3px 0;
}

.popup_container .container .right input{
    width: 30px;
    height: 20px;
}
.popup_container .container .right label{
    width: 220px;
}

.popup_container .container .right img,
.popup_container .container .right span{
    float: left;
    display: block;
}

.popup_container .container .right span{
    width: 100%;
}

.popup_container .container .footer{
    display: block;
    float: left;
    width: 540px;
    margin: 0 30px;
    background: none;
    padding: 0;
}
.popup_container .container .footer span{
    float: left;
    margin-top: 5px;
}

.popup_container .container .footer .send{
    position: absolute;
    top: 0;
    right: 50px;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/orange-button.jpg") 0 0 repeat-x;
    cursor: pointer;
    color: #FFF;
}

#login_popup .container #loginMessage{
    display: none;
    float: left;
    width: 536px;
    margin: 5px 30px;
    line-height: 30px;
    font-weight: bold;
    border: 2px solid green;
    text-align: center;
    font-size: 16px;
}

div.add-to-actions > span.friend,
div.add-to-actions > span.wishlist,
div.add-to-actions > span.guarantee {
    text-decoration: none;
    cursor: pointer;
}

div.add-to-actions > span.friend:hover,
div.add-to-actions > span.wishlist:hover,
div.add-to-actions > span.guarantee:hover {
    text-decoration: underline;
}

div.add-to-actions > span.wishlist.active{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/ulubione_active.png") 0 50% no-repeat;
}

div.product-design-by {
    clear: both;
}

.standard-dimensions.wallpapersfix {
    border-bottom: 1px dotted #626262;
}

.wallpapersfix .standard-dimensions {
    font-size: 15px;
    font-weight: normal;
}

.wallpapersfix .standard-parts-label {
    bottom: 40px;
    font-size: 15px;
}

.wallpapersfix .tabContent ul {
    margin-top: 40px;
}

.wallpapersfix .tabContent ul li label input {
    float: left;
    margin: 10px 10px 15px 0;
}

.wallpapersfix .tabContent ul li label span {
    float: left;
    font-size: 15px;
    line-height: 25px;
    padding-top: 4px;
    width: 150px;
    font-weight: normal;
}

div.desriptiontabs_artist {
    padding: 10px;
    font-size: 12px;
    width: 980px;
}

div.desriptiontabs_artist div {

}

.desriptiontabs_artist_info > div {
    width: 100%;
}

div.desriptiontabs_artist_foto {
    height: 170px;
    margin: 5px 10px 5px 5px;
    width: 170px;
}

div.desriptiontabs_artist_info {
    margin: 0 10px;
    padding: 10px;
    width: 240px;
}

div.desriptiontabs_artist_info span {
    display: block;
}

div.desriptiontabs_artist_info a {
    display: block;
    color: #8A93BA;
    text-decoration: none;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.desriptiontabs_artist_info a.all_pictures {
    padding-top: 10px;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/artist/eye.png') no-repeat scroll 0 11px;
    border-bottom: 1px dotted;
}

div.desriptiontabs_artist_info a.copyright_infringement {
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/artist/speaker.png') no-repeat scroll 0 5px;
}


div.desriptiontabs_artist_description {
    font-size: 12px;
    margin: 0 10px;
    padding: 10px;
    width: 470px;
}


div.author-container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin-bottom: 20px;
}

div.author-container div {
    float:left;
}

.desriptiontabs_artist_info > h2 {
    background: no-repeat scroll 100% 50% transparent;
    float: left;
    padding-right: 25px;
}

div.product-view old_h1 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 15px 0 0;
    color: #656565;
}

.header-container.checkout div.home-greys{
    float: right;
    width: 200px;
    margin-top: 20px;
}

.header-container.checkout div.home-greys a{
    color: #AAA;
    font-weight: bold;
    text-align: left;
}

.footer .help-phone-list{
    list-style: none;
    float: right;
}

.footer .help-phone-list li{
    float: left;
    padding: 0;
    padding-left: 30px;
    height: 22px;
    margin-right: 20px;
    color: #464646;
    font-weight: bold;
    line-height: 22px;
}

.footer .help-phone-list li.help{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/checkout/info.png') 0 0 no-repeat;
}

.footer .help-phone-list li.phone{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/checkout/infoline.png') 0 0 no-repeat;
}

.buttons-set button.button{
    margin-right: 0;
}

.buttons-set button.button span,
.buttons-set button.button span span{
    padding: 0;
}

div.footerup div.newsletter a.button{
    border-radius: 0;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/firmy/button.jpg") 0 0 repeat-x;
    border: 1px solid #CACACA;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    text-decoration: none;
    width: 48%;
    text-align: center;
    font-weight: normal;
    padding: 0;
}

div.footerup div.newsletter .input-box > input {
    background: #FFF;
    border: 1px solid #CACACA;
    padding: 5px;
    margin-bottom: 5px;
    width: 290px;
}

div.footerup div.newsletter{
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/newsletter_back.jpg) no-repeat scroll 93% 20px;
}

.current_frame {
    opacity: 1.0 !important;
}

div.accessories-data .vat {
    bottom: -20px;
    font-size: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}

body.catalog-category-showaccessories h1 {
    clear: both;
    float: left;
    margin-top: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #757A7E;
}

div.accessories-description-popup, .popup {
    background: none repeat scroll 0 0 #FFFFFF;
    background-size: contain;
    position: fixed;
    z-index: 30;
    border: 4px solid #CCCCCC;
    padding: 25px 40px 15px;
    z-index: 50;
    top: 30%;
    left: 50%;
    display: none;
    box-shadow: 0 0 25px #555;
    max-width: 650px;
}

.popup p {
    text-align: justify;
}

.accessories-description-popup.popup.film, .technique_play_popup {
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/ajax/waiting.gif') no-repeat scroll 50% 50% #fff;
}

.accessories-list .iframe, .technique_popup, .technique_play_popup, .xxl-popup {
    display: none;
}

.cart_upselling_box div {
    float: left;
}

.cart_upselling_box {
    display: block;
    margin-bottom: 25px;
    margin-top: 20px;
    overflow: hidden;
    height: 202px;
}

.upselling-image {
    border: 1px solid #ccc;
    height: 200px;
    margin-right: 30px;
    width: 200px;
}

.upselling-addtocart {
    margin-left: 15px;
    float: right !important;
    margin-left: 15px;
}

.upselling-description {
    padding-bottom: 25px;
    position: relative;
    width: 545px;
}

.accessory-seuggest-qty {
    bottom: 0;
    position: absolute;
}

.cart_upselling_box > ul {
    width: 10000px;
}

.cart_upselling_box li {
    display: block;
    float: left;
    width: 1000px;
}

.ajax-loader {
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/ajax/waiting.gif') no-repeat scroll 50% 50%;
}

.contain {
    background-size: contain;
}

.col-main.ajax-loader {
    min-height: 200px;
}

.products-grid li.nextpage img {
    border: 1px solid #DDDDDD;
    padding: 51px 78px 52px 84px;
}

.products-grid.small li.nextpage img {
    padding: 24px 36px 24px 42px;
}

div.loom-big {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #CCCCCC;
    box-shadow: 0 0 25px #555555;
    max-width: 460px;
    position: absolute;
    z-index: 50;
    padding: 15px;
}

div.loom-big > img {
    float: left;
    padding: 0 10px 0 0;
}

.banner-container img {
    margin: 2px 2px;
}

.banner-container a {
    padding: 0 !important;
}

.cart-cms ul {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cart/trust.png") no-repeat scroll 100% 50% transparent;
    display: block;
    margin-right: 20px;
    overflow: hidden;
    padding-right: 100px;
}

.cart-cms ul li {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cart/check.png") no-repeat scroll 0 50% transparent;
    float: left;
    padding-left: 15px;
    width: 150px;
}

.cart-cms > div {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 15px;
}

.payment-info.form-list.checkout-agreements {
    border: none;
}

.payment-info.form-list.checkout-agreements .agreement-content {
    background: none repeat scroll 0 0 #F9F9F9;
    font-size: 14px;
    height: auto;
    min-height: 20px;
    padding: 10px 30px;
    border: 1px solid #CCCCCC;
}

.product-techniques-tabs.product-view-tabs > span.loom-alert {
    float: right;
    margin-bottom: -10px;
    margin-top: 10px;
    visibility: hidden;
    color: #f00;
}

.product-techniques-tabs.product-view-tabs > span.loom-alert.alert {
    visibility: visible;
}

ul.form-list {
    overflow: hidden;
}

.sofa-centered {
    margin: 0px auto !important;
    display: block !important;
}

.no-border {
    border: 0px none !important;
}

ul.author-list div {
    float:left;
}

ul.author-list li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    overflow: hidden;
}

div.product-banner { position: relative; margin-top: 20px; margin-bottom: 0; }
div.product-banner a.banner_button { display: block; position: absolute; background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/css/none') transparent; right: 18px; top: 229px; width: 205px; height: 60px; cursor: pointer; text-decoration: none; }
div.product-banner a.banner_button.polish { width: 282px; }
div.product-banner div.date { position: absolute; height: 41px; right: 18px; top: 55px; width: 204px; line-height: 41px; }

.technique_back_line { text-align: right; background-color: #8cbb56; height: 30px!important; padding: 0!important; }
.technique_back_line.polish { background-color: #a8e4e4; }
.technique_back_line_content { position: relative; width: 100%; }
.technique_back_line_content a.banner_button { display: block; text-decoration: none; background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/css/none') transparent; position: absolute; right: 32px; top: 4px; width: 128px; height: 23px; cursor: pointer; }
.technique_back_line_content a.banner_button.polish { width: 171px; right: 5px; }
.technique_back_line_content div.date { position: absolute; height: 25px; right: 197px; top: 3px; width: 160px; }

.standard-dimensions .radio_dimensions { float: none!important; }
.standard-dimensions .radio_dimensions input { margin-right: 10px; }

.grupon_map_font1 { font-size: 18px; width: 39px; word-spacing: 3px; }
.grupon_map_font2 { font-size: 24px; width: 43px; line-height: 26px; word-spacing: -2px; }
.grupon_map_font2.last { width: 38px; text-align: center!important; }
.product-banner .grupon_map_font1 { font-size: 25pt; font-family: Arial; font-weight: bold; color: #FFFFFF!important; width: 52px; margin-right: 0!important; word-spacing: -8px; }
.product-banner .grupon_map_font2 { font-size: 27pt; font-family: Arial; font-weight: bold; width: 52px; margin-right: 0!important; line-height: 41px; word-spacing: -11px; }
.product-banner .date.polish .grupon_map_font1 { color: #7388a7!important; }
.product-banner .date.polish .grupon_map_font2 { color: #254c8b!important; }
.product-banner .grupon_map_font2.last { width: 48px; }
.grupon_map_discount { position: absolute; left: 10px; top: 15px; }


.nav-head-container {
    border-bottom: 1px solid #DBDBDB;
    height: 33px;
    margin: auto;
    position: relative;
    width: 1000px;
}


.dimensions_tabs.tables .tabContainer {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/tables/dimensions.jpg") no-repeat scroll 50% 50% #fff;
}
.green-button {
    background: #8DB150;
    float: left;
    height: 35px;
    line-height: 35px;
    position: absolute;
    width: 234px;
    z-index: 10;
    top: -1px;
    color: #fff;
}

body.cms-home .green-button {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/navi_down.png") no-repeat scroll 50% 0 transparent;
    float: left;
    height: 50px;
    line-height: 35px;
    position: absolute;
    width: 234px;
    z-index: 10;
    top: -1px;
    color: #fff;
}

.green-button a {
    color: #fff;
}

.header-steps {
    display: block;
    margin: auto;
    overflow: hidden;
    width: 1000px;
}

.header-steps-step {
    border: 1px solid #E6E6E6;
    color: #000000;
    display: block;
    float: left;
    font-size: 18px;
    height: 25px;
    margin: 10px 35px 10px 35px;
    padding: 10px 0;
    text-align: center;
    width: 255px;
}

.header-steps-step a {
    color: #000000;
}
.header-steps-step.selected {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/steps-arrow.png") no-repeat scroll 50% 100% transparent;
    border: 0 none;
    border-top: 1px solid #E6E6E6;
    height: 40px;
}

.header-divider {
    background: none repeat scroll 0 0 #E9E9E9;
    float: left;
    height: 10px;
    margin-top: 10px;
    width: 100%;
}

.dimensions_tabs.tablesupload .tabContainer {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/table/dimensions.jpg) no-repeat 50% 50%;
}

.upload-container {
    float: left;
    width: 100%;
}

.product-view-tabs h2 {
    margin-bottom: 15px;
}
div#progress {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/upload/progress-bar.png") no-repeat scroll 100% 100% transparent;
    color: #DCDCDC;
    font-size: 100px;
    line-height: 90px;
    margin-top: 20px;
    padding: 0 7px 35px;
    width: 300px;
}

.upload-container > input {
    margin-right: 15px;
    padding: 5px 10px;
}

.product-availability {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/table/check.png") no-repeat scroll 0 0 #FFFFFF;
    padding-left: 25px;
    color: #36AD2F;
}

.product-media > h2 {
    font-size: 20px !important;
    position: absolute;
    top: -10px;
}

.prev-step {
    color: #000000;
    padding: 5px 0;
    text-align: left;
}

.prev-step a {
    color: #000000;
    text-decoration: underline;
}


.technique_tabs .loom_img {
    height: 145px;
    padding-left: 100px;
    position: absolute;
    right: 170px;
    top: 7px;
    width: 168px;
}

.product_advantages_box { width: 100%; top: 7px; right: 10px; }
.product_advantages_box div { float: right; border: 1px solid; height: 16px; line-height: 16px; padding: 0 5px; margin-left: 1px; font-size: 12px; background: #03c0c2;
                              color: #fff;
                              padding: 1px 15px;
                              border-radius: 3px;
                              border-width: 0;
                              font-size: 1.1em;
                              float: right;}
.product_advantages_box div.color_class_121 { border-color: #FF0099; color: #FF0099; }
.product_advantages_box div.color_class_122 { border-color: #1b94c2; color: #1b94c2; }
.product_advantages_box div.color_class_123 { border-color: #50b54a; color: #50b54a; }
.product_advantages_box div.color_class_124 { border-color: #e68860; color: #e68860; }
.product_advantages_box div.color_class_125 { border-color: #9900CC; color: #9900CC; }


.technique_tabs .tab_table_white .loom_img.table-none {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/table-white-none.jpg") no-repeat scroll 50% 50% transparent;
}

.technique_tabs .tab_table_white .loom_img.table-glossy {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/table-white-glossy.jpg") no-repeat scroll 50% 50% transparent;
}

.technique_tabs .tab_table_white .loom_img.table-mat {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/table-white-mat.jpg") no-repeat scroll 50% 50% transparent;
}

.technique_tabs .tab_table_white .loom_img.table-plexi {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/table-white-plexi.jpg") no-repeat scroll 50% 50% transparent;
}

.technique_tabs .tab_table_black .loom_img.table-none {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/table-black-none.jpg") no-repeat scroll 50% 50% transparent;
}

.technique_tabs .tab_table_black .loom_img.table-glossy {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/table-black-glossy.jpg") no-repeat scroll 50% 50% transparent;
}

.technique_tabs .tab_table_black .loom_img.table-mat {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/table-black-mat.jpg") no-repeat scroll 50% 50% transparent;
}

.grupon_deals { position: relative; }
.grupon_deals img { position: absolute; top: 2px; right: 3px; }
.grupon_deals a span { color: #FF0000; }

.technique_tabs .tab_table_black .loom_img.table-plexi {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/table-black-plexi.jpg") no-repeat scroll 50% 50% transparent;
}

.choose-effect-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #46ADC0;
    padding: 10px;
    position: relative;
    right: 100px;
    width: 258px;
    z-index: 20;
}
.header-top-container-narrow {
    margin: auto;
    width: 1000px;
}

.header-top-container-narrow > div.freeshipping {
    background: none repeat scroll 0 0 #628C50;
    color: #EFF0C2;
    float: left;
    font-size: 14px;
    height: 23px;
    padding-top: 2px;

    width: 530px;
}

.freeshipping > b {
    color: #FBFFFD;
}

.header-top-container-wide {
    background: none repeat scroll 0 0 #EEEEEE;
    height: 25px;
    width: 100%;
}

.tabs.technique_tabs.printedstickers {
    float: left;
    margin-left: 20px;
    width: 393px;
}

canvas.printedsticker-preview {
    border: 1px solid #CECECE;
    float: left;
    height: 191px;
    width: 255px;
}

.printedstickers #printedsticker-wallcolors {
    padding-left: 20px;
}


.printedstickers .unit-price {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
}

#printedsticker-wallcolors {
    background-position: 3px 50%;
    background-repeat: no-repeat;
    height: 21px;
}

#printedsticker-wallcolors option {
    background-position: 3px 50%;
    background-repeat: no-repeat;
    line-height: 34px;
    padding: 4px 10px 4px 20px;
}

#printedsticker-wallcolors option.c_FE0003, #printedsticker-wallcolors.c_FE0003  {
    background-image: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/wallcolors/FE0003.jpg");
}

#printedsticker-wallcolors option.c_FF999C, #printedsticker-wallcolors.c_FF999C {
    background-image: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/wallcolors/FF999C.jpg");
}

#printedsticker-wallcolors option.c_FD983C, #printedsticker-wallcolors.c_FD983C {
    background-image: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/wallcolors/FD983C.jpg");
}

#printedsticker-wallcolors option.c_CD32CB, #printedsticker-wallcolors.c_CD32CB {
    background-image: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/wallcolors/CD32CB.jpg");
}

#printedsticker-wallcolors option.c_FDE74F, #printedsticker-wallcolors.c_FDE74F {
    background-image: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/wallcolors/FDE74F.jpg");
}

#printedsticker-wallcolors option.c_6498FF, #printedsticker-wallcolors.c_6498FF {
    background-image: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/wallcolors/6498FF.jpg");
}

#printedsticker-wallcolors option.c_64CFC7, #printedsticker-wallcolors.c_64CFC7 {
    background-image: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/wallcolors/64CFC7.jpg");
}

#printedsticker-wallcolors option.c_67CC32, #printedsticker-wallcolors.c_67CC32 {
    background-image: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/wallcolors/67CC32.jpg");
}

#printedsticker-wallcolors option.c_000000, #printedsticker-wallcolors.c_000000 {
    background-image: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/wallcolors/000000.jpg");
}

#printedsticker-wallcolors option.c_FFFFFF, #printedsticker-wallcolors.c_FFFFFF {
    background-image: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/wallcolors/FFFFFF.jpg");
}

.printedstickers .effect-normal {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/effects/normal.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 86px;
    width: 50px;
    overflow: hidden;
    text-indent:200px;
}

.printedstickers .effect-mirror {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/printedsticker/effects/mirror.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 86px;
    width: 50px;
    overflow: hidden;
    text-indent:200px;
}

.effects {
    margin: 20px 10px 10px 20px;
    clear: left;
}

.effects-title {
    float: left;
    margin: 10px;
}
#quartic_Home {
    /*height: 330px !important;*/
    display: block;
    /*width:1000px;*/
    position:relative;
    float:left;
}
.quartic_recommendation_h3 {
    text-decoration: none;
    margin: 0 0 -10px;
}

.grupon_deals { position: relative; }
.grupon_deals img { position: absolute; top: 2px; right: 3px; }
.grupon_deals a span { color: #FF0000; }

.product-availability {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/table/check.png") no-repeat 0 3px;
    padding-left: 25px!important;
    color: #36AD2F;
}

.header-top-container-narrow > div.freeshipping {
    background: none repeat scroll 0 0 #628C50;
    color: #EFF0C2;
    float: left;
    font-size: 14px;
    height: 23px;
    padding-top: 2px;
    width: 530px;
}
div.gallery .film {
    opacity: 1;
}

.freeshipping > b {
    color: #FBFFFD;
}

.header-top-container-wide {
    background: none repeat scroll 0 0 #EEEEEE;
    height: 25px;
    width: 100%;
}
.grupon_deals { position: relative; }
.grupon_deals img { position: absolute; top: 2px; right: 3px; }
.grupon_deals a span { color: #FF0000; }


.media-gallery .film {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/accessories/film_small.png") no-repeat scroll 50% 50% transparent;
    padding: 10px 45px 10px 0;
    cursor: pointer;
}
.choose-effect-box label {
    clear: none !important;
    height: 70px;
    line-height: 70px;
    padding: 0 20px 0 90px;
}

.choose-effect-box label.bw {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/effects/bw.jpg) no-repeat 0 50%;
}

.choose-effect-box label.sepia {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/effects/sepia.jpg) no-repeat 0 50%;
}


.choose-effect-box input {
    float: left;
    height: 70px;
    line-height: 70px;
    margin-right: 10px;
}

.choose-effect-box ul li {
    padding-left: 10px !important;
}

.col-main > #messages_product_view {
    display: block;
    float: right;
    width: 50%;
}

.product-bottom {
    width: 100%;
    display: block;
}

.product-bottom .add-to-cart {
    float: right;
}

.product-description-tabs {
    margin-bottom: 0 !important;
}

.tabContent .accessories-list {

}

.tabContent .accessories-list div.accessories-data .vat {
    left: 30px;
    width: 275px;
}

/*.tabContent ul.accessories-list div.accessories-box {
width: 275px;
}*/

.tabContent ul.accessories-list li {
    width: 275px;
    clear: none !important;
}

.tabContent ul.accessories-list .accessories-data {
    width: 100%;
}

.media-gallery .film {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/accessories/film_small.png") no-repeat scroll 50% 50% transparent;
    padding: 10px 45px 10px 0;
    cursor: pointer;
}

div.gallery .film  {
    opacity: 1;
}

.addtocartcontainer-accessories-list {
    float: left;
    font-size: 1em;
    padding: 0 0 0 10px !important;
    margin-bottom: 5px;
    width: 45% !important;
    min-height: 32px;
}

.accessories-box div {
    cursor: pointer;
}

.newsletter-popup {
    background: url("http://shark.bimago.com/tavolino/polish/newsletter-popup.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid;
    box-shadow: 0 0 10px 2px #999999;
    height: 371px;
    left: 27%;
    opacity: 1;
    position: fixed;
    top: 180px;
    width: 685px;
    z-index: 101;
}

.popup-overlay {
    background: none repeat scroll 0 0 #666666;
    display: block;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.newsletter-input {
    background: #FFFFFF;
    border: medium none;
    font-size: 15px;
    height: 38px;
    left: 42px;
    position: absolute;
    top: 166px;
    width: 220px;
}

.newsletter-submit {
    background: transparent;
    border: 0 none;
    height: 38px;
    left: 263px;
    position: absolute;
    text-indent: 202px;
    top: 166px;
    width: 43px;
    cursor: pointer;
}

.header-steps {
    display: block;
    margin: auto;
    overflow: hidden;
    width: 1000px;
}

.header-steps-step {
    border: 1px solid #E6E6E6;
    color: #000000;
    display: block;
    float: left;
    font-size: 18px;
    height: 25px;
    margin: 10px 35px 10px 35px;
    padding: 10px 0;
    text-align: center;
    width: 255px;
}

.header-steps-step a {
    color: #000000;
}
.header-steps-step.selected {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/steps-arrow.png") no-repeat scroll 50% 100% transparent;
    border: 0 none;
    border-top: 1px solid #E6E6E6;
    height: 40px;
}

.header-divider {
    background: none repeat scroll 0 0 #E9E9E9;
    float: left;
    height: 10px;
    margin-top: 10px;
    width: 100%;
}

.header-container.checkout.boardspainting {
    height: auto;
}

.errorbox {
    color: #000000;
    text-align: left;
}

.errorbox .close-btn-all {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/errorbox/close.png") no-repeat scroll 0 0 transparent;
    right: 10px;
}

.errorbox-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.errorbox-message {
    background: none repeat scroll 0 0 #F1F1F1;
    display: block;
    margin: 20px 0;
    padding: 10px 15px;
    width: 380px;
}

.errorbox-advice {
    display: block;
}

.errorbox-btn {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/errorbox/arrow_right.png") no-repeat scroll 90% 50% #8DB151;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    padding: 15px 40px 15px 20px;
}

.technique_tabs_additional.boardspainting {
    left: 300px;
    top: 5px;
    padding-left: 30px;
}

.tab_deska.boardspainting>ul {
    margin-top: 35px;
}
.tab_deska.boardspainting .technique_tabs_info {
    width: 55px;
    margin-left: 100px;
}
/* product list jQueryUI Tooltip */
.product-img-tooltip-large {
    width: 280px;
    height: 210px;
}
.ui-tooltip {
    text-align: center;
    max-width: 320px;
    max-height: 270px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position:absolute !important;
}
/* end of product list jQueryUI Tooltip */

.backbone_hidden { display: none; }

/**********************************PAINTINGS**********************************/
.product-view {
    margin-top: 10px;
    position: relative;
    float: left;
}
div.product-view.paintings .configure .conf_line span {
    /* font-weight: normal; */
    font-size: 1.3em;
    margin-right: 5px;
}
div.product-view .product-design-by span > span {
    color: inherit;
    text-decoration: underline;
}
div.product-view.wallpapers .product-design-by {
    margin-bottom: 5px;
    display: none;
}
div.product-view.paintings span.questionmark_tooltip {
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/paintings/info.png') no-repeat;
    width: 16px;
    height: 16px;
    display: none;
    cursor: pointer;
    line-height: 16px;
    margin-left: 7px;
}
div.product-view.paintings div.questionmark_tooltip_container {
    background: none repeat scroll 0 0 #ffffff;
    border: 4px solid #cccccc;
    box-shadow: 0 0 25px #555555;
    max-width: 460px;
    padding: 15px;
    position: absolute;
    z-index: 50;
}
div.product-view.paintings div.questionmark_tooltip_container img.close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

div.product-view.paintings div.product-media .product_advantages_box {
    right: 14px;
    top: 62px;
    position: absolute;
    z-index: 9;
}

div.product-view.paintings div.product-media {
    position: relative;
    width: 68%;
    /* margin-right: 12px; */
    margin-right: 1%;
}
div.product-view.paintings div.product-image {
    width: 100%;
    cursor: pointer;
    position: relative;
}
div.product-view div.gallery li  {
    opacity: 0.8;
}
div.product-view div.gallery li:hover  {
    opacity: 1;
}
div.product-view div.gallery li.active {
    border: 2px solid #00bec8;
    padding: 0;
    opacity: 1;
}
div.image_magnifier {
    text-indent: 23px;
    height: 16px;
    cursor: pointer;
    /* margin: 5px 25px 19px 0; */
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/paintings/lupka.png') no-repeat left bottom;
    color: #4c4c4c;
    line-height: 14px;
    font-size: 1.1em;
    width: 20%;
    font-weight: 400;
    z-index: 5;
    position: absolute;
    bottom: 35px;
    right: 0px;
}
div.magnified_container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(102, 102, 102, 0.8);
    z-index: 1050;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}
div.close_button {
    cursor: pointer;
}
div.centered {
    left: 0;
    top: 0;
    position: absolute;
    /* display: inline-block; */
    float: none !important;
    height: 100%;
    width: 100%;
    text-align: center;
    /* padding-bottom: 100px; */
}
.image_magnified {
    position: relative;
    /* top: -10%; */
    /* left: -50%; */
    /* padding: 30px 30px 10px; */
    background-color: #FFFFFF;
    min-width: 225px
        ;
    height: 100%;
    display: inline-block;
    float: none !important;
    width: auto !important;
    padding: 0 50px;
}
.image_magnified > img {
    height: 90%;
    width: auto;
}
.image_magnified .close_button {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/x.png') no-repeat 50% 50% transparent;
}

div.product-view div.gallery > ul > li {
    border: 1px solid transparent;
    padding: 1px;
    margin-right: 5px;
    float: left;
}

div.product-view div.gallery li.film {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/paintings/film.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 38px;
    opacity: 1;
    padding: 0;
    width: 62px;
}
div.product-view div.gallery li.film span {
    visibility: hidden;
}

.description-ratings {
    float: left!important;
    width: 205px;
    margin-bottom: 5px;
    cursor: default;
    margin-top: -35px;
    display: none;
}
.description-ratings .ratings {
    cursor: pointer;
}
span.ratings-rate {
    font-size: 14px;
    line-height: 20px;
    color: #1a1a1a;
    margin-right: 5px;
}
#ajaxLoader {
    width: 16px;
    height: 16px;
    position: absolute;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/opc-ajax-loader.gif') no-repeat;
}

.image_magnified .slider {
    float: none;
}
.image_magnified .slider .slider_images {
    clear: left;
    float: none;
    height: 8%;
    /* line-height: 20px; */
    width: 100%;
    padding: 2% 0 0 0;
}

.next-prev-buttons {
    position: absolute;
    left: 50%;
}
.next-prev-buttons>div {
    width: 46px;
    height: 24px;
    margin: 20px auto 15px;
    position: absolute;
    left: -23px;
    display: none;
}
.next-prev-buttons .prev {
    cursor: pointer;
    width: 15px;
    height: 24px;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/arrow_left_big.png') no-repeat;
    float: left;
}
.next-prev-buttons .prev:hover {
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/arrow_left_big_h.png') no-repeat;
}
.next-prev-buttons .next {
    cursor: pointer;
    width: 15px;
    height: 24px;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/arrow_right_big.png') no-repeat;
    float: right;
}
.next-prev-buttons .next:hover {
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/arrow_right_big_h.png') no-repeat;
}
div.product-view.paintings .countdown_promo {
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}
div.product-view.paintings .countdown_promo .promo {
    float: none;
    font-size: 12px;
    color: #4c4c4c;
}
div.product-view.paintings .countdown_promo .promo .date {
    font-weight: bold;
    float: right;
}
div.product-view.paintings .countdown_promo .promo .date span:first-child {
    margin-right: 3px;
}
div.product-view.paintings .countdown_promo .promo .date span:first-child + span + span {/*nth-child(3)*/
    padding: 2px;
    padding-right: 3px;
    margin-left: 4px;
    border: 1px solid #51545b;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #FFFFFF;
    background-color: #51545b;
    height: 14px;
}
div.product-view.paintings .countdown_promo .promo .date span:first-child + span + span + span {/*nth-child(4)*/
    padding: 2px;
    padding-left: 0;
    border: 1px solid #51545b;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #FFFFFF;
    background-color: #51545b;
    height: 14px;
}
div.product-view.paintings .product-description .old_h1 {
    font-size: 1.2em;
    font-weight: normal;
    color: #4c4c4c;
    line-height: 20px;
    margin-top: -6px;
}
div.product-view.paintings .product-description .old_h1 h1 {
    font-size: 16px;
    font-weight: bold;
    display: inline;
    margin: 0;
    line-height: 20px;
    color: #4c4c4c;
}
div.product-view.wallpapers .product-description .old_h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    color: #0a263c;
    line-height: 27px;
    margin-bottom: 5px;
    font-size: 1.2em;    font-weight: normal;    color: #4c4c4c;    line-height: 20px;
}
div.product-view.wallpapers .product-description .old_h1 h1 {
    line-height: 27px;
    font-size: 20px;
    font-weight: normal;
    display: inline;
    line-height: 20px;
    color: #0a263c
        ;font-size: 16px;    font-weight: bold;    display: inline;    margin: 0;    line-height: 20px;    color: #4c4c4c;
}
.paintings-view-payment .label {
    font-size: 17px;
    color: #1a1a1a;
}
div.product-drawer {
    padding: 20px 18px;
    float: none;
}
.product-drawer .drawer_title {
    font-size: 17px;
    color: #1a1a1a;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 10px;
}
.product-drawer-container {
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.product-drawer-container a {
    color: #4c4c4c;
}
.product-drawer-container.active {
    height: auto;
}
.product-drawer-container li.item {
    width: 152px;
    margin: 30px 20px;
    padding: 0;
    height: 220px;
    clear: none;
}
.product-drawer-container li.item img {
    box-shadow: 0 0 6px #dbdbdb;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}
.product-drawer-container .product-name {
    margin-top: 10px;
    width: 100%;
    float: left;
}
.product-name {
    color: #4c4c4c;
    font-size: 14px;
}
.product-list-price {
    float: left;
    clear: none;
}
.product-drawer-container .price-box .price {
    color: #3276dc;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
}
.price-box .discount-price .price {
    color: #fff;
    font-size: 17px;
    text-decoration: line-through;
    font-weight: normal !important;
    margin-right: 10px;
    margin-top: 3px;
}
.tabContainer {
    position: relative;
}
.tabContainer .show-more {
    border: #3176c4;
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/arrow_down.png) no-repeat #3176c4 99% 49%;
    color: #FFFFFF;
    font-size: 13px;
    position: absolute;
    left: 50%;
    float: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 1px 20px 5px 10px;
    height: 11px;
    bottom: -20px;
    line-height: 15px;
    cursor: pointer;
    margin-left: -25px;
    bottom: -19px;
}

.tabContainer {
    /* border-bottom: 1px solid #3276db; */
}
/*.tabContainer .show-more:after {
    position: absolute;
    content: '\22C1';
    right: 5px;
    font-size: 10px;
    font-weight: bold;
}
.tabContainer .show-more.active:after {
    content: '\22C0';
}*/

.tabContainer .show-more.active {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/arrow_up.png) no-repeat #3176c4 99% 49%;
}

.product_sliders_tabs {
    width: 100%;
}
div.product-view.paintings .techs_descriptions {
    width: 100%;
}
div.product-view.paintings .block_cms {
    font-size: 13px;
    color: #4c4c4c;
    width: fit-content;
    border-top: 1px solid #cfcfcf;
    margin-top: 25px;
    padding-top: 10px;
}
div.product-view .seo-description {
    font-size: 13px;
    color: #4c4c4c;
    width: 100%;
    border-top: 1px solid #cfcfcf;
    margin-top: 25px;
    padding-top: 10px;
}
div.product-view .seo-description a {
    color: #3276dc
}
div.product-view.paintings .block_cms .label {
    font-size: 16px;
    float: none;
    color: #4c4c4c;
    margin: 0;
    line-height: 25px;
    font-weight: normal;
}
div.product-view.paintings .block_cms .label span {
    font-weight: bold;
}
.product_comments {
    color: #4c4c4c;
    width: 100%;
    border-top: 1px solid #cfcfcf;
    margin-top: 25px;
    padding-top: 10px;
}
.product_comments .label {
    font-size: 16px;
    float: none;
}

table.ratings-table {
    float: left;
    margin-right: 12px;
}
.review-container .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
}
.review-container .date {
    font-size: 13px;
    color: #606060;
}
.review-container .user_name {
    font-size: 13px;
    color: #1a1a1a;
}
.review-container .blue {
    font-size: 13px;
    color: #10a5a7;
}
.review-container p {
    font-size: 13px;
    color: #1a1a1a;
    padding: 10px 0 15px;
}
#customer-reviews {
    padding: 15px 0 0;
}
ul.review-list > li {
    padding: 0!important;
}
div.product-view.paintings div.dimensions-slider-container {
    width: 100%;
    /* margin: 0 5px; */
    padding-right: 0;
    /* padding-top: 5px; */
}
div.product-view.paintings .dimensions-slider-parent {
    width: 270px;
    margin: 0 10px 0 0;
}
div.product-view.paintings div.dimensions-slider-container div {
    float: none;
    margin: 0 auto;
}
div.product-view.paintings .dimensions-slider-line {
    width: 263px;
    height: 7px;
    left: 0px;
    position: relative;
    top: -23px;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/paintings/slider.jpg') center center repeat-x transparent;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 10px;
    /* box-shadow: 1px 1px 2px rgba(0,0,0,0.5); */
    float: left !important;
}
div.product-view.paintings .dimensions-slider-line div {
    display: none;
}
div.product-view.paintings div.dimensions-slider-container div.dimensions-slider-slider {
    height: 24px;
    width: 24px;
    float: left;
    top: -6px;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/paintings/slider_button.png') no-repeat transparent;
    cursor: pointer;
}
div.product-view.paintings div.dimensions-slider-container div.dimensions-slider-slider.non-active {
    background-position: 0 -24px;
}
div.product-view.paintings #individual_slider {
    float: left;
    height: 12px;
    cursor: pointer;
    display: none;
}
div.product-view.paintings span.dimensions-slider-dimensions > .size, span.dimensions-slider-dimensions > .units, span.size {
    color: #FFFFFF;
    font-size: 1.15em;
    font-weight: 400;
    display: none;
}
div.product-view.paintings span.dimensions-slider-dimensions.non-active > .size, span.dimensions-slider-dimensions.non-active > .units, span.size {
    color: #626262;
}
div.product-view.paintings span.dimensions-slider-dimensions > h3.size {
    display: inline;
}
div.product-view.paintings span.dimensions-slider-xxl {
    display: none;
}
#individual_slider_tooltip {
    width: 220px;
    height: 144px;
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    box-shadow: 0 0 4px #d5d5d5;
    position: absolute;
    background: none #FFFFFF;
    top: 34px;
    left: -97px;
    display: none !important;
}
#individual_slider_tooltip img {
    position: absolute;
    bottom: 10px;
    left: 11px;
}
.triangle_pointer {
    width: 18px;
    height: 10px;
    position: absolute;
    float: none;
    left: 111px;
    top: -10px;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/paintings/triangle.png') no-repeat transparent;
}
div.product-view.paintings .likebox {
    margin-top: 135px;
}

.data-table .cart-discountprice .price{
    color: #1a1a1a;
    text-decoration: line-through;
    font-weight: 300;
}
hr.maincategory:first-of-type {
    margin: 10px 0;
    border: 0px solid transparent;
}
.wait-loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.3);
    z-index: 1999;
}
.wait-loading .dialog {
    width: 500px;
    margin: 300px auto;
    padding: 30px;
    /* border-radius: 2px; */
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 0 7px rgba(0,0,0, 0.5);
    text-align: center;
}
.wait-loading .dialog .spinner {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/spinner.gif') no-repeat transparent;
}
.wait-loading .dialog .message.ok {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 50px;
    font-size: 18px;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/check.png') no-repeat transparent;
    background-position: left top;
    padding-bottom: 20px;
}
.wait-loading .dialog .description {
    padding-top: 20px;
    font-size: 14px;
}

.shippingRestPrice table{
    margin: 10px auto 20px;
    padding: 0px;
    border-collapse: collapse;
    font-size: 14px;
}
.shippingRestPrice table thead{
    margin: 0 auto;
    padding: 0px;
}
.shippingRestPrice table thead th{
    border-top: 1px solid #a7a7a7;
    border-right: 0px solid #a7a7a7;
    border-bottom: 2px solid #03c0c2;
    border-left: 1px solid #dbdbdb;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    color: #fff;
    background: #a9a8a8;
}
.shippingRestPrice table thead tr th:first-child{
    text-align: right;
    border-left: 1px solid #a7a7a7;
}
.shippingRestPrice table tbody tr td:last-child,
.shippingRestPrice table thead tr th:last-child{
    border-right: 1px solid #a7a7a7;
}
.shippingRestPrice table tbody td{
    border-top: 1px solid #dbdbdb;
    border-right: 0px solid #dbdbdb;
    border-bottom: 0px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    background: #fff;
    padding: 10px;
    text-align: center;
}
.shippingRestPrice table tbody tr:nth-child(even) td{
    background: #fafafa;
}
.shippingRestPrice table tbody tr td[rowspan]{
    text-align: right;
    vertical-align: middle;
    border-left: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7 !important;
    padding-left: 20px;
}
.shippingRestPrice table tbody tr.first-in-set td{
    border-top: 1px solid #a7a7a7 !important;
}
.shippingRestPrice table tbody tr:last-child td{
    border-bottom: 1px solid #a7a7a7 !important;
}
#postcodeShippingCosts{
    width: 300px !important;
    margin: 0 auto 20px;
    text-align: center;
    overflow: hidden;
    display: block;
}
.shippingRestPrice {
    text-align: center;
}
#postcodeShippingCosts input[type="text"]{
    width: 175px;
    height: 38px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 10px !important;
    box-sizing: border-box;
    color: #656565;
    background: #fff !important;
    font-size: 14px;
    vertical-align: top;
}
#postcodeShippingCosts input[type="text"].validation-failed{
    border: 1px solid red !important;
}
#postcodeShippingCosts input[type="submit"]{
    width: 38px;
    height: 38px;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 10px !important;
    box-sizing: border-box;
    color: #656565;
    background: #52555c  url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/arrows/arrow_cta.png") center no-repeat;
    font-size: 14px;
    font-size: 0;
    line-height: 0;
    position: relative;
    cursor: pointer;
    vertical-align: top;
}
#postcodeShippingCosts input[type="submit"]:hover{
    background-color: #000;
}

#postcodeShippingCosts select {
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 75px;
    padding: 0px 10px 0 0;
    font-size: 14px;
    height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#postcodeShippingCosts select option{
    font-size: 14px;
}
#postcodeShippingCosts div.input-box{
    position: relative;
    display: inline-block;
    width: 175px;
    vertical-align: top;
}
#postcodeShippingCosts div.input-box .validation-advice{
    background: none !important;
    padding-left: 0px;
    font-weight: normal;
    text-align: left;
}
#formLoading {
    width: 38px;
    height: 34px;
    text-align: center;
    font-size: 10px;
    display: none;
    vertical-align: top;
    padding-top: 4px;

}

#formLoading > div {
    background-color: #878787 ;
    height: 80%;
    width: 3px;
    display: block;
    float: left;
    margin-right: 3px;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

#formLoading .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

#formLoading .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

#formLoading .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

#formLoading .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.shippingRestPrice #zippedTable{
    margin-top: 25px;
}
.product-media .productNameExtra, .product-media .product-description{width: 100%;}
.product-media .productName{width: 100%;margin-bottom: 7px;}
.product-media h1{width: 100%;margin-bottom: 0px;border-bottom: 1px solid #03c0c2;}
.product-media h1 > span{font-size: 0.8em;color: #606060;font-weight: lighter;}
.product-media .productDesign{float: right;color:#969696;}
.product-media .productNumber{color: #878787;}


.catalog-product-view .variations {
    display: none;
}

/* Trusted Shops */
.sp-methods .trusted-shops {
    float: left;
    width: 60%;
    padding: 2% !important;
    border: 0px solid transparent;
    position: relative;
    float: left;
    width: 60%;
    padding: 2% !important;
    border: 0px solid transparent;
    position: relative;

}

.sp-methods .trusted-shops input#trusted_shops {
    top: 0;
    left: 0;
    position: relative;
}

.sp-methods .trusted-shops label {
    display: inline-block;
}
/********ROLLUP TOP*********/
.rollupBanner{
    width: 100%;
    max-width: 1017px;
    margin: 0 auto;
    position: relative;
    z-index: 10001;
    display: none;
    z-index: 1001;
    padding: 0px !important;
    box-sizing: border-box;
}

.rollupBanner .allDevices{
    display: block;
    overflow: hidden;
    width: 100%;

}
.rollupBanner .mobileDevices{
    display: none;
    overflow: hidden;
    width: 100%;


}
.rollupBanner.rolledUp .allDevices,
.rollupBanner.rolledUp .mobileDevices{
}
.rollupBanner .allDevices img,
.rollupBanner .mobileDevices img{
    width: 100%;
}
.rollupBanner > span{
    width: 25px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: auto !important;
    right: -25px;
    display: block;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    z-index:2;
    cursor: pointer;
    overflow: hidden;
    display: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.rollupBanner:not(.rolledUp) > span{
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}
.rollupBanner #showRollUp i{
    display: block;
    font-size: 1.6em;
    text-indent: -2px;
    line-height: 0.7em;
    width: 25px;
    height: 25px;
}
.rollupBanner #hideRollUp i{
    display: block;
    font-size: 1.6em;
    text-indent: -2px;
    line-height: 0.7em;
    width: 25px;
    height: 22px;
}
.gray-rollup-bg{background:#52555c;}
@media (min-device-width: 481px){
    .rollupBanner:not(.hideForMobile) .allDevices{
        display: block;
    }
    .rollupBanner:not(.hideForMobile) .mobileDevices{
        display: none !important;
    }
    .homepage-bannerslider .mobileDevices{display: none;}
    .homepage-bannerslider-container:before{
        content: "";
        display: block;
        padding-top: 44.4%;
    }
}
@media (max-device-width: 480px){
    .homepage-bannerslider-container:before{
        content: "";
        display: block;
        padding-top: 90%;
    }
    .homepage-bannerslider-container{margin-bottom: 0px;}
    .homepage-bannerslider .mobileDevices ~ .allDevices {display: none;}
    .rollupBanner{
        display: none;
    }
    .rollupBanner.hideForMobile{
        display: none ;
    }
    .rollupBanner:not(.hideForMobile) .allDevices{
        display: none !important;
    }
    .rollupBanner:not(.hideForMobile) .mobileDevices{
        display: block;
    }
}
.homepage-imagetext.newmobile{
    margin-top: 30px;
}

.cmsbanner{margin: 15px 0px;width: 100%;overflow: hidden;}
.cmsbanner a{display: block;}
.cmsbanner img{width: 100%;}
.cmsbanner img.banner-img-mobile{display: none;}

@media (min-device-width: 768px) and (max-device-width: 900px){
    .homepage-imagetext.newmobile h3{padding: 0px;text-align: center;
                                     border-bottom: 1px solid #ccc;
                                     color: #000;
                                     font-size: 1.3em;
                                     font-weight: 300;
    }
    .homepage-imagetext.newmobile .content{padding-top: 0px;}
    .homepage-imagetext.newmobile .caption{margin-top: 0px;}
    .homepage-imagetext.newmobile .content p{
        color: #000;
        font-size: 0.8em;
        font-weight: 300;
        line-height: 140%;
        margin-bottom: 18px;
    }
    .homepage-imagetext.newmobile .image,
    .homepage-imagetext.newmobile .content{
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        width: 50%;
        height: auto !important;
    }

    .homepage-imagetext.newmobile .image:before {
        content: "";
        display: block;
        padding-top: 50%;
    }
    .homepage-imagetext.newmobile .arrow {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
    }
}
@media (max-device-width: 767px){
    .homepage-imagetext.newmobile h3{padding: 0px;text-align: center;
                                     border-bottom: 1px solid #ccc;
                                     color: #000;
                                     font-size: 1.5em;
                                     font-weight: 300;
    }
    .homepage-imagetext.newmobile .content p{
        color: #000;
        font-size: 0.9em;
        font-weight: 300;
        line-height: 150%;
        margin-bottom: 18px;
    }
    .homepage-imagetext.newmobile .image,
    .homepage-imagetext.newmobile .content{
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: auto !important;
    }

    .homepage-imagetext.newmobile .image:before {
        content: "";
        display: block;
        padding-top: 50%;
    }
    .homepage-imagetext.newmobile .rect-top {
        background-color: #f2f2f2;
        width: 50%;
        margin-top: 0px;
        height: 20px;
        position: absolute;
        bottom: 0px;left: -20px;
    }

    .homepage-imagetext.newmobile .triangle-top {
        border-top: 0px;
        border-left: 0px;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #f2f2f2;
        height: 0;
        width: 0;
        vertical-align: top;
        display: inline-block;
    }

    .homepage-imagetext.newmobile .triangle-bottom {
        border-right: 20px solid #f2f2f2;
        border-top: 20px solid transparent;
        border-bottom: 0px;
        border-left: 0px;
        height: 0;
        width: 0;
        display: inline-block;
        margin-left: -4px;
        vertical-align: top;
    }
    .homepage-imagetext.newmobile .rect-bottom {
        background-color: #f2f2f2;
        width: 50%;
        height: 19px;
        position: absolute;
        bottom: 0px;left: 50%;margin-left: 20px;
    }
    .homepage-imagetext.newmobile .arrow {
        float: right;
        height: 20px;
        width: 100%;
        overflow: hidden;
        display: block;
        text-align: center;
    }
    .cmsbanner img.banner-img-mobile{display: block;}
    .cmsbanner img.banner-img{display: none;}
}

.all-button{width: 100%;text-align: center;}
.all-button a{display: block;
              background-color: #52555b;
              border: 0 none;
              font-family: Roboto;
              font-weight: 300;
              display: inline-block;
              padding: 0;
              height: 45px;
              line-height: 45px;
              color: #FFFFFF;
              font-size: 1.35em;
              transition: all .25s ease-in-out;
              -moz-transition: opacity .25s ease-in-out;
              -webkit-transition: all .25s ease-in-out;
              text-decoration: none  !important;
              width: 32.5%;
              box-sizing: border-box;
}
.all-button a:hover{ background-color: #6a6d75;}
.all-button a img {
    margin-left: 9px;
    margin-top: 18px;
}
@media (max-device-width: 900px){
    .all-button a {
        font-size: 1em;
    }
}
@media (max-device-width: 580px){
    .all-button a{
        width: 100% !important;
    }
}
.fields-item{overflow: hidden;}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.artgeist.pl/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.artgeist.pl/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.artgeist.pl/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.artgeist.pl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.artgeist.pl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.artgeist.pl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.artgeist.pl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.artgeist.pl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.artgeist.pl/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/*
    Document   : extra
    Created on : 2012-08-14, 12:57:58
    Author     : admin
    Description:
        Purpose of the stylesheet follows.
*/

.tabContainer {
    /* border: 1px solid #CECECE; */
    /*border-radius: 0 0 5px 5px;*/
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    display: block;
    width: 100%;
    /*height: 160px;*/
    background: #FFF;
    background-color: #FAFAFA;
}

.tabContent {
    min-height: 160px;
    width: 100%;
    position: relative;
}

.pas_guarantee {
    border: 1px solid #CECECE;
    /*border-radius: 5px 5px 5px 5px;*/
    height: 97px;
    overflow: hidden;
    width: 165px;
}

.product-view div.dimensions_tabs {
    float: left;
    width: 330px;
}

.product-view div.technique_tabs {
    float: right;
    width: 655px;
}

.tabsMain > li {
    float:left;
    margin-right: -1px;
    padding: 5px 15px 5px 40px;
    /*width: 75px;*/
    position: relative;
    z-index: 10;
}
.tabsMain > li a {
    color: #4c4c4c;
    font-size: 14px;
}
.tabsMain > li a h4 {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    line-height: 21px;
}
div.product-view.paintings .tabsMain span.ratings-rate {
    color: #4c4c4c;
    line-height: inherit;
}
div.product-view.paintings .tabsMain .rating-box {
    top: 5px;
}

ul.tabsMain {
    position: relative;
}

.tabsMain > li:first-child {
    /*border-left: 1px solid #CECECE;
     border-radius: 5px 0 0 0;*/
}

.tabsMain a {
    color: #333;
    text-decoration: none;
}

.tabsMain > li:last-child {
    border-left: 0 none;
    /*border-radius: 5px 5px 0 0;*/
    border-right: 0 none;
    border-top: 0 none;
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    padding-right: 0px;
    padding-left: 0px;
    z-index: 1;
}

.tabsMain > li.active {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/tabs/active.png) no-repeat scroll 13px 12px #FFFFFF;
    margin-top: -7px;
    padding-top: 12px;
    /*border-radius: 5px 5px 0 0;*/
    /* border: 1px solid #cecece; */
    box-shadow: 0 -3px 5px rgba(0,0,0,0.1);
    border-bottom: 0px;
    position: relative;
    top: 1px;
}

.descriptiontabs > li {
    padding: 5px 30px;
}

.descriptiontabs > li.active {
    background: none repeat scroll 0 0 #FAFAFA;
    padding-top: 12px;
}

#tabs2 .tabsMain > li {

}

.tab_handart {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/handart.jpg) no-repeat 100% 0 scroll;
}

.tab_painted {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/paint.jpg) no-repeat 100% 0 scroll;
}

.tab_plexi {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/plexi.jpg) no-repeat 100% 0 scroll;
}

.tab_print {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/print.jpg) no-repeat 100% 0 scroll;
}

.tab_blueback {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/blueback.jpg) no-repeat 100% 0 scroll;
}

.tab_tnt {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/tnt.jpg) no-repeat 100% 0 scroll;
}

.tab_selfadhesive {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/technique/selfadhesive.jpg) no-repeat 100% 0 scroll;
}

.tabContent ul {

}

.tabContent ul li {
    clear: both;
    float: left;
    padding: 5px 5px 5px 25px;
}

.tabContent ul li label {
    clear: both;
    cursor: pointer;
    float: left;
    margin-bottom: 0;
    width: auto;
}

.tabContent ul li label input {
    float: left;
    margin-top: 11px;
}


.tabContent ul li label span {
    float: left;
    line-height: 12px;
    padding-top: 4px;
    width: 150px;
    font-weight: bold;
}

.tabContent ul li label span.technique-descripton {
    font-weight: normal;
}

.tabContent ul li img.loom {
    float: left;
    margin: 0 10px;
}

div.product-media {
    display: block;
    /*height: 450px;*/
    width: 100%;
    float:left;

    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    padding: 7px 15px 15px;
    background-color: #fcfcfc;
    box-sizing: border-box;
    position: relative;
}

div.media-gallery {
    display: block;
    float:left;
    position: relative;
    margin-top: 15px;
    width: 78%;
    box-sizing: border-box;
}
div.media-gallery .gallery{width: 100%;}
div.media-gallery .gallery li{float: left;}
div.product-image {
    width: 320px;
}

div.product-image img {
    display: block;
    margin: 0 auto;
    /* margin: auto !important; */
}

div.technique_tabs_additional {
    border-left: 1px solid #CCCCCC;
    left: 400px;
    padding-left: 5px;
    padding-top: 5px;
    position: absolute;
    top: 14px;
    width: 81px;
}

.technique_tabs_play, .technique_tabs_info {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/film2.png") no-repeat scroll 50% 0 transparent;
    cursor: pointer;
    display: block;
    height: 57px;
    margin-bottom: 5px;
    padding-top: 0;
    text-align: center;
}

.technique_tabs_info {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/info.png") no-repeat scroll 50% 0 transparent;
}

.addtocartcontainer {
    border-bottom: 1px dotted #555555;
    clear: both;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

div.addtocartcontainer span {
    float: left;
    clear: both;
    color: #4c4c4c;
}

div.addtocartcontainer span span {
    float: left;
    clear: none;
    padding-left: 5px;
    font-weight: normal !important;
    font-size: 1em;
}
div.product-view.wallpapers div.addtocartcontainer span.dimensions h3 {
    display: inline;
    padding-left: 5px;
    margin: 0;
    font-size: 1em;
    font-weight: normal !important;
}

div.addtocartcontainer span > b {
    float: left;
}

.addtocartcontainer span.your-choice {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/tabs/active.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    padding: 2px 0 2px 25px;
    font-size: 12px;
}

.popup_container{
    display: none;
    background: #FFF;
    width: 600px;
    /*height: 450px;*/
    border: 7px solid #DDDDDD;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -300px;
    z-index: 999;
    box-shadow: 0 0 10px #000;
    padding-bottom: 10px;
    min-height: 250px;
}

.popup_container .container{
    width: 100%;
    height: 100%;
    position: relative;
}

.popup_container.loading {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/ajax/waiting.gif") no-repeat scroll 50% 50% #FFFFFF;
}

/*.popup_container .container .close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 28px;
    height: 29px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/css/..images/product/button_close.png") 0 0 no-repeat;
    cursor: pointer;
}*/
.popup_container .container .title{
    display: block;
    float: left;
    height: 40px;
    width: 540px;
    border-bottom: 1px dotted #DDDDDD;
    margin: 0 30px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.popup_container .container .section-me,
.popup_container .container .section-friend{
    display: block;
    float: left;
    width: 540px;
    margin: 0 30px;
    padding-top: 30px;
}

.popup_container .container .section-me{
    border-bottom: 1px dotted #DDDDDD;
    padding-bottom: 20px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/polec.png") 0 10px no-repeat;
}
.popup_container .container .section-friend{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/polec.png") 0 10px no-repeat;
    height: 145px;
}


.popup_container .container .left,
.popup_container .container .right{
    width:250px;
    height: 100%;
}

.popup_container .container .left label,
.popup_container .container .left input{
    float: left;
    width: 100%;
    height: 20px;
    margin: 3px 0;
}

.popup_container .container .right ul{
    list-style: none;
}

.popup_container .container .right ul li{
    float: left;
    width: 100%;
}

.popup_container .container .right label,
.popup_container .container .right input{
    float: left;
    line-height: 20px;
    margin: 3px 0;
}

.popup_container .container .right input{
    width: 30px;
    height: 20px;
}
.popup_container .container .right label{
    width: 220px;
}

.popup_container .container .right img,
.popup_container .container .right span{
    float: left;
    display: block;
}

.popup_container .container .right span{
    width: 100%;
}

.popup_container .container .footer{
    display: block;
    float: left;
    width: 540px;
    margin: 0 30px;
    background: none;
    padding: 0;
}
.popup_container .container .footer span{
    float: left;
    margin-top: 5px;
}

.popup_container .container .footer .send{
    position: absolute;
    top: 0;
    right: 50px;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/orange-button.jpg") 0 0 repeat-x;
    cursor: pointer;
    color: #FFF;
}

#login_popup .container #loginMessage{
    display: none;
    float: left;
    width: 536px;
    margin: 5px 30px;
    line-height: 30px;
    font-weight: bold;
    border: 2px solid green;
    text-align: center;
    font-size: 16px;
}

div.add-to-actions > span.friend,
div.add-to-actions > span.wishlist{
    text-decoration: none;
    cursor: pointer;
}

div.add-to-actions > span.friend:hover,
div.add-to-actions > span.wishlist:hover{
    text-decoration: underline;
}

div.add-to-actions > span.wishlist.active{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/ulubione_active.png") 0 50% no-repeat;
}

label.recommended_loom {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/thumbup.png") no-repeat scroll 100% 50% transparent;
}


ul.accessories li {
    text-align: center;
}

ul.accessories li span{

}

div.tables label.recommended_loom {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/tables/hit.png") no-repeat scroll 100% 50% transparent;
}

div.tables .tabContent ul li label span {
    width: 195px;
}

.tabContent.tables ul li label input {
    margin-right: 10px;
}
.tabContent.tables ul li label .technique-descripton {
    padding: 0;
}

.tab_deska.boardspainting ul li label span {
    width: 245px;
}
.tab_deska.boardspainting ul li label input {
    margin-right: 10px;
}

.tabContent.boardspainting ul.accessories-list li .accessories-update {
    width: 135px;
}
.tabContent.boardspainting ul.accessories-list li .accessories-info {
    width: 135px;
}

.paintings.product-view div.product-configuration {
    width: 100%;
    background-color: #fcfcfc;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    border-radius: 2px;
    padding-bottom: 10px;
}

.paintings.product-view div.technique_tabs {
    width: 485px;
}

.paintings .technique_tabs .tabContent ul li,
.paintings .loom_tabs .tabContent ul li
{
    float: left;
    width: 139px;
    border: 1px solid #dedede;
    border-radius: 10px;
    clear: none;
    padding: 5px;
    margin: 5px;
}

.paintings .dimensions {
    padding: 0;
    margin: 0;
}

.paintings .dimensions.individual {
    clear: both;
    /* margin-top: 5px; */
    height: 60px;
}

.product-configuration .configure li, .product-configuration .configure li input {
    cursor: pointer;
}
.product-configuration .configure.dimensions li input {
    display: none;
    float: left;
    height: 20px;
    margin-right: 7px;
}
.product-configuration .configure.techniques li input, .product-configuration .configure.looms li input {
    height: 14px;
    margin-bottom: 21px;
    margin-right: 4px;
    display: none;
    float: left;
}
.product-configuration .configure.techniques li .option_label span, .product-configuration .configure.looms li .option_label span {
    line-height: 12px;
    font-size: 1em;
    display: block;
    color: #fff;
    /* position: absolute; */
    bottom: 0;
    height: 41px;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.6); */
    display: table-cell;     vertical-align: middle;
    font-weight: 400;
}
.product-configuration .configure.techniques li.active .option_label span, .product-configuration .configure.looms li.active .option_label span {
    color: #FFFFFF;
}

.paintings .configure li {
    /* border: 1px solid #dedede; */
    box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    background-color: #fff;
    /* border-radius: 2px; */
    padding: 10px;
    width: 112px;
    float: left;
    margin: 0 4px 5px;
    overflow: hidden;
    position: relative;
    width: 92px !important;
}

.paintings .configure li.active {
}

.paintings div.addtocartcontainer span {
    padding-right: 5px;
    color: #4c4c4c;
}

.paintings .configure.techniques li {
    height: 90px;
    padding: 0;
    width: 132px;
}
.paintings .configure.techniques li .techniquediscount {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 5px;
    color: #52555b;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    width: 124px;
    text-align: right;
    font-family: Tahoma, Verdana, Arial;
}

.option_label {
    /* padding: 4px 2px 0; */
    width: 100%;
    height: 41px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #52555c; /* Old browsers */
    background: -moz-linear-gradient(top,  #52555c 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #52555c 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #52555c 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52555c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    display: table;
}
.paintings .configure li.active .option_label,
.paintings .configure li:hover .option_label {
    background: #00bec8; /* Old browsers */
    background: -moz-linear-gradient(top,  #00bec8 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #00bec8 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #00bec8 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bec8', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.paintings .configure.looms ul {
    border: 1px solid transparent;
    float: left;
}
.paintings .configure.looms.invalid ul {
    /*    border: 1px solid #f00;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;*/
    margin-bottom: 0;
}
.paintings .configure.looms .wrappa {
    border: 1px solid transparent;
    width: 100%;
}
.paintings .configure.looms.invalid .wrappa {
    border: 1px solid #f00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 7px;
}


.paintings .configure.looms li {
    height: 90px;
    padding: 0;
    width: 132px;
}

.paintings .configure.dimensions.standard li {
    padding: 10px 10px 10px 10px;
    width: 108px;
    height: 20px;
    font-size: 1.2em;
    color: #1a1a1a;
    text-align: center;
    /* line-height: 18px; */
    font-weight: 400;
    display: inline-block;
    float: none;
}

.paintings .configure.dimensions.standard li:hover {
    background-color: #fafafa;
}
.paintings .configure.dimensions.standard li.active {
    color: #FFFFFF;
}

.paintings .techniques li.active .option_label , .paintings .looms li.active .option_label, .paintings .dimensions li.active{
    background-color: #52555c; /* FF3.6+ */   /* Chrome,Safari4+ */   /* Chrome10+,Safari5.1+ */   /* Opera 11.10+ */   /* IE10+ */   /* W3C */   /* IE6-9 */;
    /* text-shadow: 0 0 6px rgba(0,0,0,1); */
}

.product-view input.button.btn-cart {
    background: #ff975b no-repeat scroll 0 center;
    padding-left: 0;
    font-family: Roboto;
    font-size: 1.2em;
    color: #ffffff;
    font-weight: normal;
    /* box-shadow: 0 0px 3px rgba(0,0,0,0.4), inset 0 0 1px rgba(255,255,255,0.8); */    text-shadow: 0 1px 0px rgba(0,0,0,0.3);
    /* border-bottom: 3px solid #018282; */
    line-height: 40px;
    width: 100%;
    /* border-radius: 20px; */
    background: rgb(245,115,52); /* Old browsers */  background: -moz-linear-gradient(top,  rgba(245,115,52,1) 0%, rgba(254,140,57,1) 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,115,52,1)), color-stop(100%,rgba(254,140,57,1))); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(245,115,52,1) 0%,rgba(254,140,57,1) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(245,115,52,1) 0%,rgba(254,140,57,1) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(245,115,52,1) 0%,rgba(254,140,57,1) 100%); /* IE10+ */  background: linear-gradient(to bottom,  rgba(245,115,52,1) 0%,rgba(254,140,57,1) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57334', endColorstr='#fe8c39',GradientType=0 ); /* IE6-9 */;
}

.product-view .btn-cart:hover {
    background-color: #E58852 !important;
}

div.summary-box {
    padding: 0;
    border: none;
    background: transparent;
    width: 100%;
}

.addtocartcontainer {
    border: none;
    padding: 0 10px 0px;
    box-sizing: border-box;
    min-height: 0;
}
.addtocartcontainer .conf_header span{font-size: 13px;display: block;}

.addtocartcontainer li {
    color: #606060;
    /* margin-left: 15px; */
    font-size: 11px;
    line-height: 1.5em;
}

div.price-box-container {
    border: none;width: 100%;position: absolute;padding: 0 10px;box-sizing: border-box;top: 15px;left: 0px;
}
div.price-box-container  .price-info{width: 100%;box-sizing: border-box;overflow: hidden;}
div.price-box-container .base_label{width: 40%;text-align: left;margin: 0px;}
div.price-box-container .price-box{width: 60%;text-align: right;margin: 0px;}
div.price-box-container .discountprice{position: absolute;top: -10px;right: 10px;text-align: right;box-sizing: border-box;text-decoration: line-through;display: none;}

.product-view .price-box-container .discountprice .discountprice_label{display: none;}

.product-view .regular-price .price {
    color: #000;
    font-size: 1em;
    font-weight: 400;
}

.product-view .product-cart-container .regular-price .price {
    color: #3276dc;
    font-size: 1.7em;
    font-weight: 400;
}

.product-view .product-configuration .regular-price .price {
    color: #000;
    font-size: 1.3em;    font-weight: 400;
}

.paintings .configure.techniques ul, .paintings .configure.looms ul {
    max-height: 102px;
    /* overflow: hidden; */
    /* margin-bottom: 7px; */
    margin-left: 4px;
    width: 100%;
}

.paintings .configure.techniques ul:not(.active) li:nth-child(n+4), .paintings .configure.looms ul:not(.active) li:nth-child(n+4) {
    background-color: #f00;
    display: none !important;
}

.paintings .configure.techniques ul.active, .paintings .configure.looms ul.active {
    max-height: none;
}

.paintings .configure.dimensions.standard ul {
    height: 0;
    margin-bottom: 7px;
    overflow: hidden;
}
.paintings .configure.dimensions.standard ul.active, .paintings .configure.dimensions.standard.active ul {
    height: auto;
    /* padding-left: 12px; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    padding-top: 10px;
}

.paintings .configure {
    width: 100%;
    /* margin-bottom: 8px; */
    text-align: center;
}

.paintings .configure:first-of-type .conf_line {
    border-top: none;
    margin-top: 0;
}

.paintings .configure.dimensions.standard.active .show-more-container {
    display: none;
}

.paintings .configure .show-more-container {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}
.paintings .configure .show-more {
    /* text-decoration: underline; */
    font-size: 1em;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    color: #fff;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/paintings/arrow.png") no-repeat 10px 11px;
    font-weight: 400;
    background-color: rgba(0,0,0,0.3);
    padding: 4px 12px 4px 25px;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    display: inline-block;
    /* margin-top: 10px; */
    text-shadow: 0 1px 0px rgba(0,0,0,0.2);
}

.paintings .configure .show-more:hover {
    background-color: rgba(0,0,0,0.4);
}
.paintings .configure .show-more.active {
    background-position: 10px -22px;
}

.product-view .price-box {
    display: inline;
    float: left;
    margin: 0 0 0 4px;
    font-weight: normal;
    min-width: 50px;
    font-size: 1.3em;
}

.product-view .discountprice_label, .product-view .discount_label {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 29px;
}

.product-view .base_label, .product-view .discountprice_label, .product-view .discount_label {
    float: left;
    color: #606060;
    font-size: 1.15em;
    line-height: 2.6em;
    font-weight: 300;
}
.product-view .price-info.discount span {
    font-weight: normal;
}

span.ratings-rate {
    float: left;
}


.paintings .configure p {
    font-weight: bold;
    margin-bottom: 2px;
    color: #1a1a1a;
    font-size: 14px;
}
.paintings .configure .conf_line {
    font-weight: 400;
    margin-bottom: 0px;
    color: #1a1a1a;
    /* font-size: 1.2em; */
    line-height: 14px;
    text-align: center;
    float: none;
    /* margin-top: 4px; */
    padding-top: 7px;
    border-top: 1px dashed rgba(0,0,0,0.15);
    width: 100%;
    padding-bottom: 5px;
}

.paintings .configure .conf_line:first-of-type {
    /* border-top: none; */
}
.paintings .configure .conf_line h5 {
    font-weight: bold;
    margin: 0;
    color: #1a1a1a;
    font-size: 1.3em;
    font-weight: 400;
    display: inline;
}

.explanation-big {
    position: absolute;
    z-index: 1050;
    top: 95px !important;
    right: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.explanation-big p {
    font-size: 12px !important;
    font-weight: normal !important;
    height: 125px;
    left: 7px;
    line-height: 15px;
    margin: 10px !important;
    overflow: hidden;
    position: absolute;
    top: 51px;
    width: 285px;
}
.configure.looms .explanation-big p {
    font-size: 12px !important;
    font-weight: normal !important;
    height: 48px;
    left: 7px;
    line-height: 15px;
    margin: 10px !important;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: auto;
    width: 545px;
}
.loomsadverts {
    display: none;
    height: 60px;
    width: 100%;
}

div.product-view.paintings .configure .loomsadverts p {
    width: 130px;
    padding: 0 10px;
    position: absolute;
    margin-top: 140px;
    color: #898989;
    font-weight: normal;
}
div.product-view.paintings img.option_image {
    display: block;
    width: 132px;
    height: 49px;
    left: 50%;
    margin-left: -66px;
    position: relative;
}
div.product-view.paintings .techniques img.option_image {
    margin-top: -18px;
    position: relative;
}
div.product-view .additional-gallery-info, div.product-view .additional-product-category-info {
    width: 96% !important;
    margin-top: 10px !important;
    font-family: Roboto !important;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    padding: 2%;
    background-color: #fcfcfc;
}
div.product-view .additional-product-category-info {
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
}
div.product-view .additional-gallery-info ul {
    font-family: Roboto !important;
    font-size: 1em !important;
    line-height: 1.8em !important;
    font-size: 0.85em !important;
    /* font-weight: 300 !important; */
}

div.product-view .additional-gallery-info table td {
    width: 50% !important;
}
#additional-gallery-info-wallpapers {
    width: 96% !important;
    padding: 2%;
    /* float: right; */
    /* position: absolute; */
    /* right: 0; */
    /* height: 155px; */
    /* top: 401px; */
    margin-top: 0 !important;
}

#additional-gallery-info-wallpapers li {
    padding-left: 10px;
    position: relative;
    padding-top: 1px !important;
    line-height: 17px;
}

#additional-gallery-info-wallpapers li {}

#additional-gallery-info-wallpapers img {
    width: 10px;
    padding: 4px;
    position: absolute;
    left: -6px;
}
div.product-view.paintings div.product-media {
    height: auto;
}
div.product-view .product-cart-container{
    border-top: 1px dashed rgba(0,0,0,0.15);
    padding-top: 60px;
    position: relative;
}
div.product-view .price-tax-info {
    font-size: 11px;
    line-height: 10px;
    margin: -10px 0 0px 0;
    width: 100%;
    padding: 0;
    text-align: right;
    display: block;
    float: left;
    box-sizing: border-box;
}
div.product-view .price-tax-info-label {
    line-height: 16px;
    text-align: right;
    font-size: 11px;
    color: #4c4c4c;
    cursor: pointer;
    right: 0;
    bottom: -5px;
    width: 100%;
    display: block;
    font-weight: 300;
    text-decoration: none !important;
    padding: 0px !important;
}
div.product-view .price-tax-info-label u{display: inline-block;text-decoration: none !important;color: #4c4c4c !important;padding-right: 2px;}
div.product-view .price-tax-info-label a{display: inline-block;text-decoration: none !important;color: #008AFF !important;padding-left: 2px;}
div.product-view .price-tax-info-label a:hover{text-decoration: underline !important;}
div.product-view .price-tax-info-label span {
    font-size: 11px !important;
}
div.product-view.paintings .paintings-view-payment, div.product-view.wallpapers .wallpapers-view-payment {
    /* border: 1px solid #d1d1d1; */
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    background-color: #FFFFFF;
    margin-top: 31px;
    float: right;
}

div.product-view.paintings .product_descriptiontabs_tabs {
    width: 767px;
    margin-right: 11px;
    color: #1a1a1a;
}

div#wallpapers_descriptiontabs {
    width: 767px;
    margin-right: 11px;
    color: #1a1a1a;
}
.catalog_checkout-help {
    float: right!important;
    width: 205px;
    display: none;
}
#catalog_wallpapers_checkout-help {
    margin-left: 15px;
    display: none;
}

ul.accessories-list {
    max-height: 549px;
    overflow: hidden;
    display: block;
}

.tabContent .accessories-list {
    /* border-bottom: 1px solid #3075dc; */
    position: relative;
    top: 1px;
}

div.product-view.paintings .tabContainer {
    background-color: #FAFAFA;
}
div.product-view.paintings .descriptiontabs > li.active {
    background-color: #FAFAFA;
}
div.product-view.paintings .countdown_promo {
    position: absolute;
    right: 10px;
    top: 114px;
}
div.product-view.paintings .summary-box a {
    color: #3276dc;
}
.tabContainer .product-list-price {
    margin-top: 4px;
}
div.product-view.paintings .explanation-field-interaction {
    position: absolute;
    /* margin-left: 10px; */
    /* margin-top: 5px; */
    width: 100%;
    height: 90px;
    z-index: 5;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/blank.png') repeat;
}
.addtocartcontainer-accessories-list li {
    cursor: pointer;
    /* border: none; */
    /* min-height: 36px; */
}

.checkout-agreements-static {
    float: right;
    padding-left: 52px;
    font-size: 11px;
    width: 100%;
}
.checkout-agreements-static span{display: block;float: right;   width: 100%; max-width: 380px;}
div.product-view.paintings span.dimensions-slider-dimensions {
    /* float: left; */
    width: 110px;
    /* height: 20px; */
    line-height: 20px;
    /* background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/paintings/dimension_size.png') no-repeat 0 0 transparent; */
    margin: 0 auto;
    display: block;
    text-align: center;
    /* margin-top: -9px; */
    cursor: pointer;
    background-color: #52555c;
    padding: 5px 0;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    margin-bottom: 10px;
}
div.product-view.paintings span.dimensions-slider-dimensions.non-active {
    background-position: 0 -20px;
    background-color: #fff;
}
div.product-view.paintings span.dimensions-slider-dimensions h3 {
    margin: 0;
}
.tabContent ul.review-list li {
    padding: 5px 5px 5px 25px!important;
}
.tabContent ul.review-list li .review-container {
    width: 100%;
}
#product_descriptiontabs_comments .ratings {
    margin-bottom: 1px;
}
#product_descriptiontabs_comments .rating-box {
    top: 0;
}
#product_descriptiontabs_comments span.ratings-rate {
    line-height: 14px;
}
.tabsMain .no-rating {
    display: none;
}
body.catalog-product-view .product_of_the_day {
    height: 40px;
    margin-bottom: 17px;
    margin-top: -9px;
}
body.catalog-product-view .product_of_the_day .banner-bar {
    margin: 0 auto;
    float: none;
    position: relative;
    height: 40px;
}
body.catalog-product-view .product_of_the_day .banner_content {
    display: none;
}
body.catalog-product-view .product_of_the_day .banner-bar .close {
    height: 10px;
    width: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/x2.png') no-repeat transparent;
}
.product-view.paintings .catalog_checkout-shipping {
    float: right;
    clear: right;
    display: none;
}
.header-right .cart .subtotal a{
    color: #03c0c2;
}

.addtocartcontainer.customer-choices .conf_header{padding-left: 0px; margin-top: 5px;margin-bottom: 5px;}
.product-cart-container .chosen-accesories > p{margin: 0px;color:#4c4c4c;line-height: 1.4em;font-size: 0.85em;padding-left: 5px;}
.product-cart-container .new-accesory-list{box-sizing: border-box;padding: 0px 10px;width: 100%;font-size: 0.87em;}
.addtocartcontainer.customer-choices ul li{vertical-align: top;}
.addtocartcontainer.customer-choices ul li a{color:#3276dc;text-decoration: none !important;cursor: pointer;display: inline-block;vertical-align: -25%;}
.addtocartcontainer.customer-choices ul li a span{color:#3276dc;}
.addtocartcontainer.customer-choices .parts_list{display: none;}
.parts-toggler{cursor: pointer;}
.addtocartcontainer.customer-choices .parts-toggler:not(.active) .hideparts{display: none;}
.addtocartcontainer.customer-choices .parts-toggler.active .showparts{display: none;}
.product-cart-container .new-accesory-list p, .product-cart-container .new-accesory-list ul,
.product-cart-container .new-accesory-list ul li{display: inline;font-size: 11px;float: none;}
.product-cart-container .new-accesory-list ul li span{color: #a3a1a1;font-weight: 300;}
.new-accesory-list ul{padding: 0px!important; }
.cms-home .main {
    /*min-height: 1400px;*/
    /* padding-bottom: 1150px; */
}

div.home-main {
    /*    width: 130px;
        padding: 10px 30px;*/
    margin: 0;
    color: #000;
    font-size: 14px;

}

div.home-main.hover {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/arrow_cat_neq.png) no-repeat 93% 50% #5c5f64;
    color: #FFF;
    text-decoration: underline;
}

.home-main > a {
    color: #626262;
    display: block;
    width: 130px;
    padding: 9px 30px;
}

.home-main.hover > a, .home-main.hover li.home-subcat > a {
    color: #fff;
}

li.home-subcat {
    list-style: none;
    /*    width: 130px;
        padding: 10px 30px;*/
    margin: 0;
    color: #fff;
    float: left;
    font-size: 14px;
}

li.home-subcat > a {
    width: 143px;
    padding: 0 30px;
    display: block;
    overflow: hidden;
    line-height: 24px;
    font-family: Roboto;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #227271;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/menu_right_arrow.png') no-repeat 173px 50%;
}

li.home-subcat a:hover {
    text-decoration: underline;
    font-weight: bold;
}

ul.home-cat {
}

div.home-main.hover ul.home-cat, div.home-main.hover div.home-cat-banner {
    display:block;
}

.home-subcat.hidden-cat {
    display: none;
}

li.home-subcat.show-more-cat {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/arrow_down_neq.png) no-repeat 90% 50%, url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/show-more-back.png) repeat-x;
    text-align: center;
    background-color: #5c5f64;
    cursor: pointer;
    width: 160px;
    padding: 11px 30px;
}

li.home-subcat.show-less-cat {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/arrow_up_neq.png) no-repeat 90% 50%, url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/show-more-back.png) repeat-x;
    text-align: center;
    background-color: #5c5f64;
    cursor: pointer;
    width: 160px;
    padding: 11px 30px;
}

ul.home-cat {
    /* position: relative; */
    z-index: 1;
    float: left;
    padding-left: 0;
}

/*ul.home-cat.col-1 {
    left: 384px;
}*/

div.home-cat-banner {
    /* width: 100%; */
    /* height: 100%; */
}

.cms-home .home-top {
    min-height: 433px;
    background: #fff;
    position: absolute;
    top: 0px;
}

#home-cat-banner-cat-2246 {
    left:215px;
    width:810px;
}

ul.product-row-container {
    list-style: none;
}

.product-row-container li.item {
    float: left;
    border: 1px solid #d5d5d5;
    width: 107px;
    margin-right: 11px;
    margin-bottom: 10px;
    height: 187px;
    padding: 38px 12px 0 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #CCC;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.product-row-container li.item:last-child {
    margin-right: 0px;
}

.product-row-container a {
    color: #929292;
}

.product-row-container .bestseller {
    position: absolute;
    top: 8px;
    right: -3px;
    background: #03c0c2;
    color: #fff;
    padding: 2px 15px;
    border-radius: 4px;
}

ul.productrow-tabs {
    height: 37px;
    margin-left: 150px;
    margin-bottom: 9px;
}

ul.productrow-content {
    height: 1000px;
    overflow-x: hidden;
    padding: 0px;
}

div.productrow-container {
    margin-top: 4px;
    height: 275px;
    overflow-y: visible;
}

ul.product-row-container {
    padding: 0;
    width: 1000000px;
}

.productrow-container li {
    list-style: none;
}

.productrow-tabs li {
    float: left;
    border: 1px solid #d1d1d1;
    background: #fff;
    text-align: center;
    width: 235px;
    line-height: 35px;
    position: relative;
    border-right: 0;
    cursor: pointer;
}

.productrow-tabs li h4 {
    font-weight: normal;
    font-size: 13px;
    line-height: 35px;
    margin: 0;
    color: #656565;
}
.productrow-tabs li.active h4 {
    line-height: 34px;
    color: #000000;
}

.productrow-tabs li:last-child {
    border-right: 1px solid #d1d1d1;
}

.productrow-tabs li div.arrow {
    display: none;
    position: absolute;
    left: 101px;
    bottom: -11px;
    width: 25px;
    height: 15px;
}

.productrow-tabs li.active div.arrow {
    display: block;
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/arrow_down_active.png) no-repeat;
}

.product-row {
    position: relative;
    overflow: hidden;
    height: 238px;
}

.product-row > a {
    position: absolute;
    text-indent: -999em;
}

.product-row > a.left {
    left: 0;
    bottom: 113px;
    display: block;
    width: 40px;
    height: 68px;
    background: #fff url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/arrow_left_med.png)  center center no-repeat;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: rgba(0,0,0, 0.2) 0px 0 10px;
    opacity: 0.5;
}

.product-row > a.right {
    right: 0;
    bottom: 113px;
    display: block;
    width: 40px;
    height: 68px;
    background: #fff url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/arrow_right_med.png)  center center no-repeat;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: rgba(0,0,0, 0.2) 0px 0 10px;
    opacity: 0.5;
}

.product-row ul {
    margin: 0.5em 0;
}

.productrow-tabs li.active {
    border-bottom: 2px solid #52555c;
    line-height: 34px;
    color: #000;
}

.home_newproducts_container {
    width: 100%;
    overflow: hidden;
}

.home-artist .product {
    border: 1px solid #d5d5d5;
    float: right;
    background: #FFF;
    padding: 40px 10px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #CCC;
    width: 155px;
    margin-left: 25px;
    position: absolute;
    overflow: hidden;
    right: 10px;
    top: 0px;
}

.home-artist {
    border-bottom: 1px solid #959595;
    width: 480px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    position: relative;
}

.home-artist:nth-of-type(even) {
    margin-right: 0;
}

.home-artist img {
    margin-right: 10px;
}

.home-artist .artist-name {
    font-size: 20px;
    color: #03c0c4;
}

.home-artist .product .bestseller {
    position: absolute;
    top: 8px;
    right: -3px;
    background: #03c0c2;
    color: #fff;
    padding: 2px 15px;
    border-radius: 4px;
}

.home-artist p {
    padding-top: 10px;
    text-align: justify;
}

span.home-artist-title, div.home-brands-title {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    color: #7a7f82;
}
h3.home-artist-title, h5.home-brands-title {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    color: #7a7f82;
    font-weight: normal;
    line-height: 31px;
}

.home-artist-container {
    overflow: hidden;
    width: 1000px;
    margin-top: 20px;
    border-top: 1px solid #8f8f8f;
    padding-top: 15px;
    position: absolute;
    bottom: 450px;
}

.home-brands {
    margin: 20px 0;
    width: 1000px;
    border-top: 1px solid #8f8f8f;
    padding-top: 15px;
}

.home_products {
    position: absolute;
    bottom: 0px;
}

.home_products div {
    width: 300px;
    float: left;
    margin: 10px 43px 10px 0;
}

.home_products p {
    text-align: justify;
    margin-top: 30px;
}

.home_products span.title {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    color: #7a7f82;
}

.product-row-container .price-container {
    position: absolute;
    bottom: 0;
}

.product-row-container .price-box {
    float: left;
}

.product-row-container .price-box .regular-price .price{
    color: #3075dc;
    font-weight: normal;
}

.product-row-container .price-box .price {
    font-size: 14px;
}
.get-inspired a{display: block;margin-bottom: 20px;}
.get-inspired img{width: 100%;}
.header {
    text-align: left;
    /* height: 120px; */
}

.checkout .header > img {
    height: 75px;
}

.cat-top h5 {
    /* display: inline; */
    float: left;
    clear: both;
    /* width: 100%; */
    /* clear: both; */
    font-size: 1.2em;
    font-weight: 700;
    /* border-bottom: 1px dotted rgba(0,0,0,0.2); */
    margin-bottom: 3px;
    /* text-decoration: underline; */
    position: absolute;
    /* top: 5px; */
    left: 0;
    /* border-bottom: 1px dotted rgba(0,0,0,0.1); */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}

.empty h5 {
    position: relative;
    border-bottom: none;
}

.cat-top h5 a {
    padding: 8px 0 6px;
    /* text-decoration: underline; */
    display: block;
    padding: 16px 0 5px 25px !important;
}

.cat-top h4 {
    color: #000 !important;
}

.cat-top > ul > li > ul {
    display: block;
    height: 100%;
    /* width: 214px; */
    /* max-width: 369px; */
    float: left;
    /* clear: right; */
    /* margin-top: 1px; */
    /* overflow: hidden; */
    /* box-shadow: 0 0 5px rgba(0,0,0,0.1); */
    /* position: relative; */
    /* z-index: 44; */
}

.cat-top ul li ul li ul {
    width: 250px;
    float: left;
    /* clear: both; */
    /* display: inline-block; */
    /* vertical-align: top; */
    margin-top: 50px;
}

.cat-top > ul {
    position: absolute;
    background-color: #fff;
    display: none;
    left: 0;
    height: 335px;
    overflow: hidden;
    float: left;
    z-index: 0;
    /* box-shadow: 0 5px 5px rgba(0,0,0,0.1); */
    background-image: url('//shark.bimago.com/artgeist2/home_page/polish/Bestsellers.jpg');
    background-repeat: no-repeat;
    background-position-y: 1px;
    background-color: transparent;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);  -moz-box-shadow:    0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.cat-top.hover > ul {
    display:  block;
    width: 1000px;
    /* -webkit-box-shadow: inset 0px 10px 3px -10px rgba(0,0,0,0.6); */
    /* box-shadow: inset 0px 10px 3px -10px rgba(0,0,0,0.6); */
    /* word-break: normal; */
    /* text-align: left; */ /* Chrome, Safari, Opera */       /* Firefox */;
    float: left;
}

.cat-top.hover > ul a {
    color: #444;
}

ul {}

.cat-top > ul > li {
    /* display: inline-block; */
    /* float: none !important; */
    /* clear: both; */
    /* min-width: 185px; */
    /* margin-left: 15px; */
    /* height: 315px; */
    /* overflow: hidden; */
    /* clear: left; */
    width: auto;
    position: relative;
    height: 100%;
    z-index: 0;
}

.cat-top > ul > li.empty {
    /* clear: left; */
    /* height: 20px; */
    /* display: inline-block; */
    /* white-space: pre-wrap; */
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
}

.cat-top > ul > ul >li {
    float: left;
    clear: both;
}
.cat-top > h2{
    height:  42px;
    line-height: 42px;
    display: block;
    color: #f1f1f1;
    z-index: 100;
    position: relative;
    margin: 0px !important;
    font-size: 13px;
    text-decoration: none;
}
.cat-top > h2 > a {
    height:  42px;
    line-height: 42px;
    display: block;
    padding: 0px 15px;
    color: #f1f1f1;
    z-index: 100;
    position: relative;
    text-decoration: none !important;
}

.cat-top.hover > h2 > a {
    background-color: #f1f1f1;
    color: #444;
    text-decoration: none;
}

.header-menu a.logo {
    height: 27px;
    float: left;
    display: block;
    padding: 9px 15px 0 15px;
    /* width: 75px; */
    overflow: hidden;
    margin-left: -107px;
    transition: margin-left.25s ease-in-out;
    -moz-transition: margin-left .25s ease-in-out;
    -webkit-transition: margin-left .25s ease-in-out;
}

.sticky .header-menu a.logo {
    margin-left: 0;
}

.header-menu a.logo img {
    height: 100%;
    /* padding: 1% 0; */
    /* width: 100%; */
}

.cat-bottom .home-cat {
    width:  203px;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 16px;
}

.cat-bottom .home-cat label {
    position: absolute;
    left: 30px;
    font-size: 15px;
    color:  #4c4c4c;
    font-weight: bold;
    top: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oneline-cat-name {
    padding: 0 15px;
    border-left: 0 none;
    height:  22px;
    line-height:  22px;
    margin-top: 10px;
    display: block;
    font-size:  14px;
    color: #f1f2f4;
    font-family: Roboto;
    cursor: pointer;
}

.menu-list-oneline li.active .oneline-cat-name {
    color: #54555a;
}

.menu-list-oneline li.active {
    background-color: #f2f2f2;
}

.cat-middle .oneline-cat-name {
    color: #227271;
    border-left:  1px solid #cccccc;
}

.cat-middle .menu-list-oneline li:hover .oneline-cat-name {
    color: #54555a;
}

.cat-middle .menu-list-oneline li:hover .oneline-cat-name {}

.oneline-cat-name:hover {
    text-decoration:  none;
}

.menu-list-oneline li:first-child .oneline-cat-name {
    border-left: 0 none;
}

.header-menu .menu-list-oneline li {
    /* height: 200px; */
    float:  left;
}

.empty .li {
    padding: 0 !important;
}

li.empty ul li {
    height: auto !important;
    clear: both;
    padding: 0 !important;
}

.cat-top > ul > li > ul > li {
    /* height: 100%; */
    display: block;
    overflow: hidden;
    height: 100%;
    /* vertical-align: top; */
    /* width: 185px; */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    /* max-width: 370px; */
    /* width: 185px; */
    /* top: 20px; */
    position: relative;
}

.cat-top > ul > li > ul > li:nth-child(even) {
    /* background-color: rgba(255,255,255,0.6); */
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    /* position: relative; */
    /* z-index: 40; */
}

.cat-top > ul > li.empty > ul > li:nth-child(even) {
    background-color: transparent;
    box-shadow: none;
}

.cat-top > ul > li > ul > li.title {
    height: auto;
}

.cat-top ul li ul li a {
    float: left;
    /* clear: both; */
    width: 225px;
    padding: 4px 0 4px 25px;
    display: block;
    font-size: 1em;
    line-height: 18px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.cat-top ul li ul li a:hover {
    /* background-color: rgba(0,0,0,0.3); */
}

.cat-middle {
    width: 1000px;
    height:  42px;
    position:  absolute;
    bottom: -42px;
    z-index:  1;
    display: none !important;
    overflow: hidden;
    margin-left: -30px;
    padding-left: 30px;
}

.cat-middle.active {
    display:  block;
}
.header-container {
    height: auto;
    background: #52555c;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
}

.header-container.sticky {
    position: fixed;
    height: 42px;
}

#nav {
    width: 190px;
    height: 40px;
    overflow: hidden;
    margin: initial;
    float: left;
}

#search_form#search_form {
    width: 367px;
    height: 40px;
    /* border-top: 1px solid #292a2e; */
    /* border-left: rgba(0,0,0,0.6); */
    margin: 1px 0;
}

#search_form #search_button {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/search_icon.png") no-repeat scroll 50% 50% #3276dc;
    color: transparent;
    /* border-bottom: 3px solid #215084; */
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.15), inset 0 0 1px rgba(255,255,255,0.2); */
    cursor: pointer;
}

input#search_button:hover {
    background-color: #357DE8 !important;
}

#search_form #search_phrase {
    height: 42px;
    width: 272px;
    /* border-top: 1px solid #38393d; */
    /* border-left: 1px solid #38393d; */
    background-color: #3f4045;
    padding-right: 34px;
    color: #FFFFFF;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0, 0.3);
    font-family: Roboto;
}
#search_form #search_phrase:focus {
    color: #FFFFFF;
}
#search_form #search_phrase::-webkit-input-placeholder { /* WebKit browsers */
    color: #FFFFFF;
}
#search_form #search_phrase:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
    opacity: 1;
}
#search_form #search_phrase::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
}
#search_form #search_phrase:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #FFFFFF;
}

#search_form input {
    border: 0;
    line-height: 25px;
    float: left;
    padding-left: 17px;
}

::-webkit-input-placeholder {
    color: #000;
    font-size: 15px;
}

:-moz-placeholder {
    color: #000;
    font-size: 15px;
}

::-moz-placeholder{
    color: #000;
    font-size: 15px;
}

:-ms-input-placeholder {
    color: #000;
    font-size: 15px;
}

div.header .cart {
    float: right;
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/cart/cart_icon.png) no-repeat 0 50%;
    padding-left: 30px;
    margin: 0 0 0 8px;
    clear: none;
}

div.header .cart .subtotal span {
    clear: both;
    color: #FFF;
    width: 150px;
}

.header-bottom-container .header-left {
    float: left;
    width: 630px;
    height:  100%;
}
.header-bottom-container .header-right {
    float: right;
    margin-top: -1px;
    /* border: 1px solid #878787; */
    border-right: 0 none;
    height: 41px;
    width: 368px;
}

.header-top-container .header-right {
    float: left;
    width: 405px;
    height: 100%;
}

.header-top-container {
    height: auto;
    margin-bottom: 11px;
    overflow: hidden;
}

.sticky .header-top-container {
    display: none;
}

.header-bottom-container {
    height: 42px;
    position:  relative;
    /* overflow-x: hidden; */
}

.header-center {
    float: left;
    width: 190px;
    margin: 0;
    height: 100%;
}

.header-advantages {
    height: 100%;
    float: left;
    width: 405px;
}

.header-container-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #3a3b3f;
    border-bottom: 1px solid #737373;
    left: 0;
    top: 86px;
}

.sticky .header-container-line {
    display: none;
}

.header-all-categories {
    bottom: 0px;
    background: #3176c4 url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/categories-icon.png) no-repeat 162px 50%;
    color: #fff;
    height: 34px;
    line-height: 34px;
    width: 175px;
    text-align: center;
    font-size: 15px;
    padding-right: 15px;
}

.cms-home .header-all-categories {
    padding-right: 0;
    width: 190px;
    background: #3176c4;
    bottom: -5px;
    height: 100%;
    line-height: 40px;
}

.header-faq {
    position: absolute;
    top: 25px;
}

.header-faq span {
    float: left;
    clear: both;
    color: #fff;
    padding-left: 25px;
}

.header-faq .faq {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/bubble.png) no-repeat 0 50%;
}

.header-faq .email {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/envelope.png) no-repeat 0 50%;
}

.header-faq .phone {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/phone.png) no-repeat 0 50%;
}

.header-premium span {
    float: right;
    clear: both;
    color: #fff;
    padding-right: 25px;
}

.header-premium a {
    color: #FFF;
}

span.premium-club {
    border-bottom: 1px solid #01c1c4;
    padding: 0 5px 5px 5px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.header-premium .voucher, .header-premium .addtobookmarks {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/arrow-right.png) no-repeat 100% 50%;
}

.cat-top {
    /* position: absolute; */
    /* top: 135px; */
    /* display: none; */
    /* background: #fff; */
    /* height: 330px; */
    /* box-shadow: 0px 0px 10px; */
    overflow: hidden;
    font-family:  Roboto;
}

.cat-top ul .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255,255,255,0.9); */
    background: linear-gradient(to bottom, #f1f1f1 0%,rgba(0,0,0,0) 40%);
    box-shadow: 0 0;
    z-index: -1;
}

.cat-top.open {
    display: block;
}

.cat-main {
    /*width: 150px;*/
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/arrow_cat.png) no-repeat 93% 50% #fff;
    /*padding: 5px 20px;*/
}


.cat-main > a {
    color: #5c5f64;
    padding: 5px 20px;
    width: 150px;
    display: block;
}

ul.cat-cat {
    position: absolute;
    left: 190px;
    top: 0;
    background: #5c5f64;
    box-shadow: 0px 0px 10px;
    z-index: 10;
    height: 330px;
}

li.cat-subcat {
    /*    width: 150px;
        padding: 5px 20px;*/
}

li.cat-subcat:hover {
    font-weight: bold;
}

li.cat-subcat a {
    color: #FFF;
    display: block;
    width: 150px;
    padding: 5px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cat-main .cat-col1 {
    left: 190px;
    height: 330px;
}

.cat-main .cat-col2 {
    left: 380px;
    height: 330px;
}

.cat-main .cat-col3 {
    left: 570px;
    height: 330px;
}

.cat-main ul.cat-cat, .cat-main .top-cat-banner {
    display: none;
}

.cat-main.hover ul.cat-cat, .cat-main.hover .top-cat-banner {
    display: block;
}

.cat-main.hover {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/arrow_cat_neq.png) no-repeat 93% 50% #5c5f64;
}

.cat-main.hover > a{
    color: #fff;
    font-weight: bold;
    display: block;
}

div.first-flag {
    float: left;
    height: 16px;
    margin-left: 15px;
    margin-top: 2px;
    width: 16px;
    padding: 0 15px 0 8px;
    color: #fff;
    background: #52555c url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/arrow-down.png) no-repeat 95% 50%;
    line-height: 16px;
    border: 1px solid transparent;
}

div.first-flag.active {
    border: 1px solid #D9D9D9;
    border-bottom: 1px solid #52555c;
    z-index: 21;
    position: relative;
    background-image: none;
    box-shadow: 0px -5px 10px #444;
    padding: 4px 8px;
}

.language-switcher li, .language-switcher li a {
    float: none;
    color: #fff;
    width: auto;
    margin: 0;
    display: block;
    height: auto;
}

.language-switcher li a {
    padding: 4px 8px;
}

.language-switcher li a:hover {
    background: #3176c4;
    text-decoration: none;
}

ul.language-switcher {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    width: 32px;
    position: absolute;
    padding: 4px 0 5px;
    background: #52555c;
    z-index: 1020;
    display: none;
    box-shadow: 0px 0px 10px #333;
}
.top-cat-banner {
    position: absolute;
    background: #5c5f64;
    top: 0;
    height: 330px;
    width: 190px;
    left: 190px;
    box-shadow: 0px 0px 10px;
    z-index: 10;
}
#search_form {
    position: relative;
}
#span_clear_search {
    position: absolute;
    top: 11px;
    right: 50px;
    background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/clear.png);
    background-size: 100%;
    cursor: pointer;
    width: 19px;
    height: 19px;
}
.loading #span_clear_search {
    background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/ajax-loader.gif);
}
.searchContainer {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 25px;
    padding: 0 4px;
    width: 992px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: rgba(49,118,196) !important;
    background-color: rgba(49,118,196,0.9) !important;
}
.searchContainer {

}
.pagerContainer .pager{
    float: none;
    width: auto;
    text-align: center;
}
.pagerContainer .pager .pages {
    width: auto;
    margin: 0;

}
.pagerContainer .pager .pages li {
    display: inline-block;
    float: none;
    color: #fff;
    cursor: pointer;
}
.pagerContainer .pager .pages li.active {
    font-weight: bold;
}
.pagerContainer .pager .pages li:hover {
    text-decoration: underline;
}
.pagerContainer .pager .pages li.first {
    text-indent: -999em;
    background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/first.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.pagerContainer .pager .pages li.last {
    text-indent: -999em;
    background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/last.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.header-backlink p.back-link {
    position: absolute;
    bottom: -41px;
    right: 25px;
}
.header-backlink p.back-link a {
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/back-arrow.png');
    border-color: transparent;
    color: #01608e;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 1em;
    padding-left: 30px;
    position: relative;
    top: 3px;
    color: #fff !important;
    text-decoration: underline;
    height: 20px;
    display: inline-block;
    line-height: 20px;
}
.top-cat-banner {
    position: absolute;
    background: #5c5f64;
    top: 0;
    height: 330px;
    width: 190px;
    left: 190px;
    box-shadow: 0px 0px 10px;
    z-index: 10;
}

.header-top-right ul {
    height: 22px;
    line-height: 22px;
    float: right;
    padding: 0!important;
}
.header-top-right ul li {
    padding-right: 25px!important;
    border-right: 1px solid #808080;
}
.header-top-right ul li.my-account {
    padding-right: 8px!important;
}
.header-top-right ul li a {
    color: #FFFFFF!important;
}
.header-top-right ul li.my-account, .header-top-right ul li.login, .header-top-right ul li.logout{
    padding: 0 10px 0 !important;
    background: none !important;
}
.header-top-right ul li.my-account a,
.header-top-right ul li.login a{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/acountIco.png') no-repeat center left;
    padding-left: 26px;
}
.header-top-right ul li.logout a{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/header/exit.png') no-repeat center left;
    padding-left: 22px;
}
.header-menu {
    height: 100%;
    float: left;
    width:  630px;
    overflow: hidden;
}
.header-menu .menu-list-oneline {
    overflow: hidden;
    height: 100%;
    /* width: 100%; */
    float: left;
}

.header-menu>.menu-list-oneline {
    padding-left: 30px;
    margin-left: -30px;
}

.header-menu .cat-middle .menu-list-oneline {
    width:  100%;
    display: none;
}
.header-menu .cat-middle ul {
    /* display: none; */
    background-color:  #f2f2f2;
}

.header-menu .cat-middle ul.active {
    display: block;
}
.header-menu .cat-bottom {
    display: none;
    width: 1000px;
    height: 307px;
    z-index: 1;
    position: absolute;
    padding: 0 30px 30px;
    top: 42px;
    margin-left: -30px;
}

.header-menu .cat-middle.cat-bottom {
    top: 42px;
}

.header-menu .cat-bottom.active {
    display: block;
}

.header-menu .cat-bottom .background {
    height:  100%;
    float: left;
    z-index: 1;
    position:  relative;
    background-color: rgba(255,255,255,0.95);
}

.header-menu .cat-bottom .category-pointer {
    position: absolute;
    top: -9px;
    left: 50px;
    width:  17px;
    height: 9px;
    z-index: 10;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/menu_top_arrow.png') no-repeat;
}

.header-menu .cat-bottom .show-category {
    position: absolute;
    z-index: 1;
    bottom: 37px;
    display: block;
    color: #FFFFFF;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/white_arrow_right.png') no-repeat 90% center transparent;
    padding: 4px 40px 4px 37px;
    right: 135px;
    font-family: Roboto;
    border: 2px solid #FFFFFF;
}

.cat-bottom .home-cat-banner {
    position: absolute;
    left: 0;
    width:  968px;
    height: 275px;
    margin: 15px;
}

.cat-bottom .home-cat-banner img {
    width:  100%;
    height: 100%;
}

.cat-bottom .home-cat-banner a {
    width:  100%;
    display: block;
    height: 100%;
}

.cat-bottom .home-cat-banner a img {
    width: 100%;
    height:  100%;
}

.header-menu .cat-bottom>div {
    height: 305px;
    display: block;
    /* width: 300px; */
    border:  1px solid #b3b3b3;
    position: relative;
    background-color:  #ffffff;
    float: left;
}

.header-menu .cat-bottom>div.active {
    display: block;
}

.cms-home .home-top {
    display: none;
}

.cookies_box {
    padding: 5px;
    background: #f2f2f2;
    font-family: Roboto;
    font-weight: lighter;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 10pt;
    color: #000000;
    display: none;
    box-sizing: border-box;
}
.cookies_box span {
    display: inline-block;
    text-align: left;
}
.cookies_box a {
    text-decoration: none;
    color: #035d5e;
}
.cookies_box a.button {
    color: #FFFFFF;
    background: none #3276dc;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    line-height: 28px;
    font-weight: normal;
}
.cookies_box a.button:active {
    margin-left: 1px;
}

.footer div.links {
    width: auto;
    background: none;
    padding: 20px 0; 
}

.footer-newsletter {
    position: static;
    width: 390px;
    float: left;
    background:  #52555c;
    border: 0;
    height: auto;
}

.footer-container {
    background: #52555c;
    padding: 0;
    margin: 0;
    padding-top: 1px;
}

.footer {
    background: #52555c;
    padding-bottom: 15px;
    border-top: none;
    padding-top: 10px !important;
}

.footer li {
    font-size: 14px;
}

.footer a, .footer-bottom-container a {
    color: #d4d8db;
}

div.footer-newsletter p, div.footer-cms p {
    color: #d4d8db;
    font-size: 13px;
    width: 210px;
    clear: both;
    text-align: left;
}

.footer-cms-links {
    float: left;
}

div.footer-newsletter div.newsletter {
    background: none;
    margin-left: 0px;
}

div.footer-newsletter div.newsletter .input-box > input {
    width: 180px;
    float: left;
    border-right: 0;
    clear: both;
    border: 0;
    padding: 4px 15px;
    height: 22px;
}

div.footer-newsletter div.newsletter a.button {
    width: 32px;
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/arrow-right.png) no-repeat 100% 50%;
    min-width: initial;
    float: left;
    overflow: hidden;
    font-size: 30px;
    border: 0;
    padding: 0;
    height: 31px;
    position: relative;
    top: -1px;
}

div.footer-newsletter div.newsletter label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 0;
    color: #d4d8db;
    float: left;
    padding: 0 0px 13px 0;
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/envelope.png) no-repeat 100% 16px;
    margin-right: 8px;
}

.footer-cms-links ul  {
    width: 270px;
}

.footer-bottom-container .copyright {
    color: #b3b4b8;
    display: block;
    overflow: hidden;
    clear: both;
    padding-top: 15px;
    border-top: 1px solid #6e7176;
}

.footer-upper-links {
    display: block;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding-top: 18px;
}

.footer-upper-links ul {
    float: left;
    width: 286px;
    text-align: left;
    color: #d4d8db;
    padding: 0 35px;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
}

.footer-upper-links ul:first-of-type {
    padding-left: 0;
    border-left: 0;
}

.footer-upper-links ul:last-child {
    padding-right: 0;
    border-right: 0;
}

.footer-upper-links ul > li {
    line-height: 18px;
    font-size: 13px;
}

.footer-upper-links > .footer-title {
    color: #d4d8db;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: normal;
    text-decoration: none;
}

div.footer-newsletter div.newsletter label.newsletter-header,
div.footer-cms label.footer-header
{
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    background: none;
    clear: both;
    margin-bottom: 10px;
    color: #d4d8db;
    display: block;
}

div.footer-newsletter div.newsletter label.newsletter-email {
    background: none;
}

.footer-cms {
    float: left;
    width: 292px;
    padding: 0px 27px 0 0;
    border-right: 1px dashed #229598;
    text-align: left;
}

.footer {
    padding: 0px 0 0px;
    width: 1000px;
}

.footer-cms span.footer-phone {
    color: #d4d8db;
    font-size: 17px;
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/phone_icon.png) no-repeat 0 50%;
    padding: 15px 0 15px 32px;
    display: block;
    width: 180px;
    text-align: left;
    margin-left: 45px;
}

.footer-cms.footer-newsletter {
    border: 0;
    padding: 0px 0 0 31px;
}

.footer-cms.footer-cms-trusted {
    padding: 0 32px;
    text-align: center;
}

.footer-cms-bottom li {
    float: left;
    width: 164px;
    padding: 2px 0;
}

.footer-bottom-container {
    background: #464950;
    padding: 10px;
/* overflow: hidden; */
}

.footer-cms-bottom {
    text-align: left;
    padding: 20px 0;
    overflow: hidden;
    margin: 0 auto;
    width: 1000px;
}

div.footer-newsletter p.small {
    font-size: 10px;
}
ul.accessories-list img {
    float: left;
    box-shadow: 0 0 1px #aaa;
}

.tabContent ul.accessories-list li {
    width: 195px;
    clear: none !important;
    height: 215px;
}

ul.accessories-list div.accessories-price {
    font-size: 15px;
    position: absolute;
    left: 130px;
    top: 68px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
}

ul.accessories-list div.accessories-addtocart {
    background: #3176c4;
    color: #fff;
    text-align: center;
    width: 195px;
    margin-top: 5px;
    padding: 3px 0;
    /* border-bottom: 2px solid #56c4a1; */
    font-size: 14px;
    font-family: Arial;
    position: absolute;
    bottom: 0px;
    border-radius: 15px;
}

ul.accessories-list div.accessories-addtocart.checked {
    background: #a6a6a6;
    border-bottom: 2px solid #c4c4c4;
}

div.accessories-addtocart .remove, div.accessories-addtocart .add {
    width: 100%;
    cursor: pointer;
}

div.accessories-addtocart .remove:before, div.accessories-addtocart .add:before {
    content: "+";
    margin-right: 10px;
    font-size: 20px;
    line-height: 16px;
    /* height: 14px; */
    position: relative;
    top: 3px;
}

div.accessories-addtocart .remove:before {
    content: "-";
    top: 1px;
}

div.accessories-addtocart .remove{
    display: none;
}

div.accessories-addtocart.checked .remove {
    display: block;
}

div.accessories-addtocart.checked .add{
    display: none;
}

span.accessories-description {
    /*float: left;*/
    display: block;
    line-height: 12px;
    font-size: 12px;
    color: #616161;
    text-align: justify;
    max-width: 197px;
}

ul.accessories-list span.accessories-name {
    color: #1a1a1a;
    font-size: 13px;
    position: relative;
    margin-left: 0;
}

span.accessories-offer {
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 4px;
    display: block;
}

ul.accessories-list .accessories-qty select {
    padding-right: 1px;
    text-align: right;
    width: 43px;
    margin-left: 5px;
    cursor: pointer;
}

ul.accessories-list .accessories-qty label {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 25px;
    height: 20px;
    cursor: default;
}
.handle {
    border: 1px solid #3176c4;
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/arrow_down.png) no-repeat #3176c4 99% 49%;
    color: #FFFFFF;
    font-size: 13px;
    position: absolute;
    left: 50%;
    float: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 1px 20px 5px 10px;
    height: 11px;
    bottom: -20px;
    line-height: 11px;
    cursor: pointer;
    margin-left: -25px;
    overflow: hidden;
}

.handle.open span.open {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/product/arrow_up.png) no-repeat #3275dd 99% 49%;
}

.accessories-list.open {
    max-height: none;
}

.handle span {
    display: block;
    line-height: 15px;
}

.handle.open span.open {
    display: none;
}

.paintings .addtocartcontainer-accessories-list li:before {
    /* content: "- "; */
}

.checked span.accessories-offer {
    color: #03c0c2;
}

ul.accessories-list li .bestseller {
    position: absolute;
    top: -20px;
    left: 25px;
    background: #03c0c2;
    color: #fff;
    padding: 0px 15px;
    border-radius: 16px;
    min-width: 30px;
}

.accessories-discount-price {
    font-size: 17px;
    position: absolute;
    left: 130px;
    top: 45px;
    font-weight: normal;
    color: #4c4c4c;
    text-decoration: line-through;
}
ul.accessories-list .accessories-text textarea.error {
    border: 1px solid red;
    color: #2F2F2F;
    font-weight: normal;
}
ul.accessories-list .text-type .accessories-check-container {
    height: 65px;
}
ul.accessories-list .text-type .accessories-text {
    height: 33px;
    margin-top: 4px;
    width: 197px;
}

ul.accessories-list .text-type div.accessories-text textarea {
    width: 100%;
    height: 30px;
    padding: 0;
}
/* banner.phtml */
.catalog-category-view .main {
    padding: 1px 25px 50px;
}
.col-main { font-family: 'Roboto', sans-serif; }

.menu-container {
}

.categorybanner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
}

.no-results .categorybanner {
    display: none;
}

.right-category-column .product_of_the_day {
    overflow: hidden;
    padding-bottom: 70px;
}

.cms-mode .product_of_the_day {
    padding-bottom: 0;
}

.no-results .product_of_the_day {
    display: none;
}

.category-sidebar ul li {
    width: 100%;
    float: left;
}

.category-sidebar .menu-container {
    width: 98%;
    position:  absolute;
    top: 180px;
    left: 10px;
    /* background-color: rgba(255,255,255, 0.3); */
}
.right-category-column .breadcrumbs {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #fff;
    z-index: 10;
}

.no-results .right-category-column .breadcrumbs {
    display: none;
}
.right-category-column .breadcrumbs li a,
.right-category-column .breadcrumbs li h2,
.right-category-column .breadcrumbs li h3
{
    color: #fff;
    font-size: 1.1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
}

.right-category-column .breadcrumbs h2 {
    font-style: italic;
}
.right-category-column .breadcrumbs li > span {
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/breadcrumbs-arrow-white.png") no-repeat scroll 50% 50% transparent;
}
.product_of_the_day .banner-bar {
    width: 100%;
    height: 335px;
    float: left;
    background-size: 100% auto;
}
.product_of_the_day .banner-bar .left-side {
    width: 469px;
    height: 40px;
    float: left;
    display: none;
}
.product_of_the_day .banner-bar .right-side {
    border-left: 1px dashed rgba(255, 255, 255, 0.4);
    width: 328px;
    height: 40px;
    float: left;
    display: none;
}
.product_of_the_day .banner_content {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 20px;
    display: none;
}
.product_of_the_day .banner_content .slider_control {
    -webkit-border-bottom-right-radius: 19px;
    -webkit-border-bottom-left-radius: 19px;
    -moz-border-radius-bottomright: 19px;
    -moz-border-radius-bottomleft: 19px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
    width: 37px;
    height: 19px;
    left: 216px;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
    position: absolute;
}
.product_of_the_day .banner_content .slider_control span {
    display: inline-block;
    width: 13px;
    height: 10px;
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/23.png');
    background-repeat: no-repeat;
}
.product_of_the_day .banner_content .hidden_content {
    background-color: #fff;
    height: 50px;
    width: 469px;
    display: none;
    position: relative;
    overflow: hidden;
}
.product_of_the_day .banner_content .hidden_content h5 {
    font-weight: normal;
    padding: 13px 0 10px 52px;
    margin: 0;
    font-size: 1.05em;
}
.product_of_the_day .banner_content .hidden_content .product_image {
    border: 1px solid #ebebeb;
    margin-left: 105px;
    float: left;
    clear: left;
    margin-bottom: 25px;
}
.product_of_the_day .banner_content .hidden_content .product_name {
    float: left;
    clear: right;
    padding-left: 23px;
    width: 200px;
    color: #929292;
}
.product_of_the_day .banner_content .hidden_content .product_price {
    padding: 3px 0 15px;
    float: left;
    clear: right;
    padding-left: 23px;
    width: 200px;
    font-size: 1.1em;
    color: #305fc9;
}
.product_of_the_day .banner_content .hidden_content .product_link {
    float: left;
    clear: right;
    padding-left: 23px;
    width: 200px;
    color: #4c4c4c;
    font-size: 1.1em;
}
.product_of_the_day .date {
    padding-left: 160px;
    padding-top: 2px;
}
.product_of_the_day .date span {
    padding-right: 14px;
    font-size: 1.3em;
}

/* view.phtml */

body {
    font-family: Tahoma, Verdana, Arial;
}

.category-level-3 .product_of_the_day {
    padding-bottom: 70px;
}

.category-level-3 .product_of_the_day {}

.category-sidebar .menu-container ul {
    width: 20%;
    float: left;
}
.col-main {
    float: left;
}
.right-category-column {
    clear: none;
    padding: 0px 0 90px 0;
    background-color: transparent;
    border-width: 0;
    width: 100%;
    float: right;
    position: relative;
}

.right-category-column.similar {
    margin: 10px 0;
    padding: 0;
}

.cms-mode .right-category-column {
    padding: 0 0 10px 0;
}
.right-category-column.top100 {
    padding: 0 0 15px 0;
}
.search .right-category-column {
    padding: 0 0 150px 6px;
}

.no-results .right-category-column {
    padding: 0 !important;
}
.resultsContainer .category-products {
    width: 975px !important;
    float: none;
    margin: 5px auto;
}
.right-category-column .breadcrumbs li a {
    text-decoration: underline;
}
.right-category-column .breadcrumbs li:last-child a {
    text-decoration: none;
}
.right-category-column .breadcrumbs li a:hover {
    text-decoration: none;
}
.right-category-column .page-title.category-title h1 {
    float: left;
    padding-right: 10px;
    color: #000;
    font-size: 2.5em;
}
.right-category-column .page-title.category-title span {
    line-height: 36px;
    color: #5e5e5e;
    font-size: 1.1em;
}
/*.search .category-products {
    width: 1021px;
}*/
.category-products {
    clear: none;
    padding: 0 !important;
    background-color: transparent !important;
    border-width: 0 !important;
    width: 100%;
    margin-left: -6px;
    float: right;
    overflow: visible;
}
.category-products.product-row {
    float: none;
    width: auto;
    margin: 5px 0;
}
/*.category-products.search {
    width: 1021px;
    padding: 10px 0 0 0 !important;
    z-index: 999;
    margin-left: 0;
}*/
.category-products .toolbar .sorter {
    border-width: 0;
    line-height: 30px;
    display: none;
}
.category-products .toolbar .sorter label {
    font-size: 1.1em;
}
.category-products .toolbar .sorter select {
    padding: 2px !important;
}
.category-products .toolbar .sorter .view-mode {
    left: 50px;
    background-position: center center;
}
/*.search .category-products .toolbar .sorter .view-mode {
    left: 245px;
}*/
.category-products .toolbar .sorter .view-mode .view-mode-label {
    margin-right: 8px;
}
.category-products .toolbar .pager {
    border-width: 0;
}
.category-products .toolbar .pager .pages{
    margin: 0;
}
.category-products .toolbar .pager .pages ol li {
    width: auto;
    /* padding: 0px 4px; */
}
.category-products .toolbar .pager .pages ol li a {
    color: #237171;
    font-weight: normal;
    padding: 0px 5px;
}
.category-products .toolbar .pager .pages ol li a:hover {
    text-decoration: underline;
}
.category-products .toolbar .pager .pages ol li.current {
    color: #fff;
    /* border-radius: 3px; */
    background-color: #52555c;
    padding: 0 9px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
    border-width: 0;
}
.category-products ul.products-grid {
    width: 101.31111%;
    text-align: center;
    display: block;
    padding: 0 !important;
    background-image: none;
    margin-left: -0.65555%;
}

.similar ul.products-grid {
    margin-left: 0;
}

.similar .category-products ul.products-grid {
    display: none;
    background-color: #f00;
}

.similar .category-products ul.products-grid {}

.similar .category-products ul.products-grid {
    margin-left: 0 !important;
}

ul.products-grid {}
.category-products.product-row ul.products-grid {
    width: 10000%;
}
.category-products li.item {
    float: left !important;
    width: 32% !important;
    padding: 0 !important;
    margin: 0.666666% !important;
    height: 320px !important;
    display: block;
    background-color: #fff !important;
    /* border-radius: 2px; */
    border-width: 0 !important;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
}

.similar .category-products li.item {
    width: 18.65% !important;
    height: 230px !important;
}

.right-category-column.similarÂ .category-products li.item {
    width: 18.5% !important;
}

similarÂ .category-products li.item {}

.category-products.product-row li.item {
    float: left !important;
    width: 137px !important;

    margin: 0 3px !important;
    padding: 25px 0 0 0 !important;
    font-size: 12px;
}
/*.search.category-products li.item {
    width: 191px !important;
}*/
.category-products li.item > a img.overlay {
    display: none;
}
.category-products li.item.copy {
    width: 350px !important;
    position: absolute !important;
    z-index: 99;
    left: 6px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
}
.category-products.product-row li.item.copy {
    width: 250px !important;
}
.category-products li.item.copy > a img {
    width: 270px;
}
.category-products.product-row li.item.copy > a img {
    max-width: 185px;
    max-height: 185px;
    width: 270px;
    padding: 0 5px;
}
.category-products li .gallery{
    display: none;
}
.category-products li.item.copy .gallery {
    display: block;
    position: absolute;
    top: 29px;
    right: 10px;
    width: 50px;
}
.category-products.product-row li.item.copy .gallery {
    top: 25px;
    right: 5px;
}
.category-products li.item.copy .gallery img {
    margin-bottom: 5px;
    border: 2px solid transparent;
    cursor: pointer;
}
.category-products li.item.copy .gallery img:hover,
.category-products li.item.copy .gallery img.active {
    border: 2px solid #01c1c2;
}
.category-products ul.last li.item.copy .gallery {
    left: 10px;
}
.category-products ul.last li.item.copy {
    /*    left: auto !important;
        right: 7px !important;*/
}
.category-products li.item > a {
    display: block;
    text-align: left !important;
    width: 100%;
    height: 100%;
    position: relative;
}

.products-grid .item a.list-image {
    /* padding: 0 50%; */
    /* margin-left: -50%; */
    width: 200%;    height: 200%;    position: relative;    top: -50%;    left: -50%;
}

.products-grid.sofa a.list-image img.default-image {
    border: none;
}

.products-grid .item.sofa a.list-image img.default-image, .products-grid .item.vissed a.list-image img:not(.default-image)  {
    /* height: 50%; */
    /* top: 0; */
    height: 50%;
    width: auto !important;
    max-width: none;
    max-height: none;    position: absolute;    margin: auto;
    top: 0;    left: 0;    right: 0;    bottom: 0;
}

.products-grid .item.sofa a.list-image img.default-image {
    border: none !important;
}

.products-grid .item:hover a.list-image img.default-image:not(.counter) {
    opacity: 0;
}

.products-grid .item a.list-image {}
.category-products li.item > a.sofa-background {
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/couch_03.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    border: 1px solid #ededed;
    width: 230px;
    height: 126px;
    margin-left: 10px;
    text-align: center !important;
}
.category-products li.item.copy > a.sofa-background img {
    width: auto;
}
.category-products li.item > a.sofa-background-wallpapers {
    border: 1px solid #ededed;
    width: 168px;
    height: 126px;
    margin-left: 10px;
    text-align: center !important;
    position: relative;
    overflow: hidden;
}
.category-products li.item > a.sofa-background-wallpapers div.sofa-overlay {
    width: 168px;
    height: 126px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/sofa.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
.category-products li.item:not(.sofa) > a img, .products-grid .item.sofa a.list-image img:not(.default-image) {
    height: auto;
    width: 48% !important;
    max-width: 48%;
    max-height: 40%;
    position: absolute;
    margin: auto;
    top: -10%;
    left: 0;
    right: 0;
    bottom: 0;
}

.category-products li.item > a img.default-image {
    border-top: 150px solid #fff;    border-bottom: 150px solid #fff;
    border-left: 20px solid #fff;    border-right: 20px solid #fff;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.category-products.product-row li.item > a {
    height: 127px;
    line-height: 127px;
}
.category-products.product-row li.item.copy > a {
    height: 185px;
    line-height: 185px;
}
.category-products.product-row li.item > a img {
    padding-left: 5px;
    max-width: 127px;
    max-height: 127px;
    vertical-align: middle;
}
.category-products li.item > a.sofa-background img {
    padding: 7px 0;
    width: auto;
}
.category-products li.item > a.sofa-background-wallpapers img {
    padding: 0;
}
.category-products ul.last li.item.copy > a {
    display: block;
    text-align: right !important;
    width: 100%;
}
.category-products ul.last li.item.copy {
    text-align: right;
}
.category-products ul.last li.item.copy > a.sofa-background {
    display: inline-block;
    text-align: center !important;
    width: 270px !important;
    margin-right: 9px;
}
.category-products ul.last li.item.copy > a.sofa-background-wallpapers {
    display: inline-block;
    text-align: center !important;
    width: 168px !important;
    margin-right: 9px;
}
.category-products ul.last li.item.copy > a img {
    padding-right: 9px;
}
.category-products ul.last li.item.copy > a.sofa-background img {
    padding-right: 0;
}
.category-products ul.last li.item.copy > a.sofa-background-wallpapers img {
    padding-right: 0;
}
.category-products li.item .additional-label {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 0.95em;
    padding: 0 9px;
    background-color: #01c1c2;
    color: #fff;
}
.category-products li.item.copy .additional-label {
    padding: 0 8px 0 9px;
}
.category-products li.item .hidden-data {
    color: #909090;
    padding: 0;
    width: 100%;
    height: 100% !important;
    margin: 0 auto;
    font-size: 0.97em;
    text-align: left;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 70%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); */
}

.category-products .products-grid li.item:not(.counter) .hidden-data {
    background: transparent;
}

.category-products .products-grid li.item.sofa:not(:hover) .hidden-data, .category-products .products-grid li.item.vissed:hover .hidden-data {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 70%, rgba(0,0,0,0.3) 100%);    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.3)));    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%);    background: -o-linear-gradient(top, rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%);    background: -ms-linear-gradient(top, rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%);    background: linear-gradient(to bottom, rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4d000000',GradientType=0 );
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.category-products .products-grid li.item.sofa:not(:hover) .hidden-data .product-list-price span, .category-products .products-grid li.item.vissed:hover .hidden-data .product-list-price span {
    color: #fff !important;
}

.category-products .products-grid li.item.sofa:not(:hover) .hidden-data *, .category-products .products-grid li.item.vissed:hover .hidden-data * {
    color: #fff !important;
}

li.item.sofa.counter .date {
    bottom: 15px;
    left: 10%;
    position: absolute;
    font-weight: bold;
}

li.item.sofa.counter .date span {
    display: inline-block;
    width: 60px;
    font-size: 2.5em;
}

li.item.sofa.counter .date span:after {
    margin-left: 5px;
    content: ":";
}
li.item.sofa.counter .date span:last-of-type:after {
    content: "";
}

li.item.sofa.counter .date span {
    display: inline-block;
}

div.category-products .products-grid li.item.sofa.counter .hidden-data span {
    color: #fff;
}

div.category-products .products-grid li.item.sofa.counter .hidden-data span.product-list-name {
    bottom: 65px;
    font-size: 1.2em;
}

.counter span.product-list-name {
    /* bottom: 50px; */
}

div.category-products .products-grid li.item.sofa.counter .hidden-data {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 70%, rgba(0,0,0,0.3) 100%);    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.3)));    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%);    background: -o-linear-gradient(top, rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%);    background: -ms-linear-gradient(top, rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%);    background: linear-gradient(to bottom, rgba(255,255,255,0) 70%,rgba(0,0,0,0.3) 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4d000000',GradientType=0 );    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

ul.category-products .products-grid li.item.sofa.counter .hidden-data * {
    color: #fff !important;
}
.category-products.product-row li.item .hidden-data {
    padding: 5px;
    font-size: 11px;
}
.category-products li.item .product-list-name {
    display: block;
    position: absolute;
    bottom: 37px;
    left: 10%;
    width: 80%;
    min-height: 18px;
    line-height: 110%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #444;
}
.category-products.product-row li.item .product-list-name  a {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: left;
}
.category-products li.item .product-list-name a {
    white-space: normal;
    color: #fff;
}

.category-products.search li.item .product-list-name a {
    color: #444;
}
.category-products li.item.copy .product-list-name {
    color: #000;
    font-weight: bold;
    clear: both;
}
.category-products li.item .product-list-author {
    display: none;
}
.category-products li.item .product-list-author span{
    color: #000;
    text-decoration: underline;
}
.category-products li.item.copy .product-list-author {
    display: block;
}
.category-products li.item hr {
    border: 1px solid #d9d9d9;
    margin: 10px 0;
    border-top-width: 0;
    display: none;
}
.category-products li.item.copy hr {
    display: block;
    width: 270px;
}
.category-products.product-row li.item.copy hr {
    display: none;
}
.category-products ul.last li.item.copy hr {
    float: right;
    clear: both;

}
.category-products li.item .product-list-share {
    height: 20px;
    padding: 4px 0;
    display: none;
    float: left;
    clear: both;
}
.category-products li.item .product-list-share .share-label {
    float:left;
    line-height: 20px;
    height: 20px;
    padding-right: 8px;
}
.category-products li.item.copy .product-list-share {
    display: block;
}
.category-products.product-row li.item.copy .product-list-share {
    display: none;
}
.category-products li.item .product-list-techniques {
    padding: 4px 0;
    float:left;
    clear: both;
    display: none;
}
.category-products li.item .product-list-techniques .techniques-label {
    float:left;
    padding-right: 8px;
}
.category-products li.item .product-list-techniques .techniques-content {
    color: #000;
    font-style: italic;
    float:left;
}
.category-products li.item.copy .product-list-techniques {
    display: block;
}
.category-products li.item .ratings {
    padding: 4px 0;
    display: none;
}
.category-products li.item.copy .ratings {
    display: block;
}
.category-products li.item .hidden-data .product-list-price {
    color: #444;
    position: absolute;
    bottom: 15px;
    left: 10%;
}

.category-products li.item .hidden-data .product-list-price span {
    color: #444 !important;
}
.category-products.product-row li.item .hidden-data .product-list-price {
    font-size: 0;
}
.category-products li.item .hidden-data .product-list-price .price {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    padding: 4px 0;
}
.category-products li.item .hidden-data .product-list-price .discount-price .price {
    color: #fff;
    margin-right: 3px;
}

.product-sliders .discount-price {
    display: none;
}
.category-products li.item .hidden-data .product-list-quartic {
    display: block;
    width: 100%;
    clear: both;
    color: #01c2c1;
    text-align: center;
}
.category-products li.item .hidden-data span.product-list-max-size {
    display: none !important;
}
.category-sidebar h5, .category-sidebar h4 {
    padding: 0;
    margin: 0;
}
.category-sidebar h5 {
    text-decoration: none;
    padding: 5px 0;
}
.category-sidebar h5 a {
    font-size: 1.25em;
    color: #fff;
    font-weight: normal;
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/back-arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    position: absolute;
    top: 145px;
    left: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    z-index: 10;
}
.category-sidebar > h4{
    display: block;
    color: #191919;
    font-size: 7em;
    padding-left: 10px;
    font-weight: 100 !important;
    font-style: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    color: #fff;
    position: absolute;
    top: 25px;
    left: 10px;
    letter-spacing: -4px;
    /* -webkit-text-fill-color: white; */
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: rgba(0,0,0,0.2); */
}
.category-sidebar > h4.long {
    font-size: 5.5em;
    top: 40px;
}

.category-top-container > h4 {
    display: none;
}
.category-sidebar ul li a {
    font-size: 1em;
    color: #fff;
    display: block;
    text-indent: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
    margin-right: 2px;
    margin-bottom: 1px;
    background: rgba(0,0,0,0.5);
    margin-top: 1px;
}

.category-sidebar .category-top-container ul li a {
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
}

.category-sidebar ul li:hover {
    background-color: rgba(255,255,255,0.85);
}

.category-sidebar ul li:hover a {
    color: #000;
    text-shadow: none;
}
.category-sidebar ul li a:hover {
    /* font-weight: bold; */
    text-decoration: none;
    background-color: rgba(255,255,255,0.85);
    color: #000;
    text-shadow: none;
}
.category-sidebar ul li a span {
    color: #939393;
    display: none;
}
.category-sidebar ul li a span.label {
    color: #01c1c2;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 5px;
}
.category-sidebar a.active {
    display: block;
    color: #fff;
    /* margin: 3px 0; */
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;    background-color: rgba(255,255,255,0.85);    color: #000;    text-shadow: none;
    /* font-weight: bold; */
}
#narrow-by-list {
}
#narrow-by-list h4 {
    background-color: #fff;
    /* border: 1px solid #52555c; */
    /* -webkit-border-top-left-radius: 3px; */
    /* -webkit-border-top-right-radius: 3px; */
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    /* border-top-left-radius: 3px; */
    /* border-top-right-radius: 3px; */
    padding: 7px 0;
    font-weight: normal;
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/2.png');
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #fff;
    float: left;
    font-size: 1.15em;
    /* clear: both; */
    width: 24%;
    text-indent: 10px;
    height: 19px;
    margin-right: 1%;
    /* background: rgb(255,255,255); */ /* Old browsers */  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/2.png') right center  no-repeat, #52555c; /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85); */
}

#narrow-by-list h4:last-of-type {
    margin: 0 !important;
}

.category-top-container h4.filtered {
    display: none;
}
#narrow-by-list h4.mini {
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/1.png') right center no-repeat, #52555c;
    margin-bottom: 10px;
}
#narrow-by-list ul {
    /* border: 1px solid #fff; */
    border-top-width: 0;
    background-color: #fff;
    margin-bottom: 10px;
    /* padding: 5px 0; */
    width: 24%;
    overflow: hidden;
    float: left;
    clear: both;
    display: none;
    position: absolute;
    top: 33px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#narrow-by-list ul.filtered {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    border-top-width: 1px !important;
    margin-right: 1%;
    display: block;
    clear: none;
}

#narrow-by-list ul li {
    width: 100%;
}

#narrow-by-list ul li.color {
    width: 25%;
    text-align: center;
}

#narrow-by-list ul li a {
    color: #000;
    text-shadow: none;
}
#narrow-by-list ul li a:hover {
    background-color: #9ae1e3;
}

li.color a {
    padding: 4px !important;
}
#narrow-by-list ul li.color a:hover {
    background-color: transparent;
}

li.color a img {
    width: 30px;
    opacity: 0.8;
}
li.color a img:hover {
    opacity: 1;
}
#narrow-by-list ul a.filtered {
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/5.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 19px;
    padding: 7px 0;
    font-weight: normal;
}
#narrow-by-list ul li.show-more a {
    border-top: 1px dashed #d1d1d1;
    cursor: pointer;
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/1.png');
    background-position: right center;
    background-repeat: no-repeat;
}
#narrow-by-list ul li.show-more.less a {
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/2.png');
}
.right-category-column .page-title {
    width: auto !important;
    position: relative;
    /* top: 350px; */
    font-size: 0.8em;
    bottom: -15px;
    height: 0;
}

.no-results .page-title.category-title {
    display: none;
}
.right-category-column .currently {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-top: 15px;
}
.right-category-column .currently p {
    line-height: 32px;
    font-weight: bold;
    font-size: 1.1em;
    float: left;
    padding: 0;
    margin: 0;
    padding-right: 4px;
}
.right-category-column .currently ol li {
    float: left;
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    margin-right: 3px;
}
.right-category-column .currently ol li span {
    line-height: normal !important;
}
.right-category-column .currently ol li span.value {
    font-weight: bold;
}
.right-category-column .currently ol li a.btn-remove {
    display: inline-block;
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/5.png');
    margin-left: 4px;
    margin-right: -7px;
}
.right-category-column .rating-box {
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/star_white.png');
    height: 16px !important;
    width: 80px !important;
    top: 0 !important;
}
.right-category-column .ratings span {
    line-height: 16px;
}
.right-category-column .rating-box .rating {
    background-image: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/catalog/category/new/star.png');
    height: 16px !important;
}
.category-description {
    position: absolute;
    bottom: 0;
}

.category-sidebar {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    /* padding-right: 5px; */
    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 40%,rgba(0,0,0,0.5) 100%); */
}

.no-results .category-sidebar {
    display: none;
}

.category-sidebar div.category-top-container {
    top: auto;
    bottom: 0;
}
.category-sidebar .categorymarketingbanner {
    padding-top: 405px;
    visibility: hidden;
}
.categorymarketingbanner {
    margin-bottom: 60px;
    margin-top: -70px;
}

.catalog-category-view .right-category-column{display: table;padding: 0px;width: 100%;max-width: 100%;}
.catalog-category-view .category-description{display: table-footer-group;position: static;bottom: auto;padding-top: 30px;}
.catalog-category-view .category-description h2{margin-top: 10px;border-bottom: 1px solid #03c0c2;padding-bottom: 5px;}
.catalog-category-view .category-description p{margin-bottom: 30px;}
.artgeist-search-index-index.no-results .category-sidebar,
.artgeist-search-index-index.no-results .category-products,
.artgeist-search-index-index.no-results .page-title category-title,
.artgeist-search-index-index.no-results .categorymarketingbanner,
.artgeist-search-index-index.no-results .category-description{display: none !important;}


#no-search-results {overflow: hidden;}
#no-search-results .col-left-404{
    width: 43%;
    margin-right: 7%;
}
#no-search-results .col-left-404 img{width: 100%;}
#no-search-results .col-right-404{
    width: 50%;
    font-size: 16px;
}
.no-results .search .right-category-column h2{width: 100%;
                                              margin: 20px 0;
                                              font-size: 26px;
                                              text-decoration: none;
                                              font-weight: 300;overflow: hidden;clear: both;}
.no-results .search .right-category-column h2 strong{font-weight: 400;}
#no-search-results .col-right-404 > a{
    background-color: #3276dc;
    color: #ffffff;
    display: inline-block;
    font-family: Roboto;
    font-size: 1.35em;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    margin: 20px 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    text-decoration: none !important;
}
#no-search-results .col-right-404 ul{margin: 20px 0px 10px;padding: 0px;list-style: none;}
#no-search-results .col-right-404 ul li{font-weight: 300;padding-top: 7px;padding-left: 15px;position: relative;}
#no-search-results .col-right-404 ul li:after{position: absolute;top: 16px;left: 0px;background: #3276dc;width: 6px;height: 6px;
                                              -webkit-border-radius: 50%;
                                              -moz-border-radius: 50%;
                                              border-radius: 50%;content: "";display: block;}
#no-search-results .col-right-404 ul li span{display: block;padding-top: 7px;}
#no-search-results .col-right-404 ul li a{text-decoration: underline; color: #919191;  transition: all .25s ease-in-out;
                                          -moz-transition: all .25s ease-in-out;
                                          -webkit-transition: all .25s ease-in-out;padding-right: 10px;}
#no-search-results .col-right-404 ul li a:hover{color: #357de8;}
#no-search-results .col-right-404 p{font-weight: 400;color: #000;}
#no-search-results h2{
    width: 100%;
    float: left;
    margin: 30px 0 20px;
    font-size: 30px;
}
#no-search-results .col-right-404 > a img {
    margin-left: 10px;
    margin-top: 18px;
}
#no-search-results .col-right-404 > a:hover {
    background-color: #357de8;
}
@media (min-device-width: 768px) and (max-device-width: 900px){
    #no-search-results{margin-top: -10px;}
    #no-search-results .col-left-404{
        margin-right: 2%;
    }
    #no-search-results .col-right-404{width: 55%;}
    #no-search-results .col-right-404 > a{margin: 10px 0;}
    #no-search-results .col-right-404 ul{margin: 5px 0;}
    #no-search-results .col-right-404 ul li span,
    #no-search-results .col-right-404 ul li{padding-top: 5px;}
}
@media (min-device-width: 768px){
    #no-search-results .col-left-404,
    #no-search-results .col-right-404{
        float: left;
    }

}
@media (max-device-width: 767px){
    #no-search-results .col-right-404,
    #no-search-results .col-left-404{
        width: 100%;max-width: 300px;margin: 0 auto;
    }
    #no-search-results .col-right-404 h2{margin-top: 10px;}
    #no-search-results .col-right-404 > a{font-size: 1.1em;padding: 0 30px;}
    #no-search-results table{width: 100%;margin: 5px 0;}
    #page-40 .homepage-triplebanner-container{display: none;}
    #no-search-results .col-right-404{margin-top: 20px;}
    #no-search-results .col-right-404 ul{margin: 10px 0;}
    .no-results .search .right-category-column h2{text-align: center;}
}

@media (max-device-width: 420px){
    .right-category-column .category-products .products-grid li.item{
        width: 98.3333% !important;
        height: 450px !important;
    }
}
@media (max-device-width: 470px){
    div.product-view .configure.techniques ul, div.product-view .configure.looms ul {
        width: 100% !important;
    }
    .wallpapers_dimensions div.dimesnions-container{
        width: 210px !important;
    }

    .homepage-artist-container .homepage-artist{
        width: 100%;
        margin: 0px;
    }
    .homepage-artist-container .homepage-artist .images,
    .homepage-artist-container .homepage-artist .artist-name{
        text-align: center;
    }
    .homepage-artist-container .homepage-artist .images .artist-image{
        float: none !important;
    }
    .homepage-imagetext-container .content,
    .homepage-imagetext-container .image{
        width: 100% !important;
        clear: both !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        box-sizing: border-box !important;
    }
    .homepage-imagetext-container .image{
        height: 150px;
    }
    .checkout-cart-index .title-buttons .back-link{
        display: none;
    }
}
@media (max-device-width: 580px){
    .product-description-tabs .descriptiontabs > li[id*="product_descriptiontabs_"]{
        margin: 0px !important;
        width: 100% !important;
        box-sizing: border-box;
        height: 40px !important;
        border-bottom: 1px solid #fff !important;
    }
    .product-description-tabs .descriptiontabs > li[id*="product_descriptiontabs_"].active{
        border-bottom: 1px solid #444 !important;
    }
    .homepage-triplebanner{
        width: 100% !important;
    }

}
@media (min-device-width: 581px) and (max-device-width: 900px){
    .right-category-column .category-products li.item{
        height: 400px !important;
    }
}
@media (max-device-width: 767px){
    .wallpapers span.accessories-description{
        height: auto !important;
    }
    .wallpapers span.accessories-offer{
        margin-top: 5px !important;
    }
    .wallpapers ul.accessories-list div.accessories-check-container{
        margin-bottom: 0px;
    }
    div.product-view div.product-media {
        width: 100% !important;
    }
    div.product-view  .product-right-side{
        width: 100% !important;
        margin-top: 10px;
    }
    div.product-view .configure.looms li, div.product-view .configure.techniques li{
        max-width: 133px !important;
    }
    div.product-view .configure.techniques ul,
    div.product-view .configure.looms ul{
        width: 100% !important;
        max-width: 380px !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .tabContent ul.accessories-list li {
        margin: 0 2%;
        width: 96% !important;
    }
    ul.accessories-list{
        max-height: none !important;
    }
    .tabContent ul.accessories-list .accessories-data{
        width: 100%;
        padding-left: 66px !important;
        box-sizing: border-box;
    }
    .tabContent ul.accessories-list .accessories-check-container{
        width: 100% !important;
    }
    .tabContent ul.accessories-list li > img{
        position: absolute;
        top: 15px;
        left: 0px;
    }
}
@media (min-device-width: 768px) and (max-device-width: 900px){
    div.product-view div.product-media {
        width: 59% !important;
    }
    div.product-view div.product-right-side{
        width: 40% !important;
    }
}

@media (max-device-width: 900px) {
    a img[src*="button-all.jpg"]{width: 100%;}
    .checkout-cart-index .messages{
        border: none !important;
    }
    .checkout-cart-index .messages .success-msg{
        color: green;
        border: 1px solid #339000 !important;
        background: #fff url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cart/okInfoIco.png') 5px 5px no-repeat !important;
        padding-left: 15px !important;
        margin: 5px 0;

    }
    .checkout-cart-index .messages .error-msg{
        color: #ff0000;
        border: 1px solid #ff0000 !important;
        background: #fff url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cart/errorInfoIco.png') 5px 5px no-repeat !important;
        padding-left: 15px !important;
        margin: 5px 0;

    }
    .checkout-cart-index .messages .success-msg span{
        color: #339000;
        line-height: 1.3em !important;
    }
    .checkout-cart-index .messages .error-msg span{
        color: #ff0000;
        line-height: 1.3em !important;
    }
    .cart-notice{
        box-sizing: border-box;
    }
    .checkout-cart-index .main-column>h3{
        border-bottom: 2px solid #03c0c2;
        text-align: center;
    }
    h5.hometitle{
        border-bottom: 2px solid #03c0c2;
    }
    div.product-view.wallpapers div.product-right-side .product-cart-container{
        padding: 2%;
        box-sizing: border-box;
    }
    .wallpapers .summary-box .atributesBox{
        border-bottom-style: solid !important;
    }
    ul.accessories-list{
        max-height: none !important;
    }
    .accessories-list + .handle,
    .visibleDesktop{
        display: none !important;
    }
    .product-media + .product-description{
        display: none;
    }
    .descriptiontabs > li[id*="product_descriptiontabs_"]{
        margin-right: 5px !important;
        padding: 10px 20px !important;
        vertical-align: top;
        float: left;
        height: 19px !important;
        margin-top: 0px !important;
        background: #ddd;
        border: none !important;
    }
    .descriptiontabs > li[id*="product_descriptiontabs_"].active{
        background: #fafafa;
        top: 0px !important;
    }
    .desriptiontabs_guarantee {
        width: 100%;
        box-sizing: border-box;
        padding: 15px !important;
    }
    .desriptiontabs_guarantee table{
        margin: 0 auto;
        border-collapse: collapse;
        border-spacing: 0px !important;
    }
    .desriptiontabs_guarantee td{
        padding: 10px 3px 3px;
        text-align: center;
    }
    .desriptiontabs_guarantee td span,
    .desriptiontabs_guarantee td img{
        margin: 0 auto !important;
        float: none !important;
        display: block !important;
    }
    div.product-view .add-to-box{
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    div.product-view .add-to-box .add-to-cart{
        width: 100% !important;
        margin-top: 10px;
    }
    div.product-view.stickers .add-to-box .add-to-cart{
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: 0px !important;
    }
    div.product-view.stickers .add-to-box .add-to-cart input{
        margin-bottom: 0px !important;
    }
    div.product-view.stickers .product_summary{
        float: left !important;
        width: 100%;
    }
    .product-view.stickers .price-tax-info{
        position: relative !important;
        top: auto !important;
        right: auto !important;
    }
    .product-view.stickers .product_summary{
        border-top-style: solid !important;
    }
    .product-view.stickers div.summary-box{
        padding-top: 5px;
    }
    .product-view.stickers .add-to-box{
        width: 100%;
        float: left !important;
        clear: both;
    }
    .product-view.stickers .addtocartcontainer .choice-label{
        text-align: left;
        padding: 0px 0 5px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .product-view.stickers .addtocartcontainer{
        padding-bottom: 0px !important;
    }
    .product-view.stickers .addtocartcontainer .choice-label + ul .color-label{
        font-size: 14px !important;
    }
    .product-view.stickers .addtocartcontainer .choice-label + ul img.color-big,
    .product-view.stickers .addtocartcontainer .choice-label + ul .color-label br{
        display: none;
    }
    .product-view.stickers .addtocartcontainer ul{
        padding-left: 0px !important;
    }
    .product-view.stickers .addtocartcontainer li{
        font-size: 14px !important;
        text-align: left;
        line-height: 18px !important;
    }
    .product-view.stickers .sumary_container{
        width: 90% !important;
    }
    .product-view.stickers .product_summary .price-box-container span.price-info{
        padding-right: 0px !important;
    }
    div.product-view.stickers  .base_label{
        line-height: 25px !important;
    }
    .product-view.stickers div.price-box-container{
        width: 100% !important;
    }
    div.product-view .add-to-box .add-to-cart input{
        width: 100% !important;
    }
    div.product-view.paintings .product-cart-container{
        position: relative;
        padding: 70px 10px 0;
        box-sizing: border-box;
    }
    .product-cart-container .price-box-container{
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .wallpapers .product-cart-container .price-box-container{
        position: relative;;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
    }
    .wallpapers .price-box-container .discountprice .discountprice_label{
        line-height: 30px !important;
        margin-top: 8px;
    }
    .wallpapers .summary-box .product_summary{
        width: 99% !important;
    }
    .wallpapers .product-cart-container .addtocartcontainer-accessories-list li,
    .wallpapers .product-cart-container #backbone_cart_container div.addtocartcontainer span{
        font-size: 14px !important;
        font-weight: 400;
        line-height: 18px !important;
        text-align: left;
    }
    .wallpapers #backbone_cart_container .cart-group-head{
        margin: 0px !important;
    }
    .wallpapers .summary-description .cart-group-content{
        padding-left: 10px;
    }
    .wallpapers .summary-box:not(.summary-description) > .cart-group-content:last-of-type .add-to-box,
    .wallpapers .summary-box:not(.summary-description) > .cart-group-content:last-of-type .add-to-box .add-to-cart,
    .wallpapers .summary-box:not(.summary-description) > .cart-group-content:last-of-type{
        width: 100% !important;
        margin-top: 0px;
    }
    .wallpapers .summary-box:not(.summary-description) > .cart-group-content:last-of-type .add-to-box{
        padding: 0 5px !important;
        box-sizing: border-box;
    }
    .wallpapers .summary-box .atributesBox{
        width: 100% !important;
    }
    .wallpapers .addtocartcontainer-accessories-list{
        min-height: auto !important;
    }
    .wallpapers .wallpapers_dimensions .mark{
        top: -56px;
    }
    .wallpapers .container{
        padding-bottom: 5px !important;
    }
    #backbone_cart_container > .addtocartcontainer{
        padding-top: 0px !important;
    }
    #backbone_cart_container > .addtocartcontainer > span{
        font-size: 14px !important;
        line-height: 18px !important;
        padding-bottom: 0px;
    }
    #backbone_cart_container > .addtocartcontainer > ul > li,
    #backbone_cart_container > .addtocartcontainer > ul{
        width: 100% !important;
        text-align: left;
        font-size: 14px !important;
        line-height: 18px !important;
        font-weight: 400;
    }
    .addtocartcontainer-accessories-list.addtocartcontainer li{
        text-align: left;
        font-size: 14px !important;
        line-height: 18px !important;
        font-weight: 400;
    }
    div.product-view .price-tax-info{
        top: 42px !important;
    }
    div.product-view .base_label, div.product-view .discountprice_label, div.product-view .discount_label{
        line-height: 53px !important;
    }
    div.paintings .product-cart-container,
    div.product-view .configure .conf_line{
        border-top-style: solid !important;
    }
    div.product-view.stickers .configure .conf_line{
        border: none !important;
    }
    .product-cart-container #backbone_cart_container div.addtocartcontainer{
        float: left !important;
        width: 100% !important;
    }
    .product-cart-container #backbone_cart_container .addtocartcontainer-accessories-list li,
    .product-cart-container #backbone_cart_container .addtocartcontainer-accessories-list,
    .product-cart-container #backbone_cart_container .addtocartcontainer span{
        text-align: left;
    }
    .product-cart-container .new-accesory-list{text-align: left;padding: 0px;font-size: 14px;}
    .product-cart-container .new-accesory-list p{font-size: 16px;color:#4c4c4c;}
    .product-cart-container #backbone_cart_container ul.addtocartcontainer{
        width: 95%;
        text-align: left;
    }
    div.product-view .addtocartcontainer{
        padding-left: 0px !important
    }
    div.product-view .configure:first-of-type .conf_line{
        border-top: none !important;
    }
    div.product-view .product-configuration .configure.techniques li .option_label span,
    div.product-view .product-configuration .configure.looms li .option_label span{
        font-size: 15px !important;
    }
    div.product-view .product-configuration .configure li .option_label span{
        color: #fff !important;
    }
    div.product-view .techniques li.active .option_label, div.product-view .looms li.active .option_label, div.product-view .dimensions li.active {
        background-color: #03c0c2 !important;
    }
    div.product-view .configure.looms li,
    div.product-view .configure.techniques li{
        width: 31.3333% !important;
        margin: 0 1% 5px !important;
    }
    div.product-view div.media-gallery div.gallery {
        display: inline-block;
        float: none;
        margin-left: 0;
        margin-top: 5px;
        position: relative !important;
    }
    div.product-view div.media-gallery div.gallery li{
        box-shadow: 0 0 3px rgba(0,0,0,0.1);
        margin: 10px !important;
    }
    div.product-view div.product-image{
        padding: 10px !important;
        width: 100% !important;
        text-align: center;
        box-sizing: border-box;
        height: auto !important;
    }
    div.product-view div.product-image:after{
        content: "";
        display: table;
        clear: both;
    }
    div.product-view div.product-image img{
        max-width: 100%;
        margin: 0 auto;
    }
    div.product-view div.product-media .product_advantages_box{
        width: auto !important;
        top: 8px !important;
        right: 3px !important;
    }
    div.product-view div.product-image {
        width: 100%;
    }
    div.product-view div.product-media{
        box-shadow: 0 0 6px rgba(0,0,0,0.1);
        background: #fff;
        padding: 10px;
        box-sizing: border-box;
    }
    div.product-view .product-description{
        position: relative !important;
        top: auto !important;
        left: auto !important;
        box-sizing: border-box;
    }
    .col-main{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .product-view .product-description .old_h1{
        font-size: 16px !important;
        color: #8c8c8c !important;
    }
    .product-view .product-description .old_h1 h1{
        font-size: 22px !important;
        display: block !important;
        margin: 5px 0 !important;
        color: #4c4c4c;
    }
    .product-view  .product-design-by{
        color: #8c8c8c !important;
    }
    .breadcrumbs{
        display: none;
    }

    body {
        font-size: 18px;
    }

    .cat-top ul .overlay {
        background: none !important;
    }

    .header-container-line {
        display: none !important;
    }

    #narrow-by-list h4:nth-of-type(even) {
        margin: 0;
    }

    #narrow-by-list ul {
        width: 50%;
        margin-bottom: 4px !important;
    }

    li.color a img {
        width: 20px;
    }

    #narrow-by-list h4 {
        font-size: 0.9em;
        /* background-image: none !important; */
        width: 50%;
        margin: 0;
        margin-bottom: 4px !important;
    }

    .right-category-column .page-title.category-title h1 {
        display: none;
    }

    div.category-top-container {
        top: 405px;
    }

    .category-sidebar {
        height: 400px;
    }

    .categorybanner img {
        height: 400px;
        position: relative;
        /* left: 0; */
        /* right: 0; */
        /* margin: auto; */
        /* display: block; */
        left: 100%;
        margin-left: -200%;
    }

    .product_of_the_day .banner-bar {
        height: 400px;
    }

    .breadcrumbs {
        font-size: 15px;
    }

    .category-sidebar ul li a {
        font-size: 0.9em;
    }

    .category-sidebar ul li a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .category-sidebar .menu-container ul {
        width: 25%;
    }

    .category-sidebar h5 a {
        top: 114px;
    }

    .category-sidebar .menu-container {
        top: 141px;
    }

    h5.hometitle {
        font-size: 1.7em;
    }

    .category-products .products-grid li.item:not(.counter) .hidden-data {
        font-size: 0.8em;
    }

    .category-products li.item .hidden-data .product-list-price {
        left: 3%;
        bottom: 10px;
    }

    .category-products li.item .product-list-name {
        left: 3%;
        width: 94%;
    }

    #search_form {
        border: none !important;
        background-color: transparent;
    }

    form#search_form.hover {
        background-color: rgb(101,101,101);
    }

    #search_form.hover {}

    .header-top-container {
        margin-bottom: 0 !important;
        height: 60px;
    }

    .sticky .header-menu a.logo {
        display: none;
    }

    .cat-top > ul > li.empty {
        width: 100%;
        padding-top: 20px;
    }

    li.empty ul {
        width: 100%;
    }

    .cat-top h5 a {
        padding-left: 5% !important;
        padding-top: 5px !important;
        width: 100% !important;
        height: auto !important;
    }

    .cat-top h5 {
        padding-left: 0;
        /* padding-top: 0 !important; */
        width: 100%;
    }

    .cat-top ul li ul li ul:first-of-type {
        margin-top: 35px;
    }

    .cat-top ul li ul li ul {
        margin-top: 0;
    }

    .cat-top ul li ul li ul li {
        width: 100%;
    }

    .cat-top ul li ul li a {
        padding: 4px 5%;
        width: 90%;
    }

    .cat-top ul li ul li ul {
        clear: both;
        width: 100%;
        box-shadow: none !important;
    }

    .cat-top ul li ul li ul ul {
        width: 100%;
    }

    .cat-top > ul > li {
        clear: both;
    }

    .cat-top > ul {
        height: auto;
        width: auto !important;
        background-color: #f1f1f1;
        background-image: none !important;
        padding-bottom: 10px;
    }

    .cat-top > ul > li > ul > li {
        /* clear: both; */
        box-shadow: none !important;
        width: 50%;
    }

    .header-menu {
        /* -webkit-transform: scaleY(-1); */
        /* transform: scaleY(-1); */;
        width: 90%;
        float: left;
    }

    a.logo {
        /* padding: 9px 10px 0 10px; */
    }

    .cat-top > h2 > a {
        padding: 0 10px;
    }

    .header-bottom-container {
        /* height: 126px; */
        /* -webkit-transform: scaleY(-1); */
        /* transform: scaleY(-1); */;
        position: relative;
        width: 100%;
    }
    .header-bottom-container:before{
        background-color: #3a3b3f;
        border-bottom: 1px solid #737373;
        height: 1px;
        left: 0;
        position: absolute;
        top: -1px;
        width: 100%;
        content: "";
        display: block;
    }
    .header-menu .logo{
        display: none !important;
    }
    .homepage-artist .images {
        height: 98px;
    }

    .homepage-artist a {
        display: none;
    }

    .homepage-artist .artist-image {
        margin: 0 auto;
    }

    .homepage-artist p {
        /* font-size: 1em !important; */
    }

    .homepage-artist {
        width: 31%;
        margin-right: 3.333%;
        /* margin: 0; */
    }

    .homepage-imagetext p {
        line-height: 150%;
        font-weight: 400;
        font-size: 1em;
    }

    .homepage-imagetext .caption {
        margin: 10px 0 10px 0;
        font-size: 1.5em;
        font-weight: 400;
        line-height: 120%;
        border-bottom: none;
    }

    .homepage-imagetext .content {
        width: 46%;
        padding: 1% 2%;
    }

    .homepage-imagetext .image {
        width: 50%;
        background-position: center center;
        -webkit-background-size: cover;    -moz-background-size: cover;    -o-background-size: cover;    background-size: cover;
    }

    .homepage-imagetext .arrow {
        display: none;
    }

    .homepage-triplebanner {
        background-size: cover !important;
        background-repeat: no-repeat;
    }

    .homepage-triplebanner .caption {
        font-size: 2em;
    }

    .homepage-triplebanner  .border-button {
        font-size: 1.1em;
    }
    .homepage-bannerslider .caption {
        bottom: 75px;
        line-height: 110%;
        top: auto !important;
        width: 100%;
        font-size: 1.5em;
    }
    input, select, textarea, button {
        font-size: 18px !important;
    }
    ::-webkit-input-placeholder {
        font-size: 18px;
    }

    :-moz-placeholder {
        font-size: 18px;
    }

    ::-moz-placeholder{
        font-size: 18px;
    }

    :-ms-input-placeholder {
        font-size: 18px;
    }
    .main {
        width: 100%;
        padding: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .cms-home .main {
        padding-top: 0;
        padding-bottom: 0;
    }
    .wrapper {
        min-width: 300px;
        max-width: 1080px;
        width: 100%;
    }
    .page {
        min-width: 300px;
        max-width: 1080px;
        width: 100%;
        padding-top: 102px;
    }
    /* Header start */
    .header {
        width: 100%;
        padding: 0;
        height: 102px;
    }
    .header-container.checkout .header{
        height: 60px;
        text-align: center;
    }
    .checkout-onepage-index .page{
        padding-top: 70px !important;
    }
    .checkout-onepage-index .logo{
        float: none !important;
        margin: 0 auto;
        padding-top: 10px;
    }
    .header-center > .logo {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .header .logo img {
        width: 100%;
        min-width: 100px;
        max-width: 140px;
    }
    .header-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    div.first-flag {
        height: auto;
        line-height: normal;
        padding-right: 60px;
        background-size: 25px;
        display: none;
    }
    .header-faq {
        display: none;
    }
    .header-center {
        margin: 10px 0 0 10px;
        padding: 0;
        position: relative;
        width: 25%;
        min-width: 100px;
        float: left;
        clear: both;
        z-index: 16;

        height: auto;
        overflow: hidden;
    }
    .header-top-right {
        width: 60% !important;
        z-index:20;
        float: right !important;
        text-align: left !important;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-right: 10px;
        margin-top: 12px;
        height: 60px !important;
    }
    .header-top-right ul li.my-account,
    .header-top-right ul li.logout,
    .header-top-right ul li.login {
        padding: 0 !important;
        line-height: 18px;
    }
    .header-top-right ul li.my-account a,
    .header-top-right ul li.logout a,
    .header-top-right ul li.login a{
        overflow: hidden;
        width: 0px !important;
        display: block;
        height: 17px;
        box-sizing: content-box !important;
        padding-left: 30px !important;
        background-position: center center;
    }
    .header-top-right ul li{
        clear: none !important;
    }
    .cms-home .home-top {
        position: relative;
        min-height: 495px;
    }
    .header-top-right div[id*="turpentine-esi-block"]{
        float: left !important;
        display: inline-block !important;
        vertical-align: top !important;
    }
    .header-top-right div[id*="turpentine-esi-block"] ul{
        margin-top: 5px;
    }

    /* Display none */
    .header-faq, .home-artist-container,
    .home_newproducts_container, .home-brands, .home_products,
    .home-cat-banner, .header-advantages, .footer-upper-links, .header-premium {
        display: none !important;
    }

    #search_form {
        width: 100% !important;
        margin-top: -1px !important;
        float: right;
    }

    #search_form input {
        height: 50px;
        padding: 0;
        line-height: 18px;
    }

    #search_form #search_phrase {
        width: 100%;
        padding: 0 10px;
        float: left;

        /* height: 49px; */
        display: none;
        /* position: absolute; */
    }

    #search_form.hover #search_phrase {
        display: block;
    }

    .hover #search_form #search_phrase {
        display: block;
    }

    #span_search_button {
        display: block;
        width: 100%;
        float: left;
    }

    .hover #span_search_button {
        width: 10%;
    }

    #search_form #search_button {
        text-indent: -999em;
        background-position: center center;
        width: 100%;
        /* height: 50px; */
        background-size: 22px;
        font-size: inherit;
    }

    div.home-main {
        font-size: inherit;
    }

    li.home-subcat {
        font-size: inherit;
    }

    ul.home-cat {
        left: auto;
        right: 0;
        width: 50%;
        height: 495px;
    }

    .home-main > a {
        width: 50%;
        font-size: 18px;
    }

    li.home-subcat > a {
        width: auto;
    }

    li.home-subcat.show-more-cat {
        width: auto;
        background-image: none;
    }
    .footer {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 10px;
        width: 100%;
    }
    .footer-container {
        padding-top: 0;
    }
    .footer-cms {
        float: left;
        clear: both;
    }
    .footer div.links {
        text-align: center;
        float: none;
        padding: 10px 0;
    }
    .footer-cms {
        width: 90%;
        display: inline-block;
        padding: 20px 5% 20px !important;
        border-width: 0;
        float: none !important;
        text-align: center;
        border-bottom: 2px dashed #229598;
    }
    div.footer-newsletter p, div.footer-cms p {
        text-align: center;
        width: 100%;
    }
    div.footer-newsletter .input-box, div.footer-newsletter .actions {
        display: inline-block;
    }
    .footer-cms label, .footer-cms label * {
        font-weight: normal;
        width: 100%;
    }
    .footer-cms span.footer-phone {
        font-size: auto;
        display: inline;
        width: auto;
        margin-left: 0;
    }
    .footer-bottom-container td {
        display: inline-block;
    }
    .footer-bottom-container td li {
        width: auto;
        list-style-type: none;
        margin: 0 5px;
    }
    .footer-cms-bottom {
        width: 100%;
        text-align: center;
    }
    ul.productrow-tabs {
        margin-left: 0;
        padding: 0;
    }
    .productrow-tabs li {
        width: 33%;
        border-width: 0;
    }
    .productrow-tabs li div.arrow {
        left: 50%;
        margin-left: -12px;
    }
    .productrow-tabs li h4 {
        font-size: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 5%;
    }
    .productrow-content {
        width: 429px;
        margin: 0 auto !important;
    }
    .category-products.product-row {
        width: 429px;
    }
    .category-products.product-row li.item {
        font-size: inherit;
    }
    .category-products.product-row li.item .hidden-data {
        font-size: inherit;
    }
    .category-products li.item .hidden-data .product-list-price .price-box {
        /* font-size: 14px; */
    }
    .category-products li.item .additional-label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        top: 0;
        line-height: 135%;
    }

    /* Product page */

    .product_of_the_day, .breadcrumbs {
        /* display:none; */
    }
    .product-view {
        width: 100%;
    }

    .product-description-tabs {
        width: 100% !important;
    }

    .product-description-tabs .tabs {
        width: 100% !important;
    }
    .tabContent ul.accessories-list li {
        width: 46%;
        padding: 10px 0;
        margin: 0 2%;
        /*        height: 250px;*/
        font-size: 16px;
        position: relative;
        border-bottom: 1px solid #ddd;
    }
    ul.accessories-list span.accessories-name {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 90%;
        white-space: nowrap;
        padding-bottom: 30px;
    }
    ul.accessories-list .bestseller{
        left: 3px !important;
        right: auto !important;
        top: 75px !important;
    }
    span.accessories-offer {
        font-size: 14px;
    }
    ul.accessories-list .accessories-qty{
        margin-left: 10px;
    }
    ul.accessories-list .accessories-qty label {
        font-size: 14px;
    }
    ul.accessories-list div.accessories-addtocart{
        bottom: 25px;
        left: 76px;
    }
    span.accessories-description {
        font-size: 14px;
        line-height: 110%;
        max-width: 90% !important;
    }
    ul.accessories-list div.accessories-price {
        font-size: 16px;
        top: 34px;
        left: 76px;
        right: auto !important;
    }
    ul.accessories-list div.accessories-check-container{
        margin-left: 10px;
    }
    ul.accessories-list img {
        width: 65px;
        height: 55px;
    }
    span.accessories-offer {
        margin-top: 30px;
        line-height: 100%;
    }
    ul.accessories-list div.accessories-addtocart {
        width: 231px;
        font-size: 16px;
        padding: 2px 0;
    }
    .paintings-view-payment {
        display: none;
    }
    ul.accessories-list li .bestseller {
        top: 5px;
        left: auto;
        right: 10px;
    }
    .descriptiontabs > li {
        padding: 5px 5px;
    }
    div.desriptiontabs_guarantee .right {
        width: 100% !important;
    }
    div.desriptiontabs_guarantee .right table tr td span {
        line-height: 18px !important;
        font-size: 16px !important;
        display: block;
        clear: both;
    }
    div.desriptiontabs_guarantee .right table {
        width: 100%;
    }
    .tabContent .accessories-list {
        padding-left: 10px;
    }
    .tabsMain > li a h4 {
        font-size: 16px;
        line-height: 16px;
    }
    div.product-description-tabs, div.product-sliders, div.product-techniques-tabs, div.product-banner {
        width: 100% !important;
    }
    div.product-sliders, .seo-description, .techs_descriptions, .catalog_checkout-help,
    .image_magnifier, #jivo_top_wrap, .additional-gallery-info {
        display: none;
    }

    div.product-view div.media-gallery {
        text-align: center;
        height: auto;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .product_advantages_box div {
        padding: 5px 15px;
        float: right;
        margin-right: 5px;
    }
    .product-description {
        width: 100% !important;
    }
    div.product-configuration, div.product-configuration .configure {
        width: 96% !important;
        padding: 2% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center;
    }
    div.product-configuration .configure ul {
        width: 420px;
    }
    div.product-configuration .configure ul, div.product-configuration .configure .wrappa {
        display: inline-block;
        float: none;
    }
    div.product-view div.dimensions-slider-container {
        margin: auto !important;
    }
    .description-ratings {
        display: none;
    }
    .likebox {
        display: none;
    }
    .product-description-tabs {
        padding-bottom: 40px;
    }
    .configure .conf_line h5 {
        font-size: 16px !important;
    }
    .product-configuration .configure.techniques li .option_label span,
    .product-configuration .configure.looms li .option_label span {
        font-size: 15px !important;
        line-height: 15px !important;
    }
    div.product-view span.dimensions-slider-dimensions > .size,
    span.dimensions-slider-dimensions > .units, span.size {
        font-size: 16px !important;
    }
    .configure .show-more {
        font-size: 16px !important;
    }
    .configure .show-more-container {
        margin-bottom: 20px !important;
    }
    .product-design-by {
        margin-top: 0 !important;
        font-size: 16px !important;
    }
    .configure.dimensions.standard li {
        font-size: 16px !important;
    }
    .product-cart-container {
        margin: 0 auto;
        margin-left: auto !important;
        top: auto !important;
        width: 100%;
        float: right !important;
    }
    span.price-info {
        clear: both !important;
    }
    div.product-view .price-tax-info {
        clear: both !important;
    }
    #production-time {
        display: none;
        clear: both !important;
    }
    .base_label,
    .discountprice_label,
    .discount_label {
        font-size: 16px !important;
    }
    div.product-view .price-tax-info {
        font-size: 16px !important;
    }
    div.addtocartcontainer span {
        font-size: 16px !important;
    }
    .addtocartcontainer li {
        font-size: 16px !important;
    }
    div.product-view .price-tax-info-label span {
        font-size: 16px !important;
    }
    .wallpapers-view-payment {
        display: none;
    }
    .catalog_paintings_checkout-help {
        display: none;
    }
    .handle span {
        font-size: 16px;
    }
    .simplesize_view_payment {
        display: none;
    }
    .simple_static-translations {
        display: none;
    }
    .catalog_checkout-shipping {
        display: none;
    }
    .stickers_view_payment {
        display: none;
    }
    .product-view .product-description .old_h1 .small_art_nr {
        font-size: 16px !important;
    }
    .product-view.stickers .product-configuration .colors .half-container {
        width: 100% !important;
        clear: both;
    }
    .wait-loading .dialog {
        width: 80% !important;
        padding-left: 10%;
        padding-right: 10%;
    }
    .cart-columns .secondary-column {
        display: none;
    }
    .cart-columns .main-column {
        padding: 0 2%;
        width: 96% !important;
    }
    .cart-table td {
        padding: 10px;
    }
    .cart-columns .main-column > img {
        display: none;
    }
    .cart-notice {
        padding: 5px 0 5px 25px !important;
        background-position: 10px 11px !important;
    }
    .proceed-to-checkout .notice {
        clear: both;
    }
    .discount-coupon {
        margin-top: 0 !important;
    }
    .recently-viewed {
        display: none;
    }
    .cart-img a img {
        width: 50px;
        height: 37px;
    }
    .header > img {
        display: none;
    }
    button.btn-checkout span {
        font-size: 16px !important;
    }
    .wait-loading .dialog .description {
        font-size: 16px !important;
    }

    /* Checkout */
    .opc .section .step-title h2 {
        padding: 0 !important;
        background-image: none !important;
        border-top-width: 0 !important;
        border-bottom-width: 0 !important;

        white-space: nowrap;
        margin: 0 !important;
    }
    .opc .section h2 span {
        padding: 0 !important;
        background-image: none !important;
        border-width: 0;
        margin-right: 0;
        margin: 0 !important;

    }
    .opc .section h2 label {
        display: none !important;
    }

    .opc .section.active .step-title h2, .opc .section.allow .step-title h2 {
        border-top-width: 3px !important;
        border-bottom-width: 3px !important;
    }
    .opc .section.last .step-title h2 {
        border-width: 0 !important;
    }
    .opc .section.last.active .step-title h2 {
        border-width: 3px !important;
    }
    .border-box.safe-shopping {
        display: none;
    }
    .border-box.payment-methods {
        width: 90% !important;
        padding: 5% !important;
    }
    .sp-methods .method-image img {
        max-width: 100%;
    }
    .opc .buttons-set {
        /*        width: 96% !important;*/
        /*        padding: 0 2% !important;*/
    }
    .buttons-set .back-link {
        position: static;
    }
    .payment-info.form-list.checkout-agreements .agreement-content {
        font-size: 1em !important;
    }
    .border-box.order-summary {
        display: none;
    }
    button.button span {
        font-size: 16px !important;
    }
    #checkout-review-table-wrapper {
        width: 100% !important;
    }
    h3.review {
        background-image: none !important;
    }
    h3.review label {
        padding: 0 !important;
    }
    .order-total {
        float: right !important;
        width: 77% !important;
    }
    .order-total .total {
        font-size: 1em !important;
    }
    .order-total .products-count {
        font-size: 1em !important;
        padding: 0px 5px !important;
    }
    .checkout-agreements-static {
        font-size: 14px !important;
    }
    .success-page .col-1 {
        width: 96% !important;
        padding: 0 2% !important;
        font-size: 16px !important;
    }
    .header-top-right ul li {
        clear: both;
    }
    .cart-cms, div.account-login .col2-set .col-1 h3, div.account-login .col2-set .col-1 img {
        display: none;
    }
    div.account-login .col2-set .col-1 {
        width: 100%;
    }
    div.account-login .col2-set .col-2 {
        width: 100% !important;
    }
    .header-top-right ul {
        padding-right: 5px !important;

        display: inline-block;
        float: none !important;
        -webkit-transform: scaleX(-1);    transform: scaleX(-1);
    }
    .header-right:not(.header-top-right) {
        position: absolute !important;
        bottom: 0;
        right: 0;
        /* height: 29px !important; */
        /* font-size: 16px !important; */
        margin: 0 !important;
        z-index: 150;

        float: left;
        width: 10% !important;
        /* clear: both; */
        border: none !important;
        text-align: center;
        /* -webkit-transform: scaleX(-1); */
        /* transform: scaleX(-1); */;
        /* -webkit-transform: scaleY(-1); */
        /* transform: scaleY(-1); */
        /* display: none; */
        /* background-color: rgb(82, 85, 92); */
    }

    .header-right.hover {
        width: 100% !important;
    }
    div.header .cart .subtotal span {
        /* font-size: 16px; */
    }
    #success-newsletter-subscribe {
        display: none;
    }
    .catalog-category-view .cms-mode > h3 {
        display: none;
    }
    .catalog-category-view .cms-mode > p {
        display: none;
    }
    .catalog-category-view .cms-mode > a {
        display: none;
    }
    .catalog-category-view .cms-mode > hr {
        display: none;
    }
    .category-top {
        width: 100%;
    }
    .category-cat-banner table {
        display: none;
    }
    .category-main {
        width: 100% !important;
        font-size: 18px !important;
    }
    .category-main a {
        width: 42% !important;
        padding: 5px 4% !important;
    }
    .category-main ul.category-cat  a {
        width: 84% !important;
        padding: 5px 8% !important;
    }
    ul.category-cat {
        width: 50%;
        left: 50% !important;
    }
    .category-cat-banner {
        display: none !important;
    }
    .category-cms-head {
        height: 50px !important;
    }
    .cms-mode h1 {
        font-size: 27px !important;
        padding: 5px 5px !important;
        clear: both;
    }
    .maincategory.product-row {
        display: none;
    }
    .category-sidebar {
        /* position: absolute; */
        /* top: 0; */
        /* right: -58%; */
        /* background-color: #F2F2F2; */
        /* padding: 3%; */
        /* box-shadow: 0 0 10px rgba(0,0,0,0.4); */
        /* font-size: 20px; */
        /* width: 52% !important; */
        /* z-index: 20; */
    }
    .right-category-column .products-grid.even {
        position: absolute;
        top: 350px;
        left: 3px;
    }
    .right-category-column .products-grid.even.last {
        left: auto;
        right: -3px;
    }
    .right-category-column .products-grid.even li {
        margin-bottom: 285px !important;
    }
    .right-category-column .products-grid {
        /* width: 50% !important; */
        /* margin-bottom: -250px !important; */

        width: 100% !important;
        margin: 0 !important;
    }
    .right-category-column .products-grid li.item {
        /* margin-bottom: 285px !important; */
        font-size: 22px;

        width: 48.333333% !important;
    }
    .right-category-column {
        width: 100% !important;
    }
    .right-category-column .category-products {
        width: 100% !important;
    }
    .right-category-column .view-mode {
        display: none;
    }
    .right-category-column .pager .pages li, .right-category-column .pager .pages li a {
        font-size: 18px !important;
    }
    .right-category-column .category-description {
        display: none;
    }
    .header-all-categories {
        bottom: 0 !important;
        font-size: 0;
        width: 15%;
        height: 50px;
        background-position: 50% 50%;
        padding: 0 !important;
    }
    .cat-top {
        /* width: 100%; */
        /* height: 410px; */
        /* background-color: transparent !important; */
        /* background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/halfwhite.png); */
        /* background-size: 100%; */
        /* box-shadow: none; */
    }
    .top-cat-banner {
        display: none !important;
    }
    .cat-main {
        background-image: none !important;
        background-color: transparent !important;
    }
    .cat-main > a {
        width: 27.33%;
        padding: 5px 3%;
        background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/arrow_cat.png) no-repeat 93% 50% #fff;
    }
    .cat-main.hover > a {
        width: 27.33%;
        padding: 5px 3%;
        background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/home/arrow_cat_neq.png) no-repeat 93% 50% #5c5f64;
    }

    ul.cat-cat {
        left: 33.33%;
        width: 33.33%;
        height: 410px;
        top: 0;
    }
    li.cat-subcat a {
        width: 80%;
        padding: 5px 10%;
    }
    .cat-main .cat-col2 {
        left: 66.66%;
        height: 410px;
    }
    .header .cart {
        /* bottom: 5px !important; */
        /* position: relative !important; */
        float: none !important;

        display: inline-block;
        -webkit-transform: scaleX(-1);    transform: scaleX(-1);
    }
    .product-list-quartic {
        display: none !important;
    }
    .sorter .sort-by {
        font-size: 16px;
        padding-right: 0;
    }
    .category-products .toolbar .sorter select {
        width: 100px;
    }
    .category-products li.item .product-list-name a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: block;
        text-align: left;
    }
    .cms-home .header-all-categories {
        display: none;
    }
    /*    .cms-home .header .header-center {
            width: 100% !important;
        }*/
    .form-list label {
        font-size: 18px !important;
    }
    .validation-advice {
        font-size: 14px !important;
    }
    .address-box .header {
        border-bottom-width: 0;
    }
    .trust-icons {
        display: none;
    }
    .right-category-column .page-title.category-title {
        border-top-width: 0;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .category-sidebar h4 {
        font-size: 3.3em;

        letter-spacing: normal;
        top: 32px;
    }
    .category-sidebar .filter-handle {
        position: absolute;
        top: 0;
        left: -70px;
        width: 70px;
        height: 50px;
        background: #3176c4 url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/filter.png) no-repeat 50% 50%;
        background-size: 24px;

        display: none;
    }
    .col2-left-layout .col-main {
        width: 100%;
    }
    .dashboard .welcome-msg {
        width: 95%;
        padding: 0 2.5%;
    }
    .col2-set .col-1, .col2-set .col-2 {
        width: 95% !important;
    }
    .box-account {
        padding: 0 20px !important;
    }
    .box-account.box-info a {
        font-size: 18px;
        height: 28px;
    }

    .box-account table, .box-account thead, .box-account tbody, .box-account th,
    .box-account td, .box-account tr {
        display: block;
        font-size: 16px !important;
    }

    .box-account thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .box-account tr { border: 1px solid #ccc; }

    .box-account td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding: 0 !important;
        padding-left: 50% !important;
    }

    .box-account td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .box-account td:nth-of-type(1):before { content: attr(data-content); }
    .box-account td:nth-of-type(2):before { content: attr(data-content); }
    .box-account td:nth-of-type(3):before { content: attr(data-content); }
    .box-account td:nth-of-type(4):before { content: attr(data-content); }
    .box-account td:nth-of-type(5):before { content: attr(data-content); }
    .box-account td:nth-of-type(6):before { content: attr(data-content); }
    .box-account td:nth-of-type(7):before { content: attr(data-content); }
    .box-account td:nth-of-type(8):before { content: attr(data-content); }
    .box-account td:nth-of-type(9):before { content: attr(data-content); }
    .box-account td:nth-of-type(10):before { content: attr(data-content); }

    .box-account .data-table td.last {
        text-align: left !important;
    }
    .box-account .box-head h2 {
        font-size: 16px;
    }
    .col-left.sidebar {
        display: none;
    }
    div.buttons-set > p.back-link > a {
        font-size: 16px;
        height: 30px;
    }
    #span_clear_search {
        display: none;

        top: 10px;
        right: 11%;
    }

    .header-menu.hover span#span_clear_search {
        top: 50px;
        right: 8px;
    }

    .header-menu.hover #span_clear_search {
        top: 61px !important;
        right: 30px;
    }

    .hover span#span_clear_search {
        display: block;
    }

    .cat-top.hover span#span_clear_search {
        top: 50px;
        right: 8px;
    }
    .two-columns-form, .two-columns-form .column {
        width: 95% !important;
        font-size: 18px;
    }
    #cms-tabs ul li a {
        padding: 0 10px !important;
    }
    .cms-table {
        font-size: 18px;
    }
    .cms-home .logo img {
        /* margin-left: 50px; */
    }
    .cms-home .std {
        /* -webkit-transform: scaleY(-1); */
        /* transform: scaleY(-1); */
    }
    .cms-home .productrow-container, .cms-home .home-top {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .cms-home .productrow-container {
        margin-top: -14px !important;
        margin-bottom: 10px;
    }
    .right-category-column .category-products li.item > a {
        /* height: 170px !important; */
        /* text-align: center !important; */
    }
    .cms-mode > .product-row {
        display: none;
    }
    .moneybookers-processing-payment table tr td:last-of-type {
        display: none;
    }
    .review-product-img img {
        width: 100%;
        height: auto;
    }
    .questionmark_tooltip {
        display: none !important;
    }
    .explanation-big {
        display: none !important;
    }
    div.product-image .product-image-container img {
        width: 100% !important;
    }
    .product-configuration .configure.techniques li input, .product-configuration .configure.looms li input {
        display: none !important;
    }
    input.button.btn-cart {
        font-size: 22px !important;
        height: 60px !important;
    }
    .header-backlink p.back-link {
        bottom: 20px !important;
    }
    .header-backlink p.back-link a {
        color:#fff !important;
    }
    .cart-collaterals .discount-coupon form{
        margin: 0 auto !important;
        float: none !important;
        overflow: hidden;
        display: inline-block;
        text-align: left;
    }
    .cart-collaterals .discount-coupon {
        margin: 10px auto 20px 0 !important;
        width: 100%;
        box-sizing: border-box;
        text-align: center;

    }
    .checkout-cart-index .totals-container{
        background-color: #fcfcfc;
        box-shadow: 0 0 6px rgba(0,0,0,0.1);
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .checkout-cart-index .totals-container table td{
        vertical-align: bottom;
        font-size: 18px !important;
        font-weight: 300 !important;
        padding: 5px 10px !important;
        border-top: 1px solid #ddd;

    }
    .checkout-cart-index .totals-container table tbody tr:first-child + tr > td{
        border-top: 0px !important;
    }

    .checkout-cart-index .totals-container table#shopping-cart-totals-table tr > td + td.a-right{
        text-align: right !important;
    }
    .checkout-cart-index .totals-container table td .price{
        line-height: 1em !important;
        font-size: 1.5em !important;
    }
    .checkout-cart-index .totals-container table tfoot tr:first-child > td{
        border-color: #000 !important;
        font-weight: 500 !important;
        font-size: 22px !important;
    }
    .checkout-cart-index .totals-container table tfoot tr:first-child > td strong{
        font-size: 20px;
        font-weight: 500;
    }
    .checkout-onepage-index .col2-set .col-1,
    .checkout-onepage-index .col2-set .col-2{
        width: 100% !important;
    }
    .checkout-onepage-index .address-box .header{
        height: 30px;
    }
}

/* HELPER CLASS 
 * -------------------------- */

/* FA based classes */

/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */

/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.pe-2x {
  font-size: 2em;
}
.pe-3x {
  font-size: 3em;
}
.pe-4x {
  font-size: 4em;
}
.pe-5x {
  font-size: 5em;
}
.pe-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.pe-ul > li {
  position: relative;
}
.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.pe-li.pe-lg {
  left: -1.8571428571428572em;
}
.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.pe.pull-left {
  margin-right: .3em;
}
.pe.pull-right {
  margin-left: .3em;
}
.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.pe-stack-1x {
  line-height: inherit;
}
.pe-stack-2x {
  font-size: 2em;
}
.pe-inverse {
  color: #ffffff;
}

/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle;
}

.pe-border {
  border: solid 0.08em #eaeaea;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
}
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('https://www.artgeist.pl/skin/frontend/default/artgeist/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('https://www.artgeist.pl/skin/frontend/default/artgeist/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('https://www.artgeist.pl/skin/frontend/default/artgeist/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('https://www.artgeist.pl/skin/frontend/default/artgeist/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('https://www.artgeist.pl/skin/frontend/default/artgeist/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}

/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(https://www.artgeist.pl/skin/frontend/default/artgeist/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*!
 * jQuery UI Resizable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }


/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Autocomplete 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
        max-height: 560px;
        overflow-y: scroll;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
        min-height: 80px;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
        border: none 0px;
        /* remove border radiuses */
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        -khtml-border-radius: 0px !important;
        border-radius: 0px !important;
}
.search-results-background-waiting
{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/../../../../js/apache/solr/images/ajax-loader.gif') scroll 50% 50% no-repeat;
}

/* Local Murando overrides */
.ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid #999999;
    background: #ebebeb;
    font-weight: normal;
    color: #656565;
}

.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:2.2em .4em;
	line-height:1.5;
	zoom:1;
        color:#656565;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus {
    border: 0px none;
    background: #ebebeb;
    font-weight: normal;
}
/*
.ui-state-hover a, .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}
*/
.ui-widget-content {
    border: 1px solid #c5c5c3;
    background: #ffffff;
}

.pointer {
    cursor: pointer;
}

div.solr div.sort-by label {
    margin-right: 10px !important;
}
.margin-left-10 {
    margin-left:10px !important;
}
div.category-main {
    /*    width: 130px;
        padding: 10px 30px;*/
    margin: 0;
    color: #000;
    /*background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/category/arrow_cat.png) no-repeat 93% 50% #fff;*/
    width: 190px;
    padding: 1px;
    font-size: 13px;
}

div.category-main.hover {
    background: #fafafa;
    color: #FFF;
    text-decoration: underline;
}

.category-main > a {
    color: #626262;
    display: block;
    width: 130px;
    padding: 2px 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-main.hover > a  {
    color: #4b4b4b;
    font-weight: bold;
}

.category-main.hover li.category-subcat > a {
    color: #4b4b4b;
}

li.category-subcat {
    list-style: none;
    /*    width: 130px;
        padding: 10px 30px;*/
    margin: 0;
    color: #fff;
    /*    background: #5c5f64;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li.category-subcat > a {
    width: 144px;
    padding: 5px 30px 4px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li.category-subcat a:hover {
    text-decoration: underline;
    font-weight: bold;
}

ul.category-cat {
    position: absolute;
    top: 0px;
    display: none;
    left: 190px;
    z-index: 9;
    background: #fafafa;
    height: 100%;
}

.category-cat.col2 {
    left: 394px;
}

.category-cat.col3 {
    left: 598px;
}

div.category-main.hover ul.category-cat, div.category-main.hover div.category-cat-banner {
    display:block;
}

.category-subcat.hidden-cat {
    display: none;
}

li.category-subcat.show-more-cat {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/category/arrow_down_neq.png) no-repeat 90% 50%, url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/category/show-more-back.png) repeat-x;
    text-align: center;
    background-color: #5c5f64;
    cursor: pointer;
    width: 130px;
    padding: 11px 30px;
}

li.category-subcat.show-less-cat {
    background: url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/category/arrow_up_neq.png) no-repeat 90% 50%, url(https://www.artgeist.pl/skin/frontend/default/artgeist/images/category/show-more-back.png) repeat-x;
    text-align: center;
    background-color: #5c5f64;
    cursor: pointer;
    width: 130px;
    padding: 11px 30px;
}

/*ul.category-cat.col-1 {
    left: 384px;
}*/

div.category-cat-banner {
    background: #fFF;
    position: absolute;
    top: 0px;
    left: 215px;
    width: 814px;
    display: block;
    height: 100%;
    background: #f00;
}

.category-top {
    min-height: 433px;
    /*background: #fff;*/
    position: relative;
}

#category-cat-banner-cat-2246 {
    left:215px;
    width:810px;
}

.maincategory .product-row-container li.item:last-child {
    margin-right: 0px;
    width: 280px;
}

.maincategory .product-row-container li.item {
    padding: 38px 15px 0;
    margin-right: 18px;
    width: 122px;
    height: 200px;
}

.maincategory.product-row {
    overflow: hidden;
    height: 250px;
}

.category-cms-head {
    width: 100%;
    height: 40px;
}

.cms-mode h3 {
    font-size: 17px;
    color: #333;
    font-weight: normal;
}

.cms-mode .breadcrumbs {
    /* margin-left: 3px; */
    /* float: left; */
    /* font-size: 15px; */
    /* position: relative; */
    /* top: 4px; */
}

.cms-mode .right-category-column .breadcrumbs {
    /* margin-left: 0; */
    /* float: left; */
    /* font-size: 13px; */
    /* position: relative; */
    /* top: 0; */
}

.cms-mode h1{
    float: left;
    width: 190px;
    margin-right: 10px;
    font-size: 22px;
    color: #606060;
    white-space: nowrap
}

.cms-mode .right-category-column h1{
    float: left;
    width: auto;
    margin-right: 10px;
    font-size: 22px;
    color: #606060;
}

.cat-cat-banner {
    position: absolute;
    background: #f00;
    top: 0;
    height: 330px;
    width: 190px;
    left: 190px;
}
/*
    Document   : cms
    Created on : 2012-11-13, 13:24:54
    Author     : Artstore
    Description:
        Purpose of the stylesheet follows.
*/
.ui-widget{
    font:13px/1.55 Arial, Helvetica, sans-serif;
}

.page-title h1{
    text-decoration: none;
}
.cms-page-view .page-title{
    border: none;
    margin: 0;
}

.cms-content{
    line-height: 20px;
    font-size: 14px;
    color: #585757;
}

.cms-content h3, #cms-tabs h3{
    color: #585757;
    margin: 40px 0 25px;
}

.cms-content h5, #cms-tabs h5{
    color: #585757;
    margin: 20px 0 15px;
    font-size: 14px;
}

#cms-tabs h3 img{
    margin-right: 10px;
}

#cms-tabs .hr {
    background: #CACACA;
    height: 1px;
    width: 100%;
    margin: 20px 0;
}

.cms-page-view .page-title h1{
    color: #a9a8a8;
    font-size: 24px;
    font-family: Arial;
}

#cms-tabs {
    background: none;
    border-radius: 0;
    border: none;
    position: relative;
}
#cms-tabs ul{
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #CACACA;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
}

#cms-tabs ul li {
    background: #FFF;
    text-align: center;
    border-radius: 0;
    border: 1px solid #CACACA;
}
#cms-tabs ul li a{
    color: #000;
    font-size: 15px;
    padding: 0 20px;
    line-height: 31px;
}

#cms-tabs ul li.ui-state-active{
    background: #CACACA;
}
#cms-tabs ul li.ui-state-active a{
    color: #FFF;
}

#cms-tabs .back-button{
    position: absolute;
    top: 6px;
    right: 0;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/orange-button.jpg") 0 0 repeat-x;
    height: 33px;
    color: #FFF;
    line-height: 33px;
    font-size: 15px;
    font-family: Arial;
    text-decoration: none;
    padding: 0 20px;
}

#cms-tabs .tab-content{
    padding: 10px 0;
    color: #585757;
    font-size: 14px;
}

#cms-tabs .tab-content p{
    clear: both;
}
#cms-tabs .tab-content p a{
    color: #008AFF;
}

#cms-tabs .tab-content ul{
    list-style: none;
    border: none;
    padding-bottom: 40px;
}
#cms-tabs .tab-content ul li{
    float: left;
    background: none;
    border: none;
    margin-right: 10px;
}
#cms-tabs .tab-content ul li a{
    color: #008AFF;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}
#cms-tabs .tab-content .two-columns-form{
    border: 1px solid #CACACA;
    width: 996px;
    float: left;
    padding: 20px 0;
}
#cms-tabs .tab-content .two-columns-form .column{
    float: left;
}
#cms-tabs .tab-content .two-columns-form .column1{
    width: 370px;
    padding-right: 30px;
}
#cms-tabs .tab-content .two-columns-form .column2{
    width: 506px;
    padding-left: 20px;
    padding-right: 70px;
}

#cms-tabs .tab-content .two-columns-form .column1 ul{
    padding: 0;
    overflow: hidden;
}
#cms-tabs .tab-content .two-columns-form .column1 ul li{
    margin: 0 0 20px;
    overflow: hidden;
}

#cms-tabs .tab-content .two-columns-form .column1 label{
    float: left;
    text-align: right;
    margin:4px 0 0;
    width: 150px;
}
#cms-tabs .tab-content .two-columns-form .column1 input,
#cms-tabs .tab-content .two-columns-form .column1 select{
    float: left;
    margin: 0px 0 0px 20px;
    width: 180px;
}

#cms-tabs .tab-content .two-columns-form .column1 input{
    background: #fff;
    border: 1px solid transparent;
    box-shadow: inset 0 0 4px #ccc;
    padding: 7px 10px;
    box-sizing: border-box;
}
#cms-tabs .tab-content .two-columns-form .form-policy{
    text-align: right;
    font-size: 12px;
    padding-top: 15px;
}
#cms-tabs .tab-content .two-columns-form .column1 select{
    width: 184px;
    padding: 7px 10px;
    box-sizing: border-box;
}

#cms-tabs .tab-content .two-columns-form .column2 label{
    float: left;
    width: 100%;
    line-height: 32px;
}

#cms-tabs .tab-content .two-columns-form .column2 textarea{
    float: left;
    width: 100%;
    height: 250px;
    padding: 7px 10px;
    box-sizing: border-box;
}

#cms-tabs .tab-content .two-columns-form .column2 .formButton,
#cms-tabs .tab-content .two-columns-form .column2 .submit{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/orange-button.jpg") 0 0 repeat-x;
    height: 33px;
    color: #FFF;
    line-height: 33px;
    font-size: 15px;
    font-family: Arial;
    text-decoration: none;
    padding: 0 20px;
    float: right;
    margin-top: 30px;
}

#cms-tabs .tab-content .two-columns-form .column2 div[id*="rcode"] .g-recaptcha{text-align: right;margin-top: 20px;overflow: hidden;}
#cms-tabs .tab-content .two-columns-form .column2 div[id*="rcode"] .g-recaptcha > div{margin-right: 0px; float: right;}
#cms-tabs .tab-content .two-columns-form .column2 div[id*="rcode"] .g-recaptcha .rc-anchor {
    border: 1px solid transparent;
}
#cms-tabs .tab-content .two-columns-form p{
    margin: 10px 0 0 10px;
}
#cms-tabs .tab-content .two-columns-form .column2 .formButton{cursor: pointer;margin-top: 20px;background-size: 1px 100%;padding: 10px 50px; border: none; box-sizing: content-box;}
.captcha-required {color:red;text-align: right;}

.contact-cols{
    width: 100%;
    overflow: hidden;
}
.contact-col-left{
    float: left;
    width: 40%;
}
.contact-col-right{
    float: left;
    width: 60%;
}
form .text-box{
    overflow: hidden;
}


#cms-tabs .top_bar{
    border-bottom: 1px solid #CACACA;
    height: 33px;
    padding-bottom: 5px;
}

.cms-table{
    width: 100%;
    margin-bottom: 10px;
}

.cms-table tr td{
    text-align: center;
    vertical-align: middle;
    width: 33%;
}

.cms-table thead tr td{
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    background: #FFF;
    padding: 5px 0;
}

.cms-table thead tr td.left-border{
    border-left: 1px solid #CACACA;
}

.cms-table thead tr td.right-border{
    border-right: 1px solid #CACACA;
}

.cms-table thead tr td.express-service{
    position: relative;
}

.cms-table thead tr td.express-service .absolute{
    position: absolute;
    top: -30px;
    right: 12px;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/ikonka_priorytet.png') 0 0 no-repeat;
    width: 78px;
    height: 70px
}

.cms-table tbody tr td{
    border-bottom: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    background: #FFF;
    line-height: 26px;
}
.cms-table tbody tr:nth-child(even) td{
    background: #DDD;
}

.cms-table tbody tr td.top-border{
    border-top: 1px solid #CACACA;
}

.cms-table tbody tr td.left-border{
    border-left: 1px solid #CACACA;
}

.cms-gurantee-header{
    width: 996px;
    height: 71px;
    margin: 20px 0 20px;
    background: #EEE;
    position: relative;
    text-align: center;
    font-size: 22px;
    line-height: 71px;
    border-radius: 50px 0 0 50px;
}
.cms-gurantee-header .icon{
    height: 111px;
    width: 93px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/ikonka_gwarancja.png") 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: -10px;
}

.cms-table-guarantee{
    width: 100%;
    border-spacing: 20px;
    border-collapse: separate;
}

.cms-table-guarantee tr td{
    border: 1px solid #CACACA;
    padding: 20px;
    background: #FFF;
    position: relative;
}

.cms-table-guarantee tr td .check{
    position: absolute;
    width: 26px;
    height: 26px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/ikonka_check_na_boxach.png") 0 0 no-repeat;
    top: -7px;
    right: -5px;
}

.cms-table-guarantee tr td img{
    margin: 0 20px 20px 0;
    float: left;
}

.cms-table-guarantee tr td .title{
    width: 178px;
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.cms-table-guarantee tr td .content{
    width: 257px;
    font-size: 14px;
    float: left;
    line-height: 20px;
}

.accepted_payments{
    border: 1px solid #CACACA;
    background: #FFF;
    border-spacing: 20px;
    border-collapse: separate;
    width: 100%;
}

.accepted_payments tr td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

.not_accepted_payments{
}

.not_accepted_payments tr td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    padding: 15px 50px 0 30px;
}

#cms-tabs .back-top-button{
    /*background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/orange-button.jpg") 0 0 repeat-x;*/
    /*height: 33px;*/
    color: #008AFF;
    line-height: 20px;
    font-size: 13px;
    font-family: Arial;
    text-decoration: underline;
    /*padding: 0 20px;*/
    float: right;
}

#faq-list{
    width: 100%;
    border-spacing: 20px;
    border-collapse: separate;
}

#faq-list tr td{
    position: relative;
    border: 1px solid #CACACA;
    background: #E2EFF4;
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

#faq-list tr td .num{
    position: absolute;
    color: #B9B7B7;
    font-size: 18px;
    top: 5px;
    left: 5px;
}

#faq-list tr td a{
    text-decoration: none;
    color: #585757;
    text-align: center;
}

/** Home bannery top **/

.home_banner_top{
    width: 1000px;
    /*height: 905px;*/
    margin-bottom: 30px;
    float: left;
}

.home_banner_top .main{
    width: 1000px;
    height: 511px;
    float: left;
    position: relative;
    padding: 0;
}

.home_banner_top .main table{
    position: absolute;
    top: 275px;
    right: 125px;
    border-spacing: 20px;
    border-collapse: separate;
}
.home_banner_top .main table tr td a{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #FFF;
    padding: 0 30px 0 20px;
    display: block;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/arrow_white.png') 90% 50% no-repeat #1b242f;
    text-align: center;
}

.home_banner_top .bottom{
    height: 220px;
    width: 1000px;
    float: left;
    margin-top: 20px;
}

.home_banner_top .bottom .left{
    height: 220px;
    width: 496px;
    float: left;
    position: relative;
}

.home_banner_top .bottom .left a{
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/arrow_white.png") 90% 50% no-repeat #1b242f;
    padding: 0 30px 0 20px;
}

.home_banner_top .bottom .right{
    height: 220px;
    width: 496px;
    float: right;
    position: relative;
}

.home_banner_top .bottom .right a{
    bottom: 0;
    position: absolute;
    left: 0;
    line-height: 24px;
    font-size: 12px;
    color: #FFF;
    background: #303030;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/arrow_white.png") 90% 50% no-repeat #1b242f;
    padding: 0 30px 0 20px;
}

.home_banner_top .scrollable {
    position:relative;
    overflow:hidden;
    width: 1000px;
    height: 511px;
}

.home_banner_top .scrollable .items {
    width:20000em;
    position:absolute;
}

.home_banner_top .items div {
    float:left;
    margin: 0;
    width: 1000px;
    height: 511px;
    position: relative;
}

.home_banner_top a.next.browse.right{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/slider_right.png') 0 0 no-repeat;
    width: 40px;
    height: 54px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: 0;
    margin-top: -27px;
    z-index: 2;
    cursor: pointer;
}

.home_banner_top a.prev.browse.left{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/slider_left.png') 0 0 no-repeat;
    width: 40px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin: 0;
    margin-top: -27px;
    z-index: 2;
    cursor: pointer;
}

.technique_discount{
    position: absolute;
    width: 30px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #FF8402;
    line-height: 20px;
    top: 6px;
    right: 6px;
    text-align: center;
    color: #FF8402;
    font-weight: bold;
    font-size: 14px;
    padding: 0 5px;
}

.technique_info_img{
    margin: 10px 0 15px 10px;
    width: 143px;
    height: 52px;
}

.discount_date{
    display: inline;
    margin: 5px 5px 5px 0;
}

.category_product_links{
    float: left;
    list-style: none !important;
    margin: 5px 15px 25px !important;
    padding: 0 !important;
}

.category_product_links li{
    float: left;
    width: 238px;
    height: 224px;
}

.category_product_links li a{
    color: #FFF;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.category_product_links li a:hover span{
    text-decoration: underline;
}

.category_product_links li a span{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    line-height: 24px;
    font-size: 14px;
}

.shops_scrollable_box{
    width: 1000px;
    height: 40px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    float: left;
    margin: 30px 0;
    position: relative;
    padding: 15px 0;
}

.shops_scrollable_box .scrollable {
    position:relative;
    overflow:hidden;
    width: 920px;
    height: 40px;
    margin: 0 40px;
}

.shops_scrollable_box .scrollable .items {
    width:20000em;
    position:absolute;
}

.shops_scrollable_box .items div {
    float:left;
    margin: 0;
    width: 1000px;
    height: 40px;
    position: relative;
}

.shops_scrollable_box .items div img{
    float: left;
}

.shops_scrollable_box a.next.browse.right{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/shops_right.png') 0 0 no-repeat;
    width: 11px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0;
    margin-top: -9px;
    z-index: 2;
    cursor: pointer;
}

.shops_scrollable_box a.prev.browse.left{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/slider_left.png') 0 0 no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2;
    cursor: pointer;
    display: none;
}

h1{
    text-decoration: underline;
}

.savings_promo{
    width: 998px;
    background: #FFF;
    border: 1px solid #CACACA;
    margin: 10px 0;
    float: left;
}

.promo-fluid-box{
    width: 100%;
    height: 100%;
}

.promo-fluid-box img{
    float: left;
}

.promo-fluid-box p{
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
}

#cms-tabs .big_img_desc{
    list-style: none;
    width: 1000px;
    border: none;
    margin: 20px 0;
    float: left;
}

#cms-tabs .big_img_desc li{
    float: left;
    width: 270px;
    height: 41px;
    padding-left: 63px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/fototapety/check.png") 0 0 no-repeat;
    line-height: 41px;
    font-size: 26px;
    border: none;
    text-align: left;
}

#cms-tabs .foto-bar{
    width: 970px;
    height: 50px;
    background: #EEE;
    line-height: 50px;
    padding-left: 20px;
    float: left;
    margin: 50px 0 70px 0;
    font-weight: bold;
    font-size: 16px;
}

#cms-tabs .foto-kind-list{
    float: left;
    width: 1000px;
    list-style: none;
    border: none;
}

#cms-tabs .foto-kind-list li{
    float: left;
    width: 1000px;
    border: none;
    margin-bottom: 30px;
    background: none;
}

#cms-tabs .foto-kind-list li .left{
    float: left;
    width: 265px;
}
#cms-tabs .foto-kind-list li .right{
    float: left;
    width: 700px;
    padding-left: 35px;
    text-align: left;
}

#cms-tabs .foto-kind-list li .left a.movie{
    width: 200px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/fototapety/movie.png") 100% 0 no-repeat;
    padding: 0 65px 0 0;
    height: 44px;
    line-height: 44px;
    display: block;
    margin: 10px 0;
}

#cms-tabs .foto-kind-list li .left a.pdf{
    width: 200px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/fototapety/pdf.png") 100% 0 no-repeat;
    padding: 0 65px 0 0;
    height: 46px;
    line-height: 46px;
    display: block;
    margin: 10px 0;
}

#cms-tabs .foto-kind-list li .right h3{
    margin: 0 0 20px 0;

}

.cms-sticker{
    width: 1000px;
    margin-bottom: 40px;
    float: left;
}

.cms-sticker h3{
    margin-top: 0;
}

.cms-sticker .left{
    float: left;
}

.cms-sticker .right{
    float: right;
}

.cms-sticker a.movie{
    text-align: center;
    padding-top: 50px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/naklejki/6.png") 50% 0 no-repeat;
    margin-top: 50px;
    float: left;
    color: #656565;
}

.cms-sticker .title{
    font-weight: bold;
    padding-left: 75px;
    height: 69px;
    margin-bottom: 20px;
}

.cms-sticker .title.guarantee{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/ramy/1.png") 0 0 no-repeat;
    line-height: 69px;
}

.cms-sticker .title.wood{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/ramy/2.png") 0 0 no-repeat;
    line-height: 56px;
}

#job-accordion h3 {
    margin: 5px 0;
    border-radius: 0;
    float: left;
    width: 960px;
    padding: 20px;
    background: #DEDEDE;
    border: none;
}
#job-accordion h3:hover{
    border: none;
}

#job-accordion h3 span.job_name{
    float: left;
    width: 1000px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

#job-accordion h3 span.dates{
    float: left;
    font-size: 12px;
    font-weight: normal;
}

#job-accordion h3 span.see_details{
    float: right;
    color: #1c94c4;
    font-size: 12px;
    font-weight: normal;
}

#job-accordion h3 span.see_details:hover{
    text-decoration: underline;
}

#job-accordion div {
    float: left;
    border-radius: 0;
    border: 1px solid #dddddd;
    background: #FFF;
    width: 958px;
    padding: 20px;
    position: relative;
}
#job-accordion div a{
    display: block;
    width: 100%;
    text-align: center;
    color: #1c94c4;
}
#job-accordion div .close{
    position: absolute;
    width: 28px;
    height: 29px;
    top: 20px;
    right: 20px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/praca/close.png") 0 0 no-repeat;
    cursor: pointer;
    padding: 0;
    border: 0;
}
div.cms-left{
    float: left;
}
div.cms-right{
    float: right;
}

/** 404 Page **/
#no-route{
    background: none;
    border-radius: 0;
    border: none;
    position: relative;
}
#no-route h3{
    color: #585757;
    margin: 20px 0;
}

#no-route .left{
    width: 580px;
    float: left;
}

#no-route .left a{
    height: 32px;
    line-height: 32px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/no-route/anchor.jpg") 0 0 repeat-x;
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
#no-route .left img{
    margin-top: 20px;
}
#no-route .left a:hover{
    text-decoration: underline;
}

#no-route .right{
    width: 380px;
    float: right;
}

#no-route .right a{
    color: #000;
}

#cms-tabs .validation-advice{
    width: 180px;
    float: right;
    padding-left: 5px;
}

#cms-tabs .socialmedia a{
    margin-right: 10px;
}

#cms-tabs .catalog{
    width: 245px;
    display: block;
    float: left;
    margin-right: 60px;
    margin-bottom: 30px;
}

#cms-tabs .catalog a{
    margin-left: 13px;
}

#cms-tabs .catalog h5{
    margin-bottom: 5px;
}

#cms-tabs .person-box{
    height: 155px;
    border: 1px solid #CACACA;
    margin: 20px 0;
    display: block;
    float: left;
    clear: both;
}

#cms-tabs .person-box img,
#cms-tabs .person-box .desc{
    float: left;
}

#cms-tabs .person-box .desc{
    padding: 30px 40px;
}

#cms-tabs .person-box .desc h5,
#cms-tabs .person-box .desc span,
#cms-tabs .person-box .desc a{
    margin: 5px 0;
    width: 100%;
    clear: both;
    float: left;
}

#cms-tabs .person-box .desc a{
    color: #1c94c4;
}

#cms-tabs .check-list{
    list-style: none;
}
#cms-tabs .tab-content ul.check-list li{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/firmy/check.png") 0 0 no-repeat;
    padding-left: 45px;
    line-height: 27px;
    font-size: 16px;
    font-weight: bold;
    float: none;
    text-align: left;
    margin: 15px 0;
}

#cms-tabs .getmore{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/firmy/button.jpg") 0 0 repeat-x;
    padding: 0 40px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #CACACA;
    display: block;
    float: left;
    text-decoration: none;
}
#cms-tabs .getmore:hover{
    text-decoration: underline;
}

#cms-tabs .artist-box{
    width: 285px;
    display: block;
    margin-bottom: 30px;
}

#cms-tabs .artist-box h5{
    margin-bottom: 5px;
    color: #1c94c4;
}

#cms-tabs.no-tabs{
    margin-top: -30px;
}

.comment_scrollable_container{
    position:relative;
}

.comment_scrollable_container a.browse{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 50px;
    z-index: 100;
}

.comment_scrollable_container a.browse.left{
    left: 0;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/slider_left.png") 0 0 no-repeat;
}

.comment_scrollable_container a.browse.right{
    right: 10px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/slider_right.png") 0 0 no-repeat;
}

.comment_scrollable_container .scrollable{
    position:relative;
    overflow:hidden;
    width: 1019px;
    height:370px;
    margin-left: -19px;
}

.comment_scrollable_container .scrollable .items {
    width:20000em;
    position:absolute;
}

.comment_scrollable_container .scrollable .items div {
    float:left;
}

.brief {
    width: 449px;
    padding: 65px 30px 30px 540px;
    height: 310px;
    float: left;
    position: relative;
    background: #FFF;
}

.brief .image{
    position: absolute;
    width: 543px;
    height: 369px;
    left: -53px;
    top: -31px;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/brief.png") 0 0 no-repeat;
}

.brief .head{
    width: 100%;
}

.brief .head .name{
    width: 100%;
    color: orange;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
}

.brief .head .date{
    width: 100%;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
}

.brief .content{
    width: 100%;
}

.brief .content .title{
    width: 100%;
    font-size: 18px;
    line-height: 48px;
    font-weight: bold;
}

.brief .content .text{
    width: 100%;
    font-size: 14px;
}

.bestsellers_scrollable_box{
    width: 1000px;
    height: 250px;
    float: left;
    margin: 0;
    position: relative;
    padding: 15px 0;
}

.bestsellers_scrollable_box .scrollable {
    position:relative;
    overflow:hidden;
    width: 940px;
    height: 250px;
    margin: 0 30px;
}

.bestsellers_scrollable_box .scrollable .items {
    width:20000em;
    position:absolute;
}

.bestsellers_scrollable_box .items div {
    float:left;
    margin: 0;
    width: 1000px;
    height: 40px;
    position: relative;
}

.bestsellers_scrollable_box .items div .product-box{
    float: left;
    width: 170px;
    margin: 0 9px;
}
.bestsellers_scrollable_box .items div .product-box img{
    border: 1px solid #CACACA;
}

.bestsellers_scrollable_box .items div .product-box a,
.bestsellers_scrollable_box .items div .product-box span.text-line{
    line-height: 24px;
    width: 100%;
    display: block;
    color: #656563;
}

.bestsellers_scrollable_box .items div .product-box span.text-line span.price{
    color: #ef561d;
    font-weight: bold;
}

.bestsellers_scrollable_box a.next.browse.right{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/shops_right.png') 0 0 no-repeat;
    width: 11px;
    height: 19px;
    position: absolute;
    top: 38%;
    right: 10px;
    margin: 0;
    margin-top: -9px;
    z-index: 2;
    cursor: pointer;
}

.bestsellers_scrollable_box a.prev.browse.left{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/shops_left.png') 0 0 no-repeat;
    width: 11px;
    height: 19px;
    position: absolute;
    top: 38%;
    left: 10px;
    margin: 0;
    z-index: 2;
    cursor: pointer;
    margin-top: -9px;
}

h2 {
    text-decoration: underline;
    font-size: 20px;
}

#cms-tabs .tab-content .cms-video-list-container .cms-video-list{
    width: 100%;
    list-style: none;
    float: left;
    padding-bottom: 0;
}
#cms-tabs .tab-content .cms-video-list-container .cms-video-list li {
    width: 948px;
    background: #FFF;
    border: 1px solid #CACACA;
    margin: 20px 0;
    padding: 20px;
    text-align: left;
}
#cms-tabs .tab-content .cms-video-list-container .page_navigation{
    float: right;
}
#cms-tabs .tab-content .cms-video-list-container .page_navigation a{
    height: 26px;
    line-height: 26px;
    border: 1px solid #CACACA;
    background: #FFF;
    padding: 0 9px;
    display: block;
    margin: 0 5px;
    float: left;
    color: #000;
}
#cms-tabs .tab-content .cms-video-list-container .page_navigation a.active_page{
    color: #d14923;
    font-weight: bold;
}

#cms-tabs .tab-content .cms-video-list-container .cms-video-list li h3 {
    margin: 10px 0 5px;
}

#cms-tabs .tab-content .cms-video-list-container .cms-video-list li img{
    cursor: pointer;
}

#cms-tabs .tab-content .cms-video-list-container .cms-video-list li div.left{
    width: 232px;
    height: 167px;
}

#cms-tabs .tab-content .cms-video-list-container .cms-video-list li div.right{
    width: 675px;
}

/* the overlayed element */
.simple_overlay {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;
    /* styling */
    background-color:#FFF;
    /*width:675px;*/
    padding: 20px;
    border:1px solid #CACACA;
    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/close.png");
    position:absolute;
    right:4px;
    top:4px;
    cursor:pointer;
    height:12px;
    width:11px;
}

div.cms-newsletter-box{
    width: 301px;
    position: relative;
    width: 1000px;
    height: 616px;
}

div.cms-newsletter-box .cms-newsletter-inner{
    position: absolute;
    top: 100px;
    left: 32px;
}

div.cms-newsletter-box form{
    width: 301px;
    display: block;
    float: left;
}

div.cms-newsletter-box label  {
    display: block;
    font-size: 28px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 6px;
}

div.cms-newsletter-box p.small {
    clear: both;
    float: left;
    font-size: 9px;
    line-height: 9px;
    margin-top: 10px;
}

div.cms-newsletter-box a.button{
    border-radius: 0;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/newsletter/button_middle.png") 0 0 repeat-x;
    height: 48px;
    line-height: 40px;
    display: block;
    float: left;
    text-decoration: none;
    width: 115px;
    text-align: center;
    color: #FFF;
}

div.cms-newsletter-box .input-box > input {
    background: #FFF;
    border: 1px solid #CACACA;
    padding: 5px;
    margin-bottom: 5px;
    width: 290px;
}

#cms-newsletter-tooltip{
    width: 400px;
    padding: 30px;
    border: 3px solid #CACACA;
    background: #FFF;
}

div.cms-newsletter-box .description,
div.cms-newsletter-box .how-to-resign{
    font-size: 12px;
    margin-top: 10px;
    float: left;
    width: 500px;
    margin-left: 40px;
}

div.cms-newsletter-box .how-to-resign{
    text-decoration: underline;
}

div.cms-newsletter-box .description{
    margin-top: 20px;
}

div.cms-newsletter-box .button-left,
div.cms-newsletter-box .button-right{
    width: 8px;
    height: 48px;
}

div.cms-newsletter-box .button-left{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/newsletter/button_left.png") 0 0 no-repeat;
}

div.cms-newsletter-box .button-right{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/newsletter/button_right.png") 0 0 no-repeat;
}

div.cms-newsletter-box .button-left.left
div.cms-newsletter-box .button-right.left{
    float: left;
}

div.cms-newsletter-box .button-left.right
div.cms-newsletter-box .button-right.right{
    float: right;
}

div.cms-newsletter-box .actions{
    margin-left: -3px;
    margin-right: -4px;
}

#shops-banner-small{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/footer/social/shops.png") 0 0 repeat-x;
    width: 148px;
    height: 39px;
}

#no-route{
    font-size: 15px;
}

#no-route .right a{
    text-decoration: underline;
}


/** Category bannery top **/

.category_banner_top{
    width: 1000px;
    margin-bottom: 30px;
    float: left;
}

.category_banner_top .main{
    width: 1000px;
    height: 511px;
    float: left;
    position: relative;
    padding: 0;
}

.category_banner_top .main table{
    position: absolute;
    top: 275px;
    right: 125px;
    border-spacing: 20px;
    border-collapse: separate;
}
.category_banner_top .main table tr td a{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #FFF;
    padding: 0 30px 0 20px;
    display: block;
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/arrow_white.png') 90% 50% no-repeat #1b242f;
    text-align: center;
}

.category_banner_top .bottom{
    height: 220px;
    width: 1000px;
    float: left;
    margin-top: 20px;
}

.category_banner_top .bottom .left{
    height: 220px;
    width: 496px;
    float: left;
    position: relative;
}

.category_banner_top .bottom .left a{
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/arrow_white.png") 90% 50% no-repeat #1b242f;
    padding: 0 30px 0 20px;
}

.category_banner_top .bottom .right{
    height: 220px;
    width: 496px;
    float: right;
    position: relative;
}

.category_banner_top .bottom .right a{
    bottom: 0;
    position: absolute;
    left: 0;
    line-height: 24px;
    font-size: 12px;
    color: #FFF;
    background: #303030;
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/arrow_white.png") 90% 50% no-repeat #1b242f;
    padding: 0 30px 0 20px;
}

.category_banner_top .scrollable {
    position:relative;
    overflow:hidden;
    width: 1000px;
    height: 511px;
}

.category_banner_top .scrollable .items {
    width:20000em;
    position:absolute;
}

.category_banner_top .items div {
    float:left;
    margin: 0;
    width: 1000px;
    height: 511px;
    position: relative;
}

.category_banner_top a.next.browse.right{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/slider_right.png') 0 0 no-repeat;
    width: 40px;
    height: 54px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: 0;
    margin-top: -27px;
    z-index: 2;
    cursor: pointer;
}

.category_banner_top a.prev.browse.left{
    background: url('https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/home/slider_left.png') 0 0 no-repeat;
    width: 40px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin: 0;
    margin-top: -27px;
    z-index: 2;
    cursor: pointer;
}

.orange-button{
    background: url("https://www.artgeist.pl/skin/frontend/default/artgeist/images/cms/orange-button.jpg") 0 0 repeat-x;
    height: 33px;
    color: #FFF;
    line-height: 33px;
    font-size: 15px;
    font-family: Arial;
    text-decoration: none;
    padding: 0 20px;
    display: block;
    float: left;
}

.orange-button.promo-page{
    margin-bottom: 50px;
}

span.promo-text{
    margin-bottom: 10px;
    width: 100%;
    display: block;
    float: left;
}

.dekoracje { margin: 0; padding: 0; width: 100%; }
.dekoracje h1 { margin-top: 15px; padding-bottom: 20px; border-bottom: 1px solid rgb(202, 202, 202); color: rgb(168, 168, 168); text-decoration: none; }
.dekoracje .learn_more { margin-bottom: 20px; font-size: 14px; }
.dekoracje .learn_more span { margin-right: 10px; }
.dekoracje .learn_more a { color: #008AFF; margin-right: 10px; }
.dekoracje .main_banner { position: relative; width: 1000px; height: 290px; }
.dekoracje .main_banner .description { position: absolute; left: 0; bottom: 0; padding: 30px; width: 350px; height: 60px; color: #FFFFFF;  background-color: #000000; opacity: 0.6; }
.dekoracje .main_banner .description strong { font-size: 18px; }
.dekoracje .decoration_label { font-weight: bold; margin: 1em 0; }
.dekoracje .decoration_container { width: 942px; border: 1px solid #dddddd; border-bottom: 0 none; padding: 0 28px 40px; height: 850px; background-color: #FFFFFF; }
.dekoracje .decoration_container a { display: block; float: left; width: 280px; height: 240px; padding: 26px 11px; border: 0 none; color: #000000; text-decoration: none; font-weight: bold; margin-top: 14px; }
.dekoracje .decoration_container a:hover { border: 1px solid #D1D1D1; box-shadow: 0 0 10px #D1D1D1; padding: 26px 10px 25px; margin-top: 13px; }
.dekoracje .decoration_container a.mid { margin-left: 18px; margin-right: 18px; }
.dekoracje .decoration_container a p { margin-top: 1em; }


/***********DROPSHIPPING************/
.dropshipping{
    text-align: justify;
}
.dropshipping h1{margin: 20px 0;width: 100%;font-size: 3em;text-align: center;}
.dropshipping>h2,
.dropshipping>h3{width: 100%;text-align: center;margin: 10px 0 20px;font-size: 1.5em;font-weight: normal;}
.dropshipping p.cooperation{
    margin: 10px 0 46px;
    text-align: center;
}
.dropshipping .cooperation img{
    width: 100%;
    max-width: 571px;
    margin: 0 auto;
}
.dropshipping p.cooperation2{
    margin: 10px 0 46px;
    text-align: center;
}
.dropshipping .cooperation2 img{
    width: 100%;
    max-width: 533px;
    margin: 0 auto;
}
.dropshipping table{
    margin: 30px 30px 10px;
}
.dropshipping table td{
    padding-bottom: 20px;
}
.dropshipping table td:first-child span{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    display: block;
    height: 25px;
}
.dropshipping table td:first-child span.numbered{
    background-color:#3276dc;
}
.dropshipping table td:first-child span i{
    color: #3276dc;
    border-radius: 50%;
}
.dropshipping table.offerTable td p{
    margin: 0px;
}
.dropshipping table.offerTable td p:first-child{
    margin-bottom: 20px;
}
.dropshipping table.offerTable td:first-child span{
    font-size: 20px;
    line-height: 19px;
    width: 19px;
    height: 19px;
    margin-right: 7px;
    margin-left: 3px;
    margin-top: 0px;
}
.dropshipping table.offerTable.benefits{
    margin-right: 0px !important;
    margin-bottom: 30px;
}
.dropshipping table.offerTable.benefits td:first-child span{
    margin-top: 3px;
}
.dropshipping table.offerTable td:first-child span i{
    font-style: normal;
    font-weight: normal;
}
.dropshipping table.comparetable{
    width: 100%;
    border-collapse:collapse;
    border: 1px solid #bfbfbf;
    margin: 30px 0 50px;
}
.dropshipping table.comparetable td{
    border: 1px solid #bfbfbf;
    padding: 10px 15px !important;
    vertical-align: middle;
    text-align: center;
}
.dropshipping table.comparetable td i{font-style: normal;    color: #3276dc;font-size: 20px;}
.dropshipping table.comparetable td:first-child{
    text-align: left;
}
.clearfix:before,.clearfix:after {content:'';display:block;clear:both;}

.dropshipping table.comparetable td .fa-check{
    font-size: 14px;
    font-style: normal;
    color: #0eaf47;
}
.dropshipping table.about-us{
    padding-left: 14px;
    margin-right: 0px;
}
.dropshipping table.about-us td:first-child{
    padding-left:13px;
}
.dropshipping table.about-us td:first-child img{
    margin-bottom: 20px;
}
.dropshipping table.about-us td + td{
    text-align: right;
}
.dropshipping .kam,
.dropshipping .fourColumn{
    width: 100%;
    margin-top: 20px;
    background: #fff;
}
.dropshipping .fourColumn > div{
    width: 25%;
    float: left;
    text-align: center;
}
.dropshipping .fourColumn > div img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.dropshipping .kam a,
.dropshipping .fourColumn > div a{
    color: #008aff;
    text-decoration: underline;
    display: block;
    margin-bottom: 15px;
}
.dropshipping .kam a:hover,
.dropshipping .fourColumn > div a:hover{
    color: #3276dc ;
}
.dropshipping .examples{
    padding: 10px 0px 40px;
}
.dropshipping .examples .fourColumn{padding: 20px 0;}
.dropshipping .kam{
    padding-bottom: 30px;
    position: relative;
}
.dropshipping .kam > div:first-child{
    float: left;
    width: 150px;
    margin: 20px 40px;
}
.dropshipping .kam > div:first-child img{
    width: 100%;
}
.dropshipping .kam > div:first-child + div{
    margin-top: 20px;
    float: left;
    width: 400px;
    line-height: 29px;
}
.dropshipping .kam > div:first-child + div span{
    font-size: 16px;
}
.dropshipping .kam > div:first-child + div a.btnstyle{
    display: block;
    margin-top: 10px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 7px 0;
    color: #fff;
    background: #008aff;
    font-size: 20px;
}
.dropshipping .kam > div:first-child + div a.btnstyle:hover{
    background-color: #3276dc;
}
.dropshipping .kam > div:first-child + div a.btnstyle i{
    font-style: normal;
}
.dropshipping .kam br{line-height: 10px;}
@media (max-device-width: 767px){
    .dropshipping .fourColumn > div{
        width: 50%;
    }
}
@media (max-device-width: 460px){
    .dropshipping .fourColumn > div{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (min-device-width: 440px) and (max-device-width: 640px){
    .dropshipping .kam > div:first-child {
        position: absolute;
        top: 0px;
        margin: 20px 0 0 10px;
        left: 0px;
    }
    .dropshipping .kam > div:first-child + div{
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px 0 170px;
    }

}
@media (max-device-width: 439px){
    .dropshipping .kam > div:first-child + div,
    .dropshipping .kam > div:first-child {
        margin: 10px 0px;
        width: 100%;
        text-align: center;
    }
    .dropshipping .kam > div:first-child img{
        max-width: 150px;
        margin: 0 auto;
    }
    .dropshipping .kam > div:first-child + div a.btnstyle{
        margin: 0 auto;
        width: 90%;
    }

}
@media (max-device-width: 900px){
    .dropshipping table{
        margin-left: 15px !important;
        margin-right: 15px !important;
        width: auto !important;
    }
}

.cms-index-noroute .col-main .page-title{display: none;}
#page-404 {overflow: hidden;}
#page-404 .col-left-404{
    width: 43%;
    margin-right: 7%;
}
#page-404 .col-left-404 img{width: 100%;}
#page-404 .col-right-404{
    width: 50%;
    font-size: 14px;
}
#page-404 .col-right-404 h2{text-transform: uppercase;font-size: 30px;margin-bottom: 0;}
#page-404 h2{width: 100%;
             float: left;
             margin-top: 50px;
             font-size: 26px;
             text-decoration: none;
             font-weight: 300;}
#page-404 h3{width: 100%;
             float: left;
             font-size: 22px;
             text-decoration: none;
             margin: 0px;
             font-weight: normal;
             font-weight: 300;}
#page-404 .col-right-404 > a{
    background-color: #3276dc;
    color: #ffffff;
    display: inline-block;
    font-family: Roboto;
    font-size: 1.35em;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    margin: 20px 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    text-decoration: none !important;
}
#page-404 .col-right-404 > a img {
    margin-left: 10px;
    margin-top: 18px;
}
#page-404 .col-right-404 > a:hover {
    background-color: #357de8;
}
#page-404 table{width: 36%;float: left;}
#page-404 table td{padding: 0 10px 5px 0;vertical-align: middle;}
#page-404 table td a{text-decoration: underline; color: #656565;
                     transition: all .25s ease-in-out;
                     -moz-transition: all .25s ease-in-out;
                     -webkit-transition: all .25s ease-in-out;}
#page-404 table td a:hover{color: #357de8;}

@media (min-device-width: 768px) and (max-device-width: 900px){
    #page-404{margin-top: -10px;}
    #page-404 .col-left-404{
        margin-right: 2%;
    }
    #page-404 .col-right-404{width: 55%;}
    #page-404 .col-right-404 h2{margin-top: 10px;}
    #page-404 .col-right-404 > a{margin: 10px 0;}
    #page-404 table{width: 45%;}
}
@media (min-device-width: 768px){
    #page-404 .col-left-404,
    #page-404 .col-right-404{
        float: left;
    }

}
@media (max-device-width: 767px){
    #page-404 .col-right-404,
    #page-404 .col-left-404{
        width: 100%;max-width: 300px;margin: 0 auto;
    }
    #page-404 .col-right-404 h2{margin-top: 10px;}
    #page-404 .col-right-404 > a{font-size: 1.2em;padding: 0 30px;}
    #page-404 table{width: 100%;margin: 5px 0;}
    #page-40 .homepage-triplebanner-container{display: none;}
    .contact-col-left,
    .contact-col-right{
        width: 100%;
    }
}

.privacy_policy h1{font-size: 22px;margin: 20px 0 30px;}
.privacy_policy h2{font-size: 18px;text-decoration: none;margin-bottom: 10px;}
.privacy_policy .sub-sub-header{font-size: 14px;margin-bottom: 2px;}
