.products_cat .productshome_filter_cat {
  display: none; }
.products_cat .productshome_filter {
  float: right; }
  .products_cat .productshome_filter .productshome_filter_item {
    float: right;
    width: 150px;
    margin-left: 10px;
    position: relative;
    text-align: right; }
    @media all and (max-width: 600px) {
      .products_cat .productshome_filter .productshome_filter_item {
        width: 140px; } }
    .products_cat .productshome_filter .productshome_filter_item .filter_title {
      font-size: 15px;
      padding: 10px;
      position: relative;
      box-sizing: border-box;
      margin-bottom: 10px; }
      @media all and (max-width: 600px) {
        .products_cat .productshome_filter .productshome_filter_item .filter_title {
          font-size: 13px;
          text-align: right;
          padding-right: 15px; } }
      .products_cat .productshome_filter .productshome_filter_item .filter_title span {
        display: inline-block;
        padding-right: 20px;
        position: relative; }
        .products_cat .productshome_filter .productshome_filter_item .filter_title span:after {
          position: absolute;
          content: '';
          width: 12px;
          height: 12px;
          right: 0px;
          top: 2px;
          background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 -6 524 524"><title>down</title><path d="M64 191L98 157 262 320 426 157 460 191 262 387 64 191Z"/></svg>');
          background-size: cover; }
    .products_cat .productshome_filter .productshome_filter_item .filter_inner {
      position: absolute;
      width: 100%;
      left: 0px;
      top: 36px;
      border: 1px solid #e0e0e0;
      border-bottom: none;
      box-sizing: border-box;
      display: none;
      z-index: 9999;
      background: #fff; }
      .products_cat .productshome_filter .productshome_filter_item .filter_inner a {
        display: inline-block;
        width: 100%;
        padding: 10px 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #eee; }
        .products_cat .productshome_filter .productshome_filter_item .filter_inner a:hover {
          background: #f1f1f1; }
      .products_cat .productshome_filter .productshome_filter_item .filter_inner .item_cat_active {
        background: #f1f1f1; }
    .products_cat .productshome_filter .productshome_filter_item:hover .filter_inner {
      display: block; }
  .products_cat .productshome_filter .productshome_filter_ord .filter_title:before {
    position: absolute;
    width: 1px;
    height: 14px;
    background: #c3c3c3;
    left: -15px;
    top: 13px; }

@media all and (max-width: 1050px) {
  .list_sub_cats_wrapper_sroll {
    overflow-x: auto; } }

.filter_products_cat {
  box-sizing: border-box;
  width: calc(24% + 1px);
  float: left;
  display: none; }
  @media all and (max-width: 1050px) {
    .filter_products_cat {
      position: fixed;
      left: 0px;
      display: none;
      top: 0px;
      z-index: 99999;
      height: 100%;
      background: #fff;
      border-right: 1px solid #ededed;
      width: 320px;
      padding: 10px;
      overflow-y: auto; } }

.products_cat .page_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px; }
.products_cat .pos2 {
  margin-top: 0px; }
.products_cat .filter-manufactory {
  margin-top: 20px; }

.products-cat .wrapper_products_filter {
  width: 270px;
  float: left; }
  @media all and (max-width: 800px) {
    .products-cat .wrapper_products_filter {
      width: 220px; } }
  @media all and (max-width: 500px) {
    .products-cat .wrapper_products_filter {
      width: calc(100% - 0px); } }
.products-cat .slide-cat {
  margin-bottom: 12px; }
  .products-cat .slide-cat a {
    display: grid; }
.products-cat .list_sub_cats_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px 5px; }
  @media all and (max-width: 1050px) {
    .products-cat .list_sub_cats_wrapper {
      margin: 10px -3px 15px; } }
  .products-cat .list_sub_cats_wrapper .item {
    width: calc(100% / 10 - 6px);
    margin: 0px 3px 6px;
    padding: 4px 4px 4px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 5px;
    transition: 0.4s; }
    .products-cat .list_sub_cats_wrapper .item:hover {
      border: 1px solid var(--blue-color); }
    .products-cat .list_sub_cats_wrapper .item a {
      display: block; }
      .products-cat .list_sub_cats_wrapper .item a span {
        margin-top: 2px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        line-height: 15px; }
    .products-cat .list_sub_cats_wrapper .item img {
      min-height: 80px; }
    @media all and (max-width: 900px) {
      .products-cat .list_sub_cats_wrapper .item {
        width: calc(100% / 5 - 6px); } }
    @media all and (max-width: 740px) {
      .products-cat .list_sub_cats_wrapper .item {
        width: calc(100% / 4 - 6px); } }
    @media all and (max-width: 740px) {
      .products-cat .list_sub_cats_wrapper .item {
        width: calc(100% / 4 - 6px); } }
    @media all and (max-width: 600px) {
      .products-cat .list_sub_cats_wrapper .item {
        width: calc(100% / 3 - 6px);
        border-radius: 2px; } }
  .products-cat .list_sub_cats_wrapper .item-mobile {
    width: 102px; }

@media all and (min-width: 1100px) {
  .products-cat-full {
    width: 100%;
    float: none; }
    .products-cat-full .product_grid .item {
      width: 20%; } }

.prodetails_tab {
  background: #fff;
  padding: 20px;
  margin-top: 30px; }
  @media all and (max-width: 1050px) {
    .prodetails_tab {
      padding: 15px 0px 0px;
      margin-top: 15px; } }
  .prodetails_tab .cat-title-main {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px; }
    @media all and (max-width: 900px) {
      .prodetails_tab .cat-title-main {
        font-size: 14px; } }

.cat_description {
  background: #fff;
  margin-top: 12px;
  line-height: 25px; }
  .cat_description h2, .cat_description h3 {
    font-weight: bold;
    font-size: 16px; }
  .cat_description h2, .cat_description h3, .cat_description h4, .cat_description p, .cat_description ul {
    margin-bottom: 10px; }
  .cat_description img {
    max-width: 100%;
    height: auto !important; }
  .cat_description ul li {
    margin-left: 30px;
    list-style: initial; }

.news_related_vertical {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap; }
  @media all and (max-width: 600px) {
    .news_related_vertical {
      margin: 0 -5px; } }
  .news_related_vertical .item-related {
    width: calc(25% - 20px);
    float: left;
    margin: 0 10px 20px; }
    .news_related_vertical .item-related .img_a {
      display: grid;
      min-height: 125px; }
      @media all and (max-width: 900px) {
        .news_related_vertical .item-related .img_a {
          min-height: 100px; } }
      @media all and (max-width: 380px) {
        .news_related_vertical .item-related .img_a {
          min-height: 80px; } }
    @media all and (max-width: 600px) {
      .news_related_vertical .item-related {
        width: calc(50% - 10px);
        margin-bottom: 10px;
        margin: 0 5px 10px; } }
    .news_related_vertical .item-related .time {
      margin-top: 5px;
      font-size: 13px;
      color: #909090; }
    .news_related_vertical .item-related .title-item-related {
      margin-top: 2px; }
      .news_related_vertical .item-related .title-item-related a {
        font-weight: bold;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden; }

.field_title {
  position: relative;
  border-bottom: 1px solid var(--border-color); }
  @media all and (max-width: 1050px) {
    .field_title {
      padding: 0px 10px; } }

.banner_cat {
  margin-bottom: 10px; }
  @media all and (max-width: 768px) {
    .banner_cat {
      margin-bottom: 0; } }
  .banner_cat figure {
    width: calc(50% - 20px);
    margin: 0 10px;
    float: left; }
    .banner_cat figure img {
      width: 100%; }

.cat_summary {
  margin-top: 4px;
  border: 1px solid #EEE;
  padding: 15px;
  background: #fff;
  margin-bottom: 20px; }
  @media all and (max-width: 600px) {
    .cat_summary {
      margin-top: 10px;
      margin-bottom: 10px;
      max-height: 165px;
      overflow-y: auto; } }
  .cat_summary .banner_cat_summary {
    float: right;
    max-width: 30%;
    margin-left: 20px; }

.choosedfilter {
  display: inline-block;
  margin-left: 10px; }
  @media all and (max-width: 1050px) {
    .choosedfilter {
      width: 100%;
      float: none; } }
  .choosedfilter a {
    background: #ddd;
    color: #222 !important;
    margin: 12px 10px 0px 0;
    padding: 10px 30px 10px 15px;
    border-radius: 20px;
    display: inline-block;
    position: relative; }
    .choosedfilter a:after {
      content: 'x';
      position: absolute;
      top: 9px;
      right: 4px;
      width: 15px;
      height: 13px;
      color: #222;
      z-index: 1;
      font-size: 16px; }
  .choosedfilter .reset {
    background: #eee; }

.list_cat {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }
  .list_cat .item_cat {
    display: inline-block; }
    .list_cat .item_cat a {
      display: inline-block;
      padding: 12px 20px;
      position: relative;
      font-size: 16px;
      color: #666;
      text-transform: uppercase; }
      @media all and (max-width: 800px) {
        .list_cat .item_cat a {
          font-size: 16px;
          padding: 10px 25px; } }
      .list_cat .item_cat a:after {
        width: 1px;
        height: 20px;
        position: absolute;
        right: 0px;
        top: 12px;
        background: #777; }
    .list_cat .item_cat:last-child a:after {
      display: none; }
  .list_cat .item_cat_active a {
    color: #000; }

@media all and (max-width: 800px) {
  .list_cat_wrapper .list_cat {
    white-space: nowrap;
    text-align: center;
    overflow-x: auto; } }

.summary_cat {
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  margin-bottom: 20px; }
  .summary_cat p {
    margin-bottom: 5px; }
    .summary_cat p:last-child {
      margin-bottom: 0px; }
      .summary_cat p:last-child a {
        text-decoration: underline;
        margin-right: 11px; }

.list_cat_soon_wrapper {
  padding: 0 20px; }

.list_cat_soon {
  margin-bottom: 20px;
  position: relative; }
  @media all and (max-width: 600px) {
    .list_cat_soon {
      margin-bottom: 0px; } }
  .list_cat_soon .item_cat_s {
    text-align: center; }
    .list_cat_soon .item_cat_s a {
      color: #fff;
      display: inline-block;
      padding: 10px 10px;
      box-sizing: border-box;
      width: 100%;
      background: var(--extra-color);
      border-radius: 4px;
      transition: 0.5s; }
      .list_cat_soon .item_cat_s a:hover {
        background: #f0ba2b; }
  .list_cat_soon .actived a {
    background: #f0ba2b; }
  .list_cat_soon .item-block {
    width: calc(100% / 7 - 10px);
    margin: 0 5px;
    float: left; }
    @media all and (max-width: 600px) {
      .list_cat_soon .item-block {
        width: calc(100% / 2 - 10px); } }
  .list_cat_soon .owl-nav div {
    position: absolute;
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 50%;
    color: var(--extra-color);
    text-align: center;
    font-size: 30px;
    padding: 6px 0 3px 4px; }
  .list_cat_soon .owl-nav .owl-prev {
    left: -30px; }
  .list_cat_soon .owl-nav .owl-next {
    right: -30px; }

.relate_videos {
  background: #fff;
  padding: 20px 20px 0px;
  margin-top: 30px; }
  @media all and (max-width: 1050px) {
    .relate_videos {
      padding: 15px 0px 0px;
      margin-top: 15px; } }
  .relate_videos .relate_videos_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px; }
  .relate_videos .item {
    width: calc(100% / 3 - 20px);
    margin: 0px 10px 20px; }
    .relate_videos .item .image {
      position: relative;
      min-height: 181px; }
      .relate_videos .item .image a {
        display: grid; }
      .relate_videos .item .image svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        fill: #fff; }
      @media all and (max-width: 800px) {
        .relate_videos .item .image {
          min-height: 130px; } }
      @media all and (max-width: 430px) {
        .relate_videos .item .image {
          min-height: 96px; } }
    .relate_videos .item .name {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      margin-top: 4px;
      font-weight: bold; }
    @media all and (max-width: 736px) {
      .relate_videos .item {
        width: calc(100% / 2 - 20px);
        margin: 0px 10px 20px; } }
    @media all and (max-width: 430px) {
      .relate_videos .item {
        width: calc(100% / 2 - 10px);
        margin: 0px 5px 10px; } }
  .relate_videos .relate_videos_all {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap; }
    @media all and (max-width: 600px) {
      .relate_videos .relate_videos_all {
        margin: 0px -5px; } }

.manu_products_special {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 20px 5px 20px; }
  .manu_products_special .cat_label .manu_products_special_name {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 9px;
    display: block; }
    @media all and (max-width: 900px) {
      .manu_products_special .cat_label .manu_products_special_name {
        font-size: 14px; } }
  @media all and (max-width: 1050px) {
    .manu_products_special {
      margin-bottom: 15px;
      padding: 0px; } }

.popup-video-full {
  position: fixed;
  z-index: 22222222;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000f2;
  display: none; }
  .popup-video-full .content-video {
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 500px) {
    .popup-video-full iframe {
      max-width: 100%;
      height: 242px; } }
  .popup-video-full .video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 900px) {
      .popup-video-full .video {
        width: 100%; } }
  .popup-video-full .close {
    float: right;
    color: #ffff;
    font-size: 22px;
    padding: 10px;
    cursor: pointer; }

.block_products_filter_mobile {
  margin-bottom: 20px !important; }

.filter_icon {
  display: none;
  float: right;
  margin-right: 15px; }
  .filter_icon svg {
    width: 23px;
    height: 23px; }
  @media screen and (max-width: 1050px) {
    .filter_icon {
      display: inline-block;
      padding-top: 4px;
      float: left; } }

.rotate180 {
  transform: rotate(180deg);
  margin-top: -3px; }

.aq_relates {
  margin: 40px auto;
  width: 900px; }
  @media screen and (max-width: 1024px) {
    .aq_relates {
      margin: 30px auto;
      width: 100%; } }
  .aq_relates .title_delectech_block {
    text-align: center; }
  .aq_relates .aq-block-body {
    background: #fff; }

.products-cat-frame-inner {
  padding-bottom: 40px; }
  @media all and (max-width: 600px) {
    .products-cat-frame-inner {
      margin-top: 10px; } }

.filter_current {
  margin-top: 15px;
  font-size: 15px;
  border-top: 1px solid #eee;
  padding-top: 10px; }

@media all and (max-width: 990px) {
  .feature_sort {
    width: calc(100% - 00px);
    float: left; } }
.feature_sort .filter_select_sort {
  width: 140px;
  max-width: unset; }
  .feature_sort .filter_select_sort > a {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
    .feature_sort .filter_select_sort > a:last-child {
      margin-bottom: 0px; }
.feature_sort .filter_select_name {
  padding: 0px 25px 0px 0;
  position: relative;
  display: block;
  cursor: pointer;
  color: var(--extra-color); }
  .feature_sort .filter_select_name:after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: var(--extra-color) transparent transparent transparent;
    transition: .3s; }
.feature_sort .feature {
  margin-right: 25px; }
  @media all and (max-width: 600px) {
    .feature_sort .feature {
      margin-right: 0px; } }
.feature_sort .order-select {
  position: relative; }
.feature_sort .closs_filter {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  cursor: pointer;
  background: url('data:image/svg+xml;utf8,<svg fill="rgb(183,183,183)"  width="9px" height="9px" viewBox="0 0 365.696 365.696" xmlns="http://www.w3.org/2000/svg"><path d="m243.1875 182.859375 113.132812-113.132813c12.5-12.5 12.5-32.765624 0-45.246093l-15.082031-15.082031c-12.503906-12.503907-32.769531-12.503907-45.25 0l-113.128906 113.128906-113.132813-113.152344c-12.5-12.5-32.765624-12.5-45.246093 0l-15.105469 15.082031c-12.5 12.503907-12.5 32.769531 0 45.25l113.152344 113.152344-113.128906 113.128906c-12.503907 12.503907-12.503907 32.769531 0 45.25l15.082031 15.082031c12.5 12.5 32.765625 12.5 45.246093 0l113.132813-113.132812 113.128906 113.132812c12.503907 12.5 32.769531 12.5 45.25 0l15.082031-15.082031c12.5-12.503906 12.5-32.769531 0-45.25zm0 0"/></svg>');
  background-repeat: no-repeat;
  background-position: center; }

.products_filter_price {
  float: left;
  width: calc(100% - 185px);
  overflow: auto; }
  @media all and (max-width: 990px) {
    .products_filter_price {
      width: calc(100% - 00px); } }
  .products_filter_price .block_product_filter {
    width: max-content; }
  .products_filter_price .field_item {
    display: none; }
  @media all and (max-width: 1025px) {
    .products_filter_price .price_ft label {
      display: none; } }
  .products_filter_price .price_ft a {
    display: inline-block;
    padding: 5px 10px 15px;
    color: var(--extra-color); }
    @media all and (max-width: 1025px) {
      .products_filter_price .price_ft a {
        padding: 7px 20px 7px 0; } }

.pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%; }

.banner_r_slide .item {
  width: 100% !important; }

.product_tags {
  margin-top: 20px;
  margin-bottom: 20px; }
  .product_tags a {
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
    float: left;
    padding: 0px 7px;
    color: var(--extra-color);
    font-size: 13px;
    transition: .3s; }
    .product_tags a:hover {
      color: var(--main-color); }

.box_item_tags {
  background: #fff;
  margin-top: 12px; }

.sub_cats_bottom {
  margin-top: 30px; }

.sub_cats {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  margin-bottom: 20px; }
  .sub_cats .item_scat {
    width: 10%;
    float: left;
    border-bottom: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    box-sizing: border-box;
    text-align: center;
    padding: 0 10px;
    transition: 0.5s; }
    @media all and (max-width: 600px) {
      .sub_cats .item_scat {
        width: 20%; } }
    .sub_cats .item_scat figure {
      margin-bottom: 0px; }
      .sub_cats .item_scat figure a {
        display: grid;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 5px; }
    .sub_cats .item_scat .cat_name {
      padding-bottom: 10px; }
    .sub_cats .item_scat:hover {
      border: 1px solid var(--main-color); }
  .sub_cats .item_scat_active {
    border: 1px solid var(--main-color); }

.product_grid_ppk {
  background: #ce1233;
  padding: 30px 3px 10px;
  border-radius: 5px;
  position: relative; }
  .product_grid_ppk .product_grid_cat {
    padding-top: 30px;
    background: #fff; }
  .product_grid_ppk .title_ppk {
    position: absolute;
    color: #fff;
    background: #ce1233;
    z-index: 2;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 15px 50px;
    border-radius: 60px;
    padding-left: 80px;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 30px; }
    @media all and (max-width: 600px) {
      .product_grid_ppk .title_ppk {
        width: 80%;
        box-sizing: border-box;
        text-align: center; } }
  .product_grid_ppk .product_grid .item {
    width: 25%; }
    @media all and (max-width: 600px) {
      .product_grid_ppk .product_grid .item {
        width: 50%; } }

.product_grid_pk .product_grid .item {
  width: 25%; }
  @media all and (max-width: 600px) {
    .product_grid_pk .product_grid .item {
      width: 50%; } }

.block_product_filter {
  display: flex;
  flex-wrap: wrap; }
  @media all and (max-width: 600px) {
    .block_product_filter {
      margin-left: -10px;
      margin-right: -10px; } }

#box_conten_linfo {
  max-height: 800px;
  transition: height 75ms;
  overflow: hidden; }

#readmore_desc, #readany_desc {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 28px;
  font-size: 15px; }

#readmore_desc {
  position: relative; }
  #readmore_desc:before {
    width: 100%;
    height: 150px;
    background-image: -webkit-linear-gradient(bottom, #ffffff, #ffffffed, #ffffff00);
    top: -150px;
    left: 0px;
    content: '';
    position: absolute; }

#readmore_desc span, #readany_desc span {
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--extra-color);
  color: var(--extra-color);
  cursor: pointer;
  width: 200px;
  box-sizing: border-box; }
  #readmore_desc span svg, #readany_desc span svg {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    fill: var(--extra-color);
    transform: translate(0px, 0px);
    transition: 0.5s; }
  #readmore_desc span:hover, #readany_desc span:hover {
    color: #fff;
    background: var(--extra-color); }
    #readmore_desc span:hover svg, #readany_desc span:hover svg {
      fill: #fff; }

.cat_description_any {
  max-height: 300px;
  overflow: hidden; }

.product_grid_inner .grid_inner {
  margin: 0 -15px; }
  @media all and (max-width: 1200px) {
    .product_grid_inner .grid_inner {
      margin: 0 -10px; } }
.product_grid_inner .grid_inner_1 .grid_inner_1a {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 30px);
  float: left;
  margin-right: 15px; }
  @media all and (max-width: 600px) {
    .product_grid_inner .grid_inner_1 .grid_inner_1a {
      width: calc(100% - 0px);
      float: left;
      margin: 0px; } }
  .product_grid_inner .grid_inner_1 .grid_inner_1a .item {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    float: left; }
    @media all and (max-width: 1200px) {
      .product_grid_inner .grid_inner_1 .grid_inner_1a .item {
        width: calc(50% - 20px);
        margin: 0 10px 20px; } }
.product_grid_inner .grid_inner_1 .grid_inner_1b {
  width: calc(50% - 0px);
  float: left;
  margin-left: 15px; }
  @media all and (max-width: 600px) {
    .product_grid_inner .grid_inner_1 .grid_inner_1b {
      width: calc(100% - 0px);
      float: left;
      margin: 0px; } }
  .product_grid_inner .grid_inner_1 .grid_inner_1b .item {
    width: calc(100% - 30px);
    margin: 0 15px 30px;
    float: left; }

.product_grid_inner_2 .grid_inner_1 .grid_inner_1a {
  margin-right: 0px;
  margin-left: 15px; }
  @media all and (max-width: 600px) {
    .product_grid_inner_2 .grid_inner_1 .grid_inner_1a {
      margin: 0px; } }
.product_grid_inner_2 .grid_inner_1 .grid_inner_1b {
  margin-left: 0px;
  margin-right: 15px; }
  @media all and (max-width: 600px) {
    .product_grid_inner_2 .grid_inner_1 .grid_inner_1b {
      margin: 0px; } }

/*# sourceMappingURL=cat.css.map */
