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: 100%;
}
.nobreadcrumb {
display: inline-block;
width: 100%;
height: 20px;
}
h1, h2, h3, h4, h5, h6 {
color: #646464;
font-weight: normal;
margin: 10px auto;
font-family: "Montserrat";
text-align: center;
}

/* default font size */
.fa {
font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
font-size: 30px;
line-height: 1.4;
border-bottom: 1px solid #ccc;
font-family: "Montserrat";
}
.product-manufacturer-info h1 {
margin: 0 0 50px 0;
text-align: center;
}
h2 {
font-size: 27px;
line-height: 37px;
font-family: "Roboto";
}
h3 {
font-size: 24px;
line-height: 30px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 17px;
}
h6 {
font-size: 14px;
}
.information-contact h1 {
margin: 14px 0 37px 0;
}
img {
max-width: 100%;
}
a {
color: #462841;
}
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;
}
a:hover, a:focus {
color: #000000;
text-decoration: underline;
}
/* top */
.infotop a {
color: #fff;
}
#top {
background-color: #EEEEEE;
border-bottom: 1px solid #e2e2e2;
padding: 4px 0px 3px 0;
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);
background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
color: #888;
text-shadow: 0 1px 0 #FFF;
text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
color: #444;
}
#top-links .dropdown-menu a {
text-shadow: none;
}
#top-links .dropdown-menu a:hover {
color: #FFF;
}
#top .btn-link strong {
font-size: 14px;
line-height: 14px;
}
#top-links {
padding-top: 6px;
}
#top-links a + a {
margin-left: 15px;
}
/* logo */
#logo {
align-items: center;
display: flex;
flex-flow: row nowrap;
}

/* search */
#search {
width: 100%;
}
#search .input-lg {
border-radius: 0;
height: 34px;
padding: 0 10px;
width: 100%;
}

.headercontacts {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.phone {
display: flex;
flex-flow: column;
text-align: center;
width: 200px;
}
.telephone {
color: #eee;
font-size: 16px;
padding: 1px 0;
}
.telephone:hover {
color: #fff;
transition: all 0.1s linear 0.1s;
}
.telewhat {
align-items: center;
display: flex;
width: 100px;
justify-content: space-between;
}
.whatsappheader .fa.fa-whatsapp {
font-size: 39px;
}
.fa.fa-whatsapp {
font-size: 32px;
padding: 0px 8px 0 0;
color: #15aa32;
}
.form-control.input-lg::placeholder {
color: #e2e2e2;
font-size: 11px;
}
#search .btn-lg {
font-size: 15px;
padding: 7px 15px;
border-radius: 0;
background-image: none;
background: transparent;
border: none;
box-shadow: none;
}
input.form-control:focus {
box-shadow: 0px 0px 9px 1px #fdfdfd;
}

.account {
float: right;
}

.container.topspace {
position: relative;
border-bottom: solid 2px #ccc;
margin: 134px auto 7px auto;
}

.bgbar {
position: absolute;
width: 100%;
height: 68px;
background-color: blueviolet;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.slogan {
color: #fff;
}

.acc_cart {
margin: 0;
padding: 0;
list-style: none;
display: block;
width: auto;
position: absolute;
top: 10px;
right: 22px;
z-index: 1000;
}

/* cart */
#cart {
margin: 0 25px 0 0;
position: relative;
width: auto;
}
#cart > .btn {
font-size: 12px;
line-height: 37px;
border: none;
box-shadow: none;
text-shadow: none;
padding: 7px 11px;
background-color: #2e0428;
border-radius: 50%;
}
#cart.open > .btn {
background-image: none;
background-color: #FFFFFF;
border: 1px solid #E6E6E6;
color: #4a4a4a;
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;
}

@media (max-width: 478px) {
#cart .dropdown-menu {

}
}
#cart .dropdown-menu table {
margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
padding: 0 10px;
}
#cart > .dropdown-menu.mini_cart {
left: unset;
right: 0;
}
#cart .dropdown-menu li p {
margin: 20px 0;
}
#cart .go_button_cart {
display: inline-block;
padding: 10px;
font-size: 14px;
color: #fff;
margin: 0 6px;
background: #444;
}

#cart-total {
font-size: 14px;
border: 1px solid #3b3386;
border-radius: 14px;
padding: 2px 5px;
background-color: #444;
color: #fff;
}

/* menu */

.dropdown-menu li > a:hover {
text-decoration: none;
color: #ffffff;
background-color: #444;
}

.nav.navbar-nav {
float: none;
display: inline-block;
width: 100%;
text-align: center;
}
.infotop {
font-size: 14px;
text-shadow: 1px 1px 1px #000;
}


/* content */
#content {
min-height: 370px;
padding: 0 45px;
}

/* footer */
footer {
margin-top: 30px;
padding-top: 30px;
background-color: #000;
border-top: 1px solid #ddd;
color: #eee;
}
footer hr {
border-top: none;
border-bottom: 1px solid #4a4a4a;
}
footer a {
color: #eee;
}
footer a:hover {
color: #fff;
}
footer h5 {
font-size: 13px;
font-weight: bold;
text-align: left;
}
footer > .container {
margin: 0 auto;
padding: 0 40px;
width: 100%;
}
/* alert */
.alert {
padding: 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;
white-space: nowrap;
}
.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: #696969;
text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
background-color: #e7e7e7;
border-radius: 0;
border: none;
}
.btn-primary {
color: #fff;
background: #422d3f;
border-radius: 0;
border: none;
}
.btn-primary:hover {
background: #422d3f;
border: none;
}
.btn-danger {
border: none;
}
#search .form-control {
border-radius: 13px;
}
.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 rgb(0 0 0 / 25%);
background-color: #dc3838;
border: none;
border-radius: 0;
}
.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 0 44px 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;
}

.form-horizontal.feedback {
display: inline-block;
float: left;
margin: 0 30px 0 0;
max-width: 300px;
vertical-align: top;
}

.form-horizontal.feedback label {
display: inline-block;
text-align: left;
width: 100%;
}


.form-horizontal.feedback .buttons {
display: inline-block;
float: left;
text-align: left;
width: 100%;
}

.contact .panel.panel-default {
display: inline-block;
max-width: 600px;
width: 100%;
}

.sitename {
font-size: 22px;
margin: 0;
padding: 0;
}

#product #button-cart {
display: inline-block;
width: 81px;
height: 31px;
}
#button-cart.btn-primary {
color: #fff;
border: 1px solid #5f2324;
background: linear-gradient(to bottom, #79146b 0, #480a3f 100%);
font-size: 13px;
padding: 0;
}
.form-group-product-flex {
display: flex;
align-items: center;
justify-content: space-between;
}
#input-quantity {
text-align: center;
width: 77px;
}

#product .qty {
background-color: rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: contain;
border: 1px solid #ccc;
border-radius: 15px;
display: inline-block;
height: 33px;
vertical-align: middle;
width: 45px;
}

#input-quantity {
display: inline-block;
margin: 0 8px;
text-align: center;
vertical-align: middle;
width: 84px;
}

.searchwrap {
text-align: center;
display: inline-block;
width: 40%;
padding: 0;
}

.list-group.category-list {
overflow: auto;
max-height: 600px;
border-bottom: 2px solid #aaa;
border-top: 2px solid #aaa;
}
.product-product .flex-container {
align-items: flex-start;
margin: 0 0 35px 0;
}
.captionproduct {
max-width: 88%;
}
.product-product h1 {
font-size: 36px;
letter-spacing: -0.6px;
font-weight: 300;
margin: 0 0 24px 0;
padding: 0;
}
.mainimage {
margin: 0 0 31px 0;
text-align: center;
}
.prod_params {
list-style: none;
margin: 0;
padding: 0;
}
.prod_params li {
margin: 5px 0;
border-bottom: 1px solid #ccc;
padding: 7px 0 0 0;
}
.manuflink {
color: #337ab7;
}
.instock {
margin: 25px 0 0 0;
}


.telephone {
display: inline-block;
text-align: center;
padding: 0;
}

.hideshowmenu .telephone {
color: #000000;
width: 100%;
margin: 0 0 13px 0;
}
#searchwrap {
float: left;
position: absolute;
top: 14px;
}
.social-share {
margin: 0 0 12px 0;
}
#searchwrap .social-share .ya-share2__item {
margin: 0 7px;
}
.telephone p {
padding: 0;
margin: 6px 0 0 0;
}
.fa.fa-shopping-cart {
font-size: 18px;
color: #eee;
}
#mainmenu {
list-style: none;
margin: 0 0 0 auto;
text-align: center;
font-size: 15px;
font-family: Montserrat;
}

#mainmenu > li {
display: inline-block;
margin: 0 20px;
}

#topmenu {
list-style: none;
margin: 0 0 0 auto;
font-family: Montserrat;
}
#topmenu > li {
display: inline-block;
margin: 0 20px;
}

#topmenu .dropdown-menu a {
color: #000;
}

#topmenu p, #topmenu a {
color: #eee;
font-size: 13px;
}

.note > li {
margin: 0 30px;
}
.note {
background-color: #eee;
padding: 20px;
}
#cart-total {
color: #eee;
}
.info-block a {
text-decoration: underline;
}

.productcaption .btn-group {
position: absolute;
top: 0;
right: 0;
}
.edizm {
display: inline-block;
width: 50px;
border: none;
font-size: 20px;
font-weight: bold;
}
.price {
font-weight: bold;
font-size: 20px;
height: 50px;
}
.pricelist {
font-size: 20px;
margin: 12px auto;
font-weight: bold;
}
.line-through {
text-decoration: line-through;
}
.inputwrap {
margin: 25px 0 30px 0;
display: flex;
}
.plusminuswrap {
display: flex;
width: 160px;
}
.plusminus {
width: 24px;
}
#korob {
width: 49%;
}
.inputbox {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.info-block {
padding: 20px 20px;
border: 1px solid #ccc;
position: relative;
margin: 0 0 15px 0;
}
.info-block::before {
background: #f4f4f4;
content: "";
display: block;
height: 5px;
width: 100%;
}
.flexbox {
display: flex;
flex-flow: row wrap;
}
.product_box {
background-color: #fff;
box-shadow: 0 0 10px #eee;
display: flex;
flex-flow: column;
padding: 6px;
margin: 14px;
text-align: center;
width: 260px;
}
.readmore {
display: block;
font-weight: 700;
background-color: #F0F0F0;
padding: 10px;
font-size: 14px;
border-radius: 5px;
}
.readmore:hover {
background-color: #747474;
}
.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%;
}
.product_box .button_cart button {
background: #4c3048;
background-image: none;
border: 2px solid #5d0e53;
color: #fff;
font-size: 16px;
padding: 4px 10px;
}
.caption {
height: 30px;
overflow: auto;
}

.product_box h4 {
font-size: 17px;
font-weight: bold;
color: #000
}
.product_box h4 > a {
color: inherit;
}
.box_html {
display: inline-block;
width: 100%;
vertical-align: top;
margin: 0 0 40px 0;
}
.flex-container button {
margin: 0 0 5px 0;
}
.artikul {
margin: 0 0 9px 0;
}

.flex-container {
display: flex;
}
.image_cat {
display: inline-block;
width: 100px;
height: 50px;
background-repeat: no-repeat;
background-size: contain;
margin: 0 24px 0 0px;
}
.flex-container button {
margin: 0 0 5px 0;
}
.flex_topbar {
display: flex;
justify-content: space-between;
}
.menu_button {
display: none;
}
.flex_headerbar {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 74px;
flex-wrap: wrap;
align-content: stretch;
}
.captionsite {
position: relative;
display: inline-block;
padding: 20px 0;
}

#collapse_menu {
background: transparent;
border: none;
outline: none;
}
.fa.fa-bars {
color: #eee;
font-size: 30px;
padding: 20px;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
content: "\f0c9";
}
.telephone a {
color: #fff;
font-size: 18px;
display: inline-block;
}

.fa-phone:before {
content: "\f095";
}

.body-pointer * {
cursor: pointer;
}
.background-opacity * {
display: none;
opacity: 0.8;
background-color: rgb(49, 49, 49);
}
.background-opacity-on {
display: block;
}
.searchwrap .input-group-btn {
position: absolute;
right: 34px;
}
.hideshowmenu .telephone a {
color: #000;
}
.dropdown-menu {
border-radius: 0;
padding: 0;
border: none;
box-shadow: 0px 0px 9px 0px #8c8c8c;
}
.dropdown-menu li {
padding: 2px 10px;
border-bottom: 1px solid #d4d4d4;
}
.dropdown-menu li > a {
padding: 4px 10px;
}
.pagecaption_flex {
display: flex;
margin: 0 0 14px 0;
flex-flow: row;
justify-content: space-between;
border-bottom: 1px solid #ccc;
}
.buttons_cart_flex {
display: flex;
justify-content: flex-end;
}
.buttons_cart_flex .btn-default {
margin: 0 20px 0px 0px;
}
.link_offer {
padding: 5px 16px;
font-size: 17px;
font-weight: bold;
color: #4c3048;
box-shadow: 0 1px 1px 1px #ccc;
border-radius: 13px;
background-color: #eee;
}
.productparams td {
border-bottom: 1px solid #ccc;
padding: 5px;
}
.box_html {
display: inline-block;
text-align: center;
width: 100%;
vertical-align: top;
margin: 25px 0;
}
.flex-container {
display: flex;
}
.box_html .flex-container {
align-items: center;
justify-content: space-between;
}
.info_text {
padding-top: 10px;
display: block;
width: 160px;
margin: 0 auto;
text-transform: uppercase;
font-size: 15px;
line-height: 25px;
color: #50453b;
}
.caption_payments {
display: inline-block;
width: 100%;
text-align: center;
font-size: 25px;
margin: 40px 0 14px 0;
border-top: 1px solid #ccc;
padding: 40px 0 0 0;
}
.payments {
display: inline-block;
width: 100%;
height: 70px;
background-image: url('/image/catalog/pics/payments.png');
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
}
.shippinggril td {
border-bottom: 1px solid;
padding: 6px 20px;
}
.logo_footer {
height: 70px;
width: 100%;
background-image: url(/image/catalog/logo_hor.png);
background-size: contain;
background-repeat: no-repeat;
margin: 0 0 10px 0;
}
.mainimage {
max-width: 450px;
}
header {
padding: 0 0 15px 0;
width: 100%;
margin: 0 0 10px 0;
box-shadow: 0 0 10px #ccc;
}
.search-nav-wrap {
display: flex;
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;
}
.headertopbar {
align-items: center;
background: #000;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding: 5px 10px 5px 10px;
}
#button_mob_menu {
cursor: pointer;
position: absolute;
right: 0;
top: 0;
}
.prdscr td {
padding: 5px;
border-bottom: 1px solid #ccc;
}
.left_fix {
max-width: 790px;
margin: 0 auto;
}
.productcaption {
margin: 0 0 32px 0;
display: flex;
flex-flow: row;
align-items: flex-start;
justify-content: space-between;
}
.collectionproductlist {
position: relative;
width: 100%;
}
.manufcollectionblock {
box-shadow: 0 0 10px #ccc;
margin: 0 auto 36px auto;
padding: 10px;
text-align: center;
width: 350px;
}
.manufcollectionimage {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: block;
height: 130px;
margin: 0 auto;
width: 190px;
}
.manufcollectionsbox {
display: flex;
flex-flow: row wrap;
}
.manuftumbproduct {
display: block;
height: 60px;
width: 90px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin: 0 4px 6px 4px;
}
.tumbswrap > div {
box-shadow: 0 0 10px #ccc;
margin: 0 auto 17px auto;
padding: 3px 0;
text-align: center;
width: 100px;
}
.tumbswrap {
display: flex;
flex-flow: row wrap;
}
.tumbswrap h3 {
margin: 0;
padding: 0;
}
.collectiontitle {
margin: 0 0 17px 0;
}
.mainimg img {
height: 350px;
}
.mainimg {
text-align: center;
}
.product_images {
margin: 0 0 50px 0;
}
.shopmail {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.fa.fa-envelope-o {
margin: 0 10px 0 0;
}
.interiors {
display: flex;
flex-flow: row wrap;
justify-content: left;
}
.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;
}

/* Filters*/
.panel-filter {
width: 280px;
box-shadow: 0 0 10px #ccc;
padding: 10px;
border-radius: 8px;
}
.filter_header {
margin: 0 0 20px 0;
}
.filter_price {
margin: 0 0 14px 0;
}
.filter_price.boxcheck {
display: flex;
flex-flow: row wrap;
justify-content: start;
box-shadow: 0 0 10px #ccc;
padding: 8px 0 0 0;
}
.filter_price.boxcheck > label, .filter_price.boxcheck > div {
margin: 0 0 0 20px;
}
.filter_price p {
font-weight: bold;
margin: 0;
padding: 0;
}
.filter_price div {
display: inline-block;
}
.filter_price input {
margin: 0 8px 0 3px;
width: 77px;
text-align: center;
}
.filter_price.boxcheck input {
width: auto;
}
.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;
}

.filter-group-caption {
color: #4a4a4a;
font-weight: bold;
position: relative;
}
.checkbox label {
font-size:14px;
}
.panel-filter .checkbox input[type="checkbox"] {
width: 20px;
height: 20px;
margin: 0 0 0 -25px;
}
.filter-group-caption::after {
position: absolute;
top: 4px;
right: 0;
transform: rotate(var(--angle));
transition: 0.3s;
content: "◄";
}
.list-group-filter {
display: flex;
flex-wrap: wrap;
}
.filter-group {
width: 100%;
margin: 0 0 20px 0;
}
.button-filter {
display: inline-block;
width: 100%;
text-align: center;
}
.search-results {
text-align: center;
width: 880px;
}
.flex-wrap {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
justify-content: space-between;
}
#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;
}
#fg_id_colors > div {
width: 70px;
margin: 0;
}
#fg_id_colors .checkbox label {
display: flex;
flex-flow: row nowrap;
align-content: center;
align-items: center;
}
.colorfilter {
border: 1px solid #ccc;
width: 32px;
height: 32px;
margin: 0 5px 0 0;
border-radius: 16px;
box-shadow: 0 0 10px #ccc;
}
.gridbox {
display: flex;
flex-flow: row wrap;
justify-content: left;
}
/*END*/

.catmanufbox {
margin: 0 0 30px 0;
border-bottom: 1px solid #ccc;
padding: 0 0 6px 0;
}
.catmanufname {
font-size: 12px;
font-weight: bold;
}
.noproducts {
text-align: center;
font-size: 30px;
}
.minprice {
font-size: 30px;
margin: 20px 0;
text-align: center;
}
.cat_box {
display: flex;
flex-flow: column;
margin: 0 auto;
width: 350px;
}
.catlist {
margin: 40px 0;
display: flex;
width: auto;
position: relative;
flex-flow: row wrap;
}
.cat_box_img {
background-position: left center;
background-repeat: no-repeat;
background-size: contain;
height: 60px;
display: inline-block;
width: 100%;
padding: 20px 0 0px 112px;
border-bottom: 1px solid #ccc;
font-size: 1.6rem;
}
.collectionsbox {
display: flex;
flex-flow: row wrap;
}
.collectionblock {
width: 260px;
display: flex;
flex-flow: column;
box-shadow: 0 0 10px #ccc;
margin: 14px;
padding: 10px;
text-align: center;
}
.collectioncaption {
text-align: center;
font-size: 18px;
display: block;
margin: 14px auto;
}
.coltumbproduct {
background-repeat: no-repeat;
background-size: cover;
display: block;
height: 28px;
width: 37px;
margin: 0 11px 0 0;
}
.coltumbswrap {
display: flex;
flex-flow: row wrap;
margin: 0 0 13px 0;
}
.collectionimage {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: block;
height: 240px;
margin: 0 auto 11px auto;
width: 240px;
}
.priceot {
margin: 0 auto 18px auto;
font-size: 18px;
}
hr {
border: 1px solid #ccc;
}
.imgcol {
margin: 0 0 13px 0;
}
.prodcap {
display: block;
margin: 0 auto;
height: 60px;
overflow: auto;
width: 100%;
}
#buttonscolsprods {
  display: flex;
  flex-flow: row wrap;
  padding: 5px;
  width: 350px;
}
#buttonscolsprods > a,#buttonscolsprods > div {
  display: block;
  width: 162px;
  font-size: 16px;
  border: 1px solid #c4b7b7;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  border-radius: 11px;
  background-color: #eee;
}
#buttonscolsprods > .activelink {
background-color: #757575;
border: 1px solid #757575;
  color: #fff;
}