@font-face { 
	font-family: CeraPro-Regular;
	src: url(/fonts/CeraPro-Regular.ttf);
	font-weight: normal;
	font-display: swap;
	}

	@font-face {
	font-family: CeraPro-Medium;
	src: url(/fonts/CeraPro-Medium.ttf);
	font-weight: normal;
	font-display: swap;
	}
	
	 @font-face {
	font-family: CeraPro-Bold;
	src: url(/fonts/CeraPro-Bold.ttf);
	font-weight: normal;
	font-display: swap;
	}


	body {
	font-family: "CeraPro-Regular", Arial, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
input:hover, input:focus, input:active, a:hover, a:focus, a:active, button:hover, button:focus, button:active
{
	outline: none!important;
}
h1, h2, h3, h4, h5, h6 {
	color: #33323c;
	font-family: "CeraPro-Bold", Arial, sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 28px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #33323c;
}
a:hover {
	text-decoration: none;
	color: #ff2e00;
}
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;
}

.inner-plus-minus input
{
	width: 45px;
	box-shadow: none;
	border-radius: 0;
	height: 50px;
	float: left;
	text-align: center;
	background: #fff;
	border-color: #dfddef;
	border-left: none; 
	border-right: none; 
}

.inner-plus-minus span
{
	width: 45px;
	height: 50px;
	border: 1px solid #dfddef;
	background: #fff;
	display: block;
	float: left;
	text-align: center;
	    font-size: 15px;
	    cursor: pointer;
}
.inner-plus-minus span:hover
{
	color: #000
}

.inner-plus-minus .minuspr
{
	border-right: none; 
	padding-top: 15px;
	border-radius: 5px 0 0 5px;
}


.inner-plus-minus .pluspr
{
	border-left: none; 
	border-radius: 0 5px 5px 0;
	padding-top: 14px;
	margin-right: 10px;
}

.rating1, .rating2, .rating3, .rating4, .rating5
{
	background: url(/image/star.svg) no-repeat;
    background-size: 20px;
	background-position: center;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
}

.rating1 input, .rating2 input, .rating3 input, .rating4 input, .rating5 input
{
	width: 20px;
	height: 20px;
	opacity: 0;
	cursor: pointer;
}

.fullrating
{
	background: url(/image/star-yellow.svg) no-repeat;
	background-size: 20px;
	background-position: center;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background: #fff;
	
}
/* 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 #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;

	text-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;
}
header
{
	padding-bottom: 10px;
}
/* logo */
#logo {
	margin: 0 70px 0 0;
	width: 150px;
	float: left;
}
/* search */
.row-controls
{
	margin-bottom: 15px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px 0 15px;
	background: #f2f2f7;
	border-color: #f2f2f7;
	box-shadow: none;
	height: 45px;
	border-radius: 8px 0 0 8px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	background: #f2f2f7;
	box-shadow: none;
	border-color: #f2f2f7;
	height: 45px;
	width: 50px;
	border-radius: 0 8px 8px 0;
	background-image: url(/image/loupe.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
	
}

#search input:focus::-webkit-input-placeholder { color: #f2f2f7;}
#search input:focus::-moz-placeholder { color: #f2f2f7;}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
    height: 35px;
    width: 35px;
    color: #FFF;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    background: url(/image/cart1.svg) no-repeat;
    background-size: 35px;
	background-position: center;
	margin-top: 7px;
}
.box-like
{
	float: right;
	margin-right: 15px;
	margin-top: 6px;

}
.box-acc
{
	float: right;
	margin-right: 40px;
	margin-top: 6px;
}
.box-acc .aacc
{
	height: 30px;
	background: url(/image/login.svg) no-repeat;
    background-size: 30px;
	background-position: left;
	display: block;
	padding-left: 45px;
	color: #333;
	line-height: 17px;
}
.box-lang
{
	float: right;
	margin-right: 50px;

    margin-top: 3px;

	
}
.box-lang #language a
{
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	border: 2px solid transparent;
	color: #33323c;
	margin-right: 5px;
	text-align: center;
	padding-top: 7px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 13px;
}
.box-lang #language a.selected-language
{
    border-color: #ff2e00;
    cursor: default;
    color: #ff2e00;
    font-family: "CeraPro-Medium", Arial, sans-serif;
}
.box-lang #language a.selected-language:hover
{
	color: #ff2e00;
}
.box-lang #language a:hover
{
	color: #000;
}
.box-like a
{
	display: block;
	height: 30px;
    width: 30px;
	background: url(/image/startop.svg) no-repeat;
    background-size: 30px;
    background-position: center;
}
.top-link .container
{
	padding: 0;
}
.top-link
{
	padding: 6px 0 6px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfddef;
}
.top-link li
{
	float: left;
	margin-right: 25px;
}
.top-link li a
{
	color: #696873;
}
#cart #cart-total
{
	background: #ff2e00;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    display: block;
    font-family: "CeraPro-Medium", Arial, sans-serif;
    border-radius: 6px;
    position: absolute;
    right: -10px;
	top: -6px;
	padding-top: 2px;
}
#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;
}
.box-search
{
	float: left;
	width: 500px;
	position: relative;
}
.box-cart
{
	float: right;
}
/* menu */
.main-menu
{
	background: #33323c;
}
#menu {
	background: #33323c;
	margin-bottom: 0;
	    min-height: initial;

}
#menu .nav > li > a {
	color: #fff;
	
	padding: 10px 25px;
	min-height: 15px;
	background-color: transparent;
	width: 162px;
	text-align: center;
	border-left: 1px solid #393842;
	border-right: 1px solid #393842;
	margin-left: -1px;
	border-bottom: 1px solid #393842;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	border-color: #dfddef;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    margin-top: 1px;
}
#menu .dropdown-inner {
	display: table;
	padding: 15px 25px;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 5px 0;
	clear: both;
	line-height: 20px;
	color: #33323c;
	font-size: 14px;
}
#menu .dropdown-inner li
{
	width: 300px;
}
#menu .dropdown-inner li a:hover {
	color: #000;
}
#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;
	
}
#menu .btn-navbar {
	font-size: 14px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: left;
    width: 100%;
    margin: 0;
    height: 45px;
	padding-left: 50px;
    background-color: #33323c;
	border-color: #33323c;
	text-transform: uppercase;
	box-shadow: none;
	text-align: left;
	background: url(/image/menu.svg) no-repeat;
    background-size: 20px;
    background-position-x: 15px;
	background-position-y: center;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #33323c;
	border-color: #33323c;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
	padding-bottom: 30px;
}
/* footer */
footer {
	padding-top: 50px;
    background-color: #33323c;
  
    color: #dfddef;
}
.visa-master
{
	margin-top: 15px;
}
.visa-master img
{
	margin-right: 10px;
	opacity: 0.8;
}
footer a {
	color: #dfddef;
}
footer a:hover {
	color: #ff2e00;
}
.footer-title
{
	color: #e8e6f5;
	font-family: "CeraPro-Bold", Arial, sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
}
.social-footer
{
	margin-top: 20px;
}

.social-contact {
	margin-top: 50px;
	display: flex;
	gap: 10px;
}
.social-contact a
{
	display: flex;
    height: 45px;
    width: 45px;
	/* background-color: #ff2e00; */
	
    border: 1px solid #777;
    align-items: center;
	justify-content: center;
    border-radius: 5px;
}
.social-footer a
{
	display: flex;
    height: 40px;
    width: 40px;
    border: 1px solid #75747b;
    align-items: center;
	justify-content: center;
    border-radius: 5px;
}
.social-footer a:hover {
	opacity: 0.8;
}
a.tiktok {
  background: linear-gradient(45deg, #25F4EE, #FE2C55);
  border: none;
}


a.youtube {
  background: #FF0000;
  border: none;
}
.social-footer a:hover
{
	border-color: #ff2e00;
}
.powered-container
{
    padding: 18px 0;
    text-align: center;
	background: #302f38;
	margin-top: 30px;
}
.powered-container p
{
	margin: 0;
}
.powered-container p b
{
	font-family: "CeraPro-Bold", Arial, sans-serif;
	
}
.social-footer li
{
	float: left;
	margin-right: 10px;
}
.phone-footer
{
	margin-bottom: 5px;
}
.phone-footer a
{
	font-size: 19px;
	margin-bottom: 3px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	background: #302f38;
	border-color: #33323c;
	position: fixed;
	right: 15px;
	bottom: 0;
	color: #fff;
	padding: 50px;
	width: 500px;
	z-index: 10;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}
.alert a
{
	color: #dfddef;
}
.alert i
{
	display: none;
}
button.close
{
	color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
}
button.close:hover
{
	color: #fff;
	opacity: 0.8;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 -15px;
    padding: 10px 0 0 0;
    border: none;
    background: initial;
    color: #7a7a82;
	overflow-x: auto;
    white-space: nowrap;
}
.breadcrumb > li {
	
	padding: 0 20px;
	position: relative;
	color: #7a7a82;
	
}
.breadcrumb a
{
	color: #696873;
}
.breadcrumb > li:first-child
{
	padding-left: 0
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	    content: '';
    display: block;
    position: absolute;
    bottom: 6px;
    right: -5px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after
{
	display: none;
}
#content h1
{
	margin: 10px -15px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	
	background: #ff2e00;
	
	border-color: #ff2e00;
}
.btn-primary {
	color: #fff;
	
	background: #ff2e00;
	text-transform: uppercase;
	border: 2px solid #ff2e00;
	border-radius: 5px;
    text-align: center;
    font-size: 14px;
}
.btn-primary:hover
{
	background-color: #de2d06;
	border-color: #de2d06;
	box-shadow: none;
}
.btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #de2d06!important;
	border-color: #de2d06!important;
	box-shadow: none!important;
}
.btn-warning {
	color: #ffffff;

	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;
	
	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;
	
	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;
	
	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;
	
	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: none;
    color: #444444;
    line-height: 1;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #141414;
	background: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #dfddef;
	border-radius: 5px;
	overflow: auto;
}
.product-thumb:hover {
-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.15);
box-shadow: 0 3px 20px rgba(0,0,0,.15);
}
.product-thumb .image {
	text-align: center;
	margin-bottom: 20px;
}
.product-thumb .image a {
	display: block;
}

.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 15px;
	min-height: 120px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

.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: #33323c;
	font-family: "CeraPro-Bold", Arial, sans-serif;
	font-size: 19px;
	margin-bottom: 15px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #6e6d77;
    text-decoration: line-through 2px solid red;
    margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	
	padding: 0 15px 15px 15px;
	overflow: auto;
	overflow: hidden;
	
}


.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: 0;
	display: block;
	
}
.image-additional {
	max-width: 120px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.thumbnail
{
	border: none;
	padding: 0;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}





@media (min-width: 1200px)
{
.container {
    width: 1180px;
}
}
  @media (min-width: 1350px)
{
.container {
    width: 1280px;
}
}

  @media (min-width: 1500px)
{
.container {
    width: 1380px;
}
}


.menu-fix {
	position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}
.product-layout {
	padding: 3px 5px 7px 5px;
}
#toTop {
    bottom: 5px;
    color: #696877;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    position: fixed;
    right: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Arial;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 50px;
    float: left;
    z-index: 5000000000;
}



#toTop:hover 
{
  color: #000;
  
}

#toTop div {
    font-size: 13pt;
    float: right;
    line-height: 16px;
    margin-left: 10px;
    transition: transform 1s;
	
}
#toTop:hover div {
    position: relative;
    transform: translateX(15px);
    color: #000000;
}

.inner-phone
{

    z-index: 10;
	float: right;
	margin-right: 50px;
    
}
.inner-phone span a
{
	color: #33323c;
	font-size: 19px;
	display: block;
	
	
	
}
.grafic-phone
{
	color: #696873;
	margin-bottom: 2px;
}
.inner-phone span p
{
	
	font-size: 13px;
	color: #666;
	
}
.inner-phone:hover
{
	cursor: default;
}
.dop-nomera
{
	display: none;
    position: absolute;
    background: white;
    padding: 20px 20px 5px 25px;
    width: 200px;
    font-size: 13pt;
    z-index: 100000;
    text-align: left;
	margin-top: -1px!important;
	margin-left: -1px;
	border: 1px solid #dfddef;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	
}

.inner-phone:hover .dop-nomera
{display:block}


.dop-nomera a
{
	display: inline-block;
    padding: 0 20px 6px 0;
    clear: both;
    line-height: 20px;
    color: #000;
    font-size: 17px;
    text-transform: none;
}

.container-home
{
	width: 100%;
	padding: 0
}
.row-home
{
	margin: 0
}
.row-home #content
{
	padding: 0
}

.main-menu .container
{
	padding: 0;
}
.inner-sort 
{
	margin-top: 30px;
	float: left;
}
.inner-sort a
{
	color: #33323c;
	
	border: 2px solid transparent;
	padding: 13px 20px;
	border-radius: 5px;
}
.inner-sort a:hover
{
	color: #555;

}
.inner-col
{
	float: right;
	margin-top: 15px;
}

.inner-sort a.selectedsort
{
	border-color: #ff2e00;
	color: #ff2e00;
	font-family: "CeraPro-Medium", Arial, sans-serif;
}
.title-limit
{
	float: left;
	margin-top: 9px;
	color: #33323c;
}

#input-limit
{
	float: left;
	width: 75px;
	margin-left: 20px;
}

#input-limit
{
	background: #f2f2f7;
	border-color: #f2f2f7;
	height: 44px;
	box-shadow: none;
	border-radius: 5px;
}
.name-title 
{
	margin: 5px 0 20px 0;
	min-height: 45px;
}
.name-title a
{
	color: #33323c;
	font-size: 16px;
}
.name-title a:hover
{
	color: #000;
}
.in-stock
{
	color: #696873;
	font-size: 14px;
}

.out-stock
{
	color: #ff2e00;
	font-size: 14px;
}

.product-thumb .button-group button {
	width: 55%;
    border: none;
    display: inline-block;
    padding: 13px;
    background-color: #ff2e00;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    background-image: url(/image/shopping-cart-white.svg);
    background-repeat: no-repeat;
    background-size: 27px;
	background-position-x: 35px;
    padding-left: 45px;
    text-transform: uppercase;
	background-position-y: center;
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
	
}

.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #de2d06;
	text-decoration: none;
	cursor: pointer;
	
}
.product-thumb .button-group button.wisth-btn
{
    border: none;
    background-color: #fff;
    background-image: url(/image/star-catalog.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    float: right;
    background-position: left;
    width: 35%;
    height: 46px;
    opacity: 0.65;
    color: #33323c;
    text-transform: none;
    padding: 0 0 0 30px;
	text-align: left;
	font-size: 13px;
	line-height:17px;
	white-space: nowrap;
	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
	
}
.product-thumb .button-group button.wisth-btn:hover
{
	opacity: 1;
}
.product-thumb:hover .button-group button.wisth-btn span{
	display: none;
}

.product-thumb:hover .button-group button.wisth-btn
{
	width: 46px;
	background-position-x: center;

}

.product-thumb:hover .button-group button
{
	width: 80%;
	background-position-x: 68px;
}

.subcat-inner
{
	background: #f2f2f7;
	margin-bottom: 20px;
	padding-bottom: 40px;
}

.box-podcat
{
	width: 14.2857142857%;
	float: left;
	padding: 5px;
	text-align: center;
	min-height: 250px;
}

.catimg img
{
	width: 90%;
	margin-top: 10px;
	
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.catimg:hover img
{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}


.catimg
{
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
	width: 170px;
	height: 170px;
	float: none;
	display: inline-block;
}
.box-podcat:hover .catimg
{
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.catname
{
	margin-top: 15px;
	min-height: 60px;
}
.catname a
{
	color: #5d5c67;
	font-size: 15px;
}
.catname a:hover
{
	color: #ff2e00!important;
}
.box-podcat:hover .catname a
{
	color: #33323c;
}


a.load_more
{
	background: #fff!important;
  
    padding: 15px 80px!important;
	text-transform: none!important;
	border: 2px solid #ff2e00!important;
    color: #ff2e00!important;
	font-family: "CeraPro-Medium", Arial, sans-serif!important;
	border-radius: 5px!important;
	margin-top: 20px!important;
}

a.load_more:hover
{
	background: #fff!important;

	border: 2px solid #33323c!important;
    color: #33323c!important;
	

}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	border-radius: 5px;
    background: #ff2e00;
    /* border: 1px solid #ccc; */
	color: #ffffff;
	font-family: "CeraPro-Medium", Arial, sans-serif!important;

}

.pagination
{
	border-radius: 0;
	
    text-align: center;
}

.pagination>li:last-child>a, .pagination>li:last-child>span
{
	border-radius: 5px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span
{
	border-radius: 5px;
}

.pagination>li>a, .pagination>li>span
{
	border: none;
	
	color: #444;
	height: 45px;
	width: 45px;
	padding: 12px 0 0 0;
	text-align: center;
	margin-right: 10px;

}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
	background: #fff;
	color: #000
}
.pagination-inner
{
	text-align: center;
	margin-top: 10px;
}

.container-text-cat
{
	background: #f2f2f7;
	padding: 80px 0;
	margin-top: 30px;
}

.scroll-cat-text
{
	/* max-height: 300px;
	overflow-y: scroll;
	padding-right: 20px; */
}

.img-categ-text
{
	width: 320px;
	height: 320px;
	float: left;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 76px;
    margin-right: 75px;
}
.img-categ-text img
{
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}


.scroll-cat-text::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
	}
	
	.scroll-cat-text::-webkit-scrollbar-track {
	background-color:#33323c
	}
	
	.scroll-cat-text::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#7D7D7D;
	}
	
	.scroll-cat-text::-webkit-scrollbar-thumb:hover{
	background-color:black;
	}
	
	.scroll-cat-text::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px;
	
	}
	
	.scroll-cat-text::-webkit-scrollbar{
	width: 4px;
	
	}
	.scroll-cat-text::-webkit-scrollbar{
	width: 3px;
	}
	
	.scroll-cat-text::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
	}
	
	.scroll-cat-text::-webkit-scrollbar-track {
	background-color:#7c7c8a;
	border-left: 1px solid #f2f2f7;
	border-right:1px solid #f2f2f7;
	}
	
	.scroll-cat-text::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#7c7c8a;
	width: 6px
	}
	
	.scroll-cat-text::-webkit-scrollbar-thumb:hover{
	background-color:#33323c;
	}
	
	.scroll-cat-text::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px
	}

	.kolichestvo
	{
		float: left;
	}

	#button-cart
	{
		float: left;
		width: 37%;
		padding: 14px;
	}
	.oneclick-btn
	{
		float: left;
		width: 35%;
		margin-top: 0;
		padding: 14px;
		border-color: #ff2e00;
		cursor: pointer;
		color: #ff2e00;
		font-family: "CeraPro-Medium", Arial, sans-serif;
		margin: 0 7px;
		background: #fff;
	}
	.oneclick-btn:active, .oneclick-btn:focus
	{
		border-color: #ff2e00!important;
		cursor: pointer!important;
		color: #ff2e00!important;
		background: #fff!important;
	}
	.oneclick-btn:hover
	{
		border-color: #33323c;
	
		color: #33323c;
	
		background: #fff;
	}
	.btn-block+.btn-block
	{
		margin-top: 0;
	}

	.description-product
	{
		display: inline-block;
		width: 100%;
		font-family: "CeraPro-Regular", Arial, sans-serif!important;
    font-weight: 400;
    color: #666!important;
    font-size: 14px;
	line-height: 20px;
	margin: 20px 0 0 0;
	}
	.old-price-prod
	{
		color: #33323c;
		font-family: "CeraPro-Bold", Arial, sans-serif;
		font-size: 24px;
		
	}

.like-prod
{
	border: none;
    background-color: #fff;
    background-image: url(/image/star-catalog.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    float: right;
    background-position: center;
    width: 50px;
    height: 50px;
    opacity: 0.65;
    color: #33323c;
    text-transform: none;
    padding: 0 0 0 30px;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
}
.like-prod:hover
{
	opacity: 1;
}
.info-prod
{
	padding-left: 30px;
}

.model-kod
{
	display: inline-block;
    background: #ffffff;
    padding: 5px 16px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    color: #33323c;
    border: 1px solid #f9b9ab;
}

.proizvoditel
{
	float: right;
}

.proizvoditel a
{
	color: #ff2e00;
    font-family: "CeraPro-Bold", Arial, sans-serif;
}
.stock-nal
{
	margin: 5px 0 15px 0;
    color: #1c8e00;
}

.dost-opl-inner
{
	float: left;
    width: 100%;
    border: 1px solid #dfddef;
    margin: 15px 0;
    padding: 20px;
    border-radius: 5px;
}

.delivery-inner
{
	width: 33.33%;
	float: left;
	position: relative;
	padding: 0 15px 0 60px;
}

.pay-inner
{
	width: 33.33%;
	float: left;
	position: relative;
	padding: 0 15px 0 60px;
}

.phone-inner
{
	width: 33.33%;
	float: left;
	position: relative;
	padding: 0 15px 0 60px;
}

.dost-opl-inner img
{
	height: 35px;
	float: left;
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 2;
}

.dost-opl-inner ul
{
	margin-bottom: 0;
}

.bg-word
{
	font-family: "CeraPro-Bold", Arial, sans-serif;
	font-size: 70px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 0;
	color: #f9f2f0;
}

.delivery-title
{
	font-family: "CeraPro-Medium", Arial, sans-serif;
    margin-bottom: 5px;
    color: #33323c;
}

.img-prod-karta
{
	padding-left: 0;
}

.prod-h1
{
	margin: 20px -15px;
}

.inner-viewed
{
	margin: 0 -8px 40px -8px;
}

.modul-title
{
	color: #33323c;
	font-family: "CeraPro-Bold", Arial, sans-serif;
	font-size: 21px;
	margin: 20px 0 10px 5px;
}

#content .inner-viewed .col-lg-2:nth-child(6n+1), #content .inner-viewed .col-lg-2:nth-child(6n+1), #content .inner-viewed .col-lg-3:nth-child(4n+1), #content .inner-viewed .col-lg-4:nth-child(3n+1), #content .inner-viewed .col-lg-6:nth-child(2n+1)
{
	clear: initial;
}

.close
{
	width: 20px;
	height: 20px;
	opacity: 1!important;
}

#popupcart_extended .close
{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 15px!important;
	height: 15px!important;
}

#xd_zvonok_modal .input-group-addon
{
	display: none;
}

#xd_zvonok_modal input
{
	width: 100%;
	border-radius: 5px;
	height: 45px;
    border: 1px solid #e0e2e6;
	box-shadow: none;
	margin-bottom: 10px;
	padding-left: 15px;
    padding-top: 7px;


   
}
#xd_zvonok_modal textarea
{
	width: 100%;
	border-radius: 0;
	height: 80px;
    border: 1px solid #e0e2e6;
	box-shadow: none;
	resize: none;
	margin-top: -1px;
	padding-top: 12px;

   
}
#xd_zvonok-form
{
	padding: 15px;
	
}
#xd_zvonok-form .modal-title
{
	font-size: 22px;
    text-align: center;
   
    color: #33323c;
    font-family: "CeraPro-Bold", Arial, sans-serif;
}
#xd_zvonok_modal input::-webkit-input-placeholder { color: #666; text-shadow: none; font-size: 13px;}
#xd_zvonok_modal textarea::-webkit-input-placeholder { color: #666;text-shadow: none; font-size: 13px}


#xd_zvonok_modal .modal-body
{
	padding-bottom: 0;
}
#xd_zvonok_modal .input-group
{
	width: 100%;
}

#xd_zvonok_modal .modal-footer
{
	border:none;
	    padding-bottom: 30px;
	    padding-top: 5px;
}

#xd_zvonok_modal .modal-header
{
	border:none;
	text-align: center;
	padding-bottom: 10px;
    padding-top: 30px;
    padding-left: 5px;
}

#xd_zvonok_modal .modal-content
{
	border-radius: 5px;
}
.modal-open
{
	overflow-y: scroll;
}

#xd_zvonok_modal .modal-dialog
{
	width: 460px;
	top: 20%;
}

#xd_zvonok_modal .modal-footer button
{
	width: 100%;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    background: #ff2e00;
    color: #fff;
	padding: 17px;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;
}
#xd_zvonok_modal .modal-footer button:hover
{
	background: #de2d06;
}
#xd_zvonok_modal .close {
	height: 15px;
    width: 15px;
    opacity: 1;
    position: absolute;
    top: 15px;
	right: 15px;
	background-image: url(/image/multiply.svg);
	background-size: 15px;
	background-repeat: no-repeat;
}

.has-error input
{
	border: 1px solid #cc1c1c!important;
}

.left-contact
{
	float: left;
	width: 62%;
	padding-top: 30px;
	position: sticky;
    top: 20px;
}
.right-contact .buttons
{
	margin: 0;
}
.right-contact
{
	float: left;
	width: 38%;
	border: 1px solid #dfddef;
	border-radius: 5px;
	padding: 55px;
}
.big-title
{
	color: #33323c;
	font-family: "CeraPro-Bold", Arial, sans-serif;
	font-size: 22px;
	margin-bottom: 15px;
	text-align: center;
}
.right-contact input
{
	height: 45px;
	border-color: #dfddef;
	box-shadow: none;
	border-radius: 5px;

}
.right-contact textarea
{
	height: 80px;
	border-color: #dfddef;
	box-shadow: none;
	border-radius: 5px;
	resize: none;
}

.right-contact input.btn-cont
{
	border-color: #ff2e00!important;
	width: 100%;
	height: initial;
	padding: 15px;
}

.inner-box-cont img
{
	height: 35px;
	position: absolute;
	left: 0;
	z-index: 5;
	top: 6px;
}
.inner-box-cont 
{
	padding-left: 60px;
	margin-bottom: 40px;
	margin-top: 20px;
	position: relative;
}
.title-cont
{
	font-size: 15px;
	font-family: "CeraPro-Medium", Arial, sans-serif;
	margin-bottom: 5px;
	color: #33323c;
}
.inner-box-cont li
{
	margin-bottom: 2px;

}
.inner-box-cont a
{
	color: #666;
	font-size: 17px;
	color: #33323c;
}	

.map-cont iframe
{
	width: 100%;
	height: 500px;
}

.information-contact #content
{
	min-height: initial;
	padding-bottom: 60px;
}
.map-cont
{
	margin-bottom: -6px;
}

.inner-article
{
	margin: 5px -15px;
}

.search-in
{
	margin-bottom: 20px;
}

.man-in
{
	margin: 20px -15px 50px -15px;
}
.man-in a
{
	color: #33323c;
}

.simpleregister-block-content .form-horizontal .control-label
{
	text-align: left;
}

.info-simple-register
{
	float: right;
	width: 40%;
	padding: 30px;
	position: sticky;
	top: 0;
	
}

.opt-info-inner
{
	border: 2px solid #33323c;
	padding: 50px;
	text-align: center;
	border-radius: 5px;
	
}

.opt-info-inner h2
{
	margin-top: 0;
	margin-bottom: 15px;
}

.opt-info-inner img
{
	margin: 0 auto 20px auto;
	height: 70px;
}

.opt-info-inner span
{
	color: #ff2e00;
    font-family: "CeraPro-Bold", Arial, sans-serif;
}

.box-acc .dropdown-menu
{
	border-radius: 5px;
	border-color: #dfddef;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
	padding: 10px 5px;
	margin-top: 6px;
}

.login-inner h1
{
	margin-bottom: 25px!important;
	font-size: 22px;
}

.box-login
{
	border: 1px solid #dfddef;
	border-radius: 5px;
	padding: 60px 60px 75px 60px;
	width: 45%;
	margin: 30px auto;
	text-align: center;
}
.box-login a
{
	text-align: left;
	display: block;
	margin: 10px 0 0 0;
}
.account-login #content
{
	min-height: initial;
}

.box-login input
{
	border-color: #dfddef;
	border-radius: 5px;
	height: 45px;
	box-shadow: none;
}

.box-login input.login-button
{
	border-color: #ff2e00;
	width: 100%;
	padding: 15px;
	height: initial;
}
.text-minus-inner
{
	margin: 15px -15px;
}

.btm-with-mar
{
	margin-left: 10px;
}

.account-address .text-minus-inner a
{
	padding: 15px 50px;
}

.account-password .form-horizontal .control-label
{
	text-align: left;
	font-size: 13px;
}

.account-password #content input
{
	height: 45px;
	box-shadow: none;
	border-radius: 5px;
	border-color: #dfddef;
}

.account-password #content input.btn-primary
{
	border-color: #ff2e00;
	
	padding: 15px 50px;
	height: initial;
}

.acc-list img
{
	height: 45px;
	margin: 0 auto;
	z-index: 5;

    position: relative;
	
}
.acc-list a
{
	display: block;
	margin-top: 15px;
}
.acc-list li
{
	float: left;
	width:20%;
	padding: 20px;
	text-align: center;
	position: relative;
}

.acc-list
{
	border: 1px solid #dfddef;
	padding: 30px;
	margin-top: 20px;
	border-radius: 5px;
}

.bg-word1 {
    font-family: "CeraPro-Bold", Arial, sans-serif;
    font-size: 70px;
    position: absolute;
    left: 41%;
    top: 45px;
    z-index: 0;
    color: #f9f2f0;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
	border: 2px solid #ff2e00;
    color: #ff2e00;
	font-family: "CeraPro-Medium", Arial, sans-serif;
	border-radius: 5px;
}
.nav-tabs
{
	border: none;
}
.nav-tabs>li>a
{
	padding: 13px 30px;
	border: 2px solid transparent;
	color: #696873;
}
.nav-tabs>li>a:hover
{
	box-shadow: none;
	background: transparent;
	color: #33323c;
	border-color: transparent;
}

.title-plus
{
	color: #33323c;
	font-family: "CeraPro-Bold", Arial, sans-serif;
	font-size: 29px;
	margin-bottom: 30px;
}
.plus-inner
{
	margin: 50px 0;
    font-size: 16px;
    padding: 80px 0 40px 0;
    background: -webkit-linear-gradient(right, #fff 52%, #fafafb 38%);
    background: linear-gradient(to right, #fff 52%, #fafafb 38%);
	
}
.left-plus
{
	width: 45%;
	float: left;
	padding: 50px 70px 0 0;
	color: #54535f;
	position: sticky;
    top: 20px;
}

.right-plus
{
	width: 55%;
	float: left;
}

.box-plus
{
	width: 50%;
	float: left;
	padding: 0 5px 40px 35px;
}
.box-plus-in
{
	border: 1px solid #ecebf3;
    padding: 40px;
	border-radius: 5px;
	text-align: center;
	color: #54535f;
	min-height: 280px;
	position: relative;
	background: #fff;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
}

.plus-mini-title {
    color: #33323c;
    font-family: "CeraPro-Bold", Arial, sans-serif;
    font-size: 15px;
	
	margin: 20px 0 10px;
}

.box-plus-in img
{
	height: 50px;
	position: relative;
	z-index: 2;
}

.box-plus-in .bg-word
{
	left: 138px;
    top: 65px;
}

.left-plus #xd_zvonok_phone_button
{
	position: static;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 16px 40px;
	font-size: 13px;
    border: 2px solid #ff2e00;
    cursor: pointer;
    color: #ff2e00;
    font-family: "CeraPro-Medium", Arial, sans-serif;
    margin: 25px 0;
    background: #fff;
}

.left-plus #xd_zvonok_phone_button:hover
{
	
    border-color: #33323c;
    
    color: #33323c;
   text-decoration: none;
    background: #fff;
}

.carosel-inner
{
	margin-bottom: 60px;
	margin-top: 60px;
}

.last-art-inner
{
	width: 25%;
	float: left;
	padding: 5px;
}
.last-art-inner img
{
	border-radius: 5px;
	overflow: hidden;
}
.art-title
{
	color: #33323c;
    font-family: "CeraPro-Bold", Arial, sans-serif;
    font-size: 28px;
	text-align: center;
	margin: 20px 0 40px;
}

.last-news-inner
{
	margin: 70px 0;
}
.one-art-title
{
	font-size: 16px;
	margin-top: 15px;
}
.home-left img
{
	width: 100%;
}
.home-left
{
	float: left;
	width: 40%;
	padding: 0 50px 0 0;
}

.home-right
{
	float: left;
	width: 60%;
	padding-left: 50px;
	padding-top: 70px;
}
.home-text .container
{
	padding: 0;
}

.home-text
{
	margin: 90px 0;
}
.schroll-home
{
	height: 210px;
	overflow-y: scroll;
	padding-right: 40px;
	
}

#content .home-right h1
{
	margin: 0 0 20px 0;
}



.schroll-home::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
	}
	
	.schroll-home::-webkit-scrollbar-track {
	background-color:#33323c
	}
	
	.schroll-home::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#7D7D7D;
	}
	
	.schroll-home::-webkit-scrollbar-thumb:hover{
	background-color:black;
	}
	
	.schroll-home::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px;
	
	}
	
	.schroll-home::-webkit-scrollbar{
	width: 4px;
	
	}
	.schroll-home::-webkit-scrollbar{
	width: 5px;
	}
	
	.schroll-home::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:7px;
	height:0px
	}
	
	.schroll-home::-webkit-scrollbar-track {
	background-color:#7c7c8a;
	border-left: 2px solid #fff;
	border-right:2px solid #fff;
	}
	
	.schroll-home::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#7c7c8a;
	width: 6px
	}
	
	.schroll-home::-webkit-scrollbar-thumb:hover{
	background-color:#33323c;
	}
	
	.schroll-home::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px
	}


.inner-dost-info
{
	padding: 0 5px 0 0;
	width: 50%;
	float: left;
}

.inner-oplata-info
{
	padding: 0 0 0 5px;
	width: 50%;
	float: left;
}


.box-dost-info
{
	
	
	border: 1px solid #ecebf3;
    padding: 40px;
    border-radius: 5px;
    text-align: center;
    color: #54535f;
    min-height: 280px;
	position: relative;
	font-size: 15px;
    
}

.box-dost
{
	width: 50%;
	float: left;
	position: relative;
}

.box-opl
{
	width: 50%;
	float: left;
	position: relative;
}

.box-dost-info img
{
	height: 50px;
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
}

.box-dost-info h3
{
	margin-bottom: 30px;
}

.box-dost .bg-word, .box-opl .bg-word
{
	left: 128px;

}

.minimal-dost-info
{
	border: 1px solid #ecebf3;
    padding: 30px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
	background: #f2f2f7;
	font-size: 15px;
	color: #33323c;
}

.minimal-dost-info span
{
	color: #ff2e00;
    font-family: "CeraPro-Bold", Arial, sans-serif;
}

.vozvrat
{
	float: left;
	width: 100%;
	margin-top: 30px;
}

select:active, select:focus
{
	box-shadow: none!important;
	border-color: #dfddef!important;
}

.inner-plus-minus input:active, .inner-plus-minus input:focus, .right-contact input:active, .right-contact input:focus, .right-contact textarea:active, .right-contact textarea:focus
{
	box-shadow: none!important;
	border-color: #dfddef!important;
}

.product-search #live-search
{
	display: none!important;
}
.inner-info-menu-mobile
{
	display: none;
}
@media(max-width:1400px)
{

	#logo
	{
		margin-right: 40px;
	}
	.box-lang
	{
		margin-right: 35px;
	}
	.inner-phone
	{
		margin-right: 40px;
	}
	#menu .nav > li > a
	{
		width: 148px;
		padding: 10px 18px;
		font-size: 14px;
	}
	.name-title a
	{
		font-size: 15px;
	}
	
	.product-thumb:hover .button-group button
	{
		width: 80%;
		background-position-x: 55px;
	}
	.product-thumb .button-group button
	{
		background-position-x: 25px;
	}
	.box-dost .bg-word, .box-opl .bg-word {
		left: 115px;
	}
	.catimg
	{
		width: 160px;
		height: 160px;
	}
	

}

@media(max-width:1350px)
{
	.box-search
	{
		width: 400px;
	}
	.box-cart
	{
		padding-right: 10px;
	}
	
	.button-group button.wisth-btn span{
		display: none;
	}
	
	.product-thumb .button-group button.wisth-btn
	{
		width: 30px;
		background-position-x: center;
	
	}
	.product-thumb .button-group button
	{
		width: 80%;
		background-position-x: 45px;
	}
	.product-thumb:hover .button-group button.wisth-btn
	{
		width: 30px;
	}
	.product-thumb:hover .button-group button
	{
		
		background-position-x: 45px;
	}
	.name-title
	{
		min-height: 60px;
	}
	.box-plus-in .bg-word {
		left: 111px;

	}
	.home-right {
	
		padding-left: 30px;
		padding-top: 30px;
	}
	.box-dost .bg-word, .box-opl .bg-word {
		left: 105px;
	}
	.catimg
	{
		width: 150px;
		height: 150px;
	}
}
@media(max-width:1499px)
{
	#menu .nav>li>a {
		width: 144px;
	}
}
@media(max-width:1199px)
{	
	.box-dost .bg-word, .box-opl .bg-word {
		left: 75px;
	}
	#button-cart
	{
		width: 33%;
	}
	.oneclick-btn
	{
		width: 33%;
	}
	.info-prod
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	#logo
	{
		width: 130px;
		margin-right: 30px;
	}
	.box-search
	{
		width: 250px;
	}
	.box-like
	{
		margin-right: 10px;
	}
	.box-acc
	{
		margin-right: 30px;
	}
	.inner-phone
	{
		margin-right: 30px;
	}
	.inner-phone span a
	{
		font-size: 17px;
	}
	#menu .nav > li > a {
		width: 242px;
		padding: 10px 65px;
		font-size: 14px;
	}
	#menu .dropdown-inner li {
		width: 230px;
	}
	.product-thumb .button-group button
	{
		background-image: none;
		padding: 13px;
	}
	.box-plus-in
	{
		padding: 30px;
		min-height: 285px;
	}
	.box-plus {
		width: 50%;
		float: left;
		padding: 0 5px 20px 15px;
		
	}
	.box-plus-in p
	{
		margin-bottom: 0;
	}
	.plus-inner {
	
		padding: 60px 0 30px 0;
	}
	.box-plus-in .bg-word {
		left: 95px;
		top: 55px;
	}
	.left-plus
	{
		padding-right: 40px;
	}
	.schroll-home {
		height: 150px;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img
	{
		margin: 0 auto;
	}
	.info-simple-register
	{
		padding-left: 0;
	}
	.opt-info-inner
	{
		padding: 30px;
	}
	.box-podcat
	{
		width: 16.6666666667%;
	}

	
}

@media(max-width:991px)
{
	.box-dost .bg-word, .box-opl .bg-word
	{
		display: none;
	}
	.box-dost-info img
	{
		height: 40px;
	}
	.home-left
	{
		display: none;
	}
	.home-text
	{
		margin: 0;
	}
	.home-right
	{
		width: 100%;
		padding: 0;
	}
	.one-art-title
	{
		height: 45px;
	}
	.last-news-inner
	{
		padding: 0 7px;
	}
	.last-art-inner
	{
		width: 50%;
	}
	.box-acc span
	{
		display: none;
	}
	.box-acc
	{
		margin-right: 0;
	}
	#cart > .btn
	{
		width: 28px;
		height: 28px;
		background-size: 28px;
	}
	.box-like a
	{
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.box-acc .aacc
	{
		width: 24px;
		height: 24px;
		background-size: 24px;
		padding: 0;
		margin-right: 15px;
		margin-top: 1px;
	}
	#cart #cart-total
	{
		width: 18px;
		height: 18px;
		padding-top: 1px;
	}
	#logo
	{
		width: 120px;
		margin-right: 20px;
	}
	#search .input-lg
	{
		height: 40px;
	}
	#search .btn-lg
	{
		height: 40px;
		width: 45px;
	}
	.box-search
	{
		width: 200px;
	}
	.box-lang
	{
		margin-right: 25px;
	}
	.inner-phone span a {
		font-size: 16px;
	}
	#menu .nav > li > a {
		width: 188px;
		padding: 10px 38px;
		font-size: 14px;
	}
	#menu .dropdown-inner li {
		width: 180px;
	}
	.name-title
	{
		min-height: 40px;
	}
	.product-thumb .button-group button.wisth-btn {
		background-position: left;
		width: 35%;
		
	}
	.product-thumb .button-group button.wisth-btn span
	{
		display: initial;
	}
	.product-thumb .button-group button {
		width: 55%;
		border: none;
		display: inline-block;
		padding: 13px;
		background-color: #ff2e00;
		color: #fff;
		border-radius: 5px;
		text-align: center;
		font-size: 14px;
		background-image: url(/image/shopping-cart-white.svg);
		background-repeat: no-repeat;
		background-size: 27px;
		background-position-x: 35px;
		padding-left: 45px;
		text-transform: uppercase;
		background-position-y: center;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
	}
	.product-thumb:hover .button-group button
	{
		width: 55%;
		background-position-x: 35px;
	
	}
	.product-thumb:hover .button-group button.wisth-btn
	{
		
		background-image: url(/image/star-catalog.svg);
		background-repeat: no-repeat;
		background-size: 20px;
		float: right;
		background-position: left;
		width: 35%;
		height: 46px;
		opacity: 0.65;
		color: #33323c;
		text-transform: none;
		padding: 0 0 0 30px;
		text-align: left;
		font-size: 13px;
		line-height: 17px;
		
	}
	.product-thumb:hover .button-group button.wisth-btn span {
		display: initial;
	}
	.left-plus
	{
		width: 100%;
		padding: 0;
		position: static;
	}
	.plus-inner
	{
		padding: 0;
		background: none; 
	}
	.right-plus
	{
		width: 100%;
	}
	.box-plus {
		margin: -1px 0 0 -1px;
		padding: 0;
		
	}
	.box-plus-in
	{
		border-radius: 0;
		box-shadow: none;
		padding: 40px;
	}
	.box-plus-in
	{
		min-height: 265px;
	}
	.box-plus-in .bg-word {
		left: 42%;
	
	}
	.title-limit
	{
		margin-top: 10px;
	}
	.inner-col {
		
		margin-top: 20px;
	}
	.img-categ-text
	{
		display: none;
	}
	.img-prod-karta
	{
		padding: 0;
	}
	.info-prod
	{
		padding: 0;
	}
	.oneclick-btn {
		width: 35%;
	}
	#button-cart {
		width: 35%;
	}
	.right-contact
	{
		padding: 30px;
		width: 50%;
	}
	.left-contact
	{
		width: 50%;
	}
	.box-login
	{
		width: 100%;
	}
	.info-simple-register
	{
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		margin-bottom: 15px;
		position: static;
	}
	.acc-list li
	{
		width: 33.33%;
		min-height: 145px;
	}
	.text-minus-inner {
        margin: 15px -5px;
    }
	
	.box-podcat
	{
		width: 25%;
	}

	
}
@media(max-width:775px)
{
	.home-text
	{
		padding: 0 15px;
	}
	.inner-col
	{
		display: none;
	}
	.inner-sort {
		
		padding: 0 6px;
	}
	.alert
	{
		width: 100%;
		left: 0;
		margin-bottom: 0;
	}
	.row-next
	{
		margin-left: 0;
		margin-right: 0;
	}

}
@media(max-width:768px)
{
	
	.modal-open .modal
	{
		padding: 5px!important;
	}
	#xd_zvonok_modal .modal-dialog
	{
		width: 100%;
		margin: 0;
	}
	.inner-dost-info
	{
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}	
	.inner-oplata-info
	{
		width: 100%;
		padding-left: 0;
	}

	.prod-h1
	{
		margin: 20px -5px;
	}
	.inner-info-menu-mobile
	{
		display: block;
		float: left;
		margin-bottom: 0;
	}
	.box-acc
	{
		display: none;
	}
	.box-like
	{
		display: none;
	}
	.top-link .container
	{
		padding: 0 10px;
	}
	header .container
	{
		padding: 0 25px;
	}
	#logo
	{
		width: 100px;
	}
	.carosel-inner
	{
		margin: 20px 0 0 0;
	}

	.box-lang {
		position: absolute;
		top: 0;
		right: 5px;
		margin-right: 0;
		margin-top: 1px;
	}

	#menu .nav > li > a
	{
		width: 100%;
		text-align: left;
		padding: 10px 15px;
		border-left: none;
	}
	.navbar-nav
	{
		margin-left: 0;
		margin-right: 0;
	}
	.box-lang #language a
	{
		height: 33px;
		width: 33px;
	}
	.top-link
	{
		padding: 8px 0;
	}
	.box-lang #language a
	{
		padding-top: 5px;
		margin-right: 0;
	}
	.box-lang #language a.selected-language
	{
		border-color: #fff;
	}
	.top-link li
	{
		margin-right: 15px;
	}
	.drop-akk
	{
		margin-top: 13px;
	}
	.top-link
	{
		margin-bottom: 10px;
	}
	.box-search
	{
		width: 100%;
		margin-top: 10px;
	}
	.box-cart {
		padding-right: 10px;
		position: absolute;
		right: 10px;
	}
	.grafic-phone
	{
		margin-bottom: 0;
	}
	.inner-phone
	{
		margin-right: 0;
		position: absolute;
		right: 70px;
		margin-top: -2px;
	}
	.product-layout
	{
		width: 50%;
	}
	#toTop
	{
		display: none!important;
	}
	.social-footer
	{
		float: left;
		width: 100%;
		margin-bottom: 20px;
		display: inline-block;
		z-index: 500;
		position: relative;
	}
	footer .col-sm-3
	{
		margin-bottom: 20px;
	}
	.powered-container
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.breadcrumb {
		margin: 0 -10px;
		
	}
	.container-text-cat
	{
		padding: 20px 0 50px 0;
		margin-top: 10px;
	}
	#content
	{
		padding: 0 20px 30px 20px;
	}
	.breadcrumb-mobile
	{
		margin: 0 -5px;
	}
	.row-product-page
	{
		margin: 0 -10px;
	}
	.right-contact
	{
		padding: 30px;
		width: 100%;
		margin-bottom: 20px;
	}
	.left-contact
	{
		width: 100%;
	}
	.inner-box-cont img
	{
		left: 5px;
	}
	.inner-box-cont .bg-word
	{
		top: 19px;
	}
	#live-search
	{
		display: none!important;
	}
	#menu .nav > li > a
	{
		border-right: none;
	}
	
	
}
@media(max-width:731px)
{
	#button-cart {
		width: 33%;
	}
	.oneclick-btn
	{
		width: 33%;
	}
}

@media(max-width:668px)
{
	.product-layout
	{
		width: 100%;
	}
	.product-thumb .button-group button.wisth-btn {
		
		width: 103px;
	}
	.product-thumb:hover .button-group button.wisth-btn
	{
		width: 103px;
	}
	.row-mobile
	{
		margin: 0 -10px;
		
	}
}
@media(max-width:667px)
{
	.box-plus-in {
		min-height: 285px;
	}
	.box-podcat
	{
		width: 33.33%;
	}
	.catimg {
		width: 120px;
		height: 120px;
	}

}
@media(max-width:649px)
{
	#button-cart {
		width: 30%;
	}
	.oneclick-btn
	{
		width: 30%;
	}
	.acc-list
	{
		padding: 25px 25px 15px 25px;
	}
	.acc-list li
	{
		padding: 15px;
	}
}
@media(max-width:615px)
{
	.dost-opl-inner img
	{
		display: none;
	}
	.phone-inner
	{
		padding-left: 0;
	}
	.delivery-inner
	{
		padding-left: 0;
	}
	.pay-inner
	{
		padding-left: 0;
	}
	.dost-opl-inner .bg-word
	{
		display: none;
	}
	.box-dost-info
	{
		padding: 20px;
		min-height: 230px;
	}
	.vozvrat
	{
		margin: 20px 0;
	}
	.acc-list li
	{
		width: 50%;
	}
}

@media(max-width:589px)
{
	.box-plus-in
	{
		padding: 35px 25px;
	}
	.last-art-inner
	{
		width: 100%;
		padding: 0;
	}
	.last-news-inner {
		padding: 0 15px;
		margin: 30px 0;
	}
	.plus-inner
	{
		margin-bottom: 0;
		margin-top: 20px;
	}
	.art-title
	{
		font-size: 22px;
		margin: 0 0 15px 0;
	}
	.title-plus
	{
		margin-bottom: 15px;
		font-size: 23px;
	}	
}

@media(max-width:559px)
{
	#button-cart {
		width: 69%;
		float: right;
		margin-bottom: 12px;
	}
	.oneclick-btn
	{
		margin: 12px 0 0 0;
		width: 85%;
	}
	.delivery-inner {
		width: 50%;
	}
	.pay-inner {
		width: 50%;
		padding-right: 0;
	}
	.phone-inner {
		width: 100%;
		margin-top: 15px;
	}
}
@media(max-width:540px)
{
	.inner-sort a
	{
		padding: 13px 10px;
		white-space: nowrap;
	}
}
@media(max-width:529px)
{
	.box-plus-in {
		padding: 25px 15px;
		min-height: 255px;
	}
	.title-plus
	{
		line-height: 29px;
	}
	
}
@media(max-width:503px)
{
	#button-cart {
		width: 67%;
	}
}
@media(max-width:489px)
{
	.box-plus-in {
		
		font-size: 14px;
	}
	.box-plus-in img
	{
		height: 40px;
	}
	.box-plus-in .bg-word {
		left: 38%;
		top: 38px;
	}
	.inner-sort a
	{
		display: block;
		text-align: center;
		width: 50%;
		float: left;

	}
	.inner-sort
	{
		width: 100%;
	}
	.row-controls
	{
		margin-bottom: 0;
	}
	.box-login
	{
		padding: 20px;
		margin: 15px 0 0 0;
	}
}
@media(max-width:475px)
{
	#button-cart {
		width: 64%;
	}
}
@media(max-width:439px)
{	
	.box-plus-in {
	
		min-height: 264px;
	}
	#button-cart {
		width: 60%;
	}
	
}

@media(max-width:428px)
{
	.acc-list li {
		
		min-height: 150px;
	}
	.catimg {
		width: 100px;
		height: 100px;
	}
	h1
	{
		font-size: 22px;
	}
	.catname a
	{
		font-size: 13px;
	}
	.box-podcat
	{
		min-height: 205px;
	}
}
@media(max-width:398px)
{
	#button-cart {
		width: 57%;
	}
}
@media(max-width:391px)
{
	.product-thumb .button-group button
	{
		background-size: 25px;
		background-position-x: 30px;
	}
	.product-thumb:hover .button-group button
	{
		background-size: 25px;
		background-position-x: 30px;
	}
	.container-home .container
	{
		padding: 0 10px;
	}
	.product-layout
	{
		padding: 3px 0 7px 0;
	}
	.box-plus-in {
	
		min-height: 282px;
	}
	.left-plus #xd_zvonok_phone_button
	{
		width: 100%;
	}
	.home-text
	{
		padding: 0;
	}
	.inner-viewed
	{
		margin: 0;
	}

}
@media(max-width:372px)
{
	#button-cart
	{
		width: 52%;
	}
	.oneclick-btn
	{
		width: 80%;
	}
}

.btn-opt-price
{
	padding: 17px 30px;
	display: inline-block;
	margin-top: 10px;
}

.faq-question {
    cursor: pointer;
    background-color: #f9f6f6;
    padding: 10px;

  }
  .faq-answer {
    padding: 10px;
    background-color: #f9f9f9;

  }
  .faq-answer div {
    padding: 10px;
  }
  h2 {
    margin-top: 20px;
  }
  .faq-question::before {
    content: "+";
    font-size: 16px;
    margin-right: 10px;
    font-weight: bold;
  }
  .faq-question.open::before {
    content: "-";
  }
  .faq-question:hover {
    background-color: #ededed;
  }
  /* Стили для таблиц внутри .newsblog-article или .container-text-cat */
.newsblog-article table,
.container-text-cat table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.newsblog-article table th,
.newsblog-article table td,
.container-text-cat table th,
.container-text-cat table td {
    border: 1px solid #333;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.newsblog-article table th,
.container-text-cat table th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #333;
}

.newsblog-article table tr:nth-child(even),
.container-text-cat table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.newsblog-article table tr:hover,
.container-text-cat table tr:hover {
    background-color: #f5f5f5;
}

/* Адаптивность для мобильных устройств */
@media screen and (max-width: 600px) {
    .newsblog-article table,
    .container-text-cat table {
        font-size: 14px;
    }

    .newsblog-article table th,
    .newsblog-article table td,
    .container-text-cat table th,
    .container-text-cat table td {
        padding: 8px;
    }

    /* Для очень маленьких экранов делаем таблицу прокручиваемой */
    .newsblog-article table,
    .container-text-cat table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}


.related-carousel .product-thumb {
  margin: 5px;


  background: #fff;
}
/* Контейнер карусели */
.related-carousel { 
  position: relative;
  margin-bottom: 40px;
}

/* --- Owl v1 (OC 2.x часто использует его) --- */
.related-carousel .owl-controls { margin: 0 !important; }
.related-carousel .owl-buttons {
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  transform: translateY(-50%);
  height: 0;                 /* чтобы не добавляла высоту снизу */
  z-index: 5;
  pointer-events: none;      /* клики проходят, кроме самих кнопок */
}
.related-carousel .owl-buttons .owl-prev,
.related-carousel .owl-buttons .owl-next {
  position: absolute;
  width: 44px; height: 44px;
  border-radius: 0%;
  background: rgba(0,0,0,.55);
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}
.related-carousel .owl-buttons .owl-prev:hover,
.related-carousel .owl-buttons .owl-next:hover,
.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
  background: #ff2e00 !important;
}

.related-carousel .owl-buttons .owl-prev { left: -12px; }   /* можно 8–16px */
.related-carousel .owl-buttons .owl-next { right: -12px; }
.related-carousel .owl-buttons .owl-prev i,
.related-carousel .owl-buttons .owl-next i { 
  color: #fff; font-size: 18px; line-height: 1;
}

/* --- Owl v2 (на всякий случай) --- */
.related-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  transform: translateY(-50%);
  display: flex; justify-content: space-between;
  z-index: 5; pointer-events: none;
}
.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  display: inline-flex; align-items: center; justify-content: center;
  pointer-events: all;
}
.related-carousel .owl-nav .owl-prev i,
.related-carousel .owl-nav .owl-next i { 
  color: #fff; font-size: 18px; line-height: 1;
}

/* Мелкие правки адаптива */
@media (max-width: 767px) {
  .related-carousel .owl-buttons .owl-prev,
  .related-carousel .owl-nav .owl-prev { left: -6px; }
  .related-carousel .owl-buttons .owl-next,
  .related-carousel .owl-nav .owl-next { right: -6px; }
}
.description-product table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}
 
.description-product table td {
  padding: 10px 14px;
  vertical-align: top;
  border: none;
}
 
.description-product table td:first-child {
  width: 40%;
  font-weight: bold;
  color: #555555;
}
 
.description-product table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
 
.description-product table tr:nth-child(even) {
  background-color: #ffffff;
}




h3.faq-title {
  font-weight: 700;
  color: #1a1a1a;
  margin: 40px 0 20px;
  padding: 0;
  letter-spacing: -0.01em;
}
 
/* --- Обёртка всего FAQ --- */
div[itemtype*="FAQPage"] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
 
/* --- Один блок вопрос+ответ --- */
div[itemtype*="FAQPage"] > div[itemtype*="Question"] {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
 
div[itemtype*="FAQPage"] > div[itemtype*="Question"]:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}
 
/* --- Вопрос h4 --- */
div[itemtype*="FAQPage"] h4[itemprop="name"] {
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  padding: 16px 20px 16px 52px;
  position: relative;
  cursor: default;
}
 
/* Нумерованный кружок слева */
div[itemtype*="FAQPage"] > div[itemtype*="Question"]:nth-child(1) h4[itemprop="name"]::before { content: "1"; }
div[itemtype*="FAQPage"] > div[itemtype*="Question"]:nth-child(2) h4[itemprop="name"]::before { content: "2"; }
div[itemtype*="FAQPage"] > div[itemtype*="Question"]:nth-child(3) h4[itemprop="name"]::before { content: "3"; }
div[itemtype*="FAQPage"] > div[itemtype*="Question"]:nth-child(4) h4[itemprop="name"]::before { content: "4"; }
div[itemtype*="FAQPage"] > div[itemtype*="Question"]:nth-child(5) h4[itemprop="name"]::before { content: "5"; }
div[itemtype*="FAQPage"] > div[itemtype*="Question"]:nth-child(6) h4[itemprop="name"]::before { content: "6"; }
 
div[itemtype*="FAQPage"] h4[itemprop="name"]::before {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f4f4f4;
  color: #555;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  flex-shrink: 0;
}
 
/* --- Ответ --- */
div[itemtype*="FAQPage"] div[itemtype*="Answer"] {
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}
 
div[itemtype*="FAQPage"] div[itemtype*="Answer"] p[itemprop="text"] {
  color: #444;
  margin: 0;
  padding: 14px 20px 16px 52px;
}
 
/* --- Акцентная полоска слева при hover --- */
div[itemtype*="FAQPage"] > div[itemtype*="Question"] {
  border-left: 3px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
 
div[itemtype*="FAQPage"] > div[itemtype*="Question"]:hover {
  border-left-color: #ff2e00; 
}
 
/* --- Адаптив для мобильных --- */
@media (max-width: 600px) {
  div[itemtype*="FAQPage"] h4[itemprop="name"],
  div[itemtype*="FAQPage"] div[itemtype*="Answer"] p[itemprop="text"] {
    padding-left: 44px;
  }
 
  div[itemtype*="FAQPage"] h4[itemprop="name"] {
  }
}