.category-menu {
  display: none;
}

.mobile-header-title {
  display: none;
}

@media (max-width: 991px) {
  .mfilter-free-container-closed .mfilter-free-button {
    display: none;
  }
  .mfilter-free-container.mfilter-free-container-opened {
    top: 0;
  }
  .mfilter-free-container.mfilter-free-container-opened .mfilter-free-button {
    margin-top: 0;
    width: 32px;
    height: 32px;
    opacity: 1;
    background-color: white;
    background-image: none;
    border: none;
  }
  .mfilter-free-container.mfilter-free-container-opened .mfilter-free-button:hover {
    opacity: 1;
  }
  .mfilter-free-container.mfilter-free-container-opened .mfilter-free-button:before {
    position: absolute;
    left: 21px;
    content: " ";
    height: 33px;
    width: 3px;
    background-color: #333;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mfilter-free-container.mfilter-free-container-opened .mfilter-free-button:after {
    position: absolute;
    left: 21px;
    content: " ";
    height: 33px;
    width: 3px;
    background-color: #333;
    border-radius: 4px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mfilter-free-container.mfilter-free-container-opened h3.box-heading {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .category-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    z-index: 11;
    height: 50px;
    margin: 0 0 16px 0;
    padding: 0;
  }
  .category-menu.sticky-block {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0;
  }
  .category-menu__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    width: 50%;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .category-menu__item:last-child {
    border-left: 1px solid #ededed;
  }
  .category-menu__item i {
    margin-right: 6px;
  }
  #content .well:not(.product-info) {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: transparent;
  }
  #content .well:not(.product-info).open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    z-index: 11;
  }
  #content .well:not(.product-info).open::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    background: rgba(0, 0, 0, 0.2509803922);
  }
  #content .well:not(.product-info).open > .row {
    width: 268px;
    background: white;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    z-index: 13;
  }
  #content .well:not(.product-info).open > .row > div {
    margin-bottom: 24px;
  }
  #content .well:not(.product-info).open > .row > div:nth-child(3) {
    margin-top: 24px;
  }
  #content .well:not(.product-info).open > .row .mobile-header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 0;
  }
  #content .well:not(.product-info).open > .row .mobile-header-title span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
  #content .well:not(.product-info).open > .row .mobile-header-title .close-sort {
    width: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-left: 1px solid #ededed;
  }
  #content .well:not(.product-info).open > .row .mobile-header-title .close-sort i {
    font-size: 24px;
  }
  #content .well:not(.product-info).open > .row .mobile-header-title .title-sort {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #content .well:not(.product-info).open .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-collapse: inherit;
    position: inherit;
  }
  #content .well:not(.product-info).open .input-group .input-group-addon {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
  #content .well:not(.product-info).open .input-group .input-group-addon span {
    display: block !important;
  }
}
@media (max-width: 567.98px) {
  .popup_notification.modalokno .popup-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 565px) {
  #content .review-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#content .review-list .name_admin img {
  max-width: 80px !important;
  padding-right: 20px;
}

@media (max-width: 565px) {
  #review .review-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.revblog-grid .caption h4 {
  position: relative;
}

.revolution-revblog_blog #content img {
  width: 100%;
}

.blog-description h1 {
  font-size: 2.2em;
}
.blog-description h2 {
  font-size: 1.7em;
}
.blog-description h3 {
  font-size: 1.37em;
}
.blog-description h4 {
  font-size: 1.17em;
}
.blog-description p {
  font-size: 16px;
}

#column-left .rev_slider .product-thumb .stiker_panel-new,
#column-right .rev_slider .product-thumb .stiker_panel-new {
  width: 55px;
  height: 55px;
}
#column-left .rev_slider .product-thumb .stiker_panel-new .stiker_panel-body,
#column-right .rev_slider .product-thumb .stiker_panel-new .stiker_panel-body {
  height: 55px;
}
#column-left .rev_slider .product-thumb .stiker_panel-new .stiker_panel-body .st-top,
#column-right .rev_slider .product-thumb .stiker_panel-new .stiker_panel-body .st-top {
  font-size: 8px;
  margin-top: 6px;
  width: 50px;
}
#column-left .rev_slider .product-thumb .stiker_panel-new .stiker_panel-body .st-bott,
#column-right .rev_slider .product-thumb .stiker_panel-new .stiker_panel-body .st-bott {
  font-size: 14px;
  margin-top: -1px;
  width: 71px;
}

.information-page-content .hcarousel.owl-carousel.owl-theme {
  margin-bottom: 120px;
}
@media (max-width: 767.98px) {
  .information-page-content .hcarousel.owl-carousel.owl-theme {
    margin-bottom: 80px;
  }
}
@media (max-width: 565.98px) {
  .information-page-content .hcarousel.owl-carousel.owl-theme {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .information-page-content .t-section__title.t-title.t-title_xs {
    margin: 0px 0px 20px !important;
    line-height: 1.05 !important;
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .information-page-content .t-section__title.t-title.t-title_xs > .t-section__title.t-title.t-title_xs {
    margin: 0px 0px 20px !important;
    font-size: 32px !important;
  }
}
.information-page-content .t-section__title.t-title.t-title_xs + .t-section__title.t-title.t-title_xs {
  margin-top: 20px !important;
}
@media (max-width: 767px) {
  .information-page-content .t-section__descr.t-descr.t-descr_xl.t-margin_auto {
    font-size: 18px !important;
  }
}

.filter_gr.col-xs-12 {
  display: none;
}

.promotion-page-container > .row > .col-sm-12.text-center {
  display: none !important;
}

.promotion-page-container .col-sm-12.text-center:has(.load_more.btn.btn-primary) {
  display: none !important;
}

.timeTo div {
  border: 0 !important;
}

.timeTo.timeTo-white div {
  background: #ffffff !important;
}

.timeTo div.first {
  border: 0 !important;
}

.promotion-sticker {
  z-index: 4 !important;
}

.product-promotion {
  border: 1px solid #191970 !important;
  border-radius: 0 !important;
  width: 100% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.product-promotion:before {
  display: none !important;
}
.product-promotion:after {
  display: none !important;
}
.product-promotion .promotion-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #191970 !important;
  font-weight: 400 !important;
  font-size: 1.4em !important;
  line-height: 1.2em !important;
  padding-bottom: 10px;
}
.product-promotion .center-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-promotion .center-container .left-image .promotion-image {
  margin-right: 0;
}
@media (max-width: 761px) {
  .product-promotion .center-container .left-image .promotion-image img {
    max-width: 90px !important;
    height: auto;
  }
}
.product-promotion .center-container .right-info {
  padding-right: 40px;
}
.product-promotion .center-container .right-info .promotion-gifts .gifts-wrapper .gifts-title {
  font-weight: 400;
  font-size: 1.1em;
}
.product-promotion .center-container .right-info .promotion-gifts .gifts-wrapper .promotion-gifts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-promotion .center-container .right-info .promotion-gifts .gifts-wrapper .promotion-gifts .promotion-gift:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
.product-promotion .center-container .right-info .promotion-gifts .gifts-wrapper .promotion-gifts label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-promotion .center-container .right-info .promotion-gifts .gifts-wrapper .promotion-gifts label > * {
  padding-right: 8px;
}
.product-promotion .center-container .right-info .promotion-gifts .gifts-wrapper .promotion-gifts label input[type=radio] {
  margin-left: 0;
  margin-right: 10px;
}
.product-promotion .center-container .right-info .promotion-gifts .gifts-wrapper .promotion-gifts label input[type=radio]:checked {
  border-color: #078EAF;
}
.product-promotion .center-container .right-info .promotion-gifts .gifts-wrapper .promotion-gifts label input[type=radio]:checked:after {
  background: #191970;
}
.product-promotion .center-container .right-info .promotion-timer {
  width: auto !important;
}
.product-promotion .center-container .right-info .promotion-timer .timer-title {
  font-weight: 400 !important;
  font-size: 1.1em !important;
  line-height: 1.2em !important;
  text-align: left;
}
.product-promotion .center-container .right-info .promotion-timer .timer-counter {
  text-align: left;
}
.product-promotion .promotion-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}
.product-promotion .promotion-details .details-title a {
  color: #191970 !important;
  font-size: 14px !important;
  line-height: 1.2em;
}
.product-promotion .promotion-details .details-title a:hover {
  color: #078EAF !important;
}
.product-promotion .modal-header {
  position: relative;
}
.product-promotion .modal-header .close {
  margin-top: -9px;
}
@media (max-width: 761px) {
  .product-promotion .modal-dialog .popup-image {
    padding-bottom: 20px;
  }
}
.product-promotion .modal-dialog .products-wrapper .products-title {
  padding-top: 20px;
  padding-bottom: 16px;
}
.product-promotion .modal-dialog .products-wrapper .promotion-product-price > .product-layout.product-grid {
  width: 100% !important;
}
.product-promotion .modal-dialog .products-wrapper .promotion-products {
  max-height: none !important;
}
@media (max-width: 761px) {
  .product-promotion .modal-dialog .products-wrapper .promotion-products .promotion-product {
    width: 95% !important;
  }
}

@media (max-width: 498px) {
  .promotion-sticker.right-bottom {
    bottom: 24px !important;
  }
}