body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #003a6d;
	background: #fcffdf url(../image/bg.jpg);
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	padding: 10px;
	font-size: 21px;
    background: #10cde1;
    color: #003a6d;
    border-radius: 4px;
    text-align: center;
}
h3.latest {
    background: none;
    text-align: left;
    padding-left: 0;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #292929;
}
a:hover {
	color:#10cde1;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
    font-weight: normal;
    padding: 5px 10px 0 0;
    float: left;
}
blockquote {
    padding: 10px 20px;
	font-size: 14px !important;
    margin: 0 0 20px;
    background: #fff;
    border-left: 5px solid #003a70;
}
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;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #10cde1;
}
/* top */
#top {
    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: #003a6d;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	color: #10cde1;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 10px;
	font-size:12px
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 10px 0 0 0;
}
#logo>a>img {
    height: auto;
	width:100%
}
#search {
    margin: 0 0 10px -7px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#search .input-lg {
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background: #fff;
	border: none;
    height: 40px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}
#cart {
    margin-bottom: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #003a6d;
}
/* цвет НЕ пустой корзины */
button.colorred.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    background: #003a70;
    color: #fff !important;
    border: 1px solid #003a70;
}

#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@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: #003a70;
    min-height: 40px;
    margin-top: 10px;
    border-radius: 0 !important;
}
#menu .nav > li > a {
	color: #fff;
	padding: 10px 15px 10px 15px;
    font-size: 14px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #10cde1;
	color:#003a6d;
}
.navbar-nav>li {
	float:left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #48749d;
}
.navbar-nav>li:first-child{
    border-left: 1px solid #48749d;
}
.navbar-nav {
    width: 100%;
}
#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;
	}
	#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;
	}
	.navbar-nav>li {
		border: none;
	}
	.navbar-nav>li:first-child{
		border-left: none;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
    padding-top: 30px;
    background-color: #10cde1;
    color: #003a6d;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #003a6d;
}
footer a {
	color: #003a6d;	
}
footer a:hover {
	color: #fff;
	text-decoration:underline;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003a6d;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert  a{
	color: #003a70;
}
.alert-success {
	width: 30% !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    padding: 20px !important;
    color: #003a70 !important;
    background: #10cde1 !important;
    border: none !important;
    z-index: 999 !important;
}
button.close {
    margin-left: 10px !important;
}
.close {
    color: #003a70 !important;
    text-shadow: none !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
	font-size: 30px 1 !important;
}
.breadcrumb {
    height: 40px;
    margin: 0 0 20px 0;
    padding: 8px 0;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #fff;
    padding: 1px 20px 0;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 30px;
	height: 30px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
    margin: 0;
    -webkit-box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.buttons {
	margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 8px;
}
.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: #003a6d;
    background: #10cde1;
    border-color: #10cde1;
}
.btn-primary {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #10cde1;
    background-image: linear-gradient(to bottom, #10cde1, #10cde1);
    background-repeat: repeat-x;
    border-color: #10cde1;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #003a6d;
	background-position: 0 -40px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
    background-color: #10cde1;
    background-image: linear-gradient(to bottom, #10cde1, #10cde1);
    background-repeat: repeat-x;
    border-color: #10cde1;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background: #003a6d;
    border-color: #003a6d;
    color: #fff !important;
}
.list-group a {
    border-bottom: 1px dashed #ddd;
    color: #003a70;
    font-weight: 600;
    margin-bottom: 0px;
}
.list-group a:last-child {
    border-bottom: none
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444;
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    text-shadow: 0 1px 0 #fff;
}
aside#column-left>.list-group {
    -webkit-box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 8px;
}
.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-thumb {
    -webkit-box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
    overflow: auto;
    border-radius: 8px;
}
.product-thumb .image {
	text-align: center;
	position:relative
}
.product-thumb .image a {
	display: block;
	height: 200px;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-grid .product-thumb .image {
	float: none;
	position: relative;
    height: 200px;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
    height: 50px;
    overflow: hidden;
    font-size: 14px;
}
.product-thumb p{
	display:none;
}
.product_info{
	display: block;
    width: 100%;
    float: left;
}
.product-thumb .stock{
	border-right: 1px solid #e8e8e8;
}
.product-thumb .articul,.product-thumb .stock{
	display: block;
    width: 50%;
	margin: 0;
	padding: 5px;
    float: left;
    font-size: 12px;
}
.product-thumb .articul:hover,.product-thumb .stock:hover{
	background:#f8f8f8
}
.product-thumb .articul small, .product-thumb .stock small {
    color: #777;
}
.product-thumb .price small {
    color: #777;
    font-size: 12px;
}
.product-thumb .caption {
	min-height: 100px;
	text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-list .caption {
    min-height: 160px;
}
@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 {
	margin: 0;
    padding: 15px;
    display: block;
    color: #003a6d;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.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: 70% !important;
    border: none;
    display: inline-block;
    float: left;
    background-color: #10cde1;
    color: #003a70;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}
.product-thumb .button-group button > span {
    display: block;
}
.product-thumb .button-group button + button {
	width: 33.333%;
	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: 100%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.333%;
	}
	#top-links {
		text-align: center;
		margin-top: 20px;
	}
	.breadcrumb{
		display:none
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

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

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

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

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* поле ввода количества товара в списке товаров */
input[id^="quantity"]{
	width: 33.333%;
    display: block;
    float: left;
    height: 40px;
    border: none;
    text-align: center;
    color: #8d8d8d;
}

/* 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;
}





.breadcrumb>li>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list .product-thumb .image {
    width: 200px;
}

ul.yo-fm li a span {
    font-weight: 700;
}


/*  popup */
#modal-background{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ccc;opacity:.70;-webkit-opacity:.7;-moz-opacity:.7;filter:alpha(opacity=70);z-index:1000;}
#modal-content{font-family: Trebuchet MS !important;background-color:white;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;position:absolute;top:50%;left:43%;width:640px;height:400px;margin-left:-200px;margin-top:-200px;display:none;padding:10px;position:fixed;text-align:center;z-index:1000;border: 3px solid #c;}
#modal-content h3{font: Bold 19px Trebuchet MS;
color: #e26a22;
letter-spacing: 0.4px;}
a.incart {
padding: 3px 10px 3px 10px !important;
background: #e36a23;
color: #fff;
font-size: 15px !important;
font-family: Trebuchet MS !important;
border-bottom: 0px !important;
border: 0px !important;
cursor: pointer;
text-decoration: none;
text-transform: none !important;}
a.incart:hover {background: #d5d5d1; color: #515151;}
a.cont {
padding: 3px 10px 3px 10px !important;
background: #e36a23;
color: #fff;
font-size: 15px !important;
font-family: Trebuchet MS !important;
border-bottom: 0px !important;
border: 0px !important;
cursor: pointer;
text-decoration: none;
text-transform: none !important;}
a.cont:hover {background: #d5d5d1; color: #515151;}
#modal-content img{height:275px;width:auto !important;}
#modal-background.active, #modal-content.active{display:block;}
/* end of popup  */
/* кнопки +-  */
.my_quantity {
	margin-bottom: 10px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    width: 100px !important;
    float: left;
    border: 1px solid #E0E0E0 !important;
    padding: 5px;
}
.quant {
	background: #fff;
    border: 0;
    display: inline;
    height: 22px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.my_minus {
	padding: 0 7px 1px 8px;
}
.my_plus {
	padding: 0 6px 1px 6px;
}
.my_minus, .my_plus {
	position: relative;
    display: inline;
    cursor: pointer;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    background: #10cde1;
    color: #fff !important;
}

.podcath3 {
    font-size: 16px;
    color: #003a6d;
    background: none;
    text-align: left;
    padding: 0;
}
.podcat ul {
    display: flex;
    list-style: none;
    height: 105px;
    margin: 20px auto 20px;
    padding: 0 10px 0 10px;
    font-size: 18px;
    position: relative;
    background-color: #10cde1;
    border-radius: 0 6px 6px 6px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}
.podcat ul:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	transform: scale(1.02);
}
.podcat ul:before {
    content: '';
    width: 50%;
    height: 12px;
    border-radius: 20px 20px 0 0;
    background-color: #10cde1;
    position: absolute;
    top: -12px;
    left: 0px;
}
.podcat ul a {
    color: #003a6d;
}


/*  кнопки +- в категориях и модулях */
.my_quantity_category {
    margin-bottom: 0;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0;
	border-right: 1px solid #ddd;
    width: 30%;
    float: left;
    background: #fff;
}
.my_quantity_category>.my_minus, .my_quantity_category>.my_plus {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #8d8d8d !important;
	background: #fff;
}
.my_quantity_category>.my_minus:hover, .my_quantity_category>.my_plus:hover{
	background: #eee;
}
.td-img-cart {
    width: 100px !important;
    padding: 0 !important;
}
.td-img-cart>a {
    display: block;
    width: 100%;
}
.img-cart {
    padding: 0 !important;
    border: none;
}

.cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c3e50;
  color: #fff;
  padding: 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
}

.cookie-notification-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.cookie-notification p {
  margin: 0;
  flex: 1;
  min-width: 250px;
}

.cookie-btn {
  background: #3498db;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.cookie-btn:hover {
  background: #2980b9;
}

.cookie-link {
  color: #3498db;
  text-decoration: none;
  margin-left: 15px;
}

.cookie-link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .cookie-notification-content {
    flex-direction: column;
    text-align: center;
  }
  
  .cookie-btn, .cookie-link {
    margin: 5px 0;
  }
}