/* Social circle */
.scroll__circle {
  display: none;
}
.social__circle,
.social__circle-open {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 30;
}
.social__circle-open {
  display: none;
  background: #ffffff;
}
.social__circles {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 40px;
  z-index: 9;
}
.social__circle-block {
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  border-radius: 100%;
}
.telegram__circle {
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.26%);
}
.viber__circle {
  background: #7b519d;
}
/* Mobile menu overlay */
.mobile__menu-overlay {
  display: none;
  position: fixed;
  top: 55px;
  left: 0px;
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: 10;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
.mobile__menu-overlay .mobile__menu-lang {
  margin-top: 40px;
}
.mobile__menu-overlay .mobile__menu-link {
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.mobile__menu-overlay ul {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.mobile__menu-overlay .menu-item-has-children {
  padding-top: 20px;
  border-top: 1px solid #f0f6ff;
}
.mobile__menu-overlay .menu-item-has-children > a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 142%;
  letter-spacing: 0.1px;
  color: #667085;
}
.mobile__menu-overlay .menu-item-has-children .sub-menu {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile__menu-overlay .menu-item-has-children .sub-menu li {
  margin-bottom: 20px;
}
.mobile__menu-overlay .menu-item-has-children .sub-menu li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 142%;
  letter-spacing: 0.1px;
  color: #343434;
}
.mobile__menu-overlay .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0px;
}
.mobile__menu-overlay .mobile__menu-lang-block {
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  padding: 10px;
  width: 48%;
}
.mobile__menu-overlay .mobile__menu-lang-active {
  border: 1px solid #0F75BA;
}
.mobile__catalog-overlay,
.mobile__subcategories-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: 11;
}
.mobile__catalog-overlay .mobile__catalog-header,
.mobile__subcategories-overlay .mobile__catalog-header {
  padding: 10px;
  box-shadow: 0px 4px 8px 0px rgba(142, 141, 208, 0.16);
  width: 100%;
  height: 55.9px;
}
.mobile__catalog-overlay .mobile__catalog-close-btn img,
.mobile__subcategories-overlay .mobile__catalog-close-btn img {
  width: 24px;
  height: 24px;
}
.mobile__catalog-overlay .mobile__catalog-content,
.mobile__subcategories-overlay .mobile__catalog-content {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
.mobile__catalog-overlay .mobile__catalog-content ul,
.mobile__subcategories-overlay .mobile__catalog-content ul {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 1em;
  list-style: none;
}
.mobile__catalog-overlay .mobile__catalog-content ul li,
.mobile__subcategories-overlay .mobile__catalog-content ul li {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile__subcategories-overlay .mobile__catalog-content ul {
  padding-left: 0px;
}
.mobile__subcategories-overlay .mobile__catalog-content .subcategory__list-item {
  position: relative;
}
.mobile__subcategories-overlay .mobile__catalog-content .activated__subcategory::before {
  transform: rotate(180deg);
}
.mobile__subcategories-overlay .mobile__catalog-content .subcategories__list > ul {
  display: none;
}
.mobile__subcategories-overlay .mobile__catalog-content .subcategory__list-item::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: 0px;
  top: 32%;
  background-image: url(../img/icons/switch.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.mobile__subcategories-overlay .mobile__catalog-content .subcategories__list-subitem {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Header */
#header__section .header__top-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header__section .header__top-menu #top-menu {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none; 
  column-gap: 30px;
}
.cart_opened {
  overflow: hidden;
}
#header__section .header__top-menu #top-menu li:last-child {
  margin-right: 0px;
}
#header__section .header__top-menu #top-menu li a {
  color: #09295b;
}
#header__section .header__top-menu .current-menu-item a {
  color: #0f75ba !important;
}
#header__section .header__middle-menu {
  padding: 19px 0;
}
.header__top-menu-cont {
  display: flex;
  justify-content: space-between;
}
.menu-top-menu-container { 
  width: calc(100% - 54px);
}
@media screen and (min-width: 960px) and (max-width: 992px) {
  #header__section .header__middle-menu .container{
    max-width: inherit;
  }
  #header__section .header__top-menu .container {
    max-width: inherit;
  }
}
#header__section .header__middle-menu .header__logo {
  max-width: 230px;
}
#header__section .header__middle-menu .header__search-block {
  width: 100%;
  max-width: 490px;
  position: relative;
}
#header__section .header__middle-menu .header__search-block-results {
  position: absolute;
  width: 100%;
  max-width: 490px;
  background: #FFFFFF;
  z-index: 11;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(142, 141, 208, 0.16);
  display: none;
  padding-bottom: 8px;
}
#header__section .header__middle-menu .header__search-block-results .highlight,
.highlight {
  color: #343434;
  margin: 0 3px;
}
#header__section .header__middle-menu .header__search-block-results a {
  color: #9fa5b1;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142%;
  letter-spacing: 0.1px;
  padding: 10px;
  display: flex;
  width: 100%;
  white-space: nowrap;
  width: 100%;
  overflow-x: hidden;
  flex-wrap: wrap; 
}
#header__section .header__middle-menu .header__search-block-results a:hover {
  background: var(--background-middle, #f8f9fb);
}
#header__section .header__middle-menu .header__search-block-results div:last-child a {
  padding-bottom: 0px;
}
#header__section .header__middle-menu .header__search-block label, 
#header__section .header__middle-menu .header__search-block label input {
  width: 100%;
  position: relative;
  z-index: 11;
}
.header__search-block .search-form {
  position: relative;
}
#header__section .header__middle-menu .header__search-block label input {  
  padding: 11px 12px;
  border: 1px solid #0f75ba;
  border-radius: 14px;
  background: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  color: #151617; 
  background-image: url(../img/icons/search.svg);
  background-size: 24px;
  background-position: 97% calc(50% - 0px);
  background-repeat: no-repeat;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#header__section .header__middle-menu .header__search-block label input::placeholder {
  color: #c2c4c9;
}
#header__section .header__middle-menu .header__search-block label input:focus::placeholder {
  color: transparent;
}
#header__section .header__middle-menu .header__search-block label input::-webkit-search-cancel-button {
  margin-right: 30px; 
}
#header__section .header__middle-menu label input[type="search"]::-webkit-search-decoration,
#header__section .header__middle-menu label input[type="search"]::-webkit-search-cancel-button,
#header__section .header__middle-menu label input[type="search"]::-webkit-search-results-button,
#header__section .header__middle-menu label input[type="search"]::-webkit-search-results-decoration {
  position: relative;
  right: 20px;
}
#header__section .header__middle-menu .header__search-block input[type="submit"] {
  display: none;
  position: absolute;
  right: 1px;
  z-index: 11;
  background: none;
  border: none;
  color: transparent;
  height: 100%;
  background-image: url(../img/icons/search-btn.svg);
  background-repeat: no-repeat;
  /* max-width: 48px;  */
  padding: 0;
  border-radius: 10px 14px 14px 10px; 
  width: 45px;
}
#header__section .header__middle-menu .header__search-block label input:focus {
  outline: none;
  border: 1px solid #0B3D8B;
  background-image: url(../img/icons/search-btn.svg); 
  background-size: 47px 42px;
  background-position: 100.5% calc(50% - 0px);
  background-repeat: no-repeat;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
#header__section .header__middle-menu .header__search-col {
  width: 75%;
}
#header__section .header__middle-menu .header__search-col .button__cart {
  position: relative;
  cursor: pointer;
}
#header__section .header__middle-menu .header__search-col .button__cart span {
  margin-right: 9.75px;
}
#header__section .header__middle-menu .header__search-col .button__cart-count {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  right: 2%;
  top: 10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.5px;
  color: #002154;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header__section .header__wishlist-btn {
  position: relative;
}
#header__section .header__wishlist-count {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-default, #0b3d8b);
  border-radius: 100%;
  color: var(--stroke, #f6f6f6);
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header__section .header__bottom-menu {
  position: relative;
}
#header__section .header__bottom-menu .header__cat-block {
  display: flex;
  padding: 17px 10px;
  border-bottom: 3px solid transparent;
  width: -webkit-fill-available;
  justify-content: center;
}
#header__section .header__bottom-menu .header__cat-block .header__cat-blockt-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: max-content;
}
#header__section .header__bottom-menu .header__cat-block img {
  height: 18px;
  width: 18px;
}
#header__section .header__bottom-menu .header__cat-block-content {
  display: none;
  position: absolute;
  width: 100%;
  height: 700px;
  background: #ffffff;
  z-index: 10;
  left: 0px;
  top: 58px;
  padding: 16px 18px;
}
#header__section .header__bottom-menu .header__cat-categories {
  column-count: 6;
  column-gap: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#header__section .header__bottom-menu .active__cat-block {
  border-bottom: 3px solid #0f75ba;
}
.search__overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.20);
  z-index: 10;
}
/* Mobile search */
.search__menu-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: #ffffff;
}
.search__menu-overlay .search__menu-header {
  width: 100%;
  height: 56px;
  box-shadow: 0px 4px 8px 0px rgba(142, 141, 208, 0.16);
  padding-left: 16px;
  padding-right: 16px;
}
.search__menu-overlay .search__menu-close {
  width: 24px;
  height: 24px;
}
.search__menu-overlay .search__menu-input {
  max-width: 300px;
  width: 100%;
  margin-right: 8px;
}
.search__menu-overlay .search__menu-input input {
  max-width: 273px;
  width: 100%;
  height: 40px;
  border-radius: 14px 0px 0px 14px;
  border: 1px solid #0b3d8b;
  background: var(--White, #fff);
  padding-left: 12px;
  padding-right: 12px;
  appearance: none;
}
.search__menu-overlay .search__menu-input input:focus,
.search__menu-overlay .search__menu-input input:focus-visible {
  border: 1px solid #0b3d8b;
  outline: none;
}
.search__menu-overlay .search__menu-input button {
  border-radius: 8px;
  width: 48px;
  height: 40px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
}
.search__menu-overlay .search__menu-input button img {
  width: 24px;
  height: 24px;
  transform: scale(1.5);
}
.search__menu-overlay .search__menu-header {
  position: relative;
}
.search__menu-overlay .search__menu-header .header__search-block-results {
  position: absolute;
  left: 0px;
  top: 65px;
  width: 100%;
}
.search__menu-overlay .header__search-block-results .search__menu-item {
  padding: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
.header__search-block-results .search__menu-item-not-found {
  padding-top: 20px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.search__menu-overlay .header__search-block-results .search__menu-item a {
  color: #9fa5b1;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142%; /* 19.88px */
  letter-spacing: 0.1px;
}
/* YITH popup */
#yith-wcwl-popup-message {
  display: none!important;
}
/* Footer section */
#footer__section {
  padding-top: 63px;
  padding-bottom: 73px;
}
#footer__section .widget_text  {
  text-align: center;
  padding-top: 4px;
}
#footer__section .widget_text p {
  display: grid;
}
#footer__section .widget_text p br{
  display: none;
}
#footer__section .widget_text p a {
  font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 142%;
    letter-spacing: 0.1px;
    color: #F5F9FF;
    margin-bottom: 9px;
}
#footer__section .widget_text p a:hover {
  color: #0a58ca;
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  #footer__section .footer__col-socials {
    padding-bottom: 20px;
  }
}
#footer__section .footer__social-block {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  margin: 0 4px;
}
#footer__section .footer__col-list {
  list-style: none;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
#footer__copyright {
  padding-top: 14px;
  padding-bottom: 14px;
}
.header__contact-block p{
  width: max-content;
}
#header__section .header__user-block img {
  width: 24px;
  max-width: 24px;
  height: 24px;
}
#header__section .header__middle-menu .header__search-col > div:nth-child(2) {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.header__middle-menu .container .row .header__search-col{
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}
#header__section .header__middle-menu .header__search-col > div:nth-child(2) .button__cart {
  width: 130px;
}
#header__section .header__middle-menu .button__cart img {
  width: 24px;
  height: 24px;
}
.header__middle-menu .container .row > div:nth-child(1){
  width: max-content;
  padding: 0;
  width: 25%!important;
  align-items: center;
  display: flex;
}
.header__middle-menu .container .row .header__search-col .header__user-block{
  align-items: center;
  column-gap: 34px;
}
#term-of-use__section {
  padding: 40px 0;
}
.red-col {
  color: red!important;
}
.none {
  display: none!important;
}

@media screen and (min-width: 2160px) {
  .header__middle-menu .container .row { 
    width: inherit;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 15px;
  }
  #header__section .header__middle-menu .header__search-block {
    width: 100%;
    max-width: 828px;
  }

  .header__middle-menu .container .row .header__search-col .header__search-block{
    align-items: center;
    display: flex; 
  }
  .header__middle-menu .container .row .header__search-col .header__search-block .search-form{
    max-width: 828px;
    width: 100%;
  }
}
@media screen and ( min-width: 2160px ) {
  #header__section .container {
    max-width: 1680px!important; 
  }
  #header__section .header__middle-menu .header__search-block-results {
    max-width: 100%;
    position: absolute;
    width: 100%;
    background: var(--base-white, #fff);
    z-index: 10;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px rgba(142, 141, 208, 0.16);
    top: 42px;
  }
}
@media screen and (min-width: 2000px) {
  #footer__section .container {
    max-width: 1680px;
  }
}
@media screen and (max-width: 1440px) {
  #header__section .header__middle-menu {
    max-width: inherit;
    padding: 19px 30px;
  }
  .header__search-col {
    column-gap: 15px;
  }
}
@media screen and (max-width: 1400px) {
  #header__section .header__bottom-menu .header__cat-block .header__cat-blockt-title {
    display: grid;
    row-gap: 10px;
  }
  #header__section .header__bottom-menu .header__cat-block img {
    margin: auto;
  }
  #header__section .header__bottom-menu .header__cat-block {
    padding: 26px 5px;
  }
}

@media screen and (max-width: 1300px) {
  #header__section .header__bottom-menu .header__cat-blockt-title {
    display: grid;
    row-gap: 11px;
  } 
  #header__section .header__bottom-menu .header__cat-block img {
    margin: auto;
  }
}

@media screen and (max-width: 1200px) {
  .header__search-col {
    column-gap: 15px;
  }
  .header__middle-menu .container .row > div:nth-child(1) .header__logo{
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  #header__section .header__bottom-menu .header__cat-blockt-title span {
    display: none;
    
  } 
}
@media screen and (max-width: 992px) {
  .scroll__circle {
    width: 70px;
    height: 70px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 100px;
    right: 16px;
    z-index: 20;
    border-radius: 100%; 
    position: fixed;
    bottom: 120px;
    right: 40px;
  } 

}
@media screen and (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
  #header__section .container {
    max-width: 900px; 
  }
  #header__section .header__mob-menu {
    padding: 10px;
  }
  #header__section .header__mob-menu-logo {
    max-width: 123px;
    margin-right: 40px;
    margin-left: 40px;
  }
  #header__section .header__middle-menu .header__logo {
    max-width: 167px;
  }
  #header__section .header__middle-menu .header__search-block {
    max-width: 250px;
  }
  #header__section .header__cat-blockt-title span {
    display: none;
  }
  #header__section .header__bottom-menu .header__cat-block img {
    margin-right: 0px;
  }
  #header__section .header__bottom-menu .header__cat-block img {
    width: 24px;
    height: 24px;
  }
  #header__section .header__bottom-menu .header__cat-block-content {
    top: 75px;
  }
  #header__section .header__middle-menu .container .row > div:nth-child(1) {
    width: 20%!important;
  }
  #header__section .header__middle-menu .header__search-col {
    width: 80%;
  }
  #header__section .header__middle-menu .header__search-block {
    max-width: 360px;
  }
  /* Wrapper section */
  #wrapper__section .owl-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Footer section */
  #footer__section .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 959px) {
  #header__section .header__top-menu #top-menu li a {
    font-size: 12px; 
  }
}
@media screen and (max-width: 768px) {
  #header__section .header__mob-menu {
    box-shadow: 0px 4px 8px 0px rgba(142, 141, 208, 0.16);
    background-color: #ffffff !important;
  }
}
@media screen and (max-width: 425px) {
  .scroll__circle {
    position: fixed;
    bottom: 100px;
    right: 16px;
  }
  .social__circle,
  .social__circle-open {
    bottom: 16px;
    right: 16px;
  }
  .social__circles {
    bottom: 90px;
    right: 16px;
    z-index: 10;
  }
  /* Header section */
  #header__section .header__mob-menu {
    position: relative;
    z-index: 10;
  }
  #header__section .header__mob-menu .cart_mob img {
    width: 24px;
    height: 24px;
  }
  /* Footer section */
  #footer__section .footer__col-1 {
    margin-top: 50px;
    order: 4;
  }
  #footer__section .footer__col-3 {
    margin-top: 50px;
    order: 3;
  }
  #footer__section .footer__col-4 {
    order: 1;
  }
  #footer__section .footer__col-5 {
    margin-top: 50px;
    order: 2;
  }
  #footer__section {
    padding: 60px 0 50px;
  }
}
