body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	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 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
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;
}
/* 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 {
	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 {
	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 {
	margin: 0 0 10px 0;
}


/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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 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;
	}
}
/* content */
#content {
	min-height: 200px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.pag {z-index:0;text-align:-webkit-center;margin-top: 20px;}
.pagination>li>a, .pagination>li>span {padding: 0 6px;min-width: 35px;height: 36px;font-weight: bold;font-size: 14px;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: center;-ms-flex-align: center;align-items: center;text-align: center;border: 1px solid #ddd;border-radius: 6px;transition: all 0.4s;}
.pagination>.active>span {background: #282829;color: #fff;pointer-events: none;cursor: default;}
.pagination>li:first-child>a, .pagination>li:first-child>span {border-top-left-radius: 6px;border-bottom-left-radius: 6px;}
.pagination>li:last-child>a, .pagination>li:last-child>span {border-top-right-radius: 6px;border-bottom-right-radius: 6px;}
.pagination>li {display:inline-block;margin-right:3px;margin-left:3px;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {color: #282829;background-color: #fbfbfb;border-color: #ddd;}
.pagination>li>a, .pagination>li>span {color:#282829}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {background-color:#282829;border-color: #282829;}
.pagination>li>a i {color:#282829;font-size:16px}
.pagination>li>a:focus i, .pagination>li>a:hover i, .pagination>li>span:focus i, .pagination>li>span:hover i {color: #282829}
/* buttons */
.buttons {
	margin: 1em 0;
}

.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-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #e9e9e9;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #fbfbfb;
	border: 1px solid #e9e9e9;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-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-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;
}

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



a:focus, a:hover {
    color: #000;
    text-decoration:none;
}


.buttonak {
    max-width: 67px !important;padding-right:13px!important}
.buttoncart {
    max-width: 110px !important;
}

html[dir=ltr] .button--icon .button__iconr {
    right: 1.25rem;
}
.button__iconr:hover { cursor:pointer}
.button--icon .button__iconr {
    width: 22px;
    height: 100%;margin-left:-40px;
    top: 0;
    display: flex;
    align-items: center;
}
.button--iconr span {
    line-height: 1;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}
@media (max-width: 991px) {
.ccart {top: -5px;}
}



.header-actions .containerHeader--socials { float: right; margin-right:0px; margin-top:0px; }
.header-actions .containerHeader--socials .socials--button { float: left; width: 50px; height: 50px; text-align: center; border: 1px solid #e9e9e9; border-radius:5px; background: #fff; margin-left: 10px; transition: all .2s; }
.header-actions .containerHeader--socials .socials--button:hover { border-color: #ccc; text-decoration: none; }
.header-actions .containerHeader--socials .socials--button:first-child { margin-left: 0; }
.header-actions .containerHeader--socials .socials--button img { position: relative; top: 15px; }


#information-contact .containerHeader--socials .socials--button { float: left; width: 50px; height: 50px; text-align: center; border: 1px solid #e9e9e9; border-radius:5px; background: #fff; margin-left: 10px; transition: all .2s; }
#information-contact .containerHeader--socials .socials--button:hover { border-color: #ccc; text-decoration: none; }
#information-contact .containerHeader--socials .socials--button:first-child { margin-left: 0; }
#information-contact .containerHeader--socials .socials--button img { position: relative; top: 15px; }


.swiper-pager {width: 100%;display: flex!important;position: initial!important;line-height: 45px;}
html {overflow-y: scroll;overflow-x: hidden;}
body {margin: 0;margin-right:0px!important;padding-right:0px!important}

.paddingbt {padding-top:25px;padding-bottom:25px}
.payment {
    width: 58px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.button-cart {color: rgba(117, 117, 117, 1) !important;
    border: 1px solid rgba(201, 201, 199, 1) !important;
    background: rgba(255, 255, 255, 1) !important;
	position: relative!important;
    font-weight: 600!important;
    text-align: center!important;
    text-transform: uppercase!important;
    letter-spacing: 0.3px!important;
    border-radius: 2px!important;
    outline: 0!important;
    text-shadow: none!important;
    text-decoration: none!important;
    vertical-align: middle!important;
    cursor: pointer!important;
    -webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s, opacity 0.25s, -webkit-box-shadow 0.25s!important;
    transition: color 0.25s, background-color 0.25s, border-color 0.25s, box-shadow 0.25s, opacity 0.25s, -webkit-box-shadow 0.25s!important;
    overflow: hidden!important;
    font-size: 15px!important;
    display: block!important;
    line-height:1.0!important;
    height: 38px!important;
	}
.button-cart:hover {
    color: #000 !important;
    border: 1px solid rgba(226, 204, 141, 1) !important;
    background: rgba(226, 204, 141, 1) !important;
}

.product-item__badge--sale {background:#e7181a;color:#fff;}
.product-item__badge--sale2 {background:#de6767;color:#fff;}
.product-item__badge--sale3 {background:#8bad49;color:#fff;}
.product-item__badge--sale4 {background:#ba86ae;color:#fff;}


.card .text-animation--underline {
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height:36px;line-height:1.2;
}
.blog-item__date {padding-top: 7px;display: block;}
.blog-item__image img {max-width: 100%;}
.blog-item__image {
    display: block;
    text-align: center;
}


.breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #9AA0A1;
}
@media (max-width: 1199px) {
  .breadcrumbs-list {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.breadcrumbs-list li {
  margin: -5px;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .breadcrumbs-list li {
    display: inline-block;
  }
}
.breadcrumbs-list li:not(:last-child):after {
  margin: 0 0.5em;
  content: "|";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .breadcrumbs-list li:not(:last-child):after {
    display: inline-block;
  }
}
.breadcrumbs-list a {
  color: #2D2C38;
  transition: all 0.4s;
}
.breadcrumbs-list a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .breadcrumbs-list a:hover {
    color: #9AA0A1;
  }
}
.layout__breadcrumbs {
    margin: 10px 2px 20px;
    font-size: 13px;
}
@media (max-width: 1199px){
.layout__breadcrumbs {
    margin: 0px -2px 0px;
    padding: 10px 13px 15px 5px;
    overflow-x: auto;
}
}


.dvestr {
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    height: 36px!important;
    line-height: 1.2!important;
}

.blog-item__title-holder .text-animation--underline {
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    height: 36px!important;
    line-height: 1.2!important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
 
.col-xs-15 {
    width: 20%;
    float: left;
}
 
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
 
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
 
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

#tab-description ol, #tab-description ul {
    list-style: disc!important;padding-left: 30px!important;margin-bottom: 10px!important;
}
.btn {
	padding:10px 20px;
	font-size: 14px;text-transform: uppercase;font-weight:bold;
	border-radius:50px;
	box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
}

.btn-primary {border: 1px solid #2c2c2d;background:#2c2c2d;color:#fff}
.btn-primary:hover {background-color:#e2cc8d;border-color: #e2cc8d;color:#000}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {background-color:#e2cc8d;border-color:#e2cc8d;color:#000;}
.btn-primary.focus, .btn-primary:focus {background-color:#e2cc8d;border-color: #e2cc8d;color:#000}

.btn-default {background-color:#fff;border-color:#c9c9c7;color:#747474}
.btn-default:hover {background-color:#e2cc8d;border-color: #e2cc8d;color:#000}
.btn-default.active, .btn-default.active:active, .btn-default.active:focus, .btn-default.active:hover {background-color:#e2cc8d;border-color: #e2cc8d;color:#000}
.btn-default.focus, .btn-default:focus {background-color:#e2cc8d;border-color:#e2cc8d;color:#000}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {background-color:#e2cc8d;border-color: #e2cc8d;color:#000}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {background-color:#e2cc8d;border-color:#e2cc8d;color:#000}



.header-container .header-actions> .ep-controls #cart .button {
    padding-right: 1.25rem;
}

.header-container .header-actions> .ep-controls #cart .button, .header-container .header-actions>input {
    font-size: calc(16px / 16 * var(--base-menu-size) + 0px);
    font-weight: var(--font-weight-menu);
    height: 3.125rem;
    line-height: 1;
}




.mount-announcement-bar {background:#05496e;color:#fff}

@media screen and (min-width: 991px) {
    .site-header .mobile-menu-button, .site-header .mobile-cart-button {
        width: 40px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
}

legend {
    color: #333;
    font-weight: normal;
    border: 0;
    border-bottom: 0px solid #e5e5e5;
}

legend {
    font-size:20px; margin-bottom: 0px;margin-top: 10px;
    padding: 7px 0px;
}


/* Табы */
#product-product .fa {font-size: 12px;}
#product-product .fa-stack {color: #fbbc04;}
#product-product .fa-stack {width: 1.2em;color: #fbbc04;}
#product-product .fa-stack {height: 1em!important;}
.tab-content .table>caption+thead>tr:first-child>td, .tab-content .table>caption+thead>tr:first-child>th, .tab-content .table>colgroup+thead>tr:first-child>td, .tab-content .table>colgroup+thead>tr:first-child>th, .tab-content .table>thead:first-child>tr:first-child>td, .tab-content .table>thead:first-child>tr:first-child>th {border-top: 0;}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {border-bottom-width: 0px;}
.tab-content .table-bordered>tbody>tr>td, .tab-content .table-bordered>tbody>tr>th, .tab-content .table-bordered>tfoot>tr>td, .tab-content .table-bordered>tfoot>tr>th, .tab-content .table-bordered>thead>tr>td, .tab-content .table-bordered>thead>tr>th {border: 0px solid #ddd;} 
.tab-content .table-bordered {border:0px solid #ddd;}
.tab-content tr {border-bottom: 1px dashed #bdbdbd;}
.tab-content .table>tbody+tbody {border-top:0px solid #ddd;}
.tab-content label {font-weight:400;font-size: 13px;margin-bottom:3px!important}
@media (min-width: 768px) {
.tab-content .panel-heading {display: none;}
.tab-content .panel {border: none;box-shadow: none;}
.tab-content .panel-collapse {height: auto;}
.tab-content .panel-collapse.collapse {display: block;box-shadow: 0 10px 50px rgb(0 0 0 / 7%);} 
}
@media (max-width: 767px) {
.tab-content .tab-pane {display: block;}
.nav-tabs {display: none;}
.panel-title a {display: block;}
.panel {margin: 0;box-shadow: none;border-radius: 0;margin-top: -2px;}
.tab-pane:first-child .panel {border-radius: 0px;}
.tab-pane:last-child .panel {border-radius:0px;border-bottom: 0px;}
.tab-pane .panel-title {font-weight:normal}
.tab-pane:last-child .collapse.in {border-bottom: 1px solid #ddd;}
}
.nav-tabs {border-bottom: none;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border: none;background: none;color: #2D2C38;border-bottom:2px solid #2D2C38;}
.panel-body {line-height: 1.5;}
.nav-tabs>li>a {border-radius: 0px;}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {text-decoration: none;background: none;border: 0px;}
.nav-tabs>li>a {border: 0px solid transparent;font-size:14px;margin-bottom:20px;color:#939393;}
.nav-tabs>li>a:hover {color:#2D2C38}

.ow-module-rating-star {background: url(/catalog/view/theme/andiz/image/star-grey.svg) no-repeat;width: 14px;height: 12px;display: inline-block;cursor: pointer;}
.d-none {display: none!important;}
.ow-module-rating-star + .ow-module-rating-star {margin-left: 2px;}
.ow-module-rating-star-is {background: url(/catalog/view/theme/andiz/image/star.svg) no-repeat;}
.otzhtitle {margin-bottom:15px;text-decoration: underline;font-size: 13px;}
#myModalrew .form-control {max-width:100%!important}
.ow-module-rating-stars {margin-bottom:10px;}
#form-review {font-size:13px;}
.tab-content .review-item {margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #e7e7e7;}
.tab-content h6 {font-size: 13px;line-height: 28px;color: #666;}								
.tab-content .review-item .date {color: #999;font-size: 11px;text-transform: uppercase;}
.tab-content p {color:#666666;}
.btnrw {margin-top:10px}
.rewrews {margin-top:15px;margin-bottom:7px}
/* Конец табов */
.otzivimg {margin-bottom:10px}
#product .form-control {max-width:250px;}
#product .product-radio__label, .product-check-box__label {
    display: inline-block;
    text-align: center;
    font-weight: 400;
    color: #999;
    font-size: 13px;
    padding: 5px 15px;
    background: #fff;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
    transition: color .5s,border .5s,background .5s;
    cursor: pointer;
    border-radius:4px;
}
#product .product-radio__labelimg, .product-check-box__label {
    display: inline-block;
    text-align: center;
    font-weight: 400;
    color: #999;
    font-size: 13px;
    padding: 5px;
    background: #fff;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
    transition: color .5s,border .5s,background .5s;
    cursor: pointer;
    border-radius: 50px;
}
.product-radio__image {border-radius:50px;max-width:40px;}
#product .product-radio__input:checked+.product-radio__label, #product .product-check-box__input:checked+.product-radio__label, #product .product-radio__input:checked+.product-check-box__label, #product .product-check-box__input:checked+.product-check-box__label {
    color: #2c2c2d;
    border-color: #2c2c2d;
}
#product .product-radio__input:checked+.product-radio__labelimg, #product .product-check-box__input:checked+.product-radio__labelimg, #product .product-radio__input:checked+.product-check-box__label, #product .product-check-box__input:checked+.product-check-box__label {
    color: #2c2c2d;
    border-color: #2c2c2d;
}
#product .product-radio__input, #product .product-check-box__input {
    display: none;
}

#product .checkbox * {cursor:pointer;}
#product .checkbox label {display:table-cell;vertical-align: middle;position: relative;padding-left: 5px;}
#product .checkbox label::before {content: "";display: inline-block;position: absolute;width: 18px;height: 18px;left: 0;margin-left: -20px;border: 1px solid #555;background-color: #fff;-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;transition: border 0.15s ease-in-out, color 0.15s ease-in-out;}
#product .checkbox label::after {line-height: 1.5;display: inline-block;position: absolute;width: 18px;height: 18px;left: 0;top:1px;margin-left: -22px;padding-left: 6px;padding-top: 1px;font-size: 11px;color: #555555;}
#product .checkbox input[type="checkbox"] {opacity: 0;z-index: 1;width: 18px;height: 18px;}
#product .checkbox input[type="checkbox"]:checked + label::after {font-family: "FontAwesome";content: "\f00c";}
#product .checkbox-red input[type="checkbox"]:checked + label::after {color: #5f6061;}
#product .checkbox-red input[type="checkbox"] + label::before {background-color: #fff;border-color:#e9e9e9;}

.product-quantity__minus:hover, .product-quantity__plus:hover {cursor:pointer}

#product .date {
    max-width: 250px;
}
#product .date .form-control {
height: 42px;}

#product .time {
    max-width: 250px;
}
.quantity .form-control {
height: 42px;}
#product .time .form-control {
height: 42px;}
#product .datetime {
    max-width: 250px;
}
#product .datetime .form-control {
height: 42px;}
#checkout-cart .form-control {height: 42px;}
#product .form-group .btn-default {max-width: 250px;}

.thumbnail {
border: 1px solid #e9e9e9!important}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius:0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
}

.tab-content .table>caption+thead>tr:first-child>td, .tab-content .table>caption+thead>tr:first-child>th, .tab-content .table>colgroup+thead>tr:first-child>td, .tab-content .table>colgroup+thead>tr:first-child>th, .tab-content .table>thead:first-child>tr:first-child>td, .tab-content .table>thead:first-child>tr:first-child>th {border-top: 0;}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {border-bottom-width: 0px;}
.tab-content .table-bordered>tbody>tr>td, .tab-content .table-bordered>tbody>tr>th, .tab-content .table-bordered>tfoot>tr>td, .tab-content .table-bordered>tfoot>tr>th, .tab-content .table-bordered>thead>tr>td, .tab-content .table-bordered>thead>tr>th {border: 0px solid #ddd;}
.tab-content .table-bordered {border:0px solid #ddd;}
.tab-content tr {border-bottom: 1px dashed #bdbdbd;}
.tab-content .table>tbody+tbody {border-top:0px solid #ddd;}
.tab-content label {font-weight:400;font-size: 13px;}
.table-hover>tbody>tr:hover {background-color: #fff;}
.simplecheckout-cart {
    border-top: 1px solid #e9e9e9!important;
    border-right: 1px solid #e9e9e9!important;
    border-left: 1px solid #e9e9e9!important;
}
.simplecheckout-cart th {
    padding: 8px;
    border-bottom: 1px solid #e9e9e9!important;
    background-color: #fbfbfb!important;
}
.simplecheckout-cart-total {
    border-right: 1px solid #e9e9e9!important;
    border-bottom: 1px solid #e9e9e9!important;
    border-left: 1px solid #e9e9e9!important;
}
.simplecheckout-cart td {
    border-bottom: 1px solid #e9e9e9!important;
}
.simple-content .checkout-heading {
    background-color: #fbfbfb!important;
    border-color: #e9e9e9!important;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
#simplecheckout_customer, #simplecheckout_shipping_address, #simplecheckout_shipping, #simplecheckout_payment, #simplecheckout_comment {border: 1px solid #e9e9e9!important;}
#simplecheckout_comment .simplecheckout-block-content {padding: 10px!important;display:flex;}
#simplecheckout_comment textarea {margin: 15px!important;}
.simplecheckout-block-content {padding: 20px!important;}
.simplecheckout-button-block {background: none!important;}
.simpleregister-button-block {background: none!important;}
.simplecheckout-error-text {color: #e58b8b!important;font-size: 13px;}
.simple-content {
    margin: 0px!important;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fbfbfb;
    border-color: #e9e9e9;
}