﻿body {
	font-family: 'Comfortaa', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif; font-weight: 800; text-transform: uppercase;
	color: #3768C7;
    text-shadow: 0 0 5px rgba(55, 104, 199, 0.3), 0 0 20px rgba(55, 104, 199, 0.2);
}
.wave-underline {
    text-decoration: none;
    position: relative;
}
.wave-underline::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: repeating-linear-gradient( 45deg, #FF4F86, #FF4F86 5px, #3768C7 5px, #3768C7 10px );
    /* Полосатая ленточка */
    border-radius: 2px;
}
.fa {
	font-size: 14px;
}
.tab-content {padding-bottom: 20px;}
ol, ul {
    list-style: none!important;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
.htitle {
	padding-right: 15px;
    padding-left: 15px;
    margin-top: 0px;
	    font-weight: 550;
    color: #2C333D;
    margin-bottom: 20px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color:#000000;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.glopl {
	width: 52%;
    margin-right: 3%;
}
.glopr {
	width:45%;
}
.glopr img {
	max-width: 100%;
    border-radius: 2%;
}
#infofoot {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: start;
}
#infofootbl {
		width:50%;
}
.fbllo {
	width:49%;    padding: 10px;
}
 #product {   
 padding: 0px 25px;
 }
.fblloi {
	width:49%;font-weight:550;    padding: 10px;
}
.bglg {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: start;
}
.nav {
	    float: left;
    padding: 25px 0px 0px 0px;
        }
.list-inline {
    margin-top: 10px;
}
.nametov a {
	font-size: 16px;
    -webkit-line-clamp: 2;
    font-weight: 550;
    display: -webkit-box;
	-webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#product-layout {
	border: 1px solod #117FE3;
}
#product-layout: hover {
	border: 1px solod #117FE3;
}
.nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;

        }
        .menu {
            display: flex;
            list-style: none;
			padding: 0px;
        }
        
        .menu li {
            position: relative;
			padding-right: 5px;
    padding-left: 5px;
        }
        
        .menu a {
    color: #6C6F71;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
    font-size: 14px;
            transition: background 0.3s;
        }
        
        .menu a:hover {
               color: #000000;
        }
        
        /* Иконка гамбургера */
        .hamburger {
            display: none;
            cursor: pointer;
            background: none;
            border: none;
            color: #6C6F71;
            font-size: 1.5rem;
        }
        
        /* Адаптивность */
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .col-xs-12 {
    width: 50%!important;
}
.breadcrumb {
    margin: 0 0 0px 0
}
            .menu {
                position: absolute;
                flex-direction: column;
                background: #2c3e50;
                width: 100%;
                top: 60px;
                left: 0;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                z-index: 1000;
                border-radius: 0 0 8px 8px;
            }
            
            .menu.active {
                opacity: 1;
                visibility: visible;
            }
            
            .menu li {
                width: 100%;
                text-align: center;
            }
            
            .menu a {
                padding: 15px;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
            }
        }
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;
}
.btn-cart {
	background: #fff;
    border: none;
}
.btn-cart svg {
	     margin-bottom: 3px;
    vertical-align: middle;
    padding-right: 5px;
    color: #16191E;
 }
.btn-group
 {    text-align: center;
    width: 100%;
}
.nav-tabs {
	margin-bottom: 15px;
	width:100%;
}
.form-group {
    margin-bottom: 15px;
    margin-top: 25px;
}

.procent {
	    background: #1BA26A;
    padding: 3px;
    border-radius: 5px;
    color: #ffffff;
    margin-left: 5px;
    text-align: center;
}
.list-unstyled {
    padding-left: 0;
    color: #515257!important;
    font-size: 13px;
    line-height: 30px;
}
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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 0px 0px 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 {
	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: #6C6F71;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	font-size:16px;
}
.tel {font-size: 16px;font-weight: 550;color:#000000;}
#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: 5px 0px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0px;
}
#logo h1 {
  margin-top: -10px;
}
#logo img {
	padding: 0px 10px;
}
/* search */
#search {
	margin-bottom: 5px;
    padding-top: 1px;
}
#search .input-lg {
	height: 47px;
	line-height: 20px;
	padding: 0 10px;
	border: 2px solid #186FD4;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 13.5px 35px;
}
/* cart */
#cart {
	text-align: center;
}
#cart p {
	margin:0px;
}
#cart > .btn {
    font-size: 12px;
    padding: 0px;
    color: #000;
    background: 0;
    border: none;
    box-shadow: none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
#cart-total {
	font-size: .9rem;
    line-height: 1.6rem;
    padding: 0 0 .2rem;
    font-weight: 500;
    width: 1.6rem;
    height: 1.6rem;
	display: block;
    position: absolute;
    top: .4rem;
    left: 50%;
    border-radius: 50%;
    color: #fff;
    z-index: 1000;
    background: #FF4F86;
}
#prole {
	display: grid;
    float: left;
}
.icon-cart {
	width: 1.5rem;
    height: 1.9rem;
}
@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 li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #6E6F72;
	background-repeat: repeat-x;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 10px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-size: 14px;
}
#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 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;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	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;
	}
	.ulto {
		    display: none;
	}
	.list-unstyled {
    padding-left: 25px;
	}
	.htitle {font-size:26px;margin-bottom: 25px;}
	#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;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 14px;
	line-height: 22px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #F3F4F5;
	border-top: 1px solid #ddd;
	color: #333436;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #DCE1E7;
}
footer a {
	color: #333436;
}
footer a:hover {
	color: #23527c;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 15px 0;
	padding: 8px 0;
	background-color:#FFFFFF!important;
}
.input-group-addon {
	color: #000!important;
    background-color: #fff!important;
    border: 0px solid #ccc!important;
}
.breadcrumb i {
	font-size: 15px;
	color: #FF4F86;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
    padding: 0px 5px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '»';
	color: #000!important;
	padding-right: 15px;
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
	display:none;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-radius: 4px;
}
.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: #ffffff!important;
	background-color: #186FD4!important;
	border: 1px solid #186FD4!important;
}
.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-inverse {
position: absolute;
    background: none;
}

/* 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 {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb:hover {
	transform: translateY(-5px); transition: 0.2s;
}
.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 10px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.whishb {
	float: right;padding: 7.5px 5px 2px 5px;border: 1px solid #F3F4F5;border-radius: 5px;
}
.compb {
	float: right;padding:3.5px 5px 0px 5px;border: 1px solid #F3F4F5;border-radius: 5px;margin-right:3%;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
.ya-share2__container {
	text-align:center;
}
.nametov {
	padding: 10px 0px;
	min-height: 60px;
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.breadcrumb {
	white-space: nowrap;
    overflow-x: scroll;
}
.whishb  {
	padding: 0px 5px;
}
.whishb svg {
	width: 20px;
	margin-top: 5px;
	height: 18px;
}
.compb {
	padding: 0px;
}
.compb svg {
        width: 30px;
        padding: 0px;
        height: 20px;
        margin-top: 3px;
}
.btnc {
	width:40%!important;
	    padding: 5px!important;
}
.glopl {
	width:100%;
	margin-right: 0%;
}
.glopr {
	display:none;
}
.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: #186FD4;
    font-size: 18px;
    margin-bottom: 15px;
	font-weight: 600;
}
.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;
}
.btnc {
	background: #186FD4;
    padding: 8.5px 5px;
    color: #fff;
    width: 50%;
    border-radius: 5px;
    font-size: 14px;
	float:left;
	text-align: center;
	    cursor: pointer;
}
.btnc svg {
	height: 15px;
	vertical-align: middle;
	width:22px;
}
.btnc span {
    font-size: 14px;
    font-weight: 550;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	#logo {
    margin: 0 15px 0px 0px;
    padding: 0px 5px 10px 15px;
}
}
#catalh {
	width:15.5%;padding: 5px;margin-top:10px;float: left;margin-left: 1%;margin-right: 1%;
}

.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%;
	}
	#catalh {
	    display: none;
}
}
.priceto {
	color:#003B73;
	font-size: 30px;
    font-weight: 550;
}
.ulto {
	margin: 0px;
    padding: 0px;
    line-height: 40px;
    color: #515257;
	    text-align: center;
}
.ulto svg {
	vertical-align: sub;
    margin-right: 10px;
}
.thumbnails {
	overflow: auto;
	clear: inline-end;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.brena {
    color: #515257;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 5px;
	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-3:nth-child(5n+1),
	#content .col-lg-4:nth-child(4n+1),
	#content .col-lg-6:nth-child(3n+1) {
	}
}
@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-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%;
    }
}

/* 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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
    float: right;
    margin: 0;
    }
	.col-sm-9 {
    width: 75% !important;
    }
    
    html[dir=rtl] .navbar-nav > li {
    float: right;
    }
   
}
.col-sm-4 {
    width: 33.33333333%!important;
  }
.col-sm-5 {
    width: 51.66666667%;
    }
	.blen 
	{float: right;padding-right:15px;
    }
	.clh {
		padding:0px 10px;float: left;text-align: center;position: relative;
	}
	        .menu-toggle {
            display: block;
            cursor: pointer;
            width: 30px;
            height: 30px;
            position: relative;
            z-index: 1001;
        }
@media (max-width: 767px) {

        .menu-toggle {
            display: block;
            cursor: pointer;
            width: 30px;
            height: 30px;
            position: relative;
            z-index: 1;
			 float: left;
        padding: 15px 0px;
        margin-left: 5px;
		

        }

        .menu-toggle span {
            display: block;
            height: 3px;
            width: 100%;
            background-color: #000;
            border-radius: 3px;
            margin: 5px 0;
            transition: all 0.3s ease;
        }

        /* Стили для меню */
        .mobile-menu {
            position: fixed;
            top: 0;
            left: -300px;
            width: 280px;
            height: 100vh;
            background-color: #2c3e50;
            z-index: 1000;
            transition: left 0.3s ease;
            box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
            overflow-y: auto;
        }

        .mobile-menu.active {
            left: 0;
        }

        .menu-header {
            padding: 60px 20px 20px;
            color: white;
            font-size: 1.2rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .menu-list {
            list-style: none;
            padding: 0;
        }

        .menu-list li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .menu-list a {
            display: block;
            padding: 15px 20px;
            color: white;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .menu-list a:hover {
            background-color: #34495e;
        }

        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease;
            z-index: 999;
        }

        .menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }

.col-sm-4 {
    width: 100%!important;
  }
  	.clh {
        padding: 10px 0px;
        width: 25%;
	}
	.clh svg {
		vertical-align: -webkit-baseline-middle;
	}
  .tel {font-size: 16px;font-weight: 550;color:#000000!important;7font-size: 18px;}
  .list-inline {
    margin-top:5px;
	    margin-bottom: 0px
}
#cart {
    margin-bottom: 0px!important;
}
#cart img {
    width:30px;
}
#mpk {
	display: grid;
}
.prop {
    width: 48%!important;
    padding: 3%;
}
header {height: 125px;}
.blen {
	position: absolute;
    right: 15px;
	        width: 45%;
        padding-left: 2%;
}
.blen span {
	display:none;
}
  .timeh {
	  display:none;
  }
.col-sm-5 {
    width: 100%!important;
    }
#search {
	padding-top: 0px;
}

#cart {
	padding-top: 0px;
}
.col-sm-3n {
    width: 60% !important;
	    padding:10 25px;
}
.col-sm-4lh {
	width:100%!important;
}
.col-sm-5sh {
        width: 100% !important;
		padding: 5px 15px;
}
.ulblca {
	width: 48.5%!important;
}
.col-sm-3c {
	width:15%!important;
	float: left;
}
.col-sm-3cv {
	width:15%!important;
	float: left;
	padding:10px;
	position: relative;
}
}
.col-sm-4lh {
	width:14%;
	float: left;
}
.col-sm-5sh {
	width:47%;
	float: left;
}
.col-sm-3n {
	width:18%;
	float: left;
	padding:10px;
	text-align: center;
}
.col-sm-3c {
	width:7%;
	float: left;
}
.col-sm-3cv {
	width:7%;
	float: left;
	padding:10px;
	position: relative;
}
.icon-bookmarks {
	height: 1.9rem;
    width: 1.9rem;
    display: block;
    margin: 0 auto 1.5rem;
}
.wishlisth {
	font-size: .9rem;
    line-height: 1.6rem;
    padding: 0 0 .2rem;
    font-weight: 500;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: .4rem;
    left: 50%;
    border-radius: 50%;
    color: #fff;
    z-index: 1000;
    background: #FF4F86;
	text-align: center;
}
.ulblgl {
	display: flex;-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-gap: 1%;
	align-items: start;
	margin-top: 5px;
}

.ulblca {
	width: 11.5%;
	text-align: center;
	position: relative;
	margin-bottom: 2%;
	border: 1px solid #cacaca;
	background: #F3F4F5;
	border-radius: 5px;
	border:2px solid #F6F7F9;
}
.ulblca img {
    width: 100%;
}
.ulblca span{
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 550;
    font-size: 16px;
    color: #3B3C3F;
	padding-top: 10px;
}
.blprem {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-gap: 1%;
	align-items: start;
	padding-bottom:20px;
}
.prop {
	width: 24%;
	text-align: center;
}
.prop svg {
    margin-right: 10px;
    vertical-align: bottom;
}
::marker {
color:#fff;
}
@media (min-width: 1370px) {
  .container {
    width: 1350px;
  }
}
/* Кнопка каталога */
.catalog-btn {
  background: #186FD4;
  color: white;
  border: none;
  padding: 0px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

/* Контейнер меню */
.catalog-menu {
  position: relative;
  display: inline-block;
}

/* Выпадающее меню */
.catalog-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  display: none;
}

/* Показываем меню при наведении */
.catalog-menu:hover .catalog-dropdown {
  display: block;
}

/* Стили списка категорий */
.catalog-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-item {
  position: relative;
  border-bottom: 1px solid #eee;
}

.category-link {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.category-link:hover {
  background: #f5f5f5;
}

/* Подкатегории */
.subcategory-list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-item:hover .subcategory-list {
  display: block;
}

.subcategory-item {
  padding: 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.subcategory-link {
  display: block;
  padding: 8px 15px;
  color: #666;
}

.sub-subcategory-list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 300px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  list-style: none;
  padding: 0;
}

.subcategory-item:hover .sub-subcategory-list {
  display: block;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}
.swiper-wrapper span {
    position: absolute;
    left: 1%;
    top: 15%;
    font-size: 250%;
    color: #ffffff;
    width: 22%;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 60px;
	background: rgb(17%, 24%, 31%, 0.3);
}
.img-thumbnail {
    background-color: transparent!important;
    border: none!important;
	padding: 0px!important;
}

.swiper-viewport {
margin: 0 0 25px!important;
border: none!important;
box-shadow: none!important;
}

/* Заголовок "Каталог" – выглядит как пункт меню */
.mobile-menu .mobile-catalog-title {
    display: block;
    padding: 15px 20px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.mobile-menu .mobile-catalog-title:hover {
    background-color: #34495e;
}

/* Контейнер выпадающего списка категорий */
.mobile-menu .mobile-catalog-dropdown {
    display: none;
    background-color: #2c3e50; /* чуть темнее основного фона */
}

.mobile-menu .mobile-catalog-dropdown.active {
    display: block;
}

/* Список категорий */
.mobile-menu .mobile-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu .mobile-category-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Заголовок категории (не ссылка) */
.mobile-menu .mobile-category-name {
    display: block;
    padding: 12px 20px 12px 30px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s;
}

.mobile-menu .mobile-category-name:hover {
    background-color: #3d566e;
}

/* Стрелка у категорий с подкатегориями */
.mobile-menu .has-sub > .mobile-category-name::after {
    content: '▼';
    font-size: 0.7rem;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s;
}

/* Поворот стрелки при открытии */
.mobile-menu .has-sub.active > .mobile-category-name::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Список подкатегорий */
.mobile-menu .mobile-subcategory-list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #1e2b38; /* ещё темнее для визуального разделения */
}

.mobile-menu .mobile-subcategory-list.active {
    display: block;
}

.mobile-menu .mobile-subcategory-list li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu .mobile-subcategory-list a {
    display: block;
    padding: 10px 20px 10px 45px;
    text-decoration: none;
    font-size: 1.4rem;
    transition: background-color 0.2s;
}

.mobile-menu .mobile-subcategory-list a:hover {
    background-color: #3d566e;
    color: white;
}
@media (max-width: 767px) { 
#headlinks {
    display: none !important;
	
}
.swiper-viewport {
margin: 15px 0 15px!important;
}
.swiper-wrapper span {
	width: 98%!important;
}
    .col-sm-4lh {
        width: 50% !important;
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .col-lg-3 {
    width: 20%!important;
    }
.col-lg-4 {
    width: 25%!important;
}
}
@media (max-width: 600px) {
        /* Стили для меню */
		.swiper-wrapper span {
			bottom: 0%;
			font-size: 150%;
		}
        .mobile-menu {
            position: fixed;
            top: 0;
            left: -300px;
            width: 280px;
            height: 100vh;
            background-color: #2c3e50;
            z-index: 1000;
            transition: left 0.3s ease;
            box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
            overflow-y: auto;
        }

        .mobile-menu.active {
            left: 0;
        }

        .menu-header {
            padding: 60px 20px 20px;
            color: white;
            font-size: 1.2rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .menu-list {
            list-style: none;
            padding: 0;
        }

        .menu-list li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .menu-list a {
            display: block;
            padding: 15px 20px;
            color: white;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .menu-list a:hover {
            background-color: #34495e;
        }

        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease;
            z-index: 999;
        }

        .menu-toggle active {
            opacity: 1;
            visibility: visible;
        }
        .menu-toggle active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 8px);
        }

        .menu-toggle active span:nth-child(2) {
            opacity: 0;
        }

        .menu-toggle active span:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -8px);
        }

        /* Медиа-запрос для скрытия меню на десктопе */

    .popup-content {
    padding: 20px;
    }
.btn-default:hover {
    color: #fff;
    background-color: #189BD4;
    border-color: #186FD4;
}
.timeh {
	color: #6C6F71;
	font-size:13px;
}
}
/* popup */
.open-btn {
font-weight: 600;
    padding: 10px 15px;
    color: #2A5E8D;
    font-weight: 600;
	cursor: pointer;
	background:#F6F8FB;
    }
    .thumbnail {
		border: 0px solid #ddd!important;
	}
	
    .open-btn:hover {
transform: translateY(-2px);
    text-decoration: underline;
    }
    
    /* Стили для самого popup */
    .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    }
    
    .popup-content {
    width: 90%;
    max-width: 700px;
    background: white;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: scale(0.7);
    transition: all 0.3s ease;
    }
    
    .popup h2 {
    margin-bottom: 20px;
    color: #2c3e50;
    }
    
    .popup p {
    margin-bottom: 25px;
    font-size: 1.1rem;
    line-height: 1.6;
    }
    
    /* Стили для кнопки закрытия */
    .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    }
    
    .close-btn:hover {
    background: #c0392b;
    transform: rotate(90deg);
    }
    
    /* Чекбокс для управления отображением popup */
    #popup-toggle {
    display: none;
    }
    
    #popup-toggle:checked ~ .popup {
    opacity: 1;
    visibility: visible;
    }
    
    #popup-toggle:checked ~ .popup .popup-content {
    transform: scale(1);
    }
    
    /* Дополнительные стили для демонстрации */
    .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    }
    
    .feature {
    flex: 1;
    min-width: 200px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .feature h3 {
    color: #3498db;
    margin-bottom: 10px;
    }
 h1.title {	
    padding: 0px 0px 20px 15px;
    margin: 0px!important;
}
@media (min-width: 769px) {
    .menu-toggle {
	display: none;
}
.fbllo {
	width:31%;
}
.fblloi {
	width:23%;font-weight:550;
}
.mobile-menu {
	display: none;
          
}
    .col-sm-3 {
        width: 25% !important;
    }
}
 .form-container {
            padding: 30px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        label {
            display: block;
            margin-bottom: 0px;
            font-weight: 600;
            color: #117FE3;
			cursor: pointer;
        }
        
        input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 16px;
            transition: border 0.3s;
        }
        
        input:focus {
            border-color: #3498db;
            outline: none;
            box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
        }
        
        .submit-btn {
            background: #3498db;
            color: white;
            border: none;
            padding: 14px;
            width: 100%;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .submit-btn:hover {
            background: #2980b9;
        }
        
        .submit-btn:disabled {
            background: #95a5a6;
            cursor: not-allowed;
        }
        
        .message {
            padding: 12px;
            border-radius: 6px;
            margin-top: 20px;
            text-align: center;
            display: none;
        }
        
        .success {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }
        
        .error {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }
        
        .loading {
            display: none;
            text-align: center;
            margin-top: 10px;
        }
        
        .spinner {
            border: 4px solid rgba(0, 0, 0, 0.1);
            border-left-color: #3498db;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            animation: spin 1s linear infinite;
            margin: 0 auto;
        }
        
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
		/* Стили для списка */
.balloon-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.balloon-list li {
  position: relative;
  padding: 10px 0 10px 40px;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px dashed rgba(0,0,0,0.1);
  transition: background 0.3s;
}

.balloon-list li:last-child {
  border-bottom: none;
}

/* Маркер-шарик */
.balloon-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, #ff6b6b);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: transform 0.3s, background 0.3s;
}

/* Разноцветные шарики (можно задать через nth-child) */
.balloon-list li:nth-child(1)::before { background: radial-gradient(circle at 30% 30%, #fff, #ff6b6b); }  /* красный */
.balloon-list li:nth-child(2)::before { background: radial-gradient(circle at 30% 30%, #fff, #4ecdc4); }  /* бирюзовый */
.balloon-list li:nth-child(3)::before { background: radial-gradient(circle at 30% 30%, #fff, #ffe66d); }  /* жёлтый */
.balloon-list li:nth-child(4)::before { background: radial-gradient(circle at 30% 30%, #fff, #c77dff); }  /* фиолетовый */
.balloon-list li:nth-child(5)::before { background: radial-gradient(circle at 30% 30%, #fff, #95e1d3); }  /* мятный */
.balloon-list li:nth-child(6)::before { background: radial-gradient(circle at 30% 30%, #fff, #f08a5d); }  /* оранжевый */

/* Эффект при наведении */
.balloon-list li:hover::before {
  transform: translateY(-50%) scale(1.2);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Для мобильных */
@media (max-width: 768px) {
  .balloon-list li {
    padding-left: 35px;
  }
  .balloon-list li::before {
    width: 20px;
    height: 20px;
  }
}