/*-
 * #region
 * web
 * %%
 * Copyright (C) 2022 - 2025 Lucentia
 * %%
 * NOTICE: All information contained herein is, and remains the property of Lucentia.
 * The intellectual and technical concepts contained herein are proprietary to
 * Lucentia and may be covered by U.S. and Foreign Patents, patents in process, and
 * are protected by trade secret or copyright law. Dissemination of this information
 * or reproduction of this material is strictly forbidden unless prior written
 * permission is obtained from Lucentia. Access to the source code contained herein
 * is hereby forbidden to anyone except current Lucentia employees, managers or
 * contractors who have executed Confidentiality and Non-disclosure agreements
 * explicitly covering such access.
 *
 * The copyright notice above does not evidence any actual or intended publication
 * or disclosure of this source code, which includes information that is confidential
 * and/or proprietary, and is a trade secret, of Lucentia. ANY REPRODUCTION, MODIFICATION,
 * DISTRIBUTION, PUBLIC PERFORMANCE, OR PUBLIC DISPLAY OF OR THROUGH USE OF THIS
 * SOURCE CODE WITHOUT THE EXPRESS WRITTEN CONSENT OF LUCENTIA IS STRICTLY PROHIBITED,
 * AND IN VIOLATION OF APPLICABLE LAWS AND INTERNATIONAL TREATIES. THE RECEIPT
 * OR POSSESSION OF THIS SOURCE CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR
 * IMPLY ANY RIGHTS TO REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO
 * MANUFACTURE, USE, OR SELL ANYTHING THAT IT MAY DESCRIBE, IN WHOLE OR IN PART.
 * #endregion
 */
@media (max-width: 770px) {

  .heading-line-height {
    line-height: 17px;
  }

  .tabs-width {
    margin: 0;
    width: 660px;
    max-width: 600px;
  }

  .width-tabs {
    width: 29%;
  }

  .width-tabs-details {
    width: 70%;
  }

  .product-padding {
    padding-top: 55px;
  }

  .form-padding {
    margin-left: 35%;
    width: 35%;
  }

  .popular-product-height{
    min-height: 500px;
  }
}

.text-clip-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

li.ul.li {
  line-height: 18px;
  list-style: inside;
  display: list-item;
}

div.height {
  line-height: 18px;
}

/* Breadcrumb */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  color: #7B7979;
}

.breadcrumb>li {
  display: inline-block;
  font-size: 14px;
  text-shadow: none;
  align-content: space-around;
}

.breadcrumb>li+li:before {
  color: inherit;
  opacity: 0.5;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  padding: 0 7px 0 5px;
}

.breadcrumb.breadcrumb-dividers-no-opacity>li+li:before {
  opacity: 1;
}

.breadcrumb.breadcrumb-style-2>li+li:before {
  content: "|";
}

.breadcrumb.breadcrumb-block {
  background: #7B7979;
  display: inline-block !important;
  padding: 7.2px 19.2px;
  padding: .45rem 1.2rem;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.breadcrumb.breadcrumb-light {
  color: #181414;
}

.breadcrumb.breadcrumb-light a {
  color: #181414;
}

.breadcrumb.breadcrumb-light .active {
  opacity: 0.7;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #2D3785;
  border-bottom: #2D3785;
  font-weight: 900;
  border-bottom-style: solid;
  border-bottom-width: 4px;

}

a,
a:focus,
a:active {
  color: #2D3785;
}

.nav-tabs {
  border-bottom: none;
  letter-spacing: 0px;
  font-size: 13px;
  font-weight: 700;
  color: #2D3785;
}

.nav-tabs .nav-link {
  border: 0px;
}

.ul.li {
  line-height: 18px;
}

div.height {
  line-height: 18px;
}

.owl-carousel .owl-prev {
  left: -50px;
}

@media (max-width: 600px) {

  .popular-product-height{
    min-height: 520px;
  }

  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    font-size: 20px;
  }

  .owl-carousel .owl-prev {
    left: -20px;
  }

  .div-container {
    width: 100vw;
    max-width: 100%;
    overflow: auto !important;
    display: flow;
  }

  .logo-left {
    float: none;
  }

  .product-padding {
    padding-top: 15%;
  }

  .width-tabs {
    width: 100%;
  }

  .width-tabs-details {
    width: 100%;
  }

  .des-heading {
    width: 40%;
    font-weight: 600;
    color: #181414;
    max-width: 40%;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 0px;
  }

  .des-p {
    color: #7B7979;
    font-weight: 400;
    font-size: 16px;
    max-width: 60%;
    width: 60%;
    display: inline-block;
    letter-spacing: 0px;
  }

  .button-width {
    width: 145px;
  }

  .form-padding {
    margin-left: 0;
    width: 100%;
  }

  .mfp-close-btn-in .mfp-close {
    padding-top: 25px;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {

  .container {
    width: 1300px;
  }

  .tab-padding {
    padding: 10px 41px;
  }

  .rfq-width {
    width: 92%;
  }
}

@media (max-width: 1400px) and (min-width: 800px) {

  .popular-product-height{
    min-height: 453px;
  }

  .heading-line-height {
    line-height: 0px;
  }

  .width-tabs {
    width: 29%;
  }

  .width-tabs-details {
    width: 70%;
  }

  .product-padding {
    padding-top: 55px;
  }

  .des-heading {
    width: 20%;
    font-weight: 700;
    color: #121216;
    max-width: 100%;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0px;
  }

  .des-p {
    color: #5C5D61;
    font-weight: 600;
    font-size: 14px;
    max-width: 60%;
    width: 60%;
    display: inline-block;
    letter-spacing: 0px;
  }

  .button-width {
    width: 204px;
  }

  .form-padding {
    margin-left: 35%;
    width: 35%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "|");
}

.breadcrumb-item.active {
  color: #6c757d;
}

.input-style {
  padding: 23px 8px;
  border-bottom-color: #F0F0F0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.form-control::placeholder {
  color: #8B9099;
  opacity: 0.5;
  font-size: 13px;
}

.font-weight-bold {
  font-weight: 600 !important;
}

/* Simple Post List */
ul.simple-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.simple-post-list li {
  border-bottom: 1px dotted #E2E2E2;
  padding: 15px 0;
}

ul.simple-post-list li::after {
  clear: both;
  content: "";
  display: block;
}

ul.simple-post-list li:last-child {
  border-bottom: 0;
}

ul.simple-post-list .post-image {
  float: left;
  margin-right: 12px;
}

ul.simple-post-list .post-meta {
  color: #888;
  font-size: 0.8em;
}

ul.simple-post-list .post-info {
  line-height: 20px;
}

.product-image {
  width: 100%;
  height: 100%;
}

.bg-dark {
  background-color: black;
}

#description {
  width: 100%;
  font-size: 14px;
  line-height: 1;
}

.table-rows-bottom {
  border-bottom-color: #F1F1F1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.trade-compliance-name {
  color: #5C5D61;
  width: 40%;
  border-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.trade-compliance-desc {
  color: #121216;
  width: 60%;
  border-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.owl-buttons {
  position: absolute;
  right: 50px;
  top: -45px;
}

.owl-carousel .owl-prev::before {
  content: "";
}

.owl-carousel .owl-next::before {
  content: "";
}

.owl-carousel .owl-next {
  right: -50px;
}

.owl-theme .owl-controls .owl-buttons div {
  background-color: white;
  color: #2D3785;
}
