@charset "UTF-8";
/* 
Theme Name: Template for roscontrol 
Version: 1.0
Author: Vitaliy Gulyaev
*/
@font-face {
  font-family: 'Noto Sans';
  src: url("assets/fonts/notosans.ttf"); }
@font-face {
  font-family: 'Noto Sans Bold';
  src: url("assets/fonts/notosansbold.ttf"); }
@font-face {
  font-family: 'Roboto';
  src: url("assets/fonts/Roboto-Regular.ttf"); }
@font-face {
  font-family: 'Roboto Medium';
  src: url("assets/fonts/Roboto-Medium.ttf"); }
@font-face {
  font-family: 'Roboto Bold';
  src: url("assets/fonts/Roboto-Bold.ttf"); }
@font-face {
  font-family: 'Ubuntu';
  src: url("assets/fonts/Ubuntu-R.ttf"); }
@font-face {
  font-family: 'Ubuntu Bold';
  src: url("assets/fonts/Ubuntu-B.ttf"); }
@font-face {
  font-family: 'Ubuntu Medium';
  src: url("assets/fonts/Ubuntu-M.ttf"); }
@font-face {
  font-family: 'Ubuntu Light';
  src: url("assets/fonts/Ubuntu-L.ttf"); }
@font-face {
  font-family: 'IBM Plex Sans';
  src: url("assets/fonts/IBMPlexSans-Regular.ttf"); }
@font-face {
  font-family: 'IBM Plex Sans Medium';
  src: url("assets/fonts/IBMPlexSans-Medium.ttf"); }
@font-face {
  font-family: 'IBM Plex Sans SemiBold';
  src: url("assets/fonts/IBMPlexSans-SemiBold.ttf.ttf"); }
@font-face {
  font-family: 'Montserrat ExtraBold';
  src: url("assets/fonts/Montserrat-ExtraBold.ttf"); }
@font-face {
  font-family: 'Montserrat Bold';
  src: url("assets/fonts/Montserrat-Bold.ttf"); }
@font-face {
  font-family: 'Montserrat SemiBold';
  src: url("assets/fonts/Montserrat-SemiBold.ttf"); }
@font-face {
  font-family: 'Montserrat Medium';
  src: url("assets/fonts/Montserrat-Medium.ttf"); }
[type=reset], [type=submit], button, html, [type=button] {
  -webkit-appearance: none !important;
  outline: none !important; }

#menu-posts-thematic_first a {
  color: #f0f0f1 !important; }
  #menu-posts-thematic_first a:hover, #menu-posts-thematic_first a.current {
    color: #fff !important; }
  #menu-posts-thematic_first a.current {
    font-weight: bold !important; }
#menu-posts-thematic_first a.wp-has-submenu {
  background: #A52532 !important; }
  #menu-posts-thematic_first a.wp-has-submenu::after {
    border-right-color: #fff !important; }
#menu-posts-thematic_first .wp-submenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #a52532; }
  #menu-posts-thematic_first .wp-submenu li:nth-child(2) {
    -ms-flex-order: 0;
    order: 0; }
  #menu-posts-thematic_first .wp-submenu li:nth-child(3) {
    -ms-flex-order: 3;
    order: 3;
    display: none; }
  #menu-posts-thematic_first .wp-submenu li:nth-child(4) {
    -ms-flex-order: 4;
    order: 4; }
  #menu-posts-thematic_first .wp-submenu li:nth-child(5) {
    -ms-flex-order: 1;
    order: 1; }
  #menu-posts-thematic_first .wp-submenu li:nth-child(6) {
    -ms-flex-order: 2;
    order: 2; }
#menu-posts-thematic_first.wp-has-current-submenu .wp-submenu {
  background: rgba(165, 37, 50, 0.7); }

#menu-posts-new_material a, #menu-posts-discussed_products a {
  color: #f0f0f1 !important; }
  #menu-posts-new_material a:hover, #menu-posts-new_material a.current, #menu-posts-discussed_products a:hover, #menu-posts-discussed_products a.current {
    color: #fff !important; }
  #menu-posts-new_material a.current, #menu-posts-discussed_products a.current {
    font-weight: bold !important; }
#menu-posts-new_material a.wp-has-submenu, #menu-posts-discussed_products a.wp-has-submenu {
  background: #A52532 !important; }
  #menu-posts-new_material a.wp-has-submenu::after, #menu-posts-discussed_products a.wp-has-submenu::after {
    border-right-color: #fff !important; }
#menu-posts-new_material .wp-submenu, #menu-posts-discussed_products .wp-submenu {
  background: #a52532; }
#menu-posts-new_material.wp-has-current-submenu .wp-submenu, #menu-posts-discussed_products.wp-has-current-submenu .wp-submenu {
  background: rgba(165, 37, 50, 0.7); }

body {
  font-family: "Roboto" !important;
  color: #000;
  font-size: 16px;
  outline: none !important; }

a {
  color: #A52532;
  text-decoration: underline; }
  a:visited {
    color: #848484; }
  a:hover {
    color: #A52532; }

h1, h2, .b_h2, h3, .b_h3, h4 {
  color: #000;
  font-family: 'Noto Sans';
  font-weight: bold; }

h1 {
  font-size: 35px; }
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 32px; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 28px; } }

h2, .b_h2 {
  font-size: 28px; }
  @media only screen and (max-width: 991px) {
    h2, .b_h2 {
      font-size: 25px; } }
  @media only screen and (max-width: 767px) {
    h2, .b_h2 {
      font-size: 24px; } }

h3, .b_h3 {
  font-size: 22px; }

h4 {
  font-size: 17px; }

p {
  font-size: 16px;
  padding: 0; }

.nobr, .nowrap {
  white-space: nowrap; }

.center {
  text-align: center; }

#baseblock {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #baseblock {
      font-size: 15.9375px; } }
  @media only screen and (min-width: 1600px) {
    #baseblock {
      font-size: 16px; } }
  @media only screen and (max-width: 1199px) {
    #baseblock {
      font-size: 16.0625px; } }
  @media only screen and (max-width: 991px) {
    #baseblock {
      font-size: 16.125px; } }
  @media only screen and (min-width: 1600px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #baseblock {
      font-size: 16px; } }
  @media only screen and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #baseblock {
      font-size: 16.0625px; } }

strong {
  font-family: "Roboto Bold" !important;
  font-weight: normal; }

.white {
  color: #fff; }

.g-recaptcha {
  position: relative; }
  @media only screen and (max-width: 479px) {
    .g-recaptcha {
      transform: scale(0.87);
      transform-origin: 0; } }

.btn, .btn:visited {
  box-shadow: none;
  border: 0;
  border-radius: 20px;
  padding: 4px 24px 8px 24px;
  font-size: 18px;
  text-decoration: none; }
  @media only screen and (max-width: 479px) {
    .btn, .btn:visited {
      white-space: normal; } }
  .btn:focus, .btn:active, .btn:hover, .btn:visited:focus, .btn:visited:active, .btn:visited:hover {
    box-shadow: none;
    border: 0; }

.table-responsive {
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: #9EA5BD #E6E7EA; }
  .table-responsive::-webkit-scrollbar {
    background-color: #E6E7EA;
    height: 8px;
    width: 7px; }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: #9EA5BD;
    border-radius: 40px;
    border: 2px solid #9EA5BD; }
  .table-responsive::-webkit-scrollbar-track {
    background: #E6E7EA; }

.table tr:hover {
  background: none !important; }
.table th, .table td {
  font-size: 14px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 24px 16px 8px;
  text-align: left;
  width: 1px; }
  .table th p, .table td p {
    font-size: 14px;
    margin: 0; }
  .table th img, .table td img {
    width: 64px;
    margin: 0; }
  .table th.name, .table td.name {
    min-width: 200px;
    width: auto; }
    .table th.name .description, .table td.name .description {
      min-width: 500px; }
  .table th.val, .table td.val {
    min-width: 160px;
    width: auto; }
  .table th .product-rating, .table td .product-rating {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-order: 1;
    order: 1;
    width: 57px;
    height: auto;
    content: '';
    top: 0;
    left: 0;
    padding-bottom: 0;
    z-index: 10;
    margin: 0; }
    .table th .product-rating:before, .table td .product-rating:before {
      content: 'рейтинг';
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center !important;
      align-items: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      width: 57px;
      height: 55px;
      z-index: 10;
      background-color: #A52532;
      background-image: url(assets/img/rk-rating-big.png);
      background-repeat: no-repeat;
      background-position: 50% 19px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      font-family: 'Roboto';
      font-size: 10px;
      font-weight: 500;
      line-height: 1.4;
      color: #fff;
      padding-top: 19px;
      background-size: 30px; }
    .table th .product-rating a, .table td .product-rating a {
      color: #000;
      font-family: 'Noto Sans';
      font-size: 28px;
      font-weight: 600;
      position: relative;
      display: block;
      width: 100%;
      height: 50px;
      text-align: center;
      border: 1px solid #A52532;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      text-decoration: none; }
      .table th .product-rating a .violation-value, .table td .product-rating a .violation-value {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        width: 100%;
        height: 100%; }
      .table th .product-rating a .blacklist-value, .table td .product-rating a .blacklist-value {
        width: 100%;
        height: 100%;
        background-image: url(assets/img/black-list-product-list.png);
        background-repeat: no-repeat;
        background-position: 50% 10px;
        background-size: 30px; }
    .table th .product-rating p.img-remark, .table td .product-rating p.img-remark {
      text-align: center; }
      .table th .product-rating p.img-remark img.remark, .table td .product-rating p.img-remark img.remark {
        margin: 5px 0;
        width: 27px;
        height: 27px; }
  .table th .rating-block, .table td .rating-block {
    display: none !important; }
  .table th .rating_table_product_image, .table td .rating_table_product_image {
    width: 85px;
    max-width: 85px;
    margin: 0;
    overflow: hidden;
    font-size: 10px; }
  .table th div.name br, .table td div.name br {
    display: none; }
  .table th div.name a, .table th div.name a:visited, .table td div.name a, .table td div.name a:visited {
    text-decoration: none;
    color: #354777;
    font-size: 18px; }
    .table th div.name a:hover, .table th div.name a:visited:hover, .table td div.name a:hover, .table td div.name a:visited:hover {
      color: #A52532; }

.gallery {
  margin: 8px 0; }
  .gallery .gallery-item, .gallery img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    width: 150px;
    height: 150px; }

.reztestthree .gallery, .reztestfour .gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .reztestthree .gallery .gallery-item, .reztestfour .gallery .gallery-item {
    position: relative;
    display: block;
    width: 30%;
    height: auto;
    margin: 0 auto 32px auto; }
    @media only screen and (max-width: 767px) {
      .reztestthree .gallery .gallery-item, .reztestfour .gallery .gallery-item {
        width: 100%; } }
    .reztestthree .gallery .gallery-item img, .reztestfour .gallery .gallery-item img {
      margin: 0 !important;
      width: 100%; }

.reztestfour .gallery .gallery-item {
  width: 47%; }
  @media only screen and (max-width: 767px) {
    .reztestfour .gallery .gallery-item {
      width: 100%; } }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft, .alignright {
  float: left;
  margin-top: 8px !important;
  margin-right: 16px;
  margin-bottom: 4px !important;
  max-width: 350px; }
  @media only screen and (max-width: 1399px) {
    .alignleft, .alignright {
      max-width: 300px; } }
  @media only screen and (max-width: 1199px) {
    .alignleft, .alignright {
      max-width: 280px; } }
  @media only screen and (max-width: 767px) {
    .alignleft, .alignright {
      max-width: 250px; } }
  @media only screen and (max-width: 575px) {
    .alignleft, .alignright {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 16px !important; } }
  .alignleft.round, .alignright.round {
    width: 100px;
    max-width: 100px;
    border-radius: 50%; }
    @media only screen and (max-width: 575px) {
      .alignleft.round, .alignright.round {
        width: 100px;
        max-width: 100px;
        margin-right: 16px;
        margin-bottom: 4px !important; } }
    @media only screen and (max-width: 479px) {
      .alignleft.round, .alignright.round {
        width: 90px;
        max-width: 90px; } }
    @media only screen and (max-width: 359px) {
      .alignleft.round, .alignright.round {
        width: 80px;
        max-width: 80px; } }

.alignright, .alignright.round {
  float: right;
  margin-right: 0;
  margin-left: 16px; }
  @media only screen and (max-width: 575px) {
    .alignright, .alignright.round {
      width: 100px;
      margin-left: 16px;
      margin-bottom: 4px !important; } }
  @media only screen and (max-width: 479px) {
    .alignright, .alignright.round {
      width: 90px; } }
  @media only screen and (max-width: 359px) {
    .alignright, .alignright.round {
      width: 80px; } }

.wp-video {
  margin: 24px 0 24px 0;
  width: auto !important;
  max-width: 100%;
  height: auto; }

.embed-responsive {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 24px 0 24px 0; }

header, footer, .subheader_search, .rk-block-materials, .block-news-wrap, .thematic-block-wrap, .discussed-products-wrap, .popular-articles-wrap, .new-community-posts-wrap, .discussed-community-wrap, .banners-home-bottom, .content_inners, .base-product-list-wrap, .last-product-wrap {
  position: relative;
  width: 100%;
  padding: 0 96px; }
  @media only screen and (max-width: 1699px) {
    header, footer, .subheader_search, .rk-block-materials, .block-news-wrap, .thematic-block-wrap, .discussed-products-wrap, .popular-articles-wrap, .new-community-posts-wrap, .discussed-community-wrap, .banners-home-bottom, .content_inners, .base-product-list-wrap, .last-product-wrap {
      padding: 0 64px; } }
  @media only screen and (max-width: 1599px) {
    header, footer, .subheader_search, .rk-block-materials, .block-news-wrap, .thematic-block-wrap, .discussed-products-wrap, .popular-articles-wrap, .new-community-posts-wrap, .discussed-community-wrap, .banners-home-bottom, .content_inners, .base-product-list-wrap, .last-product-wrap {
      padding: 0 48px; } }
  @media only screen and (max-width: 1399px) {
    header, footer, .subheader_search, .rk-block-materials, .block-news-wrap, .thematic-block-wrap, .discussed-products-wrap, .popular-articles-wrap, .new-community-posts-wrap, .discussed-community-wrap, .banners-home-bottom, .content_inners, .base-product-list-wrap, .last-product-wrap {
      padding: 0 32px; } }
  @media only screen and (max-width: 479px) {
    header, footer, .subheader_search, .rk-block-materials, .block-news-wrap, .thematic-block-wrap, .discussed-products-wrap, .popular-articles-wrap, .new-community-posts-wrap, .discussed-community-wrap, .banners-home-bottom, .content_inners, .base-product-list-wrap, .last-product-wrap {
      padding: 0 16px; } }

p.comments, p.views, p.favorites, p.compare {
  min-height: 25px;
  padding-left: 32px !important;
  color: #A52532 !important;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  padding: 0;
  background-image: url(assets/img/comment.png);
  background-repeat: no-repeat;
  background-position: 0 50%; }
  p.comments.white, p.views.white, p.favorites.white, p.compare.white {
    color: #fff !important;
    background-image: url(assets/img/comment-white.png); }

p.views {
  padding-left: 36px !important;
  background-image: url(assets/img/views.png); }

p.favorites {
  background-image: url(assets/img/favorites.png); }

p.compare {
  background-image: url(assets/img/compare.png); }

.comments-area {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important; }

.wpd-thread-list {
  padding-bottom: 0; }

.by-wpdiscuz {
  display: none !important; }

#wpdcom {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1040;
  width: 100vw;
  height: 100vh;
  background-color: #C9CDDA; }
  .modal-backdrop.show {
    opacity: .8;
    z-index: 1040; }

div.pmprocm_modal_bg {
  z-index: 10000 !important;
  background-color: rgba(201, 205, 218, 0.8) !important; }

header .logo-search-social {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 16px 0 32px 0; }
  @media only screen and (max-width: 991px) {
    header .logo-search-social {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; } }
  @media only screen and (max-width: 767px) {
    header .logo-search-social {
      padding-bottom: 16px; } }
header .navbar-brand {
  display: block;
  padding: 0;
  margin: 0 52px 0 0;
  min-width: 242px;
  width: 242px;
  height: auto; }
  @media only screen and (max-width: 1399px) {
    header .navbar-brand {
      max-width: 220px;
      min-width: auto;
      height: auto; } }
  @media only screen and (max-width: 1199px) {
    header .navbar-brand {
      max-width: 200px;
      min-width: auto;
      height: auto; } }
  @media only screen and (max-width: 991px) {
    header .navbar-brand {
      max-width: 150px;
      width: 150px;
      margin: 0 32px 0 0; } }
  @media only screen and (max-width: 767px) {
    header .navbar-brand {
      max-width: 150px;
      width: 150px;
      -ms-flex-order: 0;
      order: 0; } }
  @media only screen and (max-width: 479px) {
    header .navbar-brand {
      max-width: 130px;
      width: 130px;
      margin-right: 24px; } }
  @media only screen and (max-width: 359px) {
    header .navbar-brand {
      margin-right: 8px;
      max-width: 120px;
      max-width: 120px; } }
  header .navbar-brand img {
    width: 100%; }
header .header-lk {
  position: relative;
  margin-right: 64px;
  font-family: "Roboto" !important;
  font-size: 15px;
  line-height: 1.06;
  color: #A52532;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -ms-flex-align: center !important;
  align-items: center !important; }
  @media only screen and (max-width: 1599px) {
    header .header-lk {
      margin-right: 48px;
      margin-left: auto; } }
  @media only screen and (max-width: 991px) {
    header .header-lk {
      margin-right: 16px;
      margin-left: 16px; } }
  @media only screen and (max-width: 767px) {
    header .header-lk {
      -ms-flex-order: 1;
      order: 1; } }
  @media only screen and (max-width: 479px) {
    header .header-lk {
      margin-right: 16px; } }
  header .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
    @media only screen and (max-width: 991px) {
      header .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap {
        margin-right: 4px; } }
    header .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap h3.pmpro_member_display_name {
      -ms-flex-order: 1;
      order: 1;
      font-family: "Roboto" !important;
      font-weight: normal;
      font-size: 15px;
      line-height: 1.06;
      color: #A52532;
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 991px) {
        header .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap h3.pmpro_member_display_name {
          display: none; } }
      header .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap h3.pmpro_member_display_name a {
        text-decoration: none;
        pointer-events: none;
        color: #A52532;
        cursor: pointer !important; }
    header .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap .avatar {
      -ms-flex-order: 0;
      order: 0;
      margin-right: 10px;
      width: 30px;
      height: 30px;
      border-radius: 50%; }
      @media only screen and (max-width: 991px) {
        header .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap .avatar {
          width: 25px;
          height: 25px;
          margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        header .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap .avatar {
          width: 23px;
          min-width: 23px;
          height: 23px; } }
    header .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap:hover {
      cursor: pointer; }
  header .header-lk .widget_pmpro_member_login .pmpro-member-navigation {
    display: none;
    position: absolute;
    top: 130%;
    left: 0;
    width: 280px;
    height: auto;
    z-index: 100000;
    background: #fff;
    cursor: default;
    border-radius: 6px; }
    @media only screen and (max-width: 1199px) {
      header .header-lk .widget_pmpro_member_login .pmpro-member-navigation {
        left: -60px;
        top: 150%; } }
    @media only screen and (max-width: 991px) {
      header .header-lk .widget_pmpro_member_login .pmpro-member-navigation {
        left: -166px; } }
    @media only screen and (max-width: 767px) {
      header .header-lk .widget_pmpro_member_login .pmpro-member-navigation {
        left: -180px; } }
    @media only screen and (max-width: 479px) {
      header .header-lk .widget_pmpro_member_login .pmpro-member-navigation {
        left: -150px;
        top: 180%; } }
    @media only screen and (max-width: 479px) {
      header .header-lk .widget_pmpro_member_login .pmpro-member-navigation {
        left: -130px;
        top: 180%; } }
    header .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu {
      list-style-type: none;
      margin: 0;
      padding: 24px 24px 16px 24px;
      border: 1px solid #A52532;
      border-radius: 6px; }
      header .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li {
        margin-bottom: 12px;
        font-size: 16px; }
        header .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li a, header .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li a:visited {
          display: block;
          color: #A52532; }
          header .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li a:hover, header .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li a:visited:hover {
            text-decoration: none; }
          header .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li a span.wishlist_products_counter, header .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li a:visited span.wishlist_products_counter {
            display: none !important; }
  header .header-lk .widget_mo_openid_login_wid {
    display: none; }
  header .header-lk .unauthorized {
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
    @media only screen and (max-width: 991px) {
      header .header-lk .unauthorized {
        margin-right: 4px; } }
    header .header-lk .unauthorized:hover {
      cursor: pointer; }
  header .header-lk .fas {
    margin-right: 10px;
    font-size: 30px; }
    @media only screen and (max-width: 991px) {
      header .header-lk .fas {
        margin-right: 0;
        font-size: 25px; } }
    @media only screen and (max-width: 991px) {
      header .header-lk .fas {
        font-size: 19px; } }
    header .header-lk .fas.fa-user {
      display: none; }
      @media only screen and (max-width: 991px) {
        header .header-lk .fas.fa-user {
          display: block; } }
    @media only screen and (max-width: 991px) {
      header .header-lk .fas.fa-user-circle {
        display: none; } }
  @media only screen and (max-width: 991px) {
    header .header-lk span {
      display: none; } }
  header .header-lk .account {
    display: none;
    position: absolute;
    top: 130%;
    left: 0;
    width: 280px;
    height: auto;
    z-index: 100000;
    background: #fff;
    border-radius: 6px;
    padding: 24px 24px 16px 24px;
    border: 1px solid #A52532; }
    @media only screen and (max-width: 991px) {
      header .header-lk .account {
        left: -177px;
        top: 150%; } }
    @media only screen and (max-width: 991px) {
      header .header-lk .account {
        left: -190px; } }
    @media only screen and (max-width: 479px) {
      header .header-lk .account {
        left: -145px;
        top: 200%; } }
    header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap h3 {
      font-size: 19px;
      text-align: center;
      display: none; }
    header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form label {
      font-weight: normal !important;
      margin-bottom: 4px !important; }
    header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form input[type="text"], header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form input[type="password"] {
      width: 100% !important;
      max-width: 100% !important;
      border: 1px solid #ccc !important;
      border-radius: 3px !important;
      height: 30px !important;
      background: #fff !important;
      padding: 0 8px !important;
      outline: none !important; }
      header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form input[type="text"]:focus, header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form input[type="password"]:focus {
        background: #fff !important;
        border: 2px solid #A52532 !important;
        border-radius: 3px !important; }
    header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form .login-remember {
      margin-bottom: 24px; }
      header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form .login-remember label {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
        header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form .login-remember label input {
          margin-right: 4px; }
    header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form .login-submit .button {
      background: #A52532;
      border-radius: 0;
      color: #fff;
      font-weight: normal;
      margin: 0 auto;
      display: block;
      font-family: "Roboto" !important;
      padding: 8px 16px;
      font-size: 17px;
      border: 0; }
    header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap .pmpro_actions_nav a, header .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap .pmpro_actions_nav a:visited {
      color: #A52532;
      font-size: 14px; }
    header .header-lk .account .mo-openid-app-icons {
      display: block !important;
      width: 100% !important;
      text-align: center !important;
      padding-top: 16px; }
      header .header-lk .account .mo-openid-app-icons > p {
        width: 100% !important;
        text-align: center !important;
        font-size: 14px !important; }
  header .header-lk .wishlist_products_counter, header .header-lk .wishlist_products_counter:hover {
    text-decoration: none;
    color: #C9CDDA;
    margin: 0 16px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
    @media only screen and (max-width: 359px) {
      header .header-lk .wishlist_products_counter, header .header-lk .wishlist_products_counter:hover {
        margin: 0 10px 0 15px; } }
    header .header-lk .wishlist_products_counter:before, header .header-lk .wishlist_products_counter:hover:before {
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      font-family: "Font Awesome 5 Free" !important;
      content: "\f004";
      font-size: 16px;
      font-weight: 900;
      margin-right: 5px;
      color: #A52532; }
      @media only screen and (max-width: 359px) {
        header .header-lk .wishlist_products_counter:before, header .header-lk .wishlist_products_counter:hover:before {
          margin-right: 3px !important; } }
    header .header-lk .wishlist_products_counter span.wishlist_products_counter_text, header .header-lk .wishlist_products_counter:hover span.wishlist_products_counter_text {
      display: none; }
    header .header-lk .wishlist_products_counter span.wishlist_products_counter_number, header .header-lk .wishlist_products_counter:hover span.wishlist_products_counter_number {
      font-size: 14px;
      line-height: 1;
      display: block !important; }
    header .header-lk .wishlist_products_counter.wishlist-counter-with-products, header .header-lk .wishlist_products_counter:hover.wishlist-counter-with-products {
      color: #A52532; }
      header .header-lk .wishlist_products_counter.wishlist-counter-with-products:before, header .header-lk .wishlist_products_counter:hover.wishlist-counter-with-products:before {
        color: #A52532;
        font-family: "Font Awesome 5 Free" !important;
        content: "\f004"; }
  header .header-lk .yith-woocompare-counter a.yith-woocompare-open {
    text-decoration: none; }
    header .header-lk .yith-woocompare-counter a.yith-woocompare-open .yith-woocompare-counter {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: center !important;
      align-items: center !important; }
      header .header-lk .yith-woocompare-counter a.yith-woocompare-open .yith-woocompare-counter .yith-woocompare-icon {
        display: block !important;
        position: relative; }
        @media only screen and (max-width: 359px) {
          header .header-lk .yith-woocompare-counter a.yith-woocompare-open .yith-woocompare-counter .yith-woocompare-icon {
            margin-right: 3px !important; } }
        header .header-lk .yith-woocompare-counter a.yith-woocompare-open .yith-woocompare-counter .yith-woocompare-icon img {
          display: none; }
        header .header-lk .yith-woocompare-counter a.yith-woocompare-open .yith-woocompare-counter .yith-woocompare-icon:before {
          position: relative;
          top: 0;
          left: 0;
          margin: 0;
          padding: 0;
          font-family: "Font Awesome 5 Free" !important;
          content: "\f515";
          font-size: 16px;
          font-weight: 900;
          display: block !important;
          margin-right: 0;
          color: #A52532; }
      header .header-lk .yith-woocompare-counter a.yith-woocompare-open .yith-woocompare-counter .yith-woocompare-count {
        font-size: 14px;
        color: #fff;
        display: block !important; }
  header .header-lk .total-compare {
    margin-left: -15px;
    z-index: 1;
    color: #A52532; }
header .social_header {
  display: block; }
  @media only screen and (max-width: 1279px) {
    header .social_header {
      display: none;
      position: absolute;
      right: 4px;
      top: 60px;
      width: 40px;
      z-index: 10000;
      background: white;
      text-align: center; } }
  header .social_header a {
    margin-right: 24px; }
    @media only screen and (max-width: 1599px) {
      header .social_header a {
        margin-right: 19px; } }
    @media only screen and (max-width: 1199px) {
      header .social_header a {
        margin: 16px auto;
        display: block; } }
    header .social_header a:last-of-type {
      margin-right: 0; }
    header .social_header a .fab {
      font-size: 24px;
      color: #B5B9C6; }
      @media only screen and (max-width: 1599px) {
        header .social_header a .fab {
          font-size: 22px; } }
      @media only screen and (max-width: 1399px) {
        header .social_header a .fab {
          font-size: 20px; } }
      @media only screen and (max-width: 1199px) {
        header .social_header a .fab {
          font-size: 24px; } }
      header .social_header a .fab:hover {
        color: #A52532; }
header .navbar-toggler_social {
  display: none;
  color: #B5B9C6;
  border: 0;
  box-shadow: none;
  background: none;
  font-size: 20px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center !important;
  align-items: center !important; }
  @media only screen and (max-width: 1279px) {
    header .navbar-toggler_social {
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (max-width: 767px) {
    header .navbar-toggler_social {
      display: none; } }
  header .navbar-toggler_social i {
    font-size: 25px;
    margin-right: -8px; }
  header .navbar-toggler_social span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(181, 185, 198, 1)' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' d='M15 7h0.8M15 15h0.8M15 23h0.8'/%3E%3C/svg%3E");
    height: 26px;
    margin-right: -15px; }
  header .navbar-toggler_social:hover, header .navbar-toggler_social:active, header .navbar-toggler_social:focus {
    color: #A52532; }
    header .navbar-toggler_social:hover span, header .navbar-toggler_social:active span, header .navbar-toggler_social:focus span {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(165, 37, 50, 1)' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' d='M15 7h0.8M15 15h0.8M15 23h0.8'/%3E%3C/svg%3E"); }

.asp_r.asp_r_1.vertical {
  background: #A52532 !important; }

.header-search {
  position: relative;
  width: 560px;
  height: 50px;
  margin-right: auto; }
  @media only screen and (max-width: 1699px) {
    .header-search {
      width: 430px; } }
  @media only screen and (max-width: 1399px) {
    .header-search {
      width: 400px;
      margin-right: 0; } }
  @media only screen and (max-width: 1299px) {
    .header-search {
      width: 340px; } }
  @media only screen and (max-width: 1199px) {
    .header-search {
      width: 280px;
      height: 40px; } }
  @media only screen and (max-width: 991px) {
    .header-search {
      width: 260px;
      height: 40px; } }
  @media only screen and (max-width: 767px) {
    .header-search {
      display: none; } }
  .header-search .ajaxsearchpro {
    background: #F0F1F4 !important;
    border-radius: 6px !important; }
  .header-search .probox {
    height: 50px !important;
    border-radius: 6px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background: #F0F1F4 !important; }
    @media only screen and (max-width: 1199px) {
      .header-search .probox {
        height: 40px !important; } }
  .header-search .promagnifier {
    width: 50px !important;
    height: 50px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: #A52532 !important; }
    @media only screen and (max-width: 1199px) {
      .header-search .promagnifier {
        width: 40px !important;
        height: 40px !important; } }
    @media only screen and (max-width: 1199px) {
      .header-search .promagnifier .innericon {
        width: 40px !important;
        height: 40px !important; } }
    .header-search .promagnifier .innericon svg {
      width: 30px !important; }
      @media only screen and (max-width: 1199px) {
        .header-search .promagnifier .innericon svg {
          width: 20px !important; } }
  .header-search .proloading .asp_loader .asp_simple-circle {
    border: 4px solid #A52532 !important;
    border-right-color: transparent !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important; }
    @media only screen and (max-width: 1199px) {
      .header-search .proloading .asp_loader .asp_simple-circle {
        width: 30px !important;
        height: 30px !important; } }
  .header-search .proinput {
    margin-left: 18px !important; }
    .header-search .proinput input[type="search"] {
      font-family: 'Noto Sans' !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-size: 18px !important;
      line-height: 50px !important;
      color: #000000 !important;
      opacity: 0.4 !important;
      height: 50px !important; }
      @media only screen and (max-width: 1599px) {
        .header-search .proinput input[type="search"] {
          font-size: 17px; } }
      @media only screen and (max-width: 1199px) {
        .header-search .proinput input[type="search"] {
          height: 40px !important;
          font-size: 16px !important; } }
      .header-search .proinput input[type="search"]::placeholder {
        font-family: 'Noto Sans' !important;
        font-style: normal !important;
        font-weight: normal !important;
        color: #000 !important;
        opacity: .6 !important;
        font-size: 18px !important;
        line-height: 50px !important;
        height: 50px !important; }
        @media only screen and (max-width: 1599px) {
          .header-search .proinput input[type="search"]::placeholder {
            font-size: 17px !important; } }
        @media only screen and (max-width: 1199px) {
          .header-search .proinput input[type="search"]::placeholder {
            font-size: 16px !important;
            line-height: 40px !important;
            height: 40px !important; } }
      .header-search .proinput input[type="search"]::-moz-placeholder {
        font-family: 'Noto Sans' !important;
        font-style: normal !important;
        font-weight: normal !important;
        color: #000 !important;
        opacity: .6 !important;
        font-size: 18px !important;
        line-height: 50px !important;
        height: 50px !important; }
        @media only screen and (max-width: 1599px) {
          .header-search .proinput input[type="search"]::-moz-placeholder {
            font-size: 17px !important; } }
        @media only screen and (max-width: 1199px) {
          .header-search .proinput input[type="search"]::-moz-placeholder {
            font-size: 16px !important;
            line-height: 40px !important;
            height: 40px !important; } }
      .header-search .proinput input[type="search"]::-webkit-placeholder {
        font-family: 'Noto Sans' !important;
        font-style: normal !important;
        font-weight: normal !important;
        color: #000 !important;
        opacity: .6 !important;
        font-size: 18px !important;
        line-height: 50px !important;
        height: 50px !important; }
        @media only screen and (max-width: 1599px) {
          .header-search .proinput input[type="search"]::-webkit-placeholder {
            font-size: 17px !important; } }
        @media only screen and (max-width: 1199px) {
          .header-search .proinput input[type="search"]::-webkit-placeholder {
            font-size: 16px !important;
            line-height: 40px !important;
            height: 40px !important; } }
    .header-search .proinput input.autocomplete {
      font-family: 'Noto Sans' !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-size: 18px !important;
      line-height: 45px !important;
      color: red !important;
      opacity: 0.4 !important;
      height: 50px !important; }
      @media only screen and (max-width: 1599px) {
        .header-search .proinput input.autocomplete {
          font-size: 17px !important; } }
      @media only screen and (max-width: 1199px) {
        .header-search .proinput input.autocomplete {
          height: 40px !important;
          font-size: 16px !important;
          top: 10px !important; } }
      .header-search .proinput input.autocomplete::placeholder {
        font-family: 'Noto Sans' !important;
        font-style: normal !important;
        font-weight: normal !important;
        color: red !important;
        opacity: .6 !important;
        font-size: 20px !important;
        line-height: 50px !important;
        height: 50px !important; }
        @media only screen and (max-width: 1599px) {
          .header-search .proinput input.autocomplete::placeholder {
            font-size: 17px !important; } }
        @media only screen and (max-width: 1199px) {
          .header-search .proinput input.autocomplete::placeholder {
            font-size: 16px !important;
            line-height: 40px !important;
            height: 40px !important; } }
      .header-search .proinput input.autocomplete::-moz-placeholder {
        font-family: 'Noto Sans' !important;
        font-style: normal !important;
        font-weight: normal !important;
        color: red !important;
        opacity: .6 !important;
        font-size: 18px !important;
        line-height: 50px !important;
        height: 50px !important; }
        @media only screen and (max-width: 1599px) {
          .header-search .proinput input.autocomplete::-moz-placeholder {
            font-size: 17px !important; } }
        @media only screen and (max-width: 1199px) {
          .header-search .proinput input.autocomplete::-moz-placeholder {
            font-size: 16px !important;
            line-height: 40px !important;
            height: 40px !important; } }
      .header-search .proinput input.autocomplete::-webkit-placeholder {
        font-family: 'Noto Sans' !important;
        font-style: normal !important;
        font-weight: normal !important;
        color: red !important;
        opacity: .6 !important;
        font-size: 18px !important;
        line-height: 50px !important;
        height: 50px !important; }
        @media only screen and (max-width: 1599px) {
          .header-search .proinput input.autocomplete::-webkit-placeholder {
            font-size: 17px !important; } }
        @media only screen and (max-width: 1199px) {
          .header-search .proinput input.autocomplete::-webkit-placeholder {
            font-size: 16px !important;
            line-height: 40px !important;
            height: 40px !important; } }

.subheader_search {
  display: none; }
  @media only screen and (max-width: 767px) {
    .subheader_search {
      background: #F2F3F6;
      padding-top: 16px;
      padding-bottom: 3px; } }
  .subheader_search .header-search {
    display: block;
    width: 100%; }
    .subheader_search .header-search .ajaxsearchpro {
      background: #fff !important;
      border-radius: 6px !important; }
  @media only screen and (max-width: 767px) {
    .subheader_search.inners {
      padding-bottom: 16px; } }

.banners-home-bottom {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 44px;
  padding-bottom: 32px; }
  @media only screen and (max-width: 1199px) {
    .banners-home-bottom {
      padding-top: 24px;
      padding-bottom: 44px; } }
  .banners-home-bottom img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .banners-home-bottom p {
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #888888;
    margin-bottom: 8px; }
  .banners-home-bottom .win_desktop {
    width: 970px; }
  .banners-home-bottom .win_mobile {
    display: none; }
    @media only screen and (max-width: 991px) {
      .banners-home-bottom .win_mobile {
        display: block;
        width: 240px; } }

footer {
  position: relative;
  background: #fff;
  padding-left: 96px;
  padding-right: 0;
  padding-top: 34px; }
  @media only screen and (max-width: 1699px) {
    footer {
      padding-left: 64px; } }
  @media only screen and (max-width: 1599px) {
    footer {
      padding-left: 48px; } }
  @media only screen and (max-width: 1399px) {
    footer {
      padding-left: 32px;
      padding-top: 28px; } }
  @media only screen and (max-width: 1199px) {
    footer {
      padding-left: 0;
      padding-top: 22px; } }
  @media only screen and (max-width: 479px) {
    footer {
      padding-top: 16px; } }
  footer .footer_txt {
    width: 100%; }
    footer .footer_txt .bottom-menu-social-wrap {
      width: 100%;
      padding: 24px 0;
      border-bottom: 1px solid #C9CDDA; }
      @media only screen and (max-width: 1199px) {
        footer .footer_txt .bottom-menu-social-wrap {
          padding: 24px 0 24px 32px; } }
      @media only screen and (max-width: 991px) {
        footer .footer_txt .bottom-menu-social-wrap {
          padding-top: 16px; } }
      @media only screen and (max-width: 479px) {
        footer .footer_txt .bottom-menu-social-wrap {
          padding: 24px 0 24px 16px; } }
    footer .footer_txt .bottom-menu-social {
      position: relative;
      width: calc(100% - 96px);
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
      @media only screen and (max-width: 1699px) {
        footer .footer_txt .bottom-menu-social {
          width: calc(100% - 64px); } }
      @media only screen and (max-width: 1599px) {
        footer .footer_txt .bottom-menu-social {
          width: calc(100% - 48px); } }
      @media only screen and (max-width: 1399px) {
        footer .footer_txt .bottom-menu-social {
          width: calc(100% - 32px); } }
      @media only screen and (max-width: 991px) {
        footer .footer_txt .bottom-menu-social {
          width: 100%; } }
      footer .footer_txt .bottom-menu-social .bottom-menu {
        margin-right: auto; }
        @media only screen and (max-width: 991px) {
          footer .footer_txt .bottom-menu-social .bottom-menu {
            margin-right: 0;
            width: 100%;
            -ms-flex-order: 1;
            order: 1; } }
        @media only screen and (max-width: 767px) {
          footer .footer_txt .bottom-menu-social .bottom-menu {
            max-width: 100%;
            overflow-x: auto;
            padding-bottom: 16px;
            scrollbar-width: thin;
            scrollbar-color: #9EA5BD #E6E7EA; }
            footer .footer_txt .bottom-menu-social .bottom-menu::-webkit-scrollbar {
              background-color: #E6E7EA;
              height: 4px;
              width: 2px; }
            footer .footer_txt .bottom-menu-social .bottom-menu::-webkit-scrollbar-thumb {
              background-color: #9EA5BD;
              border-radius: 40px;
              border: 0px solid #9EA5BD; }
            footer .footer_txt .bottom-menu-social .bottom-menu::-webkit-scrollbar-track {
              background: #E6E7EA; } }
        footer .footer_txt .bottom-menu-social .bottom-menu ul {
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
          list-style-type: none;
          padding: 0;
          margin: 0; }
          @media only screen and (max-width: 1199px) {
            footer .footer_txt .bottom-menu-social .bottom-menu ul {
              width: 100%;
              -ms-flex-pack: center !important;
              justify-content: center !important; } }
          @media only screen and (max-width: 767px) {
            footer .footer_txt .bottom-menu-social .bottom-menu ul {
              -ms-flex-pack: start !important;
              justify-content: flex-start !important;
              width: 700px; }
              footer .footer_txt .bottom-menu-social .bottom-menu ul:after {
                position: absolute;
                content: '';
                right: 0;
                top: 0;
                height: 100%;
                width: 104px;
                background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 14.39%, rgba(255, 255, 255, 0) 72.73%); } }
          footer .footer_txt .bottom-menu-social .bottom-menu ul li {
            margin: 0 32px 0 0; }
            footer .footer_txt .bottom-menu-social .bottom-menu ul li a, footer .footer_txt .bottom-menu-social .bottom-menu ul li a:visited {
              display: block;
              padding: 0;
              font-weight: 500;
              font-size: 17px;
              line-height: 130%;
              color: #000;
              text-decoration: none;
              font-family: 'Noto Sans';
              text-shadow: 0.02em 0.02em #000; }
              @media only screen and (max-width: 1699px) {
                footer .footer_txt .bottom-menu-social .bottom-menu ul li a, footer .footer_txt .bottom-menu-social .bottom-menu ul li a:visited {
                  font-size: 16px; } }
              @media only screen and (max-width: 1399px) {
                footer .footer_txt .bottom-menu-social .bottom-menu ul li a, footer .footer_txt .bottom-menu-social .bottom-menu ul li a:visited {
                  font-size: 16px; } }
              @media only screen and (max-width: 1299px) {
                footer .footer_txt .bottom-menu-social .bottom-menu ul li a, footer .footer_txt .bottom-menu-social .bottom-menu ul li a:visited {
                  font-size: 14px; } }
              footer .footer_txt .bottom-menu-social .bottom-menu ul li a:hover, footer .footer_txt .bottom-menu-social .bottom-menu ul li a:visited:hover {
                color: #A52532;
                text-shadow: 0.02em 0.02em #a52532; }
            footer .footer_txt .bottom-menu-social .bottom-menu ul li:last-of-type {
              margin-right: 0; }
      @media only screen and (max-width: 991px) {
        footer .footer_txt .bottom-menu-social .social_footer {
          width: 100%;
          text-align: center;
          padding-bottom: 32px;
          padding-right: 32px;
          -ms-flex-order: 0;
          order: 0; } }
      footer .footer_txt .bottom-menu-social .social_footer a {
        margin-right: 24px; }
        @media only screen and (max-width: 1399px) {
          footer .footer_txt .bottom-menu-social .social_footer a {
            margin-right: 19px; } }
        footer .footer_txt .bottom-menu-social .social_footer a:last-of-type {
          margin-right: 0; }
        footer .footer_txt .bottom-menu-social .social_footer a .fab {
          font-size: 24px;
          color: #B5B9C6; }
          @media only screen and (max-width: 1599px) {
            footer .footer_txt .bottom-menu-social .social_footer a .fab {
              font-size: 22px; } }
          @media only screen and (max-width: 1399px) {
            footer .footer_txt .bottom-menu-social .social_footer a .fab {
              font-size: 20px; } }
          footer .footer_txt .bottom-menu-social .social_footer a .fab:hover {
            color: #A52532; }
    footer .footer_txt .bottom-info-subscription-copyright {
      position: relative;
      width: 100%;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
      width: calc(100% - 96px);
      padding: 24px 0; }
      @media only screen and (max-width: 1699px) {
        footer .footer_txt .bottom-info-subscription-copyright {
          width: calc(100% - 64px); } }
      @media only screen and (max-width: 1599px) {
        footer .footer_txt .bottom-info-subscription-copyright {
          width: calc(100% - 48px); } }
      @media only screen and (max-width: 1399px) {
        footer .footer_txt .bottom-info-subscription-copyright {
          width: calc(100% - 32px); } }
      @media only screen and (max-width: 1199px) {
        footer .footer_txt .bottom-info-subscription-copyright {
          width: 100%;
          padding: 24px 32px; } }
      @media only screen and (max-width: 479px) {
        footer .footer_txt .bottom-info-subscription-copyright {
          padding: 24px 16px; } }
      footer .footer_txt .bottom-info-subscription-copyright::before {
        position: absolute;
        content: '';
        top: 0;
        left: calc(630px + 64px);
        width: 1px;
        height: 100%;
        background: #C9CDDA; }
        @media only screen and (max-width: 1599px) {
          footer .footer_txt .bottom-info-subscription-copyright::before {
            left: calc(500px + 32px); } }
        @media only screen and (max-width: 1399px) {
          footer .footer_txt .bottom-info-subscription-copyright::before {
            left: calc(400px + 16px); } }
        @media only screen and (max-width: 1199px) {
          footer .footer_txt .bottom-info-subscription-copyright::before {
            display: none; } }
    footer .footer_txt .bottom-info {
      padding: 0 64px 0 0;
      width: calc(630px + 64px); }
      @media only screen and (max-width: 1599px) {
        footer .footer_txt .bottom-info {
          width: calc(500px + 48px); } }
      @media only screen and (max-width: 1399px) {
        footer .footer_txt .bottom-info {
          width: calc(400px + 32px); } }
      @media only screen and (max-width: 1199px) {
        footer .footer_txt .bottom-info {
          width: 100%;
          padding: 48px 0 0 0;
          -ms-flex-order: 2;
          order: 2; } }
      footer .footer_txt .bottom-info p {
        font-size: 14px;
        line-height: 170%;
        margin: 0;
        color: #6F7380; }
    footer .footer_txt .bottom-subscription {
      padding: 0 64px 0 64px;
      width: calc(420px + 128px); }
      @media only screen and (max-width: 1599px) {
        footer .footer_txt .bottom-subscription {
          padding: 0 48px 0 48px;
          width: calc(400px + 96px); } }
      @media only screen and (max-width: 1399px) {
        footer .footer_txt .bottom-subscription {
          padding: 0 32px 0 32px;
          width: calc(350px + 64px); } }
      @media only screen and (max-width: 1199px) {
        footer .footer_txt .bottom-subscription {
          padding-left: 0;
          -ms-flex-order: 0;
          order: 0; } }
      @media only screen and (max-width: 767px) {
        footer .footer_txt .bottom-subscription {
          padding-right: 0; } }
      @media only screen and (max-width: 639px) {
        footer .footer_txt .bottom-subscription {
          width: 100%;
          padding-bottom: 48px; } }
      footer .footer_txt .bottom-subscription h3 {
        font-family: 'Noto Sans Bold';
        font-weight: normal;
        font-size: 24px;
        line-height: 133%;
        color: #000; }
        @media only screen and (max-width: 1599px) {
          footer .footer_txt .bottom-subscription h3 {
            font-size: 22px; } }
        @media only screen and (max-width: 479px) {
          footer .footer_txt .bottom-subscription h3 {
            font-size: 20px; } }
        @media only screen and (max-width: 479px) {
          footer .footer_txt .bottom-subscription h3 {
            font-size: 19px; } }
      footer .footer_txt .bottom-subscription p {
        font-size: 16px;
        line-height: 160%;
        color: #000; }
        @media only screen and (max-width: 1599px) {
          footer .footer_txt .bottom-subscription p {
            font-size: 15px; } }
      footer .footer_txt .bottom-subscription a, footer .footer_txt .bottom-subscription a:visited {
        background: #F0F1F4;
        border-radius: 6px;
        height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        padding: 0 0 0 20px;
        font-size: 18px;
        line-height: 25px;
        text-decoration: none;
        width: 370px;
        max-width: 100%; }
        @media only screen and (max-width: 1599px) {
          footer .footer_txt .bottom-subscription a, footer .footer_txt .bottom-subscription a:visited {
            font-size: 16px; } }
        @media only screen and (max-width: 1199px) {
          footer .footer_txt .bottom-subscription a, footer .footer_txt .bottom-subscription a:visited {
            height: 40px; } }
        footer .footer_txt .bottom-subscription a span, footer .footer_txt .bottom-subscription a:visited span {
          opacity: 0.5;
          color: #000; }
        footer .footer_txt .bottom-subscription a i, footer .footer_txt .bottom-subscription a:visited i {
          width: 54px;
          height: 50px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center !important;
          align-items: center !important;
          -ms-flex-pack: center !important;
          justify-content: center !important;
          background: #A52532;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
          color: #DA717C; }
          @media only screen and (max-width: 1199px) {
            footer .footer_txt .bottom-subscription a i, footer .footer_txt .bottom-subscription a:visited i {
              width: 44px;
              height: 40px; } }
        footer .footer_txt .bottom-subscription a:hover span, footer .footer_txt .bottom-subscription a:visited:hover span {
          color: #A52532; }
    footer .footer_txt .copyright {
      padding: 0 0 0 64px; }
      @media only screen and (max-width: 1199px) {
        footer .footer_txt .copyright {
          margin: 0 auto;
          padding-left: 0;
          -ms-flex-order: 1;
          order: 1; } }
      @media only screen and (max-width: 639px) {
        footer .footer_txt .copyright {
          width: 100%; } }
      footer .footer_txt .copyright p {
        font-size: 16px;
        line-height: 160%;
        color: #000; }
        @media only screen and (max-width: 1599px) {
          footer .footer_txt .copyright p {
            font-size: 15px; } }
        footer .footer_txt .copyright p a, footer .footer_txt .copyright p a:visited {
          color: #000; }
          footer .footer_txt .copyright p a:hover, footer .footer_txt .copyright p a:visited:hover {
            color: #A52532; }
      footer .footer_txt .copyright p.copy {
        font-size: 12px;
        line-height: 140%;
        color: #A3A6B1; }
        @media only screen and (max-width: 639px) {
          footer .footer_txt .copyright p.copy {
            margin: 0; } }
  footer #top-link {
    position: fixed;
    bottom: 24px;
    right: 0;
    display: none;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      footer #top-link {
        bottom: 65px; } }
    footer #top-link a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      background: #A52532;
      width: 40px;
      height: 40px;
      color: #fff;
      text-decoration: none; }

.fixed_bottom_menu {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  color: #A52532;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
  padding: 0 32px;
  border-top: 1px solid #F0F1F4; }
  @media only screen and (min-width: 768px) {
    .fixed_bottom_menu {
      display: none !important; } }
  .fixed_bottom_menu .fixed_bottom_menu_inners {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 100%; }
    @media only screen and (max-width: 479px) {
      .fixed_bottom_menu .fixed_bottom_menu_inners {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; } }
  .fixed_bottom_menu .header-lk {
    position: relative;
    font-family: "Roboto" !important;
    font-size: 15px;
    line-height: 1.06;
    color: #A52532;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
    .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
      .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap h3.pmpro_member_display_name {
        display: none; }
        .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap h3.pmpro_member_display_name a {
          text-decoration: none;
          pointer-events: none;
          color: #A52532;
          cursor: pointer !important; }
      .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap .wp-user-avatar {
        -ms-flex-order: 0;
        order: 0;
        margin-right: 10px;
        width: 23px;
        height: 23px;
        border-radius: 50%; }
      .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro_logged_in_welcome_wrap:hover {
        cursor: pointer; }
    .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro-member-navigation {
      display: none;
      position: absolute;
      top: auto;
      left: -140px;
      bottom: 180%;
      width: 280px;
      height: auto;
      z-index: 100000;
      background: #fff;
      cursor: default;
      border-radius: 6px; }
      @media only screen and (max-width: 479px) {
        .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro-member-navigation {
          left: -100px; } }
      .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu {
        list-style-type: none;
        margin: 0;
        padding: 24px 24px 16px 24px;
        border: 1px solid #A52532;
        border-radius: 6px; }
        .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li {
          margin-bottom: 12px;
          font-size: 16px; }
          .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li a, .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li a:visited {
            display: block;
            color: #A52532; }
            .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li a:hover, .fixed_bottom_menu .header-lk .widget_pmpro_member_login .pmpro-member-navigation .menu li a:visited:hover {
              text-decoration: none; }
    .fixed_bottom_menu .header-lk .unauthorized {
      display: flex !important;
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
      .fixed_bottom_menu .header-lk .unauthorized:hover {
        cursor: pointer; }
    .fixed_bottom_menu .header-lk .far {
      margin-right: 10px;
      font-size: 30px; }
      @media only screen and (max-width: 991px) {
        .fixed_bottom_menu .header-lk .far {
          margin-right: 0;
          font-size: 25px; } }
      @media only screen and (max-width: 991px) {
        .fixed_bottom_menu .header-lk .far {
          font-size: 19px; } }
    @media only screen and (max-width: 991px) {
      .fixed_bottom_menu .header-lk span {
        display: none; } }
    .fixed_bottom_menu .header-lk .account {
      display: none;
      position: absolute;
      top: auto;
      left: -140px;
      bottom: 180%;
      width: 280px;
      height: auto;
      z-index: 100000;
      background: #fff;
      border-radius: 6px;
      padding: 24px 24px 16px 24px;
      border: 1px solid #A52532; }
      @media only screen and (max-width: 479px) {
        .fixed_bottom_menu .header-lk .account {
          left: -100px; } }
      .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap h3 {
        font-size: 19px;
        text-align: center;
        display: none; }
      .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form label {
        font-weight: normal !important;
        margin-bottom: 4px !important; }
      .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form input[type="text"], .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form input[type="password"] {
        width: 100% !important;
        max-width: 100% !important;
        border: 1px solid #ccc !important;
        border-radius: 3px !important;
        height: 30px !important;
        background: #fff !important;
        padding: 0 8px !important;
        outline: none !important; }
        .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form input[type="text"]:focus, .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form input[type="password"]:focus {
          background: #fff !important;
          border: 2px solid #A52532 !important;
          border-radius: 3px !important; }
      .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form .login-remember {
        margin-bottom: 24px; }
        .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form .login-remember label {
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
          -ms-flex-align: center !important;
          align-items: center !important; }
          .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form .login-remember label input {
            margin-right: 4px; }
      .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap form .login-submit .button {
        background: #A52532;
        border-radius: 0;
        color: #fff;
        font-weight: normal;
        margin: 0 auto;
        display: block;
        font-family: "Roboto" !important;
        padding: 8px 16px;
        font-size: 17px;
        border: 0; }
      .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap .pmpro_actions_nav a, .fixed_bottom_menu .header-lk .account .widget_pmpro_member_login .pmpro_login_wrap .pmpro_actions_nav a:visited {
        color: #A52532;
        font-size: 14px; }
  .fixed_bottom_menu .fa-search, .fixed_bottom_menu .fa-home {
    font-size: 19px;
    color: #A52532;
    cursor: pointer; }
  .fixed_bottom_menu .footer_search {
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 80px;
    z-index: 100000;
    background: #fff;
    padding: 0px 16px; }
    .fixed_bottom_menu .footer_search .header-search {
      display: block;
      top: 24px;
      width: 100%; }
      .fixed_bottom_menu .footer_search .header-search #ajaxsearchprores1_3 {
        top: auto !important;
        bottom: 110px !important; }
  .fixed_bottom_menu .navbar-toggler_new .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(165, 37, 50, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 5h22M4 13h22M4 20h22'/%3E%3C/svg%3E");
    width: 23px;
    height: 23px; }
    .fixed_bottom_menu .navbar-toggler_new .navbar-toggler-icon:hover {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(165, 37, 50, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 5h25M4 14h25M4 23h25'/%3E%3C/svg%3E"); }

.modal.fade .modal-dialog {
  position: fixed;
  width: 800px;
  max-width: 90%;
  top: 16px;
  left: 50%;
  margin: 0 0 0 -400px;
  height: 640px;
  max-height: calc(100% - 32px);
  overflow-y: auto;
  z-index: 1060;
  pointer-events: auto !important;
  border-radius: 6px; }
  @media only screen and (max-width: 767px) {
    .modal.fade .modal-dialog {
      width: 90%;
      min-height: calc(100% - 32px);
      margin-left: -45%; } }
  .modal.fade .modal-dialog .modal-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    width: 100%;
    padding-bottom: 0;
    background: #EFEFEF;
    border-bottom: 5px solid #a52532;
    border-radius: 6px; }
    .modal.fade .modal-dialog .modal-content .modal-header {
      width: 100%;
      padding: 16px 0 16px 16px;
      background-color: #a52532;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
      .modal.fade .modal-dialog .modal-content .modal-header h5 {
        color: #fff;
        font-family: 'Roboto Medium';
        font-size: 21px;
        line-height: 100%;
        text-align: center;
        width: 100%; }
      .modal.fade .modal-dialog .modal-content .modal-header .close {
        font-size: 41px;
        text-shadow: none;
        color: #fff;
        padding: 0;
        margin: -10px 17px; }
        .modal.fade .modal-dialog .modal-content .modal-header .close:hover {
          color: #fff; }
    .modal.fade .modal-dialog .modal-content .modal-body {
      padding: 32px 0 0 0;
      width: 90%;
      margin: 0 auto; }
      .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
        .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p {
          width: 47%;
          letter-spacing: 1px;
          margin-bottom: 5px; }
          @media only screen and (max-width: 767px) {
            .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p {
              width: 100%; } }
          .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label {
            font-size: 16px;
            width: 100%; }
            .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap {
              display: block;
              position: relative; }
              .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input, .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap textarea {
                width: 100%; }
              .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input[type="*"], .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input[type="text"], .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input[type="password"], .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input[type="url"], .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input[type="email"], .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input[type="tel"], .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input[type="date"], .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input[type="number"], .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap input[type="hidden"], .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap textarea, .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap select {
                padding: 8px 6px;
                border: 1px solid #ccc;
                border-radius: 2px;
                max-width: none;
                width: 100%;
                margin-bottom: 0;
                transition: all 0.4s ease-in;
                height: 36px; }
              .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap textarea {
                height: 80px; }
              .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap .codedropz-upload-handler {
                margin-top: 0 !important;
                margin-bottom: 16px !important; }
                @media only screen and (max-width: 767px) {
                  .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-upload-container {
                    padding: 15px 10px !important; } }
                .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-upload-inner h3 {
                  font-size: 20px !important;
                  line-height: 100% !important; }
                  @media only screen and (max-width: 767px) {
                    .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-upload-inner h3 {
                      font-size: 16px !important; } }
                .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
                  font-size: 18px !important; }
                  @media only screen and (max-width: 767px) {
                    .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
                      font-size: 16px !important; } }
          .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p input[type='submit'] {
            width: 250px;
            background: #a52532;
            letter-spacing: 1px;
            padding: 10px 15px;
            text-align: center;
            border: 0;
            box-shadow: none;
            margin: 20px auto 10px;
            float: none;
            display: block;
            color: #F1F1F1;
            font-family: 'Open Sans';
            font-size: 18px;
            font-weight: 700;
            line-height: 24px; }
            .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p input[type='submit']:disabled {
              opacity: .5; }
            @media only screen and (max-width: 767px) {
              .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 .wpcf7-form p input[type='submit'] {
                font-size: 16px; } }
      .modal.fade .modal-dialog .modal-content .modal-body .form .wpcf7 form.sent .wpcf7-response-output {
        border-color: #00ae4d;
        margin: 0 auto 32px auto; }
      .modal.fade .modal-dialog .modal-content .modal-body .form.modal-examination .wpcf7 .wpcf7-form p:nth-of-type(6), .modal.fade .modal-dialog .modal-content .modal-body .form.modal-examination .wpcf7 .wpcf7-form p:nth-of-type(7), .modal.fade .modal-dialog .modal-content .modal-body .form.modal-examination .wpcf7 .wpcf7-form p:nth-of-type(8) {
        width: 100%; }
      .modal.fade .modal-dialog .modal-content .modal-body .form-group {
        margin-left: 0;
        margin-right: 0; }
        .modal.fade .modal-dialog .modal-content .modal-body .form-group .form-control {
          -webkit-box-shadow: none !important;
          box-shadow: none !important; }
        .modal.fade .modal-dialog .modal-content .modal-body .form-group.privacy .form-check-input {
          position: relative;
          margin-left: 0; }
        .modal.fade .modal-dialog .modal-content .modal-body .form-group.privacy a {
          text-decoration: underline; }
          .modal.fade .modal-dialog .modal-content .modal-body .form-group.privacy a:hover {
            text-decoration: none; }
        .modal.fade .modal-dialog .modal-content .modal-body .form-group.privacy .custom-control-input {
          left: 0;
          top: 4px; }
          .modal.fade .modal-dialog .modal-content .modal-body .form-group.privacy .custom-control-input ~ .custom-control-label::after {
            background-image: url("assets/img/policy-pointer-unchecked.png");
            background-size: 100% 100%;
            box-shadow: none !important;
            border: 1px solid #ced4da; }
          .modal.fade .modal-dialog .modal-content .modal-body .form-group.privacy .custom-control-input:checked ~ .custom-control-label::after {
            background-image: url("assets/img/policy-pointer.png");
            background-size: 100% 100%;
            box-shadow: none !important; }
        .modal.fade .modal-dialog .modal-content .modal-body .form-group.privacy .custom-control-label {
          position: absolute;
          top: 0;
          left: 0; }
          .modal.fade .modal-dialog .modal-content .modal-body .form-group.privacy .custom-control-label::before {
            background-color: #fff;
            border-radius: 0;
            opacity: .4;
            box-shadow: none !important;
            left: 0; }
          .modal.fade .modal-dialog .modal-content .modal-body .form-group.privacy .custom-control-label::after {
            border-radius: 0;
            background-color: #fff;
            color: red;
            box-shadow: none !important;
            left: 0; }
    .modal.fade .modal-dialog .modal-content .btn {
      width: 100%;
      letter-spacing: .05rem;
      font-size: 19px;
      border: 0;
      box-shadow: none !important; }
      @media only screen and (max-width: 479px) {
        .modal.fade .modal-dialog .modal-content .btn {
          font-size: 17px; } }
    .modal.fade .modal-dialog .modal-content .modal-footer {
      border: 0;
      text-align: center;
      padding-top: 0;
      padding-bottom: 30px;
      width: 400px;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0; }
      @media only screen and (max-width: 767px) {
        .modal.fade .modal-dialog .modal-content .modal-footer {
          width: 300px; } }
      @media only screen and (max-width: 479px) {
        .modal.fade .modal-dialog .modal-content .modal-footer {
          width: 92%; } }

#modalAddProduct .modal-dialog {
  height: 800px; }

#splite_popup_box #splite_popup_title {
  color: #fff;
  font-family: 'Roboto Medium';
  font-size: 21px;
  line-height: 140%;
  padding: 8px 10% 8px 5%; }
  @media only screen and (max-width: 767px) {
    #splite_popup_box #splite_popup_title {
      font-size: 19px; } }
  @media only screen and (max-width: 479px) {
    #splite_popup_box #splite_popup_title {
      font-size: 17px; } }
#splite_popup_box #splite_form_container #splite_popup_description {
  margin: 0; }
#splite_popup_box #splite_form_container .wpcf7 {
  padding: 32px 0; }
  #splite_popup_box #splite_form_container .wpcf7 .wpcf7-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #splite_popup_box #splite_form_container .wpcf7 .wpcf7-form p {
      width: 47%; }
      @media only screen and (max-width: 767px) {
        #splite_popup_box #splite_form_container .wpcf7 .wpcf7-form p {
          width: 100%; } }
      #splite_popup_box #splite_form_container .wpcf7 .wpcf7-form p label {
        font-size: 16px;
        width: 100%; }
        @media only screen and (max-width: 479px) {
          #splite_popup_box #splite_form_container .wpcf7 .wpcf7-form p label {
            font-size: 14px; } }
      #splite_popup_box #splite_form_container .wpcf7 .wpcf7-form p input, #splite_popup_box #splite_form_container .wpcf7 .wpcf7-form p textarea {
        width: 100%; }
      #splite_popup_box #splite_form_container .wpcf7 .wpcf7-form p:nth-of-type(7), #splite_popup_box #splite_form_container .wpcf7 .wpcf7-form p:nth-of-type(8) {
        width: 100%; }
      #splite_popup_box #splite_form_container .wpcf7 .wpcf7-form p:nth-of-type(8) input {
        width: 250px; }
        @media only screen and (max-width: 767px) {
          #splite_popup_box #splite_form_container .wpcf7 .wpcf7-form p:nth-of-type(8) input {
            font-size: 16px; } }
#splite_popup_box .wpcf7-form-control-wrap .codedropz-upload-handler {
  margin-top: 0;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    #splite_popup_box .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-upload-container {
      padding: 15px 10px; } }
  #splite_popup_box .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-upload-inner h3 {
    font-size: 21px;
    line-height: 140%; }
    @media only screen and (max-width: 767px) {
      #splite_popup_box .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-upload-inner h3 {
        font-size: 16px; } }
  #splite_popup_box .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-size: 21px; }
    @media only screen and (max-width: 767px) {
      #splite_popup_box .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
        font-size: 16px; } }

/* .owl-nav {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 50%;
    margin-top: -28px;

    @media only screen and (max-width: 479px) {
        top: -64px;
        margin-top: 0;
    }
}
.owl-prev, .owl-next {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 57px;
    outline: none;
    background-repeat: no-repeat !important;
    
    @media only screen and (max-width: 479px) {
        width: 20px;
        height: 38px;
    }
}
.owl-prev {
    left: -45px;
    background-image: $owl_prev_img;
    background-position: 0 0 !important;
    
    @media only screen and (max-width: 991px) {
        left: -20px;
    }
    @media only screen and (max-width: 479px) {
        left: 50%;
        margin-left: -40px;
        background-position: 0 0 !important;
        background-size: 100% auto !important;
    }

    &:hover {
        background-image: $owl_prev_img;
        background-position: 0 -57px !important;
        
        @media only screen and (max-width: 479px) {
            background-position: 0 -38px !important;
            background-size: 100% auto !important;
        }
    }
    &.disabled {
        background-image: $owl_prev_img;
        background-position: 0 0 !important;
        pointer-events: none;
        opacity: .4;
        
        @media only screen and (max-width: 479px) {
            background-position: 0 0 !important;
            background-size: 100% auto !important;
        }
    }
}
.owl-next {
    right: -45px;
    background-image: $owl_next_img;
    background-position: 0 0 !important;
    
    @media only screen and (max-width: 991px) {
        right: -20px;
    }
    @media only screen and (max-width: 479px) {
        right: 50%;
        margin-right: -40px;
        background-position: 0 0 !important;
        background-size: 100% auto !important;
    }

    &:hover {
        background-image: $owl_next_img;
        background-position: 0 -57px !important;
        
        @media only screen and (max-width: 479px) {
            background-position: 0 -38px !important;
            background-size: 100% auto !important;
        }
    }
    &.disabled {
        background-image: $owl_next_img;
        background-position: 0 0 !important;
        pointer-events: none;
        opacity: .4;
        
        @media only screen and (max-width: 479px) {
            background-position: 0 0 !important;
            background-size: 100% auto !important;
        }
    }
}
.white {
    .owl-prev {
        background-image: $owl_prev_white_img;

        &:hover {
            background-image: $owl_prev_white_img;
        }
        &.disabled {
            background-image: $owl_prev_white_img;
        }
    }
    .owl-next {
        background-image: $owl_next_white_img;

        &:hover {
            background-image: $owl_next_white_img;
        }
        &.disabled {
            background-image: $owl_next_white_img;
        }
    }
}
.grey {
    .owl-prev {
        background-image: $owl_prev_grey_img;

        &:hover {
            background-image: $owl_prev_grey_img;
        }
        &.disabled {
            background-image: $owl_prev_grey_img;
        }
    }
    .owl-next {
        background-image: $owl_next_grey_img;

        &:hover {
            background-image: $owl_next_grey_img;
        }
        &.disabled {
            background-image: $owl_next_grey_img;
        }
    }
} */
.header-menu {
  position: relative;
  width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-align: center !important;
  align-items: center !important; }
  @media only screen and (max-width: 767px) {
    .header-menu {
      display: none !important; } }

.add_category_menu {
  position: relative; }
  .add_category_menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 28px; }
    @media only screen and (max-width: 1399px) {
      .add_category_menu ul {
        margin: 0 0 0 22px; } }
    @media only screen and (max-width: 1199px) {
      .add_category_menu ul {
        margin: 0 0 0 16px; } }
    .add_category_menu ul li {
      font-size: 17px;
      line-height: 130%;
      font-family: 'Noto Sans';
      font-weight: 600;
      color: #A52532;
      padding: 0rem 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 1599px) {
        .add_category_menu ul li {
          font-size: 16px; } }
      @media only screen and (max-width: 1199px) {
        .add_category_menu ul li {
          font-size: 16px; } }
      .add_category_menu ul li:hover {
        cursor: pointer; }
      .add_category_menu ul li:last-of-type {
        padding-right: 0; }
      .add_category_menu ul li.more_category, .add_category_menu ul li.more_category_1499, .add_category_menu ul li.more_category_1299, .add_category_menu ul li.more_category_1099 {
        position: relative; }
        .add_category_menu ul li.more_category ul, .add_category_menu ul li.more_category_1499 ul, .add_category_menu ul li.more_category_1299 ul, .add_category_menu ul li.more_category_1099 ul {
          display: none;
          position: absolute;
          top: 120%;
          left: auto;
          right: 0;
          width: 280px;
          height: auto;
          z-index: 100000;
          background: #fff;
          cursor: default;
          padding: 24px 24px 16px 24px;
          border: 1px solid #A52532;
          border-radius: 6px; }
          .add_category_menu ul li.more_category ul li, .add_category_menu ul li.more_category_1499 ul li, .add_category_menu ul li.more_category_1299 ul li, .add_category_menu ul li.more_category_1099 ul li {
            padding: 4px 0;
            display: block !important; }
      .add_category_menu ul li.more_category_1499, .add_category_menu ul li.more_category_1299, .add_category_menu ul li.more_category_1099 {
        display: none; }
      @media only screen and (max-width: 1499px) {
        .add_category_menu ul li.more_category {
          display: none; } }
      @media only screen and (max-width: 1499px) {
        .add_category_menu ul li.more_category_1499 {
          display: -ms-flexbox;
          display: flex; } }
      @media only screen and (max-width: 1299px) {
        .add_category_menu ul li.more_category_1499 {
          display: none; } }
      @media only screen and (max-width: 1299px) {
        .add_category_menu ul li.more_category_1299 {
          display: -ms-flexbox;
          display: flex; } }
      @media only screen and (max-width: 1099px) {
        .add_category_menu ul li.more_category_1299 {
          display: none; } }
      @media only screen and (max-width: 991px) {
        .add_category_menu ul li.more_category_1299 {
          display: -ms-flexbox;
          display: flex; } }
      @media only screen and (max-width: 1099px) {
        .add_category_menu ul li.more_category_1099 {
          display: -ms-flexbox;
          display: flex; } }
      @media only screen and (max-width: 991px) {
        .add_category_menu ul li.more_category_1099 {
          display: none; } }
      @media only screen and (max-width: 1499px) {
        .add_category_menu ul li.krasota_i_zdorove {
          display: none; } }
      @media only screen and (max-width: 1299px) {
        .add_category_menu ul li.detskie_tovari {
          display: none; } }
      @media only screen and (max-width: 1099px) {
        .add_category_menu ul li.elektronika {
          display: none; } }
      @media only screen and (max-width: 991px) {
        .add_category_menu ul li.elektronika {
          display: block; } }
      .add_category_menu ul li .fas {
        font-size: 14px;
        padding-top: 4px;
        margin-left: 4px; }
  .add_category_menu.win767 {
    display: none;
    padding: 32px 0 16px 32px; }
    @media only screen and (max-width: 767px) {
      .add_category_menu.win767 {
        display: block; } }
    @media only screen and (max-width: 479px) {
      .add_category_menu.win767 {
        padding: 32px 0 16px 16px; } }
    .add_category_menu.win767 h3 {
      font-size: 18px;
      line-height: 140%;
      color: #000;
      margin: 0; }
    .add_category_menu.win767 p {
      font-size: 0.8rem;
      line-height: 140%; }
    .add_category_menu.win767 .category_mobile_menu {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      padding: 0 0 12px 0rem;
      scrollbar-width: thin;
      scrollbar-color: #9EA5BD #E6E7EA;
      z-index: 100; }
      .add_category_menu.win767 .category_mobile_menu::-webkit-scrollbar {
        background-color: #E6E7EA;
        height: 5px;
        width: 7px;
        z-index: 100; }
      .add_category_menu.win767 .category_mobile_menu::-webkit-scrollbar-thumb {
        background-color: #9EA5BD;
        border-radius: 40px;
        border: 2px solid #9EA5BD;
        z-index: 100; }
      .add_category_menu.win767 .category_mobile_menu::-webkit-scrollbar-track {
        background: #E6E7EA;
        z-index: 100; }
      .add_category_menu.win767 .category_mobile_menu ul {
        width: 990px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        margin: 0; }
        .add_category_menu.win767 .category_mobile_menu ul:after {
          position: absolute;
          content: '';
          right: 0;
          top: 0;
          height: 100%;
          width: 52px;
          background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 14.39%, rgba(255, 255, 255, 0) 72.73%); }
        .add_category_menu.win767 .category_mobile_menu ul li {
          display: block !important;
          font-size: 0.8rem;
          line-height: 140%;
          background: #A52532;
          border-radius: 4px;
          padding: 8px 12px;
          color: #fff;
          margin-right: 8px;
          white-space: nowrap; }

.wp_menu {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 auto; }
  @media only screen and (max-width: 991px) {
    .wp_menu {
      display: none !important; } }
  .wp_menu li a, .wp_menu li a:visited {
    display: block;
    padding: 0rem 16px;
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    color: #000;
    text-decoration: none;
    font-family: 'Noto Sans';
    letter-spacing: .01rem; }
    @media only screen and (max-width: 1599px) {
      .wp_menu li a, .wp_menu li a:visited {
        font-size: 16px; } }
    @media only screen and (max-width: 1199px) {
      .wp_menu li a, .wp_menu li a:visited {
        font-size: 16px; } }
    .wp_menu li a:hover, .wp_menu li a:visited:hover {
      color: #A52532; }
  .wp_menu li:last-of-type a {
    padding-right: 0; }
  .wp_menu li.active a, .wp_menu li.active a:visited {
    color: #A52532;
    pointer-events: none; }
  .wp_menu li.crowdfunding a {
    pointer-events: none; }

.navbar-toggler_new {
  border: 0;
  background: 0;
  padding: 0;
  margin: 0; }
  .navbar-toggler_new.win767 {
    display: none; }
    @media only screen and (max-width: 767px) {
      .navbar-toggler_new.win767 {
        display: block;
        -ms-flex-order: 2;
        order: 2; } }
  .navbar-toggler_new .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(165, 37, 50, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 5h25M4 14h25M4 23h25'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px; }
    .navbar-toggler_new .navbar-toggler-icon:hover {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(165, 37, 50, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 5h25M4 14h25M4 23h25'/%3E%3C/svg%3E"); }

.menu_widget_wc {
  display: none;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  width: 450px !important;
  height: 100vh !important;
  overflow-y: auto !important;
  z-index: 1060; }
  @media only screen and (max-width: 767px) {
    .menu_widget_wc {
      width: 100% !important;
      background: #F0F1F4; } }
  .menu_widget_wc.menu_widget_active_cat {
    width: 650px !important; }
    @media only screen and (max-width: 991px) {
      .menu_widget_wc.menu_widget_active_cat {
        width: 500px !important; } }
  .menu_widget_wc.menu_widget_active_subcat {
    width: 980px !important; }
    @media only screen and (max-width: 991px) {
      .menu_widget_wc.menu_widget_active_subcat {
        width: 750px !important; } }
  .menu_widget_wc .menu_widget_wc_inners {
    background: #F0F1F4;
    border-top-right-radius: 120px;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .menu_widget_wc .menu_widget_wc_inners {
        border-radius: 0;
        overflow-y: hidden; } }
  .menu_widget_wc.show {
    display: block;
    transition: all .9s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .menu_widget_wc .primary_menu {
      display: inline-block; } }
  .menu_widget_wc .primary_menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    list-style-type: none;
    padding: 48px 32px 24px 60px;
    margin: 0; }
    @media only screen and (max-width: 991px) {
      .menu_widget_wc .primary_menu ul {
        padding-left: 20px; } }
    @media only screen and (max-width: 767px) {
      .menu_widget_wc .primary_menu ul {
        padding-left: 0;
        padding-top: 16px;
        padding-right: 0;
        border-bottom: 1px solid #C9CDDA;
        padding-bottom: 8px;
        display: inline-block; } }
    @media only screen and (max-width: 479px) {
      .menu_widget_wc .primary_menu ul .nav-item {
        width: 100%; } }
    .menu_widget_wc .primary_menu ul .nav-item .nav-link, .menu_widget_wc .primary_menu ul .nav-item .nav-link:visited {
      padding: 8px 24px 0.5rem 0;
      font-size: 16px;
      text-decoration: none;
      color: #000; }
      @media only screen and (max-width: 767px) {
        .menu_widget_wc .primary_menu ul .nav-item .nav-link, .menu_widget_wc .primary_menu ul .nav-item .nav-link:visited {
          font-size: 14px; } }
      .menu_widget_wc .primary_menu ul .nav-item .nav-link:hover, .menu_widget_wc .primary_menu ul .nav-item .nav-link:visited:hover {
        color: #A52532; }

.widget_product_categories {
  position: relative;
  width: 100%;
  height: calc(100% - 112px);
  background: #FFFFFF;
  padding: 40px 32px 40px 60px; }
  @media only screen and (max-width: 991px) {
    .widget_product_categories {
      padding-left: 20px; } }
  @media only screen and (max-width: 767px) {
    .widget_product_categories {
      padding-left: 0;
      background: #F0F1F4;
      height: calc(100% - 48px);
      padding-right: 0;
      padding-bottom: 48px;
      padding-top: 24px; } }
  .widget_product_categories:before {
    position: absolute;
    top: 40px;
    left: 320px;
    content: '';
    width: 1px;
    height: calc(100% - 80px);
    background: #C9CDDA;
    display: none; }
    @media only screen and (max-width: 991px) {
      .widget_product_categories:before {
        left: 230px; } }
    @media only screen and (max-width: 767px) {
      .widget_product_categories:before {
        display: none; } }
  .widget_product_categories:after {
    position: absolute;
    top: 40px;
    left: 640px;
    content: '';
    width: 1px;
    height: calc(100% - 80px);
    background: #C9CDDA;
    display: none; }
    @media only screen and (max-width: 991px) {
      .widget_product_categories:after {
        left: 460px; } }
    @media only screen and (max-width: 767px) {
      .widget_product_categories:after {
        display: none; } }
  .widget_product_categories h2 {
    display: none; }
  .widget_product_categories .product-categories {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 260px;
    height: 100%;
    padding-right: 60px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #F0F1F4 #fff;
    border-right: 0px solid #C9CDDA; }
    @media only screen and (max-width: 991px) {
      .widget_product_categories .product-categories {
        width: 210px; } }
    @media only screen and (max-width: 767px) {
      .widget_product_categories .product-categories {
        width: 100%;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        scrollbar-width: thin;
        scrollbar-color: #9EA5BD #E6E7EA;
        padding-right: 16px;
        padding-bottom: 32px;
        height: calc(100% - 64px);
        padding-top: 0;
        display: -ms-flexbox !important;
        display: flex !important; } }
    .widget_product_categories .product-categories.active-product-cat {
      border-right: 1px solid #C9CDDA; }
    .widget_product_categories .product-categories::-webkit-scrollbar {
      background-color: #f9f9fd;
      height: 5px;
      width: 7px; }
      @media only screen and (max-width: 767px) {
        .widget_product_categories .product-categories::-webkit-scrollbar {
          background-color: #E6E7EA;
          width: 5px; } }
    .widget_product_categories .product-categories::-webkit-scrollbar-thumb {
      background-color: #F0F1F4;
      border-radius: 20px;
      border: 3px solid #F0F1F4; }
      @media only screen and (max-width: 767px) {
        .widget_product_categories .product-categories::-webkit-scrollbar-thumb {
          background-color: #9EA5BD;
          border: 2px solid #9EA5BD; } }
    .widget_product_categories .product-categories::-webkit-scrollbar-track {
      background: #fff; }
      @media only screen and (max-width: 767px) {
        .widget_product_categories .product-categories::-webkit-scrollbar-track {
          background: #E6E7EA; } }
    .widget_product_categories .product-categories .cat-item {
      width: 100%;
      -ms-flex-order: 20;
      order: 20;
      font-size: 16px; }
      .widget_product_categories .product-categories .cat-item.cat-item-1920, .widget_product_categories .product-categories .cat-item.cat-item-6832, .widget_product_categories .product-categories .cat-item.cat-item-74 {
        -ms-flex-order: 0;
        order: 0; }
      .widget_product_categories .product-categories .cat-item.cat-item-1882, .widget_product_categories .product-categories .cat-item.cat-item-6792, .widget_product_categories .product-categories .cat-item.cat-item-34 {
        -ms-flex-order: 1;
        order: 1; }
      .widget_product_categories .product-categories .cat-item.cat-item-1868, .widget_product_categories .product-categories .cat-item.cat-item-6778, .widget_product_categories .product-categories .cat-item.cat-item-20 {
        -ms-flex-order: 2;
        order: 2; }
      .widget_product_categories .product-categories .cat-item.cat-item-1998, .widget_product_categories .product-categories .cat-item.cat-item-6911, .widget_product_categories .product-categories .cat-item.cat-item-153 {
        -ms-flex-order: 3;
        order: 3; }
      .widget_product_categories .product-categories .cat-item.cat-item-2002, .widget_product_categories .product-categories .cat-item.cat-item-6915, .widget_product_categories .product-categories .cat-item.cat-item-157 {
        -ms-flex-order: 4;
        order: 4; }
      .widget_product_categories .product-categories .cat-item.cat-item-2006, .widget_product_categories .product-categories .cat-item.cat-item-6919, .widget_product_categories .product-categories .cat-item.cat-item-161 {
        -ms-flex-order: 5;
        order: 5; }
      .widget_product_categories .product-categories .cat-item.cat-item-2164, .widget_product_categories .product-categories .cat-item.cat-item-7077, .widget_product_categories .product-categories .cat-item.cat-item-319 {
        -ms-flex-order: 6;
        order: 6; }
      .widget_product_categories .product-categories .cat-item.cat-item-2193, .widget_product_categories .product-categories .cat-item.cat-item-7106, .widget_product_categories .product-categories .cat-item.cat-item-348 {
        -ms-flex-order: 7;
        order: 7; }
      .widget_product_categories .product-categories .cat-item a {
        position: relative;
        width: 100%;
        display: block;
        pointer-events: none;
        color: #000;
        line-height: 130%;
        text-decoration: none;
        padding-bottom: 24px; }
        .widget_product_categories .product-categories .cat-item a:visited {
          color: #000; }
        .widget_product_categories .product-categories .cat-item a:hover {
          cursor: pointer;
          color: #A52532 !important; }
      .widget_product_categories .product-categories .cat-item ul.children {
        display: none;
        position: fixed;
        margin: 0;
        top: 152px;
        left: 380px;
        width: 260px;
        height: calc(100% - 152px - 40px);
        overflow-y: auto;
        padding-left: 0;
        padding-right: 60px;
        list-style-type: none;
        z-index: 1000;
        scrollbar-width: thin;
        scrollbar-color: #9EA5BD #E6E7EA;
        border-right: 0px solid #C9CDDA; }
        @media only screen and (max-width: 991px) {
          .widget_product_categories .product-categories .cat-item ul.children {
            left: 260px;
            width: 220px; } }
        @media only screen and (max-width: 767px) {
          .widget_product_categories .product-categories .cat-item ul.children {
            background: #F0F1F4;
            position: fixed;
            top: 48px;
            left: 20px;
            width: calc(100% - 38px);
            height: calc(100% - 48px);
            padding: 24px 24px 32px 32px;
            z-index: 1080; } }
        .widget_product_categories .product-categories .cat-item ul.children.active-children-list {
          border-right: 1px solid #C9CDDA; }
        .widget_product_categories .product-categories .cat-item ul.children::-webkit-scrollbar {
          background-color: #E6E7EA;
          height: 1px;
          width: 5px; }
          @media only screen and (max-width: 767px) {
            .widget_product_categories .product-categories .cat-item ul.children::-webkit-scrollbar {
              background-color: #E6E7EA;
              width: 5px; } }
        .widget_product_categories .product-categories .cat-item ul.children::-webkit-scrollbar-thumb {
          background-color: #9EA5BD;
          border-radius: 40px;
          border: 3px solid #9EA5BD; }
          @media only screen and (max-width: 767px) {
            .widget_product_categories .product-categories .cat-item ul.children::-webkit-scrollbar-thumb {
              background-color: #9EA5BD;
              border: 2px solid #9EA5BD; } }
        .widget_product_categories .product-categories .cat-item ul.children::-webkit-scrollbar-track {
          background: #E6E7EA; }
          @media only screen and (max-width: 767px) {
            .widget_product_categories .product-categories .cat-item ul.children::-webkit-scrollbar-track {
              background: #E6E7EA; } }
        .widget_product_categories .product-categories .cat-item ul.children .cat-item {
          font-size: 15px; }
          .widget_product_categories .product-categories .cat-item ul.children .cat-item a {
            line-height: 130%; }
          .widget_product_categories .product-categories .cat-item ul.children .cat-item ul.children {
            left: 700px;
            border: 0; }
            @media only screen and (max-width: 991px) {
              .widget_product_categories .product-categories .cat-item ul.children .cat-item ul.children {
                left: 510px; } }
            @media only screen and (max-width: 767px) {
              .widget_product_categories .product-categories .cat-item ul.children .cat-item ul.children {
                background: #F0F1F4;
                position: fixed;
                top: 48px;
                left: 20px;
                width: calc(100% - 38px);
                height: calc(100% - 48px);
                padding: 24px 24px 32px 32px;
                z-index: 1100; } }
        .widget_product_categories .product-categories .cat-item ul.children i.fa-arrow-left {
          display: none;
          position: fixed;
          top: 16px;
          left: 32px;
          z-index: 1210;
          cursor: pointer;
          font-size: 24px; }
          @media only screen and (max-width: 479px) {
            .widget_product_categories .product-categories .cat-item ul.children i.fa-arrow-left {
              left: 16px; } }
      .widget_product_categories .product-categories .cat-item ul.children.show {
        display: block; }
      .widget_product_categories .product-categories .cat-item:hover {
        cursor: pointer; }
        .widget_product_categories .product-categories .cat-item:hover a {
          color: #A52532 !important; }
      .widget_product_categories .product-categories .cat-item.active-cat a, .widget_product_categories .product-categories .cat-item.active-cat a:visited {
        color: #A52532 !important; }
      .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item a, .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item a:visited {
        color: #000 !important; }
        .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item a:hover, .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item a:visited:hover {
          cursor: pointer;
          color: #A52532 !important; }
      .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item:hover a {
        color: #A52532 !important; }
      .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item.active-cat a, .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item.active-cat a:visited {
        color: #A52532 !important; }
      .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item.active-cat ul.children .cat-item a, .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item.active-cat ul.children .cat-item a:visited {
        color: #000 !important; }
        .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item.active-cat ul.children .cat-item a:hover, .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item.active-cat ul.children .cat-item a:visited:hover {
          cursor: pointer;
          color: #A52532 !important; }
      .widget_product_categories .product-categories .cat-item.active-cat ul.children .cat-item.active-cat ul.children .cat-item:hover a {
        color: #A52532 !important; }
    .widget_product_categories .product-categories i.fa-arrow-left {
      display: none;
      position: fixed;
      top: 16px;
      left: 32px;
      z-index: 1110;
      cursor: pointer;
      font-size: 24px; }
      @media only screen and (max-width: 479px) {
        .widget_product_categories .product-categories i.fa-arrow-left {
          left: 16px; } }

.navbar-collapse-close {
  display: none;
  z-index: 1200; }

.navbar-toggler {
  border: 0;
  outline: none;
  padding: 0; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(165, 37, 50, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 5h25M4 14h25M4 23h25'/%3E%3C/svg%3E");
  width: 30px; }
  .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(165, 37, 50, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 5h25M4 14h25M4 23h25'/%3E%3C/svg%3E"); }

.navbar-nav {
  width: 100%;
  padding: 0;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .navbar-nav .nav-item {
    padding: 0;
    margin: 4px 0 3px 0; }
    @media only screen and (max-width: 1199px) {
      .navbar-nav .nav-item.main {
        display: none; } }
    .navbar-nav .nav-item .nav-link {
      color: #353535;
      text-decoration: none;
      padding: 0px 12px 1px 12px;
      font-size: 17px;
      line-height: 1.6;
      border-radius: 20px; }
      @media only screen and (max-width: 1199px) {
        .navbar-nav .nav-item .nav-link {
          padding: 0px 9px 1px 9px; } }
      .navbar-nav .nav-item .nav-link:visited {
        color: #353535; }
      .navbar-nav .nav-item .nav-link:hover {
        color: #fff;
        background: #d8361f;
        text-decoration: none; }
      .navbar-nav .nav-item .nav-link[aria-expanded="true"] {
        color: #fff;
        background: #d8361f !important; }
      .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        border: 0;
        padding: 0 0 3px 3px;
        margin: 0;
        font-size: 11px; }
    .navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item.current-category-ancestor .nav-link, .navbar-nav .nav-item.current-post-ancestor .nav-link, .navbar-nav .nav-item.current-menu-ancestor .nav-link {
      color: #353535;
      background: #f0f0f0;
      text-decoration: none;
      pointer-events: none; }
      .navbar-nav .nav-item.active .nav-link:hover, .navbar-nav .nav-item.active .nav-link:focus, .navbar-nav .nav-item.current-category-ancestor .nav-link:hover, .navbar-nav .nav-item.current-category-ancestor .nav-link:focus, .navbar-nav .nav-item.current-post-ancestor .nav-link:hover, .navbar-nav .nav-item.current-post-ancestor .nav-link:focus, .navbar-nav .nav-item.current-menu-ancestor .nav-link:hover, .navbar-nav .nav-item.current-menu-ancestor .nav-link:focus {
        color: #fff;
        text-decoration: none; }
    .navbar-nav .nav-item.active.current-menu-parent .nav-link, .navbar-nav .nav-item.current-category-ancestor.current-menu-parent .nav-link, .navbar-nav .nav-item.current-post-ancestor.current-menu-parent .nav-link, .navbar-nav .nav-item.current-menu-ancestor.current-menu-parent .nav-link {
      pointer-events: auto; }
      .navbar-nav .nav-item.active.current-menu-parent .nav-link:hover, .navbar-nav .nav-item.active.current-menu-parent .nav-link:focus, .navbar-nav .nav-item.active.current-menu-parent .nav-link[aria-expanded="true"], .navbar-nav .nav-item.current-category-ancestor.current-menu-parent .nav-link:hover, .navbar-nav .nav-item.current-category-ancestor.current-menu-parent .nav-link:focus, .navbar-nav .nav-item.current-category-ancestor.current-menu-parent .nav-link[aria-expanded="true"], .navbar-nav .nav-item.current-post-ancestor.current-menu-parent .nav-link:hover, .navbar-nav .nav-item.current-post-ancestor.current-menu-parent .nav-link:focus, .navbar-nav .nav-item.current-post-ancestor.current-menu-parent .nav-link[aria-expanded="true"], .navbar-nav .nav-item.current-menu-ancestor.current-menu-parent .nav-link:hover, .navbar-nav .nav-item.current-menu-ancestor.current-menu-parent .nav-link:focus, .navbar-nav .nav-item.current-menu-ancestor.current-menu-parent .nav-link[aria-expanded="true"] {
        color: #fff;
        background: #d8361f;
        text-decoration: none;
        cursor: pointer; }
    .navbar-nav .nav-item.current-menu-ancestor .nav-link {
      pointer-events: auto; }
      .navbar-nav .nav-item.current-menu-ancestor .nav-link:hover, .navbar-nav .nav-item.current-menu-ancestor .nav-link:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer; }
    .navbar-nav .nav-item.current-category-ancestor .nav-link, .navbar-nav .nav-item.current-post-ancestor .nav-link {
      pointer-events: auto; }
      .navbar-nav .nav-item.current-category-ancestor .nav-link:hover, .navbar-nav .nav-item.current-category-ancestor .nav-link:focus, .navbar-nav .nav-item.current-post-ancestor .nav-link:hover, .navbar-nav .nav-item.current-post-ancestor .nav-link:focus {
        color: #fff;
        text-decoration: none; }
    .navbar-nav .nav-item .dropdown-toggle::after {
      vertical-align: middle; }
    .navbar-nav .nav-item .dropdown-menu {
      font-size: 16px;
      top: 130%;
      background: #f0f0f0;
      border: 0;
      border-radius: 0;
      padding: 24px 16px; }
      .navbar-nav .nav-item .dropdown-menu li {
        padding: 0;
        margin: 0; }
        .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
          color: #505050; }
          .navbar-nav .nav-item .dropdown-menu li .dropdown-item:visited {
            color: #505050; }
          .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover, .navbar-nav .nav-item .dropdown-menu li .dropdown-item:active {
            color: #d8361f;
            background: none;
            border-radius: 0; }
        .navbar-nav .nav-item .dropdown-menu li.current-menu-item .dropdown-item {
          color: #d8361f;
          pointer-events: none;
          text-decoration: none; }
          .navbar-nav .nav-item .dropdown-menu li.current-menu-item .dropdown-item:hover, .navbar-nav .nav-item .dropdown-menu li.current-menu-item .dropdown-item:focus {
            color: #0F96D6;
            cursor: text; }
        .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item {
          border: 0; }
    .navbar-nav .nav-item:last-child {
      margin-right: 0; }
      .navbar-nav .nav-item:last-child .dropdown-menu {
        left: auto;
        right: 0; }

.collapse.show, .collapsing {
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  height: 100%;
  overflow-y: auto;
  transition: .000001s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .collapse.show, .collapsing {
      padding: 24px; } }
  @media only screen and (max-width: 479px) {
    .collapse.show, .collapsing {
      width: 85%;
      padding: 19px; } }
  .collapse.show .close, .collapsing .close {
    font-size: 40px;
    color: #A52532 !important;
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
    position: absolute;
    top: 8px;
    right: 0;
    display: block; }
    @media only screen and (max-width: 479px) {
      .collapse.show .close, .collapsing .close {
        right: 16px; } }

.submenu_wraper {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 160px; }
  @media only screen and (max-width: 991px) {
    .submenu_wraper {
      margin-right: 0; } }
  @media only screen and (max-width: 380px) {
    .submenu_wraper {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      padding: 0 0 12px 0rem;
      scrollbar-width: thin;
      scrollbar-color: #9EA5BD #E6E7EA;
      z-index: 100;
      padding-top: 8px;
      margin-bottom: 32px; }
      .submenu_wraper::-webkit-scrollbar {
        background-color: #E6E7EA;
        height: 5px;
        width: 7px;
        z-index: 100; }
      .submenu_wraper::-webkit-scrollbar-thumb {
        background-color: #9EA5BD;
        border-radius: 40px;
        border: 2px solid #9EA5BD;
        z-index: 100; }
      .submenu_wraper::-webkit-scrollbar-track {
        background: #E6E7EA;
        z-index: 100; } }

.submenu {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  background: #F0F1F4;
  border-radius: 6px;
  padding: 4px !important;
  margin: 0 0 32px 0; }
  @media only screen and (max-width: 380px) {
    .submenu {
      width: 355px;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
      margin: 0;
      background: #fff; } }
  .submenu li {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important; }
    @media only screen and (max-width: 380px) {
      .submenu li {
        -ms-flex-order: 1;
        order: 1; } }
    .submenu li:before {
      display: none !important; }
    .submenu li a, .submenu li a:visited {
      font-weight: normal;
      font-size: 19px;
      line-height: 1;
      color: #1E1E1E;
      height: 42px;
      padding: 0 32px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: center !important;
      align-items: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      text-decoration: none;
      border: 0; }
      @media only screen and (max-width: 991px) {
        .submenu li a, .submenu li a:visited {
          padding: 0 28px; } }
      @media only screen and (max-width: 767px) {
        .submenu li a, .submenu li a:visited {
          padding: 0 16px;
          font-size: 16px;
          height: 35px; } }
      @media only screen and (max-width: 380px) {
        .submenu li a, .submenu li a:visited {
          background: #fff;
          border-radius: 4px;
          color: #1E1E1E;
          margin-right: 8px;
          white-space: nowrap;
          border: 1px solid #DBDBDB;
          font-size: 14px;
          height: 32px; } }
      @media only screen and (max-width: 419px) {
        .submenu li a, .submenu li a:visited {
          padding: 0 12px; } }
      .submenu li a:hover, .submenu li a:visited:hover {
        color: #A52532; }
    .submenu li:last-of-type {
      margin-right: 0; }
    @media only screen and (max-width: 380px) {
      .submenu li.active {
        -ms-flex-order: 0;
        order: 0; } }
    .submenu li.active a, .submenu li.active a:visited {
      background: #FFFFFF;
      border-radius: 4px;
      font-weight: 500;
      font-family: 'Roboto Medium';
      pointer-events: none;
      color: #A52532; }
      @media only screen and (max-width: 380px) {
        .submenu li.active a, .submenu li.active a:visited {
          background: #A52532;
          color: #fff;
          border: 1px solid #A52532; } }
    .submenu li.active.clickable a, .submenu li.active.clickable a:visited {
      pointer-events: auto; }
    .submenu li.crowdfunding a {
      pointer-events: none; }

.sidebar_inners .submenu {
  display: block;
  padding: 8px !important; }
  .sidebar_inners .submenu li {
    width: 100%;
    margin-bottom: 8px; }
    .sidebar_inners .submenu li a {
      width: 100%;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
      padding: 0 11px;
      font-size: 17px;
      height: 35px; }

@media only screen and (max-width: 991px) {
  .sidebar_inners.page {
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 0 12px 0rem;
    scrollbar-width: thin;
    scrollbar-color: #9EA5BD #E6E7EA;
    z-index: 100;
    padding-top: 8px;
    margin-bottom: 24px; }
    .sidebar_inners.page::-webkit-scrollbar {
      background-color: #E6E7EA;
      height: 5px;
      width: 7px;
      z-index: 100; }
    .sidebar_inners.page::-webkit-scrollbar-thumb {
      background-color: #9EA5BD;
      border-radius: 40px;
      border: 2px solid #9EA5BD;
      z-index: 100; }
    .sidebar_inners.page::-webkit-scrollbar-track {
      background: #E6E7EA;
      z-index: 100; } }
@media only screen and (max-width: 991px) {
  .sidebar_inners.page .submenu {
    width: 1300px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin: 0;
    background: #fff;
    padding: 4px !important; } }
@media only screen and (max-width: 991px) {
  .sidebar_inners.page .submenu li {
    display: inline-block;
    width: auto;
    margin-right: 8px !important;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (max-width: 991px) {
  .sidebar_inners.page .submenu li a, .sidebar_inners.page .submenu li a:visited {
    font-weight: normal;
    line-height: 1.1;
    color: #1E1E1E;
    padding: 0 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-decoration: none;
    background: #fff;
    border-radius: 4px;
    white-space: nowrap;
    border: 1px solid #DBDBDB;
    font-size: 14px;
    height: 32px;
    margin-right: 0 !important;
    width: auto !important; } }
.sidebar_inners.page .submenu li a:hover, .sidebar_inners.page .submenu li a:visited:hover {
  color: #A52532; }
@media only screen and (max-width: 991px) {
  .sidebar_inners.page .submenu li.active {
    -ms-flex-order: 0;
    order: 0; } }
@media only screen and (max-width: 991px) {
  .sidebar_inners.page .submenu li.active a, .sidebar_inners.page .submenu li.active a:visited {
    background: #A52532;
    color: #fff;
    border: 1px solid #A52532;
    border-radius: 4px;
    font-weight: 500;
    font-family: 'Roboto Medium';
    pointer-events: none; } }

.publications_submenu {
  position: relative;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1199px) {
    .publications_submenu {
      width: 100%;
      padding: 0 32px; } }
  @media only screen and (max-width: 479px) {
    .publications_submenu {
      padding: 0 16px; } }
  .publications_submenu .submenu_wraper {
    display: inline-block;
    width: auto; }
    @media only screen and (max-width: 380px) {
      .publications_submenu .submenu_wraper {
        padding-top: 0; } }
  .publications_submenu .submenu {
    width: auto;
    background: none;
    border-radius: 0;
    padding: 0 2px !important; }
    @media only screen and (max-width: 767px) {
      .publications_submenu .submenu {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 575px) {
      .publications_submenu .submenu {
        width: 100%;
        margin: 0 0 32px 0; } }
    @media only screen and (max-width: 380px) {
      .publications_submenu .submenu {
        width: 340px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        margin: 0;
        background: #fff; } }
    .publications_submenu .submenu li {
      display: inline-block;
      width: auto;
      margin: 0 32px 0 0 !important; }
      @media only screen and (max-width: 479px) {
        .publications_submenu .submenu li {
          margin: 0 24px 0 0 !important; } }
      @media only screen and (max-width: 380px) {
        .publications_submenu .submenu li {
          margin: 0 !important; } }
      .publications_submenu .submenu li.crowdfunding {
        pointer-events: none; }
      .publications_submenu .submenu li a, .publications_submenu .submenu li a:visited {
        height: 32px;
        padding: 0 0 5px 0;
        font-size: 24px; }
        @media only screen and (max-width: 1199px) {
          .publications_submenu .submenu li a, .publications_submenu .submenu li a:visited {
            font-size: 20px; } }
        @media only screen and (max-width: 991px) {
          .publications_submenu .submenu li a, .publications_submenu .submenu li a:visited {
            font-size: 19px; } }
        @media only screen and (max-width: 767px) {
          .publications_submenu .submenu li a, .publications_submenu .submenu li a:visited {
            font-size: 17px; } }
        @media only screen and (max-width: 479px) {
          .publications_submenu .submenu li a, .publications_submenu .submenu li a:visited {
            font-size: 16px; } }
        @media only screen and (max-width: 380px) {
          .publications_submenu .submenu li a, .publications_submenu .submenu li a:visited {
            padding: 0 12px;
            margin-right: 8px;
            font-size: 14px;
            border-radius: 4px; } }
      .publications_submenu .submenu li.active a, .publications_submenu .submenu li.active a:visited {
        border-bottom: 4px solid #A52532;
        color: #A52532;
        border-radius: 0; }
        @media only screen and (max-width: 380px) {
          .publications_submenu .submenu li.active a, .publications_submenu .submenu li.active a:visited {
            background: #A52532;
            color: #fff;
            border: 1px solid #A52532;
            border-radius: 4px; } }

@media only screen and (max-width: 639px) {
  .publications_submenu.communitys .submenu_wraper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 0 12px 0rem;
    scrollbar-width: thin;
    scrollbar-color: #9EA5BD #E6E7EA;
    z-index: 100;
    padding-top: 8px;
    margin-bottom: 40px; }
    .publications_submenu.communitys .submenu_wraper::-webkit-scrollbar {
      background-color: #E6E7EA;
      height: 5px;
      width: 7px;
      z-index: 100; }
    .publications_submenu.communitys .submenu_wraper::-webkit-scrollbar-thumb {
      background-color: #9EA5BD;
      border-radius: 40px;
      border: 2px solid #9EA5BD;
      z-index: 100; }
    .publications_submenu.communitys .submenu_wraper::-webkit-scrollbar-track {
      background: #E6E7EA;
      z-index: 100; } }
@media only screen and (max-width: 639px) {
  .publications_submenu.communitys .submenu {
    width: 550px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    background: #fff; } }
@media only screen and (max-width: 639px) {
  .publications_submenu.communitys .submenu li {
    -ms-flex-order: 1;
    order: 1;
    margin: 0 !important; } }
@media only screen and (max-width: 991px) {
  .publications_submenu.communitys .submenu li a, .publications_submenu.communitys .submenu li a:visited {
    font-size: 19px; } }
@media only screen and (max-width: 767px) {
  .publications_submenu.communitys .submenu li a, .publications_submenu.communitys .submenu li a:visited {
    font-size: 15px; } }
@media only screen and (max-width: 639px) {
  .publications_submenu.communitys .submenu li a, .publications_submenu.communitys .submenu li a:visited {
    background: #fff;
    border-radius: 4px;
    white-space: nowrap;
    border: 1px solid #DBDBDB;
    padding: 0 12px;
    margin-right: 8px;
    font-size: 14px;
    border-radius: 4px; } }
.publications_submenu.communitys .submenu li a:hover, .publications_submenu.communitys .submenu li a:visited:hover {
  color: #A52532; }
@media only screen and (max-width: 639px) {
  .publications_submenu.communitys .submenu li.active {
    -ms-flex-order: 0;
    order: 0; } }
@media only screen and (max-width: 639px) {
  .publications_submenu.communitys .submenu li.active a, .publications_submenu.communitys .submenu li.active a:visited {
    background: #A52532;
    color: #fff;
    border: 1px solid #A52532;
    border-radius: 4px; } }

.publications_submenu.single {
  width: 1330px !important;
  padding: 0 !important; }

.single-community .wp_menu .nav-item.communitys .nav-link {
  color: #A52532;
  pointer-events: auto; }
  .single-community .wp_menu .nav-item.communitys .nav-link:hover {
    color: #A52532; }

.single-reviews .navbar-nav .nav-item.menu-item-92 .nav-link {
  color: #353535;
  background: #f0f0f0;
  text-decoration: none;
  pointer-events: auto; }
  .single-reviews .navbar-nav .nav-item.menu-item-92 .nav-link:hover {
    color: #fff;
    background: #d8361f; }

.single-vacancy .navbar-nav .nav-item.menu-item-112 .nav-link {
  color: #A52532;
  pointer-events: auto; }
  .single-vacancy .navbar-nav .nav-item.menu-item-112 .nav-link:hover {
    color: #A52532; }

.pagination, .post-navigation {
  position: relative;
  width: 100%;
  padding-bottom: 32px;
  text-align: center; }
  .pagination .nav-links, .post-navigation .nav-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto; }
  .pagination .screen-reader-text, .post-navigation .screen-reader-text {
    display: none; }
  .pagination a, .pagination span, .post-navigation a, .post-navigation span {
    color: #1E1E1E;
    background: transparent;
    font-size: 16px;
    margin: 0 8px 8px 8px;
    width: 35px;
    height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #A52532;
    box-sizing: border-box;
    border-radius: 3px; }
  .pagination a, .post-navigation a {
    color: #A52532;
    text-decoration: none !important; }
    .pagination a:visited, .post-navigation a:visited {
      color: #A52532; }
    .pagination a:hover, .post-navigation a:hover {
      text-decoration: none;
      color: #fff;
      background: #A52532; }
    .pagination a.prev, .pagination a.next, .post-navigation a.prev, .post-navigation a.next {
      text-decoration: none; }
      .pagination a.prev:visited, .pagination a.next:visited, .post-navigation a.prev:visited, .post-navigation a.next:visited {
        color: #A52532; }
      .pagination a.prev:hover, .pagination a.next:hover, .post-navigation a.prev:hover, .post-navigation a.next:hover {
        text-decoration: none;
        color: #fff; }
  .pagination span.current, .post-navigation span.current {
    background: #F0F1F4;
    border: 1px solid #F0F1F4; }
  .pagination span.dots, .post-navigation span.dots {
    border: 0;
    width: auto; }

.woocommerce-pagination {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 32px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
  .woocommerce-pagination .page-numbers {
    display: -ms-flexbox !important;
    display: flex !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important; }
    .woocommerce-pagination .page-numbers:before {
      display: none !important; }
    .woocommerce-pagination .page-numbers li {
      display: block !important;
      border: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
      float: none !important;
      overflow: visible !important; }
      .woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span {
        color: #1E1E1E !important;
        background: transparent !important;
        font-size: 16px !important;
        margin: 0 8px 8px 8px !important;
        width: 35px !important;
        height: 35px !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        border: 1px solid #A52532 !important;
        box-sizing: border-box !important;
        border-radius: 3px !important; }
      .woocommerce-pagination .page-numbers li a {
        color: #A52532 !important;
        text-decoration: none !important; }
        .woocommerce-pagination .page-numbers li a:visited {
          color: #A52532 !important; }
        .woocommerce-pagination .page-numbers li a:hover {
          text-decoration: none !important;
          color: #fff !important;
          background: #A52532 !important; }
        .woocommerce-pagination .page-numbers li a.prev, .woocommerce-pagination .page-numbers li a.next {
          text-decoration: none !important; }
          .woocommerce-pagination .page-numbers li a.prev:visited, .woocommerce-pagination .page-numbers li a.next:visited {
            color: #A52532 !important; }
          .woocommerce-pagination .page-numbers li a.prev:hover, .woocommerce-pagination .page-numbers li a.next:hover {
            text-decoration: none !important;
            color: #fff !important; }
      .woocommerce-pagination .page-numbers li span.current {
        background: #F0F1F4 !important;
        border: 1px solid #F0F1F4 !important; }
      .woocommerce-pagination .page-numbers li span.dots {
        border: 0 !important;
        width: auto !important; }

.comments-area .wpd-form-head {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }
.comments-area .wpd-auth {
  margin: 16px 0 0 0 !important; }
  .comments-area .wpd-auth .wpd-login {
    font-size: 16px !important; }
.comments-area .wpd-form-wrap .wp-social-login-widget {
  margin-top: 16px; }
.comments-area .wpd-thread-wrapper {
  margin-top: 8px !important; }
.comments-area .wpd-reviews-tab {
  display: none; }
.comments-area .wpd-login-to-comment {
  display: none; }
.comments-area .wpd-comment-author {
  color: #A52532 !important; }
  .comments-area .wpd-comment-author a {
    color: #A52532 !important; }
.comments-area .wpd-comment-subheader {
  border: 0 !important; }
.comments-area .wpd_comm_form textarea {
  box-shadow: none !important;
  outline: none !important; }
  .comments-area .wpd_comm_form textarea:focus, .comments-area .wpd_comm_form textarea:active {
    border: 1px solid #DDDDDD !important; }
.comments-area .wpd-blog-administrator .wpd-comment-label, .comments-area .wpd-blog-editor .wpd-comment-label {
  background-color: #A52532 !important; }
.comments-area .wpd-comment .wpd-reply-to a {
  color: #A52532 !important; }
.comments-area .wpd-cf-value {
  opacity: 1; }
.comments-area #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover, .comments-area #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover, .comments-area #wpdcom .wpdiscuz-item .wpdiscuz-rating > label:hover ~ input:checked ~ label, .comments-area #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked + label:hover ~ label, .comments-area #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover ~ label, .comments-area .wpd-custom-field .wcf-active-star, .comments-area #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label {
  color: #A52532 !important; }
.comments-area #wpdcom .wpdiscuz-item .wpdiscuz-rating > input ~ label:hover,
.comments-area #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label,
.comments-area #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label {
  color: #a66269 !important; }
.comments-area #wpd-post-rating .wpd-rating-wrap .wpd-rate-starts:hover svg .wpd-star {
  fill: #a66269; }
.comments-area .wpd-layout-3 .wpd-thread-list {
  padding-bottom: 16px !important; }
.comments-area #wpdcom .wpd-auth .wpd-login a {
  color: #A52532 !important; }
  .comments-area #wpdcom .wpd-auth .wpd-login a:hover {
    color: #A52532 !important; }
.comments-area .wpd-bottom-custom-fields .wpd-cf-text {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }
  @media only screen and (max-width: 479px) {
    .comments-area .wpd-bottom-custom-fields .wpd-cf-text {
      border: 1px solid #f0f0f0 !important;
      padding: 0 !important; } }
  .comments-area .wpd-bottom-custom-fields .wpd-cf-text .wpd-cf-label {
    display: block !important;
    width: 110px !important;
    min-width: 110px !important;
    font-size: 14px !important; }
    @media only screen and (max-width: 479px) {
      .comments-area .wpd-bottom-custom-fields .wpd-cf-text .wpd-cf-label {
        font-size: 13px !important;
        width: 100% !important;
        border: 0 !important; } }
  .comments-area .wpd-bottom-custom-fields .wpd-cf-text .wpd-cf-value {
    display: block !important;
    width: calc(100% - 110px) !important;
    font-size: 14px !important; }
    @media only screen and (max-width: 479px) {
      .comments-area .wpd-bottom-custom-fields .wpd-cf-text .wpd-cf-value {
        font-size: 13px !important;
        width: 100% !important;
        border: 0 !important; } }
  @media only screen and (max-width: 479px) {
    .comments-area .wpd-bottom-custom-fields .wpd-cf-text:first-of-type {
      margin-bottom: 16px !important; } }

.wpd-hidden .wpd-view-replies {
  color: #A52532 !important; }
.wpd-hidden .fa-chevron-up, .wpd-hidden .fa-chevron-down {
  color: #A52532 !important;
  border: 1px solid #A52532 !important; }

.woocommerce-Tabs-panel .comments-area .wpd-form-wrap .wp-social-login-widget {
  margin-bottom: -1rem; }
  @media only screen and (max-width: 479px) {
    .woocommerce-Tabs-panel .comments-area .wpd-form-wrap .wp-social-login-widget {
      margin-bottom: 0; } }

.rk-block-materials {
  padding-bottom: 24px;
  padding-top: 48px; }
  @media only screen and (max-width: 1199px) {
    .rk-block-materials {
      padding-bottom: 24px; } }
  @media only screen and (max-width: 767px) {
    .rk-block-materials {
      background: #F2F3F6;
      padding-top: 0;
      padding-bottom: 8px; } }
  @media only screen and (max-width: 399px) {
    .rk-block-materials {
      padding-left: 0;
      padding-right: 0; } }
  .rk-block-materials .rk-block-materials-inners {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    align-content: space-between; }
    .rk-block-materials .rk-block-materials-inners .rk-block {
      position: relative;
      width: 262px;
      border: 3px solid #A52532;
      border-radius: 10px;
      background: #fff;
      padding: 32px 4px;
      font-family: 'Ubuntu Light';
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 140%;
      color: #A52532;
      text-align: center; }
      .rk-block-materials .rk-block-materials-inners .rk-block::before {
        position: relative;
        display: block;
        content: '';
        width: 125px;
        height: 140px;
        background-image: url(assets/img/rk-home.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100%;
        margin: 0 auto;
        margin-bottom: 19px; }
      .rk-block-materials .rk-block-materials-inners .rk-block .fas {
        font-size: 28px;
        color: #A52532; }
      .rk-block-materials .rk-block-materials-inners .rk-block:hover {
        background: #A52532;
        color: #fff; }
        .rk-block-materials .rk-block-materials-inners .rk-block:hover::before {
          background-position: 0 -140px; }
        .rk-block-materials .rk-block-materials-inners .rk-block:hover .fas {
          color: #fff; }
      .rk-block-materials .rk-block-materials-inners .rk-block a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
    .rk-block-materials .rk-block-materials-inners .block-materials-mobile {
      position: relative;
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      /* scrollbar-width: thin;
      scrollbar-color: #9EA5BD #E6E7EA;
      
      &::-webkit-scrollbar {
          //width: 7px;
          background-color: #E6E7EA;
          height: 8px;
          width: 1px;
      
      }
      &::-webkit-scrollbar-thumb {
          background-color: #9EA5BD;
          border-radius: 40px;
          border: 0px solid #9EA5BD;
      }
      &::-webkit-scrollbar-track {
          background: #E6E7EA;
      } */ }
    .rk-block-materials .rk-block-materials-inners .block-materials {
      position: relative;
      width: 100%;
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      grid-template-columns: none;
      grid-template-rows: none;
      column-gap: 0;
      row-gap: 0;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
      padding-bottom: 30px; }
      @media only screen and (max-width: 399px) {
        .rk-block-materials .rk-block-materials-inners .block-materials {
          padding-left: 13px; } }
      .rk-block-materials .rk-block-materials-inners .block-materials .owl-stage-outer {
        padding: 16px 5px; }
        .rk-block-materials .rk-block-materials-inners .block-materials .owl-stage-outer .owl-stage {
          display: -ms-flexbox;
          display: flex; }
          .rk-block-materials .rk-block-materials-inners .block-materials .owl-stage-outer .owl-stage .owl-item {
            display: -ms-flexbox;
            display: flex;
            margin-right: 15px !important;
            float: none !important;
            /* margin-right: 20px !important;
            width: 260px;
            min-width: 260px;
            max-width: 260px;*/ }
            @media only screen and (max-width: 767px) {
              .rk-block-materials .rk-block-materials-inners .block-materials .owl-stage-outer .owl-stage .owl-item {
                height: 210px !important; } }
            @media only screen and (min-width: 400px) {
              .rk-block-materials .rk-block-materials-inners .block-materials .owl-stage-outer .owl-stage .owl-item {
                width: 260px !important;
                min-width: 260px !important;
                max-width: 260px !important; } }
      .rk-block-materials .rk-block-materials-inners .block-materials .owl-dots {
        position: absolute;
        bottom: 10px;
        width: 100%;
        text-align: center;
        left: 0; }
        .rk-block-materials .rk-block-materials-inners .block-materials .owl-dots .owl-dot {
          background: #C9CDDA;
          width: 8px;
          height: 8px;
          margin: 0 10px;
          border-radius: 50%; }
          .rk-block-materials .rk-block-materials-inners .block-materials .owl-dots .owl-dot.active {
            background: #A52532;
            width: 12px;
            height: 12px; }
          @media only screen and (max-width: 767px) {
            .rk-block-materials .rk-block-materials-inners .block-materials .owl-dots .owl-dot {
              width: 6px;
              height: 6px;
              margin: 0 8px; }
              .rk-block-materials .rk-block-materials-inners .block-materials .owl-dots .owl-dot.active {
                width: 10px;
                height: 10px; } }
      .rk-block-materials .rk-block-materials-inners .block-materials .rk-block {
        width: 260px;
        height: 330px !important; }
        @media only screen and (max-width: 767px) {
          .rk-block-materials .rk-block-materials-inners .block-materials .rk-block {
            height: 210px !important;
            background-image: url(assets/img/rk-quality-control-767.png);
            border: 0;
            border-radius: 6px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: end;
            align-items: flex-end;
            align-content: flex-end;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 120% auto;
            grid-column: span 1;
            grid-row: span 1;
            padding: 24px 14px;
            transition: all .4s ease-in-out;
            text-align: left; }
            .rk-block-materials .rk-block-materials-inners .block-materials .rk-block::before, .rk-block-materials .rk-block-materials-inners .block-materials .rk-block .fas {
              display: none; }
            .rk-block-materials .rk-block-materials-inners .block-materials .rk-block:hover {
              box-shadow: 0px 0px 5px #B7BAC4; } }
        @media only screen and (max-width: 399px) {
          .rk-block-materials .rk-block-materials-inners .block-materials .rk-block {
            width: 94%;
            /* min-width: 100%;
            max-width: 100%; */
            box-shadow: none !important; } }
        @media only screen and (min-width: 400px) {
          .rk-block-materials .rk-block-materials-inners .block-materials .rk-block {
            width: 260px;
            min-width: 260px;
            max-width: 260px; } }
        @media only screen and (max-width: 767px) {
          .rk-block-materials .rk-block-materials-inners .block-materials .rk-block::after {
            position: absolute;
            width: 100%;
            height: 100%;
            content: '';
            top: 0;
            left: 0;
            background: linear-gradient(180deg, transparent 28.19%, rgba(0, 0, 0, 0.8) 78.65%);
            z-index: 5;
            border-radius: 6px;
            background: linear-gradient(180deg, transparent 41.71%, rgba(0, 0, 0, 0.9) 100%); } }
        .rk-block-materials .rk-block-materials-inners .block-materials .rk-block p {
          font-family: 'Noto Sans Bold';
          font-size: 16px;
          padding-top: 16px;
          margin-bottom: 24px; }
          @media only screen and (max-width: 767px) {
            .rk-block-materials .rk-block-materials-inners .block-materials .rk-block p {
              font-family: 'Noto Sans Bold';
              font-weight: normal;
              line-height: 131%;
              color: #fff;
              z-index: 10;
              padding: 0;
              margin: 0; } }
        .rk-block-materials .rk-block-materials-inners .block-materials .rk-block .icon-quality-control {
          display: none; }
          @media only screen and (max-width: 767px) {
            .rk-block-materials .rk-block-materials-inners .block-materials .rk-block .icon-quality-control {
              display: block;
              position: absolute;
              width: 60px;
              height: 95px;
              content: '';
              top: 0;
              left: 20px;
              z-index: 10; }
              .rk-block-materials .rk-block-materials-inners .block-materials .rk-block .icon-quality-control img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 10; }
              .rk-block-materials .rk-block-materials-inners .block-materials .rk-block .icon-quality-control span {
                font-family: 'IBM Plex Sans Medium';
                font-size: 10px;
                font-weight: 500;
                line-height: 1.4;
                z-index: 15;
                color: #fff;
                display: block;
                position: absolute;
                letter-spacing: .025rem;
                text-align: center;
                bottom: 9px; } }
      .rk-block-materials .rk-block-materials-inners .block-materials .material {
        position: relative;
        width: 260px;
        height: 330px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: end;
        align-items: flex-end;
        align-content: flex-end;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: auto 100%;
        grid-column: span 1;
        grid-row: span 1;
        padding: 24px 14px;
        transition: all .4s ease-in-out;
        border-radius: 10px;
        /* &:nth-of-type(2) {
            width: 100%;
            //min-width: 460px;
            height: auto;
            grid-column: span 2;
            grid-row: span 2;
            padding: 24px;
            
            &::after {
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.25%, rgba(0, 0, 0, 0.9) 100%);
            }
            p {
                font-size: 24px;
                line-height: 133%;
                
                @media only screen and (max-width: 1599px) {
                    font-size: 22px;
                }
            }
        }
        &:nth-of-type(3) {
            width: 100%;
            //min-width: 460px;
            grid-column: span 2;
            grid-row: span 1;
            background-size: 100% auto;
            
            @media only screen and (max-width: 1699px) {
                background-size: 100% auto;
            }
            
            &::after {
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 5.32%, rgba(0, 0, 0, 0) 59.57%);
            }
        }
        &:nth-of-type(4) {
            
        }
        &:nth-of-type(5) {
            
        }
        &:nth-of-type(6) {
            @media only screen and (max-width: 1399px) {
                display: none;
            }
            @media only screen and (max-width: 1199px) {
                display: block;
            }
        }
        &:nth-of-type(7) {
            @media only screen and (max-width: 1399px) {
                display: none;
            }
            @media only screen and (max-width: 1199px) {
                display: block;
            }
        } */ }
        @media only screen and (max-width: 767px) {
          .rk-block-materials .rk-block-materials-inners .block-materials .material {
            height: 210px !important;
            border-radius: 6px; } }
        @media only screen and (max-width: 399px) {
          .rk-block-materials .rk-block-materials-inners .block-materials .material {
            width: 94%;
            /* min-width: 100%;
            max-width: 100%; */
            background-size: 100% auto !important; } }
        @media only screen and (min-width: 400px) {
          .rk-block-materials .rk-block-materials-inners .block-materials .material {
            width: 260px;
            min-width: 260px;
            max-width: 260px; } }
        .rk-block-materials .rk-block-materials-inners .block-materials .material p {
          position: relative;
          font-family: 'Noto Sans Bold';
          font-weight: normal;
          font-size: 18px;
          line-height: 131%;
          color: #fff;
          z-index: 10;
          padding: 0;
          margin: 0; }
          @media only screen and (max-width: 767px) {
            .rk-block-materials .rk-block-materials-inners .block-materials .material p {
              font-size: 16px; } }
        .rk-block-materials .rk-block-materials-inners .block-materials .material a {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 20; }
        .rk-block-materials .rk-block-materials-inners .block-materials .material::after {
          position: absolute;
          width: 100%;
          height: 100%;
          content: '';
          top: 0;
          left: 0;
          z-index: 5;
          border-radius: 10px;
          background: linear-gradient(180deg, transparent 35.71%, rgba(0, 0, 0, 0.9) 100%); }
          @media only screen and (max-width: 767px) {
            .rk-block-materials .rk-block-materials-inners .block-materials .material::after {
              border-radius: 6px; } }
        .rk-block-materials .rk-block-materials-inners .block-materials .material:hover {
          box-shadow: 0px 0px 5px #B7BAC4; }

.block-news-wrap, .block-news-wrap-inners {
  background: #F2F3F6;
  padding-top: 40px;
  padding-bottom: 32px; }
  @media only screen and (max-width: 1199px) {
    .block-news-wrap, .block-news-wrap-inners {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    .block-news-wrap, .block-news-wrap-inners {
      background: #fff;
      padding-top: 12px; } }
  @media only screen and (max-width: 479px) {
    .block-news-wrap, .block-news-wrap-inners {
      padding-bottom: 0; } }
  .block-news-wrap h2, .block-news-wrap-inners h2 {
    display: none; }
    @media only screen and (max-width: 479px) {
      .block-news-wrap h2, .block-news-wrap-inners h2 {
        display: block;
        text-align: left;
        font-size: 18px;
        line-height: 140%;
        color: #000;
        margin-bottom: 6px; } }
  @media only screen and (max-width: 1199px) {
    .block-news-wrap .block-news-mobile, .block-news-wrap-inners .block-news-mobile {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      padding: 16px 0;
      scrollbar-width: thin;
      scrollbar-color: #9EA5BD #E6E7EA;
      z-index: 100; } }
  @media only screen and (max-width: 1199px) and (max-width: 479px) {
    .block-news-wrap .block-news-mobile, .block-news-wrap-inners .block-news-mobile {
      overflow-x: hidden;
      padding: 0; } }
  @media only screen and (max-width: 1199px) {
      .block-news-wrap .block-news-mobile::-webkit-scrollbar, .block-news-wrap-inners .block-news-mobile::-webkit-scrollbar {
        background-color: #E6E7EA;
        height: 8px;
        width: 1px;
        z-index: 100; }
      .block-news-wrap .block-news-mobile::-webkit-scrollbar-thumb, .block-news-wrap-inners .block-news-mobile::-webkit-scrollbar-thumb {
        background-color: #9EA5BD;
        border-radius: 40px;
        border: 0px solid #9EA5BD;
        z-index: 100; }
      .block-news-wrap .block-news-mobile::-webkit-scrollbar-track, .block-news-wrap-inners .block-news-mobile::-webkit-scrollbar-track {
        background: #E6E7EA;
        z-index: 100; } }
  .block-news-wrap .block-news, .block-news-wrap-inners .block-news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 15px;
    row-gap: 15px; }
    @media only screen and (max-width: 1499px) {
      .block-news-wrap .block-news, .block-news-wrap-inners .block-news {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
    @media only screen and (max-width: 1199px) {
      .block-news-wrap .block-news, .block-news-wrap-inners .block-news {
        width: 1680px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        grid-template-columns: none;
        grid-template-rows: none;
        column-gap: 0;
        row-gap: 0;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; } }
    @media only screen and (max-width: 479px) {
      .block-news-wrap .block-news, .block-news-wrap-inners .block-news {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .block-news-wrap .block-news .news-home, .block-news-wrap-inners .block-news .news-home {
      position: relative;
      width: 100%;
      margin: 0; }
      @media only screen and (max-width: 1199px) {
        .block-news-wrap .block-news .news-home, .block-news-wrap-inners .block-news .news-home {
          width: 260px;
          max-width: 260px;
          min-width: 260px;
          margin-right: 20px; } }
      @media only screen and (max-width: 479px) {
        .block-news-wrap .block-news .news-home, .block-news-wrap-inners .block-news .news-home {
          width: 100%;
          max-width: 100%;
          min-width: 100%;
          margin-right: 0; } }
      .block-news-wrap .block-news .news-home a, .block-news-wrap-inners .block-news .news-home a {
        text-decoration: none;
        display: block;
        max-height: 269px;
        overflow: hidden; }
        @media only screen and (max-width: 479px) {
          .block-news-wrap .block-news .news-home a, .block-news-wrap-inners .block-news .news-home a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            border-bottom: 1px solid #D5DCF0;
            padding-bottom: 9px;
            max-height: none;
            overflow: visible; } }
        .block-news-wrap .block-news .news-home a .date, .block-news-wrap-inners .block-news .news-home a .date {
          color: #A52532;
          font-size: 12px;
          line-height: 140%; }
          @media only screen and (max-width: 479px) {
            .block-news-wrap .block-news .news-home a .date, .block-news-wrap-inners .block-news .news-home a .date {
              -ms-flex-order: 1;
              order: 1;
              color: rgba(0, 0, 0, 0.4);
              margin: 0;
              width: 100%; } }
        .block-news-wrap .block-news .news-home a h3, .block-news-wrap .block-news .news-home a .b_h3, .block-news-wrap-inners .block-news .news-home a h3, .block-news-wrap-inners .block-news .news-home a .b_h3 {
          color: #1E1E1E;
          font-size: 18px;
          line-height: 140%; }
          @media only screen and (max-width: 1699px) {
            .block-news-wrap .block-news .news-home a h3, .block-news-wrap .block-news .news-home a .b_h3, .block-news-wrap-inners .block-news .news-home a h3, .block-news-wrap-inners .block-news .news-home a .b_h3 {
              font-size: 16px; } }
          @media only screen and (max-width: 1599px) {
            .block-news-wrap .block-news .news-home a h3, .block-news-wrap .block-news .news-home a .b_h3, .block-news-wrap-inners .block-news .news-home a h3, .block-news-wrap-inners .block-news .news-home a .b_h3 {
              font-size: 16px; } }
          @media only screen and (max-width: 479px) {
            .block-news-wrap .block-news .news-home a h3, .block-news-wrap .block-news .news-home a .b_h3, .block-news-wrap-inners .block-news .news-home a h3, .block-news-wrap-inners .block-news .news-home a .b_h3 {
              -ms-flex-order: 0;
              order: 0;
              padding-top: 9px;
              font-weight: normal;
              font-family: 'Roboto';
              font-size: 15px;
              line-height: 140%;
              width: 100%;
              margin-bottom: 1px; } }
        .block-news-wrap .block-news .news-home a .text, .block-news-wrap-inners .block-news .news-home a .text {
          color: #000000;
          font-size: 14px;
          line-height: 170%; }
          @media only screen and (max-width: 479px) {
            .block-news-wrap .block-news .news-home a .text, .block-news-wrap-inners .block-news .news-home a .text {
              display: none; } }
          .block-news-wrap .block-news .news-home a .text p, .block-news-wrap-inners .block-news .news-home a .text p {
            margin: 0;
            padding: 0; }
        .block-news-wrap .block-news .news-home a:hover h3, .block-news-wrap .block-news .news-home a:hover .b_h3, .block-news-wrap .block-news .news-home a:hover .text, .block-news-wrap .block-news .news-home a:focus h3, .block-news-wrap .block-news .news-home a:focus .b_h3, .block-news-wrap .block-news .news-home a:focus .text, .block-news-wrap-inners .block-news .news-home a:hover h3, .block-news-wrap-inners .block-news .news-home a:hover .b_h3, .block-news-wrap-inners .block-news .news-home a:hover .text, .block-news-wrap-inners .block-news .news-home a:focus h3, .block-news-wrap-inners .block-news .news-home a:focus .b_h3, .block-news-wrap-inners .block-news .news-home a:focus .text {
          color: #A52532; }
      @media only screen and (max-width: 1499px) {
        .block-news-wrap .block-news .news-home:last-of-type, .block-news-wrap-inners .block-news .news-home:last-of-type {
          display: none; } }
      @media only screen and (max-width: 1199px) {
        .block-news-wrap .block-news .news-home:last-of-type, .block-news-wrap-inners .block-news .news-home:last-of-type {
          display: block; } }
      @media only screen and (max-width: 479px) {
        .block-news-wrap .block-news .news-home:last-of-type a, .block-news-wrap-inners .block-news .news-home:last-of-type a {
          border: 0; } }

.thematic-block-wrap {
  padding-top: 16px;
  padding-bottom: 16px; }
  @media only screen and (max-width: 1199px) {
    .thematic-block-wrap {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media only screen and (max-width: 767px) {
    .thematic-block-wrap {
      padding-top: 24px;
      padding-bottom: 8px; } }
  @media only screen and (max-width: 399px) {
    .thematic-block-wrap {
      padding-top: 24px; } }
  .thematic-block-wrap .thematic-block-inners {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; }
    .thematic-block-wrap .thematic-block-inners h2 {
      color: #A52532;
      font-size: 38px;
      line-height: 3.25;
      text-align: center;
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 1599px) {
        .thematic-block-wrap .thematic-block-inners h2 {
          font-size: 35px; } }
      @media only screen and (max-width: 1199px) {
        .thematic-block-wrap .thematic-block-inners h2 {
          font-size: 32px;
          line-height: 2.25; } }
      @media only screen and (max-width: 991px) {
        .thematic-block-wrap .thematic-block-inners h2 {
          font-size: 28px; } }
      @media only screen and (max-width: 767px) {
        .thematic-block-wrap .thematic-block-inners h2 {
          font-size: 23px; } }
      @media only screen and (max-width: 479px) {
        .thematic-block-wrap .thematic-block-inners h2 {
          font-size: 20px;
          line-height: 140%;
          text-align: left; } }
      @media only screen and (max-width: 399px) {
        .thematic-block-wrap .thematic-block-inners h2 {
          font-size: 18px; } }
      .thematic-block-wrap .thematic-block-inners h2 a, .thematic-block-wrap .thematic-block-inners h2 a:visited, .thematic-block-wrap .thematic-block-inners h2 a:hover {
        text-decoration: none;
        color: #A52532; }
      .thematic-block-wrap .thematic-block-inners h2 .fas {
        font-size: 27px; }
        @media only screen and (max-width: 1199px) {
          .thematic-block-wrap .thematic-block-inners h2 .fas {
            font-size: 24px; } }
        @media only screen and (max-width: 991px) {
          .thematic-block-wrap .thematic-block-inners h2 .fas {
            font-size: 21px; } }
        @media only screen and (max-width: 767px) {
          .thematic-block-wrap .thematic-block-inners h2 .fas {
            font-size: 19px; } }
        @media only screen and (max-width: 479px) {
          .thematic-block-wrap .thematic-block-inners h2 .fas {
            font-size: 16px; } }
    @media only screen and (max-width: 1399px) {
      .thematic-block-wrap .thematic-block-inners .thematic-blocks-mobile {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        padding: 16px 10px;
        scrollbar-width: thin;
        scrollbar-color: #9EA5BD #E6E7EA; } }
  @media only screen and (max-width: 1399px) and (max-width: 1199px) {
    .thematic-block-wrap .thematic-block-inners .thematic-blocks-mobile {
      padding: 16px 0px; } }
    @media only screen and (max-width: 1399px) {
        .thematic-block-wrap .thematic-block-inners .thematic-blocks-mobile::-webkit-scrollbar {
          background-color: #E6E7EA;
          height: 8px;
          width: 7px; }
        .thematic-block-wrap .thematic-block-inners .thematic-blocks-mobile::-webkit-scrollbar-thumb {
          background-color: #9EA5BD;
          border-radius: 40px;
          border: 2px solid #9EA5BD; }
        .thematic-block-wrap .thematic-block-inners .thematic-blocks-mobile::-webkit-scrollbar-track {
          background: #E6E7EA; } }
    .thematic-block-wrap .thematic-block-inners .all-thematic-blocks {
      position: relative;
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      column-gap: 15px;
      row-gap: 15px; }
      @media only screen and (max-width: 1199px) {
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks {
          width: 1670px;
          padding-left: 5px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          grid-template-columns: none;
          grid-template-rows: none;
          column-gap: 0;
          row-gap: 0;
          -ms-flex-pack: start !important;
          justify-content: flex-start !important; } }
      .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block {
        position: relative;
        width: 100%;
        height: 188px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
        align-content: flex-end;
        background-color: #efefef;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: auto 100%;
        grid-column: span 1;
        grid-row: span 1;
        padding: 16px 16px;
        border: 1px solid #E2E2E2;
        text-decoration: none;
        overflow: hidden;
        transition: all .4s ease-in-out;
        /* &.big {
            padding: 220px 0 24px 0;
            background-color: #fff;
            min-width: 470px;
            
            .bg-img {
                position: absolute;
                width: 100%;
                height: 215px;
                top: 0;
                left: 0;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: 130% auto;
            }
            
            &::after {
                display: none;
            }
            
            h4 {
                font-size: 21px;
                line-height: 133%;
                
                @media only screen and (max-width: 1599px) {
                    font-size: 19px;
                }
            }
            h4, p {
                padding-left: 14px;
                padding-right: 14px;
            }
        } */
        /* &.horizontal {
            min-width: 470px;
            
            @media only screen and (max-width: 1699px) {
                background-size: 110% auto;
            }
            
            &::after {
                background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 61.21%);
            }
        } */
        /* &.vertical {
            background-size: auto 120%;
            
            @media only screen and (max-width: 1699px) {
                background-size: auto 110%;
            }
            
            &::after {
                height: 60%;
                background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 61.21%);
            }
        } */
        /* &.white-text.big {
            h1, h2, h3, h4, h5, p {
               color: #000; 
            }
        } */
        /* &.white-bg.horizontal {
            background-color: #fff;
            background-size: 58% auto;
            background-position: 100% 50%;
            
            @media only screen and (max-width: 1699px) {
                background-size: 70% auto;
            }
            
            &::after {
                width: 190px;
                height: 168px;
                left: 38%;
                top: 50%;
                margin-top: -84px;
                background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11.9%, rgba(255, 255, 255, 0.93) 73.21%, #FFFFFF 100%);
                transform: rotate(90deg);
                
                @media only screen and (max-width: 1699px) {
                    height: 300px;
                    margin-top: -150px;
                }
            }
        } */ }
        @media only screen and (max-width: 1399px) {
          .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block {
            height: 170px;
            padding: 16px 12px;
            background-size: auto 100%; } }
        @media only screen and (max-width: 1199px) {
          .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block {
            width: 260px !important;
            height: auto !important;
            max-width: 260px !important;
            min-width: 260px !important;
            margin-right: 15px !important;
            background-size: auto 170px !important;
            background-position: 50% 0 !important;
            padding: 186px 12px 16px 12px !important;
            background-color: #fff !important;
            align-content: flex-start;
            background-image: none !important; } }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block .bg-img {
          display: none; }
          @media only screen and (max-width: 1199px) {
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block .bg-img {
              position: absolute !important;
              display: block !important;
              width: 100% !important;
              height: 170px !important;
              top: 0 !important;
              left: 0 !important;
              background-size: 100% auto !important;
              background-position: 50% 0 !important;
              background-repeat: no-repeat; } }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block .rating-figure, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block .icon-quality-control, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block .icon-black-list {
          display: none; }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h1, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h2, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h3, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h4, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h5 {
          color: #000;
          font-family: 'Noto Sans Bold';
          font-weight: normal;
          font-size: 16px;
          line-height: 140%;
          padding: 0;
          margin: 0;
          width: 100%;
          z-index: 10; }
          @media only screen and (max-width: 1279px) {
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h1, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h2, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h3, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h4, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h5 {
              font-size: 14px; } }
          @media only screen and (max-width: 1199px) {
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h1, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h2, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h3, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h4, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block h5 {
              padding-left: 0 !important;
              font-size: 16px !important; } }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block p {
          font-size: 16px;
          line-height: 170%;
          margin-top: 11px;
          margin-bottom: 0;
          width: 100%;
          padding: 0;
          color: #000;
          z-index: 10; }
          @media only screen and (max-width: 1599px) {
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block p {
              font-size: 14px; } }
          @media only screen and (max-width: 1199px) {
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block p {
              display: none !important; } }
          .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block p.comments {
            margin-top: 16px; }
            @media only screen and (max-width: 1199px) {
              .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block p.comments {
                margin-left: 0 !important;
                padding-left: 32px !important;
                display: none !important; } }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block a {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 20; }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block::after {
          position: absolute;
          width: 100%;
          height: 70%;
          content: '';
          top: auto;
          bottom: 0;
          left: 0;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 55.21%);
          z-index: 5; }
          @media only screen and (max-width: 1199px) {
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block::after {
              display: none !important; } }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block:hover {
          box-shadow: 0px 0px 10px #B7BAC4; }
          @media only screen and (max-width: 1199px) {
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block:hover {
              box-shadow: 0px 0px 5px #B7BAC4; } }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.quality-control {
          /* h1, h2, h3, h4, h5, p {
              padding-left: calc(100px - 14px) !important;
          }
          p.comments {
              margin-left: calc(100px - 14px) !important;
          } */
          /* &.vertical, &.big {
              h1, h2, h3, h4, h5, p {
                  padding-left: 0;
              }
              p.comments {
                  margin-left: 0;
              }
          } */ }
          .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.quality-control .icon-quality-control {
            position: absolute;
            width: 44px;
            height: 70px;
            content: '';
            top: 16px;
            left: 16px;
            z-index: 10; }
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.quality-control .icon-quality-control img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 10;
              border-radius: 5px; }
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.quality-control .icon-quality-control span {
              font-family: 'IBM Plex Sans Medium';
              font-size: 8px;
              font-weight: 500;
              line-height: 1.4;
              z-index: 15;
              color: #fff;
              display: block;
              position: absolute;
              letter-spacing: .025rem;
              text-align: center;
              bottom: 9px; }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.quality-control .icon-quality-control {
          display: block; }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list .icon-black-list {
          display: block; }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.rk-rating {
          /* &.vertical, &.big {
              h1, h2, h3, h4, h5, p {
                  padding-left: 0;
              }
              p.comments {
                  margin-left: 0;
              }
          } */ }
          .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.rk-rating .rating-figure {
            position: absolute;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center !important;
            align-items: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            -ms-flex-order: 1;
            order: 1;
            content: '';
            top: 16px;
            left: 16px;
            padding-bottom: 0;
            z-index: 10;
            margin: 0;
            background: #fff;
            width: 60px;
            height: 60px;
            border: 1px solid #00ae4d;
            border-radius: 50%; }
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.rk-rating .rating-figure:after {
              position: absolute;
              top: 3px;
              left: 3px;
              width: 52px;
              height: 52px;
              border: 2px solid #00ae4d;
              border-radius: 50%;
              content: ''; }
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.rk-rating .rating-figure .block-img {
              position: relative;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -ms-flex-align: center !important;
              align-items: center !important;
              -ms-flex-pack: center !important;
              justify-content: center !important;
              z-index: 10;
              margin: 0;
              background: #00ae4d;
              width: 52px;
              height: 26px;
              border: 0px solid #00ae4d;
              border-radius: 50% 50% 0 0 / 100% 100% 0 0;
              margin-top: 2px; }
              .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.rk-rating .rating-figure .block-img img {
                position: relative;
                height: auto;
                z-index: 10;
                margin: 8px 0;
                width: 20px;
                margin: 1px 0 0 0; }
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.rk-rating .rating-figure span {
              color: rgba(0, 0, 0, 0.9);
              font-family: 'IBM Plex Sans Medium';
              font-size: 19px;
              font-weight: 600;
              line-height: 1;
              position: relative;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -ms-flex-align: center !important;
              align-items: center !important;
              -ms-flex-pack: center !important;
              justify-content: center !important;
              letter-spacing: -.08rem;
              padding-right: .04rem;
              font-size: 16px;
              width: 52px;
              height: 26px;
              border-radius: 0 0 50% 50% / 0 0 100% 100%;
              padding-right: 0.05rem;
              padding-top: 5px;
              top: -6px; }
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.rk-rating .rating-figure i {
              font-family: 'Roboto';
              font-size: 10px;
              font-weight: 500;
              line-height: 1.4;
              z-index: 15;
              color: #fff;
              display: block;
              position: absolute;
              width: 100%;
              letter-spacing: .025rem;
              text-align: center;
              top: 32px;
              left: 0;
              font-style: normal;
              z-index: 11; }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list .icon-black-list {
          position: absolute;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: center !important;
          align-items: center !important;
          -ms-flex-pack: center !important;
          justify-content: center !important;
          -ms-flex-order: 1;
          order: 1;
          content: '';
          top: 16px;
          left: 16px;
          padding-bottom: 0;
          z-index: 10;
          margin: 0;
          background: #fff;
          width: 60px;
          height: 60px;
          border: 1px solid #00ae4d;
          border-radius: 50%; }
          .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list .icon-black-list:after {
            position: absolute;
            top: 3px;
            left: 3px;
            width: 52px;
            height: 52px;
            border: 2px solid #00ae4d;
            border-radius: 50%;
            content: ''; }
          .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list .icon-black-list .block-img {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center !important;
            align-items: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            z-index: 10;
            margin: 0;
            background: #00ae4d;
            width: 52px;
            height: 26px;
            border: 0px solid #00ae4d;
            border-radius: 50% 50% 0 0 / 100% 100% 0 0;
            margin-top: 2px; }
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list .icon-black-list .block-img img {
              position: relative;
              height: auto;
              width: 18px;
              margin: 1px 0 0 0; }
          .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list .icon-black-list span {
            position: relative;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-top: 0;
            -ms-flex-align: start !important;
            align-items: flex-start !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            -ms-flex-order: 1;
            order: 1;
            width: 52px;
            height: 26px;
            border-radius: 0 0 50% 50% / 0 0 100% 100%;
            padding-right: 0.05rem;
            top: -6px; }
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list .icon-black-list span img {
              position: relative;
              width: 19px;
              height: auto;
              border-radius: 0;
              margin-top: 7px; }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text h1, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text h2, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text h3, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text h4, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text h5, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text p, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list h1, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list h2, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list h3, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list h4, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list h5, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list p {
          color: #fff; }
          @media only screen and (max-width: 1199px) {
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text h1, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text h2, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text h3, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text h4, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text h5, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text p, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list h1, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list h2, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list h3, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list h4, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list h5, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list p {
              color: #000 !important; } }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text p.comments, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list p.comments {
          color: #fff !important;
          background-image: url(assets/img/comment-white.png); }
          @media only screen and (max-width: 1199px) {
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text p.comments, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list p.comments {
              color: #000 !important;
              background-image: url(assets/img/comment.png) !important; } }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text::after, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list::after {
          height: 70% !important;
          background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.65) 70%) !important; }
          @media only screen and (max-width: 1199px) {
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.white-text::after, .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list::after {
              display: none !important; } }
        .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list::after {
          height: 100% !important;
          background: rgba(0, 0, 0, 0.6) !important; }
          @media only screen and (max-width: 1199px) {
            .thematic-block-wrap .thematic-block-inners .all-thematic-blocks .thematic-block.black-list::after {
              display: none !important; } }

.thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2),
.thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1),
.thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) {
  width: 100%;
  height: 100%;
  grid-column: span 2;
  grid-row: span 2;
  padding: 14px 0 14px 0; }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h1, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h2, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h3, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h4, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h5, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) p,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h1,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h2,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h3,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h5,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h1,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h2,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h3,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h5,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p {
    color: #fff; }
    @media only screen and (max-width: 1199px) {
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h1, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h2, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h3, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h4, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h5, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) p,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h1,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h2,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h3,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h5,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h1,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h2,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h3,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h5,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p {
        color: #000 !important; } }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) p.comments,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p.comments,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p.comments {
    color: #fff !important;
    background-image: url(assets/img/comment-white.png); }
    @media only screen and (max-width: 1199px) {
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) p.comments,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p.comments,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p.comments {
        color: #000 !important;
        background-image: url(assets/img/comment.png) !important; } }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2)::after,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1)::after,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1)::after {
    height: 60% !important;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.65) 70%) !important; }
    @media only screen and (max-width: 1199px) {
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2)::after,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1)::after,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1)::after {
        display: none !important; } }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h4,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4 {
    font-size: 20px;
    line-height: 133%; }
    @media only screen and (max-width: 1599px) {
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h4,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4 {
        font-size: 19px; } }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h4, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) p,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p {
    padding-left: 16px;
    padding-right: 14px; }
  @media only screen and (max-width: 1199px) {
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) p,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) p {
      display: none; } }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).quality-control .icon-quality-control,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control .icon-quality-control,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control .icon-quality-control {
    width: 60px;
    height: 95px; }
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).quality-control .icon-quality-control span,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control .icon-quality-control span,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control .icon-quality-control span {
      font-size: 10px; }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure {
    width: 70px;
    height: 70px; }
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure:after,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure:after,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure:after {
      top: 3px;
      left: 3px;
      width: 62px;
      height: 62px; }
    @media only screen and (max-width: 1199px) {
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure {
        width: 60px;
        height: 60px; }
        .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure:after,
        .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure:after,
        .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure:after {
          top: 3px;
          left: 3px;
          width: 52px;
          height: 52px;
          border: 2px solid #00ae4d; } }
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure .block-img,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img {
      width: 62px;
      height: 31px; }
      @media only screen and (max-width: 1199px) {
        .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure .block-img,
        .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img,
        .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img {
          width: 52px;
          height: 26px; } }
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure .block-img img,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img img,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img img {
        width: 23px;
        margin: 2px 0 0 0; }
        @media only screen and (max-width: 1199px) {
          .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure .block-img img,
          .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img img,
          .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img img {
            width: 20px;
            margin: 1px 0 0 0; } }
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure span,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure span,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure span {
      width: 62px;
      height: 31px;
      padding-top: 6px;
      font-size: 18px; }
      @media only screen and (max-width: 1199px) {
        .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure span,
        .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure span,
        .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure span {
          width: 52px;
          height: 26px;
          padding-top: 5px;
          font-size: 16px; } }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-text h1, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-text h2, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-text h3, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-text h4, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-text h5, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-text p,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text h1,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text h2,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text h3,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text h4,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text h5,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text p,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text h1,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text h2,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text h3,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text h4,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text h5,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-text p {
    color: #000; }

.thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1),
.thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2),
.thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3) {
  width: 100%;
  grid-column: span 2;
  grid-row: span 1; }
  @media only screen and (max-width: 1699px) {
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1),
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2),
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3) {
      background-size: 100% auto; } }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1)::after,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2)::after,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3)::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 61.21%); }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h4,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3) h4 {
    font-size: 17px;
    line-height: 131%; }
    @media only screen and (max-width: 1599px) {
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h4,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3) h4 {
        font-size: 17px; } }
    @media only screen and (max-width: 1399px) {
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h4,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3) h4 {
        font-size: 16px; } }
    @media only screen and (max-width: 1279px) {
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h4,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3) h4 {
        font-size: 16px; } }
    @media only screen and (max-width: 1199px) {
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1) h4,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2) h4,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3) h4 {
        padding-left: 0 !important;
        font-size: 16px !important; } }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control .icon-quality-control,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).quality-control .icon-quality-control,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).quality-control .icon-quality-control {
    width: 60px;
    height: 95px; }
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control .icon-quality-control span,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).quality-control .icon-quality-control span,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).quality-control .icon-quality-control span {
      font-size: 10px; }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).rk-rating .rating-figure {
    width: 70px;
    height: 70px; }
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure:after,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure:after,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).rk-rating .rating-figure:after {
      top: 2.6px;
      left: 2.6px;
      width: 62.9px;
      height: 62.9px; }
    @media only screen and (max-width: 1199px) {
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).rk-rating .rating-figure {
        width: 60px;
        height: 60px; }
        .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure:after,
        .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure:after,
        .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).rk-rating .rating-figure:after {
          top: 3px;
          left: 3px;
          width: 52px;
          height: 52px;
          border: 2px solid #00ae4d; } }
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure .block-img,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).rk-rating .rating-figure .block-img {
      width: 62px;
      height: 31px; }
      @media only screen and (max-width: 1199px) {
        .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img,
        .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure .block-img,
        .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).rk-rating .rating-figure .block-img {
          width: 52px;
          height: 26px; } }
      .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img img,
      .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure .block-img img,
      .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).rk-rating .rating-figure .block-img img {
        width: 23px;
        margin: 2px 0 0 0; }
        @media only screen and (max-width: 1199px) {
          .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure .block-img img,
          .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure .block-img img,
          .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).rk-rating .rating-figure .block-img img {
            width: 20px;
            margin: 1px 0 0 0; } }
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure span,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure span,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).rk-rating .rating-figure span {
      width: 62px;
      height: 31px;
      padding-top: 6px;
      font-size: 18px; }
      @media only screen and (max-width: 1199px) {
        .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).rk-rating .rating-figure span,
        .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).rk-rating .rating-figure span,
        .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).rk-rating .rating-figure span {
          width: 52px;
          height: 26px;
          padding-top: 5px;
          font-size: 16px; } }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control h1, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control h2, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control h3, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control h4, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control h5, .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control p,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).quality-control h1,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).quality-control h2,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).quality-control h3,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).quality-control h4,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).quality-control h5,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).quality-control p,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).quality-control h1,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).quality-control h2,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).quality-control h3,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).quality-control h4,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).quality-control h5,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).quality-control p {
    padding-left: 75px !important; }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).quality-control p.comments,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).quality-control p.comments,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).quality-control p.comments {
    margin-left: 75px !important; }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-bg,
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-bg,
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).white-bg {
    background-color: #fff;
    background-size: auto 100% !important;
    background-position: 100% 50%;
    -ms-flex-align: center !important;
    align-items: center !important;
    align-content: center !important; }
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-bg h4,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-bg h4,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).white-bg h4 {
      width: calc(100% - 170px);
      padding-left: 85px; }
      @media only screen and (max-width: 1399px) {
        .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-bg h4,
        .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-bg h4,
        .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).white-bg h4 {
          width: calc(100% - 160px); } }
      @media only screen and (max-width: 1199px) {
        .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-bg h4,
        .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-bg h4,
        .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).white-bg h4 {
          width: 100%; } }
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-bg p,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-bg p,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).white-bg p {
      line-height: 140%;
      width: calc(100% - 170px);
      padding-left: 85px; }
      @media only screen and (max-width: 1399px) {
        .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-bg p,
        .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-bg p,
        .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).white-bg p {
          width: calc(100% - 160px); } }
      @media only screen and (max-width: 1199px) {
        .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-bg p,
        .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-bg p,
        .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).white-bg p {
          width: 100%; } }
    .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-bg::after,
    .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-bg::after,
    .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).white-bg::after {
      display: none !important;
      width: 190px;
      height: 168px;
      left: 38%;
      top: 50%;
      margin-top: -84px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11.9%, rgba(255, 255, 255, 0.93) 73.21%, #FFFFFF 100%);
      transform: rotate(90deg); }
      @media only screen and (max-width: 1699px) {
        .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(1).white-bg::after,
        .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(2).white-bg::after,
        .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3).white-bg::after {
          height: 300px;
          margin-top: -150px; } }

/* .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(4) {
    width: 100%;
    height: 100%;
    grid-column: span 1;
    grid-row: span 2;
    background-size: auto 100%;
                    
    @media only screen and (max-width: 1699px) {
        //background-size: auto 110%;
        background-size: auto 100%;
    }

    &::after {
        height: 60%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 60%);
    }
    h4 {
        font-size: 17px;
        line-height: 131%;
        
        @media only screen and (max-width: 1599px) {
            font-size: 17px;
        }
        @media only screen and (max-width: 1399px) {
            font-size: 16px;
        }
        @media only screen and (max-width: 1279px) {
            font-size: 16px;
        }
        @media only screen and (max-width: 1199px) {
            padding-left: 0 !important;
            font-size: 16px !important;
        }
    }
    &.quality-control, &.black-list {
        .icon-quality-control, .icon-black-list {
            width: 60px;
            height: 95px;
            
            span {
                font-size: 10px;
            }
        }
    }
    &.rk-rating {
        .rating-figure {
            width: 50px;
            //height: 98px;
            .block-img {
                width: 50px;
                
                img {
                    width: 34px; 
                    margin: 12px 0;
                }
            }
            span {
                font-size: 26px;
                //line-height: 41px;
            }
            i {
                font-size: 9px;
                top: 35px;
            }
        }
    }
} */
.thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block {
  /* &:nth-of-type(3) {
      @media only screen and (max-width: 1599px) {
          width: 100%;
          height: 100%;
          grid-column: span 1;
          grid-row: span 2;
          background-size: auto 100%;
  
          &::after {
              position: absolute;
              width: 100% !important;
              content: '';
              top: auto !important;
              bottom: 0 !important;
              left: 0 !important;
              height: 60% !important;
              background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 60%) !important;
              transform: none !important;
              margin: 0 !important;
              
              @media only screen and (max-width: 1199px) {
                  display: none !important;
              }
          }
          &.quality-control, &.black-list, &.rk-rating {
              h1, h2, h3, h4, h5, p {
                  padding-left: 0;
              }
              p.comments {
                  margin-left: 0;
              }
          }
          &.white-bg {
              background-position: 50% 50%;
              background-size: auto 100%;
          }
      }
      @media only screen and (max-width: 1199px) {
          //background-size: 100% 170px !important;
          background-size: auto 170px !important;
      }
  } */ }
  .thematic-block-wrap.first .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(6) {
    /* background-size: 100% auto;
    @media only screen and (max-width: 1599px) {
        display: none;
    }
    @media only screen and (max-width: 1199px) {
        display: block;
    } */ }

.thematic-block-wrap.two {
  background: #F2F3F6; }
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(4) {
    /* @media only screen and (max-width: 1599px) {
        grid-column: span 1;
        grid-row: span 1;
        
        h4 {
            font-size: 16px;
            line-height: 140%;
        
            @media only screen and (max-width: 1279px) {
                font-size: 14px;
            }
        }
        p {
            display: none;
        }
        
        &.quality-control, &.black-list {
            .icon-quality-control, .icon-black-list {
                width: 44px;
                height: 70px;
        
                span {
                    font-size: 8px;
                }
            }
        }
        &.rk-rating {
            .rating-figure {
                width: 37px;
                //height: 70px;
                .block-img {
                    width: 37px;
        
                    img {
                        width: 26px;
                        margin: 8px 0;
                    }
                }
                span {
                    font-size: 19px;
                    //line-height: 28px;
                }
                i {
                    font-size: 8px;
                    top: 24px;
                }
            }
        }
        &.quality-control, &.black-list, &.rk-rating {
            h1, h2, h3, h4, h5, p {
                padding-left: 0;
            }
            p.comments {
                margin-left: 0;
            }
        }
    }
    @media only screen and (max-width: 1399px) {
        height: 170px;
        padding: 16px 12px;
        background-size: auto 100%;
        
        p {
            display: none;
        }
    }
    @media only screen and (max-width: 1399px) {
        //background-size: 100% 170px;
    }
    @media only screen and (max-width: 1199px) {
        p {
            display: block;
        }
    } */ }
  .thematic-block-wrap.two .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(6) {
    /* @media only screen and (max-width: 1599px) {
        display: none;
    }
    @media only screen and (max-width: 1199px) {
        display: block;
    } */ }

.thematic-block-wrap.three {
  background: #F2F3F6; }
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(3) {
    background-size: 100% auto; }
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(4) {
    /* @media only screen and (max-width: 1599px) {
        grid-column: span 1;
        grid-row: span 1;
        
        h4 {
            font-size: 16px;
            line-height: 140%;
    
            @media only screen and (max-width: 1279px) {
                font-size: 14px;
            }
        }
        p {
            display: none;
        }
        
        &.quality-control, &.black-list {
            .icon-quality-control, .icon-black-list {
                width: 44px;
                height: 70px;
    
                span {
                    font-size: 8px;
                }
            }
        }
        &.rk-rating {
            .rating-figure {
                width: 37px;
                //height: 70px;
                
                .block-img {
                    width: 37px;
    
                    img {
                        width: 26px;
                        margin: 8px 0;
                    }
                }
                span {
                    font-size: 19px;
                    //line-height: 28px;
                }
                i {
                    font-size: 8px;
                    top: 24px;
                }
            }
        }
        &.quality-control, &.black-list, &.rk-rating {
            h1, h2, h3, h4, h5, p {
                padding-left: 0;
            }
            p.comments {
                margin-left: 0;
            }
        }
    }
    @media only screen and (max-width: 1399px) {
        height: 170px;
        padding: 16px 12px;
        background-size: auto 100%;
        
        p {
            display: none;
        }
    }
    @media only screen and (max-width: 1199px) {
        p {
            display: block;
        }
    } */ }
  .thematic-block-wrap.three .thematic-block-inners .all-thematic-blocks .thematic-block:nth-of-type(6) {
    /* @media only screen and (max-width: 1599px) {
        display: none;
    }
    @media only screen and (max-width: 1199px) {
        display: block;
    } */ }

.button-plus {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 19px 0 16px 0; }
  .button-plus a {
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    color: #fff;
    background: #A52532;
    margin-left: auto;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-decoration: none; }
    .button-plus a span {
      display: block;
      font-size: 32px;
      line-height: 15px;
      width: 18px;
      height: 18px; }

.discussed-products-wrap {
  padding-top: 16px;
  padding-bottom: 64px; }
  @media only screen and (max-width: 1199px) {
    .discussed-products-wrap {
      padding-top: 24px;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .discussed-products-wrap {
      padding-top: 16px;
      padding-bottom: 16px; } }
  @media only screen and (max-width: 399px) {
    .discussed-products-wrap {
      padding-left: 0;
      padding-right: 0;
      padding-top: 24px; } }
  .discussed-products-wrap .discussed-products-wrap-inners h2 {
    color: #A52532;
    font-size: 38px;
    line-height: 3.25;
    text-align: center;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 1599px) {
      .discussed-products-wrap .discussed-products-wrap-inners h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 1199px) {
      .discussed-products-wrap .discussed-products-wrap-inners h2 {
        font-size: 32px;
        line-height: 2.25; } }
    @media only screen and (max-width: 991px) {
      .discussed-products-wrap .discussed-products-wrap-inners h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .discussed-products-wrap .discussed-products-wrap-inners h2 {
        font-size: 23px; } }
    @media only screen and (max-width: 479px) {
      .discussed-products-wrap .discussed-products-wrap-inners h2 {
        font-size: 20px;
        line-height: 140%; } }
    @media only screen and (max-width: 399px) {
      .discussed-products-wrap .discussed-products-wrap-inners h2 {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 18px;
        text-align: left; } }
    .discussed-products-wrap .discussed-products-wrap-inners h2 a, .discussed-products-wrap .discussed-products-wrap-inners h2 a:visited, .discussed-products-wrap .discussed-products-wrap-inners h2 a:hover {
      text-decoration: none;
      color: #A52532; }
    .discussed-products-wrap .discussed-products-wrap-inners h2 .fas {
      font-size: 27px; }
      @media only screen and (max-width: 1199px) {
        .discussed-products-wrap .discussed-products-wrap-inners h2 .fas {
          font-size: 24px; } }
      @media only screen and (max-width: 991px) {
        .discussed-products-wrap .discussed-products-wrap-inners h2 .fas {
          font-size: 21px; } }
      @media only screen and (max-width: 767px) {
        .discussed-products-wrap .discussed-products-wrap-inners h2 .fas {
          font-size: 19px; } }
      @media only screen and (max-width: 479px) {
        .discussed-products-wrap .discussed-products-wrap-inners h2 .fas {
          font-size: 16px; } }
  @media only screen and (max-width: 1199px) {
    .discussed-products-wrap .discussed-products-wrap-inners .discussed-blocks-mobile {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      padding-top: 16px;
      scrollbar-width: thin;
      scrollbar-color: #9EA5BD #E6E7EA; }
      .discussed-products-wrap .discussed-products-wrap-inners .discussed-blocks-mobile::-webkit-scrollbar {
        background-color: #E6E7EA;
        height: 8px;
        width: 7px; }
      .discussed-products-wrap .discussed-products-wrap-inners .discussed-blocks-mobile::-webkit-scrollbar-thumb {
        background-color: #9EA5BD;
        border-radius: 40px;
        border: 2px solid #9EA5BD; }
      .discussed-products-wrap .discussed-products-wrap-inners .discussed-blocks-mobile::-webkit-scrollbar-track {
        background: #E6E7EA; } }
  @media only screen and (max-width: 767px) {
    .discussed-products-wrap .discussed-products-wrap-inners .discussed-blocks-mobile {
      overflow-x: hidden;
      padding-top: 0; } }
  .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 15px;
    row-gap: 15px; }
    @media only screen and (max-width: 1599px) {
      .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
    @media only screen and (max-width: 1199px) {
      .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks {
        width: 1670px;
        padding-left: 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        grid-template-columns: none;
        grid-template-rows: none;
        column-gap: 0;
        row-gap: 0;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks {
        width: auto; } }
    @media only screen and (max-width: 399px) {
      .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks {
        padding-left: 13px; } }
    .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .owl-stage-outer {
      padding: 16px 5px; }
      .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .owl-stage-outer .owl-stage {
        display: -ms-flexbox;
        display: flex; }
        .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .owl-stage-outer .owl-stage .owl-item {
          display: -ms-flexbox;
          display: flex;
          /* margin-right: 20px !important;
          width: 260px;
          min-width: 260px;
          max-width: 260px;*/ }
          @media only screen and (min-width: 400px) {
            .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .owl-stage-outer .owl-stage .owl-item {
              width: 260px;
              min-width: 260px;
              max-width: 260px; } }
    .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .owl-dots {
      position: absolute;
      bottom: 10px;
      width: 100%;
      text-align: center;
      left: 0; }
      .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .owl-dots .owl-dot {
        background: #C9CDDA;
        width: 8px;
        height: 8px;
        margin: 0 10px;
        border-radius: 50%; }
        .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .owl-dots .owl-dot.active {
          background: #A52532;
          width: 12px;
          height: 12px; }
        @media only screen and (max-width: 767px) {
          .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .owl-dots .owl-dot {
            width: 6px;
            height: 6px;
            margin: 0 8px; }
            .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .owl-dots .owl-dot.active {
              width: 10px;
              height: 10px; } }
    .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block {
      position: relative;
      width: 100%;
      height: auto;
      display: block;
      text-decoration: none;
      background: #FFFFFF;
      border: 1px solid #DADEEC;
      transition: all .4s ease-in-out; }
      @media only screen and (max-width: 1199px) {
        .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block {
          margin-right: 15px; } }
      @media only screen and (max-width: 767px) {
        .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block {
          margin-right: 0; } }
      @media only screen and (max-width: 399px) {
        .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block {
          width: 94%;
          /* min-width: 100%;
          max-width: 100%; */ } }
      @media only screen and (min-width: 400px) {
        .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block {
          width: 260px;
          min-width: 260px;
          max-width: 260px; } }
      @media only screen and (min-width: 1200px) {
        .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block {
          width: auto;
          min-width: auto;
          max-width: none; } }
      .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .block-img {
        width: 100%;
        height: 230px;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto 115%; }
        @media only screen and (max-width: 1599px) {
          .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .block-img {
            background-size: auto 125%; } }
        @media only screen and (max-width: 1399px) {
          .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .block-img {
            height: 200px; } }
        @media only screen and (max-width: 1199px) {
          .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .block-img {
            height: 250px; } }
        @media only screen and (max-width: 767px) {
          .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .block-img {
            height: 217px;
            background-size: 130% auto !important; } }
      .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .discussed-text {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        height: calc(100% - 230px);
        padding: 20px 16px;
        text-align: center;
        align-content: flex-end; }
        @media only screen and (max-width: 1399px) {
          .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .discussed-text {
            height: calc(100% - 200px); } }
        @media only screen and (max-width: 1199px) {
          .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .discussed-text {
            height: calc(100% - 250px);
            padding: 16px; } }
        @media only screen and (max-width: 767px) {
          .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .discussed-text {
            height: calc(100% - 217px); } }
        .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .discussed-text .discussed-product {
          font-family: 'Noto Sans Bold';
          font-size: 18px;
          line-height: 131%;
          width: 100%;
          margin-bottom: 24px;
          color: #000000; }
          @media only screen and (max-width: 1599px) {
            .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .discussed-text .discussed-product {
              font-size: 17px; } }
        .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .discussed-text .comments {
          display: inline-block; }
          @media only screen and (max-width: 399px) {
            .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block .discussed-text .comments {
              font-size: 14px; } }
      .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block:hover {
        box-shadow: 0px 0px 10px #B7BAC4; }
        @media only screen and (max-width: 1199px) {
          .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block:hover {
            box-shadow: 0px 0px 5px #B7BAC4; } }
      @media only screen and (max-width: 1599px) {
        .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block:last-of-type {
          display: none; } }
      @media only screen and (max-width: 1199px) {
        .discussed-products-wrap .discussed-products-wrap-inners .all-discussed-blocks .discussed-block:last-of-type {
          display: block; } }

.popular-articles-wrap {
  padding-top: 16px;
  padding-bottom: 64px;
  background: #F2F3F6; }
  @media only screen and (max-width: 1199px) {
    .popular-articles-wrap {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media only screen and (max-width: 399px) {
    .popular-articles-wrap {
      padding-left: 0;
      padding-right: 0; } }
  .popular-articles-wrap .popular-articles-wrap-inners h2 {
    color: #A52532;
    font-size: 38px;
    line-height: 3.25;
    text-align: center;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 1599px) {
      .popular-articles-wrap .popular-articles-wrap-inners h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 1399px) {
      .popular-articles-wrap .popular-articles-wrap-inners h2 {
        font-size: 33px; } }
    @media only screen and (max-width: 1199px) {
      .popular-articles-wrap .popular-articles-wrap-inners h2 {
        line-height: 1.4;
        font-size: 32px; } }
    @media only screen and (max-width: 991px) {
      .popular-articles-wrap .popular-articles-wrap-inners h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .popular-articles-wrap .popular-articles-wrap-inners h2 {
        font-size: 23px; } }
    @media only screen and (max-width: 479px) {
      .popular-articles-wrap .popular-articles-wrap-inners h2 {
        font-size: 20px;
        line-height: 140%; } }
    @media only screen and (max-width: 399px) {
      .popular-articles-wrap .popular-articles-wrap-inners h2 {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 18px;
        text-align: left; } }
    .popular-articles-wrap .popular-articles-wrap-inners h2 a, .popular-articles-wrap .popular-articles-wrap-inners h2 a:visited, .popular-articles-wrap .popular-articles-wrap-inners h2 a:hover {
      text-decoration: none;
      color: #A52532; }
    .popular-articles-wrap .popular-articles-wrap-inners h2 .fas {
      font-size: 27px; }
      @media only screen and (max-width: 1199px) {
        .popular-articles-wrap .popular-articles-wrap-inners h2 .fas {
          font-size: 24px; } }
      @media only screen and (max-width: 991px) {
        .popular-articles-wrap .popular-articles-wrap-inners h2 .fas {
          font-size: 21px; } }
      @media only screen and (max-width: 767px) {
        .popular-articles-wrap .popular-articles-wrap-inners h2 .fas {
          font-size: 19px; } }
      @media only screen and (max-width: 479px) {
        .popular-articles-wrap .popular-articles-wrap-inners h2 .fas {
          font-size: 16px; } }
  @media only screen and (max-width: 1199px) {
    .popular-articles-wrap .popular-articles-wrap-inners .popular-articles-mobile {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      padding-top: 16px;
      scrollbar-width: thin;
      scrollbar-color: #9EA5BD #E6E7EA; }
      .popular-articles-wrap .popular-articles-wrap-inners .popular-articles-mobile::-webkit-scrollbar {
        background-color: #E6E7EA;
        height: 8px;
        width: 7px; }
      .popular-articles-wrap .popular-articles-wrap-inners .popular-articles-mobile::-webkit-scrollbar-thumb {
        background-color: #9EA5BD;
        border-radius: 40px;
        border: 2px solid #9EA5BD; }
      .popular-articles-wrap .popular-articles-wrap-inners .popular-articles-mobile::-webkit-scrollbar-track {
        background: #E6E7EA; } }
  @media only screen and (max-width: 767px) {
    .popular-articles-wrap .popular-articles-wrap-inners .popular-articles-mobile {
      overflow-x: hidden;
      padding-top: 0; } }
  .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 15px;
    row-gap: 15px; }
    @media only screen and (max-width: 1399px) {
      .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media only screen and (max-width: 1199px) {
      .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks {
        width: 1230px;
        padding-left: 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        grid-template-columns: none;
        grid-template-rows: none;
        column-gap: 0;
        row-gap: 0;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks {
        width: auto; } }
    @media only screen and (max-width: 399px) {
      .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks {
        padding-left: 13px; } }
    .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .owl-stage-outer {
      padding: 16px 5px; }
      .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .owl-stage-outer .owl-stage {
        display: -ms-flexbox;
        display: flex; }
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .owl-stage-outer .owl-stage .owl-item {
          display: -ms-flexbox;
          display: flex;
          /* margin-right: 20px !important;
          width: 260px;
          min-width: 260px;
          max-width: 260px;*/ }
          @media only screen and (min-width: 400px) {
            .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .owl-stage-outer .owl-stage .owl-item {
              width: 290px;
              min-width: 290px;
              max-width: 290px; } }
    .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .owl-dots {
      position: absolute;
      bottom: 10px;
      width: 100%;
      text-align: center;
      left: 0; }
      .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .owl-dots .owl-dot {
        background: #C9CDDA;
        width: 8px;
        height: 8px;
        margin: 0 10px;
        border-radius: 50%; }
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .owl-dots .owl-dot.active {
          background: #A52532;
          width: 12px;
          height: 12px; }
        @media only screen and (max-width: 767px) {
          .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .owl-dots .owl-dot {
            width: 6px;
            height: 6px;
            margin: 0 8px; }
            .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .owl-dots .owl-dot.active {
              width: 10px;
              height: 10px; } }
    .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block {
      position: relative;
      width: 100%;
      display: block;
      text-decoration: none;
      background: #FFFFFF;
      border: 1px solid #E2E2E2;
      transition: all .4s ease-in-out; }
      @media only screen and (max-width: 1599px) {
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block {
          height: auto; } }
      @media only screen and (max-width: 1199px) {
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block {
          margin-right: 15px; } }
      @media only screen and (max-width: 767px) {
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block {
          margin-right: 0; } }
      @media only screen and (max-width: 399px) {
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block {
          width: 94%;
          /* min-width: 100%;
          max-width: 100%; */ } }
      @media only screen and (min-width: 400px) {
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block {
          width: 290px;
          min-width: 290px;
          max-width: 290px; } }
      @media only screen and (min-width: 1200px) {
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block {
          width: auto;
          min-width: auto;
          max-width: none; } }
      .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .block-img {
        position: relative;
        width: 100%;
        height: 236px;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 115% auto; }
        @media only screen and (max-width: 1599px) {
          .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .block-img {
            height: 200px; } }
        @media only screen and (max-width: 1399px) {
          .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .block-img {
            height: 240px; } }
        @media only screen and (max-width: 1199px) {
          .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .block-img {
            height: 180px; } }
      .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .views-comments {
        position: absolute;
        width: 216px;
        height: 43px;
        left: 0;
        bottom: 10px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        width: 116px;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .views-comments:before {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          background: #FFFFFF;
          opacity: 0.8;
          border-radius: 4px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .views-comments p {
          position: relative;
          display: inline-block; }
          .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .views-comments p.views {
            display: none; }
          .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .views-comments p.comments {
            margin-left: 32px; }
      .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .popular-article-text {
        position: relative;
        height: calc(100% - 236px);
        padding: 16px 19px;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important; }
        @media only screen and (max-width: 1599px) {
          .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .popular-article-text {
            height: calc(100% - 200px); } }
        @media only screen and (max-width: 1399px) {
          .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .popular-article-text {
            height: calc(100% - 240px); } }
        @media only screen and (max-width: 1199px) {
          .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .popular-article-text {
            height: calc(100% - 180px); } }
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .popular-article-text .text {
          font-family: 'Noto Sans Bold';
          font-size: 21px;
          line-height: 133%;
          width: 100%;
          margin: 0;
          color: #000000; }
          @media only screen and (max-width: 1599px) {
            .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .popular-article-text .text {
              font-size: 19px; } }
          @media only screen and (max-width: 1199px) {
            .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block .popular-article-text .text {
              font-size: 17px; } }
      .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block:hover {
        box-shadow: 0px 0px 10px #B7BAC4; }
        @media only screen and (max-width: 1199px) {
          .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block:hover {
            box-shadow: 0px 0px 5px #B7BAC4; } }
      @media only screen and (max-width: 1399px) {
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block:last-of-type {
          display: none; } }
      @media only screen and (max-width: 1199px) {
        .popular-articles-wrap .popular-articles-wrap-inners .all-popular-articles-blocks .popular-article-block:last-of-type {
          display: block; } }

.new-community-posts-wrap, .discussed-community-wrap {
  padding-top: 32px;
  padding-bottom: 64px;
  background: #fff; }
  @media only screen and (max-width: 1199px) {
    .new-community-posts-wrap, .discussed-community-wrap {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    .new-community-posts-wrap, .discussed-community-wrap {
      padding-top: 16px;
      padding-bottom: 16px; } }
  .new-community-posts-wrap .new-community-posts-wrap-inners h2, .new-community-posts-wrap .discussed-community-wrap-inners h2, .discussed-community-wrap .new-community-posts-wrap-inners h2, .discussed-community-wrap .discussed-community-wrap-inners h2 {
    font-size: 38px;
    line-height: 2;
    text-align: center;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 1599px) {
      .new-community-posts-wrap .new-community-posts-wrap-inners h2, .new-community-posts-wrap .discussed-community-wrap-inners h2, .discussed-community-wrap .new-community-posts-wrap-inners h2, .discussed-community-wrap .discussed-community-wrap-inners h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 1199px) {
      .new-community-posts-wrap .new-community-posts-wrap-inners h2, .new-community-posts-wrap .discussed-community-wrap-inners h2, .discussed-community-wrap .new-community-posts-wrap-inners h2, .discussed-community-wrap .discussed-community-wrap-inners h2 {
        font-size: 32px; } }
    @media only screen and (max-width: 991px) {
      .new-community-posts-wrap .new-community-posts-wrap-inners h2, .new-community-posts-wrap .discussed-community-wrap-inners h2, .discussed-community-wrap .new-community-posts-wrap-inners h2, .discussed-community-wrap .discussed-community-wrap-inners h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .new-community-posts-wrap .new-community-posts-wrap-inners h2, .new-community-posts-wrap .discussed-community-wrap-inners h2, .discussed-community-wrap .new-community-posts-wrap-inners h2, .discussed-community-wrap .discussed-community-wrap-inners h2 {
        font-size: 23px; } }
    @media only screen and (max-width: 479px) {
      .new-community-posts-wrap .new-community-posts-wrap-inners h2, .new-community-posts-wrap .discussed-community-wrap-inners h2, .discussed-community-wrap .new-community-posts-wrap-inners h2, .discussed-community-wrap .discussed-community-wrap-inners h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 399px) {
      .new-community-posts-wrap .new-community-posts-wrap-inners h2, .new-community-posts-wrap .discussed-community-wrap-inners h2, .discussed-community-wrap .new-community-posts-wrap-inners h2, .discussed-community-wrap .discussed-community-wrap-inners h2 {
        font-size: 18px; } }
    .new-community-posts-wrap .new-community-posts-wrap-inners h2 a, .new-community-posts-wrap .new-community-posts-wrap-inners h2 a:visited, .new-community-posts-wrap .new-community-posts-wrap-inners h2 a:hover, .new-community-posts-wrap .discussed-community-wrap-inners h2 a, .new-community-posts-wrap .discussed-community-wrap-inners h2 a:visited, .new-community-posts-wrap .discussed-community-wrap-inners h2 a:hover, .discussed-community-wrap .new-community-posts-wrap-inners h2 a, .discussed-community-wrap .new-community-posts-wrap-inners h2 a:visited, .discussed-community-wrap .new-community-posts-wrap-inners h2 a:hover, .discussed-community-wrap .discussed-community-wrap-inners h2 a, .discussed-community-wrap .discussed-community-wrap-inners h2 a:visited, .discussed-community-wrap .discussed-community-wrap-inners h2 a:hover {
      text-decoration: none;
      color: #A52532; }
    .new-community-posts-wrap .new-community-posts-wrap-inners h2 .fas, .new-community-posts-wrap .discussed-community-wrap-inners h2 .fas, .discussed-community-wrap .new-community-posts-wrap-inners h2 .fas, .discussed-community-wrap .discussed-community-wrap-inners h2 .fas {
      font-size: 27px; }
      @media only screen and (max-width: 1199px) {
        .new-community-posts-wrap .new-community-posts-wrap-inners h2 .fas, .new-community-posts-wrap .discussed-community-wrap-inners h2 .fas, .discussed-community-wrap .new-community-posts-wrap-inners h2 .fas, .discussed-community-wrap .discussed-community-wrap-inners h2 .fas {
          font-size: 24px; } }
      @media only screen and (max-width: 991px) {
        .new-community-posts-wrap .new-community-posts-wrap-inners h2 .fas, .new-community-posts-wrap .discussed-community-wrap-inners h2 .fas, .discussed-community-wrap .new-community-posts-wrap-inners h2 .fas, .discussed-community-wrap .discussed-community-wrap-inners h2 .fas {
          font-size: 21px; } }
      @media only screen and (max-width: 767px) {
        .new-community-posts-wrap .new-community-posts-wrap-inners h2 .fas, .new-community-posts-wrap .discussed-community-wrap-inners h2 .fas, .discussed-community-wrap .new-community-posts-wrap-inners h2 .fas, .discussed-community-wrap .discussed-community-wrap-inners h2 .fas {
          font-size: 19px; } }
      @media only screen and (max-width: 479px) {
        .new-community-posts-wrap .new-community-posts-wrap-inners h2 .fas, .new-community-posts-wrap .discussed-community-wrap-inners h2 .fas, .discussed-community-wrap .new-community-posts-wrap-inners h2 .fas, .discussed-community-wrap .discussed-community-wrap-inners h2 .fas {
          font-size: 16px; } }
  .new-community-posts-wrap .new-community-posts-wrap-inners .subheader, .new-community-posts-wrap .discussed-community-wrap-inners .subheader, .discussed-community-wrap .new-community-posts-wrap-inners .subheader, .discussed-community-wrap .discussed-community-wrap-inners .subheader {
    text-align: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto; }
    @media only screen and (max-width: 399px) {
      .new-community-posts-wrap .new-community-posts-wrap-inners .subheader, .new-community-posts-wrap .discussed-community-wrap-inners .subheader, .discussed-community-wrap .new-community-posts-wrap-inners .subheader, .discussed-community-wrap .discussed-community-wrap-inners .subheader {
        font-size: 14px; } }
  @media only screen and (max-width: 1199px) {
    .new-community-posts-wrap .new-community-posts-wrap-inners .community-posts-mobile, .new-community-posts-wrap .new-community-posts-wrap-inners .discussed-community-mobile, .new-community-posts-wrap .discussed-community-wrap-inners .community-posts-mobile, .new-community-posts-wrap .discussed-community-wrap-inners .discussed-community-mobile, .discussed-community-wrap .new-community-posts-wrap-inners .community-posts-mobile, .discussed-community-wrap .new-community-posts-wrap-inners .discussed-community-mobile, .discussed-community-wrap .discussed-community-wrap-inners .community-posts-mobile, .discussed-community-wrap .discussed-community-wrap-inners .discussed-community-mobile {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      padding-top: 16px;
      scrollbar-width: thin;
      scrollbar-color: #9EA5BD #E6E7EA; }
      .new-community-posts-wrap .new-community-posts-wrap-inners .community-posts-mobile::-webkit-scrollbar, .new-community-posts-wrap .new-community-posts-wrap-inners .discussed-community-mobile::-webkit-scrollbar, .new-community-posts-wrap .discussed-community-wrap-inners .community-posts-mobile::-webkit-scrollbar, .new-community-posts-wrap .discussed-community-wrap-inners .discussed-community-mobile::-webkit-scrollbar, .discussed-community-wrap .new-community-posts-wrap-inners .community-posts-mobile::-webkit-scrollbar, .discussed-community-wrap .new-community-posts-wrap-inners .discussed-community-mobile::-webkit-scrollbar, .discussed-community-wrap .discussed-community-wrap-inners .community-posts-mobile::-webkit-scrollbar, .discussed-community-wrap .discussed-community-wrap-inners .discussed-community-mobile::-webkit-scrollbar {
        background-color: #E6E7EA;
        height: 8px;
        width: 7px; }
      .new-community-posts-wrap .new-community-posts-wrap-inners .community-posts-mobile::-webkit-scrollbar-thumb, .new-community-posts-wrap .new-community-posts-wrap-inners .discussed-community-mobile::-webkit-scrollbar-thumb, .new-community-posts-wrap .discussed-community-wrap-inners .community-posts-mobile::-webkit-scrollbar-thumb, .new-community-posts-wrap .discussed-community-wrap-inners .discussed-community-mobile::-webkit-scrollbar-thumb, .discussed-community-wrap .new-community-posts-wrap-inners .community-posts-mobile::-webkit-scrollbar-thumb, .discussed-community-wrap .new-community-posts-wrap-inners .discussed-community-mobile::-webkit-scrollbar-thumb, .discussed-community-wrap .discussed-community-wrap-inners .community-posts-mobile::-webkit-scrollbar-thumb, .discussed-community-wrap .discussed-community-wrap-inners .discussed-community-mobile::-webkit-scrollbar-thumb {
        background-color: #9EA5BD;
        border-radius: 40px;
        border: 2px solid #9EA5BD; }
      .new-community-posts-wrap .new-community-posts-wrap-inners .community-posts-mobile::-webkit-scrollbar-track, .new-community-posts-wrap .new-community-posts-wrap-inners .discussed-community-mobile::-webkit-scrollbar-track, .new-community-posts-wrap .discussed-community-wrap-inners .community-posts-mobile::-webkit-scrollbar-track, .new-community-posts-wrap .discussed-community-wrap-inners .discussed-community-mobile::-webkit-scrollbar-track, .discussed-community-wrap .new-community-posts-wrap-inners .community-posts-mobile::-webkit-scrollbar-track, .discussed-community-wrap .new-community-posts-wrap-inners .discussed-community-mobile::-webkit-scrollbar-track, .discussed-community-wrap .discussed-community-wrap-inners .community-posts-mobile::-webkit-scrollbar-track, .discussed-community-wrap .discussed-community-wrap-inners .discussed-community-mobile::-webkit-scrollbar-track {
        background: #E6E7EA; } }
  @media only screen and (max-width: 767px) {
    .new-community-posts-wrap .new-community-posts-wrap-inners .community-posts-mobile, .new-community-posts-wrap .new-community-posts-wrap-inners .discussed-community-mobile, .new-community-posts-wrap .discussed-community-wrap-inners .community-posts-mobile, .new-community-posts-wrap .discussed-community-wrap-inners .discussed-community-mobile, .discussed-community-wrap .new-community-posts-wrap-inners .community-posts-mobile, .discussed-community-wrap .new-community-posts-wrap-inners .discussed-community-mobile, .discussed-community-wrap .discussed-community-wrap-inners .community-posts-mobile, .discussed-community-wrap .discussed-community-wrap-inners .discussed-community-mobile {
      overflow-x: hidden;
      padding-top: 0; } }
  .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 15px;
    row-gap: 15px;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px; }
    @media only screen and (max-width: 1399px) {
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding-left: 32px;
        padding-right: 32px; } }
    @media only screen and (max-width: 1199px) {
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks {
        width: 1390px;
        padding-left: 5px;
        padding-right: 0;
        padding-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        grid-template-columns: none;
        grid-template-rows: none;
        column-gap: 0;
        row-gap: 0;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks {
        width: auto; } }
    @media only screen and (max-width: 399px) {
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks {
        padding-left: 0; } }
    .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-stage-outer, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-stage-outer, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-stage-outer, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-stage-outer, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-stage-outer, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-stage-outer, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-stage-outer, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-stage-outer {
      padding: 16px 5px; }
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage {
        display: -ms-flexbox;
        display: flex; }
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage .owl-item, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage .owl-item, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage .owl-item, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage .owl-item, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage .owl-item, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage .owl-item, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage .owl-item, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage .owl-item {
          display: -ms-flexbox;
          display: flex;
          /* margin-right: 20px !important;
          width: 260px;
          min-width: 260px;
          max-width: 260px;*/ }
          @media only screen and (min-width: 400px) {
            .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage .owl-item, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage .owl-item, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage .owl-item, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage .owl-item, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage .owl-item, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage .owl-item, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-stage-outer .owl-stage .owl-item, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-stage-outer .owl-stage .owl-item {
              width: 260px;
              min-width: 260px;
              max-width: 260px; } }
    .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-dots, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-dots, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-dots, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-dots, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-dots, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-dots, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-dots, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-dots {
      position: absolute;
      bottom: 10px;
      width: 100%;
      text-align: center;
      left: 0; }
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot {
        background: #C9CDDA;
        width: 8px;
        height: 8px;
        margin: 0 10px;
        border-radius: 50%; }
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot.active, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot.active, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot.active, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot.active, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot.active, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot.active, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot.active, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot.active {
          background: #A52532;
          width: 12px;
          height: 12px; }
        @media only screen and (max-width: 767px) {
          .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot {
            width: 6px;
            height: 6px;
            margin: 0 8px; }
            .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot.active, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot.active, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot.active, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot.active, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot.active, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot.active, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .owl-dots .owl-dot.active, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .owl-dots .owl-dot.active {
              width: 10px;
              height: 10px; } }
    .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block {
      position: relative;
      width: 100%;
      max-width: 273px;
      height: auto;
      display: block;
      text-decoration: none;
      background: #FFFFFF;
      border: 1px solid #E2E2E2;
      padding: 27px 16px 16px 16px;
      text-align: center;
      transition: all .4s ease-in-out; }
      @media only screen and (max-width: 1199px) {
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block {
          margin-right: 15px; } }
      @media only screen and (max-width: 767px) {
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block {
          margin-right: 0; } }
      @media only screen and (max-width: 399px) {
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block {
          width: 94%;
          /* min-width: 100%;
          max-width: 100%; */
          margin: 0 auto;
          padding: 20px 16px 16px 16px; } }
      @media only screen and (min-width: 400px) {
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block {
          width: 260px;
          min-width: 260px;
          max-width: 260px; } }
      @media only screen and (min-width: 1200px) {
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block {
          width: auto;
          min-width: auto;
          max-width: none; } }
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .block-img, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .block-img, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .block-img, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .block-img, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .block-img, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .block-img, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .block-img, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .block-img, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .block-img, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .block-img, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .block-img, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .block-img, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .block-img, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .block-img, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .block-img, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .block-img {
        width: 139px;
        height: 139px;
        border-radius: 50%;
        margin: 0 auto 16px auto;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover; }
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role {
        font-size: 14px;
        line-height: 140%;
        display: inline-block;
        margin: 0 auto;
        border-radius: 35px;
        color: #fff;
        background: #E2E2E2;
        padding: 2px 12px 4px 12px; }
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role.member, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.member, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.member, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.member, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role.member, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.member, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.member, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.member, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role.member, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.member, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.member, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.member, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role.member, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.member, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.member, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.member {
          background: #8FBA35; }
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role.expert, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role.editor, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.expert, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.editor, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.expert, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.editor, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.expert, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.editor, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role.expert, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role.editor, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.expert, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.editor, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.expert, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.editor, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.expert, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.editor, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role.expert, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role.editor, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.expert, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.editor, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.expert, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.editor, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.expert, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.editor, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role.expert, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role.editor, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.expert, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.editor, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.expert, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.editor, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.expert, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.editor {
          background: #A52532; }
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role.spec, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.spec, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.spec, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.spec, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role.spec, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.spec, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.spec, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.spec, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role.spec, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.spec, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.spec, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.spec, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role.spec, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.spec, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.spec, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.spec {
          background: #1162DB; }
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role.subscriber, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.subscriber, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.subscriber, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.subscriber, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role.subscriber, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.subscriber, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.subscriber, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.subscriber, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-role.subscriber, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.subscriber, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.subscriber, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.subscriber, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-role.subscriber, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-role.subscriber, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-role.subscriber, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-role.subscriber {
          background: #b0b3bd; }
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block h3, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block h3, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block h3, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block h3, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block h3, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block h3, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block h3, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block h3, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block h3, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block h3, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block h3, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block h3, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block h3, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block h3, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block h3, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block h3 {
        font-size: 18px;
        line-height: 160%;
        color: #000;
        font-family: 'Noto Sans Bold';
        font-weight: normal;
        padding-top: 4px; }
        @media only screen and (max-width: 1599px) {
          .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block h3, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block h3, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block h3, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block h3, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block h3, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block h3, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block h3, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block h3, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block h3, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block h3, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block h3, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block h3, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block h3, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block h3, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block h3, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block h3 {
            font-size: 17px; } }
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-job, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-job, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-job, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-job, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-job, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-job, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-job, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-job, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-job, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-job, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-job, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-job, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-job, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-job, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-job, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-job {
        font-size: 14px;
        line-height: 140%;
        color: #979BA8;
        margin-bottom: 17px; }
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post {
        font-size: 16px;
        line-height: 140%;
        color: #000;
        padding: 0 16px; }
        @media only screen and (max-width: 1599px) {
          .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post {
            font-size: 15px; } }
        @media only screen and (max-width: 399px) {
          .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block .user-post, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .user-post {
            margin-bottom: 0; } }
      .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block:hover, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block:hover, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block:hover, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block:hover, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block:hover, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block:hover, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block:hover, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block:hover, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block:hover, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block:hover, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block:hover, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block:hover, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block:hover, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block:hover, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block:hover, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block:hover {
        box-shadow: 0px 0px 10px #B7BAC4; }
        @media only screen and (max-width: 1199px) {
          .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block:hover, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block:hover, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block:hover, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block:hover, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block:hover, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block:hover, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block:hover, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block:hover, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block:hover, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block:hover, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block:hover, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block:hover, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block:hover, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block:hover, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block:hover, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block:hover {
            box-shadow: 0px 0px 5px #B7BAC4; } }
      @media only screen and (max-width: 1399px) {
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block:last-of-type, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block:last-of-type, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block:last-of-type, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block:last-of-type, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block:last-of-type, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block:last-of-type, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block:last-of-type, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block:last-of-type, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block:last-of-type, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block:last-of-type, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block:last-of-type, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block:last-of-type, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block:last-of-type, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block:last-of-type, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block:last-of-type, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block:last-of-type {
          display: none; } }
      @media only screen and (max-width: 1199px) {
        .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block:last-of-type, .new-community-posts-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block:last-of-type, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block:last-of-type, .new-community-posts-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block:last-of-type, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block:last-of-type, .new-community-posts-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block:last-of-type, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block:last-of-type, .new-community-posts-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block:last-of-type, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block:last-of-type, .discussed-community-wrap .new-community-posts-wrap-inners .all-community-posts-blocks .discussed-community-block:last-of-type, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .community-post-block:last-of-type, .discussed-community-wrap .new-community-posts-wrap-inners .all-discussed-community-blocks .discussed-community-block:last-of-type, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .community-post-block:last-of-type, .discussed-community-wrap .discussed-community-wrap-inners .all-community-posts-blocks .discussed-community-block:last-of-type, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .community-post-block:last-of-type, .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block:last-of-type {
          display: block; } }

.discussed-community-wrap {
  background: #fff;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1199px) {
    .discussed-community-wrap {
      padding-bottom: 16px; } }
  .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block {
    height: 404px; }
    @media only screen and (max-width: 399px) {
      .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block {
        height: auto; } }
    .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .text {
      height: calc(100% - 165px - 20px);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
      @media only screen and (max-width: 399px) {
        .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block .text .user-post {
          margin-bottom: 16px; } }
    .discussed-community-wrap .discussed-community-wrap-inners .all-discussed-community-blocks .discussed-community-block p.comments {
      display: inline-block; }

.base-banner {
  position: relative;
  width: 930px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 48px 0 64px; }
  @media only screen and (max-width: 1199px) {
    .base-banner {
      padding-top: 24px;
      padding-bottom: 44px; } }
  @media only screen and (max-width: 479px) {
    .base-banner {
      width: 300px; } }
  .base-banner .desktop {
    display: block; }
    @media only screen and (max-width: 479px) {
      .base-banner .desktop {
        display: none; } }
  .base-banner .mobile {
    display: none; }
    @media only screen and (max-width: 479px) {
      .base-banner .mobile {
        display: block; } }
  .base-banner p {
    font-size: 14px !important;
    line-height: 140% !important;
    color: #888888 !important;
    text-align: right !important;
    margin-bottom: 8px !important; }
    @media only screen and (max-width: 940px) {
      .base-banner p {
        padding: 0 32px !important; } }
    @media only screen and (max-width: 479px) {
      .base-banner p {
        padding: 0 !important; } }
  .base-banner img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    /* &.win_479 {
        display: none;
        
        @media only screen and (max-width: 399px) {
            display: block;
            width: auto;
            max-width: 100%;
            height: auto;
            margin: 0 auto;
        }
    } */ }

.content_inners {
  padding-bottom: 64px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #F0F1F4; }
  @media only screen and (max-width: 767px) {
    .content_inners {
      padding-top: 16px;
      margin-top: 0; } }
  .content_inners.width_100 {
    padding-left: 0;
    padding-right: 0; }
  .content_inners.all_material {
    padding-bottom: 0; }
    @media only screen and (max-width: 575px) {
      .content_inners.all_material {
        padding-top: 16px; } }
  .content_inners.page {
    padding-top: 8px; }
    @media only screen and (max-width: 991px) {
      .content_inners.page {
        padding-top: 0 !important; } }
  .content_inners .content_inners_text {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    align-content: space-between; }
  .content_inners .content_inners_info {
    width: calc(100% - 300px - 180px); }
    @media only screen and (max-width: 1399px) {
      .content_inners .content_inners_info {
        width: calc(100% - 300px - 100px); } }
    @media only screen and (max-width: 1199px) {
      .content_inners .content_inners_info {
        width: calc(100% - 300px - 70px); } }
    @media only screen and (max-width: 991px) {
      .content_inners .content_inners_info {
        width: 100%;
        padding-top: 0; } }
    .content_inners .content_inners_info img {
      max-width: 100%;
      height: auto;
      margin-top: 24px;
      margin-bottom: 32px; }
    .content_inners .content_inners_info.error_404 {
      width: 100%; }
    @media only screen and (max-width: 991px) {
      .content_inners .content_inners_info.page {
        -ms-flex-order: 1;
        order: 1; } }
    @media only screen and (max-width: 575px) {
      .content_inners .content_inners_info.page {
        padding-top: 8px; } }
    .content_inners .content_inners_info p {
      text-align: left; }
  .content_inners .content_inners_page {
    padding-top: 8px; }
  .content_inners h1, .content_inners h2, .content_inners .b_h2, .content_inners h3, .content_inners h4 {
    margin: 0 0 16px 0;
    padding: 0;
    font-family: 'Noto Sans Bold';
    font-weight: normal; }
  .content_inners h1 {
    font-family: 'Noto Sans Bold';
    font-weight: normal;
    font-size: 38px;
    line-height: 130%; }
    @media only screen and (max-width: 991px) {
      .content_inners h1 {
        font-size: 33px;
        line-height: 130%; } }
    @media only screen and (max-width: 767px) {
      .content_inners h1 {
        font-size: 27px;
        line-height: 120%; } }
    @media only screen and (max-width: 575px) {
      .content_inners h1 {
        font-size: 24px;
        line-height: 120%; } }
    @media only screen and (max-width: 479px) {
      .content_inners h1 {
        font-size: 22px;
        line-height: 120%; } }
    @media only screen and (max-width: 359px) {
      .content_inners h1 {
        font-size: 21px;
        line-height: 120%; } }
  .content_inners h2, .content_inners .b_h2 {
    font-family: 'Noto Sans Bold';
    font-weight: normal;
    font-size: 28px;
    line-height: 133%; }
    @media only screen and (max-width: 991px) {
      .content_inners h2, .content_inners .b_h2 {
        font-size: 25px;
        line-height: 130%; } }
    @media only screen and (max-width: 767px) {
      .content_inners h2, .content_inners .b_h2 {
        font-size: 24px;
        line-height: 120%; } }
    @media only screen and (max-width: 575px) {
      .content_inners h2, .content_inners .b_h2 {
        font-size: 22px;
        line-height: 120%; } }
    @media only screen and (max-width: 479px) {
      .content_inners h2, .content_inners .b_h2 {
        font-size: 21px;
        line-height: 120%; } }
    @media only screen and (max-width: 359px) {
      .content_inners h2, .content_inners .b_h2 {
        font-size: 19px;
        line-height: 120%; } }
  .content_inners h3 {
    padding-top: 16px;
    font-size: 24px;
    line-height: 133%; }
    @media only screen and (max-width: 991px) {
      .content_inners h3 {
        font-size: 22px;
        line-height: 130%; } }
    @media only screen and (max-width: 767px) {
      .content_inners h3 {
        font-size: 20px;
        line-height: 120%; } }
    @media only screen and (max-width: 575px) {
      .content_inners h3 {
        font-size: 19px;
        line-height: 120%; } }
    @media only screen and (max-width: 479px) {
      .content_inners h3 {
        font-size: 18px;
        line-height: 120%; } }
    @media only screen and (max-width: 359px) {
      .content_inners h3 {
        font-size: 18px;
        line-height: 120%; } }
  .content_inners ul {
    padding-left: 0;
    overflow: hidden; }
    .content_inners ul li {
      list-style-type: none;
      font-size: 16px;
      padding-left: 20px;
      position: relative;
      margin-bottom: 11px; }
      .content_inners ul li:before {
        content: '\f0c8';
        position: relative;
        font-family: "Font Awesome 5 Free" !important;
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        font-size: 10px;
        color: #A52532;
        background: none;
        border: 0;
        font-weight: 900; }
  .content_inners ol {
    padding-left: 40px; }
    .content_inners ol li {
      font-size: 16px; }
  .content_inners p {
    font-size: 16px;
    line-height: 163%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* &.parent-img-float {
        margin: 0;
        padding: 0;
    } */ }
    .content_inners p#breadcrumbs, .content_inners p.cat_breadcrumb {
      font-size: 14px;
      line-height: 1.4;
      color: #A1A5B2;
      margin-bottom: 8px;
      display: inline; }
      .content_inners p#breadcrumbs a, .content_inners p.cat_breadcrumb a {
        color: #A1A5B2; }
        .content_inners p#breadcrumbs a:visited, .content_inners p.cat_breadcrumb a:visited {
          color: #A1A5B2; }
        .content_inners p#breadcrumbs a:hover, .content_inners p.cat_breadcrumb a:hover {
          color: #A52532; }
    .content_inners p.date {
      font-size: 14px;
      line-height: 140%;
      margin-bottom: 32px; }
  .content_inners .content_inners_info.single h1 {
    margin-bottom: 32px; }
  .content_inners .content_inners_info.single p.date {
    margin-bottom: 0;
    margin-top: 16px; }
  .content_inners .sidebar_inners {
    width: 310px;
    padding-top: 16px; }
    @media only screen and (max-width: 991px) {
      .content_inners .sidebar_inners {
        width: 100%; } }
    .content_inners .sidebar_inners h2, .content_inners .sidebar_inners .b_h2 {
      font-size: 24px; }
      @media only screen and (max-width: 991px) {
        .content_inners .sidebar_inners h2, .content_inners .sidebar_inners .b_h2 {
          font-size: 22px;
          line-height: 130%; } }
      @media only screen and (max-width: 767px) {
        .content_inners .sidebar_inners h2, .content_inners .sidebar_inners .b_h2 {
          font-size: 20px;
          line-height: 120%; } }
      @media only screen and (max-width: 575px) {
        .content_inners .sidebar_inners h2, .content_inners .sidebar_inners .b_h2 {
          font-size: 19px;
          line-height: 120%; } }
      @media only screen and (max-width: 479px) {
        .content_inners .sidebar_inners h2, .content_inners .sidebar_inners .b_h2 {
          font-size: 18px;
          line-height: 120%; } }
      @media only screen and (max-width: 359px) {
        .content_inners .sidebar_inners h2, .content_inners .sidebar_inners .b_h2 {
          font-size: 18px;
          line-height: 120%; } }
      .content_inners .sidebar_inners h2 i, .content_inners .sidebar_inners .b_h2 i {
        font-size: 17px; }
    .content_inners .sidebar_inners .sidebar-banner {
      position: relative;
      width: 100%;
      margin-bottom: 40px; }
      @media only screen and (max-width: 991px) {
        .content_inners .sidebar_inners .sidebar-banner {
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: center !important;
          align-items: center !important;
          -ms-flex-pack: center !important;
          justify-content: center !important; } }
      .content_inners .sidebar_inners .sidebar-banner p {
        font-size: 14px;
        line-height: 140%;
        text-align: right;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #888888;
        margin-bottom: 8px; }
      .content_inners .sidebar_inners .sidebar-banner img {
        width: auto;
        height: auto;
        max-width: 100%; }
        @media only screen and (max-width: 991px) {
          .content_inners .sidebar_inners .sidebar-banner img {
            margin: 0 auto; } }
      .content_inners .sidebar_inners .sidebar-banner .desktop {
        display: block;
        text-align: right; }
        @media only screen and (max-width: 991px) {
          .content_inners .sidebar_inners .sidebar-banner .desktop {
            display: none; } }
        @media only screen and (max-width: 479px) {
          .content_inners .sidebar_inners .sidebar-banner .desktop {
            display: block; } }
      .content_inners .sidebar_inners .sidebar-banner .mobile {
        display: none; }
        @media only screen and (max-width: 991px) {
          .content_inners .sidebar_inners .sidebar-banner .mobile {
            display: block; } }
        @media only screen and (max-width: 479px) {
          .content_inners .sidebar_inners .sidebar-banner .mobile {
            display: none; } }
  .content_inners .sidebar_inners.page {
    padding-top: 20px; }
    @media only screen and (max-width: 991px) {
      .content_inners .sidebar_inners.page {
        padding-top: 9px; } }

figure ul li:before {
  display: none !important; }

@media only screen and (max-width: 991px) {
  .also_read_mobile {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding: 16px 0 0 0;
    scrollbar-width: thin;
    scrollbar-color: #9EA5BD #E6E7EA;
    z-index: 100;
    margin-bottom: 16px; } }
  @media only screen and (max-width: 991px) and (max-width: 419px) {
    .also_read_mobile {
      overflow-x: hidden;
      padding: 0;
      margin: 0; } }
@media only screen and (max-width: 991px) {
    .also_read_mobile::-webkit-scrollbar {
      background-color: #E6E7EA;
      height: 8px;
      width: 1px;
      z-index: 100; }
    .also_read_mobile::-webkit-scrollbar-thumb {
      background-color: #9EA5BD;
      border-radius: 40px;
      border: 0px solid #9EA5BD;
      z-index: 100; }
    .also_read_mobile::-webkit-scrollbar-track {
      background: #E6E7EA;
      z-index: 100; } }

.also_read {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  background: #F0F1F4;
  border-radius: 6px;
  padding: 26px 0 0 20px;
  margin-bottom: 32px; }
  .also_read .b_h2 {
    padding-right: 20px; }
  .also_read ul {
    padding-left: 3px;
    padding-right: 20px;
    margin-bottom: 16px; }
    @media only screen and (max-width: 991px) {
      .also_read ul {
        width: 810px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        grid-template-columns: none;
        grid-template-rows: none;
        column-gap: 0;
        row-gap: 0;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; } }
    @media only screen and (max-width: 419px) {
      .also_read ul {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .also_read ul li {
      position: relative;
      font-size: 16px;
      line-height: 160%;
      font-feature-settings: 'pnum' on, 'lnum' on;
      padding-left: 20px;
      margin-bottom: 11px; }
      @media only screen and (max-width: 991px) {
        .also_read ul li {
          width: 260px;
          max-width: 260px;
          min-width: 260px;
          margin-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .also_read ul li {
          width: 250px;
          max-width: 250px;
          min-width: 250px;
          margin-right: 20px; } }
      @media only screen and (max-width: 419px) {
        .also_read ul li {
          width: 100%;
          max-width: 100%;
          min-width: 100%;
          margin-right: 0; } }
      .also_read ul li:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 3px;
        height: 13px;
        background: #A52532; }
      .also_read ul li a, .also_read ul li a:visited {
        color: #1E1E1E;
        text-decoration: none; }
        .also_read ul li a:hover, .also_read ul li a:visited:hover {
          color: #A52532; }
  .also_read .button-plus {
    padding: 0; }
    @media only screen and (max-width: 991px) {
      .also_read .button-plus {
        padding: 0 20px 20px 0; } }

.block_single_rating_mobile_wrap .button-plus-wrap-mobile {
  display: none; }
  @media only screen and (max-width: 991px) {
    .block_single_rating_mobile_wrap .button-plus-wrap-mobile {
      display: block; } }
  @media only screen and (max-width: 419px) {
    .block_single_rating_mobile_wrap .button-plus-wrap-mobile {
      display: none; } }
@media only screen and (max-width: 991px) {
  .block_single_rating_mobile_wrap .button-plus-wrap-desktop {
    display: none; } }
@media only screen and (max-width: 419px) {
  .block_single_rating_mobile_wrap .button-plus-wrap-desktop {
    display: block; } }
.block_single_rating_mobile_wrap .b_h2.mobile-header {
  color: #A52532;
  text-align: center;
  display: none !important; }
  @media only screen and (max-width: 991px) {
    .block_single_rating_mobile_wrap .b_h2.mobile-header {
      display: block !important; } }
  @media only screen and (max-width: 419px) {
    .block_single_rating_mobile_wrap .b_h2.mobile-header {
      display: none !important; } }
  .block_single_rating_mobile_wrap .b_h2.mobile-header a, .block_single_rating_mobile_wrap .b_h2.mobile-header a:visited, .block_single_rating_mobile_wrap .b_h2.mobile-header a:hover {
    text-decoration: none;
    color: #A52532; }
  .block_single_rating_mobile_wrap .b_h2.mobile-header .fas {
    font-size: 22px; }
    @media only screen and (max-width: 1199px) {
      .block_single_rating_mobile_wrap .b_h2.mobile-header .fas {
        font-size: 21px; } }
    @media only screen and (max-width: 991px) {
      .block_single_rating_mobile_wrap .b_h2.mobile-header .fas {
        font-size: 21px; } }
    @media only screen and (max-width: 767px) {
      .block_single_rating_mobile_wrap .b_h2.mobile-header .fas {
        font-size: 19px; } }
    @media only screen and (max-width: 479px) {
      .block_single_rating_mobile_wrap .b_h2.mobile-header .fas {
        font-size: 16px; } }

@media only screen and (max-width: 991px) {
  .block_single_rating_mobile {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding: 16px 0;
    scrollbar-width: thin;
    scrollbar-color: #9EA5BD #E6E7EA;
    z-index: 100; } }
  @media only screen and (max-width: 991px) and (max-width: 419px) {
    .block_single_rating_mobile {
      overflow-x: hidden;
      padding: 0;
      margin: 0; } }
@media only screen and (max-width: 991px) {
    .block_single_rating_mobile::-webkit-scrollbar {
      background-color: #E6E7EA;
      height: 8px;
      width: 1px;
      z-index: 100; }
    .block_single_rating_mobile::-webkit-scrollbar-thumb {
      background-color: #9EA5BD;
      border-radius: 40px;
      border: 0px solid #9EA5BD;
      z-index: 100; }
    .block_single_rating_mobile::-webkit-scrollbar-track {
      background: #E6E7EA;
      z-index: 100; } }

@media only screen and (max-width: 991px) {
  .block_single_rating {
    width: 980px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-template-columns: none;
    grid-template-rows: none;
    column-gap: 0;
    row-gap: 0;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; } }
@media only screen and (max-width: 419px) {
  .block_single_rating {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.rk_rating {
  position: relative;
  width: 100%;
  padding-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    .rk_rating {
      width: 352px;
      max-width: 352px;
      min-width: 352px;
      margin-right: 0;
      padding-bottom: 0;
      padding-right: 40px;
      border-right: 1px solid #C9CDDA; } }
  @media only screen and (max-width: 419px) {
    .rk_rating {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin-right: 0;
      padding-bottom: 40px;
      padding-right: 0;
      border-right: 0; } }
  @media only screen and (max-width: 991px) {
    .rk_rating .b_h2 {
      display: none; } }
  @media only screen and (max-width: 419px) {
    .rk_rating .b_h2 {
      display: block; } }
  .rk_rating ul {
    margin-bottom: 8px; }
    .rk_rating ul li {
      margin-bottom: 0;
      padding: 16px 0;
      border-bottom: 1px solid #C9CDDA; }
      @media only screen and (max-width: 991px) {
        .rk_rating ul li {
          border-bottom: 0; } }
      @media only screen and (max-width: 419px) {
        .rk_rating ul li {
          border-bottom: 1px solid #C9CDDA; } }
      .rk_rating ul li:before {
        display: none !important; }
      .rk_rating ul li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        text-decoration: none;
        color: #1E1E1E; }
        .rk_rating ul li a .block-img {
          width: 60px;
          min-width: 60px;
          height: 60px;
          margin: 0 9px 0 0;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: contain; }
          @media only screen and (max-width: 359px) {
            .rk_rating ul li a .block-img {
              width: 50px;
              min-width: 50px;
              height: 50px; } }
        .rk_rating ul li a .title {
          font-family: 'Roboto Bold';
          font-weight: normal;
          padding-right: 16px;
          font-size: 14px;
          line-height: 140%;
          width: calc(100% - 69px - 50px); }
          @media only screen and (max-width: 359px) {
            .rk_rating ul li a .title {
              width: calc(100% - 59px - 50px); } }
        .rk_rating ul li a .rating {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: center !important;
          align-items: center !important;
          -ms-flex-pack: center !important;
          justify-content: center !important;
          background: #fff;
          width: 50px;
          min-width: 50px;
          height: 50px;
          min-height: 50px;
          border: 1px solid #00ae4d;
          border-radius: 50%;
          /* &:before {
              content: '';
              position: relative;
              width: 100%;
              height: 8px;
              background: #00ae4d;
              border-top-left-radius: 4px;
              border-top-right-radius: 4px;
              
              display: none;
          } */ }
          .rk_rating ul li a .rating:after {
            position: absolute;
            top: 2px;
            left: 2px;
            width: 44px;
            height: 44px;
            border: 2px solid #00ae4d;
            border-radius: 50%;
            content: ''; }
          .rk_rating ul li a .rating .block-img {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center !important;
            align-items: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            width: 42px;
            min-width: 42px;
            height: 21px;
            z-index: 10;
            background: #00ae4d;
            border: 0;
            border-radius: 50% 50% 0 0 / 100% 100% 0 0;
            margin-top: 1px;
            margin-right: 0 !important; }
            .rk_rating ul li a .rating .block-img img {
              position: relative;
              width: 16px;
              height: auto;
              z-index: 10;
              margin: 2px 0 0 0; }
          .rk_rating ul li a .rating .number_rating {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            color: #000;
            font-weight: 600;
            font-size: 14px;
            width: 42px;
            height: 21px;
            border-radius: 0 0 50% 50% / 0 0 100% 100%;
            font-family: 'IBM Plex Sans Medium';
            line-height: 1;
            letter-spacing: -.08rem;
            padding-right: 0.04rem;
            padding-top: 5px;
            top: -6px;
            padding-right: .07rem;
            -ms-flex-align: center !important;
            align-items: center !important; }
        .rk_rating ul li a:hover {
          color: #A52532; }
      .rk_rating ul li:last-of-type {
        border: 0; }
        @media only screen and (max-width: 991px) {
          .rk_rating ul li:last-of-type {
            padding-bottom: 0; } }
        @media only screen and (max-width: 419px) {
          .rk_rating ul li:last-of-type {
            padding-bottom: 16px; } }
  .rk_rating .button-plus {
    padding: 0; }

.quality_mark {
  position: relative;
  width: 100%;
  padding-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    .quality_mark {
      width: 400px;
      max-width: 400px;
      min-width: 400px;
      margin-right: 0;
      padding-bottom: 0;
      padding-left: 40px;
      padding-right: 40px;
      border-right: 1px solid #C9CDDA; } }
  @media only screen and (max-width: 419px) {
    .quality_mark {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin-right: 0;
      padding-bottom: 40px;
      padding-left: 0;
      padding-right: 0;
      border-right: 0; } }
  @media only screen and (max-width: 991px) {
    .quality_mark .b_h2 {
      display: none; } }
  @media only screen and (max-width: 419px) {
    .quality_mark .b_h2 {
      display: block; } }
  .quality_mark ul {
    margin-bottom: 8px; }
    .quality_mark ul li {
      margin-bottom: 0;
      padding: 20px 0;
      border-bottom: 1px solid #C9CDDA; }
      @media only screen and (max-width: 991px) {
        .quality_mark ul li {
          border-bottom: 0; } }
      @media only screen and (max-width: 419px) {
        .quality_mark ul li {
          border-bottom: 1px solid #C9CDDA; } }
      .quality_mark ul li:before {
        display: none !important; }
      .quality_mark ul li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        text-decoration: none;
        color: #1E1E1E; }
        .quality_mark ul li a .quality_inners {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -ms-flex-align: center !important;
          align-items: center !important;
          -ms-flex-pack: center !important;
          justify-content: center !important;
          width: 45px;
          height: 60px;
          min-width: 45px;
          min-height: 60px;
          background: #A52532;
          border-radius: 4px;
          background-image: url(assets/img/quality-product-list.png);
          background-repeat: no-repeat;
          background-position: 50% 15px;
          background-size: 30px auto;
          margin-left: auto; }
          .quality_mark ul li a .quality_inners i {
            font-weight: 500;
            line-height: 1.4;
            color: #fff;
            display: block;
            position: absolute;
            width: 100%;
            letter-spacing: .025rem;
            text-align: center;
            left: 0;
            font-style: normal;
            z-index: 11;
            text-transform: uppercase;
            font-family: 'Montserrat ExtraBold';
            color: #fff;
            top: 35px;
            font-size: 5.5px;
            display: none; }
        .quality_mark ul li a .block-img {
          width: 60px;
          min-width: 60px;
          height: 60px;
          margin: 0 9px 0 0;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: contain; }
          @media only screen and (max-width: 359px) {
            .quality_mark ul li a .block-img {
              width: 50px;
              min-width: 50px;
              height: 50px; } }
        .quality_mark ul li a .title {
          font-family: 'Roboto Bold';
          font-weight: normal;
          padding-right: 16px;
          font-size: 14px;
          line-height: 140%;
          width: calc(100% - 69px - 45px); }
          @media only screen and (max-width: 359px) {
            .quality_mark ul li a .title {
              width: calc(100% - 59px - 45px); } }
        .quality_mark ul li a:hover {
          color: #A52532; }
      .quality_mark ul li:last-of-type {
        border: 0; }
        @media only screen and (max-width: 991px) {
          .quality_mark ul li:last-of-type {
            padding-bottom: 0; } }
        @media only screen and (max-width: 419px) {
          .quality_mark ul li:last-of-type {
            padding-bottom: 16px; } }
  .quality_mark .button-plus {
    padding: 0; }

.blacklist {
  position: relative;
  width: 100%;
  padding-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    .blacklist {
      width: 350px;
      max-width: 350px;
      min-width: 350px;
      margin-right: 0;
      padding-bottom: 0;
      padding-left: 40px; } }
  @media only screen and (max-width: 419px) {
    .blacklist {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin-right: 0;
      padding-left: 0; } }
  @media only screen and (max-width: 991px) {
    .blacklist .b_h2 {
      display: none; } }
  @media only screen and (max-width: 419px) {
    .blacklist .b_h2 {
      display: block; } }
  .blacklist ul {
    margin-bottom: 8px; }
    .blacklist ul li {
      margin-bottom: 0;
      padding: 20px 0;
      border-bottom: 1px solid #C9CDDA; }
      @media only screen and (max-width: 991px) {
        .blacklist ul li {
          border-bottom: 0; } }
      @media only screen and (max-width: 419px) {
        .blacklist ul li {
          border-bottom: 1px solid #C9CDDA; } }
      .blacklist ul li:before {
        display: none !important; }
      .blacklist ul li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        text-decoration: none;
        color: #1E1E1E; }
        .blacklist ul li a .blacklist_inners {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: center !important;
          align-items: center !important;
          -ms-flex-pack: center !important;
          justify-content: center !important;
          background: #fff;
          width: 50px;
          min-width: 50px;
          height: 50px;
          min-height: 50px;
          border: 1px solid #00ae4d;
          border-radius: 50%;
          /* &:before {
              content: '';
              position: relative;
              width: 100%;
              height: 8px;
              background: #00ae4d;
              border-top-left-radius: 4px;
              border-top-right-radius: 4px;
          } */ }
          .blacklist ul li a .blacklist_inners:after {
            position: absolute;
            top: 2px;
            left: 2px;
            width: 44px;
            height: 44px;
            border: 2px solid #00ae4d;
            border-radius: 50%;
            content: ''; }
          .blacklist ul li a .blacklist_inners .block-img {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center !important;
            align-items: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            width: 42px;
            min-width: 42px;
            height: 21px;
            z-index: 10;
            background: #00ae4d;
            border: 0;
            border-radius: 50% 50% 0 0 / 100% 100% 0 0;
            margin-top: 1px;
            margin-right: 0 !important; }
            .blacklist ul li a .blacklist_inners .block-img img {
              position: relative;
              width: 16px;
              height: auto;
              z-index: 10;
              margin: 2px 0 0 0; }
          .blacklist ul li a .blacklist_inners .blacklist_img {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            color: #000;
            font-weight: 600;
            -ms-flex-align: start !important;
            align-items: flex-start !important;
            width: 42px;
            height: 21px;
            border-radius: 0 0 50% 50% / 0 0 100% 100%;
            padding-top: 0;
            top: -6px; }
            .blacklist ul li a .blacklist_inners .blacklist_img img {
              position: relative;
              height: auto;
              border-radius: 0;
              width: 16px;
              margin-top: 5px; }
        .blacklist ul li a .block-img {
          width: 60px;
          min-width: 60px;
          height: 60px;
          margin: 0 9px 0 0;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: contain; }
          @media only screen and (max-width: 359px) {
            .blacklist ul li a .block-img {
              width: 50px;
              min-width: 50px;
              height: 50px; } }
        .blacklist ul li a .title {
          font-family: 'Roboto Bold';
          font-weight: normal;
          padding-right: 16px;
          font-size: 14px;
          line-height: 140%;
          width: calc(100% - 69px - 50px); }
          @media only screen and (max-width: 359px) {
            .blacklist ul li a .title {
              width: calc(100% - 59px - 50px); } }
        .blacklist ul li a:hover {
          color: #A52532; }
      .blacklist ul li:last-of-type {
        border: 0; }
        @media only screen and (max-width: 991px) {
          .blacklist ul li:last-of-type {
            padding-bottom: 0; } }
        @media only screen and (max-width: 419px) {
          .blacklist ul li:last-of-type {
            padding-bottom: 16px; } }
  .blacklist .button-plus {
    padding: 0; }

.publications_breadcrumd {
  display: block;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 24px; }
  @media only screen and (max-width: 1199px) {
    .publications_breadcrumd {
      width: 100%;
      padding-left: 32px;
      padding-right: 32px; } }
  @media only screen and (max-width: 479px) {
    .publications_breadcrumd {
      padding-left: 16px;
      padding-right: 16px; } }
  .publications_breadcrumd.single {
    width: 1330px;
    padding-left: 0 !important;
    padding-right: 0 !important; }

.autor-single-community {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 24px; }
  .autor-single-community .block-img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    border-radius: 50%;
    margin: 0 16px 0 0;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
  .autor-single-community p.autor {
    position: relative;
    margin: 0; }

.share_social {
  width: 100%;
  padding: 24px 0 16px 0; }
  .share_social ul li:before {
    display: none !important; }
  .share_social ul li a span {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .share_social ul li a:hover span {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none; }

.block_share_sidebar {
  position: relative; }

.share_sidebar {
  font-size: 13px !important;
  line-height: 140% !important;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #A1A5B2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-decoration: none !important;
  margin-bottom: 100px;
  cursor: pointer; }
  @media only screen and (max-width: 991px) {
    .share_sidebar {
      display: -ms-flexbox;
      display: flex; }
      .share_sidebar span {
        display: none; } }
  .share_sidebar:hover {
    color: #A52532; }
  .share_sidebar i {
    margin-right: auto;
    margin-right: 8px;
    font-size: 22px; }

.share_social_sidebar {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: auto;
  height: auto;
  z-index: 10;
  background: #fff;
  padding: 10px 0 10px 10px;
  z-index: 1000; }
  .share_social_sidebar.single_page {
    right: 195px; }
  .share_social_sidebar ul {
    overflow: visible;
    white-space: nowrap; }
  .share_social_sidebar ul li:before {
    display: none !important; }
  .share_social_sidebar ul li a span {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .share_social_sidebar ul li a:hover span {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none; }
  .share_social_sidebar .ya-share2__item:not(.ya-share2__item_more):hover,
  .share_social_sidebar .ya-share2__item.ya-share2__item_more > .ya-share2__link:hover,
  .share_social_sidebar .ya-share2__item:not(.ya-share2__item_more):focus,
  .share_social_sidebar .ya-share2__item.ya-share2__item_more > .ya-share2__link:focus {
    cursor: pointer;
    opacity: 0.85 !important; }
  .share_social_sidebar .ya-share2__item:not(.ya-share2__item_more):active,
  .share_social_sidebar .ya-share2__item.ya-share2__item_more > .ya-share2__link:active {
    opacity: 0.7 !important; }

.b_h2.comment_header {
  padding-top: 32px !important; }

.block_header_product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 8px; }
  @media only screen and (max-width: 1199px) {
    .block_header_product {
      width: 100%;
      padding: 0 32px; } }
  @media only screen and (max-width: 575px) {
    .block_header_product {
      margin-bottom: 0; } }
  @media only screen and (max-width: 479px) {
    .block_header_product {
      padding: 0 16px; } }
  .block_header_product .block_header_breadcrumb {
    margin-right: auto;
    padding-right: 16px; }
    .block_header_product .block_header_breadcrumb h1 {
      margin-bottom: 0.5rem;
      font-size: 35px;
      font-family: 'Noto Sans Bold';
      font-weight: normal;
      line-height: 136%; }
      @media only screen and (max-width: 991px) {
        .block_header_product .block_header_breadcrumb h1 {
          font-size: 30px;
          line-height: 130%; } }
      @media only screen and (max-width: 767px) {
        .block_header_product .block_header_breadcrumb h1 {
          font-size: 25px;
          line-height: 120%; } }
      @media only screen and (max-width: 575px) {
        .block_header_product .block_header_breadcrumb h1 {
          font-size: 22px; } }
      @media only screen and (max-width: 479px) {
        .block_header_product .block_header_breadcrumb h1 {
          font-size: 22px; } }
      @media only screen and (max-width: 359px) {
        .block_header_product .block_header_breadcrumb h1 {
          font-size: 21px; } }
  .block_header_product .block_share_sidebar .share_sidebar {
    margin-bottom: 0; }

.content_inners.publications .content_inners_text {
  padding-top: 0; }
  .content_inners.publications .content_inners_text h1 {
    margin-bottom: 0.5rem; }
  .content_inners.publications .content_inners_text .submenu {
    display: inline-block;
    width: auto;
    margin-top: 16px; }
    .content_inners.publications .content_inners_text .submenu li {
      display: inline-block;
      width: auto; }
      .content_inners.publications .content_inners_text .submenu li.crowdfunding a {
        pointer-events: none; }

.content_inners_publications {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 16px; }
  @media only screen and (max-width: 1199px) {
    .content_inners_publications {
      width: 100%;
      padding: 16px 32px 0 32px; } }
  @media only screen and (max-width: 767px) {
    .content_inners_publications {
      padding-top: 0; } }
  @media only screen and (max-width: 479px) {
    .content_inners_publications {
      padding: 0 16px; } }

.block_publications_rk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 22px;
  text-decoration: none !important; }
  @media only screen and (max-width: 575px) {
    .block_publications_rk {
      -ms-flex-align: start !important;
      align-items: flex-start !important; } }
  .block_publications_rk .block_img_publications {
    width: 323px;
    height: 218px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%; }
    @media only screen and (max-width: 991px) {
      .block_publications_rk .block_img_publications {
        width: 280px;
        height: 190px; } }
    @media only screen and (max-width: 767px) {
      .block_publications_rk .block_img_publications {
        width: 113px;
        height: 77px; } }
  .block_publications_rk .block_text_publications {
    width: calc(100% - 323px);
    padding-left: 32px; }
    @media only screen and (max-width: 991px) {
      .block_publications_rk .block_text_publications {
        width: calc(100% - 280px);
        padding-left: 16px; } }
    @media only screen and (max-width: 767px) {
      .block_publications_rk .block_text_publications {
        width: calc(100% - 113px); } }
    .block_publications_rk .block_text_publications h3 {
      padding-top: 0;
      color: #000;
      font-size: 26px;
      line-height: 130%; }
      @media only screen and (max-width: 1199px) {
        .block_publications_rk .block_text_publications h3 {
          font-size: 22px !important; } }
      @media only screen and (max-width: 991px) {
        .block_publications_rk .block_text_publications h3 {
          font-size: 20px !important; } }
      @media only screen and (max-width: 767px) {
        .block_publications_rk .block_text_publications h3 {
          font-size: 17px !important; } }
      @media only screen and (max-width: 575px) {
        .block_publications_rk .block_text_publications h3 {
          font-size: 14px !important;
          margin-bottom: 8px; } }
    .block_publications_rk .block_text_publications p.description {
      line-height: 150%;
      color: #000;
      font-size: 18px !important; }
      @media only screen and (max-width: 1199px) {
        .block_publications_rk .block_text_publications p.description {
          font-size: 16px !important; } }
      @media only screen and (max-width: 767px) {
        .block_publications_rk .block_text_publications p.description {
          display: none; } }
    .block_publications_rk .block_text_publications .comment_date {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center !important;
      align-items: center !important; }
      .block_publications_rk .block_text_publications .comment_date p {
        margin: 0; }
        .block_publications_rk .block_text_publications .comment_date p.comments {
          margin-right: 24px; }
          @media only screen and (max-width: 575px) {
            .block_publications_rk .block_text_publications .comment_date p.comments {
              margin-right: 16px;
              min-height: 20px;
              padding-left: 25px !important;
              background-size: 20px auto;
              font-size: 14px !important; } }
        .block_publications_rk .block_text_publications .comment_date p.date {
          font-size: 13px;
          color: #979BA8; }
  .block_publications_rk:hover h3, .block_publications_rk:hover p {
    color: #A52532; }

@media only screen and (max-width: 479px) {
  .block-news-wrap-all-publications {
    display: none; } }

.block-news-wrap-all-publications-mobile {
  display: none; }
  @media only screen and (max-width: 479px) {
    .block-news-wrap-all-publications-mobile {
      display: block; } }

.block-news-wrap-inners {
  margin-bottom: 42px;
  background: #fff;
  padding-top: 32px;
  padding-bottom: 0; }
  @media only screen and (max-width: 575px) {
    .block-news-wrap-inners {
      margin-bottom: 48px; } }
  .block-news-wrap-inners .news-wrap-publications {
    position: relative;
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
    border-top: 2px solid #C9CDDA;
    border-bottom: 2px solid #C9CDDA;
    padding-top: 16px;
    padding-bottom: 16px; }
    @media only screen and (max-width: 1199px) {
      .block-news-wrap-inners .news-wrap-publications {
        width: 100%;
        padding: 16px 32px; } }
    @media only screen and (max-width: 479px) {
      .block-news-wrap-inners .news-wrap-publications {
        padding: 16px; } }
  .block-news-wrap-inners h2 {
    display: block;
    text-align: center;
    color: #A52532; }
    @media only screen and (max-width: 479px) {
      .block-news-wrap-inners h2 {
        font-size: 18px;
        margin-bottom: 0; } }
  @media only screen and (max-width: 1199px) {
    .block-news-wrap-inners .block-news-mobile {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      padding: 0;
      scrollbar-width: thin;
      scrollbar-color: #9EA5BD #E6E7EA;
      z-index: 100; }
      .block-news-wrap-inners .block-news-mobile::-webkit-scrollbar {
        background-color: #E6E7EA;
        height: 8px;
        width: 1px;
        z-index: 100; }
      .block-news-wrap-inners .block-news-mobile::-webkit-scrollbar-thumb {
        background-color: #9EA5BD;
        border-radius: 40px;
        border: 0px solid #9EA5BD;
        z-index: 100; }
      .block-news-wrap-inners .block-news-mobile::-webkit-scrollbar-track {
        background: #E6E7EA;
        z-index: 100; } }
  @media only screen and (max-width: 991px) {
    .block-news-wrap-inners .block-news-mobile {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      padding: 0 0 16px 0;
      scrollbar-width: thin;
      scrollbar-color: #9EA5BD #E6E7EA;
      z-index: 100; } }
  @media only screen and (max-width: 479px) {
    .block-news-wrap-inners .block-news-mobile {
      overflow-x: hidden;
      padding: 0; } }
  .block-news-wrap-inners .block-news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 15px;
    row-gap: 15px; }
    @media only screen and (max-width: 1499px) {
      .block-news-wrap-inners .block-news {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media only screen and (max-width: 1199px) {
      .block-news-wrap-inners .block-news {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        grid-template-columns: none;
        grid-template-rows: none;
        column-gap: 0;
        row-gap: 0;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; } }
    @media only screen and (max-width: 991px) {
      .block-news-wrap-inners .block-news {
        width: 990px; } }
    @media only screen and (max-width: 479px) {
      .block-news-wrap-inners .block-news {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .block-news-wrap-inners .block-news .news-home {
      position: relative;
      width: 100%;
      margin: 0; }
      @media only screen and (max-width: 1199px) {
        .block-news-wrap-inners .block-news .news-home {
          width: 25%;
          max-width: 25%;
          min-width: auto;
          margin-right: 15px; }
          .block-news-wrap-inners .block-news .news-home:last-of-type {
            margin-right: 0; } }
      @media only screen and (max-width: 991px) {
        .block-news-wrap-inners .block-news .news-home {
          width: 260px;
          max-width: 260px;
          min-width: 260px;
          margin-right: 15px; } }
      @media only screen and (max-width: 479px) {
        .block-news-wrap-inners .block-news .news-home {
          width: 100%;
          max-width: 100%;
          min-width: 100%;
          margin-right: 0; } }
      .block-news-wrap-inners .block-news .news-home a {
        text-decoration: none;
        display: block; }
        @media only screen and (max-width: 479px) {
          .block-news-wrap-inners .block-news .news-home a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            border-bottom: 1px solid #D5DCF0;
            padding-bottom: 9px; } }
        .block-news-wrap-inners .block-news .news-home a .date {
          color: #A52532;
          font-size: 12px;
          line-height: 140%;
          margin-bottom: 4px; }
          @media only screen and (max-width: 479px) {
            .block-news-wrap-inners .block-news .news-home a .date {
              -ms-flex-order: 1;
              order: 1;
              color: rgba(0, 0, 0, 0.4);
              margin: 0;
              width: 100%; } }
        .block-news-wrap-inners .block-news .news-home a h3 {
          color: #000;
          font-size: 17px;
          line-height: 140%;
          padding-top: 0;
          font-family: 'Roboto';
          font-weight: normal; }
          @media only screen and (max-width: 1699px) {
            .block-news-wrap-inners .block-news .news-home a h3 {
              font-size: 16px; } }
          @media only screen and (max-width: 1599px) {
            .block-news-wrap-inners .block-news .news-home a h3 {
              font-size: 16px; } }
          @media only screen and (max-width: 479px) {
            .block-news-wrap-inners .block-news .news-home a h3 {
              -ms-flex-order: 0;
              order: 0;
              padding-top: 9px;
              font-weight: normal;
              font-family: 'Roboto';
              font-size: 15px;
              line-height: 140%;
              width: 100%;
              margin-bottom: 1px; } }
      @media only screen and (max-width: 1499px) {
        .block-news-wrap-inners .block-news .news-home:last-of-type {
          display: block; } }
      @media only screen and (max-width: 1199px) {
        .block-news-wrap-inners .block-news .news-home:last-of-type {
          display: block; } }
      @media only screen and (max-width: 479px) {
        .block-news-wrap-inners .block-news .news-home:last-of-type a {
          border: 0; } }

.block-news-wrap-all-publications-mobile .block-news-wrap-inners {
  margin-bottom: 0; }

.product_rating_wrap-all-publications {
  width: 1120px;
  max-width: 100%;
  margin: 50px auto 32px auto;
  border-top: 2px solid #C9CDDA;
  border-bottom: 2px solid #C9CDDA; }
  @media only screen and (max-width: 479px) {
    .product_rating_wrap-all-publications {
      display: none; } }

.product_rating_wrap-all-publications-mobile {
  display: none; }
  @media only screen and (max-width: 479px) {
    .product_rating_wrap-all-publications-mobile {
      display: block; } }

.product_rating_wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 0;
  margin-bottom: 16px; }
  @media only screen and (max-width: 1199px) {
    .product_rating_wrap {
      padding-left: 32px;
      padding-right: 32px; } }
  @media only screen and (max-width: 1199px) {
    .product_rating_wrap {
      padding-bottom: 0;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 479px) {
    .product_rating_wrap {
      padding-left: 16px;
      padding-right: 16px; } }
  @media only screen and (max-width: 399px) {
    .product_rating_wrap {
      padding-bottom: 0;
      margin-bottom: 0; } }
  .product_rating_wrap h2 {
    color: #A52532;
    text-align: center; }
    @media only screen and (max-width: 479px) {
      .product_rating_wrap h2 {
        font-size: 18px;
        margin-bottom: 0; } }
    .product_rating_wrap h2 a, .product_rating_wrap h2 a:visited, .product_rating_wrap h2 a:hover {
      text-decoration: none;
      color: #A52532; }
    .product_rating_wrap h2 .fas {
      font-size: 22px; }
      @media only screen and (max-width: 1199px) {
        .product_rating_wrap h2 .fas {
          font-size: 21px; } }
      @media only screen and (max-width: 991px) {
        .product_rating_wrap h2 .fas {
          font-size: 21px; } }
      @media only screen and (max-width: 767px) {
        .product_rating_wrap h2 .fas {
          font-size: 19px; } }
      @media only screen and (max-width: 479px) {
        .product_rating_wrap h2 .fas {
          font-size: 16px; } }

.product_rating_wrap-all-publications-mobile .product_rating_wrap {
  border-top: 0;
  margin-bottom: 16px; }

@media only screen and (max-width: 1199px) {
  .block_product_rating_mobile {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding-top: 16px;
    scrollbar-width: thin;
    scrollbar-color: #9EA5BD #E6E7EA; }
    .block_product_rating_mobile::-webkit-scrollbar {
      background-color: #E6E7EA;
      height: 8px;
      width: 7px; }
    .block_product_rating_mobile::-webkit-scrollbar-thumb {
      background-color: #9EA5BD;
      border-radius: 40px;
      border: 2px solid #9EA5BD; }
    .block_product_rating_mobile::-webkit-scrollbar-track {
      background: #E6E7EA; } }
@media only screen and (max-width: 399px) {
  .block_product_rating_mobile {
    overflow-x: hidden;
    padding-top: 0; } }

.product_rating {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
  @media only screen and (max-width: 1199px) {
    .product_rating {
      width: 1000px;
      max-width: none;
      padding-left: 5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      grid-template-columns: none;
      grid-template-rows: none;
      column-gap: 0;
      row-gap: 0;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
      padding-bottom: 10px; } }
  @media only screen and (max-width: 399px) {
    .product_rating {
      padding-left: 13px;
      width: auto; } }
  .product_rating .owl-stage-outer {
    padding: 16px 5px; }
    @media only screen and (max-width: 479px) {
      .product_rating .owl-stage-outer {
        padding: 8px 5px 16px 5px; } }
    .product_rating .owl-stage-outer .owl-stage {
      display: -ms-flexbox;
      display: flex; }
      .product_rating .owl-stage-outer .owl-stage .owl-item {
        display: -ms-flexbox;
        display: flex;
        /* margin-right: 20px !important;
        width: 260px;
        min-width: 260px;
        max-width: 260px;*/ }
        @media only screen and (min-width: 400px) {
          .product_rating .owl-stage-outer .owl-stage .owl-item {
            width: 300px;
            min-width: 300px;
            max-width: 300px; } }
  .product_rating .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    left: 0; }
    .product_rating .owl-dots .owl-dot {
      background: #C9CDDA;
      width: 8px;
      height: 8px;
      margin: 0 10px;
      border-radius: 50%; }
      .product_rating .owl-dots .owl-dot.active {
        background: #A52532;
        width: 12px;
        height: 12px; }
      @media only screen and (max-width: 399px) {
        .product_rating .owl-dots .owl-dot {
          width: 6px;
          height: 6px;
          margin: 0 8px; }
          .product_rating .owl-dots .owl-dot.active {
            width: 10px;
            height: 10px; } }
  .product_rating .rk_rating, .product_rating .quality_mark, .product_rating .blacklist {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-right: 0; }
    @media only screen and (max-width: 1023px) {
      .product_rating .rk_rating, .product_rating .quality_mark, .product_rating .blacklist {
        padding-bottom: 0; } }
    @media only screen and (max-width: 399px) {
      .product_rating .rk_rating, .product_rating .quality_mark, .product_rating .blacklist {
        width: 96%;
        min-width: auto;
        max-width: none;
        margin-right: 0; } }
    @media only screen and (min-width: 400px) {
      .product_rating .rk_rating, .product_rating .quality_mark, .product_rating .blacklist {
        width: 360px;
        min-width: 360px;
        max-width: 360px;
        padding: 0 30px; } }
    @media only screen and (min-width: 1024px) {
      .product_rating .rk_rating, .product_rating .quality_mark, .product_rating .blacklist {
        margin-right: 0; } }
    @media only screen and (min-width: 1200px) {
      .product_rating .rk_rating, .product_rating .quality_mark, .product_rating .blacklist {
        width: 360px;
        min-width: 360px;
        max-width: 360px;
        padding: 0 25px; } }
    .product_rating .rk_rating ul li, .product_rating .quality_mark ul li, .product_rating .blacklist ul li {
      border-bottom: 0; }
      .product_rating .rk_rating ul li:first-of-type, .product_rating .quality_mark ul li:first-of-type, .product_rating .blacklist ul li:first-of-type {
        padding-top: 0; }
      .product_rating .rk_rating ul li:last-of-type, .product_rating .quality_mark ul li:last-of-type, .product_rating .blacklist ul li:last-of-type {
        padding-bottom: 0; }
        @media only screen and (max-width: 399px) {
          .product_rating .rk_rating ul li:last-of-type, .product_rating .quality_mark ul li:last-of-type, .product_rating .blacklist ul li:last-of-type {
            padding-bottom: 8px; } }
  .product_rating .rk_rating, .product_rating .quality_mark {
    border-right: 1px solid #C9CDDA; }
    @media only screen and (max-width: 399px) {
      .product_rating .rk_rating, .product_rating .quality_mark {
        border-right: 0; } }
  .product_rating.all_rating_publications {
    padding-bottom: 16px; }

.content_inners .base-banner {
  padding-bottom: 32px; }
  @media only screen and (max-width: 1199px) {
    .content_inners .base-banner {
      padding-bottom: 16px; } }

/* .base-banner.inners_page {
    background: #fff;
} */
.new-community-posts-wrap.inners_page {
  background: #fff;
  padding-top: 16px; }
  .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners {
    border-top: 2px solid #C9CDDA;
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 16px; }
    .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners h2 {
      line-height: 1;
      margin-bottom: 24px; }
      @media only screen and (max-width: 767px) {
        .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners h2 {
          margin-bottom: 8px; } }
    @media only screen and (max-width: 1199px) {
      .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .community-posts-mobile {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        padding-top: 0;
        scrollbar-width: thin;
        scrollbar-color: #9EA5BD #E6E7EA; }
        .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .community-posts-mobile::-webkit-scrollbar {
          background-color: #E6E7EA;
          height: 8px;
          width: 7px; }
        .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .community-posts-mobile::-webkit-scrollbar-thumb {
          background-color: #9EA5BD;
          border-radius: 40px;
          border: 2px solid #9EA5BD; }
        .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .community-posts-mobile::-webkit-scrollbar-track {
          background: #E6E7EA; } }
    @media only screen and (max-width: 767px) {
      .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .community-posts-mobile {
        overflow-x: hidden;
        padding-top: 0; } }
    .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .all-community-posts-blocks {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      column-gap: 0;
      row-gap: 0;
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; }
      @media only screen and (max-width: 1199px) {
        .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .all-community-posts-blocks {
          -ms-flex-pack: start !important;
          justify-content: flex-start !important;
          width: 1115px; } }
      @media only screen and (max-width: 767px) {
        .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .all-community-posts-blocks {
          width: auto; } }
      @media only screen and (max-width: 399px) {
        .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .all-community-posts-blocks {
          padding-left: 0; } }
      .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block {
        width: 260px;
        min-width: 260px;
        max-width: 260px;
        margin: 0 7.5px; }
        @media only screen and (max-width: 399px) {
          .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block {
            margin: 0 auto; } }
        @media only screen and (max-width: 1399px) {
          .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block:last-of-type {
            display: block; } }
        @media only screen and (max-width: 1199px) {
          .new-community-posts-wrap.inners_page .new-community-posts-wrap-inners .all-community-posts-blocks .community-post-block:last-of-type {
            display: block; } }

.photos {
  margin-bottom: 20px; }
  .photos .photo {
    text-align: center; }

.l_gallery {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0 0 0;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px; }
  .l_gallery li {
    position: relative;
    width: 20%;
    margin-bottom: 16px !important;
    padding: 0 8px !important; }
    @media only screen and (max-width: 767px) {
      .l_gallery li {
        width: 25%; } }
    .l_gallery li:before {
      display: none !important; }
    .l_gallery li:after {
      content: "";
      padding-top: 100%;
      display: block; }
    .l_gallery li br {
      display: none; }
    .l_gallery li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #C9CDDA;
      overflow: hidden; }
      .l_gallery li a img {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important; }

.photo-with-text {
  margin: 20px 0 0 0; }
  .photo-with-text.size2 .photo-with-text_img-and-caption {
    width: 375px; }
    @media only screen and (max-width: 1399px) {
      .photo-with-text.size2 .photo-with-text_img-and-caption {
        width: 300px; } }
    @media only screen and (max-width: 1199px) {
      .photo-with-text.size2 .photo-with-text_img-and-caption {
        width: 280px; } }
    @media only screen and (max-width: 767px) {
      .photo-with-text.size2 .photo-with-text_img-and-caption {
        width: 250px; } }
    @media only screen and (max-width: 575px) {
      .photo-with-text.size2 .photo-with-text_img-and-caption {
        width: 100%; } }
    .photo-with-text.size2 .photo-with-text_img-and-caption img {
      width: 100%;
      margin: 0; }
  .photo-with-text.size3 .photo-with-text_img-and-caption {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%; }
    @media only screen and (max-width: 479px) {
      .photo-with-text.size3 .photo-with-text_img-and-caption {
        width: 90px;
        height: 90px; } }
    @media only screen and (max-width: 359px) {
      .photo-with-text.size3 .photo-with-text_img-and-caption {
        width: 80px;
        height: 80px; } }
    .photo-with-text.size3 .photo-with-text_img-and-caption img {
      width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0; }
  .photo-with-text.left:after, .photo-with-text.right:after {
    content: '';
    position: relative;
    clear: both;
    display: block; }
  .photo-with-text.left .photo-with-text_img-and-caption {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
    margin-top: 8px; }
  @media only screen and (max-width: 575px) {
    .photo-with-text.left.size2 .photo-with-text_img-and-caption {
      margin-right: 0;
      float: none; } }
  @media only screen and (max-width: 479px) {
    .photo-with-text.left.size3 .photo-with-text_img-and-caption {
      margin-right: 16px; } }
  .photo-with-text.left.size3 .photo-with-text_text {
    margin-left: 130px; }
    @media only screen and (max-width: 1199px) {
      .photo-with-text.left.size3 .photo-with-text_text {
        margin-left: 0; } }
  .photo-with-text.right .photo-with-text_img-and-caption {
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
    margin-top: 8px; }
  @media only screen and (max-width: 575px) {
    .photo-with-text.right.size2 .photo-with-text_img-and-caption {
      margin-left: 0;
      float: none; } }
  @media only screen and (max-width: 479px) {
    .photo-with-text.right.size3 .photo-with-text_img-and-caption {
      margin-left: 16px; } }
  .photo-with-text.right.size3 .photo-with-text_text {
    margin-right: 130px; }
    @media only screen and (max-width: 1199px) {
      .photo-with-text.right.size3 .photo-with-text_text {
        margin-right: 0; } }

.container-table_with_list {
  margin: 24px 0 16px 0; }
  .container-table_with_list .mCSB_container {
    width: 100% !important; }
    .container-table_with_list .mCSB_container > div {
      width: 100%;
      min-width: auto !important;
      max-width: 100%;
      overflow-x: auto; }
    .container-table_with_list .mCSB_container .content_sortable-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      border-bottom: 1px solid #e6e6e6;
      padding-left: 16px;
      padding-right: 16px; }
      .container-table_with_list .mCSB_container .content_sortable-title .item {
        position: relative;
        margin-bottom: -1px;
        border-color: transparent;
        border-width: 1px 1px 0;
        border-style: solid;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
        border-bottom: 1px solid #e6e6e6;
        background-color: #fff;
        min-height: 32px;
        height: auto;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        color: #A52532; }
        .container-table_with_list .mCSB_container .content_sortable-title .item span {
          position: relative;
          display: block;
          font-size: 14px;
          font-weight: 500;
          cursor: pointer;
          color: #A52532; }
        .container-table_with_list .mCSB_container .content_sortable-title .item.active {
          border-color: #e6e6e6;
          -webkit-border-radius: 5px 5px 0 0;
          -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
          border-bottom: 0;
          font-weight: bold;
          text-decoration: none; }
          .container-table_with_list .mCSB_container .content_sortable-title .item.active span {
            background-color: #fff;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            font-weight: bold;
            text-decoration: none; }
    .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list .table-responsive {
      margin: 0; }
    .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table th, .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table td {
      font-size: 14px;
      vertical-align: middle;
      border: 0;
      border-bottom: 1px solid #e6e6e6;
      padding: 16px 24px 16px 8px;
      text-align: left;
      width: auto; }
      .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table th p, .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table td p {
        font-size: 14px;
        margin: 0; }
      .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table th.img, .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table td.img {
        padding-right: 8px;
        text-align: center; }
        .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table th.img a, .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table td.img a {
          display: block;
          width: 85px; }
          .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table th.img a img, .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table td.img a img {
            margin: 0;
            width: auto;
            max-width: 85px;
            height: auto;
            max-height: 85px; }
          .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table th.img a br, .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table td.img a br {
            display: none; }
      .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table th.name, .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table td.name {
        width: 200px; }
        .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table th.name .description, .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table td.name .description {
          min-width: 500px; }
      .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table th.val, .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table td.val {
        min-width: 150px; }
        .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table th.val > div, .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table td.val > div {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -ms-flex-align: center !important;
          align-items: center !important; }
          .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table th.val > div .product-table_icon__pic, .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table td.val > div .product-table_icon__pic {
            width: 21px;
            height: 21px;
            margin: 0 10px 0 0; }
    .container-table_with_list .mCSB_container .content_sortable-content .comparison_test-table_with_list table tbody tr td[colspan='2'] {
      text-align: center !important; }
    .container-table_with_list .mCSB_container .table-responsive {
      margin: 0; }
    .container-table_with_list .mCSB_container table th, .container-table_with_list .mCSB_container table td {
      font-size: 14px;
      vertical-align: middle;
      border: 0;
      border-bottom: 1px solid #e6e6e6;
      padding: 16px 24px 16px 8px;
      text-align: left;
      width: auto; }
      .container-table_with_list .mCSB_container table th p, .container-table_with_list .mCSB_container table td p {
        font-size: 14px;
        margin: 0; }
      .container-table_with_list .mCSB_container table th.img, .container-table_with_list .mCSB_container table td.img {
        padding-right: 8px; }
        .container-table_with_list .mCSB_container table th.img a, .container-table_with_list .mCSB_container table td.img a {
          display: block;
          width: 85px; }
          .container-table_with_list .mCSB_container table th.img a img, .container-table_with_list .mCSB_container table td.img a img {
            width: 100%;
            margin: 0; }
          .container-table_with_list .mCSB_container table th.img a br, .container-table_with_list .mCSB_container table td.img a br {
            display: none; }
      .container-table_with_list .mCSB_container table th.name, .container-table_with_list .mCSB_container table td.name {
        width: 200px; }
        .container-table_with_list .mCSB_container table th.name .description, .container-table_with_list .mCSB_container table td.name .description {
          min-width: 500px; }
      .container-table_with_list .mCSB_container table th.val, .container-table_with_list .mCSB_container table td.val {
        min-width: 150px; }
        .container-table_with_list .mCSB_container table th.val > div, .container-table_with_list .mCSB_container table td.val > div {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -ms-flex-align: center !important;
          align-items: center !important; }
          .container-table_with_list .mCSB_container table th.val > div .product-table_icon__pic, .container-table_with_list .mCSB_container table td.val > div .product-table_icon__pic {
            width: 21px;
            height: 21px;
            margin: 0 10px 0 0; }
    .container-table_with_list .mCSB_container table tbody tr td[colspan='2'] {
      text-align: center !important; }
    .container-table_with_list .mCSB_container .rate_container {
      position: relative;
      width: 100px !important; }
    .container-table_with_list .mCSB_container .product-rating {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center !important;
      align-items: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      -ms-flex-order: 1;
      order: 1;
      content: '';
      top: 0;
      left: 0;
      padding-bottom: 0;
      z-index: 10;
      margin: 0;
      background: #fff;
      width: 70px;
      height: 70px;
      border: 1px solid #00ae4d;
      border-radius: 50%; }
      .container-table_with_list .mCSB_container .product-rating:before {
        content: '';
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        z-index: 10;
        background-color: #00ae4d;
        background-image: url(assets/img/rk-rating-big.png);
        background-repeat: no-repeat;
        background-position: 50% 10px;
        background-size: 23px;
        width: 62px;
        height: 31px;
        border: 0px solid #00ae4d;
        border-radius: 50% 50% 0 0 / 100% 100% 0 0;
        margin-top: 2px; }
      .container-table_with_list .mCSB_container .product-rating:after {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 62px;
        height: 62px;
        border: 2px solid #00ae4d;
        border-radius: 50%;
        content: ''; }
      .container-table_with_list .mCSB_container .product-rating a, .container-table_with_list .mCSB_container .product-rating a:visited, .container-table_with_list .mCSB_container .product-rating a:hover {
        color: #000;
        text-decoration: none;
        border: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        width: auto;
        height: auto; }
        .container-table_with_list .mCSB_container .product-rating a .violation-value, .container-table_with_list .mCSB_container .product-rating a .rating-value, .container-table_with_list .mCSB_container .product-rating a:visited .violation-value, .container-table_with_list .mCSB_container .product-rating a:visited .rating-value, .container-table_with_list .mCSB_container .product-rating a:hover .violation-value, .container-table_with_list .mCSB_container .product-rating a:hover .rating-value {
          /* position: relative;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: center !important;
          align-items: center !important;
          -ms-flex-pack: center !important;
          justify-content: center !important;
          width: 100%;
          height: 100%; */
          color: rgba(0, 0, 0, 0.9);
          font-family: 'IBM Plex Sans Medium';
          font-weight: 600;
          position: relative;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-pack: center !important;
          justify-content: center !important;
          line-height: 1;
          padding-right: .04rem;
          letter-spacing: -.08rem;
          padding-right: .04rem;
          font-size: 18px;
          width: 62px;
          height: 31px;
          border-radius: 0 0 50% 50% / 0 0 100% 100%;
          padding-right: 0.05rem;
          padding-top: 6px;
          top: -6px; }
        .container-table_with_list .mCSB_container .product-rating a .blacklist-value, .container-table_with_list .mCSB_container .product-rating a:visited .blacklist-value, .container-table_with_list .mCSB_container .product-rating a:hover .blacklist-value {
          background-image: url(assets/img/black-list-product-list.png);
          background-repeat: no-repeat;
          background-position: 50% 2px;
          background-size: 22px;
          width: 62px;
          height: 31px; }
      .container-table_with_list .mCSB_container .product-rating .violation-value, .container-table_with_list .mCSB_container .product-rating .rating-value {
        /* display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        width: 100%;
        height: 100%;
        color: #000;
        font-family: 'IBM Plex Sans Medium';
        font-size: 27px;
        font-weight: 600;
        line-height: 1.65;
        text-align: center;
        border: 1px solid #00ae4d;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; */
        color: rgba(0, 0, 0, 0.9);
        font-family: 'IBM Plex Sans Medium';
        font-weight: 600;
        position: relative;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        line-height: 1;
        padding-right: .04rem;
        letter-spacing: -.08rem;
        padding-right: .04rem;
        font-size: 18px;
        width: 62px;
        height: 31px;
        border-radius: 0 0 50% 50% / 0 0 100% 100%;
        padding-right: 0.05rem;
        padding-top: 6px;
        top: -6px; }
      .container-table_with_list .mCSB_container .product-rating .blacklist-value {
        background-image: url(assets/img/black-list-product-list.png);
        background-repeat: no-repeat;
        background-position: 50% 2px;
        background-size: 22px;
        width: 62px;
        height: 31px; }
      .container-table_with_list .mCSB_container .product-rating p.img-remark {
        text-align: center;
        position: absolute;
        left: 73px;
        top: 14px;
        width: 30px; }
        .container-table_with_list .mCSB_container .product-rating p.img-remark img.remark {
          margin: 5px 0;
          width: 27px;
          height: 27px; }
    .container-table_with_list .mCSB_container .rating-block {
      display: none !important; }
    .container-table_with_list .mCSB_container .rating_table_product_image {
      width: auto;
      max-width: 85px;
      height: auto;
      max-height: 85px;
      margin: 0;
      overflow: hidden;
      font-size: 10px; }
    .container-table_with_list .mCSB_container div.name br {
      display: none; }
    .container-table_with_list .mCSB_container div.name a, .container-table_with_list .mCSB_container div.name a:visited {
      text-decoration: none;
      color: #354777;
      font-size: 18px; }
      .container-table_with_list .mCSB_container div.name a:hover, .container-table_with_list .mCSB_container div.name a:visited:hover {
        color: #A52532; }

.b_danger-wrap {
  padding: 30px;
  margin: 0 0 24px 0;
  position: relative;
  border: 1px solid #e6e6e6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .b_danger-wrap .b_danger-left {
    height: auto !important;
    width: 50%;
    border-right: 1px solid #e6e6e6;
    padding: 0 20px 0 45px; }
    @media only screen and (max-width: 767px) {
      .b_danger-wrap .b_danger-left {
        width: 100%;
        border-right: 0;
        padding: 0 0 30px 45px;
        border-bottom: 1px solid #e6e6e6; } }
  .b_danger-wrap .b_danger-right {
    height: auto !important;
    width: 50%;
    padding: 0 20px 0 75px; }
    @media only screen and (max-width: 767px) {
      .b_danger-wrap .b_danger-right {
        width: 100%;
        padding: 30px 0 0 45px; } }
  .b_danger-wrap h3 {
    position: relative;
    margin-bottom: 16px;
    padding-top: 0;
    font-size: 22px; }
    .b_danger-wrap h3:before {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      left: -45px;
      top: 0;
      font-weight: normal;
      font-size: 22px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900; }
    .b_danger-wrap h3.b_plus:before {
      content: '\f067';
      border: 1px solid #093;
      color: #093; }
    .b_danger-wrap h3.b_minus:before {
      content: '\f068';
      border: 1px solid #333;
      color: #333;
      font-weight: 900; }
  .b_danger-wrap .b_danger-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .b_danger-wrap .b_danger-list li {
      margin-bottom: 16px; }
      .b_danger-wrap .b_danger-list li:before {
        content: '\f111';
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        font-size: 8px;
        top: 5px; }
      .b_danger-wrap .b_danger-list li:last-of-type {
        margin-bottom: 0; }
  .b_danger-wrap .b_danger-left .b_danger-list li:before {
    color: #093; }
  .b_danger-wrap .b_danger-right .b_danger-list li:before {
    color: #333; }

.blacklist__item-danger {
  width: 100%; }

/*.b_h2 {
    font-family: 'Noto Sans';
    font-weight: bold;
    
    font-size: 28px;
    
    @media only screen and (max-width: 991px) {
        font-size: 25px;
    }
    @media only screen and (max-width: 767px) {
        font-size: 24px;
    }
}*/
.tinv-wishlist .tinv-header, .tinv-wishlist .return-to-shop {
  display: none; }
.tinv-wishlist .wishlist_item button {
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 0 !important;
  font-size: 14px !important; }
  .tinv-wishlist .wishlist_item button i:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f00d" !important;
    font-size: 14px;
    font-weight: 900;
    color: #000; }

.b_big-text {
  font-weight: 300;
  font-family: 'Roboto';
  font-size: 21px;
  margin: 35px 0 40px 0;
  border-left: 5px solid #a8001c;
  padding-left: 20px;
  line-height: 1.4; }

.b_reference {
  position: relative;
  display: block; }
  .b_reference:after {
    content: '';
    position: relative;
    clear: both;
    display: block; }
  .b_reference .b_reference-info {
    width: 315px;
    background: #fcfbeb;
    padding: 30px; }
    @media only screen and (max-width: 1199px) {
      .b_reference .b_reference-info {
        width: 280px; } }
    @media only screen and (max-width: 767px) {
      .b_reference .b_reference-info {
        width: 260px; } }
    @media only screen and (max-width: 639px) {
      .b_reference .b_reference-info {
        width: 100%; } }
    .b_reference .b_reference-info h3 {
      padding-top: 0; }
    .b_reference .b_reference-info p {
      font-size: 14px; }
  .b_reference.b_reference-left .b_reference-info {
    float: left;
    margin-right: 32px;
    margin-bottom: 24px; }
  .b_reference.b_reference-right .b_reference-info {
    float: right;
    margin-left: 32px;
    margin-bottom: 24px; }

table.test-results {
  position: relative;
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 24px 0;
  overflow: hidden; }
  table.test-results p {
    margin-bottom: 0; }
  table.test-results tbody, table.test-results td {
    display: block;
    height: auto !important; }
  table.test-results tr {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 0;
    border-top: 1px solid #e6e6e6;
    height: auto !important; }
    table.test-results tr:last-of-type {
      border-bottom: 1px solid #e6e6e6; }
  table.test-results .img {
    width: 85px !important;
    display: block;
    min-width: 85px !important;
    max-width: 85px !important;
    padding-top: 8px; }
    @media only screen and (max-width: 767px) {
      table.test-results .img {
        margin-right: 16px;
        -ms-flex-order: 1;
        order: 1; } }
    table.test-results .img img {
      margin: 0; }
    table.test-results .img br {
      display: none; }
  table.test-results .name {
    width: calc(100% - 85px - 105px) !important;
    max-width: calc(100% - 85px - 105px) !important;
    padding: 0 24px; }
    @media only screen and (max-width: 767px) {
      table.test-results .name {
        padding: 16px 0 0 0;
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex-order: 2;
        order: 2; } }
    table.test-results .name .b_h3 {
      font-size: 18px;
      font-weight: normal;
      font-family: 'Roboto';
      margin-bottom: 4px; }
      table.test-results .name .b_h3 a, table.test-results .name .b_h3 a:visited {
        text-decoration: none;
        color: #A52532; }
  table.test-results .rate_container {
    position: relative;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    width: 105px !important;
    min-width: 105px !important;
    max-width: 105px !important;
    /* &:before {
        content: '';
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        width: 52px;
        height: 47px;
        z-index: 10;
        background-color: #00ae4d; 
        background-image: url(assets/img/rk-rating-big.png);
        background-repeat: no-repeat;
        background-position: 50% 15px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        font-family: 'Roboto';
        font-size: 10px;
        font-weight: 500;
        line-height: 1.4;
        color: #fff;
        padding-top: 19px;
        background-size: 34px;
    }
    
    p.num-rating {
        color: #000;
        font-family: 'IBM Plex Sans Medium';
        font-size: 27px;
        font-weight: 500;
        position: relative;
        display: block;
        width: 52px;
        line-height: 1.65;
        text-align: center;
        border: 1px solid #00ae4d;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        text-decoration: none;
        margin: 0;
        text-align: center;
    
        &.violation-value {
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center !important;
            align-items: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            width: 100%;
            height: 100%;
        }
        &.blacklist-value {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center !important;
            align-items: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            height: 49px;
    
            img {
                position: relative;
                width: 34px;
                height: auto;
                margin: 0;
            }
        }
    }
    p, p.img-remark {
        text-align: center;
        
        img.remark {
            margin: 5px 0;
        } 
    } */ }
    @media only screen and (max-width: 767px) {
      table.test-results .rate_container {
        width: 65px !important;
        min-width: 65px !important;
        max-width: 65px !important;
        -ms-flex-order: 1;
        order: 1; } }
    table.test-results .rate_container .product-rating {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center !important;
      align-items: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      -ms-flex-order: 1;
      order: 1;
      content: '';
      top: 0;
      left: 0;
      padding-bottom: 0;
      z-index: 10;
      margin: 0;
      background: #fff;
      width: 70px;
      height: 70px;
      border: 1px solid #00ae4d;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        table.test-results .rate_container .product-rating {
          width: 60px;
          height: 60px; } }
      table.test-results .rate_container .product-rating:before {
        content: '';
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        z-index: 10;
        background-color: #00ae4d;
        background-image: url(assets/img/rk-rating-big.png);
        background-repeat: no-repeat;
        background-position: 50% 10px;
        background-size: 23px;
        width: 62px;
        height: 31px;
        border: 0px solid #00ae4d;
        border-radius: 50% 50% 0 0 / 100% 100% 0 0;
        margin-top: 2px; }
        @media only screen and (max-width: 767px) {
          table.test-results .rate_container .product-rating:before {
            width: 52px;
            height: 26px;
            background-size: 20px; } }
      table.test-results .rate_container .product-rating:after {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 62px;
        height: 62px;
        border: 2px solid #00ae4d;
        border-radius: 50%;
        content: ''; }
        @media only screen and (max-width: 767px) {
          table.test-results .rate_container .product-rating:after {
            top: 2px;
            left: 2px;
            width: 54px;
            height: 54px; } }
      table.test-results .rate_container .product-rating p.num-rating {
        /* display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        width: 100%;
        height: 100%;
        color: #000;
        font-family: 'IBM Plex Sans Medium';
        font-size: 27px;
        font-weight: 600;
        line-height: 1.65;
        text-align: center;
        border: 1px solid #00ae4d;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; */
        color: rgba(0, 0, 0, 0.9);
        font-family: 'IBM Plex Sans Medium';
        font-weight: 600;
        position: relative;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        line-height: 1;
        padding-right: .04rem;
        letter-spacing: -.08rem;
        padding-right: .04rem;
        font-size: 18px;
        width: 62px;
        height: 31px;
        border-radius: 0 0 50% 50% / 0 0 100% 100%;
        padding-right: 0.05rem;
        padding-top: 11px;
        top: -9px; }
        @media only screen and (max-width: 767px) {
          table.test-results .rate_container .product-rating p.num-rating {
            width: 52px;
            height: 26px;
            font-size: 16px; } }
        table.test-results .rate_container .product-rating p.num-rating.blacklist-value {
          -ms-flex-align: start !important;
          align-items: flex-start !important; }
          @media only screen and (max-width: 767px) {
            table.test-results .rate_container .product-rating p.num-rating.blacklist-value {
              top: -10px; } }
          table.test-results .rate_container .product-rating p.num-rating.blacklist-value img {
            position: relative;
            height: auto;
            border-radius: 0;
            width: 22px;
            margin: 0; }
            @media only screen and (max-width: 767px) {
              table.test-results .rate_container .product-rating p.num-rating.blacklist-value img {
                width: 18px; } }
    table.test-results .rate_container p.img-remark {
      text-align: center;
      position: absolute;
      left: 73px;
      top: 14px;
      width: 30px; }
      @media only screen and (max-width: 767px) {
        table.test-results .rate_container p.img-remark {
          left: 70px;
          top: 12px;
          width: 24px;
          height: 24px; } }
      table.test-results .rate_container p.img-remark img.remark {
        margin: 5px 0;
        width: 27px;
        height: 27px; }
        @media only screen and (max-width: 767px) {
          table.test-results .rate_container p.img-remark img.remark {
            margin: 5px auto;
            width: 24px;
            height: 24px; } }

table.product-check p {
  font-size: 14px;
  margin: 0; }
table.product-check th, table.product-check td {
  font-size: 14px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 24px 16px 8px;
  text-align: left;
  width: auto; }
  table.product-check th p, table.product-check td p {
    font-size: 14px;
    margin: 0; }
  table.product-check th.img, table.product-check td.img {
    padding-right: 8px;
    width: 85px;
    min-width: 85px; }
    table.product-check th.img img, table.product-check td.img img {
      width: 100%;
      margin: 0; }
    table.product-check th.img br, table.product-check td.img br {
      display: none; }
  table.product-check th.name, table.product-check td.name {
    width: 200px; }
  table.product-check th.val, table.product-check td.val {
    min-width: 180px; }
    table.product-check th.val > div, table.product-check td.val > div {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: center !important;
      align-items: center !important; }
      table.product-check th.val > div img, table.product-check td.val > div img {
        width: 21px;
        height: 21px;
        margin: 0 10px 0 0; }
      table.product-check th.val > div br, table.product-check td.val > div br {
        display: none; }

.advgb-tabs-wrapper {
  margin: 24px 0; }
  .advgb-tabs-wrapper .advgb-tabs-panel li.advgb-tab {
    padding: 0 !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #1E1E1E !important;
    border: 1px solid #DBDBDB !important;
    font-size: 16px !important; }
    @media only screen and (max-width: 1199px) {
      .advgb-tabs-wrapper .advgb-tabs-panel li.advgb-tab {
        font-size: 14px !important; } }
    .advgb-tabs-wrapper .advgb-tabs-panel li.advgb-tab:before {
      display: none; }
    .advgb-tabs-wrapper .advgb-tabs-panel li.advgb-tab a {
      padding: 5px 10px !important;
      color: #1E1E1E !important;
      background: #fff !important;
      border-radius: 4px !important; }
    .advgb-tabs-wrapper .advgb-tabs-panel li.advgb-tab.advgb-tab-active {
      background-color: #A52532 !important;
      color: #fff !important;
      border: 1px solid #A52532 !important; }
      .advgb-tabs-wrapper .advgb-tabs-panel li.advgb-tab.advgb-tab-active a {
        background-color: #A52532 !important;
        color: #fff !important; }
  .advgb-tabs-wrapper .advgb-tab-body-wrapper {
    border-radius: 4px !important; }
    .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body {
      padding: 5px 10px !important; }
      .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table p {
        font-size: 14px;
        margin: 0; }
      .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td {
        font-size: 14px;
        vertical-align: middle;
        border: 0;
        border-bottom: 1px solid #e6e6e6;
        padding: 8px 24px 8px 8px;
        text-align: left;
        width: auto; }
        .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th p, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td p {
          font-size: 14px;
          margin: 0; }
        .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th br, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td br {
          display: none; }
        .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th.img, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td.img {
          padding-right: 8px;
          width: 85px !important;
          min-width: 85px !important;
          max-width: 85px !important; }
          @media only screen and (max-width: 767px) {
            .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th.img, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td.img {
              width: 65px !important;
              min-width: 65px !important;
              max-width: 65px !important; } }
          .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th.img img, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td.img img {
            width: 100%;
            margin: 0; }
          .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th.img br, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td.img br {
            display: none; }
        .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th.name, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td.name {
          width: 200px !important; }
        .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th.val, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td.val {
          min-width: 180px !important; }
          .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th.val > div, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td.val > div {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-align: center !important;
            align-items: center !important; }
            .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th.val > div img, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td.val > div img {
              width: 21px !important;
              height: 21px !important;
              margin: 0 6px 0 0; }
            .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table th.val > div br, .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table td.val > div br {
              display: none; }
      .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table thead th {
        width: auto !important; }
        .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table thead th:nth-child(1) {
          width: 85px !important;
          min-width: 85px !important;
          max-width: 85px !important; }
          @media only screen and (max-width: 767px) {
            .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table thead th:nth-child(1) {
              width: 65px !important;
              min-width: 65px !important;
              max-width: 65px !important; } }
      .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table tbody tr td {
        min-width: 170px !important;
        width: auto !important; }
        .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table tbody tr td > div {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -ms-flex-align: center !important;
          align-items: center !important; }
          .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table tbody tr td > div img {
            width: 21px;
            min-width: 21px;
            max-width: 21px;
            height: 21px;
            margin: 0 10px 0 0; }
        .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table tbody tr td:nth-child(1) {
          padding-right: 16px;
          padding-left: 0;
          width: 85px !important;
          min-width: 85px !important;
          max-width: 85px !important; }
          @media only screen and (max-width: 767px) {
            .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table tbody tr td:nth-child(1) {
              width: 65px !important;
              min-width: 65px !important;
              max-width: 65px !important; } }
          .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table tbody tr td:nth-child(1) img {
            width: 85px !important;
            min-width: 85px !important;
            max-width: 85px !important;
            height: auto;
            margin: 0; }
            @media only screen and (max-width: 767px) {
              .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table tbody tr td:nth-child(1) img {
                width: 65px !important;
                min-width: 65px !important;
                max-width: 65px !important; } }
        .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table tbody tr td:nth-child(2) {
          width: 200px !important; }
      .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body .wp-block-table .table-responsive table tbody tr:last-child td {
        border-bottom: 0; }
    .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body-container .advgb-tab-body-header {
      border-top: 1px solid #DBDBDB !important;
      border-bottom: 1px solid #DBDBDB !important; }
    .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body-container .advgb-tab-body-header.header-active {
      background-color: #A52532 !important;
      border-top: 1px solid #A52532 !important;
      border-bottom: 1px solid #A52532 !important; }
    .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body-container:first-child .advgb-tab-body-header {
      border-top: 0 !important;
      border-top-left-radius: 4px !important;
      border-top-right-radius: 4px !important; }
    .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body-container:last-child .advgb-tab-body-header {
      border-bottom: 0 !important;
      border-bottom-left-radius: 4px !important;
      border-bottom-right-radius: 4px !important; }
      .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body-container:last-child .advgb-tab-body-header.header-active {
        border-radius: 0 !important; }

.similar-articles-wrap {
  padding-top: 16px;
  padding-bottom: 32px; }
  @media only screen and (max-width: 1199px) {
    .similar-articles-wrap {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media only screen and (max-width: 399px) {
    .similar-articles-wrap {
      padding-left: 0;
      padding-right: 0; } }
  .similar-articles-wrap .similar-articles-wrap-inners h2 {
    color: #A52532;
    line-height: 3.25;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 479px) {
      .similar-articles-wrap .similar-articles-wrap-inners h2 {
        font-size: 20px;
        line-height: 140%; } }
    @media only screen and (max-width: 399px) {
      .similar-articles-wrap .similar-articles-wrap-inners h2 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        text-align: left; } }
    .similar-articles-wrap .similar-articles-wrap-inners h2 a, .similar-articles-wrap .similar-articles-wrap-inners h2 a:visited, .similar-articles-wrap .similar-articles-wrap-inners h2 a:hover {
      text-decoration: none;
      color: #A52532; }
    .similar-articles-wrap .similar-articles-wrap-inners h2 .fas {
      font-size: 20px; }
      @media only screen and (max-width: 991px) {
        .similar-articles-wrap .similar-articles-wrap-inners h2 .fas {
          font-size: 19px; } }
      @media only screen and (max-width: 767px) {
        .similar-articles-wrap .similar-articles-wrap-inners h2 .fas {
          font-size: 18px; } }
      @media only screen and (max-width: 575px) {
        .similar-articles-wrap .similar-articles-wrap-inners h2 .fas {
          font-size: 16px; } }
      @media only screen and (max-width: 479px) {
        .similar-articles-wrap .similar-articles-wrap-inners h2 .fas {
          font-size: 15px; } }
  @media only screen and (max-width: 1199px) {
    .similar-articles-wrap .similar-articles-wrap-inners .similar-articles-mobile {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      padding-top: 16px;
      scrollbar-width: thin;
      scrollbar-color: #9EA5BD #E6E7EA; }
      .similar-articles-wrap .similar-articles-wrap-inners .similar-articles-mobile::-webkit-scrollbar {
        background-color: #E6E7EA;
        height: 8px;
        width: 7px; }
      .similar-articles-wrap .similar-articles-wrap-inners .similar-articles-mobile::-webkit-scrollbar-thumb {
        background-color: #9EA5BD;
        border-radius: 40px;
        border: 2px solid #9EA5BD; }
      .similar-articles-wrap .similar-articles-wrap-inners .similar-articles-mobile::-webkit-scrollbar-track {
        background: #E6E7EA; } }
  @media only screen and (max-width: 399px) {
    .similar-articles-wrap .similar-articles-wrap-inners .similar-articles-mobile {
      overflow-x: hidden;
      padding-top: 0; } }
  .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
    @media only screen and (max-width: 1199px) {
      .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks {
        width: 870px;
        padding-left: 5px;
        /* display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        grid-template-columns: none;
        grid-template-rows: none;
        column-gap: 0;
        row-gap: 0;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; */
        padding-bottom: 20px; } }
    @media only screen and (max-width: 399px) {
      .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks {
        width: auto; } }
    .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .owl-stage-outer {
      padding: 16px 5px; }
      .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .owl-stage-outer .owl-stage {
        display: -ms-flexbox;
        display: flex; }
        .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .owl-stage-outer .owl-stage .owl-item {
          display: -ms-flexbox;
          display: flex;
          /* margin-right: 20px !important;
          width: 260px;
          min-width: 260px;
          max-width: 260px;*/ }
          @media only screen and (max-width: 399px) {
            .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .owl-stage-outer .owl-stage .owl-item {
              width: 100% !important; } }
          @media only screen and (min-width: 400px) {
            .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .owl-stage-outer .owl-stage .owl-item {
              width: 270px;
              min-width: 270px;
              max-width: 270px; } }
    .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .owl-dots {
      position: absolute;
      bottom: 10px;
      width: 100%;
      text-align: center;
      left: 0; }
      .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .owl-dots .owl-dot {
        background: #C9CDDA;
        width: 8px;
        height: 8px;
        margin: 0 10px;
        border-radius: 50%; }
        .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .owl-dots .owl-dot.active {
          background: #A52532;
          width: 12px;
          height: 12px; }
        @media only screen and (max-width: 767px) {
          .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .owl-dots .owl-dot {
            width: 6px;
            height: 6px;
            margin: 0 8px; }
            .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .owl-dots .owl-dot.active {
              width: 10px;
              height: 10px; } }
    .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block {
      position: relative;
      height: auto;
      display: block;
      text-decoration: none;
      background: #FFFFFF;
      border: 1px solid #E2E2E2;
      transition: all .4s ease-in-out;
      margin-right: 20px; }
      @media only screen and (max-width: 1199px) {
        .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block {
          margin-right: 20px; } }
      @media only screen and (max-width: 399px) {
        .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block {
          /* min-width: 100%;
          max-width: 100%; */ } }
      @media only screen and (min-width: 400px) {
        .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block {
          width: 270px;
          min-width: 270px;
          max-width: 270px; } }
      .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block .block-img {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto 100%; }
        @media only screen and (max-width: 399px) {
          .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block .block-img {
            height: 220px; } }
      .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block .views-comments {
        position: absolute;
        width: 90px;
        height: 36px;
        left: 0;
        bottom: 10px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
        .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block .views-comments:before {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          background: #FFFFFF;
          opacity: 0.8;
          border-radius: 4px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
        .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block .views-comments p {
          position: relative;
          display: inline-block;
          font-size: 15px; }
          .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block .views-comments p.views {
            display: none; }
          .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block .views-comments p.comments {
            margin-left: 16px; }
      .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block .similar-article-text {
        position: relative;
        height: auto;
        padding: 16px 12px;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important; }
        @media only screen and (max-width: 399px) {
          .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block .similar-article-text {
            padding: 12px; } }
        .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block .similar-article-text .text {
          font-family: 'Noto Sans Bold';
          font-size: 18px;
          line-height: 133%;
          width: 100%;
          margin: 0;
          color: #000000; }
          @media only screen and (max-width: 1199px) {
            .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block .similar-article-text .text {
              font-size: 17px; } }
      .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block:hover {
        box-shadow: 0px 0px 10px #B7BAC4; }
        @media only screen and (max-width: 1199px) {
          .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block:hover {
            box-shadow: 0px 0px 5px #B7BAC4; } }
      .similar-articles-wrap .similar-articles-wrap-inners .all-similar-articles-blocks .similar-article-block:last-of-type {
        /* @media only screen and (max-width: 1399px) {
            display: none;
        }
        @media only screen and (max-width: 1199px) {
            display: block;
        } */ }

.content_inners.all_material .publications_breadcrumd {
  padding-bottom: 10px; }
.content_inners.all_material .block_header_product {
  margin-bottom: 24px; }
  .content_inners.all_material .block_header_product h1 {
    margin-bottom: 0;
    font-family: 'Noto Sans';
    font-weight: bold; }
@media only screen and (max-width: 380px) {
  .content_inners.all_material .publications_submenu .submenu_wraper {
    margin-bottom: 40px; } }
.content_inners.all_material .publications_submenu .submenu {
  margin-bottom: 40px; }
  @media only screen and (max-width: 380px) {
    .content_inners.all_material .publications_submenu .submenu {
      margin-bottom: 0; } }

.container-znak-top-banner {
  width: auto;
  max-width: 100%;
  position: relative;
  padding: 20px 0 48px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
  .container-znak-top-banner img {
    width: auto;
    max-width: 100%;
    margin: 0 !important; }
    @media only screen and (max-width: 575px) {
      .container-znak-top-banner img.desktop-znak {
        display: none; } }
    .container-znak-top-banner img.mobile-znak {
      display: none; }
      @media only screen and (max-width: 575px) {
        .container-znak-top-banner img.mobile-znak {
          display: block; } }

.doc-znak {
  width: auto;
  max-width: 100%;
  position: relative;
  padding: 6px 0 48px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
  .doc-znak a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 46%;
    padding: 20px;
    margin: 0 1% 16px 1%;
    border: 1px solid #e6e6e6;
    text-decoration: none;
    -ms-flex-align: center !important;
    align-items: center !important; }
    @media only screen and (max-width: 639px) {
      .doc-znak a {
        width: 100%;
        margin: 0 0 16px 0; } }
    .doc-znak a:hover {
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
    .doc-znak a img {
      margin: 0 16px 0 0 !important; }
    .doc-znak a p {
      width: calc(100% - 54px - 16px);
      margin: 0;
      padding: 0; }

.container-znak-description {
  position: relative;
  width: 100%;
  padding: 20px;
  background: url(/wp-content/uploads/2021/12/banner-bottom.jpg) 60% 0 no-repeat;
  background-size: auto 100%;
  padding-right: 40%; }
  @media only screen and (max-width: 639px) {
    .container-znak-description {
      background-size: auto 250px;
      padding: 280px 0 20px 0; } }
  .container-znak-description .application_examination {
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    border: 1px solid #A52532;
    border-radius: 4px;
    padding: 9px 16px;
    background: #A52532;
    color: #fff;
    margin-top: 32px;
    width: 230px;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 10px; }
    .container-znak-description .application_examination:visited, .container-znak-description .application_examination:hover {
      color: #fff; }

.site-main {
  padding-top: 16px; }
  @media only screen and (max-width: 767px) {
    .site-main {
      padding-top: 0; } }

.woocommerce-breadcrumb {
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #A1A5B2 !important;
  width: 1120px !important;
  max-width: 100% !important;
  margin: 0 auto 8px auto !important; }
  @media only screen and (max-width: 1199px) {
    .woocommerce-breadcrumb {
      width: 100%;
      padding: 0 32px; } }
  @media only screen and (max-width: 479px) {
    .woocommerce-breadcrumb {
      padding: 0 16px; } }
  .woocommerce-breadcrumb a {
    color: #A1A5B2 !important; }
    .woocommerce-breadcrumb a:visited {
      color: #A1A5B2 !important; }
    .woocommerce-breadcrumb a:hover {
      color: #A52532 !important; }

.base-product-list-wrap.class_list_category {
  background: #F2F3F6;
  padding: 16px 32px 32px 32px; }
  @media only screen and (max-width: 479px) {
    .base-product-list-wrap.class_list_category {
      padding: 16px 16px 32px 16px; } }
  .base-product-list-wrap.class_list_category h1 {
    text-align: center;
    color: #1E1E1E;
    font-family: 'Noto Sans Bold';
    font-weight: normal;
    padding-top: 16px;
    margin-bottom: 32px;
    font-size: 40px; }
    @media only screen and (max-width: 991px) {
      .base-product-list-wrap.class_list_category h1 {
        font-size: 35px;
        line-height: 130%; } }
    @media only screen and (max-width: 767px) {
      .base-product-list-wrap.class_list_category h1 {
        font-size: 33px;
        line-height: 120%; } }
    @media only screen and (max-width: 575px) {
      .base-product-list-wrap.class_list_category h1 {
        font-size: 25px;
        line-height: 120%; } }
    @media only screen and (max-width: 479px) {
      .base-product-list-wrap.class_list_category h1 {
        font-size: 24px;
        line-height: 120%; } }
    @media only screen and (max-width: 359px) {
      .base-product-list-wrap.class_list_category h1 {
        font-size: 22px;
        line-height: 120%; } }
  .base-product-list-wrap.class_list_category ul.products {
    width: 1120px !important;
    max-width: 100% !important;
    margin: 0 auto;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px; }
    @media only screen and (max-width: 1199px) {
      .base-product-list-wrap.class_list_category ul.products {
        width: 100%;
        padding: 0;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3; } }
    @media only screen and (max-width: 767px) {
      .base-product-list-wrap.class_list_category ul.products {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media only screen and (max-width: 399px) {
      .base-product-list-wrap.class_list_category ul.products {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
    .base-product-list-wrap.class_list_category ul.products li.product {
      width: 100% !important;
      margin: 0 0 17px 0 !important;
      padding: 0 !important;
      float: none !important; }
      .base-product-list-wrap.class_list_category ul.products li.product a {
        color: #3C3A3A;
        display: block; }
        .base-product-list-wrap.class_list_category ul.products li.product a h2, .base-product-list-wrap.class_list_category ul.products li.product a h3 {
          padding: 0 !important;
          margin: 0 !important;
          font-family: 'Roboto';
          font-weight: normal;
          color: #3C3A3A;
          font-size: 19px;
          line-height: 130%; }
          @media only screen and (max-width: 991px) {
            .base-product-list-wrap.class_list_category ul.products li.product a h2, .base-product-list-wrap.class_list_category ul.products li.product a h3 {
              font-size: 17px; } }
          @media only screen and (max-width: 767px) {
            .base-product-list-wrap.class_list_category ul.products li.product a h2, .base-product-list-wrap.class_list_category ul.products li.product a h3 {
              font-size: 16px; } }
          .base-product-list-wrap.class_list_category ul.products li.product a h2 .mark, .base-product-list-wrap.class_list_category ul.products li.product a h2 mark, .base-product-list-wrap.class_list_category ul.products li.product a h3 .mark, .base-product-list-wrap.class_list_category ul.products li.product a h3 mark {
            background: none;
            padding: 0; }
        .base-product-list-wrap.class_list_category ul.products li.product a:hover {
          color: #A52532; }
          .base-product-list-wrap.class_list_category ul.products li.product a:hover h2, .base-product-list-wrap.class_list_category ul.products li.product a:hover h3 {
            color: #A52532; }

.block-news-wrap.product-cat {
  padding-top: 24px;
  padding-bottom: 32px; }
  @media only screen and (max-width: 767px) {
    .block-news-wrap.product-cat {
      background: #F2F3F6; } }
  @media only screen and (max-width: 479px) {
    .block-news-wrap.product-cat {
      background: #fff; } }
  .block-news-wrap.product-cat h2 {
    display: block;
    text-align: center;
    font-size: 38px;
    line-height: 2;
    text-align: center;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 1599px) {
      .block-news-wrap.product-cat h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 1199px) {
      .block-news-wrap.product-cat h2 {
        font-size: 32px; } }
    @media only screen and (max-width: 991px) {
      .block-news-wrap.product-cat h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .block-news-wrap.product-cat h2 {
        font-size: 23px; } }
    @media only screen and (max-width: 479px) {
      .block-news-wrap.product-cat h2 {
        font-size: 20px;
        line-height: 140%; } }
    @media only screen and (max-width: 399px) {
      .block-news-wrap.product-cat h2 {
        font-size: 18px; } }
    .block-news-wrap.product-cat h2 a, .block-news-wrap.product-cat h2 a:visited, .block-news-wrap.product-cat h2 a:hover {
      text-decoration: none;
      color: #A52532; }
    .block-news-wrap.product-cat h2 .fas {
      font-size: 27px; }
      @media only screen and (max-width: 1199px) {
        .block-news-wrap.product-cat h2 .fas {
          font-size: 24px; } }
      @media only screen and (max-width: 991px) {
        .block-news-wrap.product-cat h2 .fas {
          font-size: 21px; } }
      @media only screen and (max-width: 767px) {
        .block-news-wrap.product-cat h2 .fas {
          font-size: 19px; } }
      @media only screen and (max-width: 479px) {
        .block-news-wrap.product-cat h2 .fas {
          font-size: 16px; } }
  .block-news-wrap.product-cat .block-news .news-home a .date {
    margin-bottom: 6px; }

.last-product-wrap {
  padding-top: 32px;
  padding-bottom: 64px;
  background: #fff; }
  .last-product-wrap.discussed {
    background: #F2F3F6; }
  @media only screen and (max-width: 1199px) {
    .last-product-wrap {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    .last-product-wrap {
      padding-top: 16px;
      padding-bottom: 16px; } }
  .last-product-wrap .last-product-wrap-inners h2 {
    color: #A52532;
    font-size: 38px;
    line-height: 2;
    text-align: center;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 1599px) {
      .last-product-wrap .last-product-wrap-inners h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 1199px) {
      .last-product-wrap .last-product-wrap-inners h2 {
        font-size: 32px; } }
    @media only screen and (max-width: 991px) {
      .last-product-wrap .last-product-wrap-inners h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .last-product-wrap .last-product-wrap-inners h2 {
        font-size: 23px; } }
    @media only screen and (max-width: 479px) {
      .last-product-wrap .last-product-wrap-inners h2 {
        font-size: 20px;
        line-height: 140%; } }
    @media only screen and (max-width: 399px) {
      .last-product-wrap .last-product-wrap-inners h2 {
        font-size: 18px; } }
    .last-product-wrap .last-product-wrap-inners h2 a, .last-product-wrap .last-product-wrap-inners h2 a:visited, .last-product-wrap .last-product-wrap-inners h2 a:hover {
      text-decoration: none;
      color: #A52532; }
    .last-product-wrap .last-product-wrap-inners h2 .fas {
      font-size: 27px; }
      @media only screen and (max-width: 1199px) {
        .last-product-wrap .last-product-wrap-inners h2 .fas {
          font-size: 24px; } }
      @media only screen and (max-width: 991px) {
        .last-product-wrap .last-product-wrap-inners h2 .fas {
          font-size: 21px; } }
      @media only screen and (max-width: 767px) {
        .last-product-wrap .last-product-wrap-inners h2 .fas {
          font-size: 19px; } }
      @media only screen and (max-width: 479px) {
        .last-product-wrap .last-product-wrap-inners h2 .fas {
          font-size: 16px; } }
  .last-product-wrap .last-product-wrap-inners .subheader {
    text-align: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto; }
    @media only screen and (max-width: 399px) {
      .last-product-wrap .last-product-wrap-inners .subheader {
        font-size: 14px; } }
  @media only screen and (max-width: 1279px) {
    .last-product-wrap .last-product-wrap-inners .last-product-blocks-mobile {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      padding-top: 16px;
      scrollbar-width: thin;
      scrollbar-color: #9EA5BD #E6E7EA; }
      .last-product-wrap .last-product-wrap-inners .last-product-blocks-mobile::-webkit-scrollbar {
        background-color: #E6E7EA;
        height: 8px;
        width: 7px; }
      .last-product-wrap .last-product-wrap-inners .last-product-blocks-mobile::-webkit-scrollbar-thumb {
        background-color: #9EA5BD;
        border-radius: 40px;
        border: 2px solid #9EA5BD; }
      .last-product-wrap .last-product-wrap-inners .last-product-blocks-mobile::-webkit-scrollbar-track {
        background: #E6E7EA; } }
  @media only screen and (max-width: 399px) {
    .last-product-wrap .last-product-wrap-inners .last-product-blocks-mobile {
      overflow-x: hidden;
      padding-top: 0; } }
  .last-product-wrap .last-product-wrap-inners .all-product-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 16px;
    width: 1500px;
    margin: 0 auto; }
    @media only screen and (max-width: 1599px) {
      .last-product-wrap .last-product-wrap-inners .all-product-blocks {
        width: 1200px; } }
    @media only screen and (max-width: 1279px) {
      .last-product-wrap .last-product-wrap-inners .all-product-blocks {
        width: 1500px;
        padding-left: 5px;
        padding-right: 0;
        padding-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 399px) {
      .last-product-wrap .last-product-wrap-inners .all-product-blocks {
        padding-left: 0;
        width: auto; } }
    .last-product-wrap .last-product-wrap-inners .all-product-blocks .owl-stage-outer {
      padding: 16px 5px; }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .owl-stage-outer .owl-stage {
        display: -ms-flexbox;
        display: flex; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .owl-stage-outer .owl-stage .owl-item {
          display: -ms-flexbox;
          display: flex;
          /* margin-right: 20px !important;
          width: 260px;
          min-width: 260px;
          max-width: 260px;*/ }
    .last-product-wrap .last-product-wrap-inners .all-product-blocks .owl-dots {
      position: absolute;
      bottom: 10px;
      width: 100%;
      text-align: center;
      left: 0; }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .owl-dots .owl-dot {
        background: #C9CDDA;
        width: 8px;
        height: 8px;
        margin: 0 10px;
        border-radius: 50%; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .owl-dots .owl-dot.active {
          background: #A52532;
          width: 12px;
          height: 12px; }
        @media only screen and (max-width: 767px) {
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .owl-dots .owl-dot {
            width: 6px;
            height: 6px;
            margin: 0 8px; }
            .last-product-wrap .last-product-wrap-inners .all-product-blocks .owl-dots .owl-dot.active {
              width: 10px;
              height: 10px; } }
    .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block {
      position: relative;
      width: 280px;
      min-width: 280px;
      max-width: 280px;
      height: auto;
      text-decoration: none;
      background: #FFFFFF;
      border: 1px solid #c1bfbf;
      padding: 24px 16px;
      margin-right: 24px;
      transition: all .4s ease-in-out;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
      @media only screen and (max-width: 399px) {
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block {
          /* min-width: 100%;
          max-width: 100%; */
          margin: 0 auto !important;
          padding: 20px 16px 16px 16px; } }
      @media only screen and (min-width: 400px) {
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block {
          width: 280px;
          min-width: 280px;
          max-width: 280px; } }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .icon-quality-control, .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .icon-black-list {
        position: absolute;
        width: 60px;
        height: 95px;
        content: '';
        top: 16px;
        left: 16px;
        z-index: 20; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .icon-quality-control img, .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .icon-black-list img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 10;
          border-radius: 5px; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .icon-quality-control span, .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .icon-black-list span {
          font-family: 'IBM Plex Sans Medium';
          font-size: 10px;
          font-weight: 500;
          line-height: 1.4;
          z-index: 15;
          color: #fff;
          display: block;
          position: absolute;
          letter-spacing: .025rem;
          text-align: center;
          bottom: 9px; }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-order: 1;
        order: 1;
        content: '';
        padding-bottom: 0;
        z-index: 20;
        margin: 0;
        top: 16px;
        left: 16px;
        background: #fff;
        width: 70px;
        height: 70px;
        border: 1px solid #00ae4d;
        border-radius: 50%; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure:after {
          position: absolute;
          top: 3px;
          left: 3px;
          width: 62px;
          height: 62px;
          border: 2px solid #00ae4d;
          border-radius: 50%;
          content: ''; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure .block-img {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: center !important;
          align-items: center !important;
          -ms-flex-pack: center !important;
          justify-content: center !important;
          z-index: 10;
          margin: 0;
          background: #00ae4d;
          width: 62px;
          height: 31px;
          border: 0px solid #00ae4d;
          border-radius: 50% 50% 0 0 / 100% 100% 0 0;
          margin-top: 2px; }
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure .block-img img {
            position: relative;
            height: auto;
            z-index: 10;
            width: 23px;
            margin: 2px 0 0 0; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure span {
          color: rgba(0, 0, 0, 0.9);
          font-family: 'IBM Plex Sans Medium';
          font-weight: 600;
          position: relative;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: center !important;
          align-items: center !important;
          -ms-flex-pack: center !important;
          justify-content: center !important;
          line-height: 1;
          padding-right: .04rem;
          letter-spacing: -.08rem;
          padding-right: .04rem;
          font-size: 18px;
          width: 62px;
          height: 31px;
          border-radius: 0 0 50% 50% / 0 0 100% 100%;
          padding-right: 0.05rem;
          padding-top: 5px;
          top: -6px; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure i {
          font-family: 'Roboto';
          font-size: 10px;
          font-weight: 500;
          line-height: 1.4;
          z-index: 15;
          color: #fff;
          display: block;
          position: absolute;
          width: 100%;
          letter-spacing: .025rem;
          text-align: center;
          top: 32px;
          left: 0;
          font-style: normal;
          z-index: 11; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure.black-listed span {
          padding-top: 0;
          -ms-flex-align: start !important;
          align-items: flex-start !important; }
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure.black-listed span img {
            position: relative;
            height: auto;
            border-radius: 0;
            width: 22px;
            margin-top: 8px; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure.no-rating {
          border-color: #C9CDDA; }
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure.no-rating:after {
            border-color: #C9CDDA; }
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure.no-rating .block-img {
            background: #C9CDDA; }
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure.no-rating span {
            padding-top: 0;
            -ms-flex-align: center !important;
            align-items: center !important;
            border-color: #C9CDDA; }
            .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .rating-figure.no-rating span img {
              position: relative;
              width: 13px;
              height: auto;
              border-radius: 0;
              margin-top: 8px; }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .block-img {
        width: 130px;
        height: 130px;
        margin: 0 auto 16px auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .text {
        position: relative;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        height: calc(100% - 130px - 16px); }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block h3, .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .b_h3 {
        font-size: 19px;
        line-height: 140%;
        color: #000;
        font-family: 'IBM Plex Sans';
        font-weight: 600;
        padding-top: 0;
        margin-bottom: 16px;
        width: 100%; }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .price {
        font-size: 16px;
        line-height: 140%;
        color: #000;
        margin-bottom: 8px;
        width: 100%; }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .brand-product {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        margin-bottom: 8px;
        width: 100%; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .brand-product .block-img {
          position: relative;
          width: 50px;
          height: 50px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          margin-right: 8px;
          margin-left: 0;
          margin-bottom: 0; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .brand-product .brand-text {
          font-family: 'IBM Plex Sans';
          font-size: 16px;
          line-height: 140%;
          color: #000;
          margin-bottom: 0; }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .favorites-comments {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .favorites-comments .tinv-wraper a {
          width: auto !important;
          height: auto !important;
          padding: 0;
          margin: 0 20px 0 0; }
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .favorites-comments .tinv-wraper a:before {
            position: relative;
            top: 0;
            left: 0;
            margin: 0;
            padding: 0;
            font-family: "Font Awesome 5 Free" !important;
            content: "\f004";
            font-size: 25px;
            font-weight: 900;
            color: #C9CDDA;
            display: block !important; }
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .favorites-comments .tinv-wraper a.tinvwl-product-in-list:before {
            color: #A52532; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .favorites-comments .compare-button {
          width: 30px;
          height: 30px;
          margin-right: 20px;
          position: relative; }
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .favorites-comments .compare-button a.compare {
            width: 30px !important;
            height: 30px !important;
            padding: 0;
            margin: 0;
            overflow: hidden;
            font-size: 8px;
            text-decoration: none !important; }
            .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .favorites-comments .compare-button a.compare:before {
              position: relative;
              top: 0;
              left: 0;
              margin: 0;
              padding: 0;
              font-family: "Font Awesome 5 Free" !important;
              content: "\f515";
              font-size: 21px;
              font-weight: 900;
              color: #C9CDDA;
              display: block !important; }
            .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .favorites-comments .compare-button a.compare.added:before {
              color: #A52532; }
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block .favorites-comments .comments {
          background-image: url(assets/img/comment-grey.png);
          color: #000 !important;
          padding-left: 36px !important; }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block a {
        text-decoration: none !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        margin-bottom: 24px;
        z-index: 15; }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block:hover {
        box-shadow: 0px 0px 10px #B7BAC4; }
        @media only screen and (max-width: 1199px) {
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block:hover {
            box-shadow: 0px 0px 5px #B7BAC4; } }
      @media only screen and (max-width: 1599px) {
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block:nth-of-type(4) {
          margin-right: 0; } }
      @media only screen and (max-width: 1279px) {
        .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block:nth-of-type(4) {
          margin-right: 24px; } }
      .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block:last-of-type {
        margin-right: 0; }
        @media only screen and (max-width: 1599px) {
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block:last-of-type {
            display: none; } }
        @media only screen and (max-width: 1279px) {
          .last-product-wrap .last-product-wrap-inners .all-product-blocks .last-product-block:last-of-type {
            display: -ms-flexbox;
            display: flex; } }

.wrapper_taxonomy_description {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 24px; }
  @media only screen and (max-width: 1199px) {
    .wrapper_taxonomy_description {
      width: 100%;
      padding: 0 32px; } }
  @media only screen and (max-width: 479px) {
    .wrapper_taxonomy_description {
      padding: 0 16px; } }
  .wrapper_taxonomy_description .thumb_category {
    position: relative;
    float: right;
    margin: 0 0 24px 32px;
    width: 200px; }
  .wrapper_taxonomy_description .term-description p {
    font-size: 15px;
    line-height: 150%;
    color: #000; }

.base-product-list-wrap.class_list_product {
  padding-top: 16px;
  border-top: 1px solid #F0F1F4;
  padding-bottom: 24px; }
  .base-product-list-wrap.class_list_product .woocommerce-breadcrumb {
    width: 1200px !important;
    margin-bottom: 10px !important; }
  .base-product-list-wrap.class_list_product .block_header_product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 24px; }
    @media only screen and (max-width: 1199px) {
      .base-product-list-wrap.class_list_product .block_header_product {
        width: 100%;
        padding: 0; } }
    @media only screen and (max-width: 575px) {
      .base-product-list-wrap.class_list_product .block_header_product {
        padding: 0; } }
    .base-product-list-wrap.class_list_product .block_header_product .block_header_breadcrumb {
      margin-right: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: calc(100% - 150px); }
      @media only screen and (max-width: 991px) {
        .base-product-list-wrap.class_list_product .block_header_product .block_header_breadcrumb {
          max-width: calc(100% - 45px); } }
      .base-product-list-wrap.class_list_product .block_header_product .block_header_breadcrumb .woocommerce-products-header {
        padding: 0;
        -ms-flex-order: 0;
        order: 0; }
      .base-product-list-wrap.class_list_product .block_header_product .block_header_breadcrumb h1 {
        margin-bottom: 0;
        font-size: 35px;
        font-family: 'Noto Sans';
        font-weight: bold;
        line-height: 130%;
        padding-left: 40px; }
        @media only screen and (max-width: 991px) {
          .base-product-list-wrap.class_list_product .block_header_product .block_header_breadcrumb h1 {
            font-size: 30px;
            line-height: 130%; } }
        @media only screen and (max-width: 767px) {
          .base-product-list-wrap.class_list_product .block_header_product .block_header_breadcrumb h1 {
            font-size: 25px;
            line-height: 120%;
            padding-left: 0; } }
        @media only screen and (max-width: 575px) {
          .base-product-list-wrap.class_list_product .block_header_product .block_header_breadcrumb h1 {
            font-size: 22px; } }
        @media only screen and (max-width: 479px) {
          .base-product-list-wrap.class_list_product .block_header_product .block_header_breadcrumb h1 {
            font-size: 22px; } }
        @media only screen and (max-width: 359px) {
          .base-product-list-wrap.class_list_product .block_header_product .block_header_breadcrumb h1 {
            font-size: 21px; } }
      .base-product-list-wrap.class_list_product .block_header_product .block_header_breadcrumb .woocommerce-breadcrumb {
        width: 100% !important;
        -ms-flex-order: 1;
        order: 1; }
    .base-product-list-wrap.class_list_product .block_header_product .block_share_sidebar .share_sidebar {
      margin-bottom: 0; }
      @media only screen and (max-width: 991px) {
        .base-product-list-wrap.class_list_product .block_header_product .block_share_sidebar .share_sidebar {
          display: -ms-flexbox;
          display: flex; }
          .base-product-list-wrap.class_list_product .block_header_product .block_share_sidebar .share_sidebar span {
            display: none; } }
    .base-product-list-wrap.class_list_product .block_header_product .block_share_sidebar .share_social_sidebar {
      z-index: 1000; }
  .base-product-list-wrap.class_list_product .publications_submenu-add_product {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
    .base-product-list-wrap.class_list_product .publications_submenu-add_product .publications_submenu {
      width: auto;
      margin: 0;
      padding-left: 100px; }
      @media only screen and (max-width: 1199px) {
        .base-product-list-wrap.class_list_product .publications_submenu-add_product .publications_submenu {
          padding: 0 0 0 100px; } }
      @media only screen and (max-width: 767px) {
        .base-product-list-wrap.class_list_product .publications_submenu-add_product .publications_submenu {
          margin-right: 32px;
          padding: 0; } }
      @media only screen and (max-width: 479px) {
        .base-product-list-wrap.class_list_product .publications_submenu-add_product .publications_submenu {
          margin-right: 0; } }
      @media only screen and (max-width: 380px) {
        .base-product-list-wrap.class_list_product .publications_submenu-add_product .publications_submenu {
          width: 100%;
          max-width: 100%;
          overflow-x: auto;
          padding: 0 0 12px 0rem;
          scrollbar-width: thin;
          scrollbar-color: #9EA5BD #E6E7EA;
          z-index: 100;
          margin-bottom: 40px; }
          .base-product-list-wrap.class_list_product .publications_submenu-add_product .publications_submenu::-webkit-scrollbar {
            background-color: #E6E7EA;
            height: 5px;
            width: 7px;
            z-index: 100; }
          .base-product-list-wrap.class_list_product .publications_submenu-add_product .publications_submenu::-webkit-scrollbar-thumb {
            background-color: #9EA5BD;
            border-radius: 40px;
            border: 2px solid #9EA5BD;
            z-index: 100; }
          .base-product-list-wrap.class_list_product .publications_submenu-add_product .publications_submenu::-webkit-scrollbar-track {
            background: #E6E7EA;
            z-index: 100; } }
      .base-product-list-wrap.class_list_product .publications_submenu-add_product .publications_submenu .submenu {
        margin-bottom: 48px; }
        @media only screen and (max-width: 380px) {
          .base-product-list-wrap.class_list_product .publications_submenu-add_product .publications_submenu .submenu {
            margin-bottom: 0; } }
    .base-product-list-wrap.class_list_product .publications_submenu-add_product .add_product {
      text-decoration: none;
      font-size: 16px;
      line-height: 19px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: center !important;
      align-items: center !important;
      border: 1px solid #A52532;
      border-radius: 4px;
      padding: 9px 16px;
      color: #A52532;
      margin-bottom: 48px;
      /* .txt-btn {
          @media only screen and (max-width: 1199px) {
              display: none;
          }
      } */ }
      @media only screen and (max-width: 767px) {
        .base-product-list-wrap.class_list_product .publications_submenu-add_product .add_product {
          margin-bottom: 40px; } }
      @media only screen and (max-width: 575px) {
        .base-product-list-wrap.class_list_product .publications_submenu-add_product .add_product {
          margin-bottom: 32px; } }
      @media only screen and (max-width: 479px) {
        .base-product-list-wrap.class_list_product .publications_submenu-add_product .add_product {
          padding: 8px 16px; } }
      .base-product-list-wrap.class_list_product .publications_submenu-add_product .add_product:visited {
        color: #A52532; }
      .base-product-list-wrap.class_list_product .publications_submenu-add_product .add_product:hover {
        background: #A52532;
        color: #fff; }
      .base-product-list-wrap.class_list_product .publications_submenu-add_product .add_product i {
        margin-right: 8px;
        font-size: 19px;
        /* @media only screen and (max-width: 1199px) {
            margin-right: 0;
        } */ }
  .base-product-list-wrap.class_list_product .search_and_filter {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 16px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* .add_product {
            text-decoration: none;
            font-size: 16px;
            line-height: 19px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-align: center !important;
            align-items: center !important;
            border: 1px solid #A52532;
            border-radius: 4px;
            padding: 9px 16px;
            color: #A52532;
            
            @media only screen and (max-width: 1199px) {
                padding: 0;
                width: 40px;
                height: 40px;
                -ms-flex-pack: center;
                justify-content: center;
            }
            @media only screen and (max-width: 575px) {
                position: absolute;
                bottom: 0;
                right: 0;
            }
            @media only screen and (max-width: 479px) {
                bottom: auto;
                top: 0;
            }
            
            &:visited {
                color: #A52532;
            }
            &:hover {
                background: #A52532;
                color: #fff;
            }
            i {
                margin-right: 8px;
                font-size: 19px;
                
                @media only screen and (max-width: 1199px) {
                    margin-right: 0;
                }
            }
            .txt-btn {
                @media only screen and (max-width: 1199px) {
                    display: none;
                }
            }
    } */ }
    @media only screen and (max-width: 1199px) {
      .base-product-list-wrap.class_list_product .search_and_filter {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .base-product-list-wrap.class_list_product .search_and_filter {
        -ms-flex-align: end !important;
        align-items: flex-end !important; } }
    .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter {
      position: relative;
      width: 100%; }
      .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0; }
        .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li {
          padding: 0;
          margin: 0 24px 0 0; }
          .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand {
            width: 300px;
            -ms-flex-order: 1;
            order: 1; }
            @media only screen and (max-width: 1199px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand {
                width: 250px; } }
            @media only screen and (max-width: 991px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand {
                width: 170px; } }
            @media only screen and (max-width: 767px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand {
                width: 300px;
                margin-bottom: 16px;
                -ms-flex-order: 0;
                order: 0; } }
            @media only screen and (max-width: 639px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand {
                width: 250px; } }
            @media only screen and (max-width: 575px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand {
                width: 200px; } }
            @media only screen and (max-width: 479px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand {
                width: 170px;
                margin-right: 16px; } }
            @media only screen and (max-width: 359px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand {
                width: 150px;
                margin-right: 0; } }
            .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label select.sf-input-select {
              max-width: 300px; }
              @media only screen and (max-width: 1199px) {
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label select.sf-input-select {
                  max-width: 250px; } }
              @media only screen and (max-width: 991px) {
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label select.sf-input-select {
                  max-width: 170px; } }
              @media only screen and (max-width: 767px) {
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label select.sf-input-select {
                  max-width: 300px; } }
              @media only screen and (max-width: 639px) {
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label select.sf-input-select {
                  max-width: 250px; } }
              @media only screen and (max-width: 575px) {
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label select.sf-input-select {
                  max-width: 220px; } }
              @media only screen and (max-width: 479px) {
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label select.sf-input-select {
                  max-width: 160px; } }
              @media only screen and (max-width: 359px) {
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label select.sf-input-select {
                  max-width: 150px; } }
            .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label .select2-container {
              display: block;
              background-color: #F0F1F4;
              border-radius: 4px;
              width: 100% !important; }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label .select2-container .select2-selection {
                border: 0;
                height: 40px;
                height: 40px;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: justify;
                justify-content: space-between;
                box-shadow: none !important;
                font-size: 16px;
                color: #000;
                padding: 0 11px;
                box-shadow: none !important;
                background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='darkred' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 12px center/8px 10px; }
                @media only screen and (max-width: 991px) {
                  .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label .select2-container .select2-selection {
                    font-size: 14px; } }
                @media only screen and (max-width: 479px) {
                  .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label .select2-container .select2-selection {
                    font-size: 14px; } }
                @media only screen and (max-width: 359px) {
                  .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label .select2-container .select2-selection {
                    font-size: 13px;
                    padding: 0 6px;
                    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='darkred' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 6px center/8px 10px; } }
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label .select2-container .select2-selection .select2-selection__rendered {
                  color: #000;
                  padding: 0; }
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label .select2-container .select2-selection .select2-selection__arrow {
                  display: none; }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-taxonomy-product_brand label .select2-container.select2-container--open {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0; }
          .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-sort_order {
            width: auto;
            -ms-flex-order: 2;
            order: 2;
            margin-right: 48px; }
            @media only screen and (max-width: 767px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-sort_order {
                margin-right: 0;
                margin-bottom: 16px;
                -ms-flex-order: 1;
                order: 1; } }
            @media only screen and (max-width: 479px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-sort_order {
                margin-right: 0; } }
            @media only screen and (max-width: 359px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-sort_order {
                margin-left: auto; } }
            .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-sort_order label {
              width: auto; }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-sort_order label select {
                background-color: #F0F1F4 !important;
                border-radius: 4px;
                border: 0 !important;
                height: 40px;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: justify;
                justify-content: space-between;
                box-shadow: none !important;
                font-size: 16px;
                color: #000000;
                padding: 0 32px 0 11px;
                box-shadow: none !important;
                background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='darkred' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 12px center/8px 10px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                cursor: pointer; }
                @media only screen and (max-width: 991px) {
                  .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-sort_order label select {
                    font-size: 14px;
                    min-width: 110px; } }
                @media only screen and (max-width: 479px) {
                  .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-sort_order label select {
                    font-size: 14px;
                    min-width: 120px; } }
                @media only screen and (max-width: 359px) {
                  .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-sort_order label select {
                    font-size: 13px;
                    padding: 0 22px 0 6px;
                    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='darkred' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 6px center/8px 10px; } }
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-sort_order label select:before {
                  position: relative;
                  content: "\f078";
                  color: #A52532;
                  font-size: 14px;
                  font-weight: 900;
                  font-family: "Font Awesome 5 Free"; }
          .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter {
            margin: 0 24px 0 0;
            -ms-flex-order: 0;
            order: 0; }
            @media only screen and (max-width: 767px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter {
                margin-left: 0;
                margin-right: 80px;
                -ms-flex-order: 2;
                order: 2; } }
            @media only screen and (max-width: 359px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter {
                margin-right: 0; } }
            .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li {
              display: -ms-flexbox;
              display: flex; }
              @media only screen and (max-width: 1199px) {
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li {
                  margin-right: 16px; } }
              @media only screen and (max-width: 479px) {
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li {
                  margin-right: 12px; } }
              @media only screen and (max-width: 359px) {
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li {
                  margin-right: 10px; } }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li input {
                position: absolute;
                left: 0;
                z-index: -10;
                width: 16px;
                height: 20px;
                opacity: 0; }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li label {
                position: relative;
                width: 40px;
                height: 40px;
                overflow: hidden;
                font-size: 11px;
                border-radius: 5px;
                cursor: pointer;
                color: #fff !important;
                padding: 0; }
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li label:after {
                  content: '';
                  position: absolute;
                  display: block;
                  width: 100%;
                  height: 100%;
                  top: 0;
                  left: 0;
                  background-color: #A52532;
                  background-repeat: no-repeat;
                  background-position: 50% 50%;
                  -webkit-filter: grayscale(100%);
                  filter: grayscale(100%);
                  border: 2px solid #A52532;
                  border-radius: 5px;
                  opacity: .4; }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li:hover label:after, .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li.sf-option-active label:after {
                -webkit-filter: none;
                filter: none;
                opacity: 1; }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li:nth-of-type(1) label:after {
                background-color: #a52532;
                background-image: url(assets/img/rk-rating-big.png);
                background-size: 70% auto;
                background-position: 53% 50%; }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li:nth-of-type(2) label:after {
                background-color: #a52532;
                background-image: url(assets/img/quality-inners-product-list.png);
                background-size: 100% auto; }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li:nth-of-type(3) label:after {
                background-color: #fff;
                background-image: url(assets/img/black-list-product-list.png);
                background-size: 75% auto;
                background-position: 48% 50%; }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li:nth-of-type(4) label:after {
                background-color: #fff;
                background-image: url(assets/img/no-rating.png);
                background-size: 40% auto;
                background-position: 53% 50%; }
              @media only screen and (max-width: 479px) {
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-post-meta-quality_label_filter ul li:nth-of-type(4) {
                  margin-right: 0; } }
          .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-reset {
            margin-right: 0;
            -ms-flex-order: 3;
            order: 3; }
            .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-reset a, .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-reset a:visited {
              text-decoration: none;
              color: #A52532; }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-reset a:after, .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-reset a:visited:after {
                content: '\f00d';
                position: relative;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 40px;
                height: 40px;
                border: 2px solid #A52532;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                opacity: .4;
                border-radius: 5px;
                font-weight: 900;
                font-family: "Font Awesome 5 Free";
                font-size: 21px;
                border-radius: 50%;
                padding-top: 2px; }
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-reset a:hover, .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-reset a:visited:hover {
                color: #A52532;
                -webkit-filter: none;
                filter: none;
                opacity: 1; }
                .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-reset a:hover:after, .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-reset a:visited:hover:after {
                  -webkit-filter: none;
                  filter: none;
                  opacity: 1; }
            @media only screen and (max-width: 767px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-reset {
                margin-left: 0; } }
            @media only screen and (max-width: 359px) {
              .base-product-list-wrap.class_list_product .search_and_filter .searchandfilter ul li.sf-field-reset {
                margin-left: auto; } }
  .base-product-list-wrap.class_list_product ul.products {
    width: 1200px !important;
    max-width: 100% !important;
    margin: 0 auto; }
    @media only screen and (max-width: 1199px) {
      .base-product-list-wrap.class_list_product ul.products {
        width: 100%; } }
    .base-product-list-wrap.class_list_product ul.products li.product {
      width: 100% !important;
      margin: 0 !important;
      padding: 20px 0 !important;
      float: none !important;
      border-bottom: 1px solid #C9CDDA;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
      .base-product-list-wrap.class_list_product ul.products li.product:first-of-type {
        border-top: 1px solid #C9CDDA; }
      .base-product-list-wrap.class_list_product ul.products li.product:last-of-type {
        border-bottom: 0; }
      .base-product-list-wrap.class_list_product ul.products li.product a {
        text-decoration: none !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        width: calc(100% - 80px); }
        @media only screen and (max-width: 639px) {
          .base-product-list-wrap.class_list_product ul.products li.product a {
            width: 100%; } }
        .base-product-list-wrap.class_list_product ul.products li.product a img.attachment-woocommerce_thumbnail, .base-product-list-wrap.class_list_product ul.products li.product a img.woocommerce-placeholder {
          width: 96px;
          height: 96px;
          margin-right: 8px;
          margin-bottom: 0; }
          @media only screen and (max-width: 767px) {
            .base-product-list-wrap.class_list_product ul.products li.product a img.attachment-woocommerce_thumbnail, .base-product-list-wrap.class_list_product ul.products li.product a img.woocommerce-placeholder {
              width: 75px;
              height: 75px;
              margin-right: 16px; } }
          @media only screen and (max-width: 575px) {
            .base-product-list-wrap.class_list_product ul.products li.product a img.attachment-woocommerce_thumbnail, .base-product-list-wrap.class_list_product ul.products li.product a img.woocommerce-placeholder {
              width: 64px;
              height: 64px; } }
          @media only screen and (max-width: 479px) {
            .base-product-list-wrap.class_list_product ul.products li.product a img.attachment-woocommerce_thumbnail, .base-product-list-wrap.class_list_product ul.products li.product a img.woocommerce-placeholder {
              width: 55px;
              height: 55px;
              margin-right: 8px; } }
          @media only screen and (max-width: 359px) {
            .base-product-list-wrap.class_list_product ul.products li.product a img.attachment-woocommerce_thumbnail, .base-product-list-wrap.class_list_product ul.products li.product a img.woocommerce-placeholder {
              width: 45px;
              height: 45px; } }
        .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category {
          position: relative;
          width: 430px;
          padding-right: 24px; }
          @media only screen and (max-width: 1279px) {
            .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category {
              width: 400px; } }
          @media only screen and (max-width: 1199px) {
            .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category {
              width: calc(100% - 96px - 16px - 400px);
              padding-right: 16px;
              margin-right: auto; } }
          @media only screen and (max-width: 991px) {
            .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category {
              width: calc(100% - 96px - 16px - 150px); } }
          @media only screen and (max-width: 767px) {
            .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category {
              width: calc(100% - 75px - 16px - 140px); } }
          @media only screen and (max-width: 479px) {
            .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category {
              width: calc(100% - 55px - 8px - 65px);
              padding-right: 0; } }
          @media only screen and (max-width: 359px) {
            .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category {
              width: calc(100% - 50px - 8px - 50px); } }
          .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category h2 {
            font-family: 'Noto Sans Bold';
            font-weight: normal;
            font-size: 22px;
            line-height: 128%;
            color: #000;
            padding: 0 0 6px 0; }
            @media only screen and (max-width: 1279px) {
              .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category h2 {
                font-size: 21px; } }
            @media only screen and (max-width: 1199px) {
              .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category h2 {
                font-size: 17px; } }
            @media only screen and (max-width: 767px) {
              .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category h2 {
                font-size: 16px; } }
            @media only screen and (max-width: 575px) {
              .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category h2 {
                font-size: 16px; } }
            @media only screen and (max-width: 359px) {
              .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category h2 {
                font-size: 14px; } }
          .base-product-list-wrap.class_list_product ul.products li.product a .wrapper_header_list_category p.brand-text {
            margin-bottom: 0;
            font-family: 'Roboto';
            font-weight: 500;
            font-size: 10px;
            line-height: 120%;
            letter-spacing: 0.05rem;
            text-transform: uppercase;
            color: #9C9C9C; }
        .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -ms-flex-align: center !important;
          align-items: center !important;
          width: 550px; }
          @media only screen and (max-width: 1199px) {
            .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality {
              width: 400px; } }
          @media only screen and (max-width: 991px) {
            .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality {
              width: 140px; } }
          @media only screen and (max-width: 575px) {
            .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality {
              width: 55px; } }
          .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-pack: end !important;
            justify-content: flex-end !important;
            width: 132px;
            min-width: 132px;
            margin: 0 40px 0 0;
            border-radius: 50%;
            border: 0;
            height: 108px;
            padding: 0;
            align-items: center;
            min-height: 108px; }
            @media only screen and (max-width: 1199px) {
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product {
                margin-right: 30px; } }
            @media only screen and (max-width: 991px) {
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product {
                margin-right: 0; } }
            @media only screen and (max-width: 575px) {
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product {
                padding-right: 0;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-pack: start !important;
                justify-content: flex-start !important;
                width: 55px;
                min-width: 55px;
                height: auto;
                min-height: auto; } }
            .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product.quality {
              padding-right: 0; }
            .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure {
              position: relative;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -ms-flex-align: center !important;
              align-items: center !important;
              -ms-flex-pack: center !important;
              justify-content: center !important;
              -ms-flex-order: 1;
              order: 1;
              width: 90px;
              height: 90px;
              content: '';
              padding-bottom: 0;
              z-index: 10;
              margin: 0;
              border: 1px solid #00ae4d;
              border-radius: 50%; }
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure:after {
                position: absolute;
                top: 3px;
                left: 3px;
                width: 82px;
                height: 82px;
                border: 3px solid #00ae4d;
                border-radius: 50%;
                content: ''; }
              @media only screen and (max-width: 575px) {
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure {
                  width: 55px;
                  height: 55px;
                  margin-bottom: 2px; }
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure:after {
                    top: 2px;
                    left: 2px;
                    width: 49px;
                    height: 49px;
                    border: 2px solid #00ae4d; } }
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure .block-img {
                position: relative;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-align: center !important;
                align-items: center !important;
                -ms-flex-pack: center !important;
                justify-content: center !important;
                width: 82px;
                height: 41px;
                z-index: 10;
                background: #00ae4d;
                border: 0px solid #00ae4d;
                border-radius: 50% 50% 0 0 / 100% 100% 0 0;
                margin-top: 2px; }
                @media only screen and (max-width: 575px) {
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure .block-img {
                    width: 49px;
                    height: 24.5px;
                    margin-top: 1px; } }
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure .block-img img {
                  position: relative;
                  width: 30px;
                  height: auto;
                  z-index: 10;
                  margin: 7px 0 0 0; }
                  @media only screen and (max-width: 575px) {
                    .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure .block-img img {
                      width: 19px;
                      margin: 2px 0 0 0; } }
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure span {
                color: rgba(0, 0, 0, 0.9);
                font-family: 'IBM Plex Sans Medium';
                font-size: 24px;
                font-weight: 600;
                line-height: 1;
                position: relative;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-pack: center !important;
                justify-content: center !important;
                width: 82px;
                height: 41px;
                text-align: center;
                border-radius: 0 0 50% 50% / 0 0 100% 100%;
                letter-spacing: -.08rem;
                padding-right: .05rem;
                padding-top: 10px;
                top: -6px; }
                @media only screen and (max-width: 575px) {
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure span {
                    font-size: 16px;
                    padding-top: 4px;
                    top: -3px;
                    padding-right: .07rem;
                    -ms-flex-align: center !important;
                    align-items: center !important;
                    width: 49px;
                    height: 24.5px;
                    -ms-flex-align: start !important;
                    align-items: flex-start !important; } }
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure i {
                font-family: 'Roboto';
                font-size: 10px;
                font-weight: 500;
                line-height: 1.4;
                z-index: 15;
                color: #fff;
                display: block;
                position: absolute;
                width: 100%;
                letter-spacing: .025rem;
                text-align: center;
                top: 32px;
                left: 0;
                font-style: normal;
                z-index: 11; }
                @media only screen and (max-width: 767px) {
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure i {
                    font-size: 8px;
                    top: 30px; } }
                @media only screen and (max-width: 575px) {
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure i {
                    display: none; } }
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.black-listed span {
                padding-top: 0;
                -ms-flex-align: start !important;
                align-items: flex-start !important; }
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.black-listed span img {
                  position: relative;
                  width: 27px;
                  height: auto;
                  border-radius: 0;
                  margin-top: 10px; }
                  @media only screen and (max-width: 575px) {
                    .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.black-listed span img {
                      width: 18px;
                      margin: 4px 0 0 0; } }
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.no-rating {
                border-color: #C9CDDA; }
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.no-rating:after {
                  border-color: #C9CDDA; }
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.no-rating .block-img {
                  background: #C9CDDA; }
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.no-rating span {
                  padding-top: 0;
                  -ms-flex-align: center !important;
                  align-items: center !important;
                  border-color: #C9CDDA; }
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.no-rating span img {
                    position: relative;
                    width: 15px;
                    height: auto;
                    border-radius: 0;
                    margin-top: 11px; }
                    @media only screen and (max-width: 575px) {
                      .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.no-rating span img {
                        width: 10px;
                        margin-top: 4px; } }
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.quality-product {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-pack: center !important;
                justify-content: center !important;
                -ms-flex-align: start !important;
                align-items: flex-start !important;
                border: 0;
                border-radius: 0;
                outline: none; }
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.quality-product:after {
                  display: none; }
                @media only screen and (max-width: 575px) {
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.quality-product {
                    width: 50px;
                    height: 65px; } }
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.quality-product .block-img {
                  -ms-flex-align: start !important;
                  align-items: flex-start !important;
                  width: 68px;
                  height: 92px;
                  border-radius: 5px;
                  background: #A52532;
                  margin-top: 0; }
                  @media only screen and (max-width: 575px) {
                    .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.quality-product .block-img {
                      display: -ms-flexbox;
                      display: flex;
                      width: 50px;
                      height: 65px; } }
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.quality-product .block-img img {
                    width: 40px;
                    height: 39px;
                    margin: 15px 0 0 0; }
                    @media only screen and (max-width: 575px) {
                      .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.quality-product .block-img img {
                        width: 25px;
                        height: 23px;
                        display: block !important;
                        margin-top: 11px; } }
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.quality-product .block-img i {
                    top: 60px;
                    font-size: 7px;
                    text-transform: uppercase;
                    font-family: 'Montserrat ExtraBold';
                    color: #fff; }
                    @media only screen and (max-width: 575px) {
                      .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.quality-product .block-img i {
                        display: block;
                        top: 40px;
                        font-size: 6px; } }
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .rating-figure.quality-product span {
                  font-family: Roboto;
                  font-weight: 600;
                  font-size: 14px;
                  line-height: 130%;
                  color: #1E1E1E; }
            .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .add-icon-product {
              position: relative;
              padding-top: 2px;
              -ms-flex-order: 0;
              order: 0;
              margin-right: 15px; }
              @media only screen and (max-width: 575px) {
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .add-icon-product {
                  -ms-flex-order: 2;
                  order: 2;
                  margin-right: 0;
                  width: 55px; } }
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .add-icon-product img.remark {
                position: relative;
                width: auto;
                margin: 0; }
                @media only screen and (max-width: 575px) {
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .icon-product .add-icon-product img.remark {
                    width: 17px;
                    margin: 0 auto; } }
          .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .quality-description-brand {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-align: center !important;
            align-items: center !important; }
            @media only screen and (max-width: 991px) {
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .quality-description-brand {
                display: none; } }
          .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality span.quality_description {
            padding-left: 3px;
            font-size: 20px;
            line-height: 130%;
            color: #A52532;
            width: 145px;
            margin-right: 40px; }
            @media only screen and (max-width: 1199px) {
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality span.quality_description {
                font-size: 18px;
                width: 130px;
                margin-right: 30px; } }
            .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality span.quality_description.page {
              display: none; }
          @media only screen and (max-width: 991px) {
            .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .rating-criterion {
              display: none; } }
          .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .rating-criterion p {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-align: center !important;
            align-items: center !important;
            width: 100%;
            margin-bottom: 3px; }
            .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .rating-criterion p span {
              display: block;
              color: #000;
              position: relative;
              font-weight: normal;
              line-height: 140%; }
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .rating-criterion p span.num-criterion {
                font-size: 16px;
                width: 30px;
                text-align: center;
                font-family: 'IBM Plex Sans Medium'; }
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .rating-criterion p span.num-criterion .all-num-criterion {
                  display: none; }
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .rating-criterion p span.scale-criterion {
                width: 120px;
                height: 5px;
                background: #E6E7EA;
                border-radius: 10px;
                margin: 0 10px;
                line-height: 140%; }
                @media only screen and (max-width: 1199px) {
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .rating-criterion p span.scale-criterion {
                    width: 100px; } }
                .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .rating-criterion p span.scale-criterion em {
                  position: absolute;
                  display: block;
                  top: 0;
                  left: 0;
                  display: block;
                  height: 5px;
                  background: #00ae4d;
                  border-radius: 10px;
                  line-height: 140%; }
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .rating-criterion p span.name-criterion {
                font-size: 12px;
                letter-spacing: 0.05rem;
                text-transform: uppercase;
                font-family: 'Roboto Medium'; }
                @media only screen and (max-width: 1199px) {
                  .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .rating-criterion p span.name-criterion {
                    text-transform: none; } }
          .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .rating-criterion.quality {
            display: none; }
          .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality p.danger_description, .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality p.no_rating {
            font-size: 13px;
            line-height: 150%;
            margin-bottom: 0;
            padding-left: 3px;
            color: #000;
            max-height: 96px;
            overflow: hidden; }
            @media only screen and (max-width: 991px) {
              .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality p.danger_description, .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality p.no_rating {
                display: none; } }
          .base-product-list-wrap.class_list_product ul.products li.product a .block_product_quality .block-img-brand {
            position: relative;
            width: 99px;
            height: 99px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50% 50%; }
  .base-product-list-wrap.class_list_product .favorites-compare {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    width: 80px;
    /* .yith-wcwl-add-to-wishlist {
        margin: 0;
        
        .yith-wcwl-add-button {
            
            a {
                width: auto;
                padding: 0;
                margin: 0;
                background: none;
                
                &.add_to_wishlist {
                    i {
                        font-size: 20px;
                        color: #C9CDDA; 
                        margin-right: 20px;
                    }
                    span {
                        display: none;
                    }
                }
                
                &.delete_item {
                    i {
                        font-size: 20px;
                        color: #A52532; 
                        margin-right: 20px;
                    }
                    span {
                        display: none;
                    }
                }
            }
        }
    } */ }
    @media only screen and (max-width: 639px) {
      .base-product-list-wrap.class_list_product .favorites-compare {
        display: none; } }
    .base-product-list-wrap.class_list_product .favorites-compare .favorites {
      margin-right: 20px;
      padding-left: 0 !important;
      background: none; }
      .base-product-list-wrap.class_list_product .favorites-compare .favorites i {
        font-size: 19px;
        color: #C9CDDA; }
    .base-product-list-wrap.class_list_product .favorites-compare .tinv-wraper a {
      width: auto !important;
      height: auto !important;
      padding: 0;
      margin: 0 20px 0 0; }
      .base-product-list-wrap.class_list_product .favorites-compare .tinv-wraper a:before {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        font-family: "Font Awesome 5 Free" !important;
        content: "\f004";
        font-size: 19px;
        font-weight: 900;
        color: #C9CDDA;
        display: block !important; }
      .base-product-list-wrap.class_list_product .favorites-compare .tinv-wraper a.tinvwl-product-in-list:before {
        color: #A52532; }
    .base-product-list-wrap.class_list_product .favorites-compare .compare {
      margin-right: 0;
      padding-left: 0 !important;
      background: none; }
      .base-product-list-wrap.class_list_product .favorites-compare .compare i {
        font-size: 16px;
        color: #C9CDDA; }
    .base-product-list-wrap.class_list_product .favorites-compare .compare-button a.compare {
      width: 20px !important;
      height: 24px !important;
      padding: 0;
      margin: 0;
      overflow: hidden;
      font-size: 8px;
      text-decoration: none !important; }
      .base-product-list-wrap.class_list_product .favorites-compare .compare-button a.compare:before {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        font-family: "Font Awesome 5 Free" !important;
        content: "\f515";
        font-size: 16px;
        font-weight: 900;
        color: #C9CDDA;
        display: block !important; }
      .base-product-list-wrap.class_list_product .favorites-compare .compare-button a.compare.added:before {
        color: #A52532; }
  .base-product-list-wrap.class_list_product .woocommerce-info {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
    border-top-color: #A52532; }
    @media only screen and (max-width: 1199px) {
      .base-product-list-wrap.class_list_product .woocommerce-info {
        width: 100%; } }
    .base-product-list-wrap.class_list_product .woocommerce-info:before {
      color: #A52532; }

.wrapper_taxonomy_description {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 24px; }
  @media only screen and (max-width: 1199px) {
    .wrapper_taxonomy_description {
      width: 100%;
      padding: 0 32px; } }
  @media only screen and (max-width: 479px) {
    .wrapper_taxonomy_description {
      padding: 0 16px; } }
  .wrapper_taxonomy_description .thumb_category {
    position: relative;
    float: right;
    margin: 0 0 24px 32px;
    width: 200px; }
    @media only screen and (max-width: 767px) {
      .wrapper_taxonomy_description .thumb_category {
        width: 150px; } }
    @media only screen and (max-width: 575px) {
      .wrapper_taxonomy_description .thumb_category {
        width: 120px; } }
    @media only screen and (max-width: 479px) {
      .wrapper_taxonomy_description .thumb_category {
        width: 100px; } }
    @media only screen and (max-width: 359px) {
      .wrapper_taxonomy_description .thumb_category {
        width: 90px; } }
  .wrapper_taxonomy_description .term-description p {
    font-size: 15px;
    line-height: 150%;
    color: #000; }

.select2-dropdown {
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #F0F1F4; }
  @media only screen and (max-width: 575px) {
    .select2-dropdown {
      width: 320px !important; } }
  @media only screen and (max-width: 479px) {
    .select2-dropdown {
      width: 280px !important; } }
  .select2-dropdown .select2-search {
    padding: 11px; }
    .select2-dropdown .select2-search input {
      outline: none !important;
      border: 1px solid #C9CDDA; }
      .select2-dropdown .select2-search input:active, .select2-dropdown .select2-search input:focus {
        border: 1px solid #A52532; }
  .select2-dropdown .select2-results {
    padding-bottom: 11px; }
  .select2-dropdown ul.select2-results__options {
    padding: 0 11px; }
    .select2-dropdown ul.select2-results__options li.select2-results__option--highlighted, .select2-dropdown ul.select2-results__options li[aria-selected="true"] {
      background: #A52532;
      color: #fff; }

.base-product-page-wrap {
  position: relative;
  width: 100%;
  background: #F2F3F6;
  padding: 16px 32px 32px 32px; }
  @media only screen and (max-width: 1199px) {
    .base-product-page-wrap {
      padding-bottom: 0; } }
  @media only screen and (max-width: 991px) {
    .base-product-page-wrap {
      padding: 16px 0 32px 0; } }

.base-product-page-wrap-inners {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1199px) {
    .base-product-page-wrap-inners {
      width: 100%; } }
  .base-product-page-wrap-inners .woocommerce-breadcrumb {
    margin-bottom: 16px !important;
    width: 100% !important; }
    @media only screen and (max-width: 991px) {
      .base-product-page-wrap-inners .woocommerce-breadcrumb {
        padding: 0 32px; } }
    @media only screen and (max-width: 479px) {
      .base-product-page-wrap-inners .woocommerce-breadcrumb {
        padding: 0 16px; } }
  .base-product-page-wrap-inners .product-page-summary-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border: 2px solid #C9CDDA;
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 80px; }
    @media only screen and (max-width: 1199px) {
      .base-product-page-wrap-inners .product-page-summary-wrapper {
        margin-bottom: 10px;
        padding-bottom: 74px; } }
    @media only screen and (max-width: 991px) {
      .base-product-page-wrap-inners .product-page-summary-wrapper {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        background: #F2F3F6; } }
  .base-product-page-wrap-inners .product-page-quality-passport {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 100%;
    margin-bottom: 8px;
    padding: 0 32px 0 0; }
    @media only screen and (max-width: 1199px) {
      .base-product-page-wrap-inners .product-page-quality-passport {
        padding: 0 16px 0 0; } }
    @media only screen and (max-width: 991px) {
      .base-product-page-wrap-inners .product-page-quality-passport {
        border-top: 2px solid #C9CDDA;
        border-left: 2px solid #C9CDDA;
        border-right: 2px solid #C9CDDA;
        margin-bottom: 0;
        padding: 0 11px 0 0;
        width: calc(100% - 64px);
        margin-left: auto;
        margin-right: auto;
        background: #fff; } }
    @media only screen and (max-width: 479px) {
      .base-product-page-wrap-inners .product-page-quality-passport {
        width: calc(100% - 32px); } }
    .base-product-page-wrap-inners .product-page-quality-passport p.quality {
      margin: 0 auto 0 0;
      font-size: 17px;
      line-height: 150%;
      color: #A52532;
      font-family: 'Roboto Bold' !important;
      padding: 12px 32px;
      background: #F2F3F6;
      border-bottom-right-radius: 20px; }
      @media only screen and (max-width: 1199px) {
        .base-product-page-wrap-inners .product-page-quality-passport p.quality {
          font-size: 16px;
          padding: 8px 16px;
          border-bottom-right-radius: 15px; } }
      @media only screen and (max-width: 359px) {
        .base-product-page-wrap-inners .product-page-quality-passport p.quality {
          font-size: 14px; } }
    .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center !important;
      align-items: center !important; }
      @media only screen and (max-width: 479px) {
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share {
          position: absolute;
          top: 55px;
          right: 24px;
          z-index: 100; } }
      .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a, .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a:visited {
        width: auto !important;
        height: auto !important;
        padding: 0;
        margin: 0 20px 0 0;
        color: #A1A5B2;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important; }
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a span, .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a:visited span {
          color: #A1A5B2;
          font-size: 12px;
          font-weight: normal;
          font-family: "Roboto" !important;
          margin-left: 10px; }
          @media only screen and (max-width: 991px) {
            .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a span, .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a:visited span {
              display: none !important; } }
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a:before, .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a:visited:before {
          position: relative;
          top: 0;
          left: 0;
          margin: 0;
          padding: 0;
          font-family: "Font Awesome 5 Free" !important;
          content: "\f004";
          font-size: 19px;
          font-weight: 900;
          color: #C9CDDA;
          display: block !important; }
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a.tinvwl-product-in-list, .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a:visited.tinvwl-product-in-list {
          color: #A52532; }
          .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a.tinvwl-product-in-list:before, .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a:visited.tinvwl-product-in-list:before {
            color: #A52532; }
          .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a.tinvwl-product-in-list span, .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .tinv-wraper a:visited.tinvwl-product-in-list span {
            color: #A52532; }
      .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .compare-button a.compare {
        width: auto !important;
        height: auto !important;
        padding: 0;
        margin: 0 20px 0 0;
        color: #A1A5B2;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important;
        font-weight: normal;
        font-family: "Roboto" !important;
        font-size: 12px;
        text-decoration: none !important; }
        @media only screen and (max-width: 991px) {
          .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .compare-button a.compare {
            overflow: hidden;
            width: 20px !important;
            height: 23px !important; } }
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .compare-button a.compare:before {
          position: relative;
          top: 0;
          left: 0;
          margin: 0;
          padding: 0;
          font-family: "Font Awesome 5 Free" !important;
          content: "\f515";
          font-size: 16px;
          font-weight: 900;
          color: #C9CDDA;
          display: block !important;
          margin-right: 10px; }
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .compare-button a.compare.added {
          color: #A52532; }
          .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .compare-button a.compare.added:before {
            color: #A52532; }
      .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .favorites, .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .compare {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important; }
      .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .favorites {
        margin-right: 40px;
        padding-left: 0 !important;
        background: none; }
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .favorites i {
          font-size: 19px;
          color: #C9CDDA;
          margin-right: 10px; }
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .favorites span {
          font-size: 12px;
          color: #A1A5B2; }
      .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .compare {
        margin-right: 40px;
        padding-left: 0 !important;
        background: none; }
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .compare i {
          font-size: 16px;
          color: #C9CDDA;
          margin-right: 8px; }
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .compare span {
          font-size: 12px;
          color: #A1A5B2; }
      .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .share_sidebar {
        padding: 0;
        margin: 0; }
        @media only screen and (max-width: 991px) {
          .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .share_sidebar {
            display: -ms-flexbox;
            display: flex; } }
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .share_sidebar i {
          font-size: 16px;
          color: #C9CDDA;
          margin-right: 8px; }
        .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .share_sidebar span {
          font-size: 12px;
          color: #A1A5B2; }
          @media only screen and (max-width: 991px) {
            .base-product-page-wrap-inners .product-page-quality-passport .favorites-compare-share .share_sidebar span {
              display: none; } }
  .base-product-page-wrap-inners .product-page-title-brand {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    width: 100%;
    padding: 0 32px 24px 32px;
    border-bottom: 8px solid #F2F3F6; }
    @media only screen and (max-width: 1199px) {
      .base-product-page-wrap-inners .product-page-title-brand {
        padding: 0 16px 20px 16px;
        border-bottom: 6px solid #F2F3F6; } }
    @media only screen and (max-width: 991px) {
      .base-product-page-wrap-inners .product-page-title-brand {
        padding-top: 11px;
        border-left: 2px solid #C9CDDA;
        border-right: 2px solid #C9CDDA;
        border-bottom: 0;
        width: calc(100% - 64px);
        margin-left: auto;
        margin-right: auto;
        background: #fff; }
        .base-product-page-wrap-inners .product-page-title-brand:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 5px;
          background: #F2F3F6; } }
    @media only screen and (max-width: 991px) and (max-width: 767px) {
      .base-product-page-wrap-inners .product-page-title-brand:after {
        display: none; } }

    @media only screen and (max-width: 767px) {
      .base-product-page-wrap-inners .product-page-title-brand {
        padding-bottom: 24px; } }
    @media only screen and (max-width: 479px) {
      .base-product-page-wrap-inners .product-page-title-brand {
        width: calc(100% - 32px); } }
    .base-product-page-wrap-inners .product-page-title-brand h1 {
      margin: 0;
      font-size: 32px;
      font-family: 'Noto Sans Bold';
      font-weight: normal;
      line-height: 126%;
      width: calc(900px - 32px); }
      @media only screen and (max-width: 1399px) {
        .base-product-page-wrap-inners .product-page-title-brand h1 {
          font-size: 30px;
          line-height: 120%; } }
      @media only screen and (max-width: 1279px) {
        .base-product-page-wrap-inners .product-page-title-brand h1 {
          font-size: 28px;
          width: calc(850px - 32px); } }
      @media only screen and (max-width: 1199px) {
        .base-product-page-wrap-inners .product-page-title-brand h1 {
          font-size: 24px;
          width: calc(650px - 16px);
          padding-right: 24px !important; } }
      @media only screen and (max-width: 991px) {
        .base-product-page-wrap-inners .product-page-title-brand h1 {
          font-size: 22px;
          padding-right: 0 !important;
          width: 100%;
          margin-bottom: 8px; } }
      @media only screen and (max-width: 575px) {
        .base-product-page-wrap-inners .product-page-title-brand h1 {
          -ms-flex-order: 1;
          order: 1; } }
      @media only screen and (max-width: 479px) {
        .base-product-page-wrap-inners .product-page-title-brand h1 {
          font-size: 21px; } }
      @media only screen and (max-width: 359px) {
        .base-product-page-wrap-inners .product-page-title-brand h1 {
          font-size: 19px; } }
    .base-product-page-wrap-inners .product-page-title-brand p.brand-text {
      margin: 0;
      padding-left: 32px;
      font-size: 27px;
      line-height: 120%;
      color: #1E1E1E;
      width: calc(100% - 900px + 32px); }
      @media only screen and (max-width: 1399px) {
        .base-product-page-wrap-inners .product-page-title-brand p.brand-text {
          width: calc(100% - 900px + 24px);
          padding-left: 24px;
          font-size: 20px; } }
      @media only screen and (max-width: 1279px) {
        .base-product-page-wrap-inners .product-page-title-brand p.brand-text {
          width: calc(100% - 850px + 24px);
          font-size: 19px; } }
      @media only screen and (max-width: 1199px) {
        .base-product-page-wrap-inners .product-page-title-brand p.brand-text {
          width: calc(100% - 650px + 16px);
          padding-left: 16px;
          font-size: 19px; } }
      @media only screen and (max-width: 991px) {
        .base-product-page-wrap-inners .product-page-title-brand p.brand-text {
          font-size: 12px;
          text-transform: uppercase;
          padding-left: 0;
          width: 100%; } }
      @media only screen and (max-width: 575px) {
        .base-product-page-wrap-inners .product-page-title-brand p.brand-text {
          -ms-flex-order: 0;
          order: 0;
          margin-top: 8px;
          margin-bottom: 16px; } }
      @media only screen and (max-width: 479px) {
        .base-product-page-wrap-inners .product-page-title-brand p.brand-text {
          padding-right: 112px; } }
  .base-product-page-wrap-inners .product-page-gallery-summary-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 900px;
    border-right: 8px solid #F2F3F6;
    padding: 24px 32px 0 32px; }
    @media only screen and (max-width: 1279px) {
      .base-product-page-wrap-inners .product-page-gallery-summary-wrapper {
        width: 850px; } }
    @media only screen and (max-width: 1199px) {
      .base-product-page-wrap-inners .product-page-gallery-summary-wrapper {
        width: 650px;
        padding: 24px 16px 0 16px;
        border-right: 6px solid #F2F3F6; } }
    @media only screen and (max-width: 991px) {
      .base-product-page-wrap-inners .product-page-gallery-summary-wrapper {
        border-right: 2px solid #C9CDDA;
        border-left: 2px solid #C9CDDA;
        border-bottom: 2px solid #C9CDDA;
        width: calc(100% - 64px);
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        margin-bottom: 24px; } }
    @media only screen and (max-width: 767px) {
      .base-product-page-wrap-inners .product-page-gallery-summary-wrapper {
        padding-top: 0; } }
    @media only screen and (max-width: 575px) {
      .base-product-page-wrap-inners .product-page-gallery-summary-wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #F2F3F6; } }
    .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery {
      float: none !important;
      width: 300px !important;
      height: 300px !important;
      margin-right: 40px;
      padding-right: 30px;
      margin-bottom: 32px !important; }
      @media only screen and (max-width: 1199px) {
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery {
          width: 235px !important;
          height: 235px !important;
          margin-right: 20px;
          padding-right: 20px;
          margin-bottom: 16px !important; } }
      @media only screen and (max-width: 575px) {
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery {
          border-right: 2px solid #C9CDDA;
          border-left: 2px solid #C9CDDA;
          border-bottom: 2px solid #C9CDDA;
          padding: 0 16px 24px 16px;
          background: #fff;
          width: calc(100% - 64px) !important;
          height: auto !important;
          margin-left: auto;
          margin-right: auto; } }
      @media only screen and (max-width: 479px) {
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery {
          width: calc(100% - 32px) !important; } }
      .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__image {
        width: 270px !important;
        height: 270px !important; }
        @media only screen and (max-width: 1199px) {
          .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__image {
            width: 205px !important;
            height: 205px !important; } }
        @media only screen and (max-width: 575px) {
          .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__image {
            width: 100% !important; } }
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__image a {
          width: 100% !important;
          height: 100% !important;
          display: block !important; }
          .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
            display: block !important;
            width: auto !important;
            height: 100% !important;
            box-shadow: none !important;
            margin: 0 auto !important; }
      .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-viewport {
        width: 270px !important;
        margin-right: 0px !important;
        float: none;
        display: block !important;
        height: 270px !important;
        position: relative !important;
        overflow: hidden !important;
        margin-bottom: 16px; }
        @media only screen and (max-width: 1199px) {
          .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-viewport {
            width: 205px !important;
            height: 205px !important; } }
        @media only screen and (max-width: 575px) {
          .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-viewport {
            margin: 0 auto 16px auto !important; } }
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
          width: 270px !important;
          height: 270px !important; }
          @media only screen and (max-width: 1199px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
              width: 205px !important;
              height: 205px !important; } }
          @media only screen and (max-width: 575px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
              width: 205px !important; } }
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-viewport a {
          width: 100% !important;
          height: 100% !important;
          display: block !important; }
          .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-viewport a img {
            display: block !important;
            width: auto !important;
            height: 100% !important;
            box-shadow: none !important;
            margin: 0 auto !important; }
      .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs {
        position: relative !important;
        width: 100% !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs li {
          width: 10px !important;
          height: 10px !important;
          border-radius: 50% !important;
          margin: 0 7px !important;
          float: none !important;
          position: relative !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-align: center !important;
          align-items: center !important;
          -ms-flex-pack: center !important;
          justify-content: center !important; }
          .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs li img {
            width: 6px !important;
            height: 6px !important;
            border-radius: 50% !important;
            border: 3px solid #C9CDDA !important;
            opacity: 1 !important; }
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
              width: 10px !important;
              height: 10px !important;
              border: 5px solid #A52532 !important; }
    .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary {
      float: none !important;
      padding-left: 32px;
      width: auto !important;
      padding-top: 24px;
      margin-bottom: 32px !important; }
      @media only screen and (max-width: 1199px) {
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary {
          padding-left: 0;
          padding-top: 16px;
          margin-bottom: 24px !important; } }
      @media only screen and (max-width: 575px) {
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary {
          background: #fff;
          padding: 16px 32px;
          margin-bottom: 0 !important;
          width: 100% !important; } }
      @media only screen and (max-width: 479px) {
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary {
          padding: 16px; } }
      .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        width: auto; }
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product {
          position: relative;
          margin: 0 30px 0 0; }
          @media only screen and (max-width: 1199px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product {
              margin: 0 20px 0 0; } }
          @media only screen and (max-width: 767px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product {
              position: absolute;
              top: 0;
              left: 16px;
              margin: 0; } }
          @media only screen and (max-width: 575px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product {
              left: 51px; } }
          @media only screen and (max-width: 479px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product {
              left: 33px; } }
          .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center !important;
            align-items: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            width: 110px;
            height: 110px;
            content: '';
            padding-bottom: 0;
            z-index: 10;
            margin: 0;
            background: #fff;
            border: 1px solid #00ae4d;
            border-radius: 50%; }
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure:after {
              position: absolute;
              top: 3px;
              left: 3px;
              width: 102px;
              height: 102px;
              border: 3px solid #00ae4d;
              border-radius: 50%;
              content: ''; }
            @media only screen and (max-width: 767px) {
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure {
                width: 90px;
                height: 90px; }
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure:after {
                  position: absolute;
                  top: 3px;
                  left: 3px;
                  width: 82px;
                  height: 82px;
                  border: 3px solid #00ae4d;
                  border-radius: 50%;
                  content: ''; } }
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure .block-img {
              position: relative;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -ms-flex-align: center !important;
              align-items: center !important;
              -ms-flex-pack: center !important;
              justify-content: center !important;
              width: 100px;
              height: 50px;
              z-index: 10;
              background: #00ae4d;
              border: 0px solid #00ae4d;
              border-radius: 50% 50% 0 0 / 100% 100% 0 0;
              margin-top: 3px; }
              @media only screen and (max-width: 767px) {
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure .block-img {
                  width: 82px;
                  height: 41px;
                  margin-top: 2px; } }
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure .block-img img {
                position: relative;
                height: auto;
                z-index: 10;
                margin: 10px 0 0 0;
                width: 36px; }
                @media only screen and (max-width: 767px) {
                  .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure .block-img img {
                    width: 30px;
                    margin: 7px 0 0 0; } }
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure span {
              color: rgba(0, 0, 0, 0.9);
              font-family: 'IBM Plex Sans Medium';
              font-size: 30px;
              font-weight: 600;
              line-height: 1;
              position: relative;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -ms-flex-pack: center !important;
              justify-content: center !important;
              width: 100px;
              height: 50px;
              text-align: center;
              border-radius: 0 0 50% 50% / 0 0 100% 100%;
              letter-spacing: -.1rem;
              padding-right: .07rem;
              padding-top: 6px;
              top: -3px; }
              @media only screen and (max-width: 767px) {
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure span {
                  width: 82px;
                  height: 41px;
                  padding-top: 7px;
                  font-size: 24px; } }
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure i {
              font-family: 'Roboto';
              font-size: 14px;
              font-weight: 500;
              line-height: 1.4;
              z-index: 15;
              color: #fff;
              display: block;
              position: absolute;
              width: 100%;
              letter-spacing: .025rem;
              text-align: center;
              top: 55px;
              left: 0;
              font-style: normal;
              z-index: 11; }
              @media only screen and (max-width: 1199px) {
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure i {
                  font-size: 11px;
                  top: 42px; } }
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.black-listed span {
              padding-top: 0;
              -ms-flex-align: start !important;
              align-items: flex-start !important; }
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.black-listed span img {
                position: relative;
                width: 34px;
                height: auto;
                border-radius: 0;
                margin-top: 8px; }
                @media only screen and (max-width: 767px) {
                  .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.black-listed span img {
                    width: 27px;
                    margin-top: 7px; } }
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.no-rating {
              border-color: #C9CDDA; }
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.no-rating:after {
                border-color: #C9CDDA; }
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.no-rating .block-img {
                background: #C9CDDA; }
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.no-rating span {
                padding-top: 0;
                -ms-flex-align: start !important;
                align-items: flex-start !important;
                border-color: #C9CDDA; }
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.no-rating span img {
                  position: relative;
                  width: 19px;
                  height: auto;
                  border-radius: 0;
                  margin-top: 8px; }
                  @media only screen and (max-width: 767px) {
                    .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.no-rating span img {
                      width: 15px;
                      margin-top: 7px; } }
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.quality-product {
              width: 99px;
              height: 132px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -ms-flex-pack: center !important;
              justify-content: center !important;
              -ms-flex-align: start !important;
              align-items: flex-start !important;
              border: 0;
              border-radius: 0; }
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.quality-product:after {
                display: none; }
              @media only screen and (max-width: 1199px) {
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.quality-product {
                  width: 77px;
                  height: 103px; } }
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.quality-product .block-img {
                width: 99px;
                height: 132px;
                border-radius: 6px;
                -ms-flex-align: start !important;
                align-items: flex-start !important;
                background: #A52532; }
                @media only screen and (max-width: 1199px) {
                  .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.quality-product .block-img {
                    width: 77px;
                    height: 103px; } }
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.quality-product .block-img img {
                  width: 53px;
                  height: 51px;
                  margin: 25px 0 0 0; }
                  @media only screen and (max-width: 1199px) {
                    .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.quality-product .block-img img {
                      width: 40px;
                      height: 38px;
                      margin: 21px 0 0 0; } }
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.quality-product .block-img i {
                  top: 85px;
                  font-size: 10px;
                  text-transform: uppercase;
                  font-family: 'Montserrat ExtraBold';
                  color: #fff; }
                  @media only screen and (max-width: 1199px) {
                    .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.quality-product .block-img i {
                      top: 66px;
                      font-size: 8px; } }
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .icon-product .rating-figure.quality-product span {
                font-family: Roboto;
                font-weight: 600;
                font-size: 14px;
                line-height: 130%;
                color: #1E1E1E; }
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .quality-description-brand {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -ms-flex-align: center !important;
          align-items: center !important; }
          @media only screen and (max-width: 575px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .quality-description-brand {
              -ms-flex-order: 0;
              order: 0;
              width: 100%; } }
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .block-img-brand {
          position: relative;
          width: 99px;
          height: 99px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          -ms-flex-order: 0;
          order: 0;
          margin: 0 30px 0 0; }
          @media only screen and (max-width: 1199px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .block-img-brand {
              width: 77px;
              height: 77px;
              margin: 0 20px 0 0; } }
          @media only screen and (max-width: 767px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .block-img-brand {
              margin: 0 15px 0 0; } }
          @media only screen and (max-width: 575px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .block-img-brand {
              width: 99px;
              height: 99px;
              margin: 0 30px 0 0; } }
          @media only screen and (max-width: 479px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .block-img-brand {
              margin: 0 20px 0 0; } }
          @media only screen and (max-width: 359px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .block-img-brand {
              margin: 0 15px 0 0; } }
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality span.quality_description {
          font-size: 18px;
          font-family: "Roboto Medium" !important;
          line-height: 130%;
          color: #A52532;
          -ms-flex-order: 1;
          order: 1;
          width: calc(100% - 130px); }
          @media only screen and (max-width: 1199px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality span.quality_description {
              width: calc(100% - 95px); } }
          @media only screen and (max-width: 767px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality span.quality_description {
              font-size: 16px; } }
          @media only screen and (max-width: 575px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality span.quality_description {
              font-size: 22px; } }
          @media only screen and (max-width: 479px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality span.quality_description {
              font-size: 19px; } }
          @media only screen and (max-width: 359px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality span.quality_description {
              font-size: 19px; } }
          .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality span.quality_description.list {
            display: none; }
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion {
          min-width: 250px; }
          @media only screen and (max-width: 1199px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion {
              min-width: 210px; } }
          @media only screen and (max-width: 767px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion {
              min-width: 230px; } }
          @media only screen and (max-width: 575px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion {
              min-width: 100%; } }
          .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion p {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center !important;
            align-items: center !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
            width: 100%;
            margin-bottom: 11px; }
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion p span {
              display: block;
              color: #000;
              position: relative;
              font-family: 'Roboto Medium';
              font-weight: normal;
              line-height: 140%; }
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion p span.num-criterion {
                font-size: 20px;
                -ms-flex-order: 1;
                order: 1; }
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion p span.num-criterion .num {
                  position: relative;
                  display: inline;
                  font-family: 'IBM Plex Sans Medium';
                  font-weight: bold; }
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion p span.num-criterion em {
                  font-style: normal;
                  padding: 0 2px; }
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion p span.num-criterion .all-num-criterion {
                  position: relative;
                  display: inline;
                  font-family: 'IBM Plex Sans Medium';
                  font-weight: normal;
                  font-size: 14px; }
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion p span.scale-criterion {
                height: 6px;
                background: #E6E7EA;
                border-radius: 30px;
                -ms-flex-order: 2;
                order: 2;
                width: 100%; }
                .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion p span.scale-criterion em {
                  position: absolute;
                  display: block;
                  top: 0;
                  left: 0;
                  display: block;
                  height: 6px;
                  background: #00ae4d;
                  border-radius: 30px; }
              .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion p span.name-criterion {
                -ms-flex-order: 0;
                order: 0;
                font-family: 'IBM Plex Sans';
                font-weight: normal;
                font-size: 15px;
                letter-spacing: 0.01rem;
                text-transform: none;
                color: #1E1E1E;
                padding-right: 19px; }
                @media only screen and (max-width: 1199px) {
                  .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion p span.name-criterion {
                    font-size: 14px; } }
          .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion .add-icon-product {
            position: relative;
            padding-top: 16px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center;
            align-items: center; }
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion .add-icon-product img.remark {
              position: relative;
              width: auto;
              margin: 0 8px 0 0; }
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion .add-icon-product span {
              font-size: 14px; }
          @media only screen and (max-width: 575px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality .rating-criterion.quality {
              -ms-flex-order: 1;
              order: 1; } }
        .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality p.danger_description, .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality p.no_rating {
          font-size: 13px;
          line-height: 150%;
          margin-bottom: 0;
          padding-left: 3px;
          color: #000;
          width: calc(100% - 140px); }
          @media only screen and (max-width: 1199px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality p.danger_description, .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality p.no_rating {
              width: calc(100% - 90px); } }
          @media only screen and (max-width: 767px) {
            .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality p.danger_description, .base-product-page-wrap-inners .product-page-gallery-summary-wrapper .summary .block_product_quality p.no_rating {
              width: 100%; } }
  .base-product-page-wrap-inners .product-page-barcode-manufacturer {
    position: relative;
    width: calc(100% - 900px);
    padding: 32px; }
    @media only screen and (max-width: 1399px) {
      .base-product-page-wrap-inners .product-page-barcode-manufacturer {
        padding: 32px 24px; } }
    @media only screen and (max-width: 1279px) {
      .base-product-page-wrap-inners .product-page-barcode-manufacturer {
        width: calc(100% - 850px); } }
    @media only screen and (max-width: 1199px) {
      .base-product-page-wrap-inners .product-page-barcode-manufacturer {
        width: calc(100% - 650px);
        padding: 32px 16px; } }
    @media only screen and (max-width: 991px) {
      .base-product-page-wrap-inners .product-page-barcode-manufacturer {
        width: 100%;
        background: #fff;
        padding: 32px; } }
    @media only screen and (max-width: 479px) {
      .base-product-page-wrap-inners .product-page-barcode-manufacturer {
        padding: 8px 16px 24px 16px; } }
  .base-product-page-wrap-inners .product-tabs-sidebar-wrapper {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 991px) {
      .base-product-page-wrap-inners .product-tabs-sidebar-wrapper {
        padding-top: 95px;
        background: #fff; } }
    @media only screen and (max-width: 439px) {
      .base-product-page-wrap-inners .product-tabs-sidebar-wrapper {
        padding-top: 105px; } }
    @media only screen and (max-width: 991px) {
      .base-product-page-wrap-inners .product-tabs-sidebar-wrapper.description-sidebar {
        padding-top: 55px;
        padding-bottom: 24px !important; } }
    @media only screen and (max-width: 479px) {
      .base-product-page-wrap-inners .product-tabs-sidebar-wrapper.description-sidebar {
        padding-top: 65px; } }
    @media only screen and (max-width: 439px) {
      .base-product-page-wrap-inners .product-tabs-sidebar-wrapper.description-sidebar {
        padding-top: 75px; } }
    @media only screen and (max-width: 991px) {
      .base-product-page-wrap-inners .product-tabs-sidebar-wrapper.rezultati-testa-sidebar {
        padding-top: 75px;
        padding-bottom: 24px !important; } }
    @media only screen and (max-width: 479px) {
      .base-product-page-wrap-inners .product-tabs-sidebar-wrapper.rezultati-testa-sidebar {
        padding-top: 80px; } }
    @media only screen and (max-width: 439px) {
      .base-product-page-wrap-inners .product-tabs-sidebar-wrapper.rezultati-testa-sidebar {
        padding-top: 90px; } }
  .base-product-page-wrap-inners .woocommerce-tabs {
    clear: none !important;
    position: relative !important;
    width: calc(100% - 300px - 20px);
    margin-right: 20px; }
    @media only screen and (max-width: 1199px) {
      .base-product-page-wrap-inners .woocommerce-tabs {
        margin-right: 10px;
        width: calc(100% - 240px - 10px); } }
    @media only screen and (max-width: 991px) {
      .base-product-page-wrap-inners .woocommerce-tabs {
        width: 100%;
        margin-right: 0;
        -ms-flex-order: 1;
        order: 1; } }
    .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper {
      position: absolute !important;
      width: 900px;
      bottom: calc(100% + 22px) !important;
      left: 2px;
      padding: 16px 32px !important;
      margin: 0 !important;
      border-top: 8px solid #F2F3F6 !important;
      border-right: 8px solid #F2F3F6 !important;
      background: #fff !important; }
      @media only screen and (max-width: 1279px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper {
          width: 850px; } }
      @media only screen and (max-width: 1199px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper {
          width: 650px;
          border-top: 6px solid #F2F3F6 !important;
          border-right: 6px solid #F2F3F6 !important;
          padding: 16px !important;
          bottom: calc(100% + 13px) !important; } }
      @media only screen and (max-width: 991px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper {
          width: calc(100% - 64px);
          border: 0 !important;
          margin: 0 auto !important;
          bottom: auto !important;
          left: 32px;
          top: -230px;
          background: #F2F3F6 !important; } }
      @media only screen and (max-width: 639px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper {
          top: -285px; } }
      @media only screen and (max-width: 575px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper {
          width: 100%;
          left: 0;
          padding: 16px 32px !important; } }
      @media only screen and (max-width: 479px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper {
          padding: 16px !important; } }
      @media only screen and (max-width: 439px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper {
          top: -330px; } }
      @media only screen and (max-width: 991px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper.description-sidebar {
          top: -56px; } }
      @media only screen and (max-width: 479px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper.description-sidebar {
          top: -82px; } }
      @media only screen and (max-width: 439px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper.description-sidebar {
          top: -79px; } }
      @media only screen and (max-width: 991px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper.rezultati-testa-sidebar {
          top: -76px; } }
      @media only screen and (max-width: 479px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper.rezultati-testa-sidebar {
          top: -97px; } }
      @media only screen and (max-width: 439px) {
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list-wrapper.rezultati-testa-sidebar {
          top: -94px; } }
    @media only screen and (max-width: 479px) {
      .base-product-page-wrap-inners .woocommerce-tabs .tabs-list {
        max-width: 100%;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 16px;
        scrollbar-width: thin;
        scrollbar-color: #9EA5BD #E6E7EA; }
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list::-webkit-scrollbar {
          background-color: #E6E7EA;
          height: 4px;
          width: 2px; }
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list::-webkit-scrollbar-thumb {
          background-color: #9EA5BD;
          border-radius: 40px;
          border: 0px solid #9EA5BD; }
        .base-product-page-wrap-inners .woocommerce-tabs .tabs-list::-webkit-scrollbar-track {
          background: #E6E7EA; } }
    .base-product-page-wrap-inners .woocommerce-tabs ul.tabs {
      position: relative;
      width: 100%;
      margin: 0 !important;
      padding-left: 0 !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      @media only screen and (max-width: 479px) {
        .base-product-page-wrap-inners .woocommerce-tabs ul.tabs {
          width: 420px;
          margin: 0; } }
      .base-product-page-wrap-inners .woocommerce-tabs ul.tabs:after, .base-product-page-wrap-inners .woocommerce-tabs ul.tabs:before {
        display: none !important; }
      .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li {
        border: 0 !important;
        background: none !important;
        padding: 0 !important;
        margin: 0 !important;
        white-space: nowrap; }
        .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li:after, .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li:before {
          display: none !important; }
        .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li a {
          font-family: 'Roboto Medium' !important;
          font-size: 21px !important;
          font-weight: 500 !important;
          line-height: 120% !important;
          color: #A52532 !important;
          text-decoration: none !important;
          padding: 11px 19px !important; }
          @media only screen and (max-width: 1199px) {
            .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li a {
              font-size: 16px !important;
              padding: 8px 16px !important; } }
          @media only screen and (max-width: 575px) {
            .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li a {
              font-size: 16px !important; } }
          @media only screen and (max-width: 519px) {
            .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li a {
              font-size: 14px !important; } }
          .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li a:visited {
            color: #A52532 !important; }
          .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li a:hover {
            color: #A52532 !important; }
          @media only screen and (max-width: 479px) {
            .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li a {
              background: #fff !important;
              color: #1E1E1E !important;
              margin-right: 8px; } }
        .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li.active a {
          background: #F0F1F4 !important;
          color: #1E1E1E !important;
          border-radius: 4px; }
          @media only screen and (max-width: 991px) {
            .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li.active a {
              background: #fff !important; } }
          @media only screen and (max-width: 479px) {
            .base-product-page-wrap-inners .woocommerce-tabs ul.tabs li.active a {
              background: #A52532 !important;
              color: #fff !important; } }
    .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel {
      background: #fff !important;
      padding: 32px !important; }
      @media only screen and (max-width: 1199px) {
        .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel {
          padding: 24px 16px !important; } }
      @media only screen and (max-width: 991px) {
        .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel {
          padding: 24px 32px 0 32px !important; } }
      @media only screen and (max-width: 479px) {
        .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel {
          padding: 16px 16px 0 16px !important; } }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel ul {
        padding-left: 0;
        overflow: hidden; }
        .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel ul li {
          list-style-type: none;
          font-size: 16px;
          padding-left: 20px;
          position: relative;
          margin-bottom: 11px; }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel ul li:before {
            content: '\f0c8';
            position: relative;
            font-family: "Font Awesome 5 Free" !important;
            display: block;
            position: absolute;
            top: 4px;
            left: 0;
            font-size: 10px;
            color: #A52532;
            background: none;
            border: 0;
            font-weight: 900; }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel ol {
        padding-left: 40px; }
        .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel ol li {
          font-size: 16px; }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .l_gallery li:after {
        padding-top: 141%; }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel p {
        font-size: 16px;
        line-height: 163%;
        font-feature-settings: 'pnum' on, 'lnum' on; }
        .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel p.date {
          font-size: 14px;
          line-height: 140%;
          margin-bottom: 32px; }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .b_danger-list {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .b_danger-list li {
          margin-bottom: 16px; }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .b_danger-list li:before {
            content: '\f111';
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            font-size: 8px;
            top: 5px; }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .b_danger-list li:last-of-type {
            margin-bottom: 0; }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .b_danger-left .b_danger-list li:before {
        color: #093; }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .b_danger-right .b_danger-list li:before {
        color: #333; }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .wpdiscuz_top_clearing {
        margin-top: -24px; }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
        display: none; }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive {
        overflow: visible !important; }
        .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table {
          width: 100% !important;
          min-width: 100% !important;
          max-width: 100% !important;
          height: auto !important;
          display: block !important; }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tbody, .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr, .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table td {
            display: block;
            height: auto !important; }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tbody {
            width: 100% !important; }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr {
            display: -ms-flexbox;
            display: flex !important;
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
            padding: 8px !important; }
            .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr:hover {
              background: #f4f6f7 !important; }
            .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr td {
              font-size: 16px !important;
              border: 0 !important;
              padding: 0 !important; }
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr td:nth-of-type(1) {
                width: 250px !important;
                padding-right: 16px !important;
                font-weight: bold !important; }
                @media only screen and (max-width: 767px) {
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr td:nth-of-type(1) {
                    width: 200px !important; } }
                @media only screen and (max-width: 639px) {
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr td:nth-of-type(1) {
                    width: 180px !important; } }
                @media only screen and (max-width: 479px) {
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr td:nth-of-type(1) {
                    width: 150px !important; } }
                @media only screen and (max-width: 359px) {
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr td:nth-of-type(1) {
                    width: auto !important; } }
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr td:nth-of-type(2) {
                width: calc(100% - 250px) !important; }
                @media only screen and (max-width: 767px) {
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr td:nth-of-type(2) {
                    width: calc(100% - 200px) !important; } }
                @media only screen and (max-width: 639px) {
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr td:nth-of-type(2) {
                    width: calc(100% - 180px) !important; } }
                @media only screen and (max-width: 479px) {
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr td:nth-of-type(2) {
                    width: calc(100% - 150px) !important; } }
                @media only screen and (max-width: 359px) {
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .table-responsive table tr td:nth-of-type(2) {
                    width: auto !important; } }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties {
        width: 100%; }
        .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 8px; }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property:hover {
            background: #f4f6f7; }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property .name_property {
            width: 250px;
            padding-right: 16px;
            font-weight: bold; }
            @media only screen and (max-width: 767px) {
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property .name_property {
                width: 200px; } }
            @media only screen and (max-width: 639px) {
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property .name_property {
                width: 180px; } }
            @media only screen and (max-width: 479px) {
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property .name_property {
                width: 150px; } }
            @media only screen and (max-width: 359px) {
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property .name_property {
                width: auto; } }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property .value_property {
            width: calc(100% - 250px); }
            @media only screen and (max-width: 767px) {
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property .value_property {
                width: calc(100% - 200px); } }
            @media only screen and (max-width: 639px) {
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property .value_property {
                width: calc(100% - 180px); } }
            @media only screen and (max-width: 479px) {
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property .value_property {
                width: calc(100% - 150px); } }
            @media only screen and (max-width: 359px) {
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel .properties .property .value_property {
                width: auto; } }
      .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive {
        overflow: visible !important; }
        .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table {
          width: 100% !important;
          min-width: 100% !important;
          max-width: 100% !important;
          height: auto !important;
          display: block !important; }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tbody, .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr, .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table td {
            display: block;
            height: auto !important; }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tbody {
            width: 100% !important; }
          .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr {
            padding: 30px !important;
            margin: 0 0 24px 0 !important;
            position: relative !important;
            border: 1px solid #e6e6e6 !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
            .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td {
              font-size: 16px !important;
              border: 0 !important;
              padding: 0 !important; }
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(1) {
                height: auto !important;
                width: 50% !important;
                border-right: 1px solid #e6e6e6 !important;
                padding: 0 20px 0 45px !important; }
                @media only screen and (max-width: 767px) {
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(1) {
                    width: 100% !important;
                    border-right: 0 !important;
                    padding: 0 0 30px 45px !important;
                    border-bottom: 1px solid #e6e6e6 !important; } }
                .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(1) h2, .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(1) h3 {
                  position: relative !important;
                  margin-bottom: 16px !important;
                  padding-top: 0 !important;
                  font-size: 22px !important; }
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(1) h2:before, .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(1) h3:before {
                    display: -ms-flexbox !important;
                    display: flex !important;
                    -ms-flex-align: center !important;
                    align-items: center !important;
                    -ms-flex-pack: center !important;
                    justify-content: center !important;
                    content: '' !important;
                    width: 30px !important;
                    height: 30px !important;
                    position: absolute !important;
                    left: -45px !important;
                    top: 0 !important;
                    font-weight: normal !important;
                    font-size: 22px !important;
                    font-family: "Font Awesome 5 Free" !important;
                    font-weight: 900 !important;
                    content: '\f067' !important;
                    border: 1px solid #093 !important;
                    color: #093 !important; }
                .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(1) ul {
                  list-style-type: none !important;
                  padding: 0 !important;
                  margin: 0 !important; }
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(1) ul li {
                    margin-bottom: 16px !important; }
                    .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(1) ul li:before {
                      content: '\f111' !important;
                      font-weight: 900 !important;
                      font-family: "Font Awesome 5 Free" !important;
                      font-size: 8px !important;
                      top: 5px !important;
                      color: #093 !important; }
                    .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(1) ul li:last-of-type {
                      margin-bottom: 0 !important; }
              .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(2) {
                height: auto !important;
                width: 50% !important;
                padding: 0 20px 0 75px !important; }
                @media only screen and (max-width: 767px) {
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(2) {
                    width: 100% !important;
                    padding: 30px 0 0 45px !important; } }
                .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(2) h2, .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(2) h3 {
                  position: relative !important;
                  margin-bottom: 16px !important;
                  padding-top: 0 !important;
                  font-size: 22px !important; }
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(2) h2:before, .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(2) h3:before {
                    display: -ms-flexbox !important;
                    display: flex !important;
                    -ms-flex-align: center !important;
                    align-items: center !important;
                    -ms-flex-pack: center !important;
                    justify-content: center !important;
                    content: '' !important;
                    width: 30px !important;
                    height: 30px !important;
                    position: absolute !important;
                    left: -45px !important;
                    top: 0 !important;
                    font-weight: normal !important;
                    font-size: 22px !important;
                    font-family: "Font Awesome 5 Free" !important;
                    font-weight: 900 !important;
                    content: '\f068' !important;
                    border: 1px solid #333 !important;
                    color: #333 !important;
                    font-weight: 900 !important; }
                .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(2) ul {
                  list-style-type: none !important;
                  padding: 0 !important;
                  margin: 0 !important; }
                  .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(2) ul li {
                    margin-bottom: 16px !important; }
                    .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(2) ul li:before {
                      content: '\f111' !important;
                      font-weight: 900 !important;
                      font-family: "Font Awesome 5 Free" !important;
                      font-size: 8px !important;
                      top: 5px !important;
                      color: #333 !important; }
                    .base-product-page-wrap-inners .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--rezultati-testa .table-responsive table tr td:nth-of-type(2) ul li:last-of-type {
                      margin-bottom: 0 !important; }
  .base-product-page-wrap-inners .product-sidebar-wrapper {
    width: 300px; }
    @media only screen and (max-width: 1199px) {
      .base-product-page-wrap-inners .product-sidebar-wrapper {
        width: 240px; } }
    @media only screen and (max-width: 991px) {
      .base-product-page-wrap-inners .product-sidebar-wrapper {
        width: 100%;
        -ms-flex-order: 0;
        order: 0; }
        .base-product-page-wrap-inners .product-sidebar-wrapper.description-sidebar, .base-product-page-wrap-inners .product-sidebar-wrapper.rezultati-testa-sidebar {
          -ms-flex-order: 2;
          order: 2; } }
    .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating {
      position: relative;
      width: 100%;
      padding: 32px 24px;
      background: #fff;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1199px) {
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating {
          padding: 24px 16px; } }
      @media only screen and (max-width: 991px) {
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating {
          width: calc(100% - 64px);
          margin-left: auto;
          margin-right: auto;
          background: #F2F3F6;
          margin-bottom: 16px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: center !important;
          align-items: center !important;
          padding: 24px 20px; } }
      @media only screen and (max-width: 575px) {
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating {
          width: 100%;
          padding: 24px 32px; } }
      @media only screen and (max-width: 479px) {
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating {
          padding: 16px; } }
      .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating h3 {
        font-family: 'Noto Sans Bold';
        font-weight: normal;
        font-size: 21px;
        line-height: 90%;
        color: #1E1E1E;
        margin-bottom: 6px; }
        @media only screen and (max-width: 1199px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating h3 {
            font-size: 18px;
            line-height: 130%; } }
        @media only screen and (max-width: 991px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating h3 {
            width: 100%; } }
      .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating {
        position: relative;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
        line-height: 110%; }
        @media only screen and (max-width: 991px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating {
            margin-bottom: 0 !important;
            width: 200px; } }
        @media only screen and (max-width: 767px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating {
            width: 210px; } }
        @media only screen and (max-width: 639px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating {
            width: 260px; } }
        @media only screen and (max-width: 575px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating {
            width: auto; } }
        @media only screen and (max-width: 439px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating {
            width: 100%;
            margin-top: 16px; } }
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .star-rating {
          position: relative;
          float: none;
          width: 115px;
          height: 36px;
          line-height: 1;
          overflow: hidden;
          font-size: 11px; }
          @media only screen and (max-width: 1199px) {
            .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .star-rating {
              width: 100px; } }
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .star-rating:before {
            display: none !important; }
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .star-rating span {
            position: relative;
            width: 100% !important;
            height: 100% !important;
            padding: 0;
            margin: 0; }
            .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .star-rating span:before {
              display: none; }
            .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .star-rating span .rating_new {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              background: #fff;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              -ms-flex-align: end !important;
              align-items: flex-end !important; }
              @media only screen and (max-width: 991px) {
                .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .star-rating span .rating_new {
                  background: #F2F3F6; } }
            .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .star-rating span span.rating {
              display: none; }
            .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .star-rating span strong.rating {
              position: relative;
              font-size: 40px;
              color: #000;
              font-family: 'Noto Sans' !important;
              font-weight: 600;
              line-height: 90%;
              margin-right: 4px; }
              @media only screen and (max-width: 1199px) {
                .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .star-rating span strong.rating {
                  font-size: 36px; } }
            .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .star-rating span strong.all_rating {
              position: relative;
              font-size: 25px;
              color: #000;
              font-family: 'Noto Sans' !important;
              letter-spacing: 4px; }
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating-number-rating .count {
          padding-right: 4px; }
      @media only screen and (max-width: 1199px) {
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating {
          margin-bottom: 16px !important; } }
      @media only screen and (max-width: 991px) {
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating {
          margin-bottom: 0 !important;
          width: 200px; } }
      @media only screen and (max-width: 767px) {
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating {
          width: 170px; } }
      @media only screen and (max-width: 639px) {
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating {
          width: 200px; } }
      @media only screen and (max-width: 439px) {
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating {
          width: 100%;
          margin-top: 8px; } }
      .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating .star-rating {
        font-size: 24px;
        letter-spacing: 10px;
        width: 7em; }
        @media only screen and (max-width: 991px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating .star-rating {
            margin: 0 !important; } }
        @media only screen and (max-width: 767px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating .star-rating {
            font-size: 21px;
            width: 7.5em; } }
        @media only screen and (max-width: 639px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating .star-rating {
            font-size: 24px;
            width: 7em; } }
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating .star-rating:before {
          color: #A52532; }
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .woocommerce-product-rating .star-rating span:before {
          color: #A52532; }
      .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review, .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review:visited {
        width: 160px;
        height: 40px;
        border: 1px solid #A52532;
        border-radius: 4px;
        font-size: 16px;
        line-height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fff;
        color: #A52532;
        text-decoration: none;
        margin-top: 28px; }
        @media only screen and (max-width: 991px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review, .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review:visited {
            margin-top: 0;
            margin-left: auto; } }
        @media only screen and (max-width: 767px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review, .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review:visited {
            width: 150px; } }
        @media only screen and (max-width: 639px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review, .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review:visited {
            margin-left: 0;
            margin-top: 19px;
            width: 160px; } }
        .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review:hover, .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review:active, .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review:focus, .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review:visited:hover, .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review:visited:active, .base-product-page-wrap-inners .product-sidebar-wrapper .wpdiscuz_rating .leave_review:visited:focus {
          background: #A52532;
          color: #fff; }
    .base-product-page-wrap-inners .product-sidebar-wrapper .sidebar-banner {
      position: relative;
      width: 100%;
      margin-bottom: 40px; }
      @media only screen and (max-width: 991px) {
        .base-product-page-wrap-inners .product-sidebar-wrapper .sidebar-banner {
          display: none; } }
      .base-product-page-wrap-inners .product-sidebar-wrapper .sidebar-banner p {
        font-size: 12px;
        line-height: 140%;
        text-align: right;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #888888;
        margin-bottom: 8px; }
      .base-product-page-wrap-inners .product-sidebar-wrapper .sidebar-banner img {
        width: auto;
        max-width: 100%; }
      .base-product-page-wrap-inners .product-sidebar-wrapper .sidebar-banner .desktop {
        display: block; }
        @media only screen and (max-width: 991px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .sidebar-banner .desktop {
            display: none; } }
      .base-product-page-wrap-inners .product-sidebar-wrapper .sidebar-banner .mobile {
        display: none; }
        @media only screen and (max-width: 991px) {
          .base-product-page-wrap-inners .product-sidebar-wrapper .sidebar-banner .mobile {
            display: block; } }

@media only screen and (max-width: 767px) {
  .single-product .last-product-wrap {
    padding-bottom: 32px; } }
.single-product .base-banner {
  padding-bottom: 16px; }
  @media only screen and (max-width: 1199px) {
    .single-product .base-banner {
      padding-bottom: 16px; } }
  @media only screen and (max-width: 479px) {
    .single-product .base-banner {
      padding-bottom: 32px;
      padding-top: 32px; } }

.content_inners.community .sidebar_inners {
  padding-top: 20px; }

#pmpro_pricing_fields {
  display: none; }

.pmpro_message {
  background: #F2F3F6 !important;
  border: 0 !important;
  color: #000 !important; }
  .pmpro_message strong {
    color: #A52532 !important; }
  .pmpro_message a, .pmpro_message a:visited {
    color: #A52532 !important; }
  .pmpro_message.pmpro_error {
    background: #f2dede !important; }
    .pmpro_message.pmpro_error strong {
      color: #A52532 !important; }
    .pmpro_message.pmpro_error a, .pmpro_message.pmpro_error a:visited {
      color: #A52532 !important; }

#pmpro_account-profile ul li:first-of-type:before {
  display: none; }

.pmpro_btn {
  background: #A52532;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  margin: 16px 0 0 0;
  display: block;
  font-family: "Roboto" !important;
  padding: 8px 16px;
  font-size: 17px;
  border: 0; }

.pmpro_confirmation_wrap ul li:nth-of-type(2) {
  display: none; }

#pmpro_account-membership #pmpro_actionlink-levels {
  display: none; }

#pmpro_account .pmpro_box {
  border-top: 0; }

.pmpro_logged_in_welcome_wrap .pmpro_member_log_out {
  display: none; }

.login-submit .button {
  background: #A52532;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  margin: 16px 0 0 0;
  display: block;
  font-family: "Roboto" !important;
  padding: 8px 16px;
  font-size: 17px;
  border: 0; }

.content_inners_page.register > p {
  margin: 0; }
.content_inners_page.register .pmpro_login_wrap .pmpro_actions_nav a, .content_inners_page.register .pmpro_login_wrap .pmpro_actions_nav a:visited, .content_inners_page.register .pmpro_lost_password_wrap .pmpro_actions_nav a, .content_inners_page.register .pmpro_lost_password_wrap .pmpro_actions_nav a:visited {
  color: #A52532;
  font-size: 14px; }

.login-dropdown-wrap {
  position: relative; }
  .login-dropdown-wrap .login-account {
    display: none;
    position: absolute;
    top: 0;
    left: 0; }

#pmpro_form #pmpro_user_fields .pmpro_checkout-fields .pmpro_checkout-field-username label {
  display: none; }

.pmpro_form .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  display: none; }
.pmpro_form .pmpro_checkout > .pmpro_checkout-fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px;
  max-width: 100%; }
  .pmpro_form .pmpro_checkout > .pmpro_checkout-fields .pmpro_checkout-field-firstname {
    -ms-flex-order: 0;
    order: 0; }
  .pmpro_form .pmpro_checkout > .pmpro_checkout-fields .pmpro_checkout-field-lastname {
    -ms-flex-order: 1;
    order: 1; }
  .pmpro_form .pmpro_checkout > .pmpro_checkout-fields .pmpro_checkout-field-password {
    -ms-flex-order: 2;
    order: 2; }
  .pmpro_form .pmpro_checkout > .pmpro_checkout-fields .pmpro_checkout-field-bemail {
    -ms-flex-order: 3;
    order: 3; }

form.pmpro_form .pmpro_checkout-fields div, #loginform p {
  width: 100%; }

.pmpro_btn-submit-checkout {
  width: auto !important; }
  @media only screen and (max-width: 479px) {
    .pmpro_btn-submit-checkout {
      width: 100% !important; } }

.wp-social-login-widget {
  margin-bottom: 16px; }
  .wp-social-login-widget .wp-social-login-provider-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0 0 0; }
    .wp-social-login-widget .wp-social-login-provider-list a {
      text-decoration: none !important;
      display: block;
      margin-right: 8px; }
      .wp-social-login-widget .wp-social-login-provider-list a:last-of-type {
        margin-right: 0; }
      .wp-social-login-widget .wp-social-login-provider-list a img {
        margin: 0; }

.account .wp-social-login-widget {
  margin-bottom: 32px; }

form.pmpro_form input[type=text].input, form.pmpro_form input[type=password].input, .pmpro_login_wrap form#loginform input[type=text].input, .pmpro_login_wrap form#loginform input[type=password].input, form.pmpro_form .pmpro_btn, .pmpro_login_wrap #loginform input[type=submit] {
  width: auto; }
  @media only screen and (max-width: 479px) {
    form.pmpro_form input[type=text].input, form.pmpro_form input[type=password].input, .pmpro_login_wrap form#loginform input[type=text].input, .pmpro_login_wrap form#loginform input[type=password].input, form.pmpro_form .pmpro_btn, .pmpro_login_wrap #loginform input[type=submit] {
      width: 100%; } }

#pmpro_user_fields_show {
  padding-top: 16px; }

.pmpro_captcha {
  max-width: 100%; }
  @media only screen and (max-width: 479px) {
    .pmpro_captcha {
      overflow: hidden; } }

.content_inners .tinv-wishlist {
  position: relative;
  width: 100%; }
  .content_inners .tinv-wishlist h1 {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto; }
    @media only screen and (max-width: 1199px) {
      .content_inners .tinv-wishlist h1 {
        width: 100%; } }
  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product {
    border: 0;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list {
      width: 1200px !important;
      max-width: 100% !important;
      margin: 0 auto; }
      @media only screen and (max-width: 1199px) {
        .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list {
          width: 100%; } }
      .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item {
        width: 100% !important;
        margin: 0 !important;
        padding: 20px 0 !important;
        float: none !important;
        border-bottom: 1px solid #C9CDDA;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
        .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item:last-of-type {
          border-bottom: 0; }
        .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item:before {
          display: none; }
        .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-remove {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          padding: 0;
          width: 40px; }
          @media only screen and (max-width: 479px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-remove {
              width: 100%;
              margin-bottom: 16px; } }
          .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-remove button {
            background-color: #F0F1F4; }
        .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-thumbnail {
          width: 96px;
          min-width: auto !important;
          height: 96px;
          min-height: auto !important;
          margin-right: 8px;
          margin-bottom: 0; }
          @media only screen and (max-width: 767px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-thumbnail {
              width: 75px;
              height: 75px;
              margin-right: 16px; } }
          @media only screen and (max-width: 575px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-thumbnail {
              width: 64px;
              height: 64px; } }
          @media only screen and (max-width: 479px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-thumbnail {
              width: 60px;
              height: 60px;
              margin-right: 8px; } }
          @media only screen and (max-width: 359px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-thumbnail {
              width: 50px;
              height: 50px; } }
          .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-thumbnail a {
            display: block; }
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-thumbnail a img {
              width: 100%;
              height: 100%; }
        .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name {
          position: relative;
          width: 430px;
          padding-right: 24px; }
          @media only screen and (max-width: 1279px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name {
              width: 400px; } }
          @media only screen and (max-width: 1199px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name {
              width: calc(100% - 96px - 50px - 16px - 400px);
              padding-right: 16px;
              margin-right: auto; } }
          @media only screen and (max-width: 991px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name {
              width: calc(100% - 96px - 50px - 16px - 150px); } }
          @media only screen and (max-width: 767px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name {
              width: calc(100% - 75px - 50px - 16px - 106px); } }
          @media only screen and (max-width: 575px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name {
              width: calc(100% - 64px - 50px - 16px - 50px); } }
          @media only screen and (max-width: 479px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name {
              width: calc(100% - 60px - 8px - 50px);
              padding-right: 0; } }
          @media only screen and (max-width: 359px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name {
              width: calc(100% - 50px - 8px - 50px); } }
          .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name h2 {
            font-family: 'Noto Sans Bold';
            font-weight: normal;
            font-size: 22px;
            line-height: 128%;
            color: #000;
            padding: 0 0 6px 0;
            margin: 0; }
            @media only screen and (max-width: 1279px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name h2 {
                font-size: 21px; } }
            @media only screen and (max-width: 1199px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name h2 {
                font-size: 17px; } }
            @media only screen and (max-width: 767px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name h2 {
                font-size: 16px; } }
            @media only screen and (max-width: 575px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name h2 {
                font-size: 16px; } }
            @media only screen and (max-width: 359px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name h2 {
                font-size: 14px; } }
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name h2 a {
              text-decoration: none; }
          .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .product-name p.brand-text {
            margin-bottom: 0;
            font-family: 'Roboto';
            font-weight: 500;
            font-size: 10px;
            line-height: 120%;
            letter-spacing: 0.05rem;
            text-transform: uppercase;
            color: #9C9C9C; }
        .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -ms-flex-align: center !important;
          align-items: center !important;
          width: 550px; }
          @media only screen and (max-width: 1199px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality {
              width: 400px; } }
          @media only screen and (max-width: 991px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality {
              width: 140px; } }
          @media only screen and (max-width: 767px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality {
              width: 106px; } }
          @media only screen and (max-width: 575px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality {
              width: 42px; } }
          .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-pack: end !important;
            justify-content: flex-end !important;
            width: 106px;
            min-width: 106px;
            margin: 0 40px 0 0;
            padding-right: 4px; }
            @media only screen and (max-width: 1199px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product {
                margin-right: 30px; } }
            @media only screen and (max-width: 991px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product {
                margin-right: 0; } }
            @media only screen and (max-width: 767px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product {
                padding-right: 5px; } }
            @media only screen and (max-width: 575px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product {
                width: 42px;
                min-width: 42px;
                padding-right: 0;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-pack: start !important;
                justify-content: flex-start !important; } }
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product.quality {
              padding-right: 0; }
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure {
              position: relative;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -ms-flex-align: center !important;
              align-items: center !important;
              -ms-flex-pack: center !important;
              justify-content: center !important;
              -ms-flex-order: 1;
              order: 1;
              width: 52px;
              height: auto;
              content: '';
              top: 0;
              left: 0;
              padding-bottom: 0;
              z-index: 10;
              margin: 0; }
              @media only screen and (max-width: 575px) {
                .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure {
                  width: 42px;
                  margin-bottom: 6px; } }
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure .block-img {
                position: relative;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-align: center !important;
                align-items: center !important;
                -ms-flex-pack: center !important;
                justify-content: center !important;
                width: 52px;
                height: auto;
                z-index: 10;
                background: #00ae4d;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px; }
                @media only screen and (max-width: 575px) {
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure .block-img {
                    width: 42px;
                    height: 8px; } }
                .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure .block-img img {
                  position: relative;
                  width: 34px;
                  height: auto;
                  z-index: 10;
                  margin: 13px 0; }
                  @media only screen and (max-width: 575px) {
                    .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure .block-img img {
                      display: none; } }
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure span {
                color: rgba(0, 0, 0, 0.9);
                font-family: 'IBM Plex Sans Medium';
                font-size: 27px;
                font-weight: 600;
                line-height: 1.65;
                position: relative;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-align: center !important;
                align-items: center !important;
                -ms-flex-pack: center !important;
                justify-content: center !important;
                width: 100%;
                height: auto;
                text-align: center;
                border: 1px solid #00ae4d;
                border-bottom-left-radius: 3px;
                border-bottom-right-radius: 3px;
                letter-spacing: -.08rem;
                padding-right: .04rem; }
                @media only screen and (max-width: 575px) {
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure span {
                    font-size: 21px;
                    line-height: 1.8; } }
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure i {
                font-family: 'Roboto';
                font-size: 10px;
                font-weight: 500;
                line-height: 1.4;
                z-index: 15;
                color: #fff;
                display: block;
                position: absolute;
                width: 100%;
                letter-spacing: .025rem;
                text-align: center;
                top: 32px;
                left: 0;
                font-style: normal;
                z-index: 11; }
                @media only screen and (max-width: 767px) {
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure i {
                    font-size: 8px;
                    top: 30px; } }
                @media only screen and (max-width: 575px) {
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure i {
                    display: none; } }
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.black-listed span img {
                position: relative;
                width: 34px;
                height: auto;
                border-radius: 0;
                margin: 7px 0; }
                @media only screen and (max-width: 575px) {
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.black-listed span img {
                    width: 23px; } }
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.no-rating .block-img {
                background: #C9CDDA; }
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.no-rating span {
                border: 1px solid #C9CDDA; }
                .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.no-rating span img {
                  position: relative;
                  width: 16px;
                  height: auto;
                  border-radius: 0;
                  margin: 9px 0; }
                  @media only screen and (max-width: 575px) {
                    .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.no-rating span img {
                      width: 13px; } }
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product {
                width: 60px;
                -ms-flex-align: start !important;
                align-items: flex-start !important; }
                @media only screen and (max-width: 767px) {
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product {
                    width: 60px; } }
                @media only screen and (max-width: 575px) {
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product {
                    width: 42px; } }
                .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product .block-img {
                  -ms-flex-align: start !important;
                  align-items: flex-start !important;
                  width: 68px;
                  height: 92px;
                  border-radius: 5px;
                  background: #A52532; }
                  @media only screen and (max-width: 767px) {
                    .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product .block-img {
                      width: 60px; } }
                  @media only screen and (max-width: 575px) {
                    .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product .block-img {
                      width: 42px;
                      height: 47px; } }
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product .block-img img {
                    width: 40px;
                    height: 39px;
                    margin: 15px 0 0 0; }
                    @media only screen and (max-width: 767px) {
                      .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product .block-img img {
                        width: 35px;
                        height: 33px; } }
                    @media only screen and (max-width: 575px) {
                      .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product .block-img img {
                        width: 25px;
                        height: 23px;
                        display: block !important;
                        margin-top: 11px; } }
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product .block-img i {
                    top: 60px;
                    font-size: 7px;
                    text-transform: uppercase;
                    font-family: 'Montserrat ExtraBold';
                    color: #fff; }
                    @media only screen and (max-width: 575px) {
                      .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product .block-img i {
                        display: none; } }
                .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .rating-figure.quality-product span {
                  font-family: Roboto;
                  font-weight: 600;
                  font-size: 14px;
                  line-height: 130%;
                  color: #1E1E1E; }
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .add-icon-product {
              position: relative;
              padding-top: 2px;
              -ms-flex-order: 0;
              order: 0;
              margin-right: 20px; }
              @media only screen and (max-width: 575px) {
                .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .add-icon-product {
                  -ms-flex-order: 2;
                  order: 2;
                  margin-right: 0;
                  width: 42px; } }
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .add-icon-product img.remark {
                position: relative;
                width: auto;
                margin: 0; }
                @media only screen and (max-width: 575px) {
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .icon-product .add-icon-product img.remark {
                    width: 17px;
                    margin: 0 8px 0 0; } }
          .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .quality-description-brand {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-align: center !important;
            align-items: center !important; }
            @media only screen and (max-width: 991px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .quality-description-brand {
                display: none; } }
          .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality span.quality_description {
            padding-left: 3px;
            font-size: 20px;
            line-height: 130%;
            color: #A52532;
            width: 145px;
            margin-right: 40px; }
            @media only screen and (max-width: 1199px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality span.quality_description {
                font-size: 18px;
                width: 130px;
                margin-right: 30px; } }
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality span.quality_description.page {
              display: none; }
          @media only screen and (max-width: 991px) {
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .rating-criterion {
              display: none; } }
          .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .rating-criterion p {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-align: center !important;
            align-items: center !important;
            width: 100%;
            margin-bottom: 3px; }
            .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .rating-criterion p span {
              display: block;
              color: #000;
              position: relative;
              font-weight: normal;
              line-height: 140%; }
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .rating-criterion p span.num-criterion {
                font-size: 16px;
                width: 30px;
                text-align: center;
                font-family: 'IBM Plex Sans Medium'; }
                .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .rating-criterion p span.num-criterion .all-num-criterion {
                  display: none; }
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .rating-criterion p span.scale-criterion {
                width: 120px;
                height: 5px;
                background: #E6E7EA;
                border-radius: 10px;
                margin: 0 10px;
                line-height: 140%; }
                @media only screen and (max-width: 1199px) {
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .rating-criterion p span.scale-criterion {
                    width: 100px; } }
                .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .rating-criterion p span.scale-criterion em {
                  position: absolute;
                  display: block;
                  top: 0;
                  left: 0;
                  display: block;
                  height: 5px;
                  background: #00ae4d;
                  border-radius: 10px;
                  line-height: 140%; }
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .rating-criterion p span.name-criterion {
                font-size: 12px;
                letter-spacing: 0.05rem;
                text-transform: uppercase;
                font-family: 'Roboto Medium'; }
                @media only screen and (max-width: 1199px) {
                  .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .rating-criterion p span.name-criterion {
                    text-transform: none; } }
          .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .rating-criterion.quality {
            display: none; }
          .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality p.danger_description, .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality p.no_rating {
            font-size: 13px;
            line-height: 150%;
            margin-bottom: 0;
            padding-left: 3px;
            color: #000;
            max-height: 96px;
            overflow: hidden; }
            @media only screen and (max-width: 991px) {
              .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality p.danger_description, .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality p.no_rating {
                display: none; } }
          .content_inners .tinv-wishlist .base-product-list-wrap.class_list_product ul.tinvwl-table-manage-list li.wishlist_item .block_product_quality .block-img-brand {
            position: relative;
            width: 99px;
            height: 99px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50% 50%; }
  .content_inners .tinv-wishlist .cart-empty.woocommerce-info, .content_inners .tinv-wishlist .woocommerce-message {
    max-width: 1200px;
    margin: 16px auto; }

#yith-woocompare #yith-woocompare-cat-nav {
  text-align: left; }
  #yith-woocompare #yith-woocompare-cat-nav h3 {
    display: none;
    padding-top: 0 !important;
    font-size: 24px !important; }
    @media only screen and (max-width: 767px) {
      #yith-woocompare #yith-woocompare-cat-nav h3 {
        font-size: 22px !important; } }
    @media only screen and (max-width: 575px) {
      #yith-woocompare #yith-woocompare-cat-nav h3 {
        font-size: 21px !important; } }
    @media only screen and (max-width: 479px) {
      #yith-woocompare #yith-woocompare-cat-nav h3 {
        font-size: 20px !important; } }
  #yith-woocompare #yith-woocompare-cat-nav .yith-woocompare-nav-list li {
    padding-left: 0;
    margin-bottom: 6px; }
    #yith-woocompare #yith-woocompare-cat-nav .yith-woocompare-nav-list li:before {
      display: none; }
#yith-woocompare .compare-table-clear {
  margin-bottom: 0; }
#yith-woocompare .table-responsive {
  overflow: visible; }
#yith-woocompare table.compare-list tr th {
  background-color: #e4e4e4 !important; }
#yith-woocompare table.compare-list tr, #yith-woocompare table.compare-list tr td {
  background: #F2F3F6 !important;
  color: #000 !important; }
#yith-woocompare table.compare-list tr.product_info td, #yith-woocompare table.compare-list tr.description td, #yith-woocompare table.compare-list tr.rating td {
  background: #fff !important;
  color: #000 !important; }
#yith-woocompare table.compare-list tr.different, #yith-woocompare table.compare-list tr.different td {
  background: #fff !important;
  color: #000 !important; }
#yith-woocompare table.compare-list tr.pa_rk-reyting, #yith-woocompare table.compare-list tr.pa_rk-reyting th, #yith-woocompare table.compare-list tr.pa_rk-reyting td, #yith-woocompare table.compare-list tr.pa_rk-rejting, #yith-woocompare table.compare-list tr.pa_rk-rejting th, #yith-woocompare table.compare-list tr.pa_rk-rejting td {
  background: #A52532 !important;
  color: #fff !important; }
#yith-woocompare table.compare-list .remove a {
  text-transform: none !important;
  font-size: 14px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
  #yith-woocompare table.compare-list .remove a span {
    padding: 0;
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    text-align: center;
    overflow: hidden;
    margin: 0; }
    #yith-woocompare table.compare-list .remove a span:before {
      content: '\f00d';
      display: block;
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      background: #fff;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      font-size: 16px; }
#yith-woocompare table.compare-list .image-wrap {
  width: 100px;
  height: 100px; }
  #yith-woocompare table.compare-list .image-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
#yith-woocompare table.compare-list tbody th, #yith-woocompare table.dataTable.compare-list tbody th {
  width: 200px !important;
  max-width: 200px !important;
  min-width: 200px !important; }
  @media only screen and (max-width: 767px) {
    #yith-woocompare table.compare-list tbody th, #yith-woocompare table.dataTable.compare-list tbody th {
      width: 170px !important;
      max-width: 170px !important;
      min-width: 170px !important;
      font-size: 13px !important; } }
  @media only screen and (max-width: 599px) {
    #yith-woocompare table.compare-list tbody th, #yith-woocompare table.dataTable.compare-list tbody th {
      width: 130px !important;
      max-width: 130px !important;
      min-width: 130px !important;
      font-size: 11px !important; } }
  @media only screen and (max-width: 479px) {
    #yith-woocompare table.compare-list tbody th, #yith-woocompare table.dataTable.compare-list tbody th {
      width: 90px !important;
      max-width: 90px !important;
      min-width: 90px !important;
      font-size: 10px !important; } }
#yith-woocompare table.compare-list tbody td {
  width: 200px;
  max-width: 200px !important;
  min-width: 200px !important; }
#yith-woocompare .dataTables_scrollHead table thead tr, #yith-woocompare .DTFC_LeftHeadWrapper table thead tr {
  height: 8px !important; }
  #yith-woocompare .dataTables_scrollHead table thead tr td, #yith-woocompare .dataTables_scrollHead table thead tr th, #yith-woocompare .DTFC_LeftHeadWrapper table thead tr td, #yith-woocompare .DTFC_LeftHeadWrapper table thead tr th {
    padding-top: 0;
    padding-bottom: 0; }

.content_inners_page.testlab {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto; }
  .content_inners_page.testlab a {
    text-decoration: none; }
  .content_inners_page.testlab ul li {
    padding-left: 15px; }
    .content_inners_page.testlab ul li:before {
      font-size: 8px;
      top: 5px; }
  .content_inners_page.testlab ul.children {
    padding-top: 8px; }
    .content_inners_page.testlab ul.children li:last-child {
      margin-bottom: 0; }
  .content_inners_page.testlab .testlab-primary ul {
    width: 100%; }
    .content_inners_page.testlab .testlab-primary ul li {
      width: 100%;
      margin-bottom: 16px;
      display: block; }
      .content_inners_page.testlab .testlab-primary ul li .children {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 32px; }
        .content_inners_page.testlab .testlab-primary ul li .children li {
          width: auto;
          margin-right: 32px; }
  .content_inners_page.testlab .testlab-product-categories {
    width: 100%; }
    .content_inners_page.testlab .testlab-product-categories li {
      width: 100%;
      margin-bottom: 16px;
      display: block; }
      .content_inners_page.testlab .testlab-product-categories li .children {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 32px; }
        .content_inners_page.testlab .testlab-product-categories li .children li {
          width: 100%;
          margin-right: 0; }
          .content_inners_page.testlab .testlab-product-categories li .children li.cat-parent {
            width: 100%;
            margin-right: 0; }
          .content_inners_page.testlab .testlab-product-categories li .children li .children {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .content_inners_page.testlab .testlab-product-categories li .children li .children li {
              width: auto;
              margin-bottom: 8px;
              margin-right: 32px; }
              .content_inners_page.testlab .testlab-product-categories li .children li .children li.cat-parent {
                width: 100%;
                margin-right: 0; }

/*# sourceMappingURL=style.css.map */
