.flexslider {
  border: none;
  margin-bottom: 30px;
}
.home_banner {
  background: transparent;
}
.home_banner img {
  border-radius: 12px;
}
.flexslider_main,
.flexslider_main .slides,
.flexslider_main .slides li,
.flex-viewport {
  border-radius: 12px;
}
.flexslider_main .slides img {
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) {
  .flexslider_main .slides img {
    height: 397px !important;
  }
}
@media only screen and (max-width: 768px) {
  iframe {
    width: 100%;
  }
}
.home_blocks_f {
  display: flex;
  flex-wrap: wrap;
}
.home_block_flex_1 {
  border: 1px solid red;
  display: flex;
  flex-direction: column;
  width: 30%;
}
.home_block_flex_1 img {
  width: auto;
  height: inherit;
  margin: auto;
}
.home_block_flex_2 {
  border: 1px solid red;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 70%;
}
.home_block_flex_2_row {
  display: flex;
  width: 22%;
}
/*.home_blocks_flex{
  //border:1px solid red;

  .home_block_flex_2{
    border:1px solid red;
    display: flex;
    flex-direction: column;
  }
  .home_block_flex_2_row{
    display: flex;
    flex-direction: row;
  }
}*/
.select_wrapper_catalog_mob {
  display: none;
}
@media only screen and (max-width: 768px) {
  .select_wrapper_catalog_mob {
    overflow: auto;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    padding: 0;
    background-color: #fff;
    z-index: 11;
  }
  .select_wrapper_catalog_mob .title_cat_mob {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #000000;
    margin-top: 19px;
    margin-left: 16px;
  }
  .select_wrapper_catalog_mob .close_cat_mob {
    display: block;
    position: absolute;
    top: 19px;
    right: 16px;
    width: 24px;
    height: 24px;
    background-image: url('../images/icon/xx.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .select_wrapper_catalog_mob .container_cat_mob,
  .select_wrapper_catalog_mob .container_cat_mob2lv {
    margin-top: 20px;
    border-top: 1px solid #DEE2E6;
  }
  .select_wrapper_catalog_mob .container_cat_mob ul,
  .select_wrapper_catalog_mob .container_cat_mob2lv ul {
    margin-left: 20px;
  }
  .select_wrapper_catalog_mob .container_cat_mob ul li,
  .select_wrapper_catalog_mob .container_cat_mob2lv ul li {
    border-bottom: 1px solid #DEE2E6;
    height: 48px;
    margin-top: 0px;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    position: relative;
  }
  .select_wrapper_catalog_mob .container_cat_mob ul li:after,
  .select_wrapper_catalog_mob .container_cat_mob2lv ul li:after {
    content: ' ';
    display: inline-block;
    background-image: url("../images/icon/chevron-right.svg");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 10px;
    top: 17px;
  }
  .select_wrapper_catalog_mob .container_cat_mob ul li a,
  .select_wrapper_catalog_mob .container_cat_mob2lv ul li a {
    font-size: 15px;
  }
  .select_wrapper_catalog_mob .container_cat_mob ul li ul,
  .select_wrapper_catalog_mob .container_cat_mob2lv ul li ul {
    display: none;
  }
  .select_wrapper_catalog_mob .container_cat_mob ul li.noBg:after,
  .select_wrapper_catalog_mob .container_cat_mob2lv ul li.noBg:after {
    background-image: unset !important;
  }
  .select_wrapper_catalog_mob .container_cat_mob2lv {
    display: none;
  }
}
.flexslider_main {
  margin-bottom: 0;
}
.flexslider_main ul li {
  position: relative;
}
.flexslider_main ul li a {
  position: absolute;
  bottom: 85px;
  left: 15%;
  width: 200px;
  height: 45px;
  background: #ee165f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-control-nav {
  bottom: 5px;
}
.flex-control-nav li a,
.flex-control-nav li a:hover {
  background: #879dc8;
}
.flex-control-nav li a.flex-active {
  background: transparent;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .flexslider_main ul li {
    position: relative;
  }
  .flexslider_main ul li a {
    position: absolute;
    bottom: 18px;
    left: 35px;
    width: 120px;
    height: 25px;
    background: #ee165f;
    color: #ffffff;
    font-size: 9px;
    font-weight: 500;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.txtTitle {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 14px;
  /* identical to box height, or 78% */
  text-align: center;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 15px;
}
p.txtDesc {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  /* identical to box height, or 160% */
  text-align: center;
  color: #000000;
}
.close_cart_btn_null {
  width: 197px;
  height: 40px;
  background: transparent;
  border: 1px solid #165DED;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
  line-height: 14px;
  /* identical to box height, or 82% */
  text-align: center;
  color: #165DED;
  margin: auto;
}
.close_cart_btn_null:hover {
  background: transparent;
}
.tytoknoall {
  display: none;
  height: 100vh;
  width: 100%;
  overflow: auto;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000d3;
}
.tytoknoall.active {
  display: flex;
  z-index: 99;
}
#msOrder {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .basket_li .basket_info {
    width: 380px;
  }
}
#mse2_selected strong {
  font-size: 15px;
  font-weight: 600;
}
button[value='cart/change'] {
  display: none;
}
.vsf_more {
  display: none;
  border-color: #3dbb53;
  background: #3dbb53;
  color: #fff;
  fill: #3d464d;
  font-size: .875rem;
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: .375rem 1rem;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.1s ease-in-out;
}
.vsf_reset {
  display: none;
  border-color: #3dbb53;
  background: #3dbb53;
  color: #fff;
  fill: #3d464d;
  font-size: .875rem;
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: .375rem 1rem;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.1s ease-in-out;
}
#msMiniCart .empty,
.msMiniCart .empty {
  display: inline-flex !important;
}
#msMiniCart .not_empty,
.msMiniCart .not_empty {
  display: none;
}
#msMiniCart.full .empty,
.msMiniCart.full .empty {
  display: none;
}
#msMiniCart.full .not_empty,
.msMiniCart.full .not_empty {
  display: inline-flex !important;
}
#msMiniCart.full .empty {
  display: none !important;
}
.modal .sale {
  display: none;
}
#msMiniCart {
  cursor: pointer;
  color: #ffffff;
}
.cost_top .inactive {
  display: none;
}
.modal-header .close {
  color: transparent;
}
.bootstrap-dialog .bootstrap-dialog-message {
  font-size: unset;
}
.modal-body {
  padding: 0;
}
.block_prices_mssp {
  display: none;
}
.mse2_number_inputs {
  display: none;
}
#mse2_selected_wrapper + button.hidden {
  display: none;
}
.scroll-wrapper {
  overflow-x: hidden;
}
.catalog_links p {
  cursor: text;
  opacity: 0.7;
}
#mse2_selected_wrapper {
  min-height: unset;
  margin: 0;
}
#mse2_selected {
  background: transparent !important;
  padding: 0 !important;
}
.fotorama__thumb-border {
  border-color: rgba(22, 93, 237, 0.5);
  border-radius: 5px;
}
#carousel ul.slides {
  padding-left: 5px;
  min-width: 180px;
  justify-content: center;
  display: flex;
  width: auto !important;
}
#carousel ul.slides li {
  cursor: pointer;
  min-width: 82.39px;
}
#carousel ul.slides li.flex-active-slide,
#carousel ul.slides li:hover {
  border: 1px solid rgba(22, 93, 237, 0.5);
  border-radius: 5px;
  min-width: 82.4px;
}
#carousel ul.slides li img {
  border-radius: 5px;
}
.flex-direction-nav a::before {
  content: ' ';
  width: 20px;
  height: 20px;
  background-image: url('../images/icon/arrow.svg');
}
.flex-direction-nav a.flex-next::before {
  content: ' ';
  transform: rotate(200grad);
}
.input-number__input {
  -moz-appearance: textfield !important;
}
.wrap_count {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #9FA2A1;
  border: 1px solid #DEE2E6;
  border-radius: 5px;
}
.wrap_count input,
.wrap_count button {
  display: flex;
}
.wrap_count button {
  cursor: pointer;
  border: 1px solid #DEE2E6;
  width: 38px;
  height: 38px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 5px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  height: 100%;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;*/
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: transparent;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #E5E5E5;
  height: 124px !important;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #E5E5E5;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #E5E5E5;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
@media only screen and (max-width: 800px) {
  /*.departments__links{
    position: absolute;
    left: -50px;
    background: #fff;
    width: 320px;
  }*/
}
.site_content p {
  margin-bottom: 10px;
}
.site_content ul {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.site_content ul li {
  margin-bottom: 5px;
  list-style: disc;
}
/*# sourceMappingURL=vs_style_n.css.map */