body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000;
}
h1 {
  font-size: 1.8rem;
  font-family: Tahoma, sans-serif;
  font-weight: 600;
  color: #131345;
  margin-bottom: 1rem;
}
h2 {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  line-height: 3rem;
}
h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.35;
}
a {
  color: #2196f3;
  outline: 0 !important;
  transition: all 0.35s;
  text-decoration: none !important;
}
a:hover {
  color: #2196f3;
}
img {
  max-width: 100%;
  height: auto;
}
.main-header {
  padding: 3rem 0 1.25rem;
}
.logo-wrap {
  display: flex;
  align-items: center;
}
.right-main {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.logo img {
  width: 4.5rem;
  margin-right: 1rem;
}
.main-search input {
  width: 100%;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  height: 2.85rem;
  border-radius: 10px;
  font-weight: 300;
  padding: 1rem;
}
.profile-block {
  display: flex;
}
section {
  padding: 1.5rem 0;
}
.profile-block a {
  margin-left: 1rem;
  color: #3a405f;
}
.profile-block a img {
  margin-right: 0.3rem;
}
.phone-block a {
  display: block;
  color: #3a405f;
}
.profile-block {
  padding-left: 1rem;
}
.profile-block svg {
  stroke: currentColor;
}
.phone-block .call-back {
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  background: #2163ac;
  border-radius: 0.5rem;
  padding: 7px 11px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}
.header-row_item {
  height: 4.25rem;
  width: 33%;
}
.header-left {
  width: 32%;
}
.header-center {
  width: 75%;
}
.header-right {
  width: 30.5%;
}
.cat-btn_wrap .btn {
  background: #2163ac;
  padding: 0.58rem 0.75rem;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
}
.cat-btn_wrap .btn img {
  margin-right: 0.25rem;
}
.nav-link {
  font-size: 0.8rem;
  color: #3a405f;
}
.main-banner_item {
  background: #ddd;
  border-radius: 15px;
  height: 21rem;
  box-shadow: 0 6px 20px 0 rgba(27, 27, 31, 0.1);
  transition: 0.2s all;
}
.main-banner_item img {
  border-radius: 15px;
}
.main-banner {
  padding-top: 0;
}
.sub_banner {
  padding: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #032448;
}
.sub_banner .btn {
  color: #2163ac;
  background: #fff;
  border: 1px solid #b8b8b8;
  padding: 0.5rem 1.25rem;
  margin-top: 13%;
}
.summary_item {
  background: #032448;
  height: 10rem;
  border-radius: 15px;
  color: #fff;
  padding: 1.5rem;
}
.main-category {
  padding-top: 0;
}
.main-category_item {
  background: #f7f8fa;
  padding: 1.5rem;
  height: 11rem;
  border-radius: 15px;
  margin-bottom: 1.75rem;
  position: relative;
  overflow: hidden;
}
.main-category_item p {
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.main-category_item img {
  position: absolute;
  width: 70%;
  right: 1rem;
  bottom: 0;
  z-index: 0;
  transition: 0.2s all;
}
.main-category_item:hover img {
  width: 73%;
}
.main-category a {
  color: #032448;
}
.top-product_banner {
  background: #032448;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 2rem;
  height: 50.2rem;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.top-product_banner img {
  position: absolute;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 500px) {
  .top-product_banner img {
    height: auto;
  }
}
.top-product_banner_content {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  padding-top: 15%;
}
.top-product_banner_content .btn {
  color: #fff;
  border: 2px solid;
  margin-top: 3rem;
}
.top-product_banner_content .btn:hover {
  color: #2163ac;
}
.product-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  flex-wrap: wrap;
}
.product-item {
  box-shadow: 0 6px 20px 0 rgba(27, 27, 31, 0.1);
  width: 30%;
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  transition: 0.2s all;
}
.product-item:hover {
  cursor: pointer;
  box-shadow: 1px 1px 5px #e5e5e5;
  transform: translateY(3px);
}
.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding-top: 0.35rem;
  min-height: 3rem;
}
.cart-btn {
  background: #2163ac;
  color: #fff;
  padding: 0.35rem 0.95rem;
  border-radius: 10px;
}
.cart-btn:hover {
  background: #032448;
  color: #fff;
}
.product-price {
  font-weight: 700;
}
.sale .product-price {
  color: #f44336;
}
.product-price span {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: #727272;
}
.prdocut-name {
  font-size: 0.835rem;
  height: 2.75rem;
  overflow: hidden;
  color: #000;
}
.product-image {
  min-height: 12.5rem;
  padding-bottom: 0.75rem;
}
.brand-logo_item {
  box-shadow: 0 6px 20px 0 rgba(27, 27, 31, 0.1);
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  transition: 0.2s all;
}
.brand-logo_item:hover {
  cursor: pointer;
  box-shadow: 1px 1px 5px #e5e5e5;
  transform: translateY(3px);
}
.brand-logo_item img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
  padding: 1rem;
}
.five-product-row .product {
  width: 18.5%;
}
.main-tags_wrap {
  background: #032448;
  padding: 2rem;
  border-radius: 15px;
}
.main-tags_wrap h3 {
  color: #fff;
}
.main-tags_content__cloud a {
  padding: 0.35rem 0.75rem;
  font-size: 0.85rem;
  border-radius: 1rem;
  background: #f7f8fa;
  color: #20446b;
  margin-right: 0.35rem;
  display: inline-block;
  margin-bottom: 0.7rem;
}
.main-tags_content__cloud a:hover {
  background: #2163ac;
  color: #fff;
}
.main-tags_form {
  background: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 6px 20px 0 rgba(27, 27, 31, 0.1);
}
.main-tags_form .lead {
  font-size: 0.8rem;
  color: #364f5b;
  margin-bottom: 0.35rem;
}
.main-tags_form input {
  font-weight: 300;
  color: #032448;
}
.main-tags_form label {
  margin-bottom: 0.15rem;
  font-size: 0.8rem;
}
.p-mutted {
  font-size: 0.65rem;
  color: #868686;
  font-weight: 300;
  margin-bottom: 0;
}
.main-tags_form .btn-primary {
  background: #2163ac;
  border: 1px solid #45cb5b;
  font-weight: 300;
  width: 100%;
}
.form-footer {
  padding: 1rem 0;
}
.main-about_wrap {
  background: #f7f8fa;
  padding: 2.5rem;
  border-radius: 15px;
  font-size: 0.9rem;
  font-weight: 300;
}
.main-footer {
  padding: 2.5rem 0 4rem;
  background: #f7f8fa;
  color: #032448;
  margin-top: 3.5rem;
  border-top: 2px solid #2163ac;
}
.main-footer a {
  color: #032448;
}
.main-footer a:hover {
  color: #2196f3;
}
.main-footer ul {
  list-style-type: none;
  padding-left: 0;
  justify-content: flex-end;
}
.main-footer ul li {
  line-height: 1.6rem;
  font-size: 0.85rem;
  font-weight: 300;
}
.footer-info {
  text-align: right;
}
.main-footer .btn-contact {
  background: #2163ac;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.footer-info p {
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
  font-weight: 300;
}
.messengers {
  display: flex;
  margin-top: 0.75rem;
}
.messengers li a {
  color: #fff;
  background: #ddd;
  padding: 0.45rem 0.7rem;
  border-radius: 0.5rem;
  margin-left: 0.35rem;
}
.messengers li a:hover {
  background: #b0b0b0;
  color: #ffff;
}
.messengers li .viber {
  background: #574e92;
}
.messengers li .whts {
  background: #00a884;
}
.messengers li .tlg {
  background: #08c;
}
.svg_mess {
  width: 15px;
  height: auto;
}
.review_item {
  box-shadow: 0 6px 20px 0 rgba(27, 27, 31, 0.1);
  padding: 1rem;
  border-radius: 15px;
  position: relative;
  margin-bottom: 2rem;
}
.review_item p {
  margin-bottom: 0.35rem;
  font-size: 0.85rem;
  font-weight: 300;
}
.review_item img {
  border-radius: 150rem;
  padding: 1rem;
}
.review-stars {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.main-tags_content p {
  color: #fff;
  font-weight: 300;
  font-size: 0.85rem;
}
.modal-catalog .modal-dialog {
  margin: auto;
  margin-top: 0;
  max-width: 100%;
  transition-duration: 0.2s;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.catalog-content {
  min-height: 100vh;
  border: none;
  border-radius: 0;
}
.phone-block .call-back:hover {
  background: #ddd;
}
.mobile-top {
  display: none;
}
.modal-catalog-head {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.modal-catalog_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-direction: column;
  align-items: center;
}
.modal-catalog_thumb {
  width: 30%;
}
.modal-catalog_list a {
  font-size: 0.8rem;
  color: #364f5b;
}
.modal-catalog_item .modal-catalog_list ul {
  list-style-type: none;
  padding-left: 0;
}
.modal-catalog_item .modal-catalog_list a {
  font-size: 0.8rem;
  color: #364f5b;
}
.modal-catalog_item a:hover {
  color: #2196f3;
}
.modal-catalog_item .modal-catalog_title {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1.15rem;
}
.modal-catalog_item .modal-catalog_title:hover {
  color: #2196f3;
}
.modal-catalog-wrap h2 {
  margin-bottom: 2rem;
}
.modal-catalog-wrap {
  height: 92vh;
  overflow: auto;
  padding-top: 2rem;
}
.close {
  outline: 0;
}
.profile-block .dropdown-item {
  margin-left: 0;
  font-size: 0.85rem;
}
.dropdown-menu.show {
  top: 10px !important;
  box-shadow: 0 6px 20px 0 rgba(27, 27, 31, 0.1);
  border: 1px solid #fff;
}
.dropdown-toggle::after {
  display: none;
}
.sub_banner {
  background-image: url(/content/uploads/2021/07/315-1024x683.jpg);
  background-size: cover;
  background-position: bottom right;
}
.summary_item {
  background-image: url(/content/uploads/2021/02/ef13d8f3432dabc05838c163439f5914.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.summary_item p {
  z-index: 2;
  position: relative;
  padding-top: 22%;
  font-weight: 600;
  transition: 0.2s all;
  margin-bottom: 0.35rem;
}
.summary_item span {
  display: inline-block;
  z-index: 2;
  position: relative;
  font-size: 0.75rem;
  background: #2163ac;
  padding: 0.15rem 0.75rem;
  border-radius: 5px;
  font-weight: 300;
}
.summary_item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(195, 34, 83, 0) 0, #032448 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  transition: 0.2s all;
}
.summary a:hover .summary_item p {
  padding-top: 18%;
}
.sum_tb2 {
  background-image: url(/content/uploads/2021/02/e054a10362dace36c2838d9a7fc83196.jpg);
}
.sum_tb3 {
  background-image: url(/content/uploads/2021/02/13bdda11f752f8447f5a4e72cb480941.jpg);
}
.sum_tb4 {
  background-image: url(/content/uploads/2021/02/08c3586f3e5771c56c10fc5fa827ca3e.jpg);
}
.big-banner {
  background-image: url(../img/banner1.png);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.big-banner {
  padding: 2rem;
}
.big-banner p {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  max-width: 70%;
}
.big-banner .btn {
  color: #fff;
  border: 2px solid;
  margin-top: 3rem;
}
.main-about_wrap p {
  font-size: 1rem;
  margin-bottom: 0.35rem;
  color: #39393a;
}
.main-about_wrap ul {
  padding-left: 1.75rem;
}
.main-about_wrap ul li {
  position: relative;
  list-style: none;
}
.main-about_wrap ul li:before {
  left: -15px;
  content: "";
  position: absolute;
  top: 4px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #032448;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.main-about_wrap h1 {
  margin-bottom: 1.75rem;
  color: #39393a;
}
.swiper-container {
  width: 100%;
  height: 13rem;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  top: 34%;
}
.swiper-pagination-bullet-active {
  background: #2163ac;
}
.swiper-slide .product-item {
  width: 100%;
}
#swiper-sale {
  height: 25rem;
  padding: 0 0.65rem;
}
.brand-row {
  display: flex;
  justify-content: space-between;
  align-items: top;
  align-content: stretch;
  margin-bottom: 2rem;
}
.brand-row .brand-logo_item {
  width: 15%;
}
.main-category .all-cat {
  background: #f7f8fa;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  color: #2163ac;
}
.main-category .all-cat:hover {
  color: #2196f3;
}
.social-links a {
  display: inline-block;
  vertical-align: baseline;
  background: #032448;
  margin: 1.2% 1.85%;
  padding: 0.4rem;
  text-align: center;
  border-radius: 150rem;
  width: 2.5rem;
  height: 2.5rem;
}
.social-links img {
  width: 1.3rem;
  height: auto;
}
.social-links a:hover {
  background: #8a8a8a;
}
.type-modal .modal-content {
  background-clip: padding-box;
  border: 1px solid #fff;
  outline: 0;
  padding: 2rem 3rem;
  background: #fff;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin: 0 auto 0 auto;
  margin-top: 20vh;
  width: 85%;
}
.modal-from_wrap p {
  font-size: 0.8rem;
  color: #364f5b;
  margin-bottom: 1rem;
}
.modal-from_wrap input {
  display: block;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  height: 2.85rem;
  border-radius: 10px;
  font-weight: 300;
  padding: 1rem;
  font-size: 1.15rem;
  width: 100%;
}
.modal-backdrop.show {
  background: #f7f8fa;
  opacity: 0.8;
}
.type-modal .close {
  width: 2rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.modal-from_wrap .wpcf7-submit {
  background: #2163ac;
  border: none;
  font-weight: 300;
  width: 100%;
  color: #fff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  display: inline-block;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.modal-from_wrap h3 {
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}
.modal-from_wrap .small {
  font-size: 0.7rem;
  color: #555;
}
.wpcf7 form .wpcf7-response-output {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f7f8fa;
  color: #3a405f;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border: none;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 300;
  border: none !important;
}
.reviews {
  position: relative;
}
.reviw-full {
  display: none;
}
.review,
.review1 {
  display: block !important;
}
#revMore {
  border: none;
  background: #f7f8fa;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 300;
  border-radius: 10px;
}
.rev-preload {
  display: none;
}
.rev-preload {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 9;
}
.main-about_wrap .col-md-4 p {
  font-weight: 600;
}
.page-widgets .widget {
  background: #f7f8fa;
  padding: 1.5rem;
  border-radius: 10px;
}
.page-widgets ul {
  padding-left: 0;
  list-style-type: none;
}
.page-widgets ul li {
  font-size: 0.9rem;
}
.inform-thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  min-height: 16rem;
  background-position: center;
  margin-bottom: 1.5rem;
}
.inform-thumb h1 {
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  color: #fff;
}
.inform-thumb_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(3, 36, 72, 0.5046393557422969) 45%,
    #032448 100%
  );
}
.single .woocommerce-breadcrumb {
  margin-bottom: 1rem;
}
.inform-thumb_cat {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  z-index: 5;
}
.inform-thumb_cat a {
  background: #2163ac;
  border-radius: 150rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 300;
  padding: 0.35rem 0.75rem;
  margin-right: 0.35rem;
}
.inform-thumb_cat a:hover {
  background: #f7f8fa;
  color: #2163ac;
}
.info-item {
  min-height: 10rem;
  border-radius: 15px;
  overflow: hidden;
  padding: 1rem;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 1rem;
}
.info-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(195, 34, 83, 0) 0, #032448 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  transition: 0.2s all;
}
.info-item .info-item_content {
  position: absolute;
  bottom: 1rem;
  z-index: 5;
  color: #fff;
  font-weight: 600;
  transition: 0.2s all;
}
.info-item:hover .info-item_content {
  bottom: 1.5rem;
}
.info-item_content span {
  position: relative;
  font-size: 0.75rem;
  background: #2163ac;
  padding: 0.15rem 0.75rem;
  border-radius: 5px;
  font-weight: 300;
  display: inline-block;
}
blockquote {
  background: #f7f8fa;
  padding: 1.5rem;
  border-radius: 10px;
  color: #000;
}
.single blockquote p {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.single .woocommerce {
  padding: 1.5rem 0;
}
.service-item {
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  background: #f0f3f8;
  color: #000;
  font-size: 0.85rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  transition: 0.15s all;
}
.service-item:hover {
  background: #f7f8fa;
}
.service-item_name {
  width: 75%;
}
.service-item_price {
  width: 15%;
}
.service-item_btn {
  width: 10%;
}
.service-item_btn button {
  background: #3a405f;
  border: none;
  padding: 0.25rem 0.75rem;
  border-radius: 10px;
  color: #fff;
}
.archive-description {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.subcat-item {
  background: #f7f8fa;
  padding: 1rem;
  border-radius: 10px;
  min-height: 14.5rem;
  margin-bottom: 1.5rem;
}
.subcat-item ul {
  padding-left: 1rem;
}
.subcat-item ul li {
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
}
.subcat-item ul li a {
  color: #2163ac;
  font-weight: 300;
}
.subcat-item ul li a:hover {
  color: #2196f3;
}
.subcat-item .btn {
  font-size: 0.7rem;
  color: #f7f8fa;
  background: #3a405f;
  margin-right: 0.75rem;
  border-radius: 6px;
}
.subcat-item h4 {
  margin-bottom: 1rem;
}
.blocks-gallery-item img {
  border-radius: 10px;
}
.single p {
  font-size: 0.9rem;
}
.service-item_block {
  background: #f7f8fa;
  border-radius: 10px;
  padding: 1.5rem;
}
.service-item_block .btn {
  color: #fff;
  background: #2163ac;
  border: 1px solid #2163ac;
  padding: 0.75rem 1.25rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  border-radius: 6px;
  margin-bottom: 0;
}
.service-item_block .btn:hover {
  background: #309d43;
  color: #fff;
  border: 1px solid #309d43;
}
.blocks-gallery-grid {
  margin: 1.35rem 0 !important;
}
.service-item_block p {
  font-weight: 700;
  color: #000;
  font-size: 1.65rem;
}
.info-small {
  padding: 0 0 1.5rem;
  font-size: 0.8rem;
  color: #3a405f;
}
.bundle-content {
  font-size: 0.8rem;
  padding: 1rem 0;
}
.sub_p {
  color: #2163ac;
  margin-left: 20%;
}
.product.yith-wcpb-product-bundled-item.sub_lebel {
  margin-left: 20%;
}
.total-weight {
  font-size: 0.8rem;
}
.main-form-last {
  padding: 2rem 1.5rem;
  background: #2263ad;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  margin: 2.5rem 0;
}
.main-form_title {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.main-form-last .btn {
  background: #2163ac;
  color: #fff;
  width: 13rem;
  border-radius: 150rem;
}
.tazasuu-block-button__link {
  background-color: #2163ac !important;
  padding: 0.35rem 2rem !important;
}
.tazasuu-block-button {
  margin: 1rem 0 2rem !important;
}
#billing_email_field {
  display: none;
}
.top-menu .nav-header ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.top-menu .nav-header ul li a {
  font-size: 0.8rem;
  color: #3a405f;
  display: block;
  padding: 0.5rem 1rem;
}
.top-menu .nav-header ul li a:hover {
  color: #2196f3;
}
#form_ajax_filter_api {
  background: #f7f8fa;
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 1.5rem;
}
.form_title {
  width: 100%;
}
#form_ajax_filter_api label {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  color: #3a405f;
  border-bottom: 0;
  font-weight: 600;
}
#form_ajax_filter_api [type="radio"]:not(:checked) + label {
  background: #deebf9;
  color: #3a405f;
  font-size: 0.85rem;
  margin-right: 0.35rem;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-weight: 400;
}
#form_ajax_filter_api [type="radio"]:checked + label {
  background: #2163ac;
  color: #fff !important;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 0.85rem;
  margin-right: 0.35rem;
  font-weight: 400;
}
#form_ajax_filter_api .form-control {
  border: 1px solid #efefef;
  padding: 0.15rem 0.7rem;
  font-size: 0.85rem;
}
.disabled {
  opacity: 0.7;
}
.btn-filters_more {
  background: #fff;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.9rem;
  color: #027bfe;
  border: 1px dashed;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#form_ajax_filter_api .form-group {
  margin-bottom: 0.75rem;
}
.btn-filter-action {
  width: 100%;
  font-size: 1rem;
  background: #46cb5c;
  border: 1px solid #46cb5c;
  color: #fff !important;
  padding: 0.75rem;
}
.first_filter_group .form-check-label {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .main-form_title {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .product.yith-wcpb-product-bundled-item.sub_lebel {
    margin-left: 10%;
  }
  .all-cat {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
  .header-row {
    flex-wrap: wrap-reverse;
  }
  .header-row_item {
    width: 100%;
  }
  .main-header {
    padding: 4rem 0 1rem;
  }
  .logo {
    width: 40%;
  }
  .cat-btn_wrap {
    text-align: right;
  }
  .logo-wrap {
    justify-content: space-between;
  }
  .top-product_banner_content {
    font-size: 1.75rem;
  }
  .top-product_banner {
    padding: 1rem;
    height: 20.2rem;
    margin-bottom: 1rem;
  }
  .five-product-row .product-item {
    width: 50%;
  }
  .header-left {
    display: none;
  }
  .mobile-top {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0.35rem;
    z-index: 9;
    align-items: center;
  }
  .m-hide-text {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
  .mobile-logo {
    width: 4rem;
    margin-left: 0.5rem;
  }
  .btn-light {
    color: #212529;
    background-color: #2263ad;
    border-color: #2263ad;
  }
  .header-right {
    position: fixed;
    top: 0.75rem;
    z-index: 10;
    width: 50%;
    right: 1rem;
  }
  .phone-block .call-back {
    display: none;
  }
  .profile-block {
    padding-left: 0.45rem;
  }
  .top-menu .nav {
    justify-content: left;
    width: 100%;
    overflow: scroll;
    display: flex;
    padding-right: 1rem;
    flex-wrap: nowrap;
    padding-left: 0.75rem;
    margin-top: 0.75rem;
  }
  .top-menu .nav .nav-link {
    white-space: nowrap;
    font-size: 0.8rem;
    color: #292929;
    background: #f6f8fb;
    border-radius: 0.5rem;
    padding: 0.35rem 0.75rem;
    margin-right: 0.5rem;
  }
  .top-menu .nav .nav-link {
    padding: 0.5rem;
  }
  .top-menu .nav::-webkit-scrollbar {
    display: none;
  }
  .top-menu .nav-header ul {
    justify-content: left;
    width: 100%;
    overflow: scroll;
    display: flex;
    padding-right: 1rem;
    flex-wrap: nowrap;
    padding-left: 0.75rem;
    margin-top: 0.75rem;
  }
  .top-menu .nav-header ul li a {
    white-space: nowrap;
    font-size: 0.8rem;
    color: #292929;
    background: #f6f8fb;
    border-radius: 0.5rem;
    padding: 0.35rem 0.75rem;
    margin-right: 0.5rem;
  }
  .top-menu .nav-header ul li a {
    padding: 0.5rem;
  }
  .top-menu .nav-header ul::-webkit-scrollbar {
    display: none;
  }
  .container-fluid_fix {
    padding: 0;
    overflow: hidden;
  }
  .header-row_item {
    height: auto;
  }
  .big-banner {
    margin-bottom: 1.35rem;
  }
  .big-banner p {
    font-size: 1.65rem;
    max-width: 85%;
  }
  .sub_banner {
    font-size: 1.65rem;
  }
  .main-banner_item {
    height: 12rem;
  }
  .main-banner_item .btn {
    display: none;
  }
  section {
    padding: 0.5rem 0;
  }
  h3 {
    font-size: 1.35rem;
    line-height: normal;
    margin-bottom: 1.75rem;
  }
  .main-category {
    padding: 0;
  }
  .main-category_item {
    margin-bottom: 0.75rem;
  }
  .no-gutters__mobile {
    padding: 0 7px;
  }
  .no-gutters__mobile .col-6 {
    padding: 0 7px;
  }
  .no-gutters__mobile .col-12 {
    padding: 0 7px;
  }
  .product-bottom {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .product-item {
    box-shadow: none;
    width: 49.9%;
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0.5rem;
    box-shadow: inset 0.5px 0 #f0f1f2;
  }
  .cart-btn {
    width: 92%;
    font-size: 0.9rem;
    text-align: center;
    border-radius: 0.3rem;
    padding: 0.45rem;
    display: block;
    margin: auto;
  }
  .product-image {
    min-height: 9.5rem;
  }
  .product-price {
    margin-bottom: 0.75rem;
  }
  .product-item:nth-child(odd) {
    box-shadow: none;
  }
  .svg_mess {
    display: none;
  }
  .brand-row {
    justify-content: left;
    width: 100%;
    overflow: scroll;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }
  .brand-logo_item img {
    width: 6rem;
    height: auto;
    max-width: none;
  }
  .brand-row .brand-logo_item {
    padding: 0.5rem;
    height: 4rem;
    width: auto;
    margin-right: 0.55rem;
  }
  .brand-row::-webkit-scrollbar {
    display: none;
  }
  .main-tags_wrap {
    padding: 1.15rem;
  }
  .main-tags_content__cloud {
    margin-bottom: 2rem;
  }
  .review-image img {
    max-width: 7rem;
  }
  .review_item {
    margin-bottom: 1.35rem;
  }
  .main-about_wrap h1 {
    font-size: 1.5rem;
  }
  .main-footer .col-md-3 {
    margin-bottom: 1.5rem;
  }
  .messengers {
    margin-top: 2rem;
  }
  .modal-catalog-head .logo {
    width: 100%;
  }
  .modal-catalog-wrap {
    padding-top: 0.5rem;
  }
  .btn-light:not(:disabled):not(.disabled).active,
  .btn-light:not(:disabled):not(.disabled):active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #2163ac;
    border-color: #2163ac;
  }
  .modal-catalog_item {
    margin-bottom: -0.25rem;
  }
  .product-item:hover {
    transform: translateY(0);
    box-shadow: inset 0.5px 0 #f0f1f2;
  }
  .form-footer .btn {
    margin-bottom: 0.75rem;
  }
  .reviews {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
    width: 98%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .header-left {
    width: 34%;
  }
  .header-right {
    width: 34%;
  }
  .header-center {
    width: 32%;
  }
  .svg_mess {
    display: none;
  }
}
.fake_sidebar {
  background: #f7f8fa;
  padding: 1.5rem;
  border-radius: 15px;
  height: 30rem;
  width: 100%;
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  width: 300px;
  left: 0;
  top: 0;
  background: #2163ac;
  font-size: 15px;
  color: #fff;
  padding: 0.5em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: 1s;
  border-radius: 6px;
}
[data-tooltip]:hover::after {
  opacity: 1;
  top: 6em;
  left: 0;
}
