<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> body {
    margin: 0;
    padding: 0;
    font-family: 'Rajdhani', sans-serif;
    color: #595a5e;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
}

ul, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol, ol li {
    margin: 0;
    padding: 0;
}

a, a:link, a:visited, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
}


@media print {
    .no-display {
        display: none;
    }
}

.form-group .error {
    display: block;
    color: red;
    font-size: 12px;
}

.cut-it {
    width: 100%;
    overflow: hidden;
}

.top-header {
    background: #f18000;
}

.top-header ul {
    float: left;
}

.top-header ul li {
    float: left;
    margin: 0 20px 0 0;
}

.top-header ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 0;
    display: block;
}

.top-header ul li a i {
    margin: 0 3px 0 0;
}

.social-box {
    margin: 0 50px 0 0;
    float: right;
}

.social-box a {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    float: left;
    padding: 14px 0 13px;
    margin: 0 0 0 8px;
}

.social-box a:hover, .top-header ul li a:hover {
    opacity: .75;
}

.middle-header .logo {
    float: left;
}

.middle-header .logo a {
    padding: 30px 0;
    display: block;
}

.middle-header ul.small-top-menu {
    float: right;
    margin-top: 80px;
}

.middle-header ul li {
    float: left;
}

.middle-header ul li a {
    text-transform: uppercase;
    color: #595a5e;
    display: block;
    font-size: 22px;
    line-height: 20px;
    padding: 10px 10px;
    font-weight: 600;
}

.middle-header ul li a:hover, .middle-header ul li.active a {
    color: #f18000;
}

.middle-header ul li:first-child a {
    /*padding: 10px 10px 10px 0;*/
}

.bottom-header {
    background: #595a5e;
    position: relative;
}

.bottom-header ul {
    float: left;
}

.bottom-header ul li {
	position: relative;
    float: left;
    padding: 0 13px;
    border-right: 1px solid #737477;
}



.bottom-header ul li a {
    font-size: 21px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 21px 0 19px 0;
    position: relative;
    display: block;
}

.bottom-header ul li a:after {
    content: '';
    background: #494a4e;
    height: 30px;
    width: 100%;
    position: absolute;
    z-index: 65;
    bottom: -15px;
    left: 0;
    display: none;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

.bottom-header ul li:hover a:after {
    display: block;
}

.bottom-header ul li a:hover, .bottom-header ul li.active a {
    color: #aaaaaa;
}

.bottom-header ul li:last-child {
    margin-right: 0;
    padding-right: none;
}

.bottom-header ul li:nth-last-of-type(-n+2) a {
    font-weight: 400;
}

.bottom-header ul li:nth-last-of-type(-n+2) a:after {
    display: none;
}

.dds.brands .dropdown-menu {
    height: 175px;
    overflow: auto;
}

.dd-box {
    border-right: none;
}

.dd-box ul{
    display: block;
}

.dd-box.last {
    border-right: none;
}

.empty-field {
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    display: block;
}

.dd {
    position: absolute;
    top: 63px;
    left: 0;
	min-width: 300px;
    z-index: 60;
    background: #494a4e;
    display: none;
	padding: 15px 0;
}

.bottom-header .dd-box h2 a {
	font-size: 18px;
    color: #fff;
    text-transform: none;
    font-weight: 600;
    line-height: unset;
    position: unset;
    padding: 6px 0 6px 13px;
}

.bottom-header ul li:hover .dd {
    display: block;
}

.bottom-header ul li:hover {
	background: #494a4e;
}

.bottom-header .dd ul {
    float: none;
}

.bottom-header .dd ul li {
    float: none;
    margin: 0;
}

.bottom-header .dd ul li a {
    display: block;
    border-right: none;
    font-size: 13px;
    font-family: Arial, sans-serif;
    text-transform: none;
	position: relative;
}

.bottom-header .dd ul li a:after {
    display: none;
}

.bottom-header ul li:hover .dd ul li a  {
    color: #fff;
}

.bottom-header ul li:hover .dd ul li a:hover {
    color: #f18000;
}

.bottom-header .dd ul li a img {
    max-width: 32px;
    position: absolute;
    top: 0;
    left: 0;
}

.bottom-header .dd ul li a span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 38px;
    transform: translateY(-50%);
}

.search-box {
    /*float: right;*/
    position: absolute;
    right: 0;
    top: 18px;
    max-width: 150px;
    /*margin-top: 13px;*/
}

.search-box .form-control {
    padding: .375rem 2.25rem .375rem .75rem;
    /*background: #595a5e;*/
    color: #989898;
}

.search-box .btn {
    padding: 10px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    font-size: 16px;
    line-height: 16px;
    color: #989898;
}

.share-this {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}


.illustration-inner {
    background-position: top center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    height: 258px;
    max-width: 100%;
    margin: 0 auto;
}

.text-illustration {
    position: absolute;
    bottom: 30px;
    max-width: 780px;
}

.text-illustration h1, .title-container h1 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    line-height: 42px;
    text-transform: uppercase;
}

.title-container h1 {
    color: #f18000;
    margin-top: 40px;
}

.title-container h1 span {
    color: #595a5e;
}

.text-illustration h2 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

.text-illustration.gray-text h1, .text-illustration.gray-text h2 {
    color: #595a5e;
}

.main-content {
    padding: 35px 0;
}

.main-content.no-padd {
    padding: 0;
}

.main-content.details {
    padding-bottom: 0;
}

.main-content.inner {
    padding: 25px 0 75px;
}

.main-content.inner.brands-details {
     padding: 50px 0 75px;
}

.cat-box {
    margin: 0 0 40px;
}

.cat-box figure {
    border: 1px solid #f2f2f2;
    padding: 10px;
}

.cat-box h2 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.cat-box h2 a {
    color: #595a5e;
}

.cat-box p {
    font-size: 13px;
    line-height: 18px;
    font-family: Arial, sans-serif;
}

.banners-wrapper {
    margin: 0 0 0;
}
.banercicabig {
    min-height: 600px !important;
    max-height: 600px !important;; }
.banercica {
    border: 1px solid #eee;
    position: relative;
    padding: 10px 10px;
    margin-bottom: 20px;
    min-height: 520px;
    max-height: 520px;
    overflow: hidden;
}
.banercica:hover{
    opacity: 0.7;
}
.banercica a h2, .banercica a p, .banercica a p.bandate{
    color: #595A5E;
}
.banercica-text {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.65);
    padding: 20px;
    max-width: 600px;
    display: inline-block;
}

.banercica-text h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.banercica p.bandate{
    margin: 10px 0 0 0;
}
.banercica p.bandate span{ text-transform: uppercase; font-weight: 600; }
.banercica-text p {
    color: #fff;
    font-size: 19px;
    line-height: 22px;
    margin: 0;
}

.banercica a {
    display: block;
}

.banercica img {
    max-width: 100%;
    width: 100%;
}

span.more {
    font-size: 12px;
    line-height: 13px;
    font-family: Arial, sans-serif;
    display: inline-block;
    text-decoration: underline;
    margin: 2px 0 0;
}

a:hover span.more {
    text-decoration: none;
}

.cat-box a {
    display: block;
}

.cat-box a h2, .cat-box a p, .cat-box a span.more {
    color: #595a5e;
}

.cat-box ul li {
    padding-left: 1.3em;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cat-box ul li:hover:before  {
    font-weight: 700;
}

.cat-box ul li:last-child {
    border-bottom: none;
}

.cat-box ul li:before {
    content: "\f111"; /* FontAwesome Unicode */
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    float: left;
    font-size: 17px;
    line-height: 18px;
}

.cat-box ul li a {
    display: block;
    color: #f18000;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.articles-list {
    padding: 40px 0 0;
}

.articles-list.news {
    padding: 0;
}

.articles-list.brands {
    padding: 5px 0 0;
}

p.short-text {
    margin: 0 0 5px;
    font-weight: 500;
}

.brand-logo {
    width: 300px;
    margin: 0 0 30px 3px;
    padding: 20px;
    border: 1px solid #f2f2f2;
}

.title {
    text-align: center;
    color: #f18000;
    font-size: 48px;
    line-height: 48px;
    position: relative;
    text-transform: uppercase;
    margin: 40px 0 30px;
}

.title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.title span {
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    position: relative;
    z-index: 2;
}

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

.text-articles {
    background: #f2f2f2;
    padding: 30px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.text-articles.home-articles {
    min-height: 236px;
}

.news .text-articles {
    background: none;
}

.articles-box.brand .text-articles {
    border-top: none;
    background: #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    padding: 10px 15px;
    min-height: 109px;
}

.articles-box figure {
    margin: 0;
    border: 1px solid #f2f2f2;
    position: relative;
}

.date-box {
    font-size: 13px;
    line-height: 13px;
    color: #c9c9c9;
    font-family: Arial, sans-serif;
    margin: 0 0 5px 3px;
}

.date-box i {
    margin-right: 2px;
}

.articles-box a figure .date-box {
    font-size: 11px;
    line-height: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 2;
    font-size: 11px;
    line-height: 11px;
    background: rgba(0,0,0,.5);
    padding: 6px 10px;
    color: #fff;
    font-family: Arial, sans-serif;
}

.articles-box.brand figure {
    padding: 20px;
}

.articles-box figure img {
    width: 100%;
}

.articles-box a .text-articles h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    max-height: 105px;
    overflow: hidden;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #595a5e;
}

.articles-box a .text-articles h3 {
    text-align: center;
    font-size: 19px;
    line-height: 19px;
    color: #898989;
    font-weight: 700;
}

.resp-cnt img {
   /* width: 100%!important;
    height: auto!important;*/
}

.resp-cnt hr {
    margin: 10px 0;
}

span.choose-center-hover h2 {
    position: absolute;
    top: 21px;
    padding-left: 4px;
}

.brands-menu {

}

.brands-menu h2 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ededed;
}

.brands-menu ul li a {
    color: #595a5e;
    font-weight: 500;
    border-bottom: 1px solid #f8f8f8;
    display: block;
}

.cnt-wrapper, .time-wrapper {
    margin-bottom: 20px;
}

.style-text .cnt-wrapper hr, .style-text .time-wrapper hr {
    margin-top: 5px;
}

.style-text .cnt-wrapper h2, .style-text .time-wrapper h2 {
    margin-bottom: 5px;
}

.cnt-wrapper img {
    margin-bottom: 10px;
}

.articles-box a .text-articles p {
    font-size: 14px;
    line-height: 18px;
    font-family: Arial, sans-serif;
    margin: 0;
    max-height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #595a5e;
}

.breadcrumbs {
    margin: 0 0 7px;
}

.inner .breadcrumbs {
    margin: 0;
}

.main-title-text {
    margin: 0 0 20px;
}

.main-title-text h1 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

.main-title-text h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.breadcrumbs a {
    text-transform: uppercase;
    color: #595a5e;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    padding: 2px 10px 2px 4px;
    border-right: 1px solid #ccc;
}

.breadcrumbs a:first-child {
    padding-left: 0;
}

.breadcrumbs a.bck {
    text-decoration: none;
    margin-top: 4px;
    margin-bottom: 5px;
}

.breadcrumbs a.bck i {
    font-size: 14px;
}

.gray-text .breadcrumbs a {
    color: #595a5e;
    border-right: 1px solid #595a5e;
}

.title-container .breadcrumbs a {
    color: #595a5e;
    border-color: #BDBEC0;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs a:last-child {
    border-right: none;
}

.product-box {
    position: relative;
    margin: 0 0 30px;
}

.product-box a {
    display: block;
    border: 1px solid #f2f2f2;
}

.product-box span {
    display: block;
}

span.cat-label {
    position: relative;
    color: white;
    background: #595a5e;
    width: 100%;
    padding: 0px 10px;
    text-transform: uppercase;
}

.articles-box span.cat-label {
    position: absolute;
    display: block;
}

.product-box .text-box {
    padding: 20px;
}

.product-box .text-box {
    min-height: 485px;
}

.product-box figure {
    padding: 15px 15px 0;
    margin: 0;
    text-align: center;
}

.product-box a h3 {
    color: #939393;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.product-box a h4 {
    font-size: 14px;
    color: #585a5e;
    padding-top: 5px;
    font-family: Arial, sans-serif;
}

.product-box a h5 {

    font-size: 13px;
    color: #585a5e;
    font-family: Arial, sans-serif;

}
    .product-box h5 b.dostupnostGreen{
        color: green;
    }
    .product-box h5 b.dostupnostRed{
        color: #ec4040;
    }
    .product-box h5 b.dostupnostNeutral{
        color: #f18000;
    }


.product-box a h2 {
    color: #f18000;
    font-size: 19px;
    line-height: 21px;
    font-weight: 700;
    margin-top: 3px;
    height: 62px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-box a ul li {
    color: #939393;
    font-size: 13px;
    line-height: 16px;
    font-family: Arial, sans-serif;
    margin: 7px 0 0;
}

.product-box a ul li strong {
    font-weight: 700;
    color: #595a5e;
    display: block;
}

.product-box .price-box {
    padding: 20px;
    background: #f2f2f2;
}

.product-box .price-box.special-price-box {
    padding: 20px;
}

.product-box .price-text {
    margin: 0 0 5px;
    display: inline-block;
}

.product-box .new-price {
    font-size: 19px;
    line-height: 18px;
    font-weight: 600;
    color: #f18000;
}

.product-box .new-price.orange-price, .product-info .new-price.orange-price {
    color: #f18000;
}

.product-box .new-price small {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.product-box .old-price {
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    color: #999797;
}

.product-box .note-text {
    font-size: 11px;
    line-height: 13px;
    font-family: Arial, sans-serif;
    max-width: 140px;
    display: block;
}

.product-box a .price-box {
    color: #595a5e;
}

.product-box a:hover .price-box {
    background: #E8E8E8;
}

.akcija-label{
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
}

.akcija-label-bg{
    position: absolute;
    left: 0;
    top: 10px;
    width: 110px;
}

.product-list.home .product-box .akcija-label{
    position: absolute;
    top: 35px;
    left: 0;
}
.filters{
    background: #efefef;
    padding: 10px;
}
.filters h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #f18000;
    margin: 0 0 12px;
}

.filter-box {
    border-top: 1px solid #f2f2f2;
    padding: 20px 0 15px;
}

.filter-box h3 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.filter-box .form-group {
    margin: 0;
}

.filter-box .custom-control-label {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
}

.filter-box .custom-control-label:before {
    background: none;
    border: 1px solid #333;
    border-radius: 0;
    top: 1px;
}

.filter-box .custom-control-label:after {
    top: 1px;
}

.filter-box .custom-control a {
    color: #212529;
}

.filter-box .custom-checkbox .custom-control-input:checked~.custom-control-label::before, .filter-box .custom-control-input:checked~.custom-control-label::before {
    background: #f18000;
    border-color: #f18000;
}

.filter-box .custom-control a:hover {
    color: #f18000;
}

.filter-box .custom-control a:hover .custom-control-label::before {
    border-color: #f18000;
}

.sort-box{
    background: #efefef;
    padding: 15px 10px 10px;
    margin: 0 0 15px;
    /*text-align: center;*/
}
.sort-box h2{
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #f18000;
    margin: 0 0 12px;
}

.btn {
    font-weight: 600;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
	background-color: #f18000;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
	border-top-color: #f18000;
}

.irs--round .irs-handle{
	border: 4px solid #f18000;
}

.irs--round .irs-bar {
    background-color: #f18000;
}

.title-container {
    background: #f2f2f2;
    padding: 30px 0 20px;
}

.title-container.inner {
    padding: 20px 0 20px;
}

.title-container.inner.more-space {
    padding: 40px 0 20px;
}

.pos img {
    width: 100%;
}

.wrapper {
    position: relative;
}

.product-gallery {
    position: relative;
}

.product-gallery figure {
    text-align: center;
    margin-bottom: 50px;
}

.other-images {
    padding: 0 60px;
}

.inner .other-images.pos {
    padding: 0;
    margin: 0 0 30px;
}

.info-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
}

.nr-wrapper a {
    color: #595a5e;
}

.inner .other-images {
    padding: 0 30px;
}

.inner .other-images.no-padd {
    padding: 0
}

.small-gutters {
    margin-left: -5px;
    margin-right: -5px;
}

.small-gutters .col {
    padding-right: 5px;
    padding-left: 5px;
}

.other-images a {
    display: block;
    position: relative;
    border: 1px solid #f2f2f2;
    padding: 4px;
}

.other-images a:before {
    content: '\f00e';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: #f18000;
    z-index: 2;
    font-size: 13px;
    line-height: 13px;
}

.product-info p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 30px;
}

.product-info ul {
    border-top: 1px solid #f2f2f2;
    padding: 20px 0 0;
}

.product-info ul li {
    float: left;
    width: 50%;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0 0;
}

.product-info ul li strong {
    font-weight: 700;
    display: block;
}

.product-info span {
    display: block;
}

.product-info .price-box {
    border-top: 1px solid #f2f2f2;
    padding: 30px 0 0;
    margin: 30px 0 0;
}

.product-info .new-price {
    font-size: 45px;
    line-height: 47px;
    display: inline-block;
    font-weight: 600;
}

.product-info .new-price small {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
}

.product-info .note-text {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.narate{
    line-height: 23px!important;
    font-weight: 400!important;
    font-size: 22px!important;
}

.note-holder .note-text{
    padding-left: 20px;
}

.note-bottom{
    margin-top: 20px;
    padding-left: 20px;
}

.product-info .old-price {
    font-size: 23px;
    line-height: 19px;
    margin: 0 0 8px;
    display: inline-block;
}
.sifraprod {
    font-size: 18px;
    padding: 8px 0 20px 0;
    font-weight: 500;
}
    .sifraprod b.dostupnostGreen{
        color: green;
    }
    .sifraprod b.dostupnostRed{
        color: #ec4040;
    }
    .sifraprod b.dostupnostNeutral{
        color: #f18000;
    }


.characteristics {
    background: #f2f2f2;
    padding: 60px 0;
}

.style-text a {
    color: #f18000;
}

.style-text h1 {
    font-size: 47px;
    line-height: 50px;
    margin: 0 0 20px;
    font-weight: 400;
}

.style-text p.intro {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

.style-text p.intro.upper {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
}

.style-text li p {
    margin: 0;
}


.style-text h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
    color: #f18000;
}

.style-text h2.custom-title {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.style-text h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 5px;
}

.style-text h3 span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    margin-top: 3px;
}

.style-text h2.big {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 25px;
}

.style-text ul, .style-text ol {
    margin: 0 0 20px 17px;
}

.style-text ul li {
    list-style: disc;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 8px;
    font-weight: 600;
}

.style-text ul li:last-child {
    margin: 0;
}

.product-top {
   padding-bottom: 30px;
}

.style-text table td {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.style-text table td:first-child {
    padding: 8px 8px 8px 0;
}

.style-text table td:last-child {
    color: #a8a9ad;
     padding: 8px 0 8px 8px;
}

.docs {
    margin: 0 0 0;
}

.docs.docs-top ul {
    margin-bottom: 0px;
}

.pt-50 {
    padding-top: 50px;
}

.style-text .docs ul {
    margin-left: 0;
}

.style-text .docs ul li {
    margin: 0 0 10px;
    list-style: none;
}

.docs ul li a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    color: #595a5e;
    border: 1px solid #dee2e6;
    display: block;
    padding: 10px 10px;
    background: #fff;
}

.docs ul li a i {
    color: #f18000;
    margin: 0 5px 0 0;
}

.docs ul li a:hover {
    background: #dee2e6;
}

.style-text iframe {
    width: 100%;
}

.style-text p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 20px;
}

.logotypes {
    background: #666;
    padding: 20px 0;
    max-width: 1600px;
    margin: 0 auto;
}

.logo-box {
    opacity: .75;
}

.bx-wrapper{
	box-shadow: none;
    border: 0;
    background: none;
    margin-bottom: 30px;
}

.slider-wrapper {
	position: relative;
    max-width: 1600px;
    margin: 10px auto 100px;
    height: 540px;
    /*overflow: hidden;*/
}

.slider-wrapper.no-h {
    height: auto;
}

.my-pic {
    position: relative;
    z-index: -1;
    width: 100%!important;
}

.slide-home {
    height: 510px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: top center!important;
}


.mini-slider .slide-home {
    background-position: top center!important;
}

.slider-wrapper.no-h .slide-home {
    height: auto;
}

.slide-home .text-wrapper {
    position: absolute;
    bottom: 25px;
    background: rgba(0,0,0,.65);
    padding: 20px;
    max-width: 600px;
}

.main-slider .slide-home .text-wrapper {
    bottom: 25px;
}

.slider-wrapper a h2, .slider-wrapper h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.slider-wrapper a p, .slider-wrapper p {
    color: #fff;
    font-size: 19px;
    line-height: 22px;
}

.slider-wrapper a .text-wrapper span, .slider-wrapper .text-wrapper span {
    padding: 8px 20px;
    color: #fff;
    text-transform: uppercase;
    background: #F18000;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}

.btn-auto-scroll{
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-auto-scroll a{
	font-size: 30px;
    color: #fff;
}

.big-map {
    overflow: hidden;
    position: relative;
}

.int-map-wrapper {
    overflow: hidden;
    position: relative;
}

.choose-filter {
    width: 60%;
    z-index: 50;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.choose-filter h2 {
    margin: 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
}

.wrapper-white {
    padding: 20px;
    background: #fff;
    border-radius: 6px;
}

.choose-filter a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 5px;
}

.choose-filter a.f-wd {
    width: 100%;
    font-size: 0.8rem;
    padding: 5px;
}

.choose-filter .custom-row {
    margin-left: -5px;
    margin-right: -5px;
}

.choose-filter .custom-col {
    padding-left: 5px;
    padding-right: 5px;
}

.choose-filter a.btn-secondary:not(:disabled):not(.disabled).active {
    background: #f18000;
    border-color: #f18000;
}

.dds .dropdown, .dds .dropdown-menu {
    width: 100%;
}

.dds .dropdown .btn {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 4px;
}

.dds .dropdown-toggle:after {
    float: right;
    margin-top: 9px;
}

#main-footer {
    padding: 40px 0;
    background: #f8f8f8;
    font-weight: 500;
}

#main-footer ul li a {
    color: #595a5e;
    display: block;
    padding-left: .8em;
}

#main-footer ul li a:hover, #main-footer .social-box a:hover {
    color: #f18000;
}

#main-footer ul li a:before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    display: inline-block;
    margin-left: -.8em; /* same as padding-left set on li */
    width: .8em; /* same as padding-left set on li */
}

#main-footer p {
    margin: 0;
}

#main-footer p small {
    display: block;
    font-size: 11px;
    line-height: 16px;
    margin: 0 0 15px;
}

#main-footer .social-box {
    float: left;
}

#main-footer .social-box a {
    color: #595a5e;
    margin: 0 8px 0 0;
    padding: 5px 0 10px;
}

#main-footer p span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
    color: #b4b4b4;
}

#main-footer p span a {
    color: #b4b4b4;
    text-decoration: underline;
}

.yt-video {
    margin: 15px 0 30px;
}

.page-menu ul li:first-child a {
    padding-top: 0;
}

.page-menu ul li a {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    color: #595a5e;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    font-weight: 500;
    padding: 5px 0;
}

.page-menu ul li a.active {
    color: #f18000;
}

.page-menu ul li:last-child a {
    border-bottom: none;
}

.input-wrapper .btn {
    float: left;
    font-size: 13px;
    line-height: 24px;
}

.details-help-text{
    margin-top: 30px;
}

.details-help-text{
    color: #f18000;
}

.add-to-cart-wrapper {
    margin: 10px 0 0;
}

.product-info span {
    font-size: 20px;
}

.input-wrapper .form-control {
    float: left;
    width: 50px;
    text-align: center;
    padding:  6px 6px;
    margin: 0 5px;
}

.input-wrapper .add-to-cart {
    color: #fff;
    text-transform: uppercase;
    background: #868484;
    padding: 6px 30px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-left: 5px;
}

.input-wrapper .add-to-shopping-cart {
    color: #fff;
    text-transform: uppercase;
    background: #F18001;
    padding: 6px 30px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
}

.btn-get-rates {
    color: #fff!important;
    text-transform: uppercase;
    background: #F18001;
    padding: 6px 30px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
}

.add-to-cart-wrapper .input-wrapper .add-to-cart {
    margin-left: 0;
}

.input-wrapper .add-to-cart:hover {
    background: #333;
}

.input-wrapper .add-to-shopping-cart:hover {
    background: #000;
}

.input-wrapper .form-control::-webkit-inner-spin-button,
.input-wrapper .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    background: none;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    color: white;
    width: 40px;
    top: 39%;
    font-size: 100px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
}

.bx-controls-direction {
    /*display: none;*/
}

.articles-short-list {
    margin: 60px 0;
    padding: 100px;
    background: #F8F8F8;
}

.text-short-articles h2 {
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.short-articles-box {
    margin-bottom: 60px;
}

.short-articles-box figure {
    float: right;
    width: 50px;
}

.search-wrapper {
    display: none;
}

.text-short-articles a {
    text-transform: uppercase;
    color: #595a5e;
    font-weight: 600;
}

.text-short-articles a:hover {
    opacity: 0.7;
}

/* CSS CART */

.my-cart {
    position: absolute;
    bottom: 0;
    right: 0;
}

.my-shopping-cart{
     position: absolute;
    bottom: 0;
    right: 120px;
}

.my-cart-footer .my-cart {
    bottom: auto;
    right: auto;
    top: 0;
}

.my-cart a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding: 14px 0px 15px 20px;
}

.my-shopping-cart a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding: 14px 0px 15px 20px;
}

.wishlistatitle{
    position: absolute;
    top: 15px;
    right: 30px;
    color: white;
    font-weight: 600;
}
.qty-holder{
    display: none;
    width: 20px;
    height: 20px;
    background: #ed1c24;
    position: absolute;
    right: -12px;
    top: 6px;
    border-radius: 15px;
}

.kosaricatitle{
    position: absolute;
    top: 15px;
    right: 160px;
    font-weight: 600;
    color: white;
}

.shopping-qty-holder{
    display: none;
    width: 20px;
    height: 20px;
    background: #ed1c24;
    position: absolute;
    right: -12px;
    top: 6px;
    border-radius: 15px;
}

.cart-qty, .shopping-cart-qty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

.my-cart a strong, .my-shopping-cart a strong {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}

.my-cart a i, .my-shopping-cart a i{
    color: #fff;
    font-size: 18px;
    margin: 0 2px 0 0;
}

.new-price-box {
    padding-left: 10px;
}

.cart-box {
    display: none;
    background-color: #fff;
    color: #3f1f22;
    min-height: 109px;
    max-height: 328px;
    position: absolute;
    top: 48px;
    right: 0;
    width: 250px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    z-index: 5000;
    font-family: Arial, sans-serif;
}

.shopping-cart-box {
    display: none;
    background-color: #fff;
    color: #3f1f22;
    min-height: 109px;
    max-height: 328px;
    position: absolute;
    top: 48px;
    right: 120px;
    width: 250px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
    z-index: 5000;
    font-family: Arial, sans-serif;
}

.cart-box:after, .shopping-cart-box:after {
    bottom: 100%;
    right: 0%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(89, 90, 94, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.cart-box.inner-page:after {
    border: none;
}

.cart-box h2, .shopping-cart-box h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    color: #595a5e;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}

.cart-box .empty-card h2, .shopping-cart-box .empty-card h2{
    color: #3f1f22;
}

.cart-box h2 span, .shopping-cart-box h2 span {
    display: block;
    color: #f18000;
    font-size: 19px;
}

.cart-box h2 span i, .shopping-cart-box h2 span i {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    padding-left: 2px;
}

.cart-box-title, .cart-box-footer {
    padding: 8px 10px 8px;
    background-color: #fff;
    border-bottom: 1px solid #595A5e;
    font-size: 11px;
}

.cart-box-footer {
    border-bottom: none;
    border-top: 1px solid #595A5e;
}

.empty-card {
    padding: 20px 0 15px;
    text-align: center;
}

.empty-card i {
    font-size: 40px;
    line-height: 40px;
    color: #3f1f22;
    margin-top: 10px;
}

.item a.delete-item {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    z-index: 10;
    padding: 8px;
}

.cart-box-footer .delete-item {
    float: left;
    color: #ccc;
    margin: 5px 0 0;
}

.cart-box-footer .delete-item i {
    font-size: 20px;
    line-height: 20px;
}

.cart-box-footer .check-out {
    float: right;
    padding: 2px 12px;
    background-color: #f18000;
    border: none;
    color: #fff;
    font-size: 14px;
}

.item input.form-control {
    height: 29px;
    width: 36px;
    text-align: center;
    padding: 3px 3px;
    margin: 0 2px;
    float: left;
}

.item button, .item button:focus, .item button:visited, .item button:active {
    background-color: #F18000;
    color: #fff;
    border: none;
    padding: 3px 10px 2px;
}

.item button:hover {
    background-color: #3f1f22;
    color: #fff;
    opacity: .75;
}

.item form {
    margin-top: 3px;
}

.item h3 {
    font-size: 13px;
    line-height: 15px;
    padding-right: 10px;
    margin: 0 0 3px;
}

.item h3 span {
    display: block;
    font-size: 12px;
    line-height: 13px;
    padding-top: 1px;
}

.item a {
    padding: 0;
    color: #3f1f22;
    display: inline-block;
    font-weight: bold;
}

.item a:hover {
    opacity: .75;
}

.item a.delete-item {
    color: #bdbdbd;
}

.item a.delete-item:hover {
    color: #929292;
}

a.delete-item i {
    font-size: 16px;
}

.cart-box-shipping-desc {
    padding: 10px;
    font-size: 11px;
    color: white;
}
.cart-box.inner-page .cart-box-footer .bigfont {
    font-size: 16px;
    color: white;
}

.cart-box-inner {
    background-color: #fff;
    max-height: 199px;
    overflow: auto;
}

.cart-box-inner .item {
    padding: 12px 10px 13px;
    font-size: 12px;
    position: relative;
}

.cart-box-inner .item p {
    margin: 0;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cart-box-inner .item p span {
    display: block;
    font-weight: normal;
    font-size: 11px;
}

.cart-box-inner .item:nth-child(even) {background: #eee;}
.cart-box-inner .item:nth-child(odd) {background: #fff;}


.cart-box.inner-page {
    display: block;
    top: 0;
    right: auto;
    width: 100%;
    margin: 0 0 20px;
    min-height: none;
    max-height: none;
    position: relative;
    z-index: 4000;
}

.cart-box.inner-page .cart-box-inner {
    max-height: none;
    height: auto;
}

select.classic {
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 35px 0.5em 9px;
    border-radius: 0;
    border-color: #3f1f22;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
}

select.classic option {
}

select.classic {
  background-image: url(/assets/images/arrow-custom.png);
  background-position: top right;
  background-size: 26px 33px;
  background-repeat: no-repeat;
}

select.classic:focus {
    outline: 0;
}

a.mobile-menu, a.mobile-cart {
    position: absolute;
    top: 0;
    font-size: 40px;
    line-height: 40px;
    color: #3f1f22;
    display: inline-block;
}

a.mobile-menu {
    right: 0;
    padding: 36px 0 36px 36px;
}

a.mobile-cart {
    left: 0;
    padding: 36px 36px 36px 0;
}

.pay-method-span {
    margin-bottom: 20px;
    display: block;
    font-size: 23px;
    margin: 0 0 20px 0;

   /* background: #3f1f22;
    text-transform: uppercase;
    color: #d1a04f;
    padding: 10px 20px 5px;*/
}

.pay-method-span h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #e8eae4;
}

.checkbox.paymentCardsOptions{
    display: inline-block;
    margin-left: 7px;
}

.checkbox.paymentCards {
    display: block;
    margin-left: 7px;
    float: right;
    margin-top: 13px;
    padding: 10px 0 0 0;
}

.checkbox.paymentCards img, .checkbox.paymentCardsOptions img {
    height: 30px;
    margin: -8px 0px 5px 8px;
}

.paymentCardsBottom img{
        margin-top: 10px;
        height: 30px;
    }

.pay-method-span label {
    display: block;
    font-weight: 300;
}

.success-info{
    font-size: 33px;
    text-align: center;
    line-height: 35px;
}

.chckt-tbl .form-group .btn {
    float: left;
}

.chckt-tbl .form-group .form-control {
    float: left;
    width: 40px;
    text-align: center;
    margin: 0 5px;
}

.chckt-tbl td {
    vertical-align: middle;
    font-size: 19px;
    line-height: 17px;
}

.chckt-tbl td.basket-head{
    border-top:none;
    font-size: 13px;
    background: #ececec;
}

.chckt-tbl .btn-link {
    color: #ccc;
}

.chckt-tbl .my-btn-amount {
    padding: .450rem .75rem .300rem;
}

.chckt-tbl td strong {
    font-weight: 600;
}

.form-wrapper {
    /*background: #eee;*/
    padding: 20px 0;
    margin: 20px 0 50px 0px;
}

.form-wrapper h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 10px;
}

.float-left.btn-back{
    background: #595a5e;
    border-color: transparent;
}

.btn-back:hover,
.btn-back:active {
    color: #fff;
}

.btn-go {
    background: #F18000;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.btn-go-back{
    background: #595A5E;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.btn-go:hover, .btn-go-back:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.btn-go i, .btn-go-back i {
    font-size: 13px;
}


span.reddot{
    color: red;
}

h2.checkout-section-title{
    background: #fbe8d3;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #e8eae4;
}

a.needHlp:link{
    color: #F18001;
}
    a.needHlp:hover{
        color: #595A5E;
    }
h4.noticeTxtTitle{
    font-size: 16px;
}
button.sortbtn{
    background-color: #585a5e;
    border-color: #585a5e;
    color: white;
}
    button.sortbtn:hover, button.sortbtn:focus{
        background-color: #989898;
        border-color: #989898;
        color: white;
    }

.style-text a.doc-link {
    background: #f18000;
    color: #fff;
    display: inline-block;
    padding: 15px 20px 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.filters-trigger h2 {
    margin: 0;
}


.style-text a.doc-link i {
    font-size: 25px;
    margin: -4px 9px 5px 0;
    float: left;
}

.style-text a.doc-link:hover {
    opacity: .75;
}

.cheurinfo{
    font-size: 80%;
}
.lowest-text{
    font-size: 15px;
    color: #e97f00f5;
}</pre></body></html>