html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Montserrat';
	text-decoration: none;
	box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}


p {
	font-size: 16px;
    line-height: 26px;
    color: #222;	
}

li {
	font-size: 16px;
    line-height: 26px;	
}

a {
	color: #373737;
}
b {
    font-weight: bold;
}
strong {
	font-weight: 800;
}
i {
	font-style: italic;
}
ul:not([class]) {
    margin: 5px 0 10px;
}
ul:not([class]) li {
    position: relative;
}
ul:not([class]) li:before {
    content: "";
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background-color: #222222;
    border-radius: 50%;
}

ul:not([class]) li:not(:last-child) {
    margin-bottom: 6px;
}

ol:not([class]) {
    margin: 15px 0;
    counter-reset:  item;
}
ol:not([class]) li {
    position: relative;
}
ol:not([class]) li:before {
    content: counter(item) ') ';
    counter-increment: item;
    font-weight: 500;
}

ol:not([class]) li:not(:last-child) {
    margin-bottom: 6px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	_background: #F2EFF6;
	background: #f2f1f3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #111111;
	outline: none;
	border: none;
	padding: 15px 10px;
	box-sizing: border-box;
	border: solid 1px #e8e8e8;
}

select {
	cursor:pointer;
}

input.error, textarea.error, select.error {
    border: solid 1px rgb(255 0 0 / 50%);
}

.select2-container--default .select2-selection--single.error {
    border: 1px solid rgba(255, 0, 0, 0.5) !important;
}

input:disabled, select:disabled, textarea:disabled {
    opacity: .6;
}
::placeholder {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #111111;
}
::-webkit-input-placeholder {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #111111;	
}
::-moz-placeholder {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #111111;	
}
:-ms-input-placeholder {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #111111;	
}
:-moz-placeholder {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #111111;	
}
.container {
    margin: 0 auto;
    width: 100%;
    min-width: 1280px;
	max-width: 1280px; 
	_max-width: 1360px;
}
@media (max-width: 1380px) {
	.container {
		padding: 0 25px;
	}
}
.edit_button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #887CBF;
    color: #fff;
    z-index: 1;
    opacity: .5;
    padding: 4px 4px;
    font-size: 0;
    transition: all .3s ease;
}

.block_container {
    position: relative;
    margin-top: 0px;
    margin-bottom: 45px;
}

.block_container:hover .edit_button, .menu_container:hover .edit_button {
    opacity: 1;
}
.block_container_55, .block_container_56, .block_container_57, .block_container_101, .block_container_102, .block_container_103 {
	background-size: 50% auto!important;
}

.main_category_content_left {
    padding-right: calc(100% / 2);
    flex: 1;
}
.main_category_content_right {
    padding-left: calc(100% / 2);
    flex: 1;
}
.main_category_content_title {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 10px;
}

.main_category_content_text {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    color: #555555;
}
.main_category {
    height: 31vw;
    display: flex;
    align-items: center;
	cursor:pointer;
}
.slide_content {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    width: 50%;
	height: 90%;
	background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
}
.slide_button {
	_text-align: center;
	margin-bottom: 20px;
}

.slide_container {
	_padding-right: calc(50% + 50px);
}
.slide_title {
    font-size: 36px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;	
}


.slide_description {
    font-size: 1.2vw;
    margin-bottom: 35px;
    line-height: 1.6vw;
}

.slide_description ul {
	margin-top: 25px;
	list-style: none;
}

.slide_description ul li {
  position: relative;
  padding-left: 30px; 
  font-size: 0.9vw;
}

.slide_description ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #9992D2; 
  border-radius: 50%;
}


.slide_description span {
    
	_margin-left: 76px;
}

.button {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	display: inline-block;
	_background-color: #887CBF;
	background-color: #000;
	padding: 20px 34px;
	cursor: pointer;
	transition: all .3s ease;
	text-align: center;
	border: solid 1px transparent;
	box-shadow: 1px 1px 7px rgb(255 255 255 / 50%);
}
.button:hover {
    _background-color: #a498de;
	background-color: #484848;
	
}
form[name="PayPalForm"] input[name="submit"] {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #887CBF;
	display: inline-block;
	background-color: transparent;
	padding: 8px 10px;
	cursor: pointer;
	transition: all .3s ease;
	text-align: center;
	border: solid 1px #887CBF;
	width: 145px;
}
form[name="PayPalForm"] input[name="submit"]:hover {
	background-color: #887CBF;
	color: #ffffff;
}
.button_small {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    display: inline-block;
    background-color: #887CBF;
    padding: 15px 30px;
    cursor: pointer;
    transition: all .3s ease;
    text-align: center;
    border: solid 1px transparent;
}
.button_small:hover {
    background-color: #a498de;
}
.button_border {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #887CBF;
	display: inline-block;
	background-color: transparent;
	padding: 20px 34px;
	cursor: pointer;
	transition: all .3s ease;
	text-align: center;
	border: solid 1px #887CBF;
}
.button_border:hover {
    background-color: #887CBF;
	color: #ffffff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active:before {
    display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 2px solid #fff;
}

.bx-wrapper .bx-pager {
    padding-top: 0;
}


.header_topbar {
    background-color: #373737;
}

.menu_container {
    position: relative;
}
.header_topbar_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
.header_topbar .menu_items a {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: inline-flex;
    transition: color .3s ease;
}

.header_topbar .menu_items a svg {
	width: 20px;
	height: 20px;
}
.header_topbar .menu_items li:not(:last-child) {
    margin-right: 30px;
}

.header_topbar .menu_items {
    display: flex;
    align-items: center;
}

.header_topbar .menu_container_1 .menu_items li:not(:last-child) {
    margin-right: 20px;
}
.header_topbar .menu_items a:hover {
    color: #887CBF;
}
.header .menu_items a {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #111111;
    display: inline-flex;
    transition: color .3s ease;
    position: relative;
    cursor: pointer;
	font-weight: 500;
	vertical-align: middle;
    margin: 5px 0px;		
}

.header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    _padding: 12px 0;
	padding: 0px;
}

.header .menu_items {
    display: flex;
    align-items: center;
}

.header .menu_items .catalog_menu {
    display: flex;
    align-items: center;
}
.edit_button i {
	font-size: 14px;
	transition: margin-right .3s ease;
}
.menu-item-favorites svg, .menu-item-login svg, .menu-item-cart svg, .menu-item-search svg {
    width: 28px;
    height: 28px;
}
.drop_menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    background-color: #8d83d5;
    z-index: 1;
    padding: 15px 15px;
}
#search_form {
    display: grid;
    grid-template-columns: auto 1fr;
}

.menu-item-search input[name="searchstring"]
 {
    background-color: #F2F4F8;
    border-bottom: solid 1px #868E9D;
    transition: all .3s ease;
    width: 100%;
    padding: 14px 12px;
    border: none;
	font-size:15px;
}

.menu-item-search button {
    background: none;
    border: none;
    padding: 6px 10px;
    margin: 0;
    color: #222222;
    cursor: pointer;
    background-color: #F2F4F8;
    height: 100%;
}

.menu-item-search button svg{width:22px;}
.menu-item-search input[name="searchstring"]::placeholder{font-size:15px;}


#search_form #searchstring:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #373737;
}
#search_form .search_string_block {
    order: 2;
    position: relative;
    margin-left: 12px;
}
#search_form #searchstring:focus + .search_string_line {
    width: 100%;
}

#search_form #searchstring + .search_string_line {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #373737;
    transition: width .3s ease;
}
.header .catalog_menu li:not(:last-child),
.header .menu_items li:not(:last-child) {
    margin-right: 35px;
}
.logo {
    max-width: 170px;
}
.logo:hover {
    text-decoration:none;
} 
.logo img {
    max-width: 70%;
	margin-top: 1px;
}
.edit_button:hover {
    font-size: 14px;
}
.edit_button:hover i {
    margin-right: 6px;
}
.header .menu_items a:hover {
        font-weight: bold;
}

#search_form button:hover {
    color: #887cbf;
}

.header .menu_container_3 .menu_items a:after {
    _content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgb(136 124 191 / 40%);
    transition: width .3s ease;
}
.header .menu_container_3 .menu_items a:hover:after {
    width: 100%;
}
.drop_menu_block {
    position: relative;
}

.header .catalog_menu .drop_menu li:not(:last-child), .header .menu_items .drop_menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6px;
}

.header .menu_items .drop_menu a {
    color: #fff;
    white-space: nowrap;
}

.header .menu_items .drop_menu a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgb(255 255 255 / 40%);
    transition: width .3s ease;
}
.header .menu_items .drop_menu a:hover:after {
    width: 100%;   
}
.block_head {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #111111;
    text-align: center;
	padding-top: 45px;
	margin-bottom: 50px;
}
.left_blocks .block_head {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: none;
    text-align: left;
    font-weight: 500;
}
.header {
    background-color: #fff;
}
.product_brief_top_buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 100px;
    min-width: 50px;
    min-height: 50px;
    padding: 10px 10px;
    box-shadow: 0px 0px 31px rgba(153, 145, 210, 0.26);
    transition: all .3s ease;
}

.product_brief_top_buttons {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
}

.product_brief_top_buttons a svg {
    width: 20px;
    height: 20px;
}
.product_brief_block {
    position: relative;
    background-color: #ffffff;
    padding-bottom: 25px;
	transition: transform 0.3s ease; 
}

.product_brief_block:hover{
	transform: translateY(-5px); 	
}

 

.product_brief_free_block {
    position: absolute;
	right: 0;
    top: +237px;	
    width: 66px;
	z-index:1;
}
.product_detailed .product_labels_block {
	right: +10px;	
	left: auto;
}

.product_labels_block {
    position: absolute;
    left: +10px;
    top: +10px;	
    max-width: calc(100% - 44px);
	z-index:1;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;	
}

.product_label_img, .pd_label {
	height: 75px;
}

.product_label_img img, .pd_label img {
	height:100%;
}

.product_brief_top_buttons a:hover {
    background-color: rgb(136 124 191 / 50%);
    color: #ffffff;
}

.product_brief_top_buttons a.active {
    background-color: rgb(136 124 191);
    color: #ffffff;
}
.product_brief_image {
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    _align-items: center;
	overflow: hidden;
	position: relative;
}

.product_brief_image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.product_brief_title a {
    font-size: 23px;
	line-height: normal;
    text-align: center;
    color: #111111;
    display: block;
    transition: color .3s ease;
    text-transform: uppercase;
    padding: 0 10px;	
}
.product_brief_title a:hover {
    color: #887cbf;
}
.optionPrice {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #ff7800;
}

.optionPrice2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 27px;
    color: #ff7800;
}

.listPrice {
    font-weight: 500;
    font-size: 25px;
    line-height: 27px;
    color: rgb(55 55 55 / 50%);
    text-decoration: line-through;
}


.product_brief_price {
	text-align: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: center;
}
.product_brief_title {
	margin-top: 15px;
    _margin-bottom: 20px;
    min-height: 84px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
}
.product_brief_button .button {
    width: 100%;
}

.product_brief_button {
    margin-top: 10px;
}
.count {
    background-color: #887cbf;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-weight: bold;
    padding: 2px 2px;
    position: absolute;
    right: -8px;
    top: -8px;
}
.products_block {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.benefits_block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 10px 0 55px;
}

.benefits_item {
    border-bottom: solid 1px rgba(141, 137, 164, 0.22);
	border-right: solid 1px rgba(141, 137, 164, 0.22);
}
.benefits_item:nth-child(5n) {
    border-right: none;
}
.benefits_item:nth-last-child(-n+5) {
    border-bottom: none; 
}

.benefits_item {
    padding: 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefits_item_icon {
    height: 100px;
    _margin-bottom: 18px;
}

.benefits_item_icon img {
    height: 80px;
}

.benefits_item_title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #111111;
	text-align:center;
}
.bottom_blocks {
    margin-top: 45px;
}
.up_blocks {
    margin-bottom: 45px;
}
.footer_menu_row {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 50px;
    justify-content: space-between;
}

.footer_menu_wrap {
    background-color: #373737;
    padding: 50px 0 50px;
}
.block_arbitrary .block_head {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0 0 18px;
    text-align: left;
}

.menu_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-transform: uppercase;
}

footer .menu_items a {
    font-size: 16px;
    line-height: 22px;
    color: #A3A3A3;
    transition: color .3s ease;
    position: relative;
}

footer .menu-item-address span {
	color:#A3A3A3;
	font-size: 16px;
}

footer .menu_items .menu-item-facebook a, footer .menu_items .menu-item-instagram a {
    color: #ffffff;
}

footer .menu_items .menu-item-facebook a svg, footer .menu_items .menu-item-instagram a svg {
    width: 20px;
    height: 20px;
}

footer .menu_items .menu-item-facebook, footer .menu_items .menu-item-instagram {
    display: inline-block;
    margin-right: 6px;
}

.footer_menu {}

footer .menu_items {
    margin-top: 18px;
}

footer .menu_items li:not(:last-child) {
    margin-bottom: 15px;
}

footer .menu_items .menu-item-facebook a:hover, footer .menu_items .menu-item-instagram a:hover {
    color: #685bc7;
}
footer .menu_container_6 .menu_items a:after, footer .menu_container_7 .menu_items a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgb(163 163 163 / 50%);
    transition: width .3s ease;
}
footer .menu_container_6 .menu_items a:hover:after, footer .menu_container_7 .menu_items a:hover:after {
    width: 100%;
}
.subscription_form_description {
    font-size: 16px;
    line-height: 24px;
    color: #A3A3A3;
    display: block;
    margin-bottom: 12px;
}

#subscription_form {
    max-width: 285px;
}

#subscription_form .button {
    background-color: #ffffff;
    color: #111111;
    width: 100%;
    margin-top: 15px;
}

#subscription_form .button:hover {
    background-color: #000;
    color: #FFFFFF;
}

#subscription_form ::placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
#subscription_form ::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
#subscription_form ::-moz-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
#subscription_form :-ms-input-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
#subscription_form :-moz-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
#subscription_form input {
    background-color: transparent;
    border: solid 1px #ffffff;
    padding: 20px 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.footer_development, .footer_development a {
    font-size: 14px;
    line-height: 16px;
    color: #555555;
}

.footer_copyright_row {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    align-items: center;
}

.footer_copyright_text {
    font-size: 14px;
    line-height: 16px;
    color: #555555;
}

.payment_systems {display: flex;align-items: center;}

.payment_systems img {
   
}

.payment_systems img:not(:last-child) {
    margin-right: 25px;
}

.footer_copyright_wrap {
    background-color: #fff;
    padding: 20px 0;
}
#scrollToTop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
	background-color: #000;
    _background-color: rgb(136 124 191 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    cursor: pointer;
}

#scrollToTop.active {
    opacity: 1;
    visibility: visible;
}

#scrollToTop:hover {
	background-color:#484848;
    _background-color: rgb(136 124 191);
}








.breadcrumbs-list svg {
    width: 16px;
    height: 16px;
    margin: 0 8px;
}

.breadcrumbs-list a {
    font-size: 16px;
    line-height: 20px;
/* identical to box height */
    letter-spacing: 0.01em;

/* P text */
    color: #555555;
    transition: color .3s ease;
}

.breadcrumbs-list li {
    color: #868E9D;
    display: flex;
    align-items: center;
}

.breadcrumbs-list li:last-child {
    color: #222222;
}
.breadcrumbs-list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.breadcrumbs-list span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #555555;
}

.breadcrumbs-list a:hover {
    color: #222222;
}
.pd_anchor_panel {
    background-color: #F5F5F5;
    padding: 0 22px;
}

.pd_anchor_panel a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    padding: 25px 0;
    display: inline-flex;
    transition: color .3s ease;
}

.pd_anchor_panel a:not(:last-child) {
    margin-right: 70px;
}

.pd_anchor_panel a:hover {
    color: #CCA172;
}
.product_detailed {
    position: relative;
    margin-bottom: 60px;
}
.product_brief_option {
    display: none;
}
.pd_top_row {
    display: grid;
    _grid-template-columns: auto 400px;
	grid-template-columns: 55% 45%;
    grid-column-gap: 35px;
    background-color: #ffffff;
    padding: 65px 70px 40px 18px;
}

.pd_availability {
    font-size: 14px;
    line-height: 17px;
    color: #353535;
}
.pd_availability span {
    color: #27AE60;
}

.pd_availability span.error {
    color: #eab996;
}
.pd_code {
    font-size: 14px;
    line-height: 17px;
    color: #868E9D;
}

.pd_row {
    display: grid;
    align-items: center;
    justify-content: space-between;
}

.column_2 {
    grid-template-columns: 1fr auto;
}

h1, .h1 {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #222222;
}
.pd_title h1, .pd_title .h1 {
    font-size: 30px;
    line-height: 130%;
/* or 39px */
    letter-spacing: 0.02em;
    text-transform: uppercase;

/* Black */
    color: #111111;
    font-weight: normal;
}
h2, .h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    color: #222222;
    margin-bottom: 25px;
}

h3, .h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #222222;
    margin-bottom: 22px;
}

h4, .h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #222222;
    margin-bottom: 20px;
}
.header_block {
    margin-bottom: 30px;
    margin-top: 35px;
}


.pd_price .actual_price {
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.02em;
	margin-left: 10px;
    color: #ff7800;
}

.pd_price .old_price {
    font-weight: 500;
    font-size: 36px;
	line-height: 130%;
    text-transform: uppercase;
    color: #B5B5B5;
    text-decoration: line-through;
    margin-left: 20px;
}

.pd_price {
    display: flex;
}

.pd_control_block {
    _margin-bottom: 16px;
}
.pd_rating_star svg {
    width: 18px;
    height: 18px;
    color: #EAB996;
}

.pd_rating {
    display: flex;
    align-items: center;
}

.pd_rating_star {
    display: flex;
    align-items: center;
}

.pd_rating_reviews a {
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    border-bottom: 1px dashed #b3b3b3;
    margin-left: 12px;
}
.pd_rating_reviews a:hover {
    border-bottom-style: solid;
}
.pd_rating_star svg:not(:last-child) {
    margin-right: 2px;
}
.pd_title {
    margin-bottom: 16px;
	grid-column: 1 / -1;
}
.pd_images_list {
    justify-content: space-between;
	_padding-right:30px;
}

.pd_images_list > .pd_image {
    display: flex;
    position: relative;
    justify-content: center;
    cursor: pointer;
}

.product_gallery_block .pd_images {
    display: flex;
    flex-wrap: wrap; /* Дозволяємо елементам переноситися на новий рядок, якщо потрібно */
    justify-content: center; /* Рівномірно розподіляємо доступний простір між елементами */
    margin-top: 15px;
    margin-bottom: 20px;
}

.product_gallery_block .pd_image {
    margin: 3px; /* Задаємо відстань між елементами внизу */
    position: relative;
	cursor:pointer;
}

.product_gallery_block .pd_image img {
    width: auto;
    height: 15vw;
    object-fit: cover;
}



/*
.pd_images_block .pd_images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
	grid-row-gap: 15px;
    margin-top: 15px;
    _overflow: hidden;
	_width: 770px;
	margin-bottom: 20px;
}
*/
.pd_images_block .pd_images .pd_image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}
.pd_images_block .pd_images .pd_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd_images_block .pd_images .pd_image:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(136 124 191 / 10%);
	opacity: 0;
	transition: all .3s ease;
}

.pd_images_block .pd_images .pd_image:hover:after {
    opacity: 1;
}



.pd_images_list > .pd_image img {
    width: 100%;
    max-height: 100%;
}

.pd_images .pd_image:hover {
    border-color: #CCA172;
}

.pd_image.no_image {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd_image.no_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .4;
}
.pd_option_name span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

.optionProductVal input[type="radio"] {
    display: none;
}

.optionProductVal.active .optionVal {
    background-color: #353535;
    color: #ffffff;	
}

.optionProductVal .optionVal {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    border: solid 1px #D4D4D4;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}
.pd_option_radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.optionProductVal input[type="radio"]:not(:disabled) + .optionVal:hover {
    border-color: #CCA172;
}

/*
.optionProductVal input[type="radio"]:checked + .optionVal {
    background-color: #353535;
    color: #ffffff;
}
*/

.optionVal.active {
    background-color: #353535;
    color: #ffffff;	
}

.optionProductVal input[type="radio"]:disabled + .optionVal:after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(351deg);
    background-color: rgb(53 53 53 / 50%);
}

.optionProductVal input[type="radio"]:disabled + .optionVal {
    cursor: default;
    opacity: .6;
}
.pd_option_name {
    margin-bottom: 15px;
}

.pd_option:not(:last-child) {
    margin-bottom: 42px;
}
.optionProductImg span {
    max-width: 190px;
    max-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    _transition: all .2s ease;
    position: relative;
	border: 1px solid #ccc;
	padding:1px;
	opacity: 0.9;
}
.optionProductImg span:hover {
	border: 2px solid #000;
	opacity: 1;
}

.optionProductImg span.active {
	border: 2px solid #000;
	opacity: 1;
}

.optionProductImg span img {
    max-width: 100%;
    max-height: 100%;
}

.optionProductImg input[type="radio"] {
    display: none;
}

.pd_option_picture {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
}


.pd_option_picture.tracks .option_tip{text-align:center; margin-top:10px;}

.optionProductImg input[type="radio"]:checked + span {
    border-color: #CCA172;
}
.optionProductImg input[type="radio"]:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(204 161 114 / 15%);
}
.optionProductStatic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
}
.pd_options {
	display: flex;
    flex-direction: column;	
}
.pd_options .optionProductStatic .pd_option_name,
.pd_options .optionProductStatic .pd_option_value {
    margin: 0;
    text-transform: none;
    position: relative;
    font-size: 16px;
    color: #222222;
}

.pd_options .optionProductStatic .pd_option_name:after {
	content: "";
	display: block;
	width: calc(100% - 6px);
	position: absolute;
	border-bottom: dashed 1px rgb(208 208 208);
	bottom: 3px;
	left: 0;
}
.optionProductStatic .pd_option_name span {
    position: relative;
    z-index: 1;
    padding-right: 6px;
    font-size: 16px;
    color: #868E9D;
    line-height: 16px;
    font-weight: normal;
}

.optionProductStatic .pd_option_name span:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: -1;
}

.pd_option.optionProductStatic:not(:last-child) {
    margin-bottom: 30px;
}
.pd_label_bg span {
    font-weight: bold;
    font-size: 12px;
    line-height: normal;
    color: #FFFFFF;
}

.pd_label_bg {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
	text-align: center;
}

.pd_labels {
    display: flex;
    align-items: center;
}

.pd_label:not(:last-child) {
    margin-right: 10px;
}

.pd_free_block .favorites_button {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 31px rgba(153, 145, 210, 0.15);
    border-radius: 50%;
    transition: all .3s ease;
}

.pd_free_block .favorites_button svg {
    width: 24px;
    height: 24px;
}

.pd_free_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pd_free_block.pd_free_block_indent {
    _width: calc(100% - 106px);
}

.pd_column {
    position: relative;
}

.pd_free_block {
	position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}
.pd_control_order_row {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-row-gap: 10px;
}

.pd_control_order_column:nth-child(3) {
    grid-column: 1/3;
}

.pd_control_order_quantity .quantity {
    width: 125px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    background-color: #F2F2F2;
}


.pd_control_order_quantity .quantity button {
    border: none;
    background-color: transparent;
    width: 45px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #887cbf;
    cursor: pointer;
    padding: 18px 0;
    transition: all .3s ease;
}

.pd_control_order_quantity .quantity input {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    border: none;
}
.pd_control_order_quantity .quantity button svg {
    width: 12px;
    height: 12px;
}
.pd_control_order {
    margin-top: 25px;
}

.pd_control_order_quantity .quantity button:hover {
    background-color: #c3bddf;
    color: #ffffff;
}

.pd_control_order_quick a {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222222;
    transition: all .3s ease;
}

.pd_control_order_quantity {
    margin-right: 25px;
}

.pd_control_order_quick a:hover {
    background-color: #353535;
    color: #ffffff;
}
.pd_control_order_to_cart {
	_display:none;
}

.pd_control_order_to_cart a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
	background-color: #000;
    _background-color: #887CBF;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: all .3s ease;
	margin-top: 10px;
}
.pd_control_order_to_cart a svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.pd_control_order_to_cart a:hover {
    background-color: #373737;
}
.pd_arbitrary_right_block .block_head {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    margin: 0;
    text-align: left;
    margin-bottom: 15px;
}

.pd_arbitrary_right_block .block_body, .pd_arbitrary_right_block .block_body p {
    font-size: 16px;
    line-height: 20px;
    color: #868E9D;
}

.block_body .content_design picture {
	float:left;
	margin-right: 20px;
}


.pd_arbitrary_right_block .block_arbitrary:not(:last-child) {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.pd_arbitrary_right_block {
    margin-top: 22px;
    margin-bottom: 40px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.pd_bottom_row {
    display: grid;
    margin-top: 50px;
    background-color: #ffffff;
    padding: 48px 60px 40px;
}

.pd_column_title {
    font-size: 30px;
    line-height: 130%;
/* identical to box height, or 39px */
    letter-spacing: 0.02em;
    text-transform: uppercase;

/* Black */
    color: #111111;
    margin-bottom: 35px;
}
.pd_characteristics .pd_option_value {
    line-height: 22px;
}

.pd_characteristics .pd_option_name {
    line-height: 22px;
}

.pd_characteristics .pd_options .optionProductStatic .pd_option_name:after {
    bottom: 5px;
}

.pd_characteristics .optionProductStatic:not(:last-child) {
    margin-bottom: 22px;
}

.pd_column_characteristics, .pd_column_description, .pd_column_videos, .pd_column_files {
    margin-bottom: 70px;
}

.pd_review {
  display: flex;
  flex-direction: column;
  gap: 50px; 
}

.pd_review_content,
.pd_review_form {
  flex: 1 1 0;
  min-width: 0;
}


.pd_review_comment {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-top: 18px;
}

.pd_review_item {
    background-color: #F4F7FB;
    padding: 20px 25px;
}

.pd_review_author {
    font-size: 14px;
    line-height: 24px;
    color: #868E9D;
}

.pd_review_date {
    font-size: 14px;
    line-height: 24px;
    color: #868E9D;
}

.pd_review_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/* кнопки відгуків */
.edit_review {
	text-align: right;
}

.edit_review a {
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
    color: #ff0000;
}

.edit_review a {
    display: inline-block;
    padding: 6px 12px;
    margin-left: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
    border-radius: 4px;
    transition: background-color 0.2s, border-color 0.2s;
}

.edit_review a:hover,
.edit_review a:focus {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #fff;
}

.edit_review a.ajax-delete-review {
    background-color: #dc3545;
    border-color: #dc3545;
}

.edit_review a.ajax-delete-review:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.edit_review a.ajax-approve-review {
    background-color: #28a745;
    border-color: #28a745;
}

.edit_review a.ajax-approve-review:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.edit_review a.ajax-edit-review {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.edit_review a.ajax-edit-review:hover {
    background-color: #117a8b;
    border-color: #10707f;
}

/* Модалка редагування відгуків*/
/* Півпрозорий фон на весь екран */
#edit-review-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;            
  align-items: center;      
  justify-content: center;  
  z-index: 1000;            
}

/* Вікно всередині модалки */
#edit-review-modal .modal-content {
	position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
}

/* Кнопка закриття */
#edit-review-modal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.edit-review-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

#edit-review-form label {
	margin-bottom: 5px;
    display: block;	
}


.pd_review_rating_expose {
    unicode-bidi: bidi-override;
    direction: rtl;
    position: absolute;
    z-index: 1;
}

.pd_review_rating_expose a {
    color: #eab996;
    display: inline-flex;
    opacity: 0;
    transition: all .3s ease;
}
.pd_review_rating_expose a:hover ~ a, .pd_review_rating_expose a:hover {
    opacity: 1;
}

.pd_review_rating_block {
	position: relative;
	height: 22px;
	width: 100%;
}

.pd_review_rating_exposed {
    position: absolute;
    color: #eab996;
}

.pd_review_rating form {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.pd_review_rating_title {
    font-weight: 500;
    margin-right: 10px;
    font-size: 18px;
}
.pd_review_comment_title {
    font-weight: 500;
    margin-right: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}

.pd_review_comment_form form textarea, .pd_review_comment_form form input {
    width: 100%;
    margin-bottom: 10px;
}

.pd_review_rating {
    margin-bottom: 15px;
}

.pd_review_comment_form form textarea {
    height: 140px;
}
.system_message {
    text-align: center;
    background-color: rgb(234 185 150 / 12%);
    border: solid 1px #eab996;
    color: #868E9D;
    font-size: 14px;
    padding: 10px 10px;
	height: 40px;
}
.system_message.good {
    background-color: rgb(227 255 232);
    border: solid 1px #8bd08d;
    color: #46a749;
}
.system_message.error {
    border: solid 1px #f58567;
    background-color: rgb(255 150 129 / 12%);
    color: #f3613a;
}
.pd_review_item:not(:last-child) {
    margin-bottom: 20px;
}



.discounts_clients_label svg {
    width: 40px;
    height: 40px;
}

.discounts_clients_label {
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 35px;
}

.discounts_clients {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
}
.pd_arbitrary_bottom_block {
    margin-top: 70px;
    margin-bottom: 70px;
}

.discounts_clients_content.content_design a {
    text-decoration: underline;
}

.discounts_clients_content.content_design a:hover {
    text-decoration: none;
}
.is_left_blocks {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 50px;
}

.left_blocks {
    width: 300px;
}
.sub_categories a {
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.sub_categories a:not(:last-child) {
    margin-right: 30px;
}

.sub_categories a:not(:first-child):before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    position: absolute;
    background-color: #222222;
    border-radius: 50%;
}

.sub_categories a span {
    color: #868E9D;
}
.sub_categories a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(85 86 88 / 50%);
    transition: width .3s ease;
}

.sub_categories a:hover:after {
    width: 100%;
}
.category_control.category_control_row {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 20px;
}
.category_control_product_count {
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    position: relative;
}

.category_control_product_count span {
    color: #868E9D;
}

.category_control_column:last-child {
    display: flex;
    align-items: center;
}

.category_control select {
    background-color: transparent;
    border: solid 1px #353535;
    padding: 5px 10px;
	cursor: pointer;
}

.category_control_product_view a {
    color: #353535;
    font-size: 20px;
    transition: all .3s ease;
}

.category_control_product_count_display {
    margin-right: 15px;
}

.category_control_product_sort {
    margin-right: 15px;
}

.sub_categories {
    margin: 40px 0;
    overflow: hidden;
}

.category_control_product_view a:not(:last-child) {
    margin-right: 8px;
}

.category_products_load a {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #ffff;
    height: 100%;
    border: 1px solid #222222;
    transition: all .3s ease;
    padding: 10px;
    display: inline-block;
    margin: 35px auto 0;
    background: #887CBF;
}
.category_products_load {
    display: flex;
}

.category_products_load a:hover {
    background-color: #222222;
    color: #ffffff;
}
.category_products_load a.disabled {
    opacity: .4;
    cursor: default;
}

.category_products_load a.disabled:hover {
    background-color: inherit;
    color: inherit;
}
.category_control_product_view a:hover, .category_control_product_view a.active {
    color: #887cbf;
}

.category_control select:hover {
    border-color: #CCA172;
}

.category {
    position: relative;
    margin-bottom: 50px;
}
.products_block[data-product-view="list"] {
    display: block;
}

[data-product-view="list"] .product_brief_image {
	width: 370px;
    height: 400px;
    overflow: hidden;
	margin-right: 25px;
}

[data-product-view="list"] form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

[data-product-view="list"] .product_brief_block {
    padding: 20px;
    box-shadow: 0px 3px 1px 0px #ccc;
    margin-bottom: 1px;
}

[data-product-view="list"] .product_labels_block {
    left: +25px;
    top: +25px;
}



[data-product-view="list"] .product_label_text {

}

[data-product-view="list"] .product_brief_title {
    flex: 1;
    margin-top: 0;
    height: auto;
}

[data-product-view="list"] .product_brief_title a {
	margin-bottom: 7px;
}


[data-product-view="list"] .product_brief_title a div {
    display: inline-block;
}


[data-product-view="list"] .product_brief_price {
	padding-right: 0;
    position: absolute;
    bottom: 35px;
    margin: 0 auto;
    right: 45px;
}

[data-product-view="list"] .product_brief_free_block {
    right: -4px;
    bottom: 10px;
    top: auto;
}
[data-product-view="list"] .product_brief_image img {

}

[data-product-view="list"] .list-descr {
	display: block;
    line-height: 22px;
    color: #222;
}

[data-product-view="list"] .list-moreinfo {
    margin-top: 15px;
    text-align: right;
}

[data-product-view="grid"] .list-moreinfo {
	display:none;
}

[data-product-view="grid"] .list-descr {
	display:none;
}

[data-product-view="list"] .product_brief_image a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-price {
    display: flex;
    align-items: center;
}

.filter-price-from, .filter-price-to {
    display: flex;
    align-items: center;
}

.filter-price-from input, .filter-price-to input {
    width: 100%;
    margin: 0 8px;
    padding: 5px 5px;
    background-color: #FFFFFF;
    border: solid 1px #EBEDEF;
}

.filter-price-from {
    margin-right: 20px;
}

.filter-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: #887cbf;
    padding: 12px 12px;
}

.filter-item-options label:not(:last-child) {
    margin-bottom: 15px;
}

.filter-item-options {
    padding: 15px 15px;
    background-color: #ffffff;
}
#filterContent {
}
label.checkbox .nameoption, label.radio .nameoption {
    font-size: 14px;
    line-height: 18px;
    color: #353535;
    transition: color .3s ease;
}

label.checkbox, label.radio {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 10px;
    cursor: pointer;
}

label.checkbox input[type="checkbox"],
label.radio input[type="radio"] {
    display: none;
}

label.checkbox .checkicon,
label.radio .radioicon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #9fa6bd;
    position: relative;
    margin-top: 2px;
}
label.radio .radioicon {
	border-radius: 50%;
}
label.checkbox input[type="checkbox"] + .checkicon:before,
label.radio input[type="radio"] + .radioicon:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #353535;
	opacity: 0;
	transition: all .3s ease;
}

label.radio input[type="radio"] + .radioicon:before {
	border-radius: 50%;
}

label.checkbox:hover input[type="checkbox"] + .checkicon:before,
label.radio:hover input[type="radio"] + .radioicon:before {
    opacity: .2;
}

label.checkbox input[type="checkbox"]:checked + .checkicon:before,
label.radio input[type="radio"]:checked + .radioicon:before {
    opacity: 1;
}

#filterReset span.filterhref {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #222222;
    display: inline-block;
    padding: 10px 15px;
    transition: all .3s ease;
    cursor: pointer;
}

#filterReset span {
    display: none;
}

.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#filterSlider {
    width: calc(100% - 20px);
    margin: 15px auto 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #b1b1b1;
    border: none;
    border-radius: 3px;
}

#filterReset {
    text-align: center;
    margin-top: 15px;
}

#filterReset span.filterhref:hover {
    background-color: #353535;
}
ul.category_tree_menu {
    /* border: solid 1px #cfc4ff; */
    padding: 15px 0px;
    background-color: #ffffff;
}

ul.category_tree_menu a {
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    transition: color .3s ease;
    position: relative;
}

ul.category_tree_menu li.category_item {
    padding: 0 15px;
}

ul.category_tree_menu li.category_item:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 15px;
}
ul.sub_category_menu {padding-left: 15px;margin-top: 30px;grid-column: 1 / 3;display: none;}

li.sub_category_item:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: solid 1px #EBEDEF;
    padding-bottom: 15px;
}

li.has_sub_category {
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
}

.open_sub_category_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: solid 1px #353535;
    cursor: pointer;
    position: relative;
    opacity: .5;
    transition: all .3s ease;
}
.open_sub_category_item:hover {
    opacity: 1;
}
.open_sub_category_item:after, .open_sub_category_item:before {content: "";display: block;background-color: #353535;position: absolute;transition: all .3s ease;}

.open_sub_category_item:after {
    width: calc(100% - 4px);
    height: 1px;
}

.open_sub_category_item:before {
    width: 1px;
    height: calc(100% - 4px);
}

.open_sub_category_item.active:before {
    height: 0;
}
ul.category_tree_menu a.active {
    color: #887cbf;
}

ul.category_tree_menu a:hover {
    color: #887cbf;
}

.category_pagination noindex a,
.category_pagination span {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    height: 100%;
    border: 1px solid #222222;
    transition: all .3s ease;
    padding: 8px 12px;
    display: inline-block;
}
.category_pagination span {
	opacity: .4;
    cursor: default;
}
.category_pagination a, .category_pagination b {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    height: 100%;
    border: 1px solid #222222;
    transition: all .3s ease;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 34px;
}
.category_pagination a:hover {
    background-color: #222222;
    color: #ffffff;
}
.category_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.category_pagination>*:not(:last-child) {
    margin-right: 5px;
}

.category_pagination b {
	opacity: .4;
	cursor: default;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.wrapper main {
    flex: 1;
	margin-top: 110px;
}
.block_spoiler_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.block_spoiler_title svg {
    width: 30px;
    height: 30px;
    margin-right: 22px;
}

.block_spoiler_head span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
}

.block_spoiler_head span:before, .block_spoiler_head span:after {content: "";display: block;position: absolute;top: 50%;left: 50%;width: 100%;height: 2px;background-color: #222222;transition: all .3s ease;}

.block_spoiler_head span:before {transform: translate(-50%, -50%);}

.block_spoiler_head span:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.block_spoiler_title {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 27px;
    color: #222222;
    padding: 16px 0;
    transition: color .3s ease;
}

.block_spoiler:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
}
.block_spoiler_head:hover .block_spoiler_title, .block_spoiler_head:hover {
    color: #887cbf;
}
.block_spoiler_body {
    padding: 15px 0 40px;
    display: none;
}
.block_spoiler.active .block_spoiler_title {
    color: #887cbf;
}

.block_spoiler.active .block_spoiler_head span:after {
    width: 0;
}

.block_spoiler.active .block_spoiler_head span:before {
    background-color: #887cbf;
}


.block_container_100 .content_design {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center; 
	padding-bottom: 50px;
	gap: 25px;
}

.block_container_100 .content_design div {
	display: flex;
    flex-direction: column;
}

.block_container_100 .content_design .img {
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 15px;
}

.block_container_100 .content_design .text {
	flex: 1 1 auto;	
}


.block_container_100 .content_design a {
	color:#fff;
	font-weight: bold;
}

.block_container_100 .block_body .content_design picture {
	float: none;
}

.block_container_100 .content_design .img img {
	object-fit: cover;
    width: 100%;	
	margin: 0;
}

.block_container_100  .cta-button-slider {
	margin-top: 5px;
}


.content_design {
    padding: 9px 20px;
}

.content_design, .content_design p {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
}
.content_design img {
    max-width: 100%;
    margin: 15px;
}
.content_design p {
    margin-bottom: 10px;
}

.content_design a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #CCA172;
}

.content_design a:hover {
    text-decoration: underline;
}
.content_design h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.content_design h3 {
    margin-top: 28px;
}
.content_design h4 {
    margin-top: 35px;
}
.content_design thead {
    background-color: #408DE4;
    border: solid 1px #408DE4;
}

.content_design thead td, .content_design thead th {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.content_design table {
    width: 100%;
}

.content_design tbody td, .content_design tbody th {
    border: solid 1px #EAEAEA;
    font-size: 14px;
    line-height: 24px;
    color: #575757;
    text-align: center;
    box-sizing: border-box;
}

.content_design tbody tr:nth-child(even) {
    background-color: #F9F9F9;
}

.breadcrumbs-list span.separator {
    margin: 0 15px;
}
.block_container.block_container_54, .block_container.block_container_55, .block_container.block_container_56, .block_container.block_container_57, .block_container.block_container_28, .block_container.block_container_61, .block_container.block_container_60, .block_container.block_container_62, .block_container.block_container_63, .block_container_101, .block_container_102, .block_container_103 {
    margin-top: 0;
    margin-bottom: 0;
}
.left_blocks .block_container:first-child {
    margin-top: 0;
}

.left_blocks .block_container {
    margin-bottom: 50px;
    margin-top: 50px;
}
.pd_free_block .favorites_button svg {
    width: 22px;
    height: 22px;
}

.pd_free_block .favorites_button:hover {
    background-color: #b1a7de;
    color: #ffffff;
}

.pd_free_block .favorites_button.active {
    background-color: #887cbf;
    color: #ffffff;
}
.shopping_cart_modal .system_message, .shopping_cart .system_message {
    margin: 25px 0;
}
.message_min_order {
    position: absolute;
    white-space: nowrap;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: rgb(252 246 242);
    border: solid 1px #eab996;
    color: #868E9D;
    font-size: 12px;
    padding: 6px 8px;
    display: block;
}

.message_min_order:before {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-bottom: 10px solid #eab996;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}
/* Shopping cart */
.sc_table_product_image {
	position:relative;
}

.sc_table_product_image a {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.sc_table_product_image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.sc_table_product_image.no_image a {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc_table_product_image.no_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .4;
}

.sc_table_product_quantity .cart_quantity {
    width: 90px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    border: solid 1px #D4D4D4;
    margin: 0 auto;
}

.sc_table_product_quantity .cart_quantity button {
    border: none;
    background-color: transparent;
    width: 25px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    cursor: pointer;
    padding: 8px 0;
    transition: all .3s ease;
}

.sc_table_product_quantity .cart_quantity input {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    max-width: 100%;
    margin-bottom: 0;
    border: none;
}
.sc_table_product_quantity .cart_quantity button svg {
    width: 12px;
    height: 12px;
}
.sc_table_product_quantity .cart_quantity button:hover {
    background-color: #887cbf;
    color: #ffffff;
}

.sc_table_product_title a {
    font-size: 18px;
    transition: color .3s ease;
	font-weight: bold;
}
.sc_table_product_title a span {
	font-size:12px;
	font-weight: normal;
} 

.sc_table_product_cost span {
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    white-space: nowrap;
}

.sc_table_product_cost span span {
	font-size: 10px;
}

.sc_table_column {
    padding: 10px 0;
    border-bottom: 1px solid #E4EAF1;
    position: relative;
    vertical-align: middle;
}

.sc_table_product_title {
	padding: 0 25px;
	text-align: left;
	width: 45%;
}

.sc_table_product_cost {
    padding: 0 25px;
    text-align: left;
}

.sc_total_row {
    display: grid;
    justify-content: flex-end;
    align-items: center;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}

.sc_total_row .sc_total_column:first-child {
    font-weight: 400;
}

.sc_total_row .sc_total_column {
    font-weight: 600;
    font-size: 18px;
    color: #222222;
}

.sc_total_row .sc_total_column span span {
    font-size: 15px;
}

.sc_total_block {
    margin-top: 25px;
}

.sc_table_product_title a:hover {
    color: #CCA172;
}

.sc_table_product_remove {
    padding-right: 20px;
	color: #de5c5c;
    cursor: pointer;	
}
.sc_table_product_remove a {
    color: #de5c5c;
    opacity: .7;
    transition: all .3s ease;
    cursor: pointer;
}
.sc_table_product_remove a:hover {
    opacity: 1;
}

.sc_button_block {
    margin-top: 25px;
}
.sc_table {
	width: 100%;
	background-color: #ffffff;
}
.sc_table_product_code {
    padding-right: 25px;
    text-align: left;
}
.cart .system_message {
    margin-bottom: 35px;
}
.sc_button_block .button, .sc_button_block .button_border {
	padding: 19px 15px;
}
div#fuzz {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: 9;
    background-image: url('/data/images/loader.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.sc_info_order_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
}

.sc_info_order_title {
    font-weight: 600;
    font-size: 22px;
    color: #222222;
    margin-bottom: 25px;
}

.sc_info_order_title i {
    font-size: 20px;
    margin-right: 10px;
}

label {
}

label .text_label {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #868E9D;
    margin-bottom: 4px;
}

.sc_info_order_client input, .sc_info_order_client select, .sc_info_order_client textarea {
    width: 100%;
}
.sc_info_order_client label, .quick_order label {
    margin-bottom: 15px;
    display: block;
}

.sc_info_order {
    margin-top: 50px;
}

.sc_info_order_shipping, .sc_info_order_payment {
    margin-bottom: 50px;
}

.sc_info_order_column table {
    border: solid 1px #EBEDEF;
}

.sc_info_order_column table td {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
}



.sc_info_order_column table tr:first-child td, .sc_info_order_column table tr:last-child td {
}

.sc_info_order_column table tr:first-child td {
    padding-top: 20px;
}

.sc_info_order_column table tr:last-child td {
    padding-bottom: 20px;
}

.shipping-description, .payment-description {
    color: #868E9D;
}

.shipping-cost {
    color: #887cbf;
}

.shippingCities {
    margin-top: 5px;
}

.shippingCities input {
    width: 100%;
}
.cart {
    margin-bottom: 50px;
}

#totalCost {
    font-weight: 600;
    font-size: 18px;
    color: #222222;
    margin-right: 15px;
}

#totalCost span {
    font-weight: 400;
    margin-right: 6px;
}

#totalCost span span{
   font-size: 15px;
}

.sc_info_order_shipping label {
    line-height: 22px;
}

.text_label.required_field:after {content: "*";color: rgb(255 0 0 / 50%);margin-left: 3px;}
.sc_info_order_payment label, .sc_info_order_shipping label {
    display: block;
    cursor: pointer;
	margin-top: 9px;
}
.shipping-address textarea {
    width: 100%;
    margin-top: 5px;
}
.contact_form .button {
    padding: 18px 34px;
}

ul.contact_wrap_phone li a {
    font-size: 24px;
}
ul.contact_wrap_phone li:not(:last-child) {
    margin-bottom: 8px;
}

ul.contact_wrap_otherInfo li {
    font-size: 18px;
    color: #000;
}

ul.contact_wrap_otherInfo li i {
    color: #3D3D3D;
    font-size: 20px;
    text-align: center;
}

ul.contact_wrap_otherInfo li.icon {
    display: grid;
    grid-template-columns: 22px 1fr;
    grid-column-gap: 15px;
    align-items: center;
}

ul.contact_wrap_otherInfo {
    margin-top: 30px;
}

ul.contact_wrap_otherInfo li:not(:last-child) {
    margin-bottom: 15px;
}
.contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.contact_form input, .contact_form textarea {
    width: 100%;
}
.contact_form h3 {
    text-transform: uppercase;
    margin-bottom: 23px;
    text-align: center;
    font-size: 20px;
}
.contact_form input {
    margin-bottom: 12px;
}
.contact_form textarea {
    height: 100px;
}
.contact_form .button {
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
.contact_info {
    box-sizing: border-box;
    padding-top: 40px;
}

ul.contact_wrap_phone li a b {
    font-weight: bold;
}
.contact_icon_social a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #8e8e8e;
    transition: all .3s ease;
}

.contact_icon_social {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.contact_icon_social li:not(:last-child) {
    margin-right: 10px;
}

.contact_icon_social a:hover {
    background-color: #353535;
    color: #ffffff;
}
.sc_info_order_column table label {
    margin-bottom: 0;
}
.left-nav ul {border-right: solid 1px #e8e8e8;background-color: #ffffff;}

.left-nav ul li a:before {
    content: "";
    position: absolute;
    left: -1px;
    background-color: #353535;
    height: 100%;
    width: 4px;
    top: 0;
    opacity: 0;
}

.left-nav ul li a {/* text-transform: uppercase; */display: block;box-sizing: border-box;line-height: 23px;padding: 15px 23px 13px;border-bottom: solid 1px #e8e8e8;border-left: solid 1px #e8e8e8;position: relative;color: #777777;font-size: 14px;}

.profile_menu_img {margin-right: 14px;}


.left-nav ul li.active a:before, .left-nav ul li:hover a:before {opacity: 1;}
.input-field-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin-top: 25px;
}

.input-field label {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    cursor: pointer;
}




.form-info {
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
    padding: 18px 20px;
    margin: 0px 0 25px;
}
span.label_title {
    display: block;
}
.input-field .checkbox {display: none;}
.input-field .checkbox + label span.label_checkbox {
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #e8e8e8;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-top: 5px;
}
.input-field .checkbox:checked + label span.label_checkbox {
	background: #3b83d4;
}
.input-field .checkbox + label span.label_checkbox:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}
.input-field .checkbox:checked + label span.label_checkbox:after {
	left: 26px;
}
.input-field span.important {
    color: #ff697a;
}
.user-panel-wrapper {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 266px calc(100% - 298px);
}

.left-nav ul li:first-child a {
    border-top: solid 1px #e8e8e8;
}

.profile_menu_wrap {
    display: flex;
    align-items: center;
}
.order-info-head {
    display: grid;
    grid-template-columns: 18% 16% 26% 25% 15%;
    grid-column-gap: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 17px;
}

.item-short-info {
    display: grid;
    grid-template-columns: 18% 16% 26% 25% 15%;
    align-items: center;
}

.order-info-head span:not(:first-child) {
    padding-left: 15px;
}

.item-short-info > div:not(:first-child) {
    padding-left: 15px;
}

.order-products .products ul li {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}
.order-products .products ul li:not(:last-child) {
    margin-bottom: 7px;
}
.order-products .products ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #353535;
}

.order-products .products img {
    max-width: 100%;
}

.order-products {
    display: flex;
    align-items: center;
}

.item-details-table-head {
    display: grid;
    grid-template-columns: 16% 35% 19% 15% 15%;
    grid-column-gap: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 17px;
}
.item-details-table-body .item-details {
    display: grid;
    grid-template-columns: 16% 35% 19% 15% 15%;
    grid-column-gap: 0px;
    align-items: center;
}
.item-details-img {
    width: 100px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.item-details-name {
    padding: 0 10px;
    line-height: 20px;
}
.item-details-img img {
    max-width: 100%;
    max-height: 100%;
}

.item-details-table-head > div {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.order-info-head span {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.order-info-head span a {
    color: #777777;
    line-height: 24px;
    text-decoration: underline;
}
.order-info-head span a:hover {
	text-decoration: none;
}

.order-info-body .order-item:not(:last-child) {
    border-bottom: dashed 1px #e0e0e0;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.hidden-info-wrapper {
    display: none;
}

.item-short-info > * {
    font-size: 14px;
}

.item-short-info .order-cost {
    font-weight: 600;
    color: #222222;
}

.order-products span {
    margin-right: 8px;
}
.order-staus.status-in-progress {
    color: #ffd200;
}
.order-staus.status-done {
    color: #3bca00;
}

.order-staus.status-canceled {
    color: #ff6976;
}
.link-spoiler a {
    color: #222222;
    position: relative;
    text-decoration: underline;
}

.link-spoiler {
    box-sizing: border-box;
}

.link-spoiler a:after {content: "\f106";right: -17px;top: 50%;position: absolute;font-family: "Font Awesome 5 Pro";color: #222222;transform: translateY(-50%) rotate(180deg);transition: all .3s ease;}

.link-spoiler a:hover {
    text-decoration: none;
}
.order-info {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #232323;
    margin: 45px 0 27px;
}

.order-table-history {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 8px;
}


.item-details-table-body .item-details:not(:last-child) {
    border-bottom: dashed 1px #e0e0e0;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.item-details-table-body .item-details > * {
    font-size: 14px;
}

.order-info-detalied {
    margin-bottom: 50px;
}

.final-sum {
    margin-top: 13px;
    box-sizing: border-box;
    padding: 10px 7px 10px 0;
    display: grid;
    justify-content: flex-end;
    flex-direction: column;
}


.final-sum div span:first-child {
    text-align: right;
}

.final-sum div:not(:last-child) {
    margin-bottom: 13px;
}

.final-sum div span:last-child {
    /* margin-left: 8px; */
    text-transform: lowercase;
}

.final-sum:before {display: block;position: absolute;width: 50%;top: -15px;right: 0;background-color: #e0e0e0;height: 1px;}
.item-details-price {
	color: #222222;
	font-weight: 500;
}
.final-sum div:nth-child(1) span:first-child,
.final-sum div:nth-child(2) span:first-child {
    font-size: 16px;
}
.final-sum div:nth-child(1) span:last-child,
.final-sum div:nth-child(2) span:last-child {
}

.final-sum div span:first-child {
    font-size: 16px;
}
.final-sum div span:last-child {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    line-height: 15px;
}

.final-sum > div {
    display: grid;
    grid-template-columns: 1fr 120px;
    grid-column-gap: 11px;
    align-items: center;
}


.final-sum > div span:last-child {
    text-align: left;
}
.item-details-table-body .item-details > div {
    box-sizing: border-box;
}

.order-item.collapsed .link-spoiler a:after {
    transform: translateY(-50%) rotate(0deg);
}
.order-table-history div {
    display: flex;
}

.order-table-history div span:last-child {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 300;
	color: #232323;
	line-height: 20px;
}

.order-table-history div span:first-child {
    color: #777777;
    font-size: 14px;
    line-height: 20px;
}
.input-field-wrap input, .input-field-wrap select, .input-field-wrap textarea {
    width: 100%;
}

.title_user_panel {
    font-size: 20px;
    margin-bottom: 25px;
}

.title_user_panel i {
    font-size: 18px;
    margin-right: 10px;
}
.user-panel-wrapper .system_message {
    margin-bottom: 8px;
}

.f_o_h_number_status_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
}

.f_o_h_status_input label {
    white-space: nowrap;
    margin-bottom: 20px;
}
.filter_order_history {
    box-sizing: border-box;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
    padding: 25px;
    margin-top: 50px;
    background-color: #ffffff;
}

.f_o_h_status_input {
    display: flex;
    flex-wrap: wrap;
}

.f_o_h_number_name label, .f_o_h_status_name label {
    margin-bottom: 22px;
}


.input-field input, .input-field select, .input-field textarea {
    width: 100%;
    margin-bottom: 12px;
}
.f_o_h_number_input input {
    width: 100%;
}
label.checkbox input[type="checkbox"]:disabled + .checkicon {
    opacity: .6;
}
.f_o_h_status_input label:not(:last-child) {
    margin-right: 20px;
}

.final-sum > div:first-child {
    border-top: solid 1px #e0e0e0;
    padding-top: 15px;
}

.order-item {
    padding: 12px 0;
}
.dateNewsAdd {
    display: flex;
    justify-content: flex-end;
    color: #9fa6bd;
    margin-top: 25px;
}

.dateNewsAdd i {
    font-size: 14px;
    margin-right: 5px;
}
.blueButPrice {
	margin:30px 0;
}

.content_design table .priceTable.gre .priceListHead td.lt {
  background: #353535;
}

.content_design table.gre td.lt {
  background: #353535;
  color: #fff;
  font-weight: 700;
  padding: 12px 0 12px 16px;
}

.content_design table .priceTable.gre td.lt {
  background: #f4f4f4;
}

.content_design table .ptbl td {
  vertical-align: middle;
  text-align: left;
  padding: 10px 8px;
}

.content_design table.gre td {
  background: #fff;
}

.content_design table.gre a {
  color: #536475;
}

.priceBut {
  margin-top:20px;
  border-radius:3px;
}
.content_design table.print td {
    padding: 7px;
}

.content_design table.print {
    margin-bottom: 20px;
    margin-top: 20px;
}
.ui-menu .ui-menu-item .searchItemImg {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.ui-menu .ui-menu-item .searchItemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: solid 1px #CCA172;
    background: #CCA172;
    font-weight: normal;
    color: #fff;
}

.ui-menu .ui-menu-item .searchItemText span:first-child {
    margin-bottom: 4px;
}
.order_success_row {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 40px;
}

.order_success_info {
    max-width: 450px;
    background-color: #f5f5f5;
    padding: 30px 30px;
    position: relative;
}

.order_success_info_row {
    display: grid;
    grid-template-columns: auto 1fr;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.order_success_info:after {content: "";display: block;width: calc(100% - 20px);height: calc(100% - 20px);top: 50%;left: 50%;transform: translate(-50%, -50%);position: absolute;z-index: 0;border: dashed 1px #CCA172;box-sizing: border-box;}

.os_table {
    font-size: 14px;
    line-height: 18px;
}

.os_table_product_image img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.os_table_column {
    vertical-align: middle;
}

.os_table thead th {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
}

.os_table_row th, .os_table_row td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-bottom: 1px solid #E4EAF1;
}

.os_table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.os_table tbody td.os_table_product_sum {
    font-weight: 500;
	min-width: 100px;
}

.os_table tbody td.os_table_product_sum span span {
   font-size: 10px;
}

.os_table tbody td.os_table_product_cost span span {
   font-size: 10px;
}

.order_success_title {
    line-height: 26px;
    margin-bottom: 22px;
    font-size: 18px;
}

.order_success_info_column:nth-child(odd) {
    font-weight: 500;
    padding-right: 15px;
}

.order_success_sum_row {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    justify-content: flex-end;
    margin: 15px 15px 0px 0px;
    font-size: 18px;
    grid-row-gap: 10px;
}

.order_success_sum_column:last-child {
    font-weight: 500;
}
.order_success_sum_column span {
	font-size:15px;
}
.order_success_sum {
    margin-top: 25px;
}

.order_success_info_column:not(:nth-last-of-type(-n+2)) {
    border-bottom: solid 1px rgb(225 203 180 / 50%);
}

.order_success_info_column {
    padding-top: 6px;
    padding-bottom: 6px;
}
.order_success_info_column span {
    color: #969696;
}
#quick_modal .order_success_row {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
}

#quick_modal .order_success_info {
    max-width: 100%;
}

#quick_modal .os_table {
    width: 100%;
}

#quick_modal .os_table thead th {white-space: normal;}

#quick_modal .order_success_title {
    font-size: 16px;
}

#quick_modal .os_table_product_image img {
    width: 50px;
    height: 50px;
}
.order_success_sum_pay {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
@media (max-width: 1200px) {
	.order_success_row {
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
	}

	.order_success_info {
		max-width: 100%;
	}
}
.scm_product_row {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 18px;
}

.scm_product_picture a {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scm_product_picture .discount {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    text-align: center;
    font-size: 10px;
    background-color: #ff0000;
    position: absolute;
    color: #fff;
    font-weight: bold;
	right: 5px;
    top: 5px;	
}
.sc_table_product_image .discount {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    text-align: center;
    font-size: 10px;
    background-color: #ff0000;
    position: absolute;
    color: #fff;
    font-weight: bold;
	right: 5px;
    top: 5px;		
}

.scm_product_picture img {
    max-width: 100%;
    max-height: 100%;
}

.scm_product_picture {
    border: 1px solid #E6E6E6;
	position: relative;
}

.cart_modal_quantity svg {
    width: 12px;
    height: 12px;
}

.cart_modal_quantity {
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
}

.modal_body form .cart_modal_quantity input {
    padding: 0;
    margin: 0;
    background-color: transparent;
    max-width: 40px;
    text-align: center;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
    border: none;
}

.cart_modal_quantity button {
    background-color: transparent;
    border: none;
    color: #9992D2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    cursor: pointer;
    transition: all .3s ease;
}

.scm_product_price_quantity_delete {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
}

.cart_modal_quantity button:hover {
    background-color: #887cbf;
    color: #ffffff;
}

.scm_product_price {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #9992D2;
}

.scm_product_price span {
    font-size: 15px; 
} 

.scm_product_delete {
    color: #de5c5c;
    opacity: .7;
    transition: all .3s ease;
    cursor: pointer;
    margin-left: 12px;
}

.scm_product_delete:hover {
    opacity: 1;
}

.scm_product_column:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 2px 0;
}

.scm_product_name {
    font-size: 18px;
    line-height: 110%;
    color: #111111;
    margin-bottom: 15px;
}

.cart-sizes span {
	text-transform: uppercase;
	font-weight: bold;
}

.scm_product:not(:last-child) {
    margin-bottom: 34px;
}

.cart-sizes {
	font-size:15px;
}

.scm_total_row {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #141414;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.scm_total_column {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.scm_total_column span {
    font-size:15px;
}

.scm_total_row:after {content: "";position: absolute;left: 0;bottom: 8px;width: 100%;border-bottom: 1px dashed #C4C4C4;}

.scm_total_column:first-child {
    padding-right: 5px;
}

.scm_total_column:last-child {
    padding-left: 5px;
}

.scm_total_block {
    margin-top: 60px;
}
.scm_products {
    max-height: 500px;
    overflow: auto;
    padding-right: 10px; 
}
.loaderWrap {
    width: 550px;
    text-align: center;
    padding-right: 80px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.scm_button_block .button {
    width: 100%;
}

.scm_button_block {
    margin-top: 25px;
}
#shipping {
    background-color: #ffffff;
	padding: 10px 25px;
}

#payment {
    background-color: #ffffff;
	padding: 10px;
}

#payment>div {
    display:flex;
	margin: 15px 0px;
}

#payment .payment-title {
	display:none;
}

#payment .radio {
    margin: 0px 22px 0 0px;
}

.quick_cart9 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sc_table thead th {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sc_button_block a i {
    margin-right: 10px;
}
.order-table {
    background-color: #ffffff;
    padding: 20px 20px;
}
.category .header_block {
    margin-top: 0;
}
footer .menu-item-mobile svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 3px;
}

footer .menu-item-mobile a {
    color: #ffffff;
    border: solid 1px #868E9D;
    padding: 15px 30px;
    display: inline-block;
    transition: all .3s ease;
}
footer .menu-item-mobile a:hover {
    background-color: #484848;
    color: #ffffff;
}
.order_success_column:last-child {
    background-color: #fff;
    padding: 15px 15px;
}


.block_spoiler.block_spoiler_extra {
    border-bottom: none;
    margin-bottom: 10px;
}
[name="state"]:disabled, [name="zoneID"]:disabled {
    display: none;
}



#totalCost.loading, .poleInput.loading {
	position: relative;
}
#totalCost.loading {
	padding-left: 30px;
}
#totalCost.loading:before, .poleInput.loading:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: transparent url('../images/bx_loader.gif') top left no-repeat;
	background-size: 25px;
}
.poleInput.loading:after {
	left: auto;
	right: 0;
}


.sc_info_order_column {
  display: flex;
  flex-direction: column;
}

.sc_button_block_bottom {
	margin-top: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
	margin-bottom: 40px;
}

.process__finale-inputs {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0.625rem;
	margin: 20px 0px 10px;
}

.process__finale-input {
	width: 81px;
	height: 21px;
}
.grid {
    display: -ms-grid;
    display: grid;
}

.text-500 {
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0px 7px;	
}

.footer_logo {
	text-align: center;	
}
.footer_logo img {
	width:210px;
}
/* tab steps */
 
.tabs-header span {
    display: inline-flex;
    font-weight: 600;
    font-size: 16px;
    color: #b7b7b7;
    text-transform: uppercase;
    min-height: 50px;
    align-items: center;
    padding: 10px 10px;
    box-sizing: border-box;
    border-bottom: 3px solid #ccc;
    transition: all .3s ease;
    cursor: pointer;
}

.tabs-header {
    border-bottom: 1px solid #ccc;
    display: flex;
    column-gap: 2px;
}

.tabs-header span:hover {
    border-color: #ddd;
}

.tabs-header span.active {
    border-color: #ce2626;
    color: #333333;
}

.block-product-tabs .content-row {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}

.tabs-wrap {
    width: 100%;
}
.tabs-detailed .turn-tab:hover {
	background-color: #000;
	color:#fff;
	_background-color: transparent;
}
.tabs-detailed  .turn-tab {
	position: relative;
}


.tabs-detailed span {
	display: inline-flex;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    min-height: 50px;
    align-items: center;
    padding: 30px 10px;
    box-sizing: border-box;
    border: 2px solid #e2e2e2;
    transition: all .3s ease;
    cursor: pointer;
	background: #fff;
    _background: #e2e2e2;
	line-height: 25px;
	min-width: 230px;
}
.border {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e2e2e2;		
	
}
.tabs-detailed {
    display: flex;
    column-gap: 10px;
	height: 49px;
	background: #fff;
	padding: 15px;
}

.tabs-detailed span:hover {
    border-color: #ddd;
}

.tabs-detailed span.active {
	_color: #333;
	color:#fff;
	background-color: #000;
    _background-color: transparent;
}

.tabs-detailed span.passed {
	color: #333;
	background-color: #ccc;
}

.tabs-detailed .passed.active {
	color: #fff;
	background-color: #000;
}


.content-column .tabs-body {
	 padding: 0;
}

.scheme {
	width:100%;
	margin: 20px 0 40px;
}
.scheme img {
	width:100%;
}

.pd_images_block {
	    border-right: 1px solid #e9e9e9;
}

#total_order {
    top: 20px;
    left: 20px;
    position: absolute;
    border: 2px solid #000000;
    background-color: rgba(0, 0, 0, 0.5);
	min-width: 280px;
    max-width: 320px;
    min-height: 376px;
	transition: all .3s ease;
	color:#fff;
	line-height: 30px;
	padding: 12px 14px;
	display:none;
	z-index: 99;
}
#opening_size_title {
	margin-top: 10px;
	font-size: 15px;
}

#window_title {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	color: #b6adff;
	font-weight: bold;
}
#block_sizes {
	margin-left: 15px;
    margin-bottom: 10px;	
}

.partners-logo {
    display: flex;
	justify-content: center;
}
.partners_item {
    _padding: 18px 18px;
    display: flex;
    flex-direction: column;
    _align-items: center; 
	margin: 0 15px;
}

.partners_item_icon {
    max-height: 123px;
	text-align: center;
}

.partners_item_icon img {
    height: auto;
    max-width: 100%;
}


.block-5warranty {
	text-align: center;
    display: block;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 40px;
}

.block_container_70 {
	margin-top:40px;
	margin-bottom:0px;
}


.block_container_69 .block_head {
	_margin-bottom: 0;
}
.block_container_72 .block_head, .block_container_108 .block_head  {
    color: #fff;
	margin-bottom: 0px;
}
.pd_option_picture_small {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    _grid-column-gap: 15px;
    _grid-row-gap: 15px;
    justify-content: space-between;	
	
}
.pd_option_picture_small .optionProductImg span {
    max-width: 80px;
    max-height: 80px;
}

.optionProductImg>div {
    padding-bottom: 6px;
    text-align: center;
    display: flex;
    font-size: 14px;
    height: 36px;
    align-items: center;
}

.optionProductImg {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;	
}
 
.error_msg {
	color: #ff0000;
    line-height: 22px;
    position: absolute;
    margin-top: -232px;
    font-size: 12px;
    background: #ffffffb0;
    padding: 4px 10px;
    width: 303px;
    margin-left: 120px;
    text-align: center; 
	border: 1px solid #999;
	display:none;
}

.error_msg div {
	display:none;
}

.msg {
	text-align:center;
	line-height:25px;
	font-weight:bold;
}

.scm_product_name .name, .sc_table_product_title .name {
	font-weight:bold;
	font-size: 14px;
}
.scm_product_name .option_value, .sc_table_product_title .option_value {
	font-size: 14px;
} 


.icon_tip {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 31px rgba(153, 145, 210, 0.15);
    border-radius: 50%;
    transition: all .3s ease;
    background-color: #887cbf;
    color: #ffffff !important;	
	font-weight: bold !important;
	font-size: 13px !important;
	animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.text_tip {
	display:none;
	border: 2px solid #ccc;
	background: #fff;
	width: 310px;
	color:#000;
	position:absolute;
	z-index:2;
    padding: 10px 15px;
    line-height: 17px;
    font-size: 13px;
	margin: 19px 0 0;
	_right: 0;
}
.tip {
	display: inline-flex;
	float:left;
	margin-right: 5px;
	cursor:pointer;
}
.text_tip a, .guide_title a {
    color: #0070ff;
    font-weight: bold;
    text-decoration: underline;
}


.style_size {
	position: absolute;
    background: #ffffff8a;
    padding: 5px;	
	border: 1px solid #999;
}

.style_size_a, .style_size_b, .style_size_c  {
    margin-top: -60%;
}
.style_size_d, .style_size_e {
    left: 38%;
}

.style_size_a {
    left: 13%;
}
.style_size_b {
	left: 38%;  
}
.style_size_c {
	right: 14%;
}
.style_size_d {
	margin-top: -88%;
}
.style_size_e {
	margin-top: -27%;
}

.nextStepButtons {
    display: flex;
	justify-content: space-between;
	
}

.nextStepButtons div {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background-color: #887CBF;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: all .3s ease;
	margin-top: 10px;
	line-height: 25px;
	min-width: 160px;
	justify-content: center;
	
}
.icon_check {
	display:none;
    position: absolute;
	top: -14px;
    right: -12px;
    color: #887CBF;
    font-size: 25px;
}

.option_tip {
    display: flex;
    font-size: 13px;
    flex-direction: column;
    justify-content: center;	
}
.option_tip p {
	font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 20px;
	margin-top: 22px;
	margin-left: -5px;
}

.option_tip li {
	list-style-type: none; 
	color: #000;
}

.option_tip li:before {
	color: #887CBF;
	content: "\2713" !important; 
	background-color: transparent !important;
}


.preview__process {
	color:  rgb(217, 217, 217);
	padding: 60px 20px;
}
.preview__process-title {
	color:  rgb(217, 217, 217);
	text-transform: uppercase;
	font-size: 35px;
	margin: 0;
}

.preview__process-text {
    line-height: 30px;
    font-size: 25px;
	text-transform: uppercase;
}

.preview__process-inner {
    display: grid;
    grid-template-columns: 40% repeat(2, 1fr); 
}

.preview__process-item {
	border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 30px 40px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center; 
}

.preview__process-item:nth-child(3n), .preview__process-item:last-child {
    border-right: none; 
}

.preview__process-item:nth-last-child(-n+3) {
    border-bottom: none;
}

.item-with-number {
	font-size: 25px;
}

.item-with-number span {
    display: block;
    font-size: 45px;
    font-weight: bold;	
	margin-bottom: 25px;
}

.contact-preview__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height:420px;
}
.contact-preview__info {
    padding:0px 40px 4px;
	margin: auto;
	color:#fff;
	text-transform:uppercase;
	
}

.contact-preview__title {
	font-size: 40px;	
	color:#fff;
	margin-bottom: 35px;
	line-height: normal;
}

.contact-preview__title span {
	font-size: 57px;
    margin-top: 35px;
    display: block;
}

.contact-preview__info a {
    display: flex;
    background: #fff;
    color: #000;
    padding: 15px;
    width: max-content;
    height: 40px;
    font-weight: bold;
    align-items: center;
	width: 250px;
}
.faqSpolerHead {
	border-top: 1px solid #000;
	cursor:pointer;
	padding: 15px 0;
	position: relative;
}

.faqSpolerHead:first-child {
	border-top: none;
}

.faqSpolerBody {
	padding-bottom: 20px;
    line-height: 24px;
    width: 80%;	
}

.faqSpolerHead::after {
    content: "\25BC"; 
    position: absolute;
    top: 10px;
	right: 10px;
    font-size: 25px; 
    color: #000; 
}
.faqSpolerHead.active::after {
    transform: rotate(180deg);
}


.cart_steps {
	display: flex;
    flex-direction: row;
	width: 90%;	
	margin: 0 auto;
}
.cart_steps .step {
	 width: 25%; 
    margin-right: 35px;	
}

.cart_steps .step:first-child {
    width: 20%; 
}

.cart_steps .step:last-child {
    width: 30%;
	margin-right: 0;
}



.cart_steps .number {
	font-size: 45px;
    font-weight: bold;
    line-height: 50px;	
}
.cart_steps .title {
	font-size: 20px;
    font-weight: bold;
    line-height: 40px;	
}
.cart_steps .descr {
    font-size: 17px;
    line-height: 23px;	
}





.grhead {
	display: flex;
	justify-content: space-between;
}
.grauthorphoto {
	margin-right: 15px;
}

.grauthorphoto img {
	width:60px;
}

.grauthor {
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 14px;	
}
.grauthortime {
    text-align: left;
    width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;	
}
.review-body .grtime {
	color: #000000;
    opacity: 0.5;
    font-size: 11px;	
	margin-top: 5px;
}
.review-body .grgicon {
    width: 25px;
    height: 25px;
}
.review-body .grstars {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;	
	gap: 10px;
}
.review-body .grstars img {
	width: 17px;
    height: 17px;
    margin: 0px 0 5px;
}
.review-body .grtext {
    font-size: 13px;
    line-height: 20px;
    _max-height: 130px; /* Замість height: 130px; */
    _overflow: hidden;
    transition: max-height 0.3s ease; /* Замість transition: height 0.3s ease; */
}
.review-body .grtext.expanded {
    max-height: none;
}
.read-more {
	font-size: 12px;
    text-align: right;
	cursor:pointer;
	display:none;
}

#lightgallery .bx-wrapper .bx-prev {
    left: 60px;
    background-position: 0 -32px;	
}

#lightgallery .bx-wrapper .bx-next {
    right: 60px;
    background-position: -43px -32px;	
}

.review-block .bx-prev {
	left:-35px;
	background-position: 0 -32px;	
}
.review-block .bx-next {
	right:-35px;
	background-position: -43px -32px;
}

.review-block .bx-viewport {
	padding: 0;
}


.review-block .ptoduct-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.review-block .authortime {
	width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.review-block .head {
	width: 100%;
    display: flex;	
    justify-content: space-between;
    flex-direction: column;	
}

.review-block .author {
	font-size: 12px;
    font-weight: bold;
}

.review-block .time {
    color: #000000;
    opacity: 0.5;
    font-size: 11px;	
}


.review-block .review-body {
    display: flex;
    flex-direction: column;
    gap: 10px;	
}

.bx-viewport {
    transition: height 0.3s ease;
}

.order_comment {
	width:100%;
}


.about__content img {
	margin:2px;	
}

.about__content .gallery {
	text-align:center;
}

.about__content .gallery img {
	margin:2px;
    height: auto;
    width: 21.5vw;
}

.about__row {
	display: flex;
    flex-direction: row;
    gap: 50px;
    margin: 25px 0;
}

.about__row p {
	flex: 1; 
	margin: 0; 
}

.about__row div {
	width:50%;
	align-self: center;
}

.about__quality {
	display: flex;
	gap: 20px;
}
.about__quality-img {
    flex: 0 0 60%;
}
.about__quality img {
	
}


.product_gallery_block .chunk9 {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    margin-top: 15px;
    margin-bottom: 20px;
}


.guide {
    display: flex;
    flex-direction: row;
    align-items: center;
	margin-bottom: 20px;
	margin-top: 50px;
}
.guide_title {
	text-transform: uppercase;
    margin-left: 7px;
    _font-weight: bold;
	width: 80%;
    line-height: 20px;
}
.process__finale-label input {
	padding: 7px 5px;
	font-size: 12px;
	line-height: normal;
}
.process__finale-label input::placeholder {
	font-size: 12px;
} 
.price span {
	font-size:15px; 
}
.product_brief_price span span {
	font-size:15px;
}
.product_gallery_link span {
    border: 1px solid #fff;
    padding: 0px;
    display: block;
    margin: 6px auto;
    width: 165px;	
	transition: background-color 0.3s ease; 
}

.product_gallery_link span:hover {
    background:#000;	
}

.payment-email_comments_text img {
	height:16px;
}
.after_processing_html {
	width:100%;
}
.after_processing_html button {
	font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    display: inline-block;
    _background-color: #887CBF;
    background-color: #000;
    padding: 20px 34px;
    cursor: pointer;
    transition: all .3s ease;
    text-align: center;
    border: solid 1px transparent;
	width:100%;
}


#checkout-button:hover {
    background-color: #484848;
}

.anbut {
	animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	cursor: pointer;
}
.custom-checkbox+label::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-left: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::after {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}


.custom-checkbox:not(:disabled):not(:checked)+label:hover::after {
  border-color: #b3d7ff;
}

.custom-checkbox:not(:disabled):active+label::after {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-checkbox:focus+label::after {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-checkbox:focus:not(:checked)+label::after {
  border-color: #80bdff;
}

.custom-checkbox:disabled+label::after {
  background-color: #e9ecef;
}

.terms-and-conditions {
    width: 100%;
    text-align: right;
    margin: 20px 3px;
}

.label-custom-checkbox a {
    font-weight: bold;
    margin-left: 7px;
    color: #FD9711;
    text-decoration: underline;
}

#terms-and-conditions-error {
    color: #ff0000;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
    font-weight: bold;
    font-size: 14px;
}
.terms-and-conditions div {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    vertical-align: middle;
    justify-content: center;
    padding: 2px 10px 0px;
    margin: 10px 0;
}
#terms-and-conditions-error .icon_tip {
	background-color: #ff0000;
}

.payment__list-item {
    display: flex;
    flex-direction: row;
    align-items: center;	
	gap: 15px;	
}

.payment__list-item p {
    display: flex;
    align-items: center;
	min-width: 108px

}


.payment__list-item img {
	margin: 10px 0;
}

.payment__list-item p:first-of-type {
    justify-content: flex-end;
}

.payment__list-item p:last-of-type {
    justify-content: flex-start; 
}

.pa_free_column {

}


.product_label {
	display: flex;
    align-items: center;
    justify-content: center;
    _background-color: #EB5757;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    padding: 10px 10px;
    box-shadow: 0px 0px 31px rgba(153, 145, 210, 0.26);
    transition: all .3s ease;	
	text-align: center;
	color: #fff;
	font-weight: bold;
    font-size: 12px;
    line-height: normal;	
}

.doors {
	display:none;
}

.block_container_90 .block_head {
	padding: 13px 0px; 
	color: #fff;
}

.pd_discount  {
	background-color: #ff0000;
}
.pd_discount span {
	font-size: 14px;
}


.cta-button-slider {
	display: flex;
    margin-top: 15px;
    justify-content: center;
    gap: 15px;	
	grid-column: 1 / -1;
}

.cta-button-slider a {
	
}

.block_container_105, .block_container_112, .block_container_116, .block_container_127 {
	margin-bottom: 0px; 
}

.block_container_105 .block_body {
    display: flex;
    gap: 60px;
    justify-content: center;	
}



.preview__process-text {
	font-size: 12px !important;
}

.preview__process-text, .preview__process-descr {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding-left: 1px;
	cursor: pointer;
}

.shipping-title {
    position: relative;
    display: inline-block;
}

.shipping-title .info-icon::before {
	content: "i";
	display: block;
}

.shipping-title .info-icon {
	width: 20px;
    height: 20px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    margin-left: 5px;
    position: relative;
    top: -2px;
    align-items: center;
}

.custom-tooltip-content {
	display: none;
	position: absolute;
	z-index: 9999;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	font-size: 13px;
	line-height: 1.4;
	width: max-content;
	max-width: 300px;
}
.review-star, .review-star-static {
	cursor: pointer;
	font-size: 30px;
	color: #eab996;
}


.review-rating-block {
    margin: 20px 0;	
}

.review-rating-display {
	margin-bottom: 10px;
}
.dropzone .dz-details {
  display: none !important;
}

.dropzone .dz-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
  color: #d11a2a;
  font-size: 16px;
}

.fa-trash:before {
	cursor:pointer;
}

.dropzone .dz-preview {
  position: relative; 
}


.pd_review_content_scroll .disabled {
	background-color: #fbf4f4;
}

.about__content li, .content_list li, .content li, .block_body li {
    list-style: none;
    background-image: url('/data/images/icons/check-list.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 20px 20px;
    padding-left: 32px;
    min-height: 24px; 
}


.block112right li {
    background-image: url('/data/images/icons/check-list2.png');
}

.about__content li:before, .content_list li:before, .content li:before, .block_body li:before  {
    content: none !important;
    display: none !important;
}

.content_list {
	display:flex;
	align-items: center;
}

.content_list img {
	margin:15px;
}

.contact-preview__img {
	line-height: 0;
	overflow: hidden;
}
.contact-preview__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.block_body_1280 {
    width: 1280px;
    margin: 0 auto;	
	padding-left: 20px;
    padding-right: 20px;
}

.payment-description img {
    height: 15px;
}

.payment-description .paypal {
    height: 19px;
}
#shipping .shipping_method {
    display: flex;
    margin: 15px 0px;
}





.review-photos {
    position: relative;
}

.review-img-wrapper {
    position: relative;
    display: inline-block;
}

.delete-photo-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #ff4444;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size: 25px;
    z-index: 10;
}

.delete-photo-btn:hover {
    background: #cc0000;
}


.bx-wrapper img {
	width:55%;
	margin: 0;
}

.slide_block .img {
    display: flex;
    justify-content: flex-end;	
}

.bx-viewport {
	padding: 40px 45px 40px 40px;
}


.no-bx-controls .bx-has-controls-direction {
	display:none;
}


.block_container_112 .block_body, .block_container_116 .block_body {
	display: grid;   
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	padding: 70px 0;
}

.block_container_116 .block_body {
	padding: 30px 0;
}

.block112left ul, .block112right ul {
	margin: 20px 0;	
}

.block112left, .block112right {
    display: flex;
    flex-direction: column;
    justify-content: center;	
	padding: 75px;	
}

.block112right {	
    background: #000;
    color: #fff;
}
.block112right p {
	color: #fff;
}



.review-item {
    overflow: visible;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;	
	background-color: #f4f4f4;
	padding: 20px;
    transition: transform 0.3s ease; 
	width:320px;	
	min-height: 264px;
	cursor: pointer;
}


.review-block .review-item:hover {
    position: absolute;
    z-index: 999;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);	
    transform: translateY(-5px);
    min-height: auto;
    height: auto;
    overflow-y: visible;
}
/*
.review-block .review-item:hover .grtext {
    max-height: none;
}

.review-block .bx-wrapper:hover .bx-viewport {
    height: auto !important;
    overflow-y: visible !important;
} 
*/

.bx-wrapper .bx-viewport {
    transition: height 0.3s ease;
}

.review-item .grtext {
    transition: max-height 0.3s ease;
}

.product-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: center;
    gap: 10px;	
	margin: 10px 0px;
}

.product-rating .stars-container {
    position: relative;
    display: inline-block;
    font-size: 25px;
}

.product-rating .stars-bg {
    color: #ddd;
}

.product-rating .stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffc107;
    overflow: hidden;
}

.form-review {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;	
}

.reviews_page {
	margin-top: 15px;
}

.reviews_page .review-item {
	width: 24%;
	min-height: auto;
}

.reviews_page .authortime {
	display: flex;
    flex-direction: row;
    justify-content: space-between;	
	line-height: normal;
	gap: 10px;
}
.reviews_page .review-body {
    display: flex;
    gap: 10px;
    flex-direction: column;	
}
.reviews_page .reviews_gslide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;	
}
.reviews_page .ptoduct-name a {
	font-weight: bold;
	line-height: 22px;
	text-decoration: underline;
    color: #0064ff;	
}
.reviews_page .review-item:hover {
    z-index: 999;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    min-height: auto;
    height: auto;
    overflow-y: visible;
}



.sort-controls {
    padding: 0 20px 15px 0px;
    justify-content: end;
    border-bottom: 1px solid #eee;
    display: flex;
	margin-top: -70px;
}

.sort-buttons {
    display: flex;
    gap: 10px;
}

.sort-btn {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #666;
    background: #f9f9f9;
    transition: all 0.3s ease;
    font-size: 14px;
}

.sort-btn:hover {
    background: #e9e9e9;
    color: #333;
}

.sort-btn.active {
    background: #222222;
    color: white;
    border-color: #222222;
}

.sort-btn.active:hover {
    background: #484848;
}

.payment__list li, .contact_wrap_otherInfo li, .contact_icon_social li {
    list-style: none;
    background-image: none;
    background-repeat: unset;
    background-position: unset;
    background-size: unset;
    padding-left: 0;
    min-height: auto;
}
.block_container_85 .block_head {
	margin-bottom: 0px;
	padding-top: 0px;
}
.block_container_98, .block_container_114 {
	padding-bottom: 45px;
}

.quick_cart9{width: 100%;}
#shipping .quick_cart9:first-child{width:40px;}
.sc_info_order_shipping .quick_cart9 label{width:100%;}
.sc_info_order_shipping .quick_cart9 label .shipping-cost{float:right;}
.sc_info_order_shipping .quick_cart9 label .shipping-description{max-width:90%;margin-top:5px;}

.product_detailed .bx-viewport{padding:0; margin-top:20px;}
.product_detailed #lightgallery .bx-wrapper .bx-prev{left:-28px;}
.product_detailed #lightgallery .bx-wrapper .bx-next{right:-26px;}
.product_detailed .custom-arrow .pd_image {max-height:200px;}
.product_detailed .custom-arrow{  position: relative;    left: -10px;}

#search_form{
	position: absolute;
    background: #fff;
    padding: 20px;
    z-index: 100;
    width: max-content;
    display: none;
    right: -15px;
	}
.pd_control_order_to_cart a.talk-button{
    margin-top: 10px;
    display: flex;
    width: 100%;
    border: 1px solid #000;
    padding: 19px 10px;
    justify-content: center;
    background: #fff;
    font-weight: 700;
	color:#000;
}
.modal_body form .form-talk input::placeholder{font-size:14px;}
.form-talk a{
    width: 100%;
    text-align: center;
}
#talk-modal .modal_head{
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}
header{
	position: fixed;   
	width: 100%;
	z-index:999;
	}
.timer-blocks {
    display: flex; 
    gap: 10px;
    justify-content: start;
	margin-left:10px;
}
.timer-block {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 8px 12px;
    text-align: center;
    min-width: 60px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.timer-number { 
    font-size: 18px;
    font-weight: bold;
    color: #e74c3c;
    display: block;
    line-height: 1;
}
.timer-label {
    font-size: 9px;
    color: #666;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
}
.timer_head{
    text-align: left;
	margin-left:10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
	margin-top: -20px;
}
.price_block{
	margin-top: -80px;
    margin-left: 180px;
	}
.product_detailed .productCartForm{
	    margin-top: -60px;
	}
.productCartForm .pd_control_order{margin-top:0;}
.productCartForm .pd_price{margin-bottom:40px;}