/*............product-detail..............*/
.product-detail-section {
  padding: 50px 0;
}

.product-detail-section .top-btns {
  text-align: right;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 25px;
}

.product-detail-section .product-img {
  padding-right: 20px;
}

.product-detail-section .product-img .main-img {
  margin-bottom: 14px;
  text-align: center;
  border: 1px solid #f7f7f7;
}

.product-detail-section .product-img .main-img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail-section .product-img .product-thumns .row {
  margin: 0 -7px;
}

.product-detail-section .product-img .product-thumns .col-sm-5,
.product-detail-section .product-img .product-thumns .col-sm-7,
.product-detail-section .product-img .product-thumns .col-sm-3 {
  padding: 0 7px;
  margin-bottom: 14px;
}

.product-detail-section .product-img .product-thumns img {
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail-section .product-img .media-look h6 {
  font-size: 24px;
  color: #8FB3BB;
  font-weight: 400;
}

.product-detail-section .product-img .media-look .row {
  margin: 0 -7px;
  margin-top: 30px;
}

.product-detail-section .product-img .media-look .col-sm-4,
.product-detail-section .product-img .media-look .col-sm-8 {
  padding: 0 7px;
}

.product-detail-section .product-img .media-look .col-sm-8 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-detail-section .product-img .media-look p {
  font-size: 18px;
  color: #979797;
}

.product-detail-section .product-img .media-look .global-btn {
  padding: 5px 9px;
  margin-top: 35px;
}

.project-popup .product-detail-section {
  padding-bottom: 0;
}

.project-popup .modal-body {
  padding: 50px 15px 30px;
}

/*
#product_store_request_form{
    margin-bottom: 30px;
}
*/
.product-detail-section #right-column-detail-view {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-detail-section .top-btns .custom-dropdown .dropdown-wrap {
  text-align: left;
}

.product-detail-section .top-btns .custom-dropdown {
  width: 100%;
  height: 29px;
  line-height: 1.6rem;
}

#left-action-buttons {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.product-detail-action-line {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-detail-section .top-btns .product-count .counter {
  padding: 4px 10px;
  width: 105px;
  justify-content: space-between;
}

.product-detail-section .top-btns .custom-dropdown .label {
  padding-right: 22px;
}

.product-detail-section .top-btns a.global-btn {
  padding: 0 6px;
  border: 0;
  background: none;
  color: #8FB3BB;
  font-size: 28px;
}

.product-detail-section .top-btns button.global-btn {
  padding: 4px 15px 3px;
  font-size: 14px;
  height: 29px;
  margin-left: 5px;
}

.project-popup .product-detail .description {
  margin-bottom: 20px;
}

.project-popup .product-detail .description p,
.product-detail .description p {
  white-space: pre-wrap;
}

.project-popup .product-detail-section .product-img .product-thumns img {
  width: 100%;
  height: 100px;
}

.project-popup .product-detail-section .product-img {
  padding-right: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.project-popup .product-detail .dls {
  margin-bottom: 0;
}

.project-popup .product-detail .dls h6 {
  font-size: 14px;
  color: #474747;
}

.project-popup .product-detail-section .product-img .media-look h6 {
  font-size: 20px;
}

.project-popup .product-detail-section .product-img .media-look p {
  font-size: 16px;
  margin: 0;
}

.project-popup .product-detail-section .product-img .media-look .global-btn {
  font-size: 14px;
  display: block;
  width: 100%;
  margin-top: 5px;
}

.project-popup .product-detail .quantity-btns .global-btn {
  padding: 6px 0 3px;
  font-size: 11px;
}

.project-popup.project-popup button.close {
  top: 14px;
  right: 18px;
}

.product-detail-section .article-dls {
  text-align: right;
  color: #474747;
  margin-top: 40px;
}

.product-detail-section .article-dls p {
  margin-bottom: 0;
  line-height: 1rem;
}

.product-detail .quantity-btns .row {
  margin: 0 -5px;
  margin-bottom: 20px;
}

.product-detail .quantity-btns .col-sm-3,
.product-detail .quantity-btns .col-sm-6 {
  padding: 0 5px;
  z-index: 1;
}

.product-detail .quantity-btns .global-btn {
  padding: 3px;
  display: block;
  width: 100%;
}

.product-detail .product-count .counter {
  justify-content: space-between;
}

.product-detail .product-count input {
  background: none;
}

.product-detail h4 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.product-detail .description {
  color: #000000;
}

.product-detail .dls {
  margin-bottom: 20px;
}

.product-detail .dls h6 {
  font-weight: 400;
  margin-bottom: 5px;
  color: #979797;
}

.product-detail .dls p {
  font-weight: 500;
  color: #474747;
}

.product-detail .dls .color {
  display: block;
  width: 25px;
  height: 25px;
  background: #18e224;
  border: 1px solid #474747;
}

/*Left infos*/
.product-detail-section .product-left-infos {
  margin-top: 20px;
  color: #474747;
}

.product-detail-section .product-left-infos h4 {
  font-size: 14px;
  font-weight: 400;
  color: #8FB3BB;
  margin-top: 0px;
  margin-bottom: 0;
}

.product-detail-section .product-left-infos p {
  font-weight: 500;
}

.left-info-container-browser {
  margin-top: 30px;
}

.product-details-bottom h5 {
  font-size: 16px;
  text-transform: none;
}

.product-details-bottom .btns {
  margin-top: 0;
}

.product-details-bottom .btns a {
  width: 150px;
  padding: 4px 5px 3px;
  font-size: 14px;
  margin: 0 8px;
}

.product-details-bottom h5 {
  margin-bottom: 20px;
}

.product-details-bottom {
  text-align: center;
  padding: 20px 0 10px;
}

.project-popup .media-look .email a {
  color: #8FB3BB;
}

.product-detail-section .select2-container--default .select2-selection--multiple,
.product-detail-section .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #aaaaaa;
}

.product-detail-section .select2-container {
  position: absolute;
  width: 97% !important;
}

.project-popup .product-detail .quantity-btns .global-btn {
  padding: 4px 0 3px;
  font-size: 14px;
  height: 29px;
}

.project-popup .product-detail .product-count .counter {
  padding: 4px 10px;
  border-color: #aaaaaa;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  font-size: 12px;
  align-items: center;
  border: 1px solid #f0f0f0;
  padding: 0px 5px;
  margin-left: 5px;
  color: #000000;
  font-weight: 400;
  background: none;
  border-radius: 3px;
  vertical-align: middle;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice button {
  border: 0;
  padding: 0;
  background: none;
  font-size: 24px;
  line-height: 0.5;
  padding-left: 2px;
  font-weight: 300;
  position: static;
}

.product-detail-section .select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}

.product-detail-section .select2-container--default .select2-search--inline .select2-search__field {
  border: 1px solid #ccc;
  margin-left: 2px;
  height: 27px;
  padding: 2px 5px 5px 5px;
  display: none;
}

.product-detail-section .select2-container--default.select2-container--open .select2-search--inline .select2-search__field {
  display: block;
}

.project-popup .product-detail-section {
  padding-top: 0;
}

.project-popup .product-detail .dls p {
  margin: 0;
}

.project-popup .product-detail .dls {
  margin-bottom: 30px;
}

.project-popup .product-detail.product-detail-new .email.dls {
  margin-bottom: 5px;
}

.project-popup .media-look .row .col-sm-8 .product-detail-fundus-phone {
  margin-bottom: 0;
}

#amount-count-link-narrow {
  display: none;
}

.project-popup .select2-container .select2-selection--multiple {
  min-height: 29px;
}

.project-popup .select2-container--default .select2-selection--multiple {
  padding-bottom: 3px;
}

.project-popup .product-detail.product-detail-new .dls,
.fundus-detail-new .product-detail .dls {
  display: flex;
  margin-bottom: 5px;
}

.project-popup .product-detail.product-detail-new .dls .dls-lft,
.project-popup .product-detail.product-detail-new .dls.preis_dls h6,
.fundus-detail-new .product-detail .dls .dls-lft,
.fundus-detail-new .product-detail .dls .dls.preis_dls h6 {
  flex: 0 0 110px;
}

.fundus-detail-new .product-detail .dls .dls-lft {
  margin-right: 20px;
}

.project-popup .product-detail.product-detail-new .dls .dls-lft h6,
.project-popup .product-detail.product-detail-new .dls.preis_dls h6,
.fundus-detail-new .product-detail .dls .dls-lft h6,
.fundus-detail-new .product-detail .dls .dls.preis_dls h6 {
  color: #8FB3BB;
  margin-bottom: 0;
  padding-top: 5px;
}

#fav-popup .global-btn {
  font-size: 14px;
  padding: 6px 28px;
}

@media (min-width: 992.01px) and (max-width: 1200px) {
  .product-detail-section .product-img {
    padding-right: 0;
  }
  .product-detail .quantity-btns .global-btn {
    padding: 5px 0;
    font-size: 11px;
  }
}
@media (max-width: 992px) {
  .product-detail-section .product-img {
    padding-right: 0;
  }
  .project-popup .product-detail-section .product-img .media-look {
    position: static;
  }
  .project-popup .product-detail-section .product-img .media-look.media-look-desktop {
    display: none;
  }
  .project-popup .product-detail-section .product-img.media-look-mobile {
    display: block;
  }
  .product-detail-section .product-img .media-look .global-btn {
    margin-top: 0px;
    margin-bottom: 35px;
  }
  .product-detail-section .product-img .media-look .col-sm-4 {
    max-width: 25%;
  }
  .product-detail .product-count .counter {
    margin-bottom: 10px;
  }
  .product-detail .top-btns .product-count .counter {
    margin-bottom: 0px;
  }
  .edit-products-wrap .product-detail .product-count .counter {
    margin-bottom: 0;
  }
  .product-detail-section .product-img .product-thumns img {
    height: 75px;
  }
  .media-look-mobile .col-sm-4 {
    flex: 0 0 25%;
  }
  .left-infos-mobile-container {
    border-top: 1px solid rgb(174, 174, 174);
    margin-top: 30px;
    padding-top: 10px;
  }
  .left-info-container-browser {
    display: none;
  }
  .product-detail-section .product-left-infos-mobile {
    width: 100%;
    margin-top: 30px;
    color: #474747;
  }
  .project-popup .product-detail-section .product-left-infos-mobile h4 {
    font-size: 14px;
    font-weight: 400;
    color: #8FB3BB;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .project-popup .product-detail-section .product-left-infos-mobile p {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .product-detail-section .top-btns .product-count .counter {
    padding: 4px 10px;
    justify-content: space-between;
  }
  .product-detail-section .top-btns .product-count {
    width: 100%;
  }
  .register-login h5 {
    font-size: 18px;
    padding: 0 30px;
  }
  .register-login h5 span {
    padding: 5px 15px;
  }
  .register-login .btns a {
    font-size: 14px;
    width: 140px;
    margin: 2px;
  }
  .product-detail-section .top-btns .custom-dropdown .dropdown-wrap .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-detail-section .top-btns .global-btn {
    padding: 5px 10px;
  }
  .product-detail-section .product-img .media-look .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .product-detail-section .product-img .media-look .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .product-detail-section .product-img .main-img img,
  .img-upload.lg label {
    height: auto;
    overflow: hidden;
  }
  .img-upload.lg label {
    min-height: 230px;
  }
  .project-popup .product-detail-section .product-img .product-thumns img {
    height: 75px;
  }
  .article-dls.artikelnummer-bottomfix {
    margin: 30px 0 0;
    position: static;
  }
  .fundus-detail-new .product-detail .dls .dls-lft {
    margin-right: 10px;
  }
  .product-detail-section .category-counter .hint-box-global {
    right: 10px;
    top: 76px;
  }
}
@media (max-width: 576px) {
  .project-popup .product-detail-section .product-detail {
    padding-bottom: 0;
  }
  .product-detail-section .select2-container {
    position: static;
    padding: 0;
    width: 100% !important;
    margin-bottom: 10px;
  }
  #amount-count-link-narrow {
    display: block;
  }
  #amount-count-link-wide {
    display: none;
  }
  .project-popup .product-detail-section .product-img .media-look h6 {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  #left-action-buttons {
    margin-top: 5px;
    width: 100%;
  }
}
