* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 list-style: none !important;
 text-decoration: none !important;

}

:root {
  --design-bg: #f29a0d;
  --design-btn: #444444;
  --design-icon: #444444;
  --design-btn_full: #4a4a4a;
  --border-px: 6px;
}

.container-fluid {
 padding-left: 0px !important;
 padding-right: 0px !important;
}

img {
 width: 100%;
}

p {
  margin-bottom: 0px;
}

a {
  color: black;
}

a:hover {
  color: black;
}

ul {
  padding: 0px;
  margin: 0px;
}

p {
  margin-bottom: 0px !important;
}

button {
  border: none;
}

input {
  outline: none;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.df {
  display: flex;
}

.df-aic {
  display: flex;
  align-items: center;
}

.df-jcsb {
  display: flex;
  justify-content: space-between;
}

.df-aic-jcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.df-aic-jcsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.df-aic-jcfe {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.header__banner, .product-blog {
display: none;
}


.slick-slider > .slick-arrow {
  width: 35px !important;
  height: 35px !important;
  text-shadow: none !important;
  background: #FFF !important;
  border-radius: var(--border-px) !important;
  border: none!important;
  color: black!important;
  font-size: 16px!important;
  z-index: 9 !important;
  box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px !important; 
  transition: 0.2s;
}

.slick-slider > .slick-arrow:hover {
  background: var(--design-bg) !important;
  transition: 0.2s;
  color: white !important;
}

.slick-slider > .slick-arrow::before {
  content: '' !important;
}

.slick-slider > .slick-prev {
  left: 0%  ;
}

.slick-slider > .slick-next {
  right: 0% ;
}
.slick-dots li button:before {
content: unset !important;
}

.slick-dots li button {
width: unset !important;
height: unset !important;
}

.slick-slider > .slick-disabled  {
opacity: 0.5;
}

.bg_main {
background: rgba(0,0,0,.4);
position: fixed;
left: 0;
top: 0;
z-index: -1;
width: 100vw;
height: 100vh;
visibility: hidden;
opacity: 0;
animation: maskFadeIn .3s ease forwards running;
}
@keyframes maskFadeIn {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

.bg_main_active {
opacity: 1;
visibility: visible;
z-index: 10;
}



.admin_header_conetent{
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 30px;
padding-bottom: 30px;
}

.admin_header_flex {
display: flex;
align-items: center;
gap: 10px;
}

.admin_balance_link {
background: var(--design-bg);
padding: 5px 15px;
margin-top: 5px;
}

.admin_link {
display: flex;
flex-direction: column;
align-items: center;
padding: 10px;
width: 140px;
cursor: pointer;
}

.admin_link_exit {
width: 65px;
}

.admin_icon {
color: var(--design-icon);
font-size: 23px;
}

.contacts {
margin-bottom: 30px;
margin-top: 30px;
}

.contacts_title {
text-align: center;
font-weight: 600;
font-size: 40px;
color: #555;
}

.contacts_geo {
max-width: 100%;
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}

#contacts_geo {
width: 100%;
}

.contacts_info {
position: relative;
height: 126px;
background: #fff;
box-shadow: 0px 7px 35px 0px rgba(0,0,0,0.4);
  margin-top: 20px;
  display: flex; 
  justify-content: space-evenly;
  padding: 15px;
  gap: 15px;
  border-radius: var(--border-px);
}

.contacts_icon {
font-size: 25px;
color: var(--design-bg);
}

.contacts_item {
display: flex;
align-items: center;
gap: 15px;
max-width: 20%;
width: 100%;
}

.contacts_item_title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
}

.contacts_item_text {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #2c2c2c;
}

.contacts_item_text:hover  {
  color: #2c2c2c;
}

.main_content {
display: flex;
justify-content: space-between;
}

.main_left {
width: 20%;
}

.main_right {
width: 80%;
}

.oneCotegory_row {
display: flex;
flex-wrap: wrap;
gap: 6px;
}

.oneCotegory_row .product-slider-item {
max-width: 265px;
padding: 0px;
}

.oneCotegory_tagscloud {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
margin-top: 20px;
}

.tagscloud_item {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #e7e7e7;
padding: 10px;
transition: 0.2s ease;
}

.tagscloud_active {
background: var(--design-bg);
color: white;
}

.tagscloud_item:hover {
background: var(--design-bg);
transition: 0.2s ease;
color: white;
}


.registration-content, .lostpassword {
  position: relative;
  padding-top: 30px;
  min-height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

.register-bg, .register-bg2 {
  position: absolute;
  top: 11%;
  left: 26%;
  z-index: -1;
}

.lostpassword-bg {
  top: 17%;
}

.register-bg2 {
left: unset;
top: 37%;
right: 27%;
}

.register-bg2 > .header-bg-img {
  max-width: 300px;
  width: 100%;
}

.lostpassword-bg2 > .header-bg-img {
  max-width: 270px;
  width: 100%;
}

.register__content {
  z-index: 100;
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: auto;
  background: white;
  border: 3px solid var(--design-bg);
  border-radius: var(--border-px);
  padding: 15px;
}

.register-label {
  margin-bottom: 5px;
  font-size: 20px;
}

.g-recaptcha, .register__content-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.ui-form {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
}

.ui-form > li {
  max-width: 100%;
  width: 100%;
}

.register-btn {
  max-width: 250px;
  width: 100%;
  height: 40px;
  transition: 0.2s;
  border-radius: var(--border-px);
  background: var(--design-btn);
  border: none;
  box-shadow: var(--design-btn);
  color: white;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: 0.2s;
  margin-top: 20px;
}

.register-check {
  max-width: 140px;
  height: 100%;
  border-radius: 0px !important;
}

.register-btn:hover {
  background: var(--design-btn);
  color: white;
  opacity: 0.8;
  transition: 0.2s; 
}

.register-password-eye, .register-password2-eye {
  position: absolute;
  right: 12px;
  top: 5px;
  z-index: 100;
}

.register-eye-icon, .register-eye2-icon {
font-size: 25px;
font-weight: 500;
cursor: pointer;
}

.register-eye-noactive, .register-eye2-noactive {
  display: none;
}

.register-eye > .register-eye-acitve, .register-eye > .register-eye2-acitve{
display: none;
}

.register-eye > .register-eye-noactive, .register-eye > .register-eye2-noactive{
display: block;
}

.ui-dialog {
display: none !important;
}




.register_active > .container {
display: flex;
align-items: center;
justify-content: center;
min-height: 80vh;
}

.register_active_content {
max-width: 400px;
width: 100%;
padding: 10px;
border: 3px solid var(--design-bg);
border-radius: var(--border-px);
}

.register_active_button {
display: flex;
align-items: center;
justify-content: flex-end;
}

.register_active_text {
font-size: 20px;
padding-bottom: 20px;
}

.news {
  padding-top: 20px;
  padding-bottom: 20px;
}

.news_list .slick-list{
padding-left: 44px !important;
padding-right: 44px !important;
}

.news_blog {
min-height: 80vh;
}

.news_blog  .container {
height: 100%;
}

.news_blog_column {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}

.news_blog_body {
width: 70%;
}

.news_left_banner {
position: relative;
padding: 10px;
}

.news_left_banner > div {
height: 100%;
}

.left_banner_stick {
position: sticky;
top: 30px;
}

.news_blog_item_title {
font-size: 28px;
font-weight: 600;
color: black;
}

.news_blog_bottom {
margin-top: auto;
}

.news_blog_item_img {
max-width: 600px;  
width: 100%;
margin: auto;
margin-top: 40px; 
margin-bottom: 20px;
}

.news_blog_item_img img{
border-radius: 16px;
}

.news_blog_flex {
display: flex;
justify-content: space-between;
gap: 30px;
}

.news_blog_item_text {
font-size: 18px;
margin-top: 30px;
}

.news_blog_item_text a img {
max-width: 500px;
width: 100%;
}

.news_blog_item_text  img {
max-width: 500px;
width: 100%;
}

.news_blog_item_date, .news-date {
margin-top: 20px;
display: flex;
align-items: center;
justify-content: flex-end;
color: black;
font-weight: 600;
}

.news_date {
color: #000;
}

.news_blog_title {
margin-top: 30px;
margin-bottom: 20px;
text-align: center;
font-size: 25px;
color: #000;
font-weight: 600;
}



.news_blog_header_flex {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
}

.news_blog_content_similar {
display: flex;
justify-content: space-between;
gap: 120px;
margin-top: 20px;
margin-bottom: 30px;
}

.news_card {
max-width: 320px;
width: 100%;
height: 420px !important;
margin-left: 15px;
margin-right: 15px;
padding: 10px;
border-radius: var(--border-px);
background: white;
border: 1px solid #9a9a9a;

}

.news_card a{
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}

.news_img {
max-width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.news_img img {
width: 100%;
height: 100%;
}


.news_title {
font-size: 20px;
color: black;
}


.news_text {
color: #444444;
font-size: 16px;
}

.news_date {
text-align: end;
font-size: 14px;
margin-top: 15px;

}

.news_bottom_banner {
margin-top: 30px;
}

.bottom_banner_img {
max-width: 70%;
height: 150px;
margin: auto;
}

.categ_content {
min-height: 70vh;
}

.categ_flex > #dle-content{
display: flex;
gap: 20px;
margin-top: 20px;
flex-wrap: wrap;
}

.bottom_banner_img img, .left_banner_img video{
width: 100%;
height: 100%;
}

.left_banner_img video{
max-width: 300px;
width: 100%;
height: 450px;
border-radius: 16px;
}

.fon_bg {
  position: absolute;
  left: 0;
  top: -49px;
  z-index: -10;
  width: 100%;
}

.fon_bg img{
width: 100%;
height: 100%;

}

.login-content {
  border: 3px solid var(--design-bg);
  border-radius: var(--border-px);
}

.login-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  gap: 5px;
  font-weight: 600;
  font-size: 20px;
}

.login-header-logo img {
  width: 60px;
  height: 60px;
}

.input-group {
  position: relative;
}

.register-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-info-content {
  max-width: 800px;
  width: 100%;
  border-radius: var(--border-px);
  padding: 20px;
  margin: auto;
}

.register-info-content > .modal-title {
text-align: center;
margin-bottom: 20px;
}

.title {
color: #444444;
}

.register-info-content  > .modal-body-right-text > a{
  max-width: 350px;
  width: 100%;
  height: 40px;
  transition: 0.2s;
  border-radius: var(--border-px);
  background: var(--design-bg);
  border: none;
  box-shadow: var(--design-bg) 0px 15px 50px -10px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-left: auto;
  transition: 0.2s;
}

.register-info-content   > .modal-body-right-text > a:hover {
  background: var(--design-bg);
  color: white;
  transition: 0.2s; 
}

.register-input-password {
position: absolute;
left: 100%;
display: none;
max-width: 310px;
width: 100%;
height: 100%;
border-radius: var(--border-px) !important;

z-index: 10;
}

.register-input-password-list {
height: 100%;
}

.input-password-item {
border: 1px solid rgba(0,0,0,.125); 
background: white;
padding: 10px;
font-weight: 500;
color: red;
}

#password-text3, #password-text5 {
color: green;
}

.register-input-password-active{
opacity: 1 ;
visibility: visible ;
z-index: 1;
}

.profile-blog-input .error {
max-width: 100%;
top: 100%;

}

.form__item.error-item > .register-input {
border: 1px solid red; 
}

.form__item.error-item > .error {
color: red;
}

.form__item.error-item > .register-password-eye, .form__item.valid-item > .register-password-eye {
right: 36px;
top: 3px;
}

.form__item.error-item > .register-password2-eye, .form__item.valid-item > .register-password2-eye {
right: 36px;
top: 3px;
}

.input-group > label {
position: absolute;
top: 100%;
padding-left: 50px;
font-size: 14px;
}

#password1 + label{
top: 100%;

}

.register-input {
border: 1px solid var(--design-bg);
position: relative; 
}

.register-input-icon {
position: absolute;
z-index: 100;
right: 10px;
top: 6px;
}

.register-input-icon  span:nth-child(1){
color: green;
}

.register-input-icon  span:nth-child(2){
color: red;
}

.register-input-icon > span {
display: none;
font-size: 20px;
}

.form__item.error-item > .register-input-icon > span:nth-child(2) {
display: block;
}

.form__item.error-item > .register-input-icon > span:nth-child(1) {
display: none;
}

.form__item.valid-item > .register-input-icon > span:nth-child(1) {
display: block;
}

.form__item.valid-item > .register-input-icon > span:nth-child(2) {
display: none;
}

.input-group > span{
  background: var(--design-icon);
  color: white;
  font-size: 20px;
}

.input-group input {
  outline: none !important; 
  border-left: none;
  font-size: 20px;
}

.input-group-text {
  border-radius: none !important;
}

.input-group input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.login-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px !important;
}

.login-header-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 25px;
  color: var(--design-bg);
}

.login-button {
  display: flex;
  justify-content: flex-end;
}

.navigate-right-button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navigate-btn {
  max-width: 200px;
  width: 100%;
  height: 40px;
  transition: 0.2s;
  border-radius: var(--border-px);
  background: var(--design-btn);
  border: none;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;  
  padding: 10px;
  transition: 0.2s ease; 
 
}

.navigate-btn:nth-child(2) {
  border: 2px solid var(--design-btn);
  background: transparent;
  color: black;
}

.navigate-btn:hover {
  opacity: 0.8;
  color: white;
  transition: 0.2s ease; 
}

.navigate-btn:nth-child(2):hover {
  background: var(--design-btn);
  color: white;
  transition: 0.2s ease; 
}
.login-text {
display: block;
margin-bottom: 10px;
text-align: end;
}

.comein_message_title {
font-weight: 300;
font-size: 14px;
line-height: 16px;
color: var(--primary-gray);
margin-bottom: 13px;
}

.comein_message_list {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 15px;
}

.comein_message_item {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: var(--design-bg);
border: 0.5px solid var(--design-bg);
cursor: pointer;
font-size: 20px;
color: white;
border-radius: var(--border-px);
}

.comein_message_item:hover {
color: white;
}

.profile-blog-input {
position: relative;
margin-bottom: 10px;
max-width: 350px;  
}

.profile-blog-input label {
height: auto !important;    
}

.profile-blog-input input{
border: 1px solid rgba(0, 0, 0, 0.12);
font-weight: 400;
height: 2.5rem;
border-radius: var(--border-px);
color: rgba(0, 0, 0, 0.87);

}

.profile-blog-input.error-item input {
border: 1px solid rgb(255, 55, 55);
}

.profile-password-eye, .profile-password2-eye, .profile-oldpassword-eye {
position: absolute;
right: 12px;
top: 28px;
z-index: 80;
}

.modalpassword {
top: 9px;
}

.profile-eye-icon, .profile-eye2-icon, .profile-oldeye-icon {
font-size: 19px;
font-weight: 500;
cursor: pointer;
}

.profile-eye-noactive, .profile-eye2-noactive {
display: none;
}

.profile-eye > .profile-eye-noactive, .profile-eye > .profile-eye2-noactive {
display: block;
}

.profile-eye > .profile-eye-acitve, .profile-eye > .profile-eye2-acitve {
display: none;
}

.register-input-icon {
position: absolute;
z-index: 100;
right: 10px;
top: 6px;
}

.register-input-icon  span:nth-child(1){
color: green;
}

.register-input-icon  span:nth-child(2){
color: red;
}

.register-input-icon > span {
display: none;
font-size: 20px;
}

.form__item.error-item > .register-input-icon > span:nth-child(2) {
display: block;
}

.form__item.error-item > .register-input-icon > span:nth-child(1) {
display: none;
}

.form__item.valid-item > .register-input-icon > span:nth-child(1) {
display: block;
}

.form__item.valid-item > .register-input-icon > span:nth-child(2) {
display: none;
}

.error, .error_blog {
  position: absolute;
  top: 5%;
  right: 1%;
  z-index: 9999;
  max-width: 100%;
  width: 100%;
}

.error_blog {
position: fixed;
max-width: 20%;
left: 0;
top: 0%;
height: max-content;
right: 0;
bottom: 0;
margin: auto;
}

.error_content {
border-radius: var(--border-px);
overflow: hidden;
border: 1px solid var(--design-bg);
background: white;
z-index: 100;
}

.error_content_header {
width: 100%;
padding: 18px 19px 18px 12px;
height: 40px;
background: var(--design-bg);
font-size: 15px;
color: white;
}

.error_content_text {
font-size: 16px;
padding: 10px;
}

.error_content_close {
cursor: pointer;
}


.header__content_top {
padding:10px 0 20px;
}

.header__content-logo a {
font-size: 30px;
color: var(--design-bg);
font-weight: 600;
}

.header__content_img {
display: block;
}

.logo_max {
width: 85px;
}
.logo_min {
width: 130px;
min-height: 44px;
}

.header__content_img img {
width: 100%;
height: 100%;
}

.header__cotegory_flex {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 20px;
width: 100%;
}

.header__content_flex {
width: 100%;
position: relative;
}

.header__content_left {
width: 53%;
display: flex;
align-items: center;
gap: 45px;
}

.header_cotegory_message {
display: flex;
align-items: center;
gap: 20px;
}

.cotegory_message_item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cotegory_message_item:nth-child(1){
color: #1187c3;
}

.cotegory_message_item:nth-child(2) img{
border-radius: var(--border-px);
}

.cotegory-link-icon {
display: none;
font-size: 18px;
transition: 0.2s ease;
}


.header_top {
  margin-bottom: 10px;
  position: relative;
  z-index: 100;
}

.header_top-register {
  gap: 10px;
}

.header_top-ul {
  gap: 10px;
}

.header_top-link,
.header_top-register-icon,
.language-drop-icon,
.language-drop-link {
  color: #777;
  transition: 0.2s;
}

.header_top-link:hover,
.language-drop-link:hover {
  color: var(--design-bg);
  transition: 0.2s;
}

.header_top-register-icon {
  font-size: 20px;
}

.language-drop {
  position: relative;
}

.language-drop-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: white;
  -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.2s;
}

.language-drop-header {
  cursor: pointer;
}

.language-drop:hover .language-drop-content {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.language-drop-link {
  padding: 10px;
}

.header_top-ti,
.language-drop-title {
  color: var(--design-bg);
}

.language-drop-icon {
  font-size: 18px;
}

.header {
  margin-top: 10px;
  margin-bottom: 10px;
}

.header__content_flex {
  justify-content: space-between;
}

.header-content-logo {
  max-width: 158px;
}

.header__content-search {
  width: 340px;
  position: relative;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 2px 2px 3px rgb(0 0 0 / 10%);
  box-shadow: inset 2px 2px 3px rgb(0 0 0 / 10%);
  height: 43px;
  -webkit-border-radius: var(--border-px);
  border-radius: var(--border-px);
  overflow: hidden;
}

.header__content-search input {
  background: transparent;
  border: none;
  -webkit-border-radius: var(--border-px);
  border-radius: var(--border-px);
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  outline: none;
  padding: 15px;
}


.header__content-search-btn {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 43px;
  font-size: 24px;
  background: var(--design-bg);
  color: white;
  border: none;
  cursor: pointer;

}

.header__content-link {
  gap: 25px;
}

.header__content-link-item {
  position: relative;
  gap: 15px;
}

.header__content-link-icon {
  font-size: 25px;
  color: var(--design-bg);
  padding-right: 25px;
}

.header__content-link-amount {
  position: absolute;
  font-size: 25px;
  color: var(--design-bg);
  right: 10%;
}

.header__content-link-balans {
  color: black;
}

.header__content-link-balans b {
  font-size: 20px;
}

.header__cotegory_left {
width: 40%;
}

.basket_content {
position: relative;
cursor: pointer;
}

.basket_blog {
position: relative;
padding: 10px;
display: flex;
align-items: center;
flex-direction: column;
cursor: pointer;
}

.header_amount_shop {
display: none;
position: absolute;
top: -3px;
right: -10px;
background: var(--design-bg);
padding-left: 8px;
padding-right: 8px;
color: white;
font-size: 10px;
}

.basket {
display: flex;
align-items: center;
gap: 10px;
}

.cotegory_flex {
display: flex;
align-items: center;
}

.cabinet_link {
max-width: 165px;
width: 100%;
display: flex;
align-items: center;
}

.cabinet_link:hover {
opacity: 1;
color: black;
}

.basket_blog:hover {
background: rgba(118, 121, 127, 0.1);
}

.basket_blog span {
background: var(--design-bg);
padding-left: 8px;
padding-right: 8px;
color: white;
}
.basket_dropdown {
position: absolute;
top: 50px;
right: 0;
opacity: 0;
visibility: hidden;
z-index: -1;
background: white;
width: 100vw;
max-width: 500px;
padding-top: 15px;
box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
transition: 0.5s ease;
}

.basket_content:hover .basket_dropdown{
opacity: 1;
visibility: visible;
z-index: 1000;  
transition: 0.5s ease;
}

.basket_dropdown_item:hover {
background: rgba(118, 121, 127, 0.1);
}

.basket_dropdown_item {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}

.basket_dropdown_img {
width: 10%;
}

.basket_dropdown_item_info {
width: 80%;
}

.basket_dropdown_item_delete {
width: 10%;
cursor: pointer;
color: #777;
}

.basket_dropdown_item_delete:hover {
color: black;
}

.basket_dropdown_img img{
width: 50px;
height: 50px;
}

.basket_dropdown_item_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 68px);
  font-size: 14px;
  font-weight: 500;
}

.basket_dropdown_item_price {
font-size: 12px;
margin-top: 5px;
font-weight: 700;
}

.basket_dropdown_button {
padding: 15px;
 background-color: #eee;
}

.basket_dropdown_link {
  padding: 10px 20px;
  background-color: var(--design-bg);
  display: block;
  color: #fff;
  opacity: 1;
  border-radius: var(--border-px);
  transition: 0.2s ease;
  text-align: center;
}

.basket_dropdown_link:hover {
opacity: 0.8;
transition: 0.2s ease;
color: white;
}

.mob_v {
display: none;
}

.cotegory-dropdown_header {
display: none;
}

.cotegory-dropdown_flex {
display: flex;
gap: 15px;
}

.cotegory-dropdown_list {
width: 30%;
height: 800px;
overflow: auto;
}

.cotegory-dropdown_list2 {
max-width: 100%;
width: 100%;
height: 800px;
overflow: auto;
}

.cubcotegory_item {
display: none;
}

.cubcotegory_item_content {
display: flex;
flex-wrap: wrap;
}

.cubcotegory_item_row {
width: 33%;
}

.cubcotegory_item_col {
margin-bottom: 25px;
}

.cubcotegory_item_title {
font-weight: 700;
font-size: 16px;
color: #222;
line-height: 16px;
}

.cubcotegory_item_list a{
display: block;
margin-top: 8px;
font-weight: 400;
font-size: 14px;
line-height: 16px;
}

.cubcotegory_item_list a:hover, .cubcotegory_item_title:hover {
color: var(--design-bg);
}

.dropdown_list_cubcotegory {
padding: 10px;
position: relative;

}

.cubcotegory_btn {
  cursor: pointer;
  color: rgba(0,0,0,.4);
  line-height: 16px;
  font-size: 14px;
  margin-top: 8px;
}

.dropdown_header_flex {
display: flex;
align-items: center;
justify-content: space-between;
}

.dropdown_header_title {
padding: 10px;
font-size: 18px;
font-weight: 600;
}

.cotegory-dropdown_close {
display: flex;
align-items: center;
justify-content: center;
width: 46px;
font-size: 25px;
padding: 10px;
}

.dropdown_list_item {
display: block;
padding: 9px 16px;
font-weight: 600;
}

.dropdown_list_item:hover {
background: rgb(230, 230, 230);
}

.dropdown_list_item_active {
  background: rgb(230, 230, 230);
}

.cotegory-dropdown_info {
width: 100%;
padding: 15px;
}

.cotegory-dropdown_blog{
display: none;
height: 100%;
}

.dropdown_blog_active {
display: block;
}

.dropdown-child-ul  {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 380px;
}

.dropdown-child-ul a {
padding: 5px;
display: inline-block;
}

.dropdown-child-ul a:hover {
  background: rgb(230, 230, 230);
}

::-webkit-scrollbar {
  width: 5px;
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #4d43c1;
}

.cotegory_dropdown_mob {
padding: 10px;
display: none;
}

.mob_item {
position: relative;
border-bottom: 1px solid #9e9e9e;
padding: 12px 0;
font-weight: 16px;
font-weight: 500;
}

.mob_item_flex {
display: flex;
align-items: center;
justify-content: space-between;
}

.mob_link {
font-weight: 500;
position: relative;
z-index: 15;
}

.mob_header {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 10px;
}

.mob_header_exit {
padding: 5px 10px;
font-size: 18px;
}

.mob_header_name {
font-size: 18px;
font-weight: 600;
}

.mob_next_cot {
position: absolute;
z-index: 10;
width: 100%;
height: 100%;
}

.mob_second_list {
height: 90vh;
overflow: auto;
padding-right: 10px;
}

.mob_third_list .mob_link {
display: block;
width: 100%;
}

.setting_check {
display: flex;
align-items: center;
gap: 15px;
}

.setting_check input {
display: none;
}



.setting_check_lab {
position: relative;
width: 60px;
height: 30px;
border: 1px solid rgb(215, 215, 215);
border-radius: 16px;
}

.setting_check_lab::before {
position: absolute;
content: "";
top: 4px;
left: 5px;
width: 20px;
height: 20px;
background: var(--design-bg);
z-index: 10;
border-radius: 50%;
cursor: pointer;
transition: 0.2s ease;
}

.setting_check input:checked + .setting_check_lab::before{
left: 56%;
transition: 0.2s ease;
background: white;
}

.setting_check input:checked + .setting_check_lab {
background: rgb(123, 165, 123);
}

.header__cotegory {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header__cotegory-content {
  position: relative;
  justify-content: space-between;
}

.header__cotegory-dropdown {
  max-width: 120px;
  width: 100%;
  cursor: pointer;
}

.cotegory-dropdown-contanet {
  justify-content: space-between;
  gap: 10px;
  background: var(--design-bg);
  -webkit-border-radius: var(--border-px);
  border-radius: var(--border-px);
  padding: 8px;
  color: white;
  transition: 0.2s;
}

.cotegory-dropdown-contanet:hover {
  background: var(--design-bg);
  transition: 0.2s;
}

.cotegory-dropdown-title {
  font-weight: bold;
  font-size: 14px;
}

.cotegory-dropdown-icon {
  font-size: 25px;
  pointer-events: none;
}

.header__cotegory-tel {
  gap: 10px;
  max-width: 190px;
  width: 100%;
}



.cotegory-tel-number {
  line-height: 21px;
}

.cotegory-tel-icon {
  font-size: 22px;
color: rgb(4, 112, 11) ;
}

.cotegory-tel-number div:nth-child(2) a {
  color: black;
  font-weight: 600;
}

.cotegory-dropdown, .cotegory-dropdown_min {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background: #eaedf6;
  
}

.cotegory-dropdown_min {
max-width: 25%;
}

.cotegory-dropdown.cotegory-dropdown-active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.cotegory_mob {
display: none;
}

.cotegory-dropdown-ul {
  background: #f8f8f8;
  display: flex;
  gap: 15px;
  padding: 8px;
  flex-flow: column wrap-reverse;
  align-content: space-between;
  height: 800px;
  border: 1px solid #f4f4f4;
}

.cotegory-dropdown-link {
  position: relative;
}

.body_none {
overflow: hidden;
}

.cotegory-dropdown-link a {
margin-top: 8px;
font-size: 14px;
line-height: 18px;
cursor: pointer;
color: #777;
}

.cotegory-dropdown-link {
  width: 23%;
}

.cotegory_dropdown_flex {
display: flex;
align-items: center;
justify-content: space-between;
}

.cotegory_dropdown_flex > a{
  padding: 5px;
  transition: 0.1s ease;
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.cotegory-dropdown-child {
padding-left: 5px;
padding-right: 5px;
}

.cotegory-dropdown-link a:hover {
  background: var(--design-bg);
  transition: 0.1s ease;
  color: white;
}

.header__content_bottom {
margin-top: 20px;
margin-bottom: 20px;
}

.cotegory_dropdown_active .cotegory-link-icon{
transform: rotate(180deg);
transition: 0.2s ease;
}

.header__banner {
width: 80%;
margin: auto;
margin-bottom: 20px;
}

.header__banner_item, .header__banner2_item {
border-radius: var(--border-px);
overflow: hidden;
background: #1187c3;
border: 1px solid #777777ee;
max-width: 70%;
}

.header__banner_item {
border: none;
}

.banner2_img, .banner2_img img {
height: 100%;
width: 100%;
}

.new_banner2_img, .new_banner2_img img {
height: 100%;
width: 100%;
}

.header__banner2_item {
background: #8e8e8e;
height: 100%;
}

.header__banner_content {
height: 380px;
}

.banner2_default {
display: flex;
background: white;
}

.banner2_default img{
width: 30%;
margin: auto;
height: auto;
}

.header__banner_content > div {
height: 100%;
}

.header__banner_img img{
height: 360px;
}

.header__banner_content .slick-dots li{
width: 10px !important;
height: 10px !important;
border: 1px solid #777777ee;
border-radius: 50% !important;
margin: 0 4px;
}

.header__banner_content .slick-dots li.slick-active {
background: var(--design-bg) !important;
border: 1px solid transparent !important;
}

.header__banner_info {
position: relative;
height: 100%;

}

.product {
min-height: 70vh;
}

.product-blog-slider {
margin-top: 20px;
}
/* 
.product-slider-item {
max-width: 270px;
width: 100%;
} */

.header__banner_img_absolute{
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;

}

.header__banner_img_relative {
position: relative;
width: 100%;
height: 100%;
}



.header__banner_img, .header__fullbanner_img {
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  }
  .header__fullbanner_img {
  right: 0%;
}
  .header__fullbanner_img img{
  width: 100%;
  height: 100%;
  }
  
  .header__fullbanner_img {
  width: 100%;
  }

.header__banner_img img {
object-fit: contain;
transition: opacity 300ms ease-in-out 0s;
opacity: 1;
max-width: 300px;
width: 100%;
height: 100%;
}

.full_img {
width: 100%;
left: 0;
}

.header__banner_blog {
position: relative;
z-index: 100;
padding: 30px;
max-width: 720px;
width: 100%;
height: 100%;
}

.slick-track {
height: 100%;
}

.header__banner_title {
font-size: 25px;
color: white;
font-weight: 500;
margin-bottom: 10px;
}

.header__banner_text {
font-size: 18px;
font-weight: 400;
color: white;
margin-top: 20px;
}

.banner_oldprice_text {
font-size: 14px;
color: white;
font-weight: 500;
line-height: 20px;
margin-top: 40px;
}

.banner_oldprice {
  position: relative;
color: white;
font-size: 35px;
font-weight: 500;
margin-top: 30px;
margin-bottom: 10px;
display: inline;

}

.banner_oldprice::before {
content: "";
width: 110%;
height: 2px;
left: -10px;
background: white;
position: absolute;
top: 50%;
}

.banner_newprice {
position: relative;
background: #ffff01;
border-radius: var(--border-px);
display: flex;
align-items: center;
justify-content: center;
color: black;
font-size: 28px;
font-weight: 700;
text-align: center;
margin-top: 20px;
height: 50px;
width: max-content;
padding-left: 50px;
padding-right: 50px;
}

.banner_newprice_sale {
position: absolute;
background: #a8fd77;
color: black;
padding: 0px 15px;
border-radius: var(--border-px);
top: -55%;
right: 0;
transform: rotate(-21deg);
font-size: 22px;
}

.banner_text {
font-size: 18px;
color: white;
line-height: 23px;
margin-top: 25px;
max-width: 620px;
}

.header_message, .header_heart {
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;;
}

.header_message_icon {
color: var(--design-icon);
font-size: 23px;
}

.header_message_amount {
position: absolute;
top: 5px;
right: 15px;
font-size: 12px;
background: var(--design-bg);
color: white;
width: 20px;
height: 20px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.user_message_list {
margin-top: 30px;
}

.user_message_item {
border: 1px solid rgba(0, 0, 0, 0.12);
padding: 10px;
}

.user_message_header {
display: flex;
align-items: center;
justify-content: space-between;
}

.user_message_title {
font-size: 16px;
font-weight: 500;

}

.basket_blog_text {
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
}

.header_message_text {
font-size: 14px;
}

.banner_flex {
  position: relative;
display: flex;
justify-content: space-between;
gap: 20px;
}

.mini_cotegory {
width: 20%;
border: 1px solid #e7e7e7;
}

.mini_cotegory_header {
display: flex;
align-items: center;
gap: 30px;
padding: 10px 15px;
background-color: var(--design-bg);
color: #FFF;
font-weight: 500;
font-size: 16px;
}

.mini_cotegory_list {
height: 380px;
overflow: auto;
}

.mini_cotegory_list2 {
position: absolute;
top: 0;
left: 18.59%;
z-index: 100;
max-width: 1130px;
width: 100%;
height: 100%;
background: white;
border: 1px solid #e7e7e7;
display: none;
}

.mini_cotegory_item {
display: none;
}

.mini_cotegory_link_active {
background: #eaf2f6;
}

.mini_cotegory_item_active {
display: block;
}

.cotegory_list_content {
padding: 20px;
height: 430px;
overflow: auto;
}

.mini_cotegory_item_title {
font-weight: 600;
font-size: 20px;
}

.mini_cotegory_item_list a {
  display: block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.mini_cotegory_item_list a {
display: block;
margin-top: 5px;
}

.mini_cotegory_list::-webkit-scrollbar {
  width: 5px; 
}

.mini_cotegory_list::-webkit-scrollbar-thumb {
  background-color: var(--design-bg); 
  border-radius: 5px; 
}

.mini_cotegory_list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.mini_cotegory_link {
  border-bottom: 1px solid #e3e3e3;
  display: block;
  padding: 7px 50px 7px 15px;
transition: 0.2s ease;

}

.mini_cotegory_link:hover {
background: #eaf2f6;
transition: 0.2s ease;
}

.mob_menu, .pc_none {
display: none;
}

.mob_none, .header__content_logo {
max-width: 100%;
}



@media (min-width: 1024px) and (max-width: 1279px) {

.contacts_info {
gap: 0;
}

.banner_text {
max-width: 420px;
}

.header__banner_blog {
max-width: 60%;
}

.header__content-search {
width: 280px;
}



.banner_newprice {
height: 40px;
}



.cotegory-dropdown {
left: -100%;
transition: 0.3s ease;
height: 100%;
}

.cotegory-dropdown-active {
left: 0%;
transition: 0.3s ease;
}

.cotegory-dropdown-ul, .cotegory-dropdown_header, .cotegory_dropdown_mob {
display: block;
}

.cotegory-dropdown-child, .cotegory-dropdown_flex {
display: none;
}

.hedaer {
position: relative;
}

.header__content_flex {
position: unset;
}

.cotegory-dropdown {
top: 0%;
max-width: 30%;
}

.cotegory-dropdown-link {
width: 100%;
}

.cotegory-dropdown-ul {
height: 94vh;
}

 .cotegory_dropdown_flex {
height: 40px;
}

.dropdown-child-ul > a {
padding-bottom: 5px;
border-bottom: 1px solid #d6d6d6;
}

.cotegory-link-icon {
display: block;
}


.basket_blog {
padding: 0px;
}

.header__banner_blog {
padding: 25px;
}

.mini_cotegory_link {
padding: 7px 3px 7px 15px;
}


.header__banner {
margin-top: 0;
}

.banner_newprice {
font-size: 24px;
}

.header__banner_title, .banner_oldprice {
font-size: 20px;
}

 .banner_oldprice {
font-size: 25px;
}

.banner_newprice_sale {
font-size: 18px;
}

.banner_text {
font-size: 16px;
}

.contacts_item_text {
font-size: 14px;
}


}

@media (min-width: 768px) and (max-width: 1023px) {

 .mini_cotegory, .mob_none, .cotegory-dropdown_flex {
display: none;
}

.mob_v, .mob_menu, .pc_none, .cotegory_dropdown_mob {
display: block;
}

.header__content_flex {
flex-direction: column-reverse;
}

.header__cotegory_flex, .header__content_left {
justify-content: space-between;
}

.contacts_info {
gap: 0;
}


.header__content_left, .header__cotegory_left, .header__banner {
width: 100%;
}

.banner_text {
max-width: 580px;
}

.header__content-search {
width: 280px;
}

.header__banner_blog {
max-width: 56%;
}

.cotegory-dropdown {
left: -100%;
transition: 0.3s ease;
height: 100%;
}

.cotegory-dropdown-active {
left: 0%;
transition: 0.3s ease;
}

.cotegory-dropdown-ul, .cotegory-dropdown_header {
display: block;
}

.cotegory-dropdown-child {
display: none;
}

.hedaer {
position: relative;
}

.header__content_flex {
position: unset;
}

.cotegory-dropdown {
top: 0%;
max-width: 45%;
}

.cotegory-dropdown-link {
width: 100%;
}

.cotegory-dropdown-ul {
height: 94vh;
}

 .cotegory_dropdown_flex {
height: 40px;
}

.dropdown-child-ul > a {
padding-bottom: 5px;
border-bottom: 1px solid #d6d6d6;
}

.cotegory-link-icon {
display: block;
}

.banner_newprice {
height: 40px;
}

.cotegory-dropdown, .cotegory-dropdown_list {
height: 100vh;
}

.basket_blog {
padding: 0px;
}

.header__banner_blog {
padding: 25px;
}

.header__banner {
margin-top: 0;
}

.header__content_left {
margin-top: 10px;
}

.banner_newprice {
font-size: 30px;
}

.header__banner_title, .banner_oldprice {
font-size: 25px;
}

.header__banner_title {
font-size: 20px;
}



.contacts_item_text, .banner_text{
font-size: 14px;
}

}

@media (min-width: 568px) and (max-width: 767px) {


 .mini_cotegory, .mob_none, .header_cotegory_message, .cotegory-dropdown_flex {
display: none;
}

.mob_v, .mob_menu, .pc_none, .cotegory_dropdown_mob {
display: block;
}

.header__content_flex {
flex-direction: column-reverse;
}

.header__cotegory_flex, .header__content_left {
justify-content: space-between;
}

.contacts_info {
flex-wrap: wrap;
}

.contacts_info {
gap: 0;
}

.cotegory_flex {
gap: 8px;
}

.header__content_left, .header__cotegory_left, .header__banner {
width: 100%;
}

.banner_text {
max-width: 100%;
}

.contacts_item {
max-width: 45% !important;
}

.header__banner_blog {
max-width: 70%;
}

.product-slider-item {
max-width: 270px;
}

.cotegory-dropdown-link {
width: 31%;
}

.header__banner_img {
max-width: 185px;
}

.header__content-search {
width: 280px;
}

.contacts_info, .header__banner_img img {
height: 100% !important;
}

.banner_newprice {
height: 40px;
}

.header__content-search {
height: 38px;
}

.header__banner_content {
height: 270px;
}

.cotegory-dropdown, .cotegory-dropdown_list {
height: 100vh;
}
.cotegory-dropdown {
left: -100%;
transition: 0.3s ease;
height: 100%;
}

.cotegory-dropdown-active {
left: 0%;
transition: 0.3s ease;
}

.cotegory-dropdown-ul, .cotegory-dropdown_header {
display: block;
}

.cotegory-dropdown-child {
display: none;
}

.hedaer {
position: relative;
}

.header__content_flex {
position: unset;
}

.cotegory-dropdown {
top: 0%;
max-width: 65%;
}

.cotegory-dropdown-link {
width: 100%;
}

.cotegory-dropdown-ul {
height: 94vh;
}

 .cotegory_dropdown_flex {
height: 40px;
}

.dropdown-child-ul > a {
padding-bottom: 5px;
border-bottom: 1px solid #d6d6d6;
}

.cotegory-link-icon {
display: block;
}
.banner_newprice, .contacts_title {
font-size: 18px;
}

.banner_oldprice {
font-size: 18px;
}

.header__banner_title {
font-size: 15px;
}

.banner_text {
font-size: 14px;
}

.banner_newprice_sale {
font-size: 14px ;
}

.header_message_text, .contacts_item_text  {
font-size: 11px;
}

.basket_blog_text {
font-size: 12px;
}

.basket_blog {
padding: 0px;
}

.header__content_flex {
padding: 5px;
}

.header__banner_blog {
padding: 25px;
}

.footer {
padding: 30px 0 35px 0;
}

.header__banner, .header__content_left {
margin-top: 10px;
}

.banner_newprice {
margin-top: 8px;
}


}

@media (min-width: 480px) and (max-width: 567px) {

 .header_cotegory_message, .mini_cotegory, .mob_none, .cotegory-dropdown_flex {
display: none;
}

.mob_v, .mob_menu, .pc_none, .cotegory_dropdown_mob {
display: block;
}

.header__content_flex {
flex-direction: column-reverse;
}

.header__cotegory_flex, .header__content_left {
justify-content: space-between;
}

.contacts_info {
flex-wrap: wrap;
}

.contacts_info {
gap: 0;
}

.cotegory_flex, .header__cotegory_flex {
gap: 8px;
}

.header__content_left, .header__cotegory_left, .header__banner {
width: 100%;
}

.setting_site_content, .banner_text {
max-width: 100%;
}

.basket_dropdown  {
width: 88vw;
}

.contacts_item {
max-width: 45% !important;
}

.product-slider-item {
max-width: 245px;
}

.header__banner_img {
max-width: 180px;
}

.header__banner_blog {
max-width: 60%;
}

.header__cotegory-dropdown {
max-width: 110px;
}

.header__content-search {
width: 215px;
}
.contacts_info, .header__banner_img img {
height: 100% !important;
}

.banner_newprice {
height: 30px;
}

.header__content-search {
height: 38px;
}

.header__banner_content {
height: 230px;
}

.cotegory-dropdown, .cotegory-dropdown_list {
height: 100vh;
}

.cotegory-dropdown {
left: -100%;
transition: 0.3s ease;
height: 100%;
}

.cotegory-dropdown-active {
left: 0%;
transition: 0.3s ease;
}

.cotegory-dropdown-ul, .cotegory-dropdown_header {
display: block;
}

.cotegory-dropdown-child {
display: none;
}

.hedaer {
position: relative;
}

.header__content_flex {
position: unset;
}

.cotegory-dropdown {
top: 0%;
max-width: 65%;
}

.cotegory-dropdown-link {
width: 100%;
}

.cotegory-dropdown-ul {
height: 94vh;
}

 .cotegory_dropdown_flex {
height: 40px;
}

.dropdown-child-ul > a {
padding-bottom: 5px;
border-bottom: 1px solid #d6d6d6;
}

.cotegory-link-icon {
display: block;
}

.banner_newprice_sale {
  top: -62%;
  padding: 0px 8px;
}


.header_message_icon {
font-size: 20px;
}

.banner_newprice, .contacts_title{
font-size: 18px;
}

.header__banner_title, .banner_oldprice{
font-size: 14px;
}

.banner_newprice_sale {
font-size: 14px;
}

.header_message_text, .contacts_item_text  {
font-size: 11px;
}

.basket_blog_text, .cotegory-dropdown-title, .banner_text{
font-size: 12px;
}

.banner_text {
line-height: 19px;
}

.basket_blog, .header__content_top {
padding: 0px;
}

.header__content_flex {
padding: 5px;
}

.header__banner_blog {
padding: 15px;
}

.footer {
padding: 30px 0 35px 0;
}

.banner_newprice {
padding-left: 20px;
padding-right: 20px;
}

.header__banner, .header__content_left, .banner_newprice {
margin-top: 10px;
}

.banner_text {
margin-top: 15px;
}


}

@media (min-width: 320px) and (max-width: 479px) {


 .header_cotegory_message, .header_message_text, .basket_blog_text, .mini_cotegory, .mob_none, .main_left, .cotegory-dropdown_flex {
display: none;
}

.mob_v, .header_amount_shop, .mob_menu, .pc_none, .cotegory_dropdown_mob {
display: block;
}

.header__content_flex {
flex-direction: column-reverse;
}

.cotegory-dropdown-contanet {
justify-content: center;
}

.header__cotegory_flex, .header__content_left {
justify-content: space-between;
}

.contacts_info {
flex-wrap: wrap;
}

.contacts_info, .header__cotegory_flex {
gap: 0;
}

.cotegory_flex {
gap: 26px;
}

.header__content_left {
gap: 32px;
}

.header__content_left, .header__cotegory_left, .header__banner, .main_right {
width: 100%;
}

.basket_dropdown  {
width: 88vw;
}

.banner_text {
max-width: 250px;
}

.header__banner_item, .header__banner2_item, .setting_site_content {
max-width: 100%;
}

.contacts_item {
max-width: 45% !important;
}

.product-slider-item {
max-width: 185px;
}

.header__banner_img {
max-width: 115px;
}

.setting_message_input input {
max-width: 200px;
}

.header__content_img {
width: 60px;
}

.header__cotegory-dropdown {
max-width: max-content;
}

.header__content-search {
width: 220px;
}

.contacts_info, .header__banner_img img {
height: 100% !important;
}

.banner_newprice {
height: 30px;
}

.header__content-search {
height: 38px;
}

.header__banner_content {
height: 210px;
}


.cotegory-dropdown, .cotegory-dropdown_list {
height: 100vh;
}

.message_checkbox_title {
  top: -23px ;
  right: -3px ;
}

.slick-slider > .slick-arrow {
top: 42%;
}

.cotegory-dropdown {
left: -100%;
transition: 0.3s ease;
height: 100%;
}

.cotegory-dropdown-active {
left: 0%;
transition: 0.3s ease;
}

.cotegory-dropdown-ul, .cotegory-dropdown_header {
display: block;
}

.cotegory-dropdown-child {
display: none;
}

.hedaer {
position: relative;
}

.header__content_flex {
position: unset;
}

.cotegory-dropdown {
top: 0%;
max-width: 100%;
}

.cotegory-dropdown-link {
width: 100%;
}

.cotegory-dropdown-ul {
height: 94vh;
overflow: scroll;
}

 .cotegory_dropdown_flex {
height: 40px;
}

.dropdown-child-ul > a {
padding-bottom: 5px;
border-bottom: 1px solid #d6d6d6;
}

.cotegory-link-icon {
display: block;
}

.header_message_icon {
font-size: 24px;
}

.header__banner_title, .banner_oldprice, .banner_newprice, .contacts_title{
font-size: 16px;
}

.banner_newprice_sale, .message_checkbox_title, .setting_bg_title {
font-size: 14px;
}

.contacts_item_text, .banner_text {
font-size: 11px;
}

.basket_blog_text, .cotegory-dropdown-title, .header__content-search, .product-slider-btn{
font-size: 12px !important;
}

.banner_text {
line-height: 18px;
}

.basket_blog, .header__content_top, .header__content_flex {
padding: 0px;
}

.product-slider-item-blog {
padding: 8px;
}

.header__banner_blog {
padding: 15px;
}

.product-blog {
padding: 15px 0;
}

.header__cotegory_flex {
padding-top: 5px;
padding-bottom: 5px;
}

.product-slider-item-blog {
padding: 10px;
}

.footer {
padding: 30px 0 35px 0;
}

.banner_newprice {
padding-left: 20px;
padding-right: 20px;
}

.product-slider-item {
padding-left: 5px;
padding-right: 5px;
}

.header__banner, .header__content_left {
margin-top: 10px;
}

.basket {
margin-right: 4px;
}

.header__content_left {
margin-top: 5px;
}

.banner_text {
margin-top: 8px;
}

.header__banner_title, .header__banner, .slick-dotted.slick-slider {
margin-bottom: 0;
}
}

@media (min-width: 320px) and (max-width: 350px) {
.header__content-search {
    width: 175px;
}
}



.footer {
background: #f4f4f4;
padding: 60px 0 35px 0; 
}

.footer__content {
gap: 20px;
}

.footer-blog {
 max-width: 33%;
 width: 100%;
}

.footer-blog-title {
font-size: 18px;
font-weight: 600;
color: #555;
margin-bottom: 10px;
}

.footer-blog-text {
max-width: 300px;

}

.footer-blog-item a {
font-size: 16px;
color: #555;
}

.footer-blog-support {
flex-direction: column;
font-size: 14px;
color: #555;
}

.footer-blog-support a {
font-size: 18px;
color: #555;

}

.footer-messeg-ul {
gap: 15px;
flex-wrap: wrap;
}

.footer-messeg-item {
  display: flex;
  align-items: center;
  justify-content: center;

}

.footer-messeg-item img {
  width: 30px;
}


.develop {
  background: #f4f4f4;
}

.develop_text {

text-align: end;
font-size: 12px;
padding-bottom: 4px;
}


.develop_text a {
 
}

.ck-content {
height: 150px;
}



@media (min-width: 320px) and (max-width: 479px) {
.footer__content {
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}

.footer-blog {
max-width: 100%;
}

.footer-blog-support a, .footer-blog-title, .footer-blog-item a {
font-size: 14px;
}

.footer {
padding: 44px 0 25px 0;
}
}

