body {
font-weight: 400;
color: #000;
font-size: 14px;
line-height: 20px;
width: 100%;
}
.row {
margin: 0;
}
.container {
position: relative;
padding: 0;
margin: 0 auto;
width: 1460px;
}
.nobreadcrumb {
display: inline-block;
width: 100%;
height: 20px;
}
h1, h2, h3, h4, h5, h6 {
color: #000;
font-weight: normal;
font-size: 20px;
margin: 10px 0;
font-family: "Montserrat";
padding: 0 15px;
}

/* default font size */
.fa {
font-size: 14px;
}
/* Override the bootstrap defaults */

img {
max-width: 100%;
margin: 0 auto;
}

a {
color: #462841;
white-space: normal;
}
a:hover {
text-decoration: none;
}
legend {
font-size: 18px;
padding: 7px 0px
}
label {
font-size: 12px;
font-weight: normal;
}
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;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
display: inline;
}

.nav-tabs {
margin-bottom: 15px;
}
div.required .control-label:before {
content: '* ';
color: #F00;
font-weight: bold;
}

/* cart */
#cart {
margin: 0 25px 0 0;
position: relative;
width: auto;
}
#cart > .btn {
font-size: 12px;
border: none;
box-shadow: none;
text-shadow: none;
padding: 0;
background: none;
}
#cart.open > .btn {
background-image: none;
background-color: #FFFFFF;
border: 1px solid #E6E6E6;
color: #666;
box-shadow: none;
text-shadow: none;
}
#cart.open > .btn:hover {
color: #444;
}
#cart .dropdown-menu {
background: #eee;
left: auto;
right: 0;
border-radius: 0;
width: 350px;
z-index: 1001;
}
#cart .dropdown-menu table {
margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
padding: 0 10px;
}

#cart .dropdown-menu li p {
margin: 20px 0;
}
#cart .go_button_cart {
display: inline-block;
padding: 10px;
font-size: 14px;
color: #000;
background-color: #eee;
border: 1px solid #ccc;
margin: 0 6px;
}
.fa.fa-shopping-cart {
font-size: 25px;
color: #002e5c;
}
#cart-total {
font-size: 14px;
border: 1px solid #002e5c;
border-radius: 14px;
padding: 2px 5px;
background-color: #002e5c;
color: #eee;
}
.dropdown-menu li > a:hover {
text-decoration: none;
color: #ffffff;
background-color: #444;
}
.fa.fa-envelope {
font-size: 27px;
color: #002e5c;
}
/* content */
#content {
  min-height: 600px;
}

/* footer */
footer {
margin-top: 30px;
padding-top: 30px;
background-color: #303030;
border-top: 1px solid #ddd;
color: #e2e2e2;
}
footer a {
color: #eee;
font-size: 12px;
}
.captionfooter {
margin: 0 0 7px 0;
font-size: 14px;
font-weight: bold;
}
/* alert */
.alert {
padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
background-color: inherit;
border: 0 none;
border-radius: 0;
margin: 0 0 20px;
padding: 6px 0;
}
.breadcrumb i {
font-size: 15px;
}
.breadcrumb > li {
padding: 0 7px;
position: relative;
text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li + li:before {
content: '';
padding: 0;
}
.breadcrumb > li:after {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
content: "";
display: block;
height: 8px;
position: absolute;
right: -4px;
top: 8px;
width: 8px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.pagination {
background-color: #eee;
display: flex;
flex-flow: row wrap;
align-items: center;
width: 100%;
}
.pagination > div {
margin: 0 auto;
}
/* buttons */
.buttons {
margin: 1em 0;
}
.btn {
padding: 7.5px 12px;
font-size: 12px;
border: 1px solid #cccccc;
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-default {
color: #777;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #e7e7e7;
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #229ac8;
background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
background-repeat: repeat-x;
border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
background-color: #1f90bb;
background-position: 0 -15px;
}
.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);
background-repeat: repeat-x;
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);
background-repeat: repeat-x;
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);
background-repeat: repeat-x;
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);
background-repeat: repeat-x;
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: rgba(0, 0, 0, 0);
cursor: pointer;
color: #23A1D1;
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
background-color: rgba(0, 0, 0, 0);
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);
background-repeat: repeat-x;
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);
}
/* list group */
.list-group a {
border: 1px solid #DDDDDD;
color: #888888;
padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
color: #444444;
background: #eeeeee;
border: 1px solid #DDDDDD;
text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.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;
}
/* product list */
.product-thumb {
border: 1px solid #ddd;
margin-bottom: 20px;
overflow: auto;
}
.product-thumb .image {
text-align: center;
}
.product-thumb .image a {
display: block;
}
.product-thumb .image a:hover {
opacity: 0.8;
}
.product-thumb .image img {
margin-left: auto;
margin-right: auto;
}
.product-grid .product-thumb .image {
float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
float: left;
padding: 0 15px;
}
}
.product-thumb h4 {
font-weight: bold;
}
.product-thumb .caption {
padding: 0 20px;
min-height: 180px;
}
.product-list .product-thumb .caption {
margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
min-height: 210px;
padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
min-height: 0;
margin-left: 0;
padding: 0 10px;
}
.product-grid .product-thumb .caption {
min-height: 0;
}
}
.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: #444;
}
.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 #ddd;
background-color: #eee;
overflow: auto;
}
.product-list .product-thumb .button-group {
border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
border-left: none;
}
}
.product-thumb .button-group button {
width: 60%;
border: none;
display: inline-block;
float: left;
background-color: #eee;
color: #888;
line-height: 38px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}
.product-thumb .button-group button + button {
width: 20%;
border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
color: #444;
background-color: #ddd;
text-decoration: none;
cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
width: 33.33%;
}
}
.thumbnails {
overflow: auto;
clear: both;
list-style: none;
padding: 0;
margin: 0;
}
.thumbnails > li {
margin-left: 20px;
}
.thumbnails {
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;
}

@media (min-width: 1200px) {
#content .col-lg-2:nth-child(6n+1),
#content .col-lg-2:nth-child(6n+1),
#content .col-lg-3:nth-child(4n+1),
#content .col-lg-4:nth-child(3n+1),
#content .col-lg-6:nth-child(2n+1) {
clear:left;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#content .col-md-2:nth-child(6n+1),
#content .col-md-2:nth-child(6n+1),
#content .col-md-3:nth-child(4n+1),
#content .col-md-4:nth-child(3n+1),
#content .col-md-6:nth-child(2n+1) {
clear:left;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#content .col-sm-2:nth-child(6n+1),
#content .col-sm-2:nth-child(6n+1),
#content .col-sm-3:nth-child(4n+1),
#content .col-sm-4:nth-child(3n+1),
#content .col-sm-6:nth-child(2n+1) {
clear:left;
}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
#column-left  .product-layout .col-md-3 {
width: 100%;
}

#column-left + #content .product-layout .col-md-3 {
width: 50%;
}

#column-left + #content + #column-right .product-layout .col-md-3 {
width: 100%;
}

#content + #column-right .product-layout .col-md-3 {
width: 100%;
}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
background-image: none;
background-color: #df5c39;
}

a:link, a:active {
outline: medium none;
}

.dropdown, .dropup {
white-space: nowrap;
}

.gridbox {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.product_box {
background-color: #fff;
box-shadow: 0 0 10px #eee;
display: flex;
flex-flow: column;
padding: 6px;
margin: 12px;
text-align: center;
width: 260px;
}
.picture {
box-shadow: 0 0 10px #ccc;
margin: 20px 14px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
height: 175px;
display: block;
}
.picture a {
display: block;
width: 100%;
height: 100%;
}
.prodcap {
display: block;
margin: 0 auto;
height: 80px;
overflow: auto;
width: 100%;
}
.priceblock {
font-weight: bold;
font-size: 20px;
margin: 10px auto;
}
.artikul {
margin: 0 0 9px 0;
}
.readmore {
display: block;
font-weight: 700;
background-color: #F0F0F0;
padding: 10px;
font-size: 14px;
border-radius: 5px;
border: 1px solid #b9beca;
}
header {
padding: 0 0 15px 0;
width: 100%;
margin: 0 0 10px 0;
box-shadow: 0 0 10px #ccc;
}
.search-nav-wrap {
border-top: 8px solid #002e5c;
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
padding: 14px 12px 16px 12px;
margin: 0px 0 12px 0;
border-bottom: 1px solid #ccc;
position: relative;
}
#button_mob_menu {
cursor: pointer;
position: absolute;
right: 27px;
top: 20px;
}
.fa.fa-bars {
color: #002e5c;
font-size: 30px;
}
#mainmenu {
list-style: none;
margin: 0 0 0 auto;
font-size: 15px;
font-family: Montserrat;
}
#mainmenu > li {
display: inline-block;
margin: 0 20px;
}
#logo {
display: flex;
flex-flow: row wrap;
align-items: center;
}
#logo img {
height: 70px;
}
.iconsbar, .kontakticonsbar {
display: flex;
flex-flow: row wrap;
align-content: center;
align-items: center;
}
.iconsbar > div {
margin: auto 10px;
}
.fa.fa-whatsapp {
font-size: 32px;
padding: 0px 8px 0 0;
color: #15aa32;
}
.searchwrap {
text-align: center;
display: inline-block;
width: 40%;
padding: 0;
}
#search {
width: 100%;
}
#search .form-control {
border-radius: 13px;
}
#search .input-lg {
height: 34px;
padding: 0 10px;
width: 100%;
}
.searchwrap .input-group-btn {
position: absolute;
right: 34px;
}
#search .btn-lg {
font-size: 15px;
padding: 7px 15px;
border-radius: 0;
background-image: none;
background: transparent;
border: none;
box-shadow: none;
}
.phone > a {
font-size: 18px;
}
.collectionsbox,.productsbox {
display: flex;
flex-flow: column;
}
#tabs {
display: flex;
padding: 0 14px;
}
#tabs > a {
display: block;
height: 42px;
width: 162px;
font-size: 16px;
border: 1px solid #c4b7b7;
text-align: center;
padding: 10px 0;
margin: 0 13px 0 0;
border-radius: 11px;
background-color: #eee;
}
.collectionblock {
width: 260px;
display: flex;
flex-flow: column;
box-shadow: 0 0 10px #ccc;
margin: 0 12px 50px 12px;
padding: 10px;
text-align: center;
}
.collectioncaption {
text-align: center;
font-size: 18px;
display: block;
margin: 14px auto;
}
.collectiontitle {
margin: 0 0 17px 0;
}
.collectionimage {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: block;
height: 240px;
margin: 0 auto 11px auto;
width: 240px;
}
.prdscr td {
border-bottom: 1px solid #ccc;
padding: 5px;
}
.flexbox {
display: flex;
flex-flow: row wrap;
}
.quantity {
font-size: 20px;
padding: 20px 0 0 0;
}
.form-group-product-flex {
display: flex;
flex-flow: column;
width: 300px;
}
.inputwrap {
margin: 25px 0 30px 0;
display: flex;
align-items: center;
}
#korob {
background-color: #eee;
padding: 5px 10px;
}
.plusminuswrap {
display: flex;
width: 160px;
}
.plusminus {
width: 24px;
}
.inputbox {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
#product {
margin: 28px 0 0 0;
}
#product #button-cart {
display: inline-block;
width: 90px;
height: 31px;
}
#button-cart.btn-primary {
color: #fff;
border: 1px solid #3e3e3e;
background: linear-gradient(to bottom, #002e5c 0, #002e5c 100%);
font-size: 13px;
padding: 0;
}
#input-quantity {
display: inline-block;
margin: 0 8px;
text-align: center;
vertical-align: middle;
width: 84px;
}
.price {
font-size: 20px;
}
.datablock {
margin: 24px 0 0 0;
}
.mainimg img {
max-height: 350px;
}
#interiors {
margin: 0 0 0 22px;
overflow: auto;
}
.interiors {
display: flex;
flex-flow: row wrap;
margin: 34px 0 0 0;
}
.interior {
background-repeat: no-repeat;
background-size: cover;
display: block;
width: 50px;
height: 50px;
box-shadow: 0 0 10px #ccc;
margin: 0 16px 16px 0px;
}
.imgcol {
margin: 0 0 16px 0;
}
.collectionproductlist {
position: relative;
width: 100%;
height: 160px;
overflow: auto;
}
.tumbswrap {
display: flex;
flex-flow: row wrap;
}
.tumbswrap > div {
box-shadow: 0 0 10px #ccc;
margin: 0 auto 17px auto;
padding: 3px 0;
text-align: center;
width: 100px;
}
.manuftumbproduct {
display: block;
height: 60px;
width: 90px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin: 0 4px 6px 4px;
}
.heading_title > div {
margin: 0;
color: red;
}
.heading_title {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin: 0 0 27px 0;
}
.telephones {
margin: 0 0 16px 0;
font-size: 20px;
}

/* Filters */
.flex-wrap {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
justify-content: space-between;
}
.panel-filter {
width: 280px;
box-shadow: 0 0 10px #ccc;
padding: 10px;
border-radius: 8px;
}
.filter_price {
margin: 0 0 14px 0;
}
.filter_price div {
display: inline-block;
}
.filter_price input {
margin: 0 8px 0 3px;
width: 77px;
text-align: center;
}
.filter_price.boxcheck {
display: flex;
flex-flow: row wrap;
justify-content: start;
box-shadow: 0 0 10px #ccc;
padding: 8px 0 0 0;
}
.list-group-filter {
display: flex;
flex-wrap: wrap;
}
.filter-group {
width: 100%;
margin: 0 0 20px 0;
}
.filter-group-caption {
color: #4a4a4a;
font-weight: bold;
position: relative;
}
.filter-group-caption::after {
position: absolute;
top: 4px;
right: 0;
transform: rotate(var(--angle));
transition: 0.3s;
content: "◄";
}
.list-group-item-filter {
border: 1px solid #ccc;
padding: 0 10px;
overflow: auto;
line-height: 25px;
max-height: 380px;
margin: 12px 0 0 0;
position: relative;
}
#fg_id_colors {
width: 100%;
display: flex;
flex-flow: row wrap;
align-content: center;
align-items: center;
justify-content: left;
height: auto;
padding: 17px;
gap: 10px 5px;
}
.colorfilter {
border: 1px solid #ccc;
width: 32px;
height: 32px;
margin: 0 5px 0 0;
border-radius: 16px;
box-shadow: 0 0 10px #ccc;
}
/* End Filter */

.material-symbols.nopicture {
  font-size: 9vw;
  color: #ccc;
}
.material-symbols.noimage {
  font-size: 30vw;
  color: #ccc;
}
.samecat {
  margin: 48px 0 0 0;
}
.mainimg {
  text-align: center;
}
.productcaption {
  margin: 0 0 33px 0;
}
.s-features__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.s-features__single {
  width: calc(25% - 7.5px);
  background: white;
  border-radius: 10px;
  padding: 20px 35px;
  display: flex;
  border: 1px solid #f1f1f1;
  align-items: center;
  box-shadow: 0 0 10px #ccc;
  height: 100px;
}
.material-symbols.verified_user {
  color: green;
}
.material-symbols.history {
  color: #007cff;
}
.material-symbols.local_shipping {
  color: tomato;
}
.material-symbols.savings {
  color: #d76579;
}
.s-features__single .material-symbols {
  font-size: 50px;
  margin: 0 22px 0px 0px;
}
.s-features__single h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .3px;
}
.s-features__single p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.2;
  display: block;
  font-weight: 300;
  letter-spacing: .3px;
}
.multiple-interior {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.thumbmodal {
  display: block;
  height: 80px;
  width: 80px;
  margin: 9px 6px;
  background-size: cover;
  background-repeat: no-repeat;
}
.emailtext a {
  text-decoration: underline;
}
