#childCategory,
#parentCategory,
.ksht-short-menu a {
  cursor: pointer;
}

a:hover svg path {
  stroke: #7fc394 !important;
}

.ksht-selection-item-image,
.ksht-blog-item-image,
.ksht-top-slider .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ksht-product-preview-item-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}

.ksht-short-menu-image-category {
  background: no-repeat center center;
  background-size: cover;
  width: 156px;
  height: 74px;
}

.input-group .btn {
  z-index: unset;
}

.select-sorting-container {
  width: 156px;
}

.do-not-collapse-dropdown {
  cursor: pointer;
  user-select: none;
}

.do-not-collapse-dropdown::before {
  content: none !important;
}

.do-not-collapse-dropdown.collapsed i.ci-Chevron_Down {
  display: none;
}

.do-not-collapse-dropdown:not(.collapsed) i.ci-Chevron_Right {
  display: none;
}

.ui-slider-horizontal {
  height: 2px !important;
  width: calc(100% - 14px) !important;
  margin-left: 6px;
}

.bf-layout-id-32 .ui-widget-header {
  background: #a7d8b6 !important;
}

.ui-slider .ui-slider-handle {
  height: 14px !important;
  width: 14px !important;
  border-radius: 50%;
  background: #a7d8b6 !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -6px !important;
  margin-left: -6px !important;
}

i.ksht-wishlist {
  position: relative;
}

i.ksht-wishlist s {
  display: inline-block;
  position: absolute;
  background-color: #e6a08c;
  color: #000000;
  font-size: 10px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  right: 0;
  top: 0;
  line-height: 13px;
  text-decoration: none;
  text-align: center;
}

.bf-price-container .input-group {
  width: 75px;
}

@media (min-width: 1320px) {
  .bf-price-container .input-group {
    width: 100px;
  }

  .ksht-add-to-favorites.ksht-checkout-favourite i.ci-Heart_Fill_01:before {
    width: 16px;
    height: 16px;
  }
}

.bf-price-container .input-group-text {
  padding-left: 0;
  border-left: 0;
  padding-right: 5px;
}

.bf-price-container .form-control {
  border-right: 0;
  padding: 8px;
}

.mfp-bg {
  opacity: 0.1 !important;
}

.mfp-figure:after {
  display: none !important;
}

.catalog-filter-scroll {
  height: calc(100vh - 317px);
  padding-right: 15px;
}

.offcanvas-search {
  width: 100% !important;
  min-height: 56px !important;
  height: auto !important;
  max-height: max-content !important;
}

.offcanvas-search .offcanvas-header {
  height: 56px;
  /*padding-right: 60px;*/
  /*padding-left: 60px;*/
}

.offcanvas-search .offcanvas-header span {
  font-size: 24px;
  padding: 0 !important;
}

.offcanvas-search .offcanvas-body {
  /*padding: 0 60px !important;*/
  border-top: 1px solid #dfdfdf;
  height: calc(100vh - 56px);
}

@media (min-width: 1200px) {
  .offcanvas-search {
    min-height: 84px !important;
  }

  .offcanvas-search .offcanvas-header {
    height: 84px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .offcanvas-search .offcanvas-body {
    padding: 0 60px !important;
    border-top: 0;
    height: auto;
  }

  .offcanvas-search .search-content {
    border-top: 1px solid #a7d8b6;
  }
}

.green-heart .ci-Heart_Fill_01:before {
  background-image: url(../images/heart-02.svg);
}

.select-js-select.form-select span:last-child {
  display: inline-block;
  margin-left: 10px;
}

.btn-outline-light.text-black:focus {
  color: #000000 !important;
}

.tooltip {
  border: 1px solid #dfdfdf;
}

.placing-an-order-item-content {
  width: calc(100% - 112px) !important;
}

.offcanvas-body a, .offcanvas-header a {
  outline: none;
}

#modalCookies {
  position: fixed;
  display: block;
  left: calc(100vw - 500px);
  top: calc(100vh - 125px);
  z-index: 10;
}

#modalCookies .modal-dialog {
  margin: 0;
}

#modalCookies .modal-content {
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 12px;
  max-width: 455px;
  box-shadow: 0px 18px 30px 0px #d6d6d64d;
}

#modalCookies .modal-header {
  border-bottom: 0 !important;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
}

#modalCookies .modal-header-container {
  display: flex;
  gap: 12px;
}

#modalCookies .modal-header svg {
  min-width: 67px;
  min-height: 54px;
}

#modalCookies .modal-header-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#modalCookies .modal-header-content-text {
  font-size: 12px;
  line-height: 16.8px;
}

#modalCookies .modal-header-content-buttons {
  display: flex;
  gap: 27px;
}

#modalCookies .modal-header-content-buttons div.button-close span {
  cursor: pointer;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

#modalCookies .modal-header-content-buttons div.button-link a {
  color: #000;
}

.mobile-version {
  display: none !important;
}

@media (max-width: 767px) {
  .computer-version {
    display: none !important;
  }

  .mobile-version {
    display: flex !important;
  }

  #modalCookies {
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 10;
  }

  #modalCookies .modal-content {
    max-width: none;
    width: 100vw;
  }

  #modalCookies .modal-header svg {
    min-width: 45px;
    min-height: 36px;
  }

  #modalCookies .modal-header-content {
    flex-direction: row;
  }

  #modalCookies .modal-header-container {
    flex-direction: column;
    align-items: center;
  }

  #modalCookies .modal-header-content-buttons {
    gap: 16px;
    flex-direction: row-reverse;
  }

  #modalCookies .button-close,
  #modalCookies .button-link {
    padding: 12px 38px 12px 38px;
    cursor: pointer;
  }

  #modalCookies .button-close {
    background: #7fc394;
  }

  #modalCookies .modal-header-content-buttons div.button-close span {
    color: #000;
  }

  #modalCookies .button-link {
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
  }
}

@media (max-width: 420px) {
  #modalCookies .button-close,
  #modalCookies .button-link {
    padding: 12px;
    cursor: pointer;
  }
}

#youtube_product_video_container {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#youtube_product_video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ksht-selection-container-cols-4.blog-container
  .ksht-selection-item
  .dotdotdot-name {
  height: 50px !important;
}

.input-search-root {
  position: relative;
}

.input-search-root .form-control.input-search-field {
  padding-left: 2.5rem !important; /* Adjust padding to fit the icon */
}

.input-search-root .input-search-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  background: url("../images/search.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

.offcanvas-body .catalog-filter {
  top: 0 !important;
}

.fa, .far, .fas {
  font-family: "FontAwesome" !important;
}

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  line-height: 1;
  margin-top: 2px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  background-image: none;
}

.nav-personal-link {
  border: 1px solid #dfdfdf !important;
  background-color: #f8f8f8;
  padding: 10px 6px !important;
}

.nav-personal-link.active {
  border: 1px solid #7FC394 !important;
  background-color: #7FC394;
  color: #000000 !important;
}

.ksht-carousel-medium .carousel-item-content {
	background: #fff no-repeat center center;
}

@media screen and (min-width: 1280px) {
	div#lightboxed--bttn_next {
		background-image: url(/catalog/view/theme/kashtanchik/images/rigth_arrow.png) !important;
		border-radius: 0 !important;
	}

	div#lightboxed--bttn_prev {
		background-image: url(/catalog/view/theme/kashtanchik/images/left_arrow.png) !important;
		border-radius: 0 !important;
	}
}

@media screen and (max-width: 1280px) {
	div#lightboxed--bttn_next {
		background-image: url(/catalog/view/theme/kashtanchik/images/rigth_arrow_2.png) !important;
		border-radius: 0 !important;
	}

	div#lightboxed--bttn_prev {
		background-image: url(/catalog/view/theme/kashtanchik/images/left_arrow_2.png) !important;
		border-radius: 0 !important;
	}
	
	div#lightboxed--bttn_next:hover {
		background-image: url(/catalog/view/theme/kashtanchik/images/rigth_arrow_3.png) !important;
	}

	div#lightboxed--bttn_prev:hover {
		background-image: url(/catalog/view/theme/kashtanchik/images/left_arrow_3.png) !important;
	}
}

div#lightboxed--bttn_close {
	background-image: url(/catalog/view/theme/kashtanchik/images/close.png) !important;
    border-radius: 0 !important;
	background-size: 47%  !important;
    background-position: center  !important;
}

div#lightboxed--container {
	background: rgba(0,0,0,0.3) !important;
}


/* badge category */
.ksht-product-preview-item .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
}

.slick-initialized .slick-slide {
	margin-left: 10px;
	margin-right: 10px;
}

.f-left {
	float:left;
}

.f-right {
	float:right;
}


@media (min-width: 540px) {
  .modal-content {
    padding: 22px;
    border-radius: 0;
  }
}

.placing-an-order-items-container {
	padding: 0 18px;
}

.modalGiftWrap_class {
	cursor: pointer;
}

.modal-dialog.always-center {
  align-items: center !important;
  justify-content: center !important;
}

.children-parent-modal {
  width: 100%;
  aspect-ratio: 0.71;
  background: #fff;
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  margin-left: 12px;
  margin-right: 12px;

  pointer-events: all;
}

.children-parent-modal.loveloss {
  background-color: #f2f2f2;
  background-size: 100%;
  background-position-y: bottom;
}

.children-parent-modal .modal-header {
  padding: 12px;
}

.children-parent-modal .modal-header .btn-close {
  height: 3rem;
  width: 3rem;
  background-size: 20px 20px;

  opacity: 1;
}
  

.children-parent-modal .content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 12px;

  box-sizing: border-box;

  width: 100%;
}

.children-parent-modal p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.children-parent-modal p.green {
  color: #7FC394;
  font-weight: 500;
}

.children-parent-modal p.subtitle {
  font-size: 15px;
  max-width: 210px;
  margin: 0 auto;
  margin-bottom: 26px;
}

.children-parent-modal .modal-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  flex-grow: 1;
}

.children-parent-modal .content {
  padding-top: 50px;
}

.children-parent-modal .content:not(.transparent-bg) {
  background: linear-gradient(180deg, rgba(69, 62, 29, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.children-parent-modal .button-container {
  display: flex;
  gap: 12px;
}

.login-trottle-modal {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  flex-grow: 1;

  max-width: 500px;
}

.login-trottle-modal .modal-header {
  padding: 12px;
}

.login-trottle-modal .modal-header .btn-close {
  height: 3rem;
  width: 3rem;
  background-size: 20px 20px;

  opacity: 1;
}

.login-trottle-modal .content {
  padding: 40px;
  padding-top: 0px;;
}

.btn-white, .btn-white:hover, .btn-white:focus, .btn-white:active {
  background: #fff !important;
  color: #000 !important;
  border: none !important;
}

.placing-an-order-item-name {
  white-space:unset;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.gift-wrap-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 9px 0;
  border: 1px solid #7fc394;
  color: #4F9465;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.gift-wrap-link div {
  position: relative;
  top: 2px;
}

.gift-wrap-link:hover{
  background: #ECF9F0;
}

.gift-wrap-link:active{
  background: #ECF9F0;
}

/*.gift-wrap-link:hover {*/
/*  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));*/
/*  !* text-decoration: underline; *!*/
/*}*/

@media (min-width: 1240px) {
	.order-status-product-item {
		width:73%;
	}
}

.color-q-quty {
	font-size: 14px;
	font-weight: normal;
	color: #9d9d9d;
}

@media (min-width: 1240px) {
	.color-q-quty {
		color: #000;
		font-size: 16px;
	}
}

@media(min-width: 640px) {
	.seller-img-pk {
		display:flex  !important;
	}
	.seller-img-mobile {
		display:none !important;
	}
}

@media(max-width: 640px) {
	.seller-img-pk {
		display:none !important;
	}
	.seller-img-mobile {
		display:flex !important;
	}
}

.modal-chek-status-text {
	color: #666;
}

.modal-chek-status-text a{
	text-decoration: underline;
}

#modal_chek_status_view {
	min-width:700px;
}

#modal_chek_status_view .modal-dialog{
	min-width:700px;
}

#modal_chek_status_view .modal-body {
	border: 1px solid #aaa;
	padding: 24px;
}

#modal_chek_status_view .modal-header {
	margin: 0 0 8px 0;
    border-bottom: 1px solid #aaa;
    padding: 2px 0;
}

#modal_chek_status .modal-header {
	margin: 0 0 8px 0;
    border-bottom: 1px solid #aaa;
    padding: 2px 0;
}

.err_check_status {
	color: #ff0303;
	text-align: left;
	display: block;
	padding: 0px;
	margin: 0px;
}

#modal_chek_status .modal-footer{
	padding-top: 0px;
}

#exampleModalLabel_return {
	cursor: pointer;
}

select.form-control {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
}

.btn.add-new-related-option {
  --bs-btn-padding-y: 10px;
}

@media(max-width: 640px) {
	#modal_chek_status_view .order-status-separator {
		width: 20px;
		transform: rotate(90deg);
	}
	#modal_chek_status_view .order-status-item i {
		width: 30px;
		height: 30px;
	}
	
	#modal_chek_status_view .modal-dialog { min-width: 10px; }
	#modal_chek_status_view { min-width: 10px; }
	#modal_chek_status_view .order-status-items-container-view {
		flex-direction: column !important;
	}
	#modal_chek_status_view .order-status-item {
		width: 100%;
		margin-bottom: 8px;
		margin-top: 16px;
	}
	#modal_chek_status_view .d-none {
		display: block !important;
	}
	#modal_chek_status_view .modal-header {
		padding: 18px 16px 12px 16px;
		border-radius: 20px 20px 0 0;
		border-bottom: none;
	}
	#modal_chek_status_view .collapse-order-status {
		display:none;
	}
	#modal_chek_status .modal-header {
		padding: 18px 16px 12px 16px;
		border-radius: 20px 20px 0 0;
	}
}