.productAttrLabel {
  font-weight: 400;
  padding-right: 5px;
  color: #999;
  text-wrap: nowrap;
}

.main-product md-card {
  background-color: #f5f5f5;
}

md-card.md-default-theme.notificare-dummy {
  width: 200px;
  position: fixed;
  right: 20px;
  top: 65px;
  background-color: #71984A;
  color: #fff;
}

.notificare-dummy .material-icons {
  float: right;
  position: relative;
  right: -15px;
  top: -15px;
  cursor: pointer;
  margin: 0 0 -15px -15px;
  color: rgba(255, 255, 255, 0.42);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.21);
  transition: color 0.3s linear;
}
.notificare-dummy .material-icons:hover {
  color: #fff;
}

md-card.cartCard md-card-content {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

md-card md-card-footer {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}

md-card-footer hr, md-card-content hr {
  margin: 10px -16px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.product-offers > span > a {
  display: inline-block;
  margin: 1px;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  height: 40px;
  width: 40px;
}

.modal#getStocks .modal-header {
  background-color: #71984A;
  color: #fff;
  text-rendering: auto;
}

.modal#getStocks md-list {
  padding: 1.5rem 0.5rem;
  margin: 0;
}

.modal#getStocks md-select-menu {
  position: relative;
  left: -2px;
}

.modal#getStocks md-list-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E1E1E1;
  padding: 0;
}

.modal#getStocks md-list-item > * {
  flex: 1 1 auto;
}

.cartCard .adauga-in-cos {
  display: block;
  color: #fff !important;
  background-color: #E2735F;
  width: -webkit-calc(100% + 34px);
  width: -moz-calc(100% + 34px);
  width: calc(100% + 34px);
  margin: 0 -17px 5px;
  box-shadow: none !important;
  font-family: Montserrat, Trebuchet, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  padding: 0;
  border-radius: 0;
}

.cartCard .textLivrare {
  text-align: right;
}

.cartCard .disponibilitate {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  text-align: right;
  margin: 10px -18px 10px 0;
}

.cartCard .disponibilitate .stocText {
  padding: 5px 16px;
  display: inline-block;
  box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.12);
}

.cartCard .stocText {
  position: relative;
  z-index: 1;
}

.cartCard .disponibilitate .stockRibbon {
  position: absolute;
  width: 10px;
  right: -8px;
  content: " ";
  height: 100%;
  top: 4px;
}

.stockRibbon:before, .stockRibbon:after {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
}

.cartCard .disponibilitate .stockRibbon:before {
  position: absolute;
  top: 0;
  border-width: 10px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.cartCard .disponibilitate .stockRibbon:after {
  position: absolute;
  border-width: 7px;
  bottom: 0;
  border-top-color: transparent;
  border-right-color: transparent;
}

.cartCard .pret.reducere {
  color: #E2735F;
}

.cartCard .pret.reducere .pretVechi {
  color: #333;
}

.cartCard .pret {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin: 2.5rem 0 -6px;
  font-weight: 700;
  white-space: nowrap;
}

.cartCard .pret > :not(.pretVechi).bani {
  font-size: 60%;
  top: -0.5em;
  position: relative;
  font-weight: 700;
}

.cartCard .pret .bani:after {
  position: absolute;
  content: " ";
  width: -webkit-calc(100% - 1px);
  width: -moz-calc(100% - 1px);
  width: calc(100% - 1px);
  bottom: -3px;
  left: 1px;
  margin: 0 auto;
  border-bottom: 5px solid rgba(0, 0, 0, 0.12);
}

.cartCard .pret .pretVechi .bani:after {
  content: "";
  display: none;
}

.cartCard .pretVechi, .cartCard .discount {
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
}

.tt {
  position: relative;
  cursor: help;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  background-color: #787878;
  color: #f5f5f5;
  border-radius: 50%;
  margin: -18px -10px 0 10px;
  font-family: monospace;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
.tt:hover .toolTip, .tt:focus .toolTip, .tt:active .toolTip {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}
.tt .toolTip {
  background-color: #333;
  font-size: 15px;
  text-align: center;
  color: white;
  display: block;
  right: 100%;
  top: 10px;
  margin-right: 15px;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  width: 200px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  transform: translate(10px, -50%);
  transition: all 0.25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  border-radius: 4px;
  text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.42);
}
.tt .toolTip::before {
  right: -20px;
  content: " ";
  display: block;
  height: 100%;
  width: 20px;
  top: 0;
  position: absolute;
}
.tt .toolTip::after {
  border: 10px solid transparent;
  border-left-color: #333;
  right: -20px;
  content: " ";
  height: 0;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  width: 0;
}

.cartCard .pretVechi .lei, .cartCard .pretVechi .bani {
  text-decoration: line-through;
}

.cartCard .pretVechi:before {
  text-decoration: none;
}

md-card.descriereProdus {
  box-shadow: none;
  margin: 8px 1px;
  position: relative;
  text-align: justify;
}

md-card.descriereProdus md-card-content {
  padding: 0;
}

md-list md-list-item.md-3-line .md-list-item-text p {
  color: #333;
}

md-card-content .descriere .view-all {
  display: none;
  position: absolute;
  right: 0;
  bottom: 16px;
  color: #ddd;
  padding: 0 8px;
  border-radius: 3px 0 3px 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03ffffff", endColorstr="#ffffff", GradientType=0);
}

md-card-content .descriere.opened .view-all {
  bottom: 0;
}

md-card-content .descriere .view-all i {
  font-size: 4.8rem;
  line-height: 1.2rem;
  bottom: -28px;
  position: relative;
  color: #71984A;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

md-card-content .descriere.opened .view-all i {
  bottom: -16px;
}

.descriere.opened .view-all i {
  transform: rotate(180deg);
}

.md-button.md-default-theme.md-accent.md-raised {
  color: #fff;
}

.md-button.md-default-theme.md-accent.md-raised.indisponibil {
  background-color: #999;
}

.adauga-comentariu {
  float: right;
  margin-right: 0;
}

.comentarii textarea {
  min-height: 200px;
  min-width: 100%;
  border-color: #ccc;
}

.comentarii #rating {
  margin-top: 16px;
}

.comentarii #review {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 8px 8px 3px;
  margin: 0 1px;
}

.comentarii md-card {
  margin: 8px 2px 16px;
}

.comentarii #review md-card {
  margin: 8px 8px 16px;
}

button.adauga-in-cos a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 5px 5px 4px;
  display: block;
}

md-card:hover button.adauga-in-cos a, button.adauga-in-cos a:active, button.adauga-in-cos a:focus {
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.21);
}

.imagine-activa-pagina-produs img {
  visibility: hidden;
}

.imagine-activa-pagina-produs {
  background: no-repeat center top/contain;
  overflow: hidden;
}

.cartCard .atw-button {
  text-align: center;
  font-weight: 400;
  display: block;
  line-height: 3.3rem;
}

.well.pret, .well.buton-custom-pagina-produs {
  font-size: 27px;
}

.well.buton-custom-pagina-produs {
  padding: 0;
}

.well.buton-custom-pagina-produs a {
  padding: 13px;
  display: block;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.buton-custom {
  border-radius: 0;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-page h4 {
  font-size: 2.4rem;
  font-weight: 500;
}

.slick-dots {
  display: flex;
  list-style-type: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 0;
  padding: 0 2px;
  -webkit-padding-start: 2px;
}

.slick-dots > li {
  display: inline-block;
  height: 9rem;
  max-width: 9rem;
  flex-grow: 1;
  padding: 3px;
  border: 1px solid white;
  text-align: center;
}

.slick-dots > li.slick-active {
  border: 1px solid #ccc;
}

.cartuDot {
  height: 100%;
  width: 100%;
  max-width: 8rem;
  display: inline-block;
  cursor: pointer;
}

.imageSlider {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.imageSlider .slick-arrow {
  position: absolute;
  top: calc((100% - 50px) / 2);
  width: 5rem;
  height: 5rem;
  font-size: 4.5rem;
  line-height: 5rem;
  z-index: 1;
}

.imageSlider .slick-prev {
  left: 1rem;
}

.imageSlider .slick-next {
  right: 1rem;
  transform: scale(-1, 1);
}

.imageSlider .slick-arrow::before {
  position: absolute;
  font-family: "cartu-icons", fantasy;
  width: 5rem;
  height: 5rem;
  content: "\f100";
  color: #71984A;
  cursor: pointer;
}

.main-product .imageContainer {
  height: 500px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.main-product .imageContainer figure a {
  height: 400px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: zoom-in;
}

.main-product .imageContainer figure a img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.titlesContainer .titluProdus {
  margin: 0 0 -5px;
}

.titlesContainer .subtitluProdus {
  font-weight: 700;
  font-style: italic;
  font-size: 1.8rem;
}

.titlesContainer .autorProdus {
  font-weight: 200;
  font-size: 2.1rem;
  text-transform: uppercase;
  color: #71984A;
}

.titlesContainer .autorProdus:before {
  text-transform: none;
  color: rgba(66, 66, 66, 0.6);
}

.titlesContainer .productRating {
  background-image: url(../img/rating_lol.png);
  width: 96px;
  height: 24px;
}

.titlesContainer .citatProdus {
  font-style: italic;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  padding: 4px 10px 10px;
  text-align: justify;
}

.titlesContainer .citatProdus:before, .titlesContainer .citatProdus:after {
  border: 1px solid #71984A;
  position: absolute;
  height: 100%;
  width: 10px;
  content: " ";
  top: 0;
}

.titlesContainer .citatProdus:before {
  border-right: none;
  left: 0;
}

.titlesContainer .citatProdus:after {
  border-left: none;
  right: 0;
}

.detailsContainer .productAttr {
  font-weight: 400;
  font-size: 1.5rem;
  display: flex;
  letter-spacing: -0.03rem;
  color: #000;
}

.detailsContainer .productAttr > p {
  display: inline-block;
}

.detailsContainer > .col-lg-7 {
  margin-bottom: 15px;
}

.alteEditii a {
  display: block;
  font-size: 1.8rem;
  border-bottom: 1px dotted #ddd;
  margin-right: 15px;
}

.alteEditii a:hover {
  background-color: #f5f5f5;
}

.alteEditii a .pret {
  color: #333;
  float: right;
}

.pret:after, .pretVechi:after {
  content: "lei";
}

html[lang=ro-RO] .pret:after, html[lang=ro-RO] .pretVechi:after {
  content: "lei";
}

.cartCard {
  margin-top: 1em;
  font-size: 1.3rem;
  letter-spacing: -0.01rem;
}

.cartCard .stoc24h {
  background: url("../img/tag 24h-01.png") center right no-repeat;
  width: 81px;
  height: 22px;
  display: inline-flex;
}

button.adauga-in-cos a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 5px 5px 4px;
  display: block;
}

md-card:hover button.adauga-in-cos a, button.adauga-in-cos a:active, button.adauga-in-cos a:focus {
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.21);
}

.imagine-activa-pagina-produs img {
  visibility: hidden;
}

.imagine-activa-pagina-produs {
  background: no-repeat center top/contain;
  overflow: hidden;
}

.atw-button.ng-hide {
  display: none !important;
}

.wlst {
  position: relative;
  z-index: 100;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.wlst__button {
  position: relative;
  display: block;
  padding: 1em;
  color: #8d93b6;
  font-weight: 700;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), color 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

a.wlst__button:hover,
a.wlst__button:focus {
  color: #8d93b6;
}

.wlst__button:focus {
  outline: none;
}

.wlst--active a.wlst__button {
  color: #f4f4f4;
  transform: translate3d(0, -20px, 0);
}

.wlst__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  transform-origin: 50% 100%;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), background 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.wlst--active .wlst__button::before {
  background: #f4f4f4;
  transform: translate3d(0, -7px, 0) scale3d(1, 0.035, 1);
}

.wlst__order {
  position: absolute;
  margin-top: -1em;
  width: 100%;
  color: #f4f4f4;
  text-align: right;
  font-size: 0.75em;
  line-height: 2;
  opacity: 1;
  pointer-events: none;
}

.wlst--active .wlst__order {
  pointer-events: auto;
}

.wlst__summary {
  width: 100%;
  text-align: left;
  font-size: 1.075em;
}

.wlst__summary th {
  color: #8d93b6;
}

.wlst__summary tbody td:last-child,
.wlst__summary .wlst__total {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wlst__summary th:last-child,
.wlst__summary td:last-child {
  text-align: right;
}

.wlst__summary tr,
.wlst--active .wlst__summary tr {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.wlst--active .wlst__summary tbody tr:nth-child(1) {
  transition-delay: 0.05s;
}

.wlst--active .wlst__summary tbody tr:nth-child(2) {
  transition-delay: 0.1s;
}

.wlst--active .wlst__summary tbody tr:nth-child(3) {
  transition-delay: 0.15s;
}

.wlst--active .wlst__summary tbody tr:nth-child(4) {
  transition-delay: 0.2s;
}

.wlst--active .wlst__summary tbody tr:nth-child(5) {
  transition-delay: 0.25s;
}

.wlst--active .wlst__summary tfoot tr {
  transition-delay: 0.3s;
}

.cartCard md-select .md-select-value.md-select-placeholder {
  color: rgba(121, 153, 0, 0.65);
}

.addToWishList {
  margin: 0 -16px;
  position: relative;
  background-color: transparent;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.wListsContainer {
  position: absolute;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  opacity: 0;
  transform: scale(1, 0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 50% -10%;
}

.addToWishList.open {
  background-color: white;
}

.open .wListsContainer {
  opacity: 1;
  transform: scale(1, 1);
  margin-top: 7px;
}

.wListsContainer > *:nth-child(1) {
  transition-delay: 0.02s;
}

.wListsContainer > *:nth-child(2) {
  transition-delay: 0.04s;
}

.wListsContainer > *:nth-child(3) {
  transition-delay: 0.06s;
}

.wListsContainer > *:nth-child(4) {
  transition-delay: 0.08s;
}

.wListsContainer > *:nth-child(5) {
  transition-delay: 0.1s;
}

.wListsContainer > *:nth-child(6) {
  transition-delay: 0.12s;
}

.wListsContainer > *:nth-child(7) {
  transition-delay: 0.14s;
}

.wListsContainer > *:nth-child(8) {
  transition-delay: 0.16s;
}

.wListsContainer > *:nth-child(9) {
  transition-delay: 0.18s;
}

.wListsContainer > *:nth-child(10) {
  transition-delay: 0.2s;
}

.addToWishList > a {
  padding: 10px 16px;
  margin-bottom: -5px;
  text-align: center;
  display: block;
  cursor: pointer;
}

.wList {
  width: 100%;
  background-color: white;
  padding: 16px;
  margin: 0;
  transform: scale(0.6, 0);
  transform-origin: 50% 35%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.wList:hover {
  background-color: #f8f8f8;
}

.wList > .material-icons {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 4.2rem;
  color: rgba(121, 153, 0, 0.35);
  pointer-events: none;
}

.wList > .clean-a {
  display: block;
  margin: -16px;
  padding: 16px;
}

.addToWishList.open .wList {
  transform: scale(1, 1);
}

.mThumbnailScroller.auto-mTS-x-hover-50-hover-full {
  opacity: 1;
}

.mThumbnailScroller {
  max-height: 420px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mTS-hover-full {
  background-color: white;
  border: none;
  padding: 10px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.mThumbnailScroller img, ul.mTSContainer > li img {
  max-height: 360px;
  margin: 2rem 0;
}

.main-product > .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inlineImagesSlider {
  position: absolute;
  height: 100px;
  overflow: hidden;
}

.inlineImagesSlider figure {
  max-height: 100px;
  display: inline-block;
  float: left;
  max-width: 100px;
  position: relative;
}

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

.pswp__bg {
  background-color: #f5f5f5;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "\f100";
  color: #A6B373;
  font-family: "cartu-icons", fantasy;
  font-size: 6rem;
  background: none;
}

.pswp__button--arrow--left:before {
  left: 3rem;
}

.pswp__button--arrow--right:before {
  right: 3rem;
  transform: scale(-1, 1);
}

.pswp__top-bar {
  height: 45px;
  background-color: #71984A;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: #71984A;
}

@media (min-width: 992px) {
  .imagine-activa-pagina-produs {
    box-shadow: none;
    margin-right: 15px;
  }
  .imagine-activa-pagina-produs img {
    width: 100%;
  }
  .container-imagine {
    text-align: right;
  }
  .titlu-pagina-produs {
    margin-top: 0;
    text-align: right;
  }
  .main-product {
    display: flex;
    align-content: stretch;
  }
}
@media (max-width: 991px) {
  .main-product > .col-md-5 {
    margin-bottom: 3rem;
  }
  .container-imagine {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .imageSlider .slick-next {
    right: 0;
  }
  .imageSlider .slick-prev {
    left: 0;
  }
}
@media (max-width: 543px) {
  .imageSlider .slick-next {
    right: -0.5rem;
  }
  .imageSlider .slick-prev {
    left: -0.5rem;
  }
  .imageSlider .slick-arrow {
    font-size: 2.5rem;
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
  }
  .imageSlider .slick-arrow::before {
    width: 3rem;
    height: 3rem;
  }
  .imageSlider .slick-arrow {
    top: calc((100% - 30px) / 2);
  }
  .main-product .imageContainer figure a {
    height: initial;
    height: 33rem;
  }
  .imageSlider {
    height: initial;
    max-height: 36rem;
  }
  .main-product .imageContainer {
    height: initial;
    max-height: 42rem;
    padding-bottom: 3rem;
  }
  .slick-dots > li {
    height: 5rem;
    max-width: 5rem;
  }
  .cartuDot {
    max-width: 5rem;
  }
}
.wListsContainer .wList > :last-child {
  display: flex;
  justify-content: space-between;
}
.wListsContainer .wList.disabled {
  pointer-events: none;
}
.wListsContainer .wList.disabled > * {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (min-width: 650px) and (max-width: 991px) {
  .main-product {
    display: flex;
    align-items: flex-start;
  }
  .main-product > * {
    width: 50%;
  }
}
.no-pointer {
  pointer-events: none;
}

/* == [ recommended products row ] == */
.recommended-row {
  background: #ffffff;
  padding: 0 10px;
}
.recommended-row .cartu-list-tile {
  margin-bottom: 8px;
}
.recommended-row .list-product-details {
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .recommended-row .product-list-container > a {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .recommended-row .product-list-container .productImageContainer img {
    padding: 10px;
  }
}

.product-page .imageContainer {
  position: relative;
}

.raft-image {
  position: absolute;
  height: 15%;
  width: 100%;
  z-index: 1;
}
.raft-image img {
  height: 100%;
  max-width: 100%;
}

.modal#getStocks md-list-item span {
  flex: 1;
}

.new-product {
  background-color: #E2735F;
  color: white;
  padding: 1px 9px;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.21);
  border-radius: 0 3px 3px 0;
  width: fit-content;
}

.brand-image-and-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.product-attachments-container {
  padding-top: 1em;
  display: table-caption;
}

.product-attachments-container a:hover {
  border-bottom: 0 !important;
}

.product-attachment-button {
  display: inline-flex;
  justify-content: space-between;
  background: linear-gradient(145deg, rgb(100, 141, 72) calc(100% - 41px), white calc(100% - 40px)); /* this is needed because otherwise the gradient isn't smooth but jagged; it's a css glitch, it needs that extra pixel of transition from color1 to color2 to make a smooth transition */
  color: white;
  border: 2px solid rgb(100, 141, 72);
  border-radius: 0 8px 8px 0;
  padding: 4px;
  margin: 5px 0 5px 5px;
  box-shadow: 1px 1px 3px rgb(133, 156, 118);
}

.product-attachment-button-content-spacer {
  display: flex;
  align-items: center;
}

.product-attachment-button-content-text {
  flex-grow: 1;
  white-space: nowrap;
}

.product-attachment-button-content-icon {
  margin-left: 50px;
  width: 24px;
  height: 24px;
  align-items: center;
}

.klarna-placement-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*# sourceMappingURL=pagina-produs.css.map */
