.dropdown.open .fa-angle-down {
  transform: scaleY(-1);
  transition: 0.3s;
}
.dropdown .fa-angle-down {
  transition: 0.3s;
  font-size: 14px;
}
.user_cabinetUl a {
  font-size: 12px;
}
.user_cabinetUl hr {
  margin: 0 auto;
  width: calc(100% - 30px);
  border-color: #999;
  margin-top: 8px;
  margin-bottom: 5px;
}
.currency_linkUl {
  right: 0;
  left: auto;
}
.modalo_main_search {
  top: 86px;
  position: inherit;
  width: 100%;
}
.modalo_main_search button.close {
  font-size: 40px;
  color: #fff;
  right: 0;
  top: 0;
  padding: 1px 9.6px;
  font-weight: 100;
  border: 1px solid;
  outline: none;
  z-index: 5050;
  opacity: 1;
  text-shadow: none;
}
.search_flex_box {
  display: flex;
  width: calc(100% - 46px);
  justify-content: center;
}
.search_flex_box .search {
  max-width: 560px;
  width: 100%;
}
.search .search input {
  height: 50px;
  border: none;
  width: calc(100% - 75px);
}
.search .search button {
  height: 50px;
  border: none;
  background-color: #e74c3c;
  width: 75px;
}
.search .search button .icon-search:before {
  color: #fff;
}
.search_branch {
  display: block;
  background: none;
  padding-top: 20px;
}
.search_branch li:hover {
  background: linear-gradient(to right, #000000a6, #00000000);
}
.search_branch a {
  color: #fff;
}
.modalo_effect.dark_bg {
  background-color: rgb(0 0 0 / 83%);
}
.search_branch a b {
  border: none;
}
.new_today_label {
  background-color: #e74c3c;
  color: #fff;
  border-radius: 20%;
  font-size: 12px;
  padding: 0 6px;
}
.nav > li.for_new > a {
  display: inline;
}
.lang_switcher {
  /* padding-left: 26px; */
}

.header-top .alliance {
  color: #fff;
}
.logo img {
  width: auto;
}
.logo {
  text-align: center;
  margin-top: 0;
}

.header-bottom {
  display: block;
  position: relative;
  padding: 30px 0px 7px;
}
.header-bottom .icmoo {
  font-size: 24px;
  margin-right: 15px;
  color: #333;
}
.header-bottom .icmoo:hover {
  color: #e74c3c;
}
.user_mob .icon-login {
  font-size: 22px;
}
.menu-body .fath.mb {
  line-height: 3;
  align-items: center;
}
.menu-body .fath.mb a {
  color: #fff;
  /* font-family: "OpenSansSemiBold"; */
  font-size: 18px;
}
.menu-body .fath.mb .pre-fa {
  padding-right: 48%;
}

.menu-body .fath.mb .fa {
  float: right;
  font-size: 24px;
  color: #e74c3c;
  margin-left: auto;
}

.menu-body .fath[aria-expanded="true"] .fa {
  transform: rotate(-90deg);
}

.favorite_and_cart .fa {
  font-size: 24px;
  margin-right: 17px;
  cursor: pointer;
  padding: 2px;
}
.relative {
  position: relative;
}
.xs_panel {
  padding: 20px 0px;
  border-top: 1px solid #ccc;
  margin-top: 7px;
}
.xs_panel .menu-section {
  padding: 0;
  /* font-family: "OpenSansSemiBold";  */
  font-size: 17px;
  color: #333;
}
/* length mob bar 29.10.20*/
.header-top a.length_mob {
  font-size: 35px;
  line-height: 1;
  vertical-align: super;
  text-align: center;
}
.length_ul {
  list-style: none;
  padding: 0;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr) 30px 2fr;
  grid-template-columns: repeat(4, 1fr) 30px 2fr;
  border-bottom: 1px solid #efeeef;
}
.length_ul > li {
  display: inline-block;
  padding: 17px 0 17px;
  text-align: center;
}
.length_ul > li > a {
  color: #999999;
  font-size: 16px;
}
.length_ul > li > span {
  color: #999999;
  font-size: 14px;
}
.length_ul > li.lang_switcher_mob {
  background-color: #efeeef;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
.length_ul .active {
  color: #333;
}
/* length mob bar END*/

.name_ellipsis {
  max-width: 154px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.pdng-r15 {
  padding-right: 15px;
}

/* --- menu ---*/
.menu-body {
  position: absolute;
  background-color: #1f2124;
  color: #fff;
  width: 100%;
  left: 0;
  top: 70px;
  z-index: 999;
}
.menu-body .clt_menu i {
  font-size: 31px;
  color: #666666;
  font-style: normal;
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 0 15px 1px;
  cursor: pointer;
}
.menu-section.active {
  /*border-bottom: 2px solid;*/
  color: #e74c3c;
}
.menu-section {
  text-transform: none;
  font-size: 14px;
  color: #333;
  outline: none;
}
a.menu-section::after {
  width: 0;
  height: 1px;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 3px;
}
a.menu-section:hover::after {
  width: 100%;
}
.menu-body ul > li {
  padding: 4px 0;
  text-transform: none;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  -webkit-column-break-inside: avoid;
  line-height: 23px;
}
.menu-body ul > li:hover a {
  color: #e74c3c;
}
.menu-body ul > li a {
  color: #fff;
  line-height: 1.7;
}
.header-top .phone .fa-phone {
  color: #7c7c7c;
  font-size: 17px;
  vertical-align: sub;
}
.menu button.navbar-toggle hr {
  height: 1px;
  margin: 0 auto;
  padding: 0;
  width: 25px;
  background-color: #000;
  margin-bottom: 1px;
  border: none;
}
.menu button.navbar-toggle hr:nth-child(2) {
  width: 35px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.menu-body .tab-content {
  padding: 20px 0 20px;
}
/* --- End menu ---*/

@media (min-width: 320px) {
  .logo img {
    height: 37px;
    margin-top: 17px;
  }
  .header-top .alliance {
    line-height: 5;
  }
  .header-top .alliance .currency {
    text-align: right;
  }
  .menu-body {
    display: none;
    padding: 0;
  }
  .menu-body ul {
    padding: 0;
    padding-left: 40px;
  }
  .menu-body ul > li {
    font-size: 16px;
  }
  .column_c {
    column-count: 1;
  }
  .header-bottom {
    padding: 0px;
  }
  i.point {
    left: -15px;
    top: 40%;
    font-size: 8px;
  }
  .menu-body {
    top: 52px;
  }
}

@media (min-width: 750px) {
  .menu-body {
    top: 70px;
  }
  .logo img {
    height: 50px;
    margin-top: 6px;
  }
  .menu-section {
    padding: 2px 0px;
    margin-right: 16px;
  }
  .xs_panel .menu-section {
    margin-right: 0px;
  }
  .header-top .alliance {
    line-height: 3.8;
  }
  /* .header-top .phone{
  font-size: 16px; 
} */
  .header-bottom {
    padding: 22px 0px 7px;
  }
  .header-top {
    padding: 9px 0;
  }
  .column_c {
    column-count: 2;
  }
  .menu .navbar-default {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .menu-body .fath.mb b {
    padding-right: 75%;
  }
  .header-top .alliance .currency {
    text-align: right;
  }
}

@media (min-width: 1170px) {
  .menu-body {
    top: 85px;
  }
  i.point {
    left: -10px;
    top: 41%;
    font-size: 6px;
  }
  .logo img {
    height: 68px;
    margin-top: 0px;
  }
  .menu-section {
    padding: 6px 0px;
    margin-right: 26px;
  }
  .header-top .alliance {
    line-height: 4.4;
  }
  .header-top .phone {
    font-size: 14px;
  }
  .header-bottom .search {
    margin-top: 3px;
  }
  .header-bottom {
    padding: 30px 0px 7px;
  }
  .menu-body {
    /* display: block; */
    padding: 0;
  }
  .menu-body ul {
    padding: 50px 0;
  }
  .menu-body ul > li {
    font-size: 14px;
  }
  .column_c {
    column-count: 4;
  }
}

@media (max-width: 580px) {
  .header-bottom .favorite_and_cart {
  }
  .menu-section {
    font-size: 16px;
  }
  .header-bottom .favourite {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .search_flex_box {
    width: 100%;
  }
  .header-bottom .searchsc {
    display: none;
    position: absolute;
    left: 0;
    top: 58px;
    width: 100%;
    padding: 6px 0;
    z-index: 11;
    background-color: #fff;
    height: 50px;
  }
  .search_branch {
    left: 0;
    top: 70px;
    padding: 0 10px;
  }
  .search .search input {
    width: 75%;
    height: 44px;
  }
  .search .search button {
    width: 25%;
    height: 44px;
  }
}

ul.twoPart {
  padding: 5px;
}

ul.twoPart li {
  line-height: 2.5;
  font-size: 18px;
  /* font-family: "OpenSansSemiBold"; */
}

/* ==================baner in head=============== */
.ts_banner {
  background-color: #f59ca6;
  color: #fff;
  height: 108px;
  text-align: center;
  padding: 0;
  font-family: "CenturyGothic";
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 15px;
  flex-wrap: wrap;
  position: relative;
}
.fx_gr {
  display: flex;
  display: -ms-flexbox;
  flex-grow: 2;
}
.ts_banner .bg2 {
  background-color: #121e52;
}
.ts_banner > .f_x1 {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: center;
  border-radius: 0 30px 0 0;
  max-width: 290px;
  flex-grow: 1;
}
.ts_banner > .f_x1 .h1 {
  font-size: 50px;
  line-height: 38px;
}
.ts_banner > .f_x1 p {
  margin: 0;
}
.ts_banner > .f_x1 p.sale {
  font-size: 12px;
}
.ts_banner > .f_x1 p.plus {
  font-size: 50px;
  margin-bottom: -20px;
}

.ts_banner .f_x2 {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  padding-left: 18px;
  background-image: URL("/img/valentin/photo_girl.png");
  background-repeat: no-repeat;
  background-position-x: right;
}
.ts_banner .f_x2 .h1 {
  font-size: 45px;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}
.ts_banner .f_x2 .detal {
  text-align: left;
  padding-left: 10px;
  margin: 0;
  cursor: pointer;
}
.ts_banner .f_x2 .detal span.white_crow {
  border-bottom: 1px solid;
}
.ts_banner .detal span.var2 {
  display: none;
}
.ts_banner .coll_text {
  padding-left: 10px;
  text-align: left;
  max-width: 68%;
}
.ts_banner .f_x3 {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 26px;
}
.ts_banner .f_x3 > .promocode {
  border-radius: 40px;
  padding: 6px 24px;
  cursor: pointer;
}
.ts_banner .f_x3 > .promocode > p {
  margin-bottom: 1px;
  font-size: 12px;
}
.ts_banner .f_x3 span.pr {
  font-size: 20px;
}
.ff_cgb {
  font-family: "CenturyGothic-Bold";
}

@media (max-width: 991px) {
  .menu-body .fath.mb {
    display: flex !important;
  }
  .ts_banner {
    height: 133px;
  }
  .ts_banner > .f_x1 .h1 {
    font-size: 31px;
    line-height: 36px;
  }
  .ts_banner > .f_x1 {
    flex-direction: column;
  }
  .ts_banner > .f_x1 .white_crow {
    margin-bottom: 10px;
  }
  .ts_banner > .f_x1 p.sale {
    font-size: 10px;
  }
  .ts_banner .f_x2 {
    padding-left: 0;
    padding: 13px 0 3px;
  }
  .ts_banner .f_x2 .h1 {
    font-size: 23px;
    text-align: center;
  }
  .ts_banner .f_x2 .h1 span {
    display: block;
  }
  .ts_banner .f_x2 .detal {
    text-align: center;
  }
  .ts_banner .f_x3 {
    justify-content: center;
    padding: 0;
    margin-top: 3px;
  }
  .ts_banner .f_x3 span.pr {
    font-size: 16px;
  }
  .ts_banner .f_x3 > .promocode {
    padding: 4px 20px;
  }
  .ts_banner .f_x3 > .promocode > p {
    font-size: 10px;
  }
  .ts_banner .f_x2 {
    align-items: start;
    justify-content: center;
    background-image: none;
  }
  .ts_banner .coll_text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .fx_gr {
    display: block;
  }
  .erase_p_m_xs {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

/* ==================END baner in head=============== */

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?aklxon");
  src: url("/fonts/icomoon.eot?aklxon#iefix") format("embedded-opentype"),
    url("/fonts/icomoon.ttf?aklxon") format("truetype"),
    url("/fonts/icomoon.woff?aklxon") format("woff"),
    url("/fonts/icomoon.svg?aklxon#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_left:before {
  content: "\e900";
}
.icon-arrow_right:before {
  content: "\e901";
}
.icon-arrow_up:before {
  content: "\e902";
}
.icon-bonus .path1:before {
  content: "\e903";
  color: rgb(230, 76, 59);
}
.icon-bonus .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(230, 76, 59);
}
.icon-bonus .path3:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(230, 76, 59);
}
.icon-bonus .path4:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(230, 76, 59);
}
.icon-bonus .path5:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(230, 76, 59);
}
.icon-bonus .path6:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(230, 77, 60);
}
.icon-bonus .path7:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.icon-bonus_ho .path1:before {
  content: "\e90a";
  color: rgb(230, 76, 59);
}
.icon-bonus_ho .path2:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(230, 76, 59);
}
.icon-bonus_ho .path3:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(230, 76, 59);
}
.icon-bonus_ho .path4:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(230, 76, 59);
}
.icon-bonus_ho .path5:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(230, 76, 59);
}
.icon-bonus_ho .path6:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(230, 77, 60);
}
.icon-bonus_ho .path7:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(230, 77, 60);
}
.icon-cart:before {
  content: "\e911";
}
.icon-clock:before {
  content: "\e912";
}
.icon-eye:before {
  content: "\e913";
}
.icon-favorit:before {
  content: "\e914";
}
.icon-fb:before {
  content: "\e915";
}
.icon-gift:before {
  content: "\e916";
}
.icon-google:before {
  content: "\e917";
}
.icon-instagram:before {
  content: "\e918";
}
.icon-login:before {
  content: "\e919";
}
.icon-logo .path1:before {
  content: "\e91a";
  color: rgb(230, 76, 59);
}
.icon-logo .path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(230, 76, 59);
}
.icon-logo .path3:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-logo .path4:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-logo .path5:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-MasterCard .path1:before {
  content: "\e91f";
  color: rgb(153, 153, 153);
}
.icon-MasterCard .path2:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(119, 119, 119);
}
.icon-MasterCard .path3:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-MasterCard .path4:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-MasterCard .path5:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-MasterCard .path6:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-MasterCard .path7:before {
  content: "\e925";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-MasterCard .path8:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-MasterCard .path9:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-MasterCard .path10:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-MasterCard .path11:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-MasterCard .path12:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ok:before {
  content: "\e92b";
}
.icon-phone:before {
  content: "\e92c";
}
.icon-search:before {
  content: "\e92d";
}
.icon-visa:before {
  content: "\e92e";
  color: #999;
}
.icon-vk:before {
  content: "\e92f";
}
.icon-youtube:before {
  content: "\e930";
}

/* --modal styleFlex --- */

@media (min-width: 768px) {
  .modal-content.styleFlex > .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-content.styleFlex > .modal-body > .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modal-content.styleFlex > .modal-body > .text > h3 {
    margin-top: 0;
  }
  .modal-content.styleFlex > .modal-body > .text > .btn {
    margin: 0;
  }
}

/* --End modal styleFlex --- */

/* --- hamburger menu-xs*/
.toggle-hamburger {
  background: none !important;
  color: #ccc;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.toggle-hamburger:focus {
  outline: none;
}
.toggle-hamburger span {
  display: block;
  position: absolute;
  top: 18px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #333;
}
.toggle-hamburger span::before,
.toggle-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
}
.toggle-hamburger span::before {
  top: -10px;
}
.toggle-hamburger span::after {
  bottom: -10px;
}

.toggle-hamburger.toggle-hamburger__animx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.toggle-hamburger.toggle-hamburger__animx span::before,
.toggle-hamburger.toggle-hamburger__animx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.toggle-hamburger.toggle-hamburger__animx span::before {
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.toggle-hamburger.toggle-hamburger__animx span::after {
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

/* when menu open: */
.toggle-hamburger.toggle-hamburger__animx[aria-expanded="true"] span {
  background: none;
}
.toggle-hamburger.toggle-hamburger__animx[aria-expanded="true"] span::before,
.toggle-hamburger.toggle-hamburger__animx[aria-expanded="true"] span::after {
  background-color: #333;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.toggle-hamburger.toggle-hamburger__animx[aria-expanded="true"] span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-hamburger.toggle-hamburger__animx[aria-expanded="true"] span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* --- End hamburger menu-xs*/

/* hotfix */
@media (max-width: 376px) {
  .row_product .producto > .images img {
    max-height: 235.5px;
    height: 235.5px;
  }
  .slidewrapperAllTime>.producto>.images {
    max-height: 100%;
  }
}
/* hotfix end */

ul.slidewrapperAllTime > li {
  width: 320px;
}
.select2-selection { overflow: hidden; }
.select2-selection__rendered { white-space: normal!important; word-break: break-all; }

