body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 15px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #ffffff;
}
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: 13px;
	font-weight: 400;
}

.quantity-block input[type="text"].form-control {

    font-size: 20px;
}

.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;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #2064aa;
}
/* top */
#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 #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	color: #ffffff;
	background-color: #229ac8;
}
#top .btn-link, #top-links li, #top-links a {
	color: #777;
	text-decoration: none;
	font-size: 12px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#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 a {
	display: inline-flex;
}
#logo img {
	height: 85px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}
/* cart */

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

ul.dropdown-menu li .btn-link {
    color: #f2f2f2;
    font-size: 16px;
}

#cart .dropdown-menu {
	background: #ffffff;
	z-index: 1001;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.3);
}
#cart .dropdown-menu {
	min-width: 60rem;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
	margin-top: 8px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu p {
	margin: 25px 25px;
}

#cart .dropdown-menu li {
	margin: 0px 14px;
}
#cart tr {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

/* menu */
#menu {
	background-color: #3fa2d4;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner a > img {
	margin-right: 5px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@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);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
	    margin-bottom: 10rem;


}
/* footer */
footer {
	padding-top: 40px;
	background-color: #222;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
    transition: color 0.5s ease, margin-left 0.5s ease;
}


footer a:hover {
	color: #fff;
    margin-left: 10px;
}
.list-unstyled li{
        margin: 20px 0px;
    font-size: 16px;
    font-weight: 400;
}

footer h5 {
font-size: 20px;
    font-weight: 600;
    color: #f2f2f2;
    margin-bottom: 50px;
}
.footer_telephones li a {
	font-size: 15px;
}
.messenger_links,
.social_links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.social_links li {
	margin-right: 5px;
}
.messenger_links li {
	margin-right: 15px;
}
.messenger_links li:last-child,
.social_links li:last-child {
	margin-right: 0px;
}
.messenger_links li a,
.social_links li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	width: 30px;
	position: relative;
}
.social_links li a:after {
	position: absolute;
	content: '';
	-webkit-mask: url(../image/icons/instagram.svg) no-repeat center;
	mask: url(../image/icons/instagram.svg) no-repeat center;
	background-color: #f2f2f2;
	-webkit-mask-size: 26px;
	mask-size: 26px;
	height: 26px;
	width: 26px;
}
.social_links li.facebook a:after {
	-webkit-mask: url(../image/icons/facebook.svg) no-repeat center;
	mask: url(../image/icons/facebook.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.twitter a:after {
	-webkit-mask: url(../image/icons/twitter.svg) no-repeat center;
	mask: url(../image/icons/twitter.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.youtube a:after {
	-webkit-mask: url(../image/icons/youtube.svg) no-repeat center;
	mask: url(../image/icons/youtube.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.linkedin a:after {
	-webkit-mask: url(../image/icons/linkedin.svg) no-repeat center;
	mask: url(../image/icons/linkedin.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.pinterest a:after {
	-webkit-mask: url(../image/icons/pinterest.svg) no-repeat center;
	mask: url(../image/icons/pinterest.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 18px;
	mask-size: 18px;
	height: 18px;
	width: 18px;
}
.messenger_links li a:after {
	position: absolute;
	content: '';
	-webkit-mask: url(../image/icons/telegram.svg) no-repeat center;
	mask: url(../image/icons/telegram.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 24px;
	mask-size: 24px;
	height: 24px;
	width: 24px;
}
.messenger_links li.viber a:after {
	-webkit-mask: url(../image/icons/viber.svg) no-repeat center;
	mask: url(../image/icons/viber.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 22px;
	mask-size: 22px;
	height: 22px;
	width: 22px;
}
.messenger_links li.whatsapp a:after {
	-webkit-mask: url(../image/icons/whatsapp.svg) no-repeat center;
	mask: url(../image/icons/whatsapp.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 22px;
	mask-size: 22px;
	height: 22px;
	width: 22px;
}

.social_links li.whatsapp a:after {
    -webkit-mask: url(../image/icons/whatsapp.svg) no-repeat center;
    mask: url(../image/icons/whatsapp.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 26px;
    mask-size: 26px;
    height: 26px;
    width: 26px;
}
.social_links li.telegram a:after {
    -webkit-mask: url(../image/icons/telegram.svg) no-repeat center;
    mask: url(../image/icons/telegram.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 30px;
    mask-size: 30px;
    height: 30px;
    width: 30px;
}
.social_links li.viber a:after {
    -webkit-mask: url(../image/icons/viber.svg) no-repeat center;
    mask: url(../image/icons/viber.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 26px;
    mask-size: 26px;
    height: 26px;
    width: 26px;
}

.social_links li {
    display: inline-block;
    margin-right: 25px; /* Расстояние между иконками */
}

.social_links li:last-child {
    margin-right: 0; /* Чтобы у последней иконки не было отступа справа */
}


/* alert */
.alert {
	padding: 20px 14px 20px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    background-color: transparent;
    font-size: 14px; /* Размер шрифта */
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    color: #656565; /* Цвет для всех крошек */
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -5px;
    width: 16px;
    height: 16px;
    border-bottom: 1px solid #161616;
    transform: rotate(-60deg);
}

/* Стиль для последнего элемента */
.breadcrumb > li:last-child {
    color: #161616; /* Цвет для последней крошки */
    font-weight: bold; /* Жирный текст для последней крошки */
}

/* Убираем стрелку после последнего элемента */
.breadcrumb > li:last-child:after {
    content: none;
}

/* Убираем пунктирную линию под ссылками */
.breadcrumb a {
    text-decoration: none;
    color: inherit; /* Наследуем цвет от родителя */
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
button.out_of_stock {
	pointer-events: none;
	opacity: .3;
}


.btn {
	padding: 7px 15px;
	font-size: 14px;
	border: 2px solid #cccccc;
	border-radius: 0px;
	line-height: 2;
	
}

.text-center .custom-btn {
    margin: 6rem;
}



.btn-filter {
    padding: 1.3rem 2.5rem;
    border: 2px solid #161616;
    font-size: 1.5rem;
    border-radius: 0px;
    background-color: transparent;
    color: #161616;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.3s ease;

}

.btn-filter:hover {

    border: 2px solid #0056b3;
    background-color: #0056b3;
    color: #fff;

}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 1.3rem;
}
.btn-lg {
	font-size: 18px;
	font-weight: 400;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 18px;
}

.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;
	background-color: #e7e7e7;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
color: #ffffff;
    background-color: #0056b3;
    border-color: #0056b3;
        transition: background-color 0.3s ease;
}

.btn-primary-cart {
color: #161616;
    background-color: #ffffff;
    border-color: #161616;
        transition: background-color 0.3s ease;
}


.btn-primary-cart:hover {
color: #0056b3;
    background-color: #ffffff;
    border-color: #0056b3;
    
}

.row.button-row {
    margin-top: 4rem;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ffffff;
	color: #0056b3;
border-color: #0056b3;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	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;
	background-color: #da4f49;
	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;
	background-color: #5bb75b;
	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;
	background-color: #df5c39;
	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: #f2f2f2;
	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;
	background-color: transparent;
	border-color: transparent;
}

.fa-shopping-cart {
    font-size: 23px;
}

/* 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;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}


/* product list */
.product-thumb {
  margin-bottom: 20px;
  overflow: hidden; /* изменено на hidden для обрезки элементов внутри */
  position: relative; /* добавлено для позиционирования элементов внутри */
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
  transition: transform 0.5s ease; /* Перенесли сюда, чтобы анимация применялась в обоих случаях */
}

.product-thumb .image a:hover {
  transform: scale(1.06);
}

.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 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    top: 3rem;
    overflow: hidden;
    transition: height 0.3s ease;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

}

.product-thumb .caption {
  height: 90px; /* при ховере высота увеличивается до 30px */
}

.product-info li {
    margin: 8px 0px 0px 0px;
}

.product-thumb .caption h4,
.product-thumb .caption .price {
  margin: 0;
  padding: 0 10px;
  font-size: 20px;
  line-height: 30px; /* чтобы текст был по центру вертикально */
  color: #0056b3; /* цвет текста белый */
  display: inline-block;
  font-weight: 700;
}

.product-name a {
    color: #161616;
}

.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;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;

	display: block;

}
.image-additional {
	max-width: 150px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#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-3:nth-child(4n+1),
	#content .col-md-13: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-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%;
    }
    
    
    #column-left  .product-layout .col-md-13 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-13 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-13 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-13 {
       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;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}


button.btn.btn-default {
    background-color: transparent;
    border: none;
}