.product .details-product .details-pro .price-box, .inventory_quantity {
  margin-bottom: 10px; }

.rte.description {
  max-height: 250px;
  overflow: auto; }
  .rte.description::-webkit-scrollbar {
    width: 3px; }
  .rte.description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .rte.description::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey; }

.rte.description p {
  overflow: hidden;
  text-overflow: ellipsis; }

.details-product .title-head {
  font-size: 24px;
  color: #1a1a26;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .details-product .title-head {
      margin-top: -7px; } }
  .details-product .product_sku span {
    font-size: 14px;
    color: #1a1a26;
    font-weight: bold; }
  .details-product #add-to-cart-form {
    margin-bottom: 0px; }
  .details-product .form-product .header {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a46; }
  .details-product .form-product .form-group {
    width: 100%; }
    .details-product .form-product .form-group label {
      float: left;
      display: inline;
      margin-right: 10px;
      line-height: 30px;
      min-width: 90px; }
    .details-product .form-product .form-group .single-option-selector {
      width: auto;
      border-radius: 5px; }
  .details-product .product-tab h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a26;
    margin: 0px !important;
    padding: 0 0 10px 0; }
  .details-product .product-tab .current h3 {
    border-bottom: solid 2px #749d35; }
  .details-product #gallery_01 {
    margin-top: 15px; }
  .details-product .owl-carousel.owl-loaded {
    overflow: hidden; }
  .details-product .details-pro .product-price {
    display: inline-block;
    color: #e72419;
    font-size: 22px;
    font-weight: bold; }
  .details-product .details-pro .btn-gray {
    height: 40px;
    line-height: 40px; }
  .details-product .details-pro .price-box {
    margin: 0; }
    .details-product .details-pro .price-box del {
      color: #858585;
      font-size: 16px;
      font-weight: normal;
      margin-left: 10px; }
  .details-product .details-pro .inventory_quantity .text-first {
    font-size: 14px;
    color: #1a1a26;
    font-weight: bold; }
    .details-product .details-pro .inventory_quantity span {
      color: #749d35; }
  .details-product .details-pro .selector-wrapper label {
    font-size: 14px;
    color: #1a1a26;
    font-weight: bold; }
  .details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    height: auto; }
    .details-product .details-pro .custom-btn-number label {
      font-size: 14px;
      font-weight: bold;
      color: #1a1a26; }
    .details-product .details-pro .custom-btn-number #qty {
      height: 30px;
      font-size: 14px;
      margin: 0;
      text-align: center;
      width: 110px;
      border-radius: 5px;
      min-height: 30px; }
    .details-product .details-pro .custom-btn-number .qtyminus {
      position: absolute;
      left: 0px;
      top: 0px;
      font-size: 12px;
      line-height: 30px;
      padding: 0 10px;
      border-right: solid 1px #e1e1e1; }
    .details-product .details-pro .custom-btn-number .qtyplus {
      position: absolute;
      right: 0px;
      top: 0px;
      font-size: 12px;
      line-height: 30px;
      padding: 0 10px;
      border-left: solid 1px #e1e1e1; }

.slider-product-gallery {
  padding: 0;
  color: #fff; }

.slider-product-gallery .swiper-slide {
  height: auto; }

.slider-product-gallery .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.slider__flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }

.slider__col {
  display: flex;
  flex-direction: column;
  width: 15%;
  margin-right: 10px; }

.slider__prev, .slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.slider__prev:focus, .slider__next:focus {
  outline: none; }

.slider__thumbs .slider__image {
  transition: 0.25s;
  border: 1px solid transparent;
  cursor: pointer; }

.slider__thumbs .swiper-container:not(.swiper-container-initialized) .slider__image {
  aspect-ratio: 1; }

.slider__thumbs .slider__image:hover {
  opacity: 1; }

.slider__thumbs .swiper-slide-thumb-active .slider__image {
  border-color: #ccc; }

.slider__images {
  width: calc(85% - 10px);
  aspect-ratio: 1; }

.slider__image {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.slider__image img {
  display: block;
  /*width: 100%;
   height: 100%;
   object-fit: contain;*/
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto; }

@media (min-width: 768px) {
  .slider-product-gallery .slider__thumbs .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    display: block; }

  .slider-product-gallery .slider__thumbs .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    height: calc(100% / 5 + 2px);
    padding-bottom: 10px; } }

@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse; }

  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 10px;
    width: 100%; }

  .slider-product-gallery .slider__thumbs .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    width: calc(100% / 5 + 2px);
    padding-right: 10px; }

  .slider-product-gallery .slider__thumbs .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    gap: 0px;
    flex-wrap: nowrap; }

  .slider-product-gallery .slider__thumbs .slider__image img {
    aspect-ratio: 1;
    object-fit: contain; }

  .slider__images {
    width: 100%; }

  .slider__thumbs {
    width: 100%;
    margin: 0; }

  .slider__prev, .slider__next {
    height: auto;
    width: 32px; } }

.box-maps iframe {
  width: 100%; }

.info-contact .widget-menu p {
  display: inline-block; }
  .info-contact .logo {
    font-size: 20px; }
