/* ==========================================================================
   cete.city - OpenCart 3.0.5.x - arkusz uproszczony
   Zmiana glowna: pomaranczowy gradient zastapiony gradientem dwoch czerwieni
   #B63C2B (jasna) -> #882620 (ciemna)

   Mapowanie starych kolorow akcentu:
   #d07f48          -> #B63C2B   (linki, ceny, gora gradientu)
   #ad461d          -> #882620   (hover linkow, dol gradientu)
   gradient hover   -> linear-gradient(to bottom, #882620, #B63C2B)

   Usunieto: prefiksy -moz-/-webkit-/-o-/-ms-, fallbacki SVG (data-URI),
   filtry IE (progid:DXImageTransform), style .ie8, zduplikowane reguly.
   Wyglad strony pozostaje bez zmian (poza kolorem gradientu).
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic);

body {
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #959da6;
    font-size: 14px;
    position: relative;
    background: url(images/bg.png);
}

.body_wrap {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 100%);
}

/* ==========================================================================
   Typografia
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    margin-bottom: .7em;
}
h1 { font-size: 29px; }
h2 { font-size: 25px; }
h3 { font-size: 23px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #b8c0c8;
}
h4, h5, h6,
h4 span, h5 span, h6 span,
h4 a, h5 a, h6 a {
    color: #fff;
}

.caption h4 a { color: #b8c0c8; }
.caption h4 a:hover { color: #fff; }

em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 85%; }

p {
    line-height: 21px;
    margin-bottom: 16px;
    font-weight: 400;
    color: #959da6;
}

.margin-30 { margin-bottom: 30px; }

.foo, h6.foo {
    font-size: 11px;
    text-transform: uppercase;
    color: #808e9e;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    margin: 25px 0;
}

.fa { font-size: 14px; }

a {
    color: #B63C2B;
    cursor: pointer;
}
a:hover {
    color: #882620;
    text-decoration: none;
}

legend {
    color: #b8c0c8;
    font-size: 18px;
    padding: 7px 0;
    border-color: #b8c0c8;
}

label {
    font-size: 12px;
    font-weight: normal;
}

/* Poprawki Bootstrapa */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg { display: inline; }
.nav-tabs { margin-bottom: 15px; }
.nav-tabs > li > a { border: none; }

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* ==========================================================================
   Nawigacja / rozwijane menu
   ========================================================================== */

.dropdown a, .nav > li > a { color: #d3d4d5; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.nav > li > a:focus {
    background: none;
}

.nav > li > a:hover, .dropdown a:hover {
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(89,27,7,0.43);
    background: none;
}

.dropdown-menu {
    background: url(images/bg-widget2.png) repeat;
    border-radius: 8px;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
    border-top: 1px solid #5e6771;
    border-left: 1px solid #525B68;
}

.dropdown-menu li > a { color: #d3d4d5; }

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(89,27,7,0.43);
    background: linear-gradient(to bottom, #B63C2B, #882620);
}

/* ==========================================================================
   Gorny pasek (#top)
   ========================================================================== */

#top {
    background: url(images/comment-bg2.png) repeat;
    border-bottom: 1px solid #171d21;
    padding: 4px 0 3px;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container { padding: 0 20px; }

#top #currency .currency-select { text-align: left; }
#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}

#top .btn-link, #top-links li, #top-links a {
    color: #d3d4d5;
    text-shadow: 0 1px 0 #000;
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover { color: #B63C2B; }

#top-links { padding-top: 6px; }
#top-links a + a { margin-left: 15px; }
#top-links ul li a { background: none; }

#top-links ul li ul li a:hover {
    color: #fff;
    text-shadow: 0 1px 1px rgba(89,27,7,0.43);
    background: linear-gradient(to bottom, #B63C2B, #882620);
}

/* Logo */
#logo { margin: 0 0 10px 0; }

/* Wyszukiwarka */
#search { margin-bottom: 10px; }
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    color: #fefae5;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #B63C2B, #882620);
    border: 1px solid #171d21;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
#search .btn-lg:hover, #search .btn-lg:focus {
    background-image: linear-gradient(to bottom, #882620, #B63C2B);
}

/* ==========================================================================
   Menu glowne
   ========================================================================== */

#menu {
    min-height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 100%);
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
    border: none;
    border-top: 1px solid #5e6771;
    border-left: 1px solid #525B68;
}
#menu .nav > li > a {
    color: #d3d4d5;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(45,51,58,0.8);
    padding: 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #fff;
    text-shadow: 0 1px 1px rgba(89,27,7,0.43);
    background: linear-gradient(to bottom, #B63C2B, #882620);
}
#menu .dropdown-menu {
    padding: 0;
    box-shadow: 0 5px 5px -1px rgba(0,0,0,0.2);
}
#menu .dropdown-inner {
    display: table;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 100%);
}
#menu .dropdown-inner ul { display: table-cell; }
#menu .dropdown-inner ul li {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-top-color: #171d21;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #d3d4d5;
    font-size: 12px;
}
#menu .dropdown-inner ul li a:hover {
    text-shadow: 0 1px 1px rgba(89,27,7,0.43);
    background: linear-gradient(to bottom, #B63C2B, #882620);
}
#menu .dropdown-inner li a:hover { color: #FFFFFF; }

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #d3d4d5;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(45,51,58,0.8);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-image: linear-gradient(to bottom, #B63C2B, #882620);
    border: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active,
#menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
}

#menu .see-all {
    display: block;
    width: 100%;
    font-size: 12px;
    font-stretch: expanded;
    color: #FFF;
    padding: 4px 18px;
    background-image: linear-gradient(to bottom, #B63C2B, #882620);
}
#menu .see-all:hover {
    background-image: linear-gradient(to bottom, #882620, #B63C2B);
}

/* ==========================================================================
   Tresc i stopka
   ========================================================================== */

#content { min-height: 600px; }

footer {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #171d21;
    color: #e2e2e2;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 100%);
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a { color: #ccc; }
footer a:hover { color: #fff; }
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/* ==========================================================================
   Alerty
   ========================================================================== */

.alert {
    background: transparent;
    padding: 8px 14px;
}

.alert-danger {
    color: #f27b55;
    background: #804b3e;
    border: 0 none;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
}

.alert-success {
    color: #a3c945;
    background: #3d5331;
    border: 0 none;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
}

/* ==========================================================================
   Breadcrumb i paginacja
   ========================================================================== */

.breadcrumb {
    background: url(images/comment-bg3.png) repeat;
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #171d21;
}
.breadcrumb i { font-size: 15px; }
.breadcrumb > li {
    text-shadow: 0 1px 1px rgba(89,27,7,0.43);
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #171d21;
    border-bottom: 1px solid #171d21;
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
    border: 1px solid #171d21;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
}
.pagination > li > a, .pagination > li > span {
    color: #B63C2B;
    background: url(images/comment-bg3.png) repeat;
    border: 1px solid #171d21;
}
.pagination > li span, .pagination > li > a:hover {
    border: 1px solid #171d21;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(89,27,7,0.43);
    background: linear-gradient(to bottom, #B63C2B, #882620);
}
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
    border: 1px solid #171d21;
}

/* ==========================================================================
   Przyciski
   ========================================================================== */

.buttons { margin: 1em 0; overflow: auto; }

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs { font-size: 9px; }
.btn-sm { font-size: 10.2px; }
.btn-lg { padding: 10px 16px; font-size: 15px; }
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover { font-size: 12px; }
.btn-group > .btn-xs { font-size: 9px; }
.btn-group > .btn-sm { font-size: 10.2px; }
.btn-group > .btn-lg { font-size: 15px; }

.btn.focus, .btn:focus, .btn:hover { color: #fff; }

.btn-default {
    color: #fefae5;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #B63C2B, #882620);
    border: none;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}

.btn-primary {
    border: none;
    outline: none;
    color: #fefae5;
    text-shadow: 0 1px 1px rgba(70,15,10,0.9);
    background-color: transparent;
    background-image: linear-gradient(to bottom, #B63C2B, #882620);
    box-shadow: 0 15px 12px -16px rgba(0,0,0,0.8);
}
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled],
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    border: none;
    outline: none;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #882620, #B63C2B);
    color: #fefae5;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
    color: #ffffff;
}

/* ==========================================================================
   Lista grup (menu kategorii w bocznej kolumnie)
   ========================================================================== */

.list-group {
    background: url(images/bg-widget.png) repeat;
    border-radius: 8px;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
    border-top: 1px solid #5e6771;
    border-left: 1px solid #525B68;
}
.list-group a {
    border: none;
    border-bottom: 1px solid #000;
    color: #d3d4d5;
    padding: 8px 12px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 100%);
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #fff;
    text-shadow: 0 1px 1px rgba(89,27,7,0.43);
    background: linear-gradient(to bottom, #B63C2B, #882620);
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    border: none;
    border-bottom: 1px solid #000;
}

/* ==========================================================================
   Karuzela
   ========================================================================== */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* ==========================================================================
   Produkty
   ========================================================================== */

.product-thumb {
    width: 100%;
    margin: 10px;
    background: #353e47;
    border: 1px solid #4a545e;
    border-radius: 5px;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
}
.product-thumb .image {
    position: relative;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}
.product-thumb .image a { display: block; }
.product-thumb .image img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s ease-in-out;
}
.product-thumb .image img:hover {
    transform: scale(1.2) translateX(5px) rotate(5deg);
}
.product-grid .product-thumb .image { float: none; }

.product-thumb h4 { font-weight: bold; }

.product-thumb .caption {
    padding: 0 20px;
    min-height: 220px; /* dla dluzszych nazw */
}
.product-list .product-thumb .caption { margin-left: 230px; }

.product-thumb .rating { padding-bottom: 10px; }
.rating .fa-stack { font-size: 8px; }
.rating .fa-star-o { color: #999; font-size: 15px; }
.rating .fa-star { color: #FC0; font-size: 15px; }
.rating .fa-star + .fa-star-o { color: #E69500; }

h2.price { margin: 0; }
.product-thumb .price { color: #B63C2B; }
.product-thumb .price-new { font-weight: 600; }
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #4a545e;
    overflow: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-image: linear-gradient(to bottom, #B63C2B, #882620);
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #4a545e;
}
.product-thumb .button-group button:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #882620, #B63C2B);
    cursor: pointer;
}

.product-thumb .date {
    margin-top: 5px;
    text-align: right;
    font-size: 13px;
    font-style: italic;
    color: #55aece;
    text-shadow: 1px 1px 1px rgba(45,51,58,0.5);
}

/* Miniatury */
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -20px;
}
.thumbnails > li { margin-left: 20px; }
.thumbnails > img { width: 100%; }
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional { max-width: 78px; }
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

.image-thumb {
    margin: 8px;
    width: 0%;
}
.image-thumb .image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
    z-index: 1;
}
.image-thumb .image a { display: block; }
.image-thumb .image img { width: 100%; }

/* Flexslider */
.flexslider .slides img { width: inherit; }
.flexslider.carousel .slides img { width: auto; }
.slides {
    padding: 0;
    margin: 0;
    list-style: none;
}
.slides li { text-align: center; }
.slides li img { text-align: center; }
.flex-direction-nav a:before { line-height: 40px; }

/* Klasy pomocnicze (animacje / zaokraglenia) */
.transition { transition: all 0.5s ease-in-out; }
.transform { transform: scale(1.2) translateX(5px) rotate(5deg); }
.notransition { transition: none !important; }
.notransform { transform: none !important; }
.upborderradius { border-radius: 5px 5px 0 0; }
.borderradius { border-radius: 5px; }

/* ==========================================================================
   Formularze
   ========================================================================== */

select.form-control, textarea.form-control, input[type="text"].form-control,
input[type="password"].form-control, input[type="datetime"].form-control,
input[type="datetime-local"].form-control, input[type="date"].form-control,
input[type="month"].form-control, input[type="time"].form-control,
input[type="week"].form-control, input[type="number"].form-control,
input[type="email"].form-control, input[type="url"].form-control,
input[type="search"].form-control, input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    background-color: transparent;
    border: none;
    color: #959da6;
}
.input-group select { background-color: transparent; }

input[type="tel"],
input[type="email"],
#input-enquiry,
#input-review,
input[type="text"],
input[type="password"],
textarea,
.select_styled {
    border: 1px solid #171d21 !important;
    background: linear-gradient(to bottom, rgba(63,70,78,0.4) 0%, rgba(64,71,79,0.4) 1%, rgba(148,152,158,0.4) 100%) !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    color: #b8c0c8 !important;
    box-sizing: border-box !important;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1) !important;
}

.select_styled {
    padding: 0 16px;
    outline: none !important;
}

textarea { padding: 10px 16px; }

input[type="tel"],
input[type="email"],
input[type="text"],
input[type="password"] {
    width: 100%;
    margin: 0;
    outline: none;
    font-size: 13px;
    color: #b8c0c8;
}

input[type="tel"]:focus,
input[type="email"]:focus,
#input-enquiry,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #171d21;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}

select.form-control {
    background-image: url(images/selects2.png);
    color: #fff;
    text-shadow: 0 1px 1px rgba(89,27,7,0.43);
    border: none;
    outline: none;
}
select.form-control option {
    color: #b8c0c8;
    background: #353e47;
    border: 1px solid #4a545e;
}

.input-group .form-control[name^=quantity] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    min-width: 50px;
}

/* ==========================================================================
   Panele, boksy, widgety
   ========================================================================== */

.panel, .well, .modal-content, .boxed {
    background: #353e47;
    border: 1px solid #4a545e;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
}

.close, .close:hover { color: #fff; }

.boxed-velvet {
    background: url(images/bg-widget2.png) repeat;
    border-radius: 8px;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
    border-top: 1px solid #5e6771;
    border-left: 1px solid #525B68;
}
.boxed-velvet .inner {
    border-radius: 6px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 100%);
}
.boxed-velvet li a { color: #d3d4d5; }
.boxed-velvet li a:hover {
    text-shadow: 0 1px 1px rgba(89,27,7,0.43);
    background: linear-gradient(to bottom, #B63C2B, #882620);
}

.widget-container { margin-bottom: 50px; }
.widget-container .widget-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 13px;
    text-shadow: 1px 1px 1px rgba(45,51,58,0.43);
}

.rounded {
    border-radius: 8px;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
}

.img-thumbnail {
    border: none;
    background: url(images/bg-widget.png) repeat;
    border-radius: 8px;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
    border-top: 1px solid #5e6771;
    border-left: 1px solid #525B68;
}

hr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #5e6771;
}

/* ==========================================================================
   Owl Carousel
   ========================================================================== */

.owl-carousel {
    background: #353e47 !important;
    border: 1px solid #4a545e !important;
    border-radius: 5px;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
    padding: 10px;
    position: relative;
    direction: ltr !important;
    overflow: hidden;
    margin-bottom: 20px;
}
.owl-pagination {
    top: 20px !important;
    height: 40px;
}
.owl-wrapper-outer { border: 4px solid #4a545e !important; }
.owl-carousel .owl-item img {
    border-radius: 6px;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.45);
    border: 1px solid #181f22;
}

/* ==========================================================================
   Komentarze
   ========================================================================== */

.comment-list {
    position: relative;
    margin-bottom: 26px;
}
.comment-list h2 { margin-bottom: 30px; }
.link-add-comment {
    position: absolute;
    top: 11px;
    right: 0;
    color: #55AECE;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.comment-list li.comment {
    padding-left: 80px;
    position: relative;
}
.comment-body {
    background: url(images/comment-bg.png) repeat;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.2);
    position: relative;
    margin-bottom: 22px;
    border-top: 1px solid #585C64;
}
.comment-body .inner {
    padding: 19px 15px 17px;
    border-radius: 5px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
}
.comment-avatar {
    position: absolute;
    top: 0;
    left: -80px;
    z-index: 0;
}
.comment-avatar .avatar {
    border-radius: 3px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.30), inset 1px 1px 2px rgba(255,255,255,0.2);
    border: 1px solid #101419;
    width: 58px;
    overflow: hidden;
}
.comment-avatar img {
    display: block;
    width: 58px;
    position: relative;
    z-index: -1;
}
.comment-arrow {
    width: 7px;
    height: 9px;
    position: absolute;
    top: 14px;
    left: -7px;
    z-index: 2;
    background: url(images/comment_arrow.png) no-repeat;
}
.comment-author {
    margin-bottom: 5px;
    text-align: right;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.link-author {
    font-size: 16px;
    text-decoration: none;
    float: left;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    position: relative;
    top: -4px;
}
.link-reply {
    color: #fff;
    padding-right: 2px;
}
.comment-entry {
    font-size: 13px;
    line-height: 20px;
}

/* ==========================================================================
   Checkboxy i radio (custom)
   ========================================================================== */

.custom-checkbox, .custom-radio { position: relative; }
.custom-checkbox label::selection, .custom-radio label::selection { background: transparent; color: inherit; }

.custom-checkbox input, .custom-radio input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    border: none;
    width: 0;
    height: 0;
    display: none;
}
.custom-checkbox input { left: 6px; top: 7px; }

.custom-checkbox label, .custom-radio label {
    display: block;
    position: relative;
    height: 26px;
    line-height: 26px;
    padding-left: 36px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #b8c0c8;
    background-position: 0 0;
}
.custom-radio label {
    height: 28px;
    line-height: 28px;
    margin-bottom: 4px;
    margin-right: 10px;
}
.custom-checkbox label img, .custom-radio label img {
    vertical-align: middle;
    top: -5px;
    position: relative;
}
.custom-checkbox label { background: url(images/styled_checkbox.png) no-repeat; }
.custom-radio label { background: url(images/styled_radiobutton.png) no-repeat; }
.custom-checkbox label.checked, .custom-radio label.checked { background-position: 0 -100px; }
.checkbox-red .custom-checkbox label.checked, .radio-red .custom-radio label.checked { background-position: 0 -200px; }
.custom-checkbox label.focus, .custom-radio label.focus { outline: 0; }

.checkbox-large .custom-checkbox label {
    background: url(images/styled_checkbox_large.png) no-repeat;
    background-position: 0 0;
    height: 34px;
    line-height: 24px;
    padding-left: 95px;
}
.checkbox-large .custom-checkbox label.checked { background-position: 0 -100px; }

/* ==========================================================================
   Tabele i panele Bootstrapa
   ========================================================================== */

.table-bordered {
    background: #353e47;
    border-color: #4a545e;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
}
thead {
    color: #d3d4d5;
    background: url(images/comment-bg2.png) repeat;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #4a545e;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background: url(images/comment-bg3.png) repeat;
}

.panel-heading {
    color: #d3d4d5 !important;
    background: url(images/comment-bg2.png) repeat;
    border-color: #4a545e !important;
}
.panel-body { border-top-color: #4a545e !important; }
.panel-title, .panel-title > a { color: #d3d4d5 !important; }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #353e47;
    border-color: #4a545e;
}
.table > tbody > tr > td, .table > tbody > tr > th,
.table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #4a545e;
}

/* ==========================================================================
   Wlasne dopiski (bialy tekst w modulach HTML)
   ========================================================================== */

.common-home .well, .common-home .panel-body, .extension-module-html {
    color: #ffffff !important;
}
.extension-module-html h1,
.extension-module-html h2,
.extension-module-html h3 {
    color: #ffffff !important;
}

/* ==========================================================================
   Zwijany opis kategorii (<details class="opis-zwijany">)
   Wersja A (aktywna): summary jako przycisk .btn.btn-primary.btn-lg
   - kolory, padding, cien i hover dziedziczy z motywu (.btn-primary =
     gradient #B63C2B -> #882620, hover = gradient odwrocony),
     wiec tutaj zostaja tylko zachowania specyficzne dla <details>.
   ========================================================================== */

.opis-zwijany { margin: 24px 0; }

.opis-zwijany > summary.btn.btn-primary.btn-lg {
    cursor: pointer;
    list-style: none;
    display: inline-block;
    outline: none;
    position: relative;
}

/* ukrycie domyslnego trojkata <details> */
.opis-zwijany > summary::-webkit-details-marker { display: none; }

/* strzalka po prawej stronie tekstu */
.opis-zwijany > summary.btn.btn-primary.btn-lg::after {
    content: '\25BA';              /* ► */
    display: inline-block;
    margin-left: 8px;
    font-size: 0.9em;
    transition: transform 0.2s ease;
}

.opis-zwijany[open] > summary.btn.btn-primary.btn-lg::after {
    transform: rotate(90deg);
}

/* tresc rozwijana - kolory zgodne z motywem */
.opis-zwijany .tresc {
    margin-top: 16px;
    line-height: 1.7;
    color: #959da6;
}

/* ==========================================================================
   Zwijany opis kategorii - WERSJA B (alternatywa: rama w stylu panelu)
   Aby jej uzyc: odkomentuj blok nizej, a w HTML summary NIE powinno miec
   klas btn/btn-primary/btn-lg.

.opis-zwijany {
    margin: 20px 0;
    padding: 0 16px;
    background: #353e47;
    border: 1px solid #4a545e;
    border-radius: 5px;
    box-shadow: 5px 5px 22px -2px rgba(0,0,0,0.5);
}
.opis-zwijany > summary {
    cursor: pointer;
    padding: 14px 0;
    font-weight: 600;
    color: #B63C2B;
    list-style: none;
    position: relative;
    outline: none;
}
.opis-zwijany > summary:hover { color: #fff; }
.opis-zwijany > summary::-webkit-details-marker { display: none; }
.opis-zwijany > summary::after {
    content: '\25BE';              (trojkat w dol)
    position: absolute;
    right: 0;
    transition: transform 0.3s;
}
.opis-zwijany[open] { background: #3d454f; }
.opis-zwijany[open] > summary { border-bottom: 1px solid #4a545e; }
.opis-zwijany[open] > summary::after { transform: rotate(180deg); }
.opis-zwijany .tresc {
    padding: 16px 0;
    line-height: 1.7;
    color: #959da6;
}
   ========================================================================== */

/* ==========================================================================
   Responsywnosc
   ========================================================================== */

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu { display: block; }
    #menu .see-all {
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
    }
}

@media (min-width: 767px) {
    .product-list .product-thumb .image { float: left; }
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group { border-left: none; }
}

@media (max-width: 767px) {
    #menu { border-radius: 4px; }
    #menu div.dropdown-inner > ul.list-unstyled { display: block; }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0,0,0,0.1);
    }
    #menu .dropdown-inner { display: block; }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0,0,0,0.1);
        background: url(images/cusel-bg-2.png);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption { min-height: 0; }
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
    #cart { margin-bottom: 10px; }
}

@media (max-width: 479px) {
    .link-add-comment {
        top: 30px;
        left: 0;
        right: auto;
    }
    .comment-body .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}
