/*
Theme Name: server360
Theme URI: https://ok-lab.ru/
Author: @TimeBronx
Author URI: https://ok-lab.ru/
Description: @TimeBronx
Requires at least: 6.0
Tested up to: 6.5.2
Requires PHP: 8.0
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: greenshift
Text Domain: server360
Tags: 
*/


.cart-button {
    background-image: url('/wp-content/uploads/2024/04/paper.webp') !important;
    background-size: auto !important; /* или другое значение, чтобы фон занимал всю площадь */
    background-repeat: repeat !important; /* или другое значение, чтобы текстура повторялась */ position: relative; /* Для позиционирования псевдоэлементов */
    background-color: transparent !important; /* Убираем фон, если нужно */
}

.cart-button::before,
.cart-button::after {
    content: ""; /* Добавляем пустой контент для псевдоэлементов */
    position: absolute; /* Позиционируем псевдоэлементы */
    width: 100%; /* Ширина псевдоэлементов равна ширине родительского элемента */
    height: 10px; /* Высота пирамид */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,10 5,0 10,10"/></svg>'); /* SVG изображение пирамиды */
    background-size: 10px 10px; /* Размеры пирамиды */
    background-repeat: repeat-x; /* Повторять по горизонтали */
}

.cart-button::before {
    margin-left: -27px;
    padding-left: 4px;
    top: -10px; /* Положение пирамиды сверху */
}

.cart-button::after {
   margin-left: -27px;
   padding-left: 4px;
   bottom: -10px;
   transform: scaleY(-1); /* Переворачиваем пирамиду */
}
.wc-block-components-sidebar {
    width: auto !important;
}
.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: nowrap !important;
    margin: 0 auto 16px;
    position: relative;
}
.wp-block-woocommerce-checkout-order-summary-block {
    padding: 25px;
    border: 2px solid var(--wp--preset--color--lightborder);
    background: #00000003;
    position: sticky;
    top: 13rem;
}
.buttom-mobile-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
	z-index: 9999;
}

/**
 * AJAX Search Style
 */
.is-ajax-search .is-loader-image {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    right: 5px;
    z-index: 9999;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.is-ajax-search.processing .is-loader-image {
    display: block;
}

.is-ajax-search label {
    position: relative;
}

.is-ajax-search-details,
.is-ajax-search-result,
.is-ajax-search-details *,
.is-ajax-search-result * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    outline: 0 !important;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 18px;
    vertical-align: baseline;
}

.is-ajax-search-details a,
.is-ajax-search-result a {
    color: #0073aa;
}

.is-ajax-search-details a:hover,
.is-ajax-search-result a:hover {
    text-decoration: underline;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
    display: none;
    height: auto;
    width: 500px;
    max-width: 100%;
    position: absolute;
    z-index: 999999;
    background: #e2e2e2;
    color: #313131;
    padding: 5px;
}

.is-ajax-search-items {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.is-search-sections {
    position: relative;
    clear: both;
    overflow: hidden;
}

.is-search-sections:after {
    content: "";
    display: block;
    clear: both;
}

.is-search-sections .left-section {
    float: left;
}

.is-show-more-results {
    border-top: none;
    margin-top: 5px;
    background: #FFF;
}

.is-show-more-results-text {
    cursor: pointer;
    padding: 4px 0 3px;
    text-align: center;    
}

.is-load-more-image {
    display: block;
    margin: 0 auto;
    max-height: 25px;
}

.is-ajax-search-no-result {
    padding: 10px;
    background: #FFF;
    text-align: center;
}

.is-ajax-search-items .post-title {
    display: inline-block;
    font-weight: normal;
    font-size: 15px;
    text-transform: capitalize;
}

.is-search-sections .meta {
    margin: 5px 0;
}

.is-search-sections .meta i {
    font-size: 11px;
}

.is-search-sections .meta > div {
    margin-bottom: 5px;
}

.is-search-sections .meta > div > span {
    margin-left: 10px;
}

.is-search-sections .meta > div > span:first-child {
    margin-left: 0;
}

.is-has-badge .is-search-sections .is-title {
    margin-right: 35px;
}

.is-has-badge .is-search-sections .meta > div > span:last-child {
    margin-right: 10px;
}

.is-search-sections .meta > span:not(:last-child):after {
    margin: 0 2px;
    content: '/';
    display: inline-block;
}

.is-search-sections .thumbnail {
    margin-right: 10px;
    width: 70px;
}

.is-search-sections .thumbnail img {
    float: left;
    max-width: 70px;
    height: auto;
}

.is-ajax-term-label {
    display: block;
    font-style: italic;
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    line-height: 12px;
    letter-spacing: 2px;
}

.is-ajax-result-description {
    font-size: 14px;
    margin-top: 10px;
}

.is-ajax-search-post-details,
.is-ajax-search-post {
    clear: both;
    padding: 15px;
    border-bottom: 1px solid #eceff1;
}

.is-ajax-search-details .is-ajax-search-items > div,
.is-ajax-search-post {
    background: #fff;    
}

.is-ajax-search-result .is-ajax-search-post:hover,
.is-ajax-search-result .is-show-more-results:hover,
.is-ajax-search-tags-details > div:hover,
.is-ajax-search-categories-details > div:hover {
    background: #e2e2e2;
}

.is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a {
    text-transform: capitalize;
    font-size: 14px;
}

.is-ajax-search-post-details:last-child,
.is-ajax-search-posts .is-ajax-search-post:last-child {
    border: 0;
}

.is-ajax-woocommerce-actions {
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.is-ajax-woocommerce-actions > * {
    display: inline-block;
}

.is-ajax-woocommerce-actions .qty {
    width: 60px;
    height: auto;
    padding: 4px 8px;
    background: #fff;
    font-size: 14px;
    min-height: 0;
}

.is-ajax-woocommerce-actions .add_to_cart_inline {
    margin: 0 0 0 5px;
}

.is-ajax-woocommerce-actions .added_to_cart {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 800;
    padding: 4px 8px;
}

.is-ajax-woocommerce-actions .add_to_cart_inline a.button {
    padding: 4px 10px;
    background: #0073aa;
    color: #FFF;
    font-weight: 800;
    text-decoration: none;
}

.is-ajax-search-details .is-ajax-woocommerce-actions .add_to_cart_inline a.button.loading {
    opacity: 0.4;
    cursor: wait;
}

.is-ajax-woocommerce-actions .add_to_cart_inline a.button:hover {
    opacity: 0.9;
}

.is-ajax-search-items .stock-status {
    color: #7ad03a;
}

.is-ajax-search-items .is-prices del {
    text-decoration: line-through;
}

.is-ajax-search-items .is-prices .amount  {
    background: none;
    font-weight: 800;
}

.is-ajax-search-items .is-prices del .amount {
    font-weight: lighter;
    font-size: 90%;
    opacity: .6;
}

.is-ajax-search-items .is-prices ins  {
    background: none;
}

.is-ajax-search-items .stock-status.is-out-of-stock {
    color: #a44;
}

.is-featured-icon {
    display: inline-block;
    width: 13px;
    fill: #FFC107;
    vertical-align: text-top;
}

.is-ajax-search-items .is-sale-badge {
    background: #77a464;
    color: #fff;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -24px;
    text-align: center;
    top: 4px;
    transform: rotate(45deg);
    width: 77px;
}

.is-ajax-search-post-details .is-ajax-term-label {
    display: inline-block;
}

.is-ajax-term-name {
    font-size: 16px;
    text-transform: capitalize;
}

.is-ajax-term-wrap {
    margin-bottom: 10px;
}

div.is-ajax-search-details {
    width: 400px;
}

.is-ajax-search-post-details {
    display: none;
}

.is-ajax-search-posts-details .is-search-sections .thumbnail {
    width: 150px;
}

.is-ajax-search-posts-details .is-search-sections .thumbnail img {
    max-width: 150px;
    float: none;
}


@media screen and ( max-width: 910px ) {
    div.is-ajax-search-result {
            max-width: 97%;
    }
    .is-ajax-search-details {
        display: none !important;
    }
}

@media screen and ( max-width: 510px ) {
    .is-ajax-search-result {
        left: 3px !important;
    }
}

/**
 * simplebar.css- v5.3.5
 * Scrollbars, simpler.
 * https://grsmto.github.io/simplebar/
 *
 * Made by Adrien Denat from a fork by Jonathan Nicol
 * Under MIT License
 */

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.is-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	color: #000;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.is-menu {
	position: relative;
}

.is-menu a {
	background: transparent !important;
	line-height: 1;
	outline: 0;
}

.is-menu a::before,
.is-menu a::after {
	display: none !important;
}

.is-menu:hover > a,
.is-menu a:hover,
.is-menu a:focus {
	background: transparent !important;
	outline: none;
}

.is-menu.default form {
	max-width: 310px;
}

.is-menu.is-dropdown form {
	display: none;
	min-width: 310px;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9;
}

.is-menu.full-width-menu form,
.is-menu.sliding form {
	min-width: 0 !important;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 25%;
	width: 0;
	z-index: 9;
	padding: 0;
	margin: 0;

}

.is-menu.is-dropdown form:not(.is-search-form) input[type=text],
.is-menu.full-width-menu form:not(.is-search-form) input[type=text],
.is-menu.sliding form:not(.is-search-form) input[type=text],
.is-popup-search-form form:not(.is-search-form) input[type=text],
.is-popup-search-form form:not(.is-search-form) input[type=search],
.is-menu.is-dropdown form:not(.is-search-form) input[type=search],
.is-menu.full-width-menu form:not(.is-search-form) input[type=search],
.is-menu.sliding form:not(.is-search-form) input[type=search] {
	background: #FFF;
	color: #000;
}

.is-menu.is-first form {
	right: auto;
	left: 0;
}

.is-menu.full-width-menu:not(.open) form, 
.is-menu.sliding:not(.open) form {
	display: block;
}

.is-menu form .screen-reader-text {
	display: none;
}

.is-menu form label {
	margin: 0;
	padding: 0;
}

.is-menu-wrapper {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	width: auto;
	z-index: 9999;
}

.is-menu-wrapper.is-expanded {
    width: 100%;
}

.admin-bar .is-menu-wrapper {
	top: 51px;
}

.is-menu-wrapper .is-menu {
	float: right;
}

.is-menu-wrapper .is-menu form {
	right: 0;
	left: auto;
}

.gsc-cse-search-menu {
	max-width: 310px;
	float: right
}

.gsc-cse-search-menu .cse .gsc-control-cse,
.gsc-cse-search-menu .gsc-control-cse {
	padding: 0;
}

.is-menu .search-icon-path {
    fill: #848484;
}

.search-close {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: -22px;
	top: 33%;
	width: 20px;
	z-index: 99999;
}

.is-menu.is-first .search-close {
	right: auto;
	left: -22px;
}

.is-menu.is-dropdown .search-close {
    top: calc( 100% + 7px );
}

.popup-search-close {
	cursor: pointer;
	height: 20px;
	width: 20px;
	z-index: 99999;
	float: right;
	position: relative;
	margin: 20px 20px 0 0;
}

#is-popup-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
    background: rgb(76, 76, 76);
    background: rgba(4, 4, 4, 0.91);
	z-index: 999999;
}

.is-popup-search-form form {
	width: 80%;
	margin: 20% auto 0;
}

.is-popup-search-form form.is-ajax-search {
	margin: 10% auto 0;
}

.popup-search-close:after,
.search-close:after {
	border-left: 2px solid #848484;
	content: '';
	height: 20px;
	left: 9px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup-search-close:before,
.search-close:before {
	border-left: 2px solid #848484;
	content: '';
	height: 20px;
	left: 9px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.is-menu.is-dropdown form[style="display: block;"] + .search-close,
.is-menu.full-width-menu.open .search-close,
.is-menu.sliding.open .search-close {
	display: block;
}

.is-highlight {
	background-color: #FFFFB9;
        color: #222;
}

@media screen and ( max-width: 910px ) {
	.is-menu form {
		left: 0;
		min-width: 50%;
		right: auto;
	}

        .is-menu.default form{
		max-width: 100%;
	}

	.is-menu.full-width-menu.active-search {
		position: relative;
	}

	.is-menu-wrapper {
		display: block;
	}
}

.is-link-container {
    display: none;
}

form .is-link-container {
    position: relative;
}

form .is-link-container div {
    position: absolute;
    width: 200px;
    bottom: -25px;
    left: 5px;
    z-index: 99999;
    height: auto;
    line-height: 14px;
    padding: 10px 15px;
}

form .is-link-container a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
    font-family: arial;
    box-shadow: none;
}

form .is-link-container a:hover {
    text-decoration: underline;
}

form .is-link-container a.is-customize-link {
    margin-left: 15px;
}

form:hover > .is-link-container,
form:hover + .is-link-container {
    display: block;
}

.is-form-style label {
    display: inline-block !important;
    padding: 0;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    line-height: 1;
}

.is-form-style {
	line-height: 1;
    position: relative;
	padding: 0 !important;
}

.is-form-style.is-form-style-3 label {
        width: calc( 100% - 36px ) !important;
}

.is-form-style input.is-search-input {
    background: #FFF;
    background-image: none !important;
    color: #333;
    padding: 0 12px;
    margin: 0;
    outline: 0 !important;
    font-size: 14px !important;
    height: 36px;
	min-height: 0;
    line-height: 1;
    border-radius: 0;
    border: solid 1px #ccc !important;
    font-family: arial;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  	-webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius:0;
}

.is-form-style input.is-search-input::-ms-clear {  display: none; width : 0; height: 0; }
.is-form-style input.is-search-input::-ms-reveal {  display: none; width : 0; height: 0; }
.is-form-style input.is-search-input::-webkit-search-decoration,
.is-form-style input.is-search-input::-webkit-search-cancel-button,
.is-form-style input.is-search-input::-webkit-search-results-button,
.is-form-style input.is-search-input::-webkit-search-results-decoration { display: none; }

.is-form-style.is-form-style-3 input.is-search-input {
    border-right: 0 !important;
}

.is-form-style button.is-search-submit {
    background: none;
    border: 0;
    box-shadow: none !important;
    opacity: 1;
    padding: 0 !important;;
    margin: 0;
    line-height: 0;
    outline: 0;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}

.is-menu.full-width-menu.is-first button.is-search-submit,
.is-menu.sliding.is-first button.is-search-submit {
    display: inline-block !important;
}

.is-menu.full-width-menu.is-first button.is-search-submit:not([style="display: inline-block;"]), 
.is-menu.sliding.is-first button.is-search-submit:not([style="display: inline-block;"]) {
	visibility: hidden;
}

.is-form-style .is-search-submit path {
    fill: #555;
}

.is-form-style input.is-search-submit {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
}

.is-form-style input.is-search-submit {
    padding: 0 10px !important;
    width: auto;
}

.is-search-icon {
    width: 36px;
    padding-top: 6px !important;
}

.is-search-icon svg {
    width: 22px;
	display: inline;
}

.is-form-style input.is-search-submit, 
.is-search-icon {
    display: inline-block !important;
    color: #666;
    background: #ededed;
    box-shadow: none !important;
    outline: 0;
    margin: 0;
    font-size: 14px !important;
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 1;
    height: 36px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color 100ms ease-in-out;
    -moz-transition: background-color 100ms ease-in-out;
    -o-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form.is-form-style input.is-search-submit:hover,
.is-search-icon:hover {
    background: #dcdcdc;
}

.is-form-style-2 .is-search-submit {
    display: none;
}

.wc-block-product-categories-list {
  list-style-type: none; /* Убираем маркеры списка */
  padding: 0;
  margin: 0;
  position: relative;
  padding-left: 30px; /* Отступ для вертикальной линии */
}

.wc-block-product-categories-list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px; /* Положение вертикальной линии */
  width: 2px;
  background-color: #ccc; /* Цвет вертикальной линии */
}

.wc-block-product-categories-list-item {
  position: relative;
  padding: 10px 0;
}

.wc-block-product-categories-list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc; /* Цвет горизонтальной линии */
}

.wc-block-product-categories-list-item:last-child::after {
  content: none; /* Убираем линию у последнего элемента */
}

.wc-block-product-categories-list-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px; /* Положение точки */
  width: 10px;
  height: 10px;
  background-color: #ccc; /* Цвет точки */
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease; /* Анимация изменения размера и цвета */
}

.wc-block-product-categories-list-item a {
  text-decoration: none;
  color: #333; /* Цвет текста */
  font-weight: bold;
  display: block;
}

.wc-block-product-categories-list-item a:hover {
  color: #5764c0; /* Цвет текста при наведении */
}

.wc-block-product-categories-list-item:hover::before {
  background-color: #5764c0; /* Цвет точки при наведении */
  width: 14px;
  height: 14px;
  left: -22px; /* Коррекция позиции точки при увеличении */
}

/* Стили для Webkit-браузеров (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px; /* Ширина полосы прокрутки */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Цвет фона полосы прокрутки */
    border-radius: 10px; /* Радиус скругления фона */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); /* Легкая тень внутри фона */
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #4c65c1, #5a75d1); /* Градиентный цвет индикатора */
    border-radius: 10px; /* Радиус скругления индикатора */
    border: 2px solid #f1f1f1; /* Цвет и ширина границы индикатора */
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out; /* Анимация при изменении фона и границы */
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #5a75d1, #4c65c1); /* Градиентный цвет индикатора при наведении */
    border: 2px solid #e0e0e0; /* Изменение цвета границы при наведении */
}

/* Стили для Firefox */
html {
    scrollbar-color: #4c65c1 #f1f1f1; /* Цвет индикатора и фона полосы прокрутки */
    scrollbar-width: thin; /* Толщина полосы прокрутки */
}

/* Кросс-браузерные стили для всех браузеров */
body {
    scrollbar-width: thin; /* Толщина полосы прокрутки для всех браузеров */
    scrollbar-color: #4c65c1 #f1f1f1; /* Цвет индикатора и фона полосы прокрутки для всех браузеров */
}

#hide_if_no_website_url.no-website-url {
    display: none !important;
}

#hide_if_no_website_url.has-website-url {
    display: block !important;
}