﻿/* Отступы для пунктов выпадающего списка */
.uk-dropdown .uk-nav > li > a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Если у тебя UIkit 2 */
.uk-dropdown .uk-nav li a {
    padding-left: 20px !important;
}

/* Отступы для выбранного значения в кнопке (если нужно) */
#filter-sort .sorter .uk-icon {
    padding-left: 20px !important;
}

@media (max-width: 759px) {

.contact-col.telef {
    align-self: center;
    margin-top: -30px;
}	
.tel-back2{
	display: none;
}
.rem-top.uk-icon.uk-totop {
	position: fixed;
	bottom: 70px;
	right: 20px;
	color: var(--secondary-color);
	z-index: 999;
}	
}

@media (min-width: 759px) {
.c-cart {

    min-width: 70px;
 
}
.countsht {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50px;
    top: -7px;
    right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
/*
.countsht {
    position: absolute;
    width: 18px;
    height: 18px;
    background: rgb(1 43 17);
    color: #fff;
    border-radius: 50px;
    top: -7px;
    right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}*/
}


.c-login-new {
    text-align: center;
    width: 100%;
    display: block;
}
@media (min-width: 759px) {
.uk-flex2 {
    display: flex;
height: 45px;
    position: relative;
    margin-left: 16px;	
}
}
.auth__count {
    position: absolute;
    width: 18px;
    height: 18px;
    color: rgb(255, 255, 255);
    top: -10px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    background: var(--main-color);
    border-radius: 50px;
	
    
    /* Добавьте это, чтобы иконка не касалась краев круга */
    padding: 3px; 
    box-sizing: border-box;
}

/* Стили для того, чтобы SVG подстраивался под размер круга */
.auth__count svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Задаем цвет иконки (белый) */
.auth__count svg path {
    fill: #ffffff; 
	
}

/*.auth__count {
    position: absolute;
    width: 18px;
    height: 18px;
    color: rgb(255, 255, 255);
    top: -10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: var(--main-color);
    border-radius: 50px;
}*/
@media (max-width: 759px) {
.auth__count {
	display: none;
}
#slindex .uk-slider-items:not(.uk-grid) {
     flex-wrap: wrap; 
}
}


.c-tab__link--active    {
    color: #71aa0e;
}
.checkout-btn.success,
.default-btn {
    width: 200px;
    height: 40px;
    background: var(--secondary-color);
    border: none;
    color: #fff;
	cursor: pointer;
    border-radius: 7px;
}
.checkout-btn.success {
  	cursor: pointer;
 }
.checkout-btn.success.disabled-btn {
   cursor: not-allowed;
}

/* c-form
---------------------------------------------------------------*/
.c-form {
  width: 100%;
}
.c-form__row + .c-form__row {
  margin-top: 10px;
}
.c-form__item {
  width: 100%;
}
.c-form__label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  cursor: pointer;
}


.c-form select, .c-form textarea, .c-form [type="url"], .c-form [type="text"], .c-form [type="email"], .c-form [type="search"], .c-form [type="password"] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    color: inherit;
    height: 40px;
    border: 2px #ececec solid;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    background: #ffffff;
    font-size: inherit;
    font-family: inherit;
    -webkit-transition: all .12s;
    transition: all .12s;
    vertical-align: bottom;
    -webkit-appearance: none;
}
.c-form select:focus,
.c-form textarea:focus,
.c-form [type="url"]:focus,
.c-form [type="text"]:focus,
.c-form [type="email"]:focus,
.c-form [type="search"]:focus,
.c-form [type="password"]:focus {
  border-color: #f39c12;
}
.c-form select::-moz-placeholder,
.c-form textarea::-moz-placeholder,
.c-form [type="url"]::-moz-placeholder,
.c-form [type="text"]::-moz-placeholder,
.c-form [type="email"]::-moz-placeholder,
.c-form [type="search"]::-moz-placeholder,
.c-form [type="password"]::-moz-placeholder {
  color: #999999;
}
.c-form select:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder,
.c-form [type="url"]:-ms-input-placeholder,
.c-form [type="text"]:-ms-input-placeholder,
.c-form [type="email"]:-ms-input-placeholder,
.c-form [type="search"]:-ms-input-placeholder,
.c-form [type="password"]:-ms-input-placeholder {
  color: #999999;
}
.c-form select::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form [type="url"]::-webkit-input-placeholder,
.c-form [type="text"]::-webkit-input-placeholder,
.c-form [type="email"]::-webkit-input-placeholder,
.c-form [type="search"]::-webkit-input-placeholder,
.c-form [type="password"]::-webkit-input-placeholder {
  color: #999999;
}
.c-form select:-webkit-autofill,
.c-form textarea:-webkit-autofill,
.c-form [type="url"]:-webkit-autofill,
.c-form [type="text"]:-webkit-autofill,
.c-form [type="email"]:-webkit-autofill,
.c-form [type="search"]:-webkit-autofill,
.c-form [type="password"]:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
@-webkit-keyframes autofill {
  to {
    background: #ffffff;
  }
}
.c-form [type="search"] ::-webkit-search-decoration,
.c-form [type="search"] ::-webkit-search-cancel-button,
.c-form [type="search"] ::-webkit-search-results-button,
.c-form [type="search"] ::-webkit-search-results-decoration {
  display: none;
}
.c-form textarea {
  overflow: auto;
  resize: vertical;
  display: inline-block;
  vertical-align: bottom;
  height: 100px;
  padding: 14px;
}
.c-form__select {
  position: relative;
}
.c-form__select select {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: transparent;
  padding-right: 40px;
}
.c-form__select select::-ms-expand {
  display: none;
}
.c-form__select:before {
  top: 0;
  bottom: 0;
  content: '';
  margin: auto;
  right: 16px;
  width: 8px;
  height: 8px;
  border: 2px solid #bcbcbc;
  border-top: 0;
  border-left: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.12s, -webkit-transform 0.12s;
  transition: border-color 0.12s, -webkit-transform 0.12s;
  transition: transform 0.12s, border-color 0.12s;
  transition: transform 0.12s, border-color 0.12s, -webkit-transform 0.12s;
}
@media (min-width: 768px) {
  .c-form--300 {
    max-width: 300px;
  }
}
.c-form--currency,
.c-form--language {
  width: auto;
  margin-right: 16px;
}
.c-form--currency .c-form__select:before,
.c-form--language .c-form__select:before {
  width: 5px;
  height: 5px;
  right: 10px;
  border-width: 1px;
}
.c-form--currency .c-form__select select,
.c-form--language .c-form__select select {
  height: 24px;
  font-size: 12px;
  border-width: 1px;
  padding-right: 20px;
  text-transform: lowercase;
}
.c-form--width {
    max-width: 300px;
}
/* c-form /*
---------------------------------------------------------------*/
.back-ring-button.default-btn {
      height: 30px;
    width: 250px;
}
@media (min-width: 768px) {
.cat-down ul {
    height: auto; /*закоменьтить чтоб меню вернуть*/
}

.cat-down.uk-dropdown {

    height: 400px;/*закоменьтить чтоб меню вернуть*/
 
}
}
.contact-col.telef .c-contact__row {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 5px;
     margin-top: 0px; 
   
    justify-content: flex-end;
}

.c-contact__number {
    font-size: 18px;
    font-weight: 600;
    color: #686868;
}

/* Position strictly to the right */
.soc-back {
display: flex;
    justify-content: flex-end;
    margin-left: auto;
    max-width: 50%;
    margin-bottom: -30px;
}

/* Hide on desktop */
@media (min-width: 1024px) {
    .soc-back {
        display: none !important;
    }
}
@media (max-width: 768px) {
.delivery-info-hint{
        display: none !important;
    }
}

/* Заголовки */
.heading-delivery {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 8px 0 !important;
    color: #000;
    padding-right: 25px;
}

.heading-delivery img {
    max-width: 40px;
    padding: 0;
    flex-shrink: 0;
    margin-top: 2px; /* небольшой отступ чтобы визуально выровнять с текстом */
}

/* Перенос узбекского текста в заголовках на новую строку */
.delivery-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.delivery-title span[lang="uz-Latn"] {
    font-weight: 400;
    font-size: 13px;
    color: #555;
}
.delivery-info {
  
    z-index: 10000000;

}
/* Карточки */
.delivery-item {
    position: relative;
    border: 1px solid #f0f0f0;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 12px;
    box-sizing: border-box;
}
.delivery-info-hint

 {
     top: 0px; 
	 right: 0px; 
}

.title-red2 {
    font-size: 14px;
    padding: 10px;
    background: #FFEFEF;
    color: #841616;
    border-radius: 8px;
    margin-top: 10px;
}

.js-amount-change-down,.js-amount-change-up {
        cursor: pointer;
}


.c-button.form-button.left, .c-button.right {
   width: 100%!important;
    max-width: 230px!important;
       font-size: 12px;
	   
}

.c-form__row--line{
    display: flex;
     width: 100%!important;
}

.c-button.c-button--border.form-button {
width: 100%!important;
    font-size: 14px;
    padding: 12px 20px;
    background: #555;
	 display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 45px!important;
}

.c-button.form-button.left {
 max-height: 47px!important;
 height: 47px!important;
 min-height: 47px!important;
 border: 1px #555 solid;
}
.c-button.right {
 max-height: 45px!important;
 height: 45px!important;
 min-height: 45px!important;
  padding: 0!important;
  border: 0.1px var(--secondary-color) solid;
}

.c-button.form-button.left:hover{
   color: var(--secondary-color);
   background:#fff;
    border: 1px var(--secondary-color) solid;
}
.c-button.right:hover{
   background: var(--secondary-color);
   color:#fff;
    border: 1px var(--secondary-color) solid;
}

.c-button.c-button--border.form-button:hover{
background:#fff!important;
    border: 1px #555 solid;
   color: #555;
	
}





