#inm7cv2qk_0 {
  display: none; }

.page_path_microdata {
  display: none; }

body .card-page .shop2-product .product-price {
  display: none; }
  body .product-list.product-list-thumbs .product-item__bot-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px; }
    body .product-list.product-list-thumbs .product-item__bot-btns .one-click-btn-wrap, body .product-list.product-list-thumbs .product-item__bot-btns .product-compare {
      margin: 5px 0; }
    body .product-list.product-list-thumbs .product-item__bot-btns .one-click-btn-wrap {
      width: auto;
      min-width: 143px; }
    body .product-list.product-list-thumbs .product-item__bot-btns .one-click-btn {
      padding: 9px 5px;
      font-size: 14px;
      line-height: 1.2;
      margin: 0;
      min-width: 143px; }
    body .product-list.product-list-thumbs .product-item__bot-btns .product-compare {
      margin-right: 10px; }
  body .product-list.product-list-thumbs .product-item {
    padding: 20px 15px; }

.pluses {
  line-height: 20px;
  list-style-position: outside;
  list-style-type: none; }

.pluses > li {
  margin: 0 0 10px;
  position: relative;
  vertical-align: top;
  font-size: 17px; }

.pluses > li:before {
  background: url("/t/images/002-double-tick2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 25px;
  left: -30px;
  position: absolute;
  top: -3px;
  width: 25px; }

.my-blok {
  border: 1px solid #dbd6d0;
  background: #fff;
  border-radius: 6px;
  padding: 15px;
  margin: 15px 0; }

.list6b {
  padding: 0;
  list-style: none; }

.list6b li {
  padding: 6px; }

.list6b li:before {
  padding-right: 10px;
  font-weight: bold;
  color: #c0c0c0;
  content: "\2714";
  transition-duration: 0.5s; }

.list6b li:hover:before {
  color: #26a429;
  content: "\2714"; }

.folders-list a, .folders-list span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .folders-list__body {
    display: flex;
    flex-wrap: wrap; }
  .folders-list__item {
    text-decoration: none;
    width: 100%;
    max-width: 23%;
    margin: 1% auto;
    padding: 15px 13px;
    background: #fff;
    border: 1px solid rgba(75, 49, 18, 0.2);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    transition: ease 0.3s; }
    @media (max-width: 960px) {
  .folders-list__item {
    max-width: 31%; } }
    @media (max-width: 768px) {
  .folders-list__item {
    max-width: 48%; } }
    @media (max-width: 480px) {
  .folders-list__item {
    max-width: 100%; } }
    .folders-list__item-image {
      min-height: 180px;
      text-align: center;
      padding-bottom: 10px; }
    .folders-list__item-image img {
      max-width: 100%; }
    .folders-list__item-name {
      margin-top: auto;
      text-align: center; }
    .folders-list__item:hover {
      box-shadow: 0px 0px 30px 0px rgba(185, 181, 179, 0.5); }

.g-form-control-checkbox--single .g-form-control-checkbox__input {
  display: inline-block;
  vertical-align: middle; }

.container-one {
  display: flex;
  flex-wrap: wrap; }

.raised {
  position: relative;
  width: 44%;
  display: inline-block;
  vertical-align: top;
  padding: 1.3em;
  box-sizing: border-box;
  margin: 1em 15px 1em;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.522); }
