:root {
    --green: #75C94D;
    --light-green: #DFF0D8;
    --orange: #EF7F1A;
    --yellow: #FFE039;
    --gray: #DDD;
    --gray2: #EDEDED;
    --gray3: #F5F5F5;
    --dark-gray: #6F6F6F;
    --dark-gray2: #888888;
    --dark-gray3: #B0B0B0;
    --dark-gray4: #9A9A9A;
    --white: #FFF;
    --white2: #FDFDFD;
    --black: #2B2A29;

    --header-bg: #EDEDED;
    --page-bg: #F5F5F5;
	--swiper-theme-color: #EF7F1A;
	--swiper-navigation-color: #EF7F1A;
	--swiper-navigation-size: 32px;
}
.fill-orange{fill: orange;}
.fill-blue{fill: #0077ff;}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #F5F5F5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: uppercase;
	text-align: center;
}

/* Override the bootstrap defaults */
h1, .modul-title {
	font-weight: 700;
	font-size: 38px;
}
h1 > span{
	font-size: 10px;
	color: #C5C5C5;
}
h2 {
	font-size: 27px;
	font-weight: bold;
}
h1, h2, .heading {
	text-transform: uppercase;
	position: relative;
  	display: inline;
	line-height: 1.2;
  	background-image: linear-gradient(to right, #FFE039, #FFE039);
  	background-position: 0 calc(100% - 6px);
  	background-repeat: no-repeat;
  	background-size: 100% 10px;
}
h3 {
	text-transform: uppercase;
	position: relative;
  	display: inline;
	line-height: 1.2;
  	background-image: linear-gradient(to right, #FFE039, #FFE039);
  	background-position: 0 calc(100% - 5px);
  	background-repeat: no-repeat;
  	background-size: 100% 5px;
}
.heading-middle {
	text-transform: uppercase;
	position: relative;
  	display: inline;
  	background-image: linear-gradient(to right, #FFE039, #FFE039);
  	background-position: 0 calc(100% - 4px);
  	background-repeat: no-repeat;
  	background-size: 100% 6px;
}

h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
	font-weight: 600;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: var(--green);
}
.pb-rx{padding-bottom: calc(var(--bs-gutter-x) * 0.5);}
a:hover, .product-thumb a:hover,.top-menu > a:hover, .module-form .form-check-label a:hover {
	text-decoration: none;
	color: var(--orange);
}
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;
}

.module-description {
    font-size: 15px;
    line-height: 24px;
    color: #777;
    margin: 10px 0 0 0;
    text-align: justify;
    display: none;
}
#address-results {
	position: absolute;
    border: 1px solid #ccc;
    z-index: 9999;
    max-height: 220px;
    overflow-y: auto;
}
#address-results div{
	cursor: pointer;
}
#address-results div:hover{
	color: var(--orange);
}
#module-cart{
	display: none;
}

.slider-section {
    padding: 10px 0 50px 0;
	margin-bottom: 30px;
}

.module-section {
    padding: 10px 0;
	margin-bottom: 35px;
}

/* Стили для заголовка и описания */
.section-header {
    text-align: center;
    margin-bottom: 15px;
}
.section-infoblock {
    padding: 0;
}
.section-infoblock > div{padding: 24px;font-size: 16px;}
.section-infoblock > div p{margin: 0;}
.section-header .heading, .section-header-left .heading{
	font-size: 38px;
    font-weight: bold;
    color: #333;
    margin: 0;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	box-shadow: none;
}
/* Canape advantages */
.canape-advantages {
	margin: 20px 0;
}
.canape-advantages__col{
	padding: 24px;
	background-color: #fff;
	border-radius: 24px;
}
.canape-advantages__col svg{
	fill: var(--orange);
}
.canape-advantages__title {
	font-weight: 700;
	font-size: 24px;
	color: #2B2A29;
	margin-top: 16px;
}
h2.html-module {
	margin: 20px 0px;
	color: #000;
}
.nav-link:focus, .nav-link:hover {
    color: var(--orange);
}
#main-menu {
	position: fixed;
	top: 0px;
	left: -280px;
	z-index: 9999;
	transition: transform .3s;
	will-change: transform;
}
.main-menu {
	width: 280px; /* Set the width of the sidebar */
	padding: 15px 0 10px 0;
	box-shadow: inset 0 0 2rem #00000012, inset 0 .2rem 1rem #0000000d;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #f5f5f5;
}
.main-menu__header {
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
}
.main-menu__header > svg{
	width: 32px;
	height: 32px;
	fill: #ef7f1a;
}
.main-menu__header button >svg{
	fill: #fff;
	margin-top: -5px;
}
.main-menu__body {
	display: flex;
	flex-direction: column;
}
.close-btn {
	border: none;
	border-radius: 6px;
	width: 24px;
	height: 24px;
	background-color: #ef7f1a;
	padding: 3px;
}
.nav-link {
	color: #6F6F6F;
}
#main-menu .nav{
	padding-right: 0px;
}
#main-menu .nav-link{
	display: block;
    text-decoration: none;
    color: #6F6F6F;
    font-weight: 700;
    font-size: 14px;
    border: none;
    padding: 8px 24px;
}

#main-menu .nav-link:hover, #main-menu .nav .active{
	background-color: #fff;
	border-right: #ef7f1a 3px solid;
}
#main-menu .nav-link > svg{
	margin-right: 16px;
    fill: var(--orange);
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.pointer { cursor: pointer;}
#spanel{
	position: fixed;
	width: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
    padding: 10px 10px 3px 10px;
	box-sizing: border-box;
	-webkit-box-shadow: 15px 4px 30px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 15px 4px 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 15px 4px 30px 0 rgba(0, 0, 0, 0.2); 
	font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: var(--dark-gray);
}
#spanel a{
	display: block;
	text-decoration: none;
	text-align: center;
	width: 60px;
	position: relative;
}
#spanel a > svg{
	display: block;
    margin: 0 auto 5px;
	fill: var(--orange);
}
#spanel span{
	position: absolute;
	top: -2px;
    right: 6px;
    font-size: 14px;
    line-height: 18px;
    background-color: var(--green);
    color: #fff;
    border-radius: 50%;
    padding: 0px 6px;
}

/* menu */
#menu {
	background-color: var(--orange);
	background-image: linear-gradient(to bottom, #ffa14c, #fd7800);
	background-repeat: repeat-x;
	border-color: #fd7800 #fd7800 var(--orange);
	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: var(--orange);
	background-image: linear-gradient(to bottom, #ffa14c, #fd7800);
	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: var(--orange);
	background-image: linear-gradient(to bottom, #ffa14c, #fd7800);
	background-repeat: repeat-x;
	border-color: #fd7800 #fd7800 var(--orange);
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: var(--orange);
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 16px;
	} 

	h1, h2, .heading {
		background-position: 0 calc(100% - 4px);
		background-size: 100% 6px;
	}

	#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;
	}

	.section-header .heading{
		font-size: 24px;
	}
}
/* content */
#content {
	min-height: 400px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 14px;
}

.grecaptcha-badge { visibility: hidden; }
.rounded {border-radius: 16px !important;}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border: none;
	border-radius: 16px;
}
.alert button{
	border: none;
	padding: 4px 9px;
	background-color: #ef7f1a;
	color: #fff;
	border-radius: 6px;
}
.alert-warning{background-color: #FFECD8;}
.btn-primary svg, .btn-danger svg{
	fill: #fff;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 10px 0;
	padding: 5px 0;
}
.breadcrumb a {
	text-decoration: none;
	font-size: 14px;
}
.breadcrumb a > span {
	font-weight: 400;
	color: #75c94d;
}
.breadcrumb li > span {
	font-weight: 400;
	font-size: 14px;
	color: #666;
	white-space: normal;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 30px 0 0;
	position: relative;
}
.breadcrumb > li:first-child {
	padding-left: 0px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: 15px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #a19f9f;
	border-bottom: 1px solid #a19f9f;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #a19f9f;
  border-top: 1px solid #a19f9f;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.breadcrumb > li:last-of-type::after {
    content: none;
}
#scrollToTopBtn {
	position: fixed; 
	bottom: 120px; 
	left: 48px; 
	display: none; 
	border: none;
	padding: 0px; 
	cursor: pointer; 
	z-index: 1000; 
}

/* 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:hover {
	border-color: transparent;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 16px;
}
.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: #777;
	background-color: #e7e7e7;
}
.btn-primary {
	color: #ffffff;
	background-color: var(--orange);
	border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: var(--green);
}
.btn-warning {
	color: #ffffff;
	background-color: #EF7F1A;
	border: none;
    border-radius: 10px;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: var(--green); color: #fff;
}

.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;
	background-color: var(--green);
	border: none;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #a7ce5f;
}
.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: #ffa14c;
	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 #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
#cookie-notification button{
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	margin-left: 5px;
}
#accept-cookies {
	background-color: var(--orange);
	color: white;
}
#reject-cookies {
	background-color: #a99e95;
	color: white;
}
#map {
	width: 100%;
	height: 620px;
}
#map-container{
	position: relative;
	height: 620px;
	overflow: hidden;
}
gmp-map {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
}
@media (max-width: 767px) {
	gmp-map {
		position: relative;
	}
}
#map-container .container{
	
}
#address-box {
	margin-top: 20px;
    background: #fff;
    width: 380px;
    padding: 30px;
	z-index: 9999;
}
/* left-menu */
.left-menu__header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #000;
	font-size: 18px;
	font-weight: 800;
	border-radius: 12px;
}
.left-menu__header button{
	border: none;
	background-color: #EF7F1A26;
	border-radius: 6px;
	padding: 2px 6px;
	transition: transform 0.3s;
}
.rotate180 {
	transform: rotate(180deg);
}
.left-menu__body {
	padding-top: 16px;
	display: flex;
	flex-direction: column;
}
.left-menu__body a{
	display: block;
	text-decoration: none;
	color: #6F6F6F;
	font-weight: 700;
	font-size: 14px;
	border-radius: 12px;
	border: none;
	padding: 8px 24px;
}
.left-menu__body a.active{
	background-color: #EF7F1A26;
	color: var(--orange);
}
.left-menu__body svg{
	margin-right: 16px;
	fill: var(--orange);
}
.left-menu__body a:hover{
	background-color: #EF7F1A26;
}
#left-menu{
	margin: 0 0 20px 0;
}
.p-loading button {
	display: none !important;
}
.white-bar, .left-menu {
	background-color: #fff;
	border-radius: 12px;
	padding: 19px 15px;
}
#sort-box a{
	margin-right: 16px;
	text-decoration: none;
	font-size: 18px;
	color: #6F6F6F;
}
#sort-box a.selected {
	color: var(--orange);
}
#button-cart {
	margin-left: 20px;
}
.btn-quick-order {
	background-color: var(--green);
}
.btn-cart {
	background-color: var(--orange);
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	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;
	}
	.product-thumb:hover{
		transform: scale(1.02);
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
		z-index: 2;
	}
}
@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%;
    }

	.section-header {
		text-align: center;
		margin-bottom: 30px;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
.product-thumb{
	transition: all 0.2s;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px;
    margin-right: -20px;
    margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;
}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 576px) {
    .module-description { display: block;}
}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
#top-left-links ul {
	padding-top: 5px;
	padding-bottom: 0;
}
#top-left-links .fa-whatsapp{
	color: green;
}
#top-left-links i.fa{
	font-size: 22px;
}
@media (max-width: 992px){
	body {
		overflow-x: hidden;
	}
	.nav-link {
		padding-left: 5px;
		padding-right: 5px;
	}

	body.modal-open {
		padding-right: 0 !important;
	}
}
.review-box {
	border-bottom: #eee 1px solid;
}
.review-box__title {
	padding: 10px 0;
	font-weight: 700;
	font-size: 18px;
	color: var(--orange);
}
.review-box__title span {
	font-size: 10px;
	font-weight: 400;
	color: #C5C5C5;
}
.review-box__rating {

}
.review-box__text {
	font-size: 14px;
	padding: 10px 0;
}
.star-icon {
    --star-active: var(--green);
    --star-inactive: #6F6F6F;
    fill: var(--star-inactive);
}

.star-icon.active {
    fill: var(--star-active);
}
.points label {
	cursor: pointer;
	margin-bottom: 0;
	margin-left: 7px;
  }
  
  .points:not(:checked)>input {
	display: none;
  }
  
  .points:not(:checked)>label {
	float: right;
  }
  
  .points>input:checked~label {
	background: url('/image/icons/star_active.svg') center no-repeat;
	width: 28px;
	height: 28px;
	background-position: 0px 1px;
  }
  
  .points:not(:checked)>label:hover,
  .points:not(:checked)>label:hover~label {
	background: url('/image/icons/star_active.svg') center no-repeat;
	width: 28px;
	height: 28px;
	background-position: 0px 1px;
  }
  
  .points>input:checked+label:hover,
  .points>input:checked+label:hover~label,
  .points>input:checked~label:hover,
  .points>input:checked~label:hover~label,
  .points>label:hover~input:checked~label {
	background: url('/image/icons/star_active.svg') center no-repeat;
	width: 28px;
	height: 28px;
	background-position: 0px 1px;
  }
  
  .rate-area>label:active {
	position: relative;
  }
  .points label {
	background: url('/image/icons/star_no.svg') center no-repeat;
	width: 28px;
	height: 28px;
  }
  
  .points label:hover, .points label.active {
	background: url('/image/icons/star_active.svg') center no-repeat;
	width: 28px;
	height: 28px;
	background-position: 0px 1px;
  }
  
  .points label:hover~.points label {
	background: url('/image/icons/star_active.svg') center no-repeat;
	width: 28px;
	height: 28px;
	background-position: 0px 1px;
  }
  .accordion-button:not(.collapsed) {
	background-color: #ebebeb;
	color: #000;
	box-shadow: none;
  }
  .accordion-item {
	border: none;
  }
  .accordion {
	border: 1px lightgray solid;
    border-radius: 5px;
	--bs-accordion-bg: #ebebeb;
  }

.product_wish svg {
	fill: #fff;
}
.product_wish svg:hover {
	fill: #ffe1c6;
}
.product_wish svg.fav {
	fill: #f17e00;
}
.white-space-nowrap {white-space: nowrap;}
#content #input-search{max-width: 500px;}
/* pagination */
.pagination {justify-content: center;margin: 0;}
.pagination > li{padding: 0;text-align: center;margin-left: 1px;cursor: pointer;border-radius: 8px;}
.pagination > li.active, .pagination > li.canape{background-color: #EF7F1A26;padding: 6px 9px;}
.pagination > li > a{display: inline-block;padding: 6px 6px;color: #6F6F6F;text-decoration: none;font-weight: 700;font-size: 14px;min-width: 24px;border-radius: 8px;}
.pagination > li > a:hover{background-color: #EF7F1A26;color: var(--orange);}
.pagination > li.active > span,  .pagination > li.canape a{color: var(--orange);}
@media (min-width: 576px) {
	.pagination > li > a{padding: 6px 10px;font-size: 14px;min-width: 30px;}
}
/* end pagination */
footer{	margin-bottom: 65px;}
