/*
Theme Name: Html Quick Pack
Author:
Author URI:
Theme URI:
Front End Developer: Fahamina Yesmin
Back End Developer:  Fahamina Yesmin
Project Start:
Date: 21 March 2024
*/
.inner-banner {
  min-height: 150px;
  text-align: center;
  padding: 50px 20px;
  color: #ffffff;
  background-image: url("/source/f3dda01a3b002f18e8484b60d8e6cda8/inner-bg.png");
  background-size: cover;
  background-position: center;
  text-transform: uppercase; }
  .inner-banner .title {
    font-family: "Poppins", Sans-serif;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1.3em; }

.product-list-container .container, .display-grand-child-category .container {
  max-width: 1870px; }

.product-left-category {
  border: 1px solid #efefef;
  border-radius: 4px; }
  .product-left-category h3 {
    padding: 15px 20px;
    background-color: #e5e5e5;
    font-size: 20px;
    margin: 0; }
  .product-left-category ul {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin-bottom: 0rem; }
    .product-left-category ul li {
      display: block;
      color: #000;
      font-size: 13px;
      border-bottom: 1px dashed #dadada;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .product-left-category ul li a {
        text-decoration: none;
        color: #232323;
        display: block;
        padding: 12px 20px; }
      .product-left-category ul li:hover {
        background-color: #f6f6f6; }
        .product-left-category ul li:hover a {
          color: #f1823a; }
      .product-left-category ul li.active {
        background-color: #f6f6f6; }
        .product-left-category ul li.active a {
          color: #f1823a; }

.category-content {
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 30px !important; }
  .category-content .title {
    color: #f18232;
    font-family: "Poppins", Sans-serif;
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 15px; }
  .category-content strong {
    color: #f18232;
    font-size: 18px;
    font-weight: 700; }

.product-cat-boxs {
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 30px 10px !important;
  margin-top: 25px !important; }

.title_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }

.main-img-block {
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 5px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  overflow: hidden; }
  .main-img-block img {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  .main-img-block:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }

.part-img {
  width: 200px; }

.related_products_list {
  padding: 30px 20px; }
  .related_products_list h5 {
    font-size: 26px;
    line-height: 20px;
    color: #202020;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    text-align: center;
    margin-bottom: 40px; }

.product-card-list {
  border: 1px solid #E9E9E9;
  border-radius: 5px; }
  .product-card-list .product-card-list-img {
    border-bottom: 1px solid #E9E9E9; }
    .product-card-list .product-card-list-img img {
      padding: 35px;
      height: 240px;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-card-list h5 {
    font-size: 16px;
    line-height: 1.3em;
    color: #262626;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    text-align: center;
    padding: 20px 10px;
    margin: 0; }

.search-icon {
  line-height: 2.3em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/* Search Style */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000e0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
          transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none; }

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 99999;
  display: block; }

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: white;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px; }

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff; }

#search .close:hover {
  color: #f18232;
  cursor: pointer; }

.pc-item-box {
  position: relative; }
  .pc-item-box .pc-item-icon {
    background-color: #f6f6f6;
    border-radius: 25px 25px 0 0;
    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;
    min-height: 200px; }
    .pc-item-box .pc-item-icon.white-bg {
      background-color: #ffffff;
      border: 1px solid #efefef;
      border-radius: 12px 12px 0px 0px; }
      .pc-item-box .pc-item-icon.white-bg img {
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s; }
    .pc-item-box .pc-item-icon.pc-sub-item-box {
      min-height: 140px; }
      .pc-item-box .pc-item-icon.pc-sub-item-box img {
        height: 110px; }
    .pc-item-box .pc-item-icon .hoverable-content {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      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-color: #f6f6f6;
      border-radius: 25px 25px 0 0;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
      .pc-item-box .pc-item-icon .hoverable-content:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(241, 130, 50, 0.5);
        content: '';
        -webkit-transition: -webkit-transform 0.6s;
        transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        transition: transform 0.6s, -webkit-transform 0.6s;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .pc-item-box .category-number {
    border: 2px solid #262626;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block; }
    .pc-item-box .category-number span {
      color: #262626;
      font-size: 34px;
      font-weight: 700;
      display: block;
      line-height: 1.68;
      font-family: "Poppins", Sans-serif; }
  .pc-item-box .pc-item-content {
    background-color: #262626;
    border-radius: 0 0 25px 25px;
    padding: 20px;
    min-height: 110px; }
    .pc-item-box .pc-item-content .pc-title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px;
      font-family: "Poppins", Sans-serif;
      line-height: 1.5em;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      color: #262626; }
    .pc-item-box .pc-item-content .category-link {
      font-size: 14px;
      color: #ffffff;
      font-family: "Poppins", Sans-serif; }
  .pc-item-box:hover .pc-item-icon .hoverable-content:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
            transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
  .pc-item-box:hover .pc-item-icon .hoverable-content {
    opacity: 1; }
  .pc-item-box:hover .pc-item-icon img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  .pc-item-box:hover .pc-item-content .pc-title {
    color: #f47421; }
  .pc-item-box.pc-sub-item-box .pc-item-icon {
    min-height: 140px; }
  .pc-item-box.pc-sub-item-box img {
    height: 110px; }
  .pc-item-box.pc-sub-item-box .hoverable-content {
    display: none; }
  .pc-item-box.pc-sub-item-box .hoverable-content::before {
    content: none; }

.product-div {
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E9E9E9;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease; }
  .product-div .product-div-inner .product-feature-img {
    border-bottom: 1px solid #E9E9E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: hidden; }
    .product-div .product-div-inner .product-feature-img img {
      height: 200px;
      -o-object-fit: contain;
         object-fit: contain;
      -webkit-transition: -webkit-transform 0.8s ease;
      transition: -webkit-transform 0.8s ease;
      transition: transform 0.8s ease;
      transition: transform 0.8s ease, -webkit-transform 0.8s ease; }
  .product-div:hover {
    border: 1px solid #F18232; }
    .product-div:hover .product-div-inner .product-feature-img img {
      -webkit-transform: scale(1.15) rotate(5deg);
              transform: scale(1.15) rotate(5deg);
      -webkit-transition: -webkit-transform 0.8s ease;
      transition: -webkit-transform 0.8s ease;
      transition: transform 0.8s ease;
      transition: transform 0.8s ease, -webkit-transform 0.8s ease; }
    .product-div:hover .product-text-content {
      background-color: #F18232;
      -webkit-transition: -webkit-transform 0.8s ease;
      transition: -webkit-transform 0.8s ease;
      transition: transform 0.8s ease;
      transition: transform 0.8s ease, -webkit-transform 0.8s ease; }
      .product-div:hover .product-text-content .product-heading-title {
        color: #ffffff; }
      .product-div:hover .product-text-content .product-price {
        color: #ffffff; }

.product-text-content {
  padding: 20px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease; }
  .product-text-content .product-heading-title {
    color: #262626;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em; }
  .product-text-content .product-price {
    color: #7a7a7a;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 8px; }

.card-11,
.card-12,
.card-13,
.card-14 {
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out; }
  .card-11 .elementor-image-box-wrapper,
  .card-12 .elementor-image-box-wrapper,
  .card-13 .elementor-image-box-wrapper,
  .card-14 .elementor-image-box-wrapper {
    position: relative;
    z-index: 1; }
    .card-11 .elementor-image-box-wrapper .number,
    .card-12 .elementor-image-box-wrapper .number,
    .card-13 .elementor-image-box-wrapper .number,
    .card-14 .elementor-image-box-wrapper .number {
      display: block;
      font-size: 5rem; }
      @media only screen and (max-width: 991px) {
        .card-11 .elementor-image-box-wrapper .number,
        .card-12 .elementor-image-box-wrapper .number,
        .card-13 .elementor-image-box-wrapper .number,
        .card-14 .elementor-image-box-wrapper .number {
          font-size: 2rem;
          margin-bottom: 10px; } }
  .card-11 .learn-more-btn,
  .card-12 .learn-more-btn,
  .card-13 .learn-more-btn,
  .card-14 .learn-more-btn {
    display: block;
    margin-top: 30px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px; }
  .card-11 .apply-now-btn,
  .card-12 .apply-now-btn,
  .card-13 .apply-now-btn,
  .card-14 .apply-now-btn {
    display: block;
    margin-top: 30px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    visibility: hidden;
    opacity: 0;
    color: #ffffff;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out; }
  .card-11 .elementor-image-box-title,
  .card-12 .elementor-image-box-title,
  .card-13 .elementor-image-box-title,
  .card-14 .elementor-image-box-title {
    margin-bottom: 20px; }
  .card-11:hover .apply-now-btn,
  .card-12:hover .apply-now-btn,
  .card-13:hover .apply-now-btn,
  .card-14:hover .apply-now-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out; }

.card-11 {
  background: #ffffff;
  /* default color */
  /* "to top" / "to bottom" - affects initial color */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #247690)) top;
  background: linear-gradient(to bottom, #ffffff 50%, #247690 50%) top;
  background-size: 100% 200%; }
  .card-11:hover {
    background-position: bottom; }
    .card-11:hover .elementor-widget-container {
      border-color: #247690 !important; }
      .card-11:hover .elementor-widget-container .elementor-image-box-title,
      .card-11:hover .elementor-widget-container .elementor-image-box-description,
      .card-11:hover .elementor-widget-container .learn-more-btn {
        color: #ffffff !important; }
  .card-11 .learn-more-btn {
    color: #022539; }

.card-12 {
  background: #fa991d;
  /* default color */
  /* "to left" / "to right" - affects initial color */
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #fa991d), color-stop(50%, #247690)) right;
  background: linear-gradient(to left, #fa991d 50%, #247690 50%) right;
  background-size: 200%; }
  .card-12:hover {
    background-position: left; }
    .card-12:hover .elementor-widget-container {
      border-color: #247690 !important; }
  .card-12 .learn-more-btn {
    color: #ffffff; }

.card-13 {
  background: #247690;
  /* default color */
  /* "to left" / "to right" - affects initial color */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #247690), color-stop(50%, #fa991d)) left;
  background: linear-gradient(to right, #247690 50%, #fa991d 50%) left;
  background-size: 200%; }
  .card-13:hover {
    background-position: right; }
    .card-13:hover .elementor-widget-container {
      border-color: #fa991d !important; }
  .card-13 .learn-more-btn {
    color: #ffffff; }

.card-14 {
  background: #022539;
  /* default color */
  /* "to top" / "to bottom" - affects initial color */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #022539), color-stop(50%, #247690)) bottom;
  background: linear-gradient(to top, #022539 50%, #247690 50%) bottom;
  background-size: 100% 200%; }
  .card-14:hover {
    background-position: top; }
    .card-14:hover .elementor-widget-container {
      border-color: #247690 !important; }
  .card-14 .learn-more-btn {
    color: #ffffff; }

.title-part {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  padding: 30px 20px 10px; }
  .title-part .container {
    max-width: 1870px; }
    .title-part .container .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .title-part .breadcrumb-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.product-list-container {
  padding: 50px; }

.category-pdf-img {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  margin-bottom: 36px; }

.download-button {
  padding: 13px 20px;
  font-size: 13px;
  line-height: 1;
  background-color: #f18232;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-text-decoration: auto;
          text-decoration: auto; }
  .download-button:hover {
    background-color: #232323; }
  .download-button img {
    max-height: 24px;
    margin-top: -3px;
    margin-right: 10px; }

.pc-sub-child-item-box .pc-item-icon img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover; }

.product-catelog-documents {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 15px 0px;
  margin: 25px 0; }
  .product-catelog-documents .title {
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px 13px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 24px; }
  .product-catelog-documents .doc-catelog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #f47421; }
    .product-catelog-documents .doc-catelog .download-button {
      margin-bottom: 15px; }

.category-description {
  margin-bottom: 40px; }

.product-table-view {
  border-top: 1px solid #e6e6e6;
  padding: 30px; }
  .product-table-view table td, .product-table-view table th {
    padding: 5px 15PX;
    border: none; }
  .product-table-view table tbody > tr:nth-child(odd) > td, .product-table-view table tbody > tr:nth-child(odd) > th,
  .product-table-view table tbody tr:hover > td, .product-table-view table tbody tr:hover > th {
    background: none; }
  .product-table-view .quantity .qty {
    width: 5rem;
    padding: 3px;
    visibility: hidden; }
  .product-table-view button:not(:disabled), .product-table-view .add-request-quote-button.button {
    background-color: #f18232;
    color: #fff;
    border-color: #f18232;
    visibility: hidden; }
  .product-table-view tr:hover .quantity .qty, .product-table-view tr:hover button:not(:disabled), .product-table-view tr:hover .add-request-quote-button.button {
    visibility: visible; }

.table-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #f18232;
  font-family: "Poppins", Sans-serif; }

.products-options ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px; }
  .products-options ul li {
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    font-weight: 500;
    font-family: "Poppins", Sans-serif; }
    .products-options ul li:hover a {
      color: #F18232; }
    .products-options ul li a {
      color: #707070; }
    .products-options ul li img {
      height: 20px;
      margin-right: 5px; }

.product-table-view .add-request-quote-button button {
  font-size: 12px !important;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px 12px; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  font-size: 12px !important;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 10px 12px;
  width: 120px;
  text-align: center; }

.woocommerce .quantity .qty {
  width: 5em; }

.category-short-text {
  padding: 0 30px 30px;
  font-size: 14px; }

.product-table-with-img {
  padding: 30px; }
  .product-table-with-img table tbody > tr:nth-child(odd) > td, .product-table-with-img table tbody > tr:nth-child(odd) > th {
    padding: 8px 15px; }
  .product-table-with-img input[type=number] {
    padding: 2px; }

.product-images-part {
  margin-left: 40px;
  margin-right: 40px; }
  .product-images-part .product-img-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    row-gap: 25px; }
    .product-images-part .product-img-gallery .gallery-img-2 {
      border: 1px solid #E9E9E9;
      border-radius: 5px;
      padding: 15px;
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; }
      .product-images-part .product-img-gallery .gallery-img-2 img {
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s; }
      .product-images-part .product-img-gallery .gallery-img-2:hover {
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        border-color: #222222; }
        .product-images-part .product-img-gallery .gallery-img-2:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
          -webkit-transition: -webkit-transform .5s;
          transition: -webkit-transform .5s;
          transition: transform .5s;
          transition: transform .5s, -webkit-transform .5s; }

.product-details-22 {
  margin-top: 50px; }
  .product-details-22 .container {
    padding: 0; }
    .product-details-22 .container .nav-tabs {
      background-color: #232323;
      border-color: #232323; }
      .product-details-22 .container .nav-tabs .nav-item .nav-link {
        padding: 12px 40px;
        font-size: 16px;
        line-height: 1.3em;
        color: #ffffff;
        font-weight: 500;
        font-family: "Poppins", Sans-serif;
        text-align: center; }
        .product-details-22 .container .nav-tabs .nav-item .nav-link:hover {
          border-color: #000000;
          background-color: #000; }
      .product-details-22 .container .nav-tabs .nav-item .nav-link.active {
        background-color: #F47421;
        border-radius: 0;
        border-color: #F47421; }
    .product-details-22 .container .tab-content .tab-pane {
      padding: 40px; }
      .product-details-22 .container .tab-content .tab-pane p, .product-details-22 .container .tab-content .tab-pane ul li {
        font-size: 14px;
        line-height: 1.7em;
        color: #707070;
        font-weight: 400;
        font-family: "Poppins", Sans-serif; }

.yith-ywraq-add-button .ajax-loading {
  position: absolute !important; }

.doc-download-button {
  padding: 10px 12px;
  font-size: 10px;
  line-height: 1;
  background-color: #f18232;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-text-decoration: auto;
          text-decoration: auto;
  margin-bottom: 10px; }
  .doc-download-button:hover {
    background-color: #232323; }

.category-breadcrumb .breadcrumb {
  font-size: 14px;
  line-height: 30px;
  color: #707070;
  font-weight: 400;
  font-family: "Poppins";
  text-align: right;
  margin-bottom: 0; }
  .category-breadcrumb .breadcrumb a {
    color: #707070;
    text-decoration: none; }
  .category-breadcrumb .breadcrumb .breadcrumb-sign {
    font-size: 26px;
    margin-left: 10px;
    margin-right: 10px; }

.product-cat-details {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  margin: 25px 0; }
  .product-cat-details .title-share {
    padding: 30px; }

.last-category-product .pc-item-box img {
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain; }

.last-category-product .pc-item-box .pc-item-content {
  background: #d9d9d9;
  min-height: 100px; }
  .last-category-product .pc-item-box .pc-item-content .pc-title a {
    color: #101010; }
  .last-category-product .pc-item-box .pc-item-content:hover .pc-title a {
    color: #f47421; }

.title-share .child-product-title {
  font-family: "Poppins", Sans-serif;
  font-size: 26px;
  line-height: 1.3em;
  color: #202020;
  font-weight: 500;
  margin-bottom: 15px; }

@media print {
  /* Adjust styles for print */
  body {
    font-size: 14px;
    color: #000; }
  /* Hide elements that you don't want to show when printing */
  .no-print, .products-options {
    display: none; }
  /* Make sure your product-cat-details styles apply */
  .product-cat-details {
    /* Ensure any custom styles are applied here */
    border: 1px solid #000;
    padding: 20px; }
  /* Adjust images, if necessary */
  img {
    max-width: 100%;
    height: auto; } }

.social-share {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.social-share {
  opacity: 0;
  /* Hidden by default */
  visibility: hidden;
  /* Hidden by default */
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  /* Adjust as needed */
  background-color: #fff;
  padding: 10px;
  z-index: 100;
  /* Ensure it appears above other elements */ }

.share-button:hover + .social-share,
.social-share:hover {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1;
  /* Fully visible */
  visibility: visible;
  /* Visible */ }

.main-cat-box {
  min-height: 210px;
  margin: 0 20px; }
  @media only screen and (max-width: 767px) {
    .main-cat-box {
      margin: 0px;
      min-height: 160px; } }
  .main-cat-box .pc-item-icon {
    border-radius: 25px 0 0 25px;
    width: 50%;
    min-height: auto; }
  .main-cat-box .pc-item-content {
    border-radius: 0 25px 25px 0;
    min-height: auto;
    width: 50%; }
    .main-cat-box .pc-item-content .pc-title {
      font-size: 18px; }
    .main-cat-box .pc-item-content .category-link {
      font-size: 16px;
      color: #F18232;
      opacity: 0;
      -webkit-transition: .4s ease-in-out;
      transition: .4s ease-in-out; }
  .main-cat-box:hover .pc-item-content .category-link {
    opacity: 1;
    letter-spacing: 2px; }

.img-fluid {
  max-width: 100%;
  height: auto; }

img {
  vertical-align: middle;
  border-style: none; }

.h-100 {
  height: 100% !important; }

.mb-30, .my-30 {
  margin-bottom: 30px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.custom-swiper-arrows .elementor-swiper-button-next {
  background-color: #5f5ea6;
  opacity: 1 !important;
  display: grid !important;
  place-content: center !important;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  border: 1px solid transparent;
  height: 160px;
  width: 80px;
  right: -10px !important;
  left: auto;
  border-radius: 90px 0px 0px 90px;
  padding-left: 0;
  background-image: url("/source/b176167514761a473a02516e8dab4438/right-arrow.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 16px; }
  @media only screen and (max-width: 768px) {
    .custom-swiper-arrows .elementor-swiper-button-next {
      background-color: #5f5ea6b8;
      height: 120px;
      width: 60px;
      border-radius: 60px 0px 0px 60px;
      background-position: right 20px center;
      background-size: 12px; } }
  @media only screen and (max-width: 450px) {
    .custom-swiper-arrows .elementor-swiper-button-next {
      height: 80px;
      width: 40px;
      border-radius: 40px 0px 0px 40px;
      background-position: right 15px center;
      background-size: 10px; } }
  .custom-swiper-arrows .elementor-swiper-button-next:hover {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    border: 1px solid #cfcfcf;
    background-color: #6ec1e4; }
  .custom-swiper-arrows .elementor-swiper-button-next svg {
    visibility: hidden;
    opacity: 0; }

.custom-swiper-arrows .elementor-swiper-button-prev {
  background-color: #5f5ea6;
  opacity: 1 !important;
  display: grid !important;
  place-content: center !important;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  border: 1px solid transparent;
  width: 80px;
  height: 160px;
  left: -10px !important;
  right: auto;
  border-radius: 0px 90px 90px 0px;
  padding-right: 15px;
  background-image: url("/source/8876bd79f9c3442b04d07c470c3b78c0/left-arrow.png");
  background-position: left 25px center;
  background-repeat: no-repeat;
  background-size: 16px; }
  @media only screen and (max-width: 768px) {
    .custom-swiper-arrows .elementor-swiper-button-prev {
      background-color: #5f5ea6b8;
      height: 120px;
      width: 60px;
      border-radius: 0px 60px 60px 0px;
      background-position: left 20px center;
      background-size: 12px; } }
  @media only screen and (max-width: 450px) {
    .custom-swiper-arrows .elementor-swiper-button-prev {
      height: 80px;
      width: 40px;
      border-radius: 0px 40px 40px 0px;
      background-position: left 15px center;
      background-size: 10px; } }
  .custom-swiper-arrows .elementor-swiper-button-prev:hover {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    border: 1px solid #cfcfcf;
    background-color: #6ec1e4; }
  .custom-swiper-arrows .elementor-swiper-button-prev svg {
    visibility: hidden;
    opacity: 0; }

/*# sourceMappingURL=theme.css.map */
