/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Oct 19, 2020, 11:38:37 PM
Author     : Apon
*/
/*Cart and cart view*/
body {
  --primary-color: #0e4f7f;
}

:empty:not(span, input) {
  margin: 0 !important;
  padding: 0;
}

.thump-get-price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.cart-footer button:first-child {
  background: var(--primary-color) !important;
  color: #fff;
  padding: 4px 12px;
  border: 1px solid rgba(0, 0, 0, .5);
}

.post-inner-wrap {
  margin-bottom: 60px;
}

.post-inner-wrap .thumb-caption {
  margin: 5px 0;
  margin-top: 20px;
  text-align: center;
}

.getPrice {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-price-area-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thump-get-price-area button {
  margin-left: 15px;
  background: transparent;
  color: #51739d;
  border-bottom: 2px solid;
  padding: 7px 6px;
  min-height: 35px;
  font-weight: bold;
}

.post-inner-wrap .thumb-caption .post-title {
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0px;
}

body .btn.btn-default.getPrice {
  background: #fff;
  border-bottom: 1px solid #6c6c6c;
  border-radius: 0;
  height: 32px;
  color: #000;
  line-height: 1px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0 12px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  cursor: pointer;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  text-transform: capitalize;
  font-weight: 500;
}

.btn.btn-default.getPrice:hover {
  background: #fff;
}

.btn-icon {
  width: 20px;
  margin-right: 8px;
}

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.check {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 15px;
  width: 7px;
  border-bottom: 3px solid #78b13f;
  border-right: 3px solid #78b13f;
  margin-right: 10px;
  margin-top: -4px;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  width: 100%;
}

img[data-sia-image-lazyload="lazy"] {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cartHndrl-icon .ionicon {
  width: 25px;
  height: 25px;
}

.cartHndrler {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
}


/*Quotetion area*/
body.quoteOpen {
  overflow: hidden;
}

.QuoteArea {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 25px;
  z-index: 9999999999;
  height: 100%;
}

.QuoteArea.open .cart-main {
  display: block;
}

.cartHndrler.noPrev {
  display: none;
}

.cart-main {
  width: 500px;
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.5);
  padding-top: 50px;
  display: none;
}

.alertQt.alertTop {
  position: absolute;
  top: 18px;
  font-size: 14px;
  width: calc(100% - 80px);
  text-align: center;
}

.cartHndrl-icon.trigCart {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  background: #0e4f7f;
  line-height: 0;
  padding: 6px;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

.cart-count {
  position: absolute;
  top: -12px;
  left: -30px;
  width: 22px;
  height: 22px;
  background: #ea252a;
  text-align: center !important;
  line-height: 1.8;
  border-radius: 50%;
  font-size: 13px !important;
  z-index: 9999;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
}

.cartAddMsg {
  position: absolute;
  right: 50px;
  top: 7px;
  width: 250px;
  -webkit-transform: translate(calc(100% + 40px));
  transform: translate(calc(100% + 40px));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #2b752b;
  font-weight: bold;
  text-align: right;
}

.cartAddMsg.open {
  -webkit-transform: translate(calc(0% + -10px));
  transform: translate(calc(0% + -10px));
}

.cartHndrl-icon.trigCart * {
  color: #fff;
}

.QuoteArea.open {
  left: 0;
}

.cart-items table tr th {
  text-align: left !important;
}

.pimg img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 26px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pimg {
  width: 35px;
  position: relative;
  height: 35px;
  overflow: hidden;
}

.quoteContactDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.name-email-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.name-email-area div {
  width: 49%;
}

.name-email-area div input {
  width: 100%;
}

.quoteContactDetails input {
  max-height: 32px;
  font-size: 14px;
}

.quoteContactDetails input,
.quoteContactDetails textarea {
  border: 1px solid #ddd;
  margin-top: 5px;
  padding: 5px 6px;
  font-size: 13px;
}

.quoteContactDetails textarea {
  min-height: 150px;
}

.cart-item-remove {
  background: transparent;
  border-radius: 50%;
  /* height: 25px; */
  /* width: 25px; */
  border: none;
  cursor: pointer;
  color: #f00;
  line-height: 1;
  padding: 6px 9px;
  font-family: open-sans;
}

.cart-item-remove .ssloader {
  width: auto;
  height: auto;
  padding: 6px;
}

.cartFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cartFooter button {
  color: #fff;
  padding: 5px;
  background: transparent;
  border: none;
  background: #0e4f7f;
  min-width: 120px;
}

.p-title > a {
  max-width: 155px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  min-width: 140px;
}

.p-qty input {
  border: none;
  height: 18px;
  font-size: 11px;
  /* background: #ddd; */
  padding: 0 5px;
}

.alertQt {
  font-size: 11px;
  margin-bottom: 0px;
  color: #fd4848;
}

.clpsQuote {
  cursor: pointer;
  color: #3c3c3c;
  padding: 5px 15px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  margin-left: 5px;
}

.cart-single-item td a {
  font-size: 14px;
  text-transform: capitalize;
}

.cart-single-item td {
  border: 1px solid #ddd;
  padding: 0 5px;
  text-align: left;
}

.cart-single-item {
  background: #fff;
}

.cart-items {
  max-height: calc(100vh - 400px);
  overflow: hidden;
  overflow-y: auto;
}

.cart-items .table.table-striped.table-sm {
  width: 100%;
}

.table.table-striped.table-responsive-sm.table-sm tr th,
.cart-items .table.table-striped.table-sm {
  border: none;
}

.cart-single-item td:first-child {
  width: 47px;
}

#submitQuote p {
  margin: 0;
}

.cartFooter .ssloader {
  padding: 18px;
  display: inline-block;
}

.msgQt {
  display: block;
  width: 100%;
  /*height: 20px;*/
  margin-top: 12px;
  margin-bottom: 10px;
}

#submitQuote .loader {
  margin: auto;
}

/*Loader*/
.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.cart-item-remove .loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #ff0e0e;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.ssloader {
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  display: block;
  width: 20px;
  height: 18px;
}

.getPrice {
  padding: 10px 15px;
}

/*Feature top*/
.row.has-feature-post.feature-top .w12 .feature-post .feature-post-title {
  text-align: center;
}

.row.has-feature-post.feature-top .w12 .feature-post .feature-post-title::after {
  display: none;
}

.row.has-feature-post.feature-top .w12 .feature-post {
  padding: 20px 0;
}

.row.has-feature-post  .post-wrap .post-content.thumb-caption .post-title {
  text-align: left;
  margin-bottom: 25px;
}

.post-inner-wrap .thumb-caption .post-title {
  line-height: 1.5;
  margin-bottom: 10px;
}


/*Title None*/
.post-header.title-none {
  display: none;
}

.post-inner-wrap .sub-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

/*Feature top Padding*/
.row.has-feature-post.feature-top-padding .w12 .feature-post .feature-post-title {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.row.has-feature-post.feature-top-padding .w12 .feature-post .feature-post-title::after {
  left: 50%;
  transform: translate(-50%);
  display: none;
}

.row.has-feature-post.feature-top-padding .w12 .feature-post {
  padding: 20px 0;
  max-width: 800px;
  text-align: center;
  margin: auto;
}

.posts-wrap.row.feature-top-padding .post-title {
  text-align: left;
}

.row.has-feature-post.feature-top-padding .w12 .feature-post p {
  text-align: center;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}

.row.has-feature-post.feature-top-padding article.post-wrap .content-area p:last-child {
  margin-bottom: 0;
}


/*Icon type*/
.posts-wrap.s-row.wrap-has-icon {
  margin: 0;
}

.posts-wrap.row.wrap-has-icon .post-content.thumb-caption {
  text-align: initial;
}

.posts-wrap.row.wrap-has-icon .post-title {
  text-align: initial;
}

.post-wrap.has-icon {
  margin-bottom: 2rem !important;
  padding: 0 !important;
}

.post-wrap.has-icon > .post-content {
  padding: 35px;
  background: #f6f6f6;
  height: 100%;
}

.post-wrap.has-icon:nth-child(2n)>.post-content {
  background: transparent;
}

.post-wrap.has-icon .post-header .svg-wrap {
  max-width: 90px;
  max-height: 90px;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-bottom: 15px;
}

.post-wrap.has-icon:hover .svg-wrap {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.svg-wrap svg {
  width: 100%;
  height: 100%;
}

/*Icon Left*/
.posts-wrap.icon-left .post-header {
  display: flex;
  align-items: center;
}

.posts-wrap.icon-left .post-header .post-title,
.posts-wrap.icon-left .post-header .svg-wrap {
  margin: 0;
}

.posts-wrap.icon-left .post-header .svg-wrap {
  width: 50px !important;
  height: 50px !important;
  margin-right: 12px;
}

.posts-wrap.icon-left .post-header .post-title {
  width: 100%;
}

.posts-wrap.icon-left .content-area {
  padding-left: 55px;
}

.post-wrap.has-icon .post-inner-wrap {
  padding: 0 25px;
}

.posts-wrap.row.center-align .post-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.posts-wrap.row.right-align .post-header {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.posts-wrap.row.wrap-has-icon .post-title {
  text-align: initial;
  font-size: 28px;
}

/*Number icon*/
.post-wrap.has-number .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.number-wrap {
  min-width: 55px;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0E4F7F;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-right: 15px;
  border-radius: 10%;
}

.post-wrap.has-number .post-header .post-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.has-number .post-header .post-title {
  margin: 0 !important;
}

article.post-wrap > .post-inner-wrap .post-image {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  line-height: 0;
  display: block;
}

article.post-wrap > .post-inner-wrap .post-image img {
  position: absolute;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*Service Type*/
.has-feature-post.service-type .feature-post {
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 35px;
}

.has-feature-post.service-type .post-inner-wrap .post-image img {
  max-height: initial;
  filter: grayscale(0);
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

.has-feature-post.service-type .post-content.thumb-caption .post-title {
  font-size: 15px;
  text-align: left;
  margin-top: 0;
}

.has-feature-post.service-type .post-inner-wrap {
  margin-bottom: 35px;
}

.has-feature-post.service-type .post-content.thumb-caption .thumb-terms {
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 1;
}

/*MOQ and Idea Price*/

.idea-price {
  /* font-size: 16px; */
  font-weight: 600;
}

/* .moq-info {
  font-size: 16px;
} */

/*Checkmark Icon*/
.checkmark-icon .checkmark {
  display: flex;
  color: var(--primary-color);
  width: 30px;
}

.checkmark-icon .number-wrap {
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
}

.posts-wrap.row.pl-55 .content-area {
  padding-left: 55px;
}

.posts-wrap.row.pl-50 .content-area {
  padding-left: 50px;
}

.posts-wrap.row.pl-45 .content-area {
  padding-left: 45px;
}

.posts-wrap.row.pl-40 .content-area {
  padding-left: 40px;
}

/*Related Product */
.post-wrap.s-col a img {
  height: auto !important;
}

.related-img-wrap {
  padding-bottom: 100%;
  position: relative;
}

.related-img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thumb-caption {
  margin: 20px 0px;
}

.post-title.related-post-title {
  font-size: 18px;
  margin: 0px;
}

.post-title.related-post-title a {
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.thumb-terms {
  font-size: 14px;
  margin-bottom: .5em;
  color: #3a3a3a;
  opacity: .6;
  text-transform: capitalize;
}

.post-wrap.related-post-wrap {
  margin-bottom: 25px !important;
}

body img.slim-size {
  width: auto !important;
  height: 100% !important;
}

.meta-box-tab-content {
  padding: 35px 0 !important;
}

/*Single Column*/
.singleColumn .post-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  gap: 40px;
}

.singleColumn .post-inner-wrap .post-image {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  line-height: 0;
}

.singleColumn .post-inner-wrap .post-content {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}

.singleColumn .post-inner-wrap .post-image img {
  max-height: 270px;
  -webkit-filter: opacity(.97) drop-shadow(0 0 .01px #000);
  -webkit-clip-path: inset(1px);
  clip-path: inset(1px);
  background: #f9f9f9;
  position: static !important;
  width: 100%;
  transform: translate(0) !important;
}

.singleColumn .post-title {
  text-align: initial;
  margin-top: 0 !important;
}

.singleColumn .post-inner-wrap .thumb-caption {
  margin: 0;
}

.singleColumn .post-inner-wrap .post-image {
  padding-bottom: 0 !important;
}

.singleColumn .post-title {
  text-align: initial;
  margin-top: 0 !important;
}

/*only for screen size gratter then 768*/
@media only screen and (min-width:768px) {
  .posts-wrap.row.singleColumn.flip > article.post-wrap:nth-child(2n) > .post-inner-wrap {
    flex-direction: row-reverse;
  }
  
  .posts-wrap.row.singleColumn.flip > article.post-wrap > .post-inner-wrap .post-image {
    max-width: 75%;
    flex-basis: 75%;
  }
  
  .posts-wrap.row.singleColumn.flip > article.post-wrap > .post-inner-wrap .post-image img {
    max-height: 90%;
    object-fit: cover;
  }
}



/*fEATURE p */
.feature-post-title {
  margin: 0;
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 22px;
  line-height: 1.3;
}

.feature-post-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background: var(--secondery-color);
}

.feature-post ul,.has-feature-post .post-wrap .content-area ul {
  padding-left: 0;
  margin: 30px 0;
}

.feature-post ul li::after, .post-wrap .content-area ul li::after {
  content: "";
  position: absolute;
  left: 4px;
  width: 12px;
  height: 1px;
  background: #444;
  top: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.feature-post ul li::before, .post-wrap .content-area ul li::before {
  content: "";
  position: absolute;
  left: 1px;
  width: 6px;
  height: 1px;
  background: #444;
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.feature-post ul li,  .post-wrap .post-content ul li {
  list-style: none;
  position: relative;
  padding-left: 26px !important;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
}

.has-feature-post .post-wrap .post-content ul li {
  font-size: 16px;
  margin: 12px 0px;
  line-height: 1.7;
}

.has-feature-post .post-wrap .content-area > ul > li > ul {
  margin: 8px 0;
}

.has-feature-post .post-wrap .content-area > ul > li > ul li {
  list-style: disc;
  padding-left: 0px;
  margin-left: 12px;
}

body .badges,.has-feature-post .post-wrap .content-area > ul > li > ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 15px 0 !important;
}

body .badges li,.has-feature-post .post-wrap .content-area > ul > li > ul li {
  background: #e3f2fd;
  color: #00539C !important;
  padding: 8px 16px !important;
  border-radius: 20px;
  font-size: 14px !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  list-style: none !important;
  text-align: left;
}

body .badges li *,.has-feature-post .post-wrap .content-area > ul > li > ul li * {
  color: inherit;
  font-size: initial;
  font-weight: inherit;
  line-height: inherit;
}

.has-feature-post .post-wrap .content-area > ul > li > ul > li:before, .has-feature-post .post-wrap .content-area > ul > li > ul > li:after {
  display: none;
}

.has-feature-post .post-inner-wrap .thumb-caption .post-title {
  font-size: 20px;
  margin: 15px 0 0px;
}

.row.has-feature-post .post-inner-wrap:hover .post-image img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.row.has-feature-post .post-image img {
  max-height: 200px;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.row.has-feature-post .post-image {
  overflow: hidden;
  border-radius: .25rem;
  line-height: 0;
}

article.post-wrap > .post-inner-wrap {
  margin-bottom: auto;
}

.excerpt-more .content-wrap {
  overflow: hidden;
  max-height: 135px;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #333), to(transparent));
  background: linear-gradient(#333 65%, transparent);
  background: -webkit-linear-gradient(#333 65%, transparent);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  position: relative;
}

/*.excerpt-more .content-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  background: linear-gradient(to top,#ffffffb3 10%,rgba(255, 255, 255, 0.05) 25%,rgba(245, 245, 245, 0) 50%);
  width: 100%;
  pointer-events: none;
}*/

.excerpt-more .content-wrap h2,
.excerpt-more .content-wrap h3,
.excerpt-more .content-wrap h4 {
  -webkit-text-fill-color: var(--header-color);
}

.excerpt-more .content-wrap div.key-data-wrap .key-data:not(:first-child) h3,
  .excerpt-more .content-wrap div.key-data-wrap .key-data:not(:first-child) h4,
  .excerpt-more .content-wrap div.key-data-wrap .key-data:not(:first-child) h2 {
  -webkit-text-fill-color: inherit;
}

.excerpt-more.no-support .content-wrap {
  -webkit-text-fill-color: initial;
}

.excerpt-more button,
body .read-more {
  background: transparent;
  color: #6a6a6a;
  border-bottom: 1px solid;
  padding: 3px;
  font-weight: 400;
}

.content-wrap.open {
  max-height: 100% !important;
  -webkit-text-fill-color: inherit;
  opacity: .85;
}

/*.content-wrap.open::after {
  background: transparent;
}*/

.posts-wrap.row.list .post-content ul li {
  font-size: 16px;
  line-height: 2;
}

/*List Type*/
.posts-wrap.row.list .post-content,
.posts-wrap.row.list .post-content .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.posts-wrap.row.list .post-content ul {
  margin: 0;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
  padding: 25px 25px;
  background: #f9f9f9;
}

.post-wrap .post-content ul {
  padding: 0;
  list-style: none;
  margin: 20px auto;
}

.post-wrap .post-content ul li {
  position: relative;
  line-height: 2.1;
  padding-left: 15px;
}

.posts-wrap.row.list .post-content ul,
.posts-wrap.row.list .post-content .content-area ul {
  list-style: square;
  padding-left: 35px;
}

.posts-wrap.row.list .post-content ul li,
.posts-wrap.row.list .post-content .content-area ul li {
  text-align: left;
  padding-left: 0;
}

.posts-wrap.row.list .post-content ul li::before,
  .posts-wrap.row.list .post-content .content-area ul li::before {
  display: none;
}

/*Background Type*/
article.has-bg {
  margin-bottom: 35px;
}

article.post-wrap.has-bg .post-inner-wrap {
  padding: 10px 25px;
  background: #f9f9f9;
  border-radius: .25rem;
  height: 100%;
}

/*V-centered, Icon and feature post is vertically center*/

.row.has-feature-post.v-centered {
  align-items: center;
}

.posts-wrap.v-centered.wrap-has-icon .post-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.posts-wrap.v-centered.wrap-has-icon .post-header .svg-wrap {
  max-width: 50px;
  max-height: 50px;
  margin-right: 10px;
  margin-bottom: 0;
}

.posts-wrap.v-centered.wrap-has-icon .post-header .post-title {
  margin-top: 0;
}

.posts-wrap.v-centered.wrap-has-icon .post-header .svg-wrap svg {
  fill: #00d1d4;
}

/*img-right class*/
.posts-wrap.row.img-right article .post-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-items: center;
}

.posts-wrap.img-right {
  margin-bottom: 40px;
}

.posts-wrap.row.img-right article .post-inner-wrap .post-image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-left: 60px;
  padding-bottom: initial;
}

.posts-wrap.row.img-right article .post-inner-wrap .post-image img {
  position: initial;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -o-object-fit: cover;
  object-fit: cover;
}

.posts-wrap.row.img-right article .post-inner-wrap .post-content.thumb-caption {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin: 0;
}

.posts-wrap.row.img-right article .post-inner-wrap .post-content.thumb-caption .post-title {
  margin: 0 0 15px 0;
}

.posts-wrap.row.img-right article .post-inner-wrap .post-content.thumb-caption .post-title {
  margin: 0 0 15px 0;
  position: relative;
}

.posts-wrap.row.img-right article .post-inner-wrap .post-content.thumb-caption .post-title {
  margin: 0;
  margin-bottom: 0px;
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 22px;
  line-height: 1.3;
}

.posts-wrap.row.img-right article .post-inner-wrap .post-content.thumb-caption .post-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background: #5e5e5e;
}

.posts-wrap.row.img-right article .post-inner-wrap .post-content.thumb-caption ol {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}

.post-wrap .post-content.thumb-caption strong.post-title,
.post-wrap .post-content.thumb-caption .post-title {
  font-size: 26px;
  font-weight: 400;
}

.posts-wrap.mb0 > article p {
  margin: 0;
}

.posts-wrap.mb0 > article {
  margin-bottom: 0 !important;
}

.posts-wrap.row.img-right article .post-inner-wrap .post-content.thumb-caption ol li {
  line-height: 1.7;
  margin: 12px auto;
}

.posts-wrap.img-right .post-title {
  text-align: left;
}

.posts-wrap.img-right .content-area p {
  text-align: justify;
}

.cart-hide {
  display: none;
}

body.cart-right .cart-hide.cart-right {
  display: inherit;
}

.txt-color * {
  color: inherit;
}

/*Image-rotate*/
.posts-wrap.img-rotate .post-wrap {
  margin-bottom: 100px;
}

.posts-wrap.row.img-rotate .post-wrap:nth-child(2n) .post-inner-wrap {
  flex-direction: row-reverse;
}

.posts-wrap.img-rotate .post-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.posts-wrap.img-rotate .post-inner-wrap .post-image {
  flex-basis: 48%;
  max-width: 48%;
  padding: 0;
}

.posts-wrap.img-rotate .post-inner-wrap .post-content.thumb-caption {
  flex-basis: 48%;
  max-width: 48%;
}

.posts-wrap.img-rotate .post-inner-wrap .post-image img {
  position: static;
  transform: translate(0, 0);
  object-fit: cover;
  border-radius: 10px;
}

.posts-wrap.img-rotate .post-inner-wrap .post-content.thumb-caption .post-header .post-title {
  text-align: left;
}

/*responsive*/

@media only screen and (max-width:768px) {
  .posts-wrap.img-rotate .post-inner-wrap {
    flex-direction: column;
  }
  
  .posts-wrap.img-rotate .post-inner-wrap .post-image {
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .posts-wrap.img-rotate .post-inner-wrap .post-content.thumb-caption {
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .posts-wrap.row.img-rotate .post-wrap:nth-child(2n) .post-inner-wrap {
    flex-direction: column;
  }
  
  .posts-wrap.img-rotate .post-wrap {
    margin-bottom: 40px;
  }
}


/**
Type Tab
*/
.post-tab-nav {
  display: flex;
  list-style: none;
  padding: 0;
}

.post-tab-nav-item {
  background: #F6F6F6;
  border-radius: 2px;
  line-height: 1.4;
  margin-right: 10px;
  font-size: 1.1rem;
  display: block;
  padding: 8px 20px 8px 20px;
  color: #535353;
  font-weight: 400;
}

.post-tab-pan.rev-tab-content .tabpan-inner {
  flex-direction: row-reverse;
}

.post-tab-nav li.active a.post-tab-nav-item {
  background: #EEE;
  color: #0e4f7f;
}

.post-tab-content {
  padding-top: 40px;
}

.post-tab-pan {
  display: none;
}

.post-tab-nav-wrap .current-item {
  background: #eee;
  display: none;
}

.post-tab-nav-wrap .current-item span {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 5px 15px;
}

.post-tab-nav-wrap .current-item span i {
  width: 25px;
  height: 1px;
  background: #5e5d5d;
  display: block;
}

.post-tab-pan.active {
  display: block;
}

.post-tab-pan .tabpan-inner {
  display: flex;
  justify-content: space-between;
}

.post-tab-pan .tabpan-inner .image-content {
  flex-basis: 47%;
  max-height: 450px;
  text-align: center;
}

.post-tab-pan .tabpan-inner .text-content {
  flex-basis: 47%;
}

.post-title.tab-post-title {
  font-size: 28px;
  margin-top: 0;
  line-height: 1;
}

body .singleColumn .thumb-caption .post-title {
  text-align: initial;
  margin-top: 0 !important;
  font-size: 22px;
}

.no-image .post-content.thumb-caption {
  margin: 0;
}

.no-image .post-content.thumb-caption .post-title {
  text-align: left;
}

.no-image .post-content.thumb-caption .content-area p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width:768px) {
  .card-trig-wrap.card-trigger.cart-mobile {
    display: none;
  }
}

@media only screen and (max-width:580px) {
  .post-tab-nav {
    flex-direction: column;
    margin-top: 0;
    /*display: none;*/
  }
  
  .post-tab-nav li {
    display: none;
  }
  
  .post-tab-nav li.active,
  .post-tab-nav li.show {
    display: block;
  }
  
  .post-tab-nav-wrap .current-item {
    /*display: flex;*/
    /*cursor: pointer;*/
  }
  
  .post-tab-nav-item {
    margin-right: 0;
  }
}

@media only screen and (max-width:768px) {
  
  /**Tab Type*/
  .post-tab-pan .tabpan-inner,
  .post-tab-pan.rev-tab-content .tabpan-inner {
    flex-direction: column;
  }
  
  .image-content {
    margin-bottom: 25px;
  }
  
  .noPrevMobile {
    display: none;
  }
  
  .mNone {
    display: none;
  }
  
  body.cart-right .cart-hide.cart-right {
    display: none;
  }
  
  .cart-on-top {
    display: none;
  }
  
  .feature-post-title {
    font-size: clamp(1.5rem, 5vw, 3rem);
  }
  
  .QuoteArea.open .cart-main {
    /*Cart Show*/
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100%;
    height: 100%;
  }
  
  .quoteContactDetails input[type="text"],
  .quoteContactDetails input[type="email"] {
    padding: 8px 12px;
  }
  
  .singleColumn .post-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .singleColumn .post-inner-wrap .post-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    max-width: 100%;
  }
  
  .singleColumn .post-inner-wrap .post-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .posts-wrap.row.list .post-content ul {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  
  .posts-wrap.row.list .post-content,
  .posts-wrap.row.list .post-content .content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  /*img-right*/
  posts-wrap.row.img-right article .post-inner-wrap .post-image,
  .posts-wrap.row.img-right article .post-inner-wrap .post-content.thumb-caption {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  
  .posts-wrap.row.img-right article .post-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .posts-wrap.row.img-right article .post-inner-wrap .post-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }
  
  .thump-get-price-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .thump-get-price-area button {
    margin: 0;
  }
  
  .post-inner-wrap .thumb-caption .post-title {
    text-align: center;
  }
  
  .widget-post .post-inner-wrap .thumb-caption .post-title {
    text-align: left;
  }
}

/*widget-post Class*/
.widget-post .post-inner-wrap .thumb-caption .post-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: capitalize;
  position: relative;
  font-size: 18px;
}

.widget-post .post-inner-wrap .thumb-caption .post-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: var(--secondery-color);
}

.widget-post .post-inner-wrap .thumb-caption p {
  text-align: left;
}

/*Title Small size */
.posts-wrap.row.small-title .post-title {
  font-size: inherit;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}

.posts-wrap.row.small-title .post-title a {
  font-size: 18px;
  color: #333333;
}

/**/
.card-trig-wrap .cart-count,
.card-trig-wrap .trigCart {
  position: static;
  background: none;
  color: #ea2628;
}

/*Line List type*/
.list-line {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.list-line li {
  padding-left: 22px;
  position: relative;
  line-height: 26px;
}

.list-line li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  background: #727272;
}

/*Cart*/
.cart-top-wrap.open .cart-top-content {
  left: inherit;
  right: 0;
}

.cart-top-content .cart-items {
  max-height: calc(100vh - 200px);
}

.cart-top-wrap {
  position: relative;
}

.cart-footer {
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-top-content {
  position: absolute;
  left: -9999em;
  width: 400px;
  z-index: 9999;
  background: #fff;
  padding: 20px;
  border: 1px solid #f0f0f0;
}

.quote-second-step {
  display: none;
}

.post-wrap.tag-product .post-image .default-image {
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.tag-featuret-product img.default-image {
  -o-object-fit: cover;
  object-fit: cover;
}

/*Cart In menu*/
.cart-in-menu .cart-count {
  position: absolute !important;
  left: 10px;
  font-size: 11px !important;
  font-weight: 700;
  color: #f00;
}

.cart-in-menu .cartHndrl-icon svg {
  max-width: 20px;
  height: 20px !important;
}

.cart-in-menu .cartHndrl-icon .ionicon {
  width: 25px;
  height: 25px;
}

.cart-in-menu .cartHndrl-icon {
  margin-top: 6px;
}

.cart-in-menu .cart-top-wrap {
  padding: 0 10px;
  min-width: 40px;
}

@media only screen and (max-width:768px) {
  .cart-in-menu {
    display: none;
  }
  
  .card-trig-wrap.card-trigger {
    position: absolute;
    right: 0;
  }
  
  .card-trig-wrap.card-trigger.cart-mobile {
    height: 40px;
  }
  
  .card-trig-wrap.card-trigger.cart-mobile .cart-count {
    position: absolute;
    left: 0;
    width: 100%;
  }
  
  body .menu-toggle {
    position: fixed;
    left: 0;
    top: 0;
    padding: 8px;
    max-height: 32px;
  }
  
  .card-trig-wrap.card-trigger .cartHndrl-icon.trigCart svg * {
    color: #000;
  }
}

/* Cart on Top*/
.CartItmView {
  cursor: pointer;
  color: #0e4f7f;
}

.cart-top-wrap .CartitemCountInfo .cart-count {
  position: initial !important;
  color: inherit !important;
  background: transparent;
  font-size: inherit !important;
}

.cart-on-top {
  position: absolute;
  right: 0;
  top: -9px;
}

.cart-on-top .cart-top-wrap {
  padding-left: 20px;
}

.cart-on-top .cart-count {
  position: absolute;
  width: 100%;
  left: 11px;
}

.card-trig-wrap .cartAddMsg {
  position: fixed;
  right: 0;
  top: 130px;
  background: #f0f0f0;
  width: auto;
  padding: 6px 15px;
  z-index: 9999999;
}

/*Cart Add Modify*/
.thump-get-price-area .mNone {
  display: none;
}

.thump-get-price-area .getPrice {
  margin: 5px auto !important;
  padding: 0 15px !important;
}

.thump-get-price-area {
  text-align: center;
}

/* .post-title {
  text-align: center;
} */


.widget-post .post-title {
  text-align: left;
}

/*Product Number*/
.item-code span {
  font-weight: bolder;
}

.list-menu.wedo li {
  text-align: left;
}

.posts-wrap.row.home-page-intro h4 {
  text-align: left;
  background: #f6f6f6;
  padding: 5px 15px;
}

/*New Style - floated-caption */

.posts-wrap.row.floated-caption {
  margin-top: 45px;
}

.posts-wrap.row.floated-caption article.post-wrap > .post-inner-wrap .post-image {
  padding-bottom: 70%;
}

.posts-wrap.row.floated-caption article.post-wrap > .post-inner-wrap .post-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
  border-radius: 5px;
}

.posts-wrap.row.floated-caption article.post-wrap > .post-inner-wrap .post-content.thumb-caption {
  margin: 25px;
  padding: 30px 25px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  /* transform: translate(0,-100px); */
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  margin-top: -80px;
}

.posts-wrap.row.floated-caption article.post-wrap > .post-inner-wrap .post-content.thumb-caption .content-area {
  text-align: justify;
}

.posts-wrap.row.floated-caption article.post-wrap > .post-inner-wrap .post-content.thumb-caption .post-title {
  font-size: 22px;
  font-weight: 600;
}

.read-more-btn {
  background: var(--primary-color);
  color: #fff !important;
  padding: 4px 15px;
  border-radius: 4px;
  margin-top: 26px;
  display: inline-block;
}

.posts-wrap.row.align-left .post-wrap * {
  text-align: left;
}

.posts-wrap.row.align-right .post-wrap * {
  text-align: right;
}

.posts-wrap.row.align-center .post-wrap * {
  text-align: center;
}

.posts-wrap.row.align-justify .post-wrap * {
  text-align: justify;
}

h3.post-title a {
  font-size: inherit;
  text-decoration: none;
}

/*floated Cart*/
.quoteContactDetails input {
  margin-bottom: 5px !important;
}

.quoteForm input::placeholder,
  .quoteForm textarea::placeholder {
  color: var(--primary-color);
}

/* Default style  */
body .posts-wrap.row.default-style .content-area * {
  text-align: left;
}

body .posts-wrap.row.default-style .content-area ul {
  padding-left: 20px;
  list-style: disc;
}

body .posts-wrap.row.default-style .content-area ul li {
  padding-left: 0;
}

body .posts-wrap.row.default-style .post-wrap {
  margin-bottom: 0;
}

/*Desc Type*/


.post-wrap.desc-left-right .post-inner-wrap {
  display: flex;
  align-items: flex-start;
}

.post-wrap.desc-left-right .post-inner-wrap .post-desc-img-area {
  width: 250px;
  margin-right: 20px;
}

.post-wrap.desc-left-right .post-inner-wrap .post-desc-img-area img {
  clip-path: inset(3px);
  filter: opacity(97%) drop-shadow(0 0 .01px #000);
  -webkit-filter: opacity(.97) drop-shadow(0 0 0 .02px #000);
  height: 100%;
  line-height: 0;
  object-fit: contain;
  position: absolute;
  width: 100%;
}

.post-wrap.desc-left-right .post-inner-wrap .post-content.thumb-caption {
  width: 100%;
  margin-top: 0;
}

.post-title.f-0,
.post-title.f-0 * {
  font-size: 0px !important;
  margin: 0px !important;
  padding: 0 !important;
}

.post-wrap.desc-left-right .post-inner-wrap .post-content.thumb-caption .post-title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: left;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #0e4f7f;
}

.post-wrap.desc-left-right .post-inner-wrap .post-content.thumb-caption .post-title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.post-wrap.desc-left-right .post-inner-wrap .post-content.thumb-caption .content-area p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-align: justify;
}

@media only screen and (min-width:768px) {
  .quoteContactDetails input {
    height: 32px;
    padding: 0px 10px !important;
  }
  
  .cart-top-content {
    padding: 20px 35px;
  }
  
  .cart-top-wrap.open::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    left: 0;
    top: 0;
    z-index: 999999;
    backdrop-filter: blur(2px);
  }
  
  .cart-top-wrap.open .cart-top-content {
    position: fixed;
    left: 50%;
    top: 100px;
    z-index: 999999;
    width: 800px;
    transform: translate(-50%);
    border-radius: 2px;
  }
  
  .cart-single-item {
    background: #f7f7f7;
  }
  
  .pimg {
    width: 40px;
    height: 40px;
  }
  
  .p-title a {
    font-size: 16px !important;
    width: 100% !important;
    max-width: 630px;
  }
}

/*End floated Cart*/

/*Pagination*/

.query-pagination {
  display: flex;
  align-items: center;
  margin: 30px 0;
  justify-content: center;
  margin-bottom: 65px;
}

.query-pagination .page-numbers {
  padding: 10px 22px;
  line-height: 1;
  background: #d5d5d5;
  margin-right: 5px;
  border-radius: 2px;
  display: flex;
  align-items: center;
}

.query-pagination .page-numbers.current {
  background: var(--primary-color);
  color: #fff;
}

.query-pagination .page-numbers:hover {
  background: #eaeaea;
  color: initial;
}

.posts-wrap .post-wrap.desc-left-right .post-inner-wrap .post-content .read-more-btn {
  background: transparent;
  color: #333 !important;
  margin-top: 0;
  padding: 0;
  padding-right: 25px;
  position: relative;
}

.posts-wrap .post-wrap.desc-left-right .post-inner-wrap .post-content .read-more-btn::before {
  width: 16px;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 10px;
  background: #c8c8c8;
  border-radius: 50%;
}

.posts-wrap .post-wrap.desc-left-right .post-inner-wrap .post-content .read-more-btn::after {
  content: "❯";
  position: absolute;
  top: 11px;
  right: 5px;
  font-size: 12px;
  color: #fff;
  transform: scaleX(1.3);
  font-weight: 400;
  line-height: 1;
}

.desc-wrap p {
  margin-bottom: 5px;
}

.posts-wrap .post-wrap.desc-left-right .post-inner-wrap .post-content .read-more-btn:hover::before {
  background: #0e4f7f;
}

.feature-post-title::after {
  top: -5px;
}

.font0 {
  font-size: 0;
  margin: 0;
  padding: 0;
}

/* Card Style */


.posts-wrap.product-card .post-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.posts-wrap.row.product-card {
  margin-left: -15px;
  margin-right: -15px;
}

.posts-wrap.product-card .post-inner-wrap:hover {
  transform: translateY(-5px);
}

.posts-wrap.product-card .post-content.thumb-caption {
  padding: 20px;
  margin-top: 0;
  text-align: left;
}

.posts-wrap.product-card .item-code {
  color: #888888;
  font-size: 0.8rem;
  margin-bottom: 14px;
  margin-top: 5px;
}

.posts-wrap.row.product-card .item-code span {
  font-weight: normal;
}

.posts-wrap.product-card .post-title {
  text-align: left !important;
}

.posts-wrap.product-card .thump-get-price-area .getPrice {
  border: 1px solid #e6e6e6;
  padding: 0px 18px !important;
  width: 100%;
  border-radius: 33px;
  justify-content: center;
  font-size: 15px;
}

.posts-wrap.product-card .post-inner-wrap {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

body .posts-wrap.product-card .post-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 500;
}

.posts-wrap.product-card .moq-info {
  color: #666;
  font-size: 0.8rem;
  margin-bottom: 15px;
}

.posts-wrap.product-card .idea-price {
  font-weight: bold;
  color: #e74c3c;
  margin: 5px 0;
  font-size: 0.9rem;
}

.posts-wrap.product-card .post-content.thumb-caption .post-title {
  font-size: 0.97rem;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #444;
}

body .posts-wrap.product-card .post-content.thumb-caption .post-title a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

body .posts-wrap.product-card .post-content.thumb-caption .post-title a:hover {
  text-decoration: none;
}