/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-prod-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .cp-prod-listing {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cp-prod-listing .lhs {
    width: 24.8%;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .cp-prod-listing .lhs {
        width: 100%; } }
    .cp-prod-listing .lhs .btn-wrap {
      padding: 2rem 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media only screen and (max-width: 1024px) {
        .cp-prod-listing .lhs .btn-wrap {
          padding-bottom: 0; } }
      .cp-prod-listing .lhs .btn-wrap .btn-default {
        margin: 0;
        width: 100%; }
        .cp-prod-listing .lhs .btn-wrap .btn-default.hide {
          display: none; }
        @media only screen and (max-width: 1024px) {
          .cp-prod-listing .lhs .btn-wrap .btn-default.hide {
            display: block; }
          .cp-prod-listing .lhs .btn-wrap .btn-default:first-of-type {
            margin-right: 1rem;
            border: 1px solid #b2b2b2;
            background: none;
            color: #b2b2b2; }
          .cp-prod-listing .lhs .btn-wrap .btn-default:last-of-type {
            margin-left: 1rem; } }
  .cp-prod-listing .rhs {
    width: 72.7%; }
    @media only screen and (max-width: 1024px) {
      .cp-prod-listing .rhs {
        width: 100%; } }
    .cp-prod-listing .rhs .btn-wrap {
      text-align: center;
      margin-top: 6.7rem; }
  .cp-prod-listing .product-list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cp-prod-listing .product-list .product-item {
      width: 49%;
      min-height: 50rem;
      padding: 1.8rem 1.9rem 2rem 2.5rem;
      margin-bottom: 2rem;
      border-radius: 0.8rem;
      -webkit-border-radius: 0.8rem;
      -moz-border-radius: 0.8rem;
      box-shadow: 0 0 19px 14px rgba(111, 111, 111, 0.13);
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 1024px) {
        .cp-prod-listing .product-list .product-item {
          width: 100%;
          margin-bottom: 2rem;
          padding: 1.4rem 2.1rem;
          height: auto;
          min-height: 40rem; } }
      .cp-prod-listing .product-list .product-item:last-of-type {
        margin-bottom: 0; }
      .cp-prod-listing .product-list .product-item.img-item:before {
        content: "";
        opacity: 0.7;
        background-image: linear-gradient(to bottom, #000, f(0, 0, 0, 0));
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }

.fileter-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  padding: 0 0 2rem; }

.category-item {
  font-family: "Barlow-Bold";
  font-size: 2.1rem;
  color: #3f4351;
  position: relative;
  padding: 0.5rem 2rem 0.5rem 0;
  text-transform: uppercase;
  cursor: pointer;
  width: 27%; }
  @media only screen and (max-width: 1024px) {
    .category-item {
      font-size: 1.6rem;
      padding: 0 1.5rem 0 0;
      width: 45%; } }
  .category-item .icon {
    transform: rotate(90deg);
    right: -15px;
    top: 0.8rem;
    position: absolute;
    font-size: 1rem;
    color: #f8673b; }
    @media only screen and (max-width: 1024px) {
      .category-item .icon {
        top: 0.5rem;
        font-size: 0.8rem; } }

.mobile-flter {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .mobile-flter {
      position: absolute;
      right: 6rem;
      top: 0rem;
      display: block; }
      .mobile-flter span {
        font-size: 1.6rem;
        font-weight: bold;
        color: #f8673b;
        display: block; } }
    @media only screen and (max-width: 1024px) and (max-width: 1024px) {
      .mobile-flter span {
        margin-top: 0; } }

.sort-wrap {
  position: relative;
  width: 23.8rem; }
  @media only screen and (max-width: 1024px) {
    .sort-wrap {
      width: auto; } }
  .sort-wrap .sort-by {
    position: relative;
    padding: 0.7rem 2rem 0.7rem 5.6rem;
    cursor: pointer; }
    @media only screen and (max-width: 1024px) {
      .sort-wrap .sort-by {
        padding: 0;
        display: block; } }
    .sort-wrap .sort-by.active .icon-right {
      transform: rotate(-90deg); }
    .sort-wrap .sort-by .sortIcon {
      position: absolute;
      left: 2.6rem;
      top: 1rem; }
      @media only screen and (max-width: 1024px) {
        .sort-wrap .sort-by .sortIcon {
          left: auto;
          right: 2rem;
          top: 0rem; } }
      .sort-wrap .sort-by .sortIcon span {
        color: #3f4351;
        font-size: 1.6rem;
        font-weight: bold; }
        @media only screen and (max-width: 1024px) {
          .sort-wrap .sort-by .sortIcon span {
            color: #f8673b; } }
    .sort-wrap .sort-by .sort-name {
      color: #3f4351;
      font-size: 1.6rem;
      line-height: 2rem;
      font-family: "Barlow-SemiBold";
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        .sort-wrap .sort-by .sort-name {
          display: none; } }
    .sort-wrap .sort-by .icon-right {
      transform: rotate(90deg);
      right: 1rem;
      top: 1rem;
      position: absolute;
      font-size: 1rem;
      color: #f8673b;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease; }
      @media only screen and (max-width: 1024px) {
        .sort-wrap .sort-by .icon-right {
          display: none; } }
  .sort-wrap .sort-list {
    padding: 2.3rem 0;
    border-radius: 0.64rem;
    -webkit-border-radius: 0.64rem;
    -moz-border-radius: 0.64rem;
    box-shadow: 0 0 29px 2px rgba(0, 0, 0, 0.19);
    background: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    position: absolute;
    right: 0;
    top: 7rem;
    z-index: 99;
    opacity: 1;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    @media only screen and (max-width: 1024px) {
      .sort-wrap .sort-list {
        width: 23.8rem; } }
    .sort-wrap .sort-list.open {
      top: 4rem;
      visibility: visible; }
      @media only screen and (max-width: 1024px) {
        .sort-wrap .sort-list.open:before {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          top: -1rem;
          right: 1.6rem;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent;
          border-bottom: 11px solid #ffffff; } }
    .sort-wrap .sort-list .sort-item {
      padding: 0.7rem 2rem 0.7rem 5.6rem;
      background: #ffffff;
      position: relative;
      cursor: pointer;
      text-decoration: none;
      display: block; }
      .sort-wrap .sort-list .sort-item:hover {
        background: #dad9d9; }
      .sort-wrap .sort-list .sort-item.active {
        background: #dad9d9; }
        .sort-wrap .sort-list .sort-item.active .sort-text {
          font-family: "Barlow-SemiBold"; }
      .sort-wrap .sort-list .sort-item .sortIcon {
        position: absolute;
        left: 2.6rem;
        top: 1rem;
        display: inline-block; }
        .sort-wrap .sort-list .sort-item .sortIcon span {
          color: #3f4351;
          font-size: 1.6rem;
          font-weight: bold; }
          @media only screen and (max-width: 1024px) {
            .sort-wrap .sort-list .sort-item .sortIcon span {
              font-size: 1.4rem; } }
      .sort-wrap .sort-list .sort-item .sort-text {
        position: relative;
        display: inline-block;
        color: #3f4351;
        font-size: 1.6rem;
        line-height: 2rem;
        font-family: "Barlow-Regular";
        text-transform: uppercase; }
        @media only screen and (max-width: 1024px) {
          .sort-wrap .sort-list .sort-item .sort-text {
            font-size: 1.4rem; } }

.universal-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  margin: 0 0 4rem;
  padding: 0; }
  @media only screen and (max-width: 1024px) {
    .universal-category {
      margin: 0 0 3.5rem; } }
  .universal-category .uni-cat-list:last-of-type .uni-cat-link {
    margin-right: 0; }
  .universal-category .uni-cat-list .uni-cat-link {
    font-family: "Barlow-Medium";
    font-size: 2.1rem;
    color: #f8673b;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: uppercase;
    margin: 0 6rem 0 0;
    position: relative;
    display: block;
    padding: 0 0 1rem 0; }
    @media only screen and (max-width: 1024px) {
      .universal-category .uni-cat-list .uni-cat-link {
        margin: 0 2.7rem 0 0;
        font-size: 1.4rem;
        line-height: 1.6rem; } }
    .universal-category .uni-cat-list .uni-cat-link:before {
      display: none;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 1.6rem;
      background: #3f4351; }
    .universal-category .uni-cat-list .uni-cat-link.active, .universal-category .uni-cat-list .uni-cat-link:hover {
      color: #3f4351; }
    .universal-category .uni-cat-list .uni-cat-link.active {
      font-family: "Barlow-Bold"; }
      .universal-category .uni-cat-list .uni-cat-link.active:before {
        display: block; }

.sel-cat {
  position: relative; }
  .sel-cat .icon {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
  .sel-cat.active .icon {
    transform: rotate(-90deg); }

.catdp-list {
  padding: 1rem 0;
  border-radius: 0.64rem;
  -webkit-border-radius: 0.64rem;
  -moz-border-radius: 0.64rem;
  box-shadow: 0 0 29px 2px rgba(0, 0, 0, 0.19);
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  position: absolute;
  right: 0;
  top: 7rem;
  z-index: 99;
  opacity: 1;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .catdp-list {
      width: 23.8rem;
      right: auto;
      left: 0; } }
  .catdp-list.open {
    top: 4rem;
    visibility: visible; }
    @media only screen and (max-width: 1024px) {
      .catdp-list.open {
        top: 4.5rem; }
        .catdp-list.open:before {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          top: -1rem;
          right: 1.6rem;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent;
          border-bottom: 11px solid #ffffff;
          display: none; } }
  .catdp-list .catdp-item {
    padding: 0.7rem 2rem 0.7rem 2rem;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: block; }
    .catdp-list .catdp-item:hover {
      background: #dad9d9; }
    .catdp-list .catdp-item.active {
      background: #dad9d9; }
      .catdp-list .catdp-item.active .catdp-text {
        font-family: "Barlow-SemiBold"; }
    .catdp-list .catdp-item .catdpIcon {
      position: absolute;
      left: 2.6rem;
      top: 1rem;
      display: inline-block; }
      .catdp-list .catdp-item .catdpIcon span {
        color: #3f4351;
        font-size: 1.6rem;
        font-weight: bold; }
        @media only screen and (max-width: 1024px) {
          .catdp-list .catdp-item .catdpIcon span {
            font-size: 1.4rem; } }
    .catdp-list .catdp-item .catdp-text {
      position: relative;
      display: inline-block;
      color: #3f4351;
      font-size: 1.6rem;
      line-height: 2rem;
      font-family: "Barlow-Regular";
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        .catdp-list .catdp-item .catdp-text {
          font-size: 1.4rem; } }

.cp-blog {
  position: relative;
  border-radius: 11px;
  height: 37.6rem; }
  @media only screen and (max-width: 768px) {
    .cp-blog {
      height: 33.6rem; } }
  .cp-blog:after {
    content: '';
    background-image: linear-gradient(209deg, rgba(0, 0, 0, 0.22) 100%, #000 23%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 11px;
    width: 100%; }
  .cp-blog .content-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3.3rem 3.1rem 1.7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .cp-blog .content-wrap {
        padding: 2.1rem 2rem 2.4rem; } }
  .cp-blog .blog-title {
    font-family: "Barlow-Bold";
    font-size: 2.6rem;
    color: #ffffff;
    max-width: 24.4rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .cp-blog .blog-title {
        font-size: 2.2rem; } }
  .cp-blog .blog-name {
    text-transform: uppercase;
    width: 121px;
    font-family: "Barlow-Bold";
    font-size: 1.8rem;
    color: #ffffff;
    letter-spacing: 0.28px; }
    @media only screen and (max-width: 768px) {
      .cp-blog .blog-name {
        font-size: 1.4rem; } }
  .cp-blog .blog-date {
    font-family: "Barlow-Regular";
    font-size: 1.8rem;
    color: #ffffff;
    letter-spacing: 0.28px; }
    @media only screen and (max-width: 768px) {
      .cp-blog .blog-date {
        font-size: 1.4rem; } }
  .cp-blog .bottom-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    width: 100%; }

/*start*/
.lyt-blog .container {
  position: relative; }

.lyt-blog .cp-filter {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding-bottom: 3.2rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .cp-filter {
      padding-bottom: 0;
      top: 0;
      bottom: auto; } }
  .lyt-blog .cp-filter .category-item {
    width: 100%; }
    .lyt-blog .cp-filter .category-item .icon {
      right: -20px; }

@media only screen and (max-width: 768px) {
  .lyt-blog .sel-cat .sel-cat-text-fix,
  .lyt-blog .sel-cat .sel-cat-text,
  .lyt-blog .sel-cat .icon-right {
    display: none; } }

.lyt-blog .sel-cat .icon-filter {
  padding: 0.5rem 2rem 0.5rem 0;
  font-size: 2rem;
  color: #f8673b; }

@media only screen and (max-width: 768px) {
  .lyt-blog .catdp-list {
    top: 4.5rem;
    left: auto;
    right: 0; } }

.lyt-blog .bs-sec .sec-title {
  padding-bottom: 2.2rem;
  border-bottom: solid 3px rgba(151, 151, 151, 0.2); }

.lyt-blog .blog-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .lyt-blog .blog-list .blog-item {
    width: 32%;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog .blog-list .blog-item {
        width: 100%; } }

.lyt-blog .btn-sec {
  text-align: center;
  margin-top: 2rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .btn-sec {
      margin-top: 1rem; } }
  .lyt-blog .btn-sec .btn-outline {
    min-width: 33.5rem;
    height: 4rem;
    font-size: 1.4rem;
    line-height: 1.6rem; }

.lyt-blog.typ-blog-v2 {
  background-color: #f7f7f7; }
  .lyt-blog.typ-blog-v2.blog-detail {
    background-color: #fff; }
    .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog {
      position: absolute;
      top: 21%;
      left: 9.4%;
      font-size: 5.02rem;
      line-height: 6rem;
      font-family: "BebasNeue-Regular";
      color: #3f4351; }
      @media only screen and (max-width: 1024px) {
        .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog {
          font-size: 4rem;
          line-height: 5.02rem;
          left: 4.4%;
          top: 16%; } }
      .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog .typ-1 {
        z-index: 2;
        position: relative; }
        .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog .typ-1:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          z-index: -1;
          background: #ffffff;
          filter: blur(10px);
          height: 2.4rem;
          width: calc(100% + 6rem);
          bottom: 1rem; }
      .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog .typ-2 {
        margin-top: -3rem;
        z-index: 0;
        opacity: 0.6; }
        @media only screen and (max-width: 1024px) {
          .lyt-blog.typ-blog-v2.blog-detail .sec-title-blog .typ-2 {
            margin-top: -2.4rem; } }
  .lyt-blog.typ-blog-v2 .blog-list {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .blog-list {
        width: min-content;
        margin: auto; }
        .lyt-blog.typ-blog-v2 .blog-list.related-blogs-list {
          -ms-flex-wrap: initial;
              flex-wrap: initial; }
          .lyt-blog.typ-blog-v2 .blog-list.related-blogs-list .blog-item {
            margin: 0 2rem 0 0;
            width: 30.5rem !important;
            height: 39.2rem; } }
    .lyt-blog.typ-blog-v2 .blog-list .blog-item {
      width: 37.6rem;
      height: 41.3rem;
      margin-right: 2rem;
      background-color: #ffffff;
      border-radius: 10px;
      overflow: hidden; }
      .lyt-blog.typ-blog-v2 .blog-list .blog-item:hover {
        box-shadow: 0 0 19px 14px rgba(111, 111, 111, 0.09); }
      @media only screen and (max-width: 768px) {
        .lyt-blog.typ-blog-v2 .blog-list .blog-item {
          margin: 0 5rem 0 2rem;
          width: 33.5rem !important;
          height: 41.2rem;
          margin: auto; } }
      .lyt-blog.typ-blog-v2 .blog-list .blog-item:nth-child(3n) {
        margin-right: 0rem; }
  .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog {
    padding-top: 13rem; }
    .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog::before {
      top: 13rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog {
        padding-top: 10rem; }
        .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog::before {
          top: 12rem; } }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .bs-sec .sec-head.sec-head-blog .sec-title {
        margin-top: 2rem; } }
  .lyt-blog.typ-blog-v2 .bs-sec .sec-head.blogl-head {
    margin-top: 4.7rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .bs-sec .sec-head.blogl-head {
        padding-top: 3rem; } }
  .lyt-blog.typ-blog-v2 .bs-sec .sec-head.blogl-head::before {
    top: 0rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .bs-sec .sec-head.blogl-head::before {
        top: 9rem; } }
  .lyt-blog.typ-blog-v2 .bs-sec .sec-title {
    border-bottom: 0; }
    .lyt-blog.typ-blog-v2 .bs-sec .sec-title.relatedBlogs-title {
      font-size: 6rem; }
      @media only screen and (max-width: 768px) {
        .lyt-blog.typ-blog-v2 .bs-sec .sec-title.relatedBlogs-title {
          font-size: 4rem; } }

/*end*/
.lyt-blog .bs-sec .sec-title {
  font-size: 5rem; }
  @media only screen and (max-width: 768px) {
    .lyt-blog .bs-sec .sec-title {
      margin-top: 6rem; } }

.lyt-blog.typ-blog-v2 .blog-list {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .lyt-blog.typ-blog-v2 .blog-list .blog-item {
    width: 36rem;
    margin-right: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .lyt-blog.typ-blog-v2 .blog-list .blog-item {
        margin-right: 0rem; } }
    .lyt-blog.typ-blog-v2 .blog-list .blog-item:nth-child(3n) {
      margin-right: 0rem !important; }
  @media only screen and (max-width: 768px) {
    .lyt-blog.typ-blog-v2 .blog-list {
      display: block; } }

@media only screen and (max-width: 768px) {
  .lyt-blog.typ-blog-v2 .blog-list .blog-item {
    margin-bottom: 2rem;
    margin-left: 0rem; } }

@media only screen and (max-width: 320px) {
  .lyt-blog.typ-blog-v2 .blog-list .blog-item {
    width: 28rem !important; } }
