.rowpageproduct{display: grid; grid-template-columns: 50% calc(50% - 15rem); gap: 15rem}
.product-page {width: 100%; padding-right: 30px;}
.imaginiprodus{margin-top: 0px;}
.megaslider{overflow: hidden}
.megaslider img{object-fit: cover; min-height: 800px;cursor: pointer}
.megaslider2 img{object-fit: cover; min-height: 160px; padding: 3px; margin: 3px; border-radius: 3px; background: #fff;cursor: pointer}
.megaslider2 .owl-item.current img{border: solid 1px var(--color-primary); box-shadow: 0 0 2px 2px #ddd}
.megaslider2{padding: 20px 0;}
.megaslider .owl-next,.megaslider2 .owl-next{background: #fff !important;width: 40px;height: 40px;padding: 0 !important;right: -50px;opacity:0;}
.megaslider .owl-next:hover span, .megaslider .owl-prev:hover span, .megaslider2 .owl-next:hover span, .megaslider2 .owl-prev:hover span{color: #000; font-weight: 800;}
.megaslider .owl-prev, .megaslider2 .owl-prev{background: #fff !important;width: 40px;height: 40px;padding: 0 !important;left: -50px;opacity:0;}
.megaslider:hover .owl-next, .megaslider2:hover .owl-next{right: 30px; opacity:1;}
.megaslider:hover .owl-prev, .megaslider2:hover .owl-prev{left: 30px; opacity:1;}
.bgimaginizoom{position: fixed; width: 100vw; height: 100vh; background: #fff; z-index:9999999999; top:-500%; opacity:0; transition: opacity 0.5s ease-in-out}
.imgzoomshow{opacity:1; top:0;transition: opacity 0.5s ease-in-out}
.megaslider3 img{height: calc(85vh - 30px); object-fit: contain; margin-top: 30px;}
.megaslider4 img{height: calc(15vh - 60px); object-fit: cover; border-radius: 100%; aspect-ratio: 1 / 1;cursor: pointer}
.megaslider4{padding: 30px 0; text-align: center;}
.megaslider4 .owl-item{width: initial !important; overflow: hidden;}
.megaslider4 .owl-item img{transition: all 0.5s ease-in-out; cursor: pointer}
.megaslider4 .owl-item:hover img{transform: scale(1.2);}
.megaslider4 .owl-stage{display: flex; justify-content: center;}
.owl-carousel .owl-next.disabled, .owl-carousel .owl-prev.disabled{display: none !important}
.bgimaginizoom .owl-next{background: var(--color-primary) !important;width: 40px;height: 40px;padding: 0 !important;right: 50px;}
.bgimaginizoom .owl-prev{background: var(--color-primary) !important;width: 40px;height: 40px;padding: 0 !important;left: 50px;}
.bgimaginizoom .owl-next svg path, .bgimaginizoom .owl-prev svg path{fill: #fff}
.bgimaginizoom .owl-next:hover svg path, .bgimaginizoom .owl-prev:hover svg path{stroke: #fff; stroke-width: 100px;}
.bodyfix{position: fixed; width: 100%;}
.closeimgzoom{position: absolute; top: 30px; right: 50px; cursor: pointer; z-index:9999999999999}
.txtabsimgzoom{position: absolute; top: 30px; left: 50px; cursor: pointer; z-index:9999999999999; color: #000; font-size: 16px; display: flex; align-items: center}
.megaslider4 .owl-item.current{border: solid 1px #5f5144; box-shadow: 0 0 8px -1px #5f5144; border-radius: 100%; margin: 3px;}
.megaslider4 .owl-item{border-radius: 100%; margin: 3px;}
/* .producttitleh1{margin-top: 20px; font-size: 28px; font-weight: 600; font-family: "Aboreto", system-ui;} */

.producttitleh1 {
    font-family: "Montserrat", serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    line-height: 40px !important;
    text-transform: uppercase;
}

.product-description{font-size: 16px; font-weight: 300; color: #000; text-align: justify; line-height: 30px; margin: 10px 0; font-style: italic;}
.option-radio{display: flex; gap: 12px; margin: 12px 0;}
.option-radio input{display: none;}
.option-radio .radio:hover .numeoptiune {background: #8c857d; color: #fff}
.onlycheck{display: none; position: absolute; top:0; left:0; width: 100%; height: 100%; align-items: center; justify-content: center;filter: drop-shadow(0px 3px 2px black)}
.radio-image label{position: relative;}
input[type='radio']:checked + label>img {filter: drop-shadow(1px 1px 4px #777);}
input[type='radio']:checked + label>.onlycheck{display: flex;}
.imgnormalaoption{border-radius: 100%; border: solid 1px #ddd;}
.option-name{font-size: 14px; font-weight: 600; font-family: "Montserrat", serif ; margin-top: 20px;}
.numeoptiune {border: solid 1px #ddd;border-radius: 100%;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;font-size: 14px; font-weight: 600;}
input[type='radio']:checked + label> .numeoptiune {background: #8c857d; color: #fff}
.product-price{font-size: 20px; font-weight: 700; margin: 20px 0;font-family: "Aboreto", system-ui}
.row-product-cart{display: grid; grid-template-columns: 130px auto auto; gap: 30px;}
#button-cart{background: transparent; border: solid 1px #000; border-radius: 0px; line-height: 48px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; font-family: "Aboreto", system-ui; width: 100%; max-width: 400px transition: all 0.3s ease-in-out}
#button-cart:hover{background: #5f5144; color: #fff;}
.btn-wishlist{background: transparent; border: none; color: red;}
.btnminus{border-right: none;border-radius: 0px !important;}
.btnplus{border-left: none;border-radius: 0px !important;}
.btnminus:hover, .btnplus:hover{background: #5f5144 !important;}
#input-quantity{border: solid 1px #5f5144; border-left: none; border-right: none; border-radius: 0px !important}
.accordionprodus{margin-top: 20px;}
.accordion-button{background: #fff !important; padding: 20px 0; color: #000 !important;  font-family: "Montserrat", serif ; font-size: 14px !important; font-weight: 300 !important}
.accordion-button::after {margin-left: 20px;}
.accordion-item{border: none; border-bottom: solid 0px #5f5144;}
.accordion-body{padding: 20px 0; font-size: 16px; font-weight: 300; color: #000; text-align: justify; line-height: 30px;font-style: italic;}
.accordion-button:focus{box-shadow: initial !important; border: initial !important}
.product-avantaje{margin-top: 20px;}
.marginbottompagprod{margin-bottom: 100px !important;}
.titlumodul{font-size: 36px !important; margin: 50px 0 !important}
.zoomer-container{height: calc(85vh - 30px)}
.produs .row-produse{grid-template-columns: repeat(4, 12fr);} 
.bottomcart{position: fixed; bottom:-200%; left: 0; width: 100%; z-index: 99999; background: #f5f5f5; color: #000; padding: 20px 0; border-top: solid 1px #ddd; transition: all 0.5s ease-in-out}
.bottomcartvisible{bottom:0;}
.rowbottomcart{display: grid; grid-template-columns: 12fr auto; align-items: center;}
.itemnamebottom{font-size: 20px; font-weight: 700; text-transform: uppercase;}
.product-options2{display: flex; gap: 30px;}
#product2{display: flex; gap: 30px; justify-content: end}
.spaceselectprodpage{min-width: 200px}
.spaceselectprodpage select{text-align: center; border-radius: 0 !important;cursor:pointer; background: #8c857d; color:#fff;}
#button-cart2{border: none !important; background: #000 !important; color:#fff; height: 100%; padding: 0 30px; font-size: 16px; font-weight: 600;text-transform: uppercase;}
.product-quantity2 .btnminus{background: #8c857d !important; color: #fff;border-color: var(--color-general-border);}
.product-quantity2 .btnplus{background: #8c857d !important; color: #fff;border-color: var(--color-general-border);}
.product-quantity2 .btnminus:hover, .product-quantity2 .btnplus:hover{border-color: var(--color-general-border);}
.product-quantity2 #input-quantity2{background: #8c857d !important; color: #fff;padding:0}



.rowmasuratori{display: grid; grid-template-columns: repeat(4, 12fr); text-align: center; font-size: 14px; line-height: 20px; height: 60px; align-items:center}
.rowmasuratori:nth-child(even){background: #f5f5f5}
.rowmasuratori:first-child{font-weight: 600; border: solid 1px #ddd; border-left: none; border-right: none; background: #fff; position: sticky; top:0;}
.titlutabmasuri{font-size: 24px; font-weight: 600; text-align: center; margin-bottom: 30px; text-transform: uppercase;}
.masuriprodus{display: flex; justify-content: center; margin-bottom: 30px;}
.titleghidmarimi{font-size: 36px; font-weight: 700; text-align: center; margin-bottom: 20px;}
.masuriprodus .title-tabs{font-size: 14px; opacity: 0.5; color: #000; text-transform: uppercase;}
.masuriprodus .title-tabs.active{font-size: 14px; opacity: 1; color: #000; text-transform: uppercase; background: none; text-decoration: underline;}
.tabelmasuri{max-height: 240px; overflow: auto;}
.tabelmasuri::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 1px #000;background-color: #ddd;}
.tabelmasuri::-webkit-scrollbar{width: 4px;background-color: #ddd;}
.tabelmasuri::-webkit-scrollbar-thumb{background: var(--color-primary);}
.modalmasuri{position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 999999999; align-items: center; justify-content: center;display:flex; opacity:0}
.showmodalmasuri{display: flex !important; opacity:1 !important}
.contentmodalmasuri{background: #fff; padding: 50px 20px; min-width: 768px; position: relative}
.rowfindsize{display: grid; grid-template-columns: repeat(2, 12fr); justify-content: center; align-items: center; text-align: center}
.imgmasurare{max-width: 320px; max-height: 320px}
.howfindsize{font-size: 14px; font-weight: 600; text-align: center; margin-bottom: 30px;}
.nrfindsize{font-size: 12px; margin-top: 20px;}
.descrfindsize{font-size: 12px; font-weight: 600;}
.howfindsie{font-size: 12px; font-style: italic; font-weight: 300;}
.rowconversie{display: grid; grid-template-columns: repeat(9, 12fr); text-align: center; font-size: 12px; line-height: 16px; height: 60px; align-items:center; width: 120%;}
.rowconversie:nth-child(even){background: #f5f5f5}
.rowconversie:nth-child(even) .stickyrowconversie{background: #f5f5f5}
.rowconversie:nth-child(odd) .stickyrowconversie{background: #fff}
.rowconversie:first-child{font-weight: 600; border: solid 1px #ddd; border-left: none; border-right: none; background: #fff; position: sticky; top:0;}
.tabelconversie{max-height: 240px; overflow: auto; max-width: 768px;}
.tabelconversie::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 1px #000;background-color: #ddd;}
.tabelconversie::-webkit-scrollbar{width: 4px; height:4px;background-color: #ddd;}
.tabelconversie::-webkit-scrollbar-thumb{background: var(--color-primary);}
.stickyrowconversie{position: sticky; left:0; display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; font-weight: 600;}
.rowconversie > div {min-width: 100px;}
.bodyfixd{position: fixed; width: 100%;}
.closemodal{position: absolute; top: 20px; right: 20px; font-weight: 700; cursor: pointer; font-size: 24px;}
.ghidmarimitxt{font-size: 12px; font-weight: 800;cursor: pointer; margin-top: 20px;}
.ghidmarimitxt:hover{color: #000; text-decoration: underline;}
.contentrowspalare{display: flex; gap: 7px; align-items: center;}
.accordion-body .rowicons{display: none}
.product-avantaje .rowspalare{display: none}
.nocontainer .container{max-width: 100% !important}
  .product-gallery {
    display: grid;
    gap: 15rem;
    grid-template-columns: 7rem auto;
  }

  .thumbs-column {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
  }

  .thumbs-column img {
    cursor: pointer;
    border: 2px solid transparent;
    width: 100%;
  }

  .thumbs-column img.active {
    border-color: #000;
  }

  .main-image-column img {
    width: 100%;
    margin-bottom: 2rem;
    cursor: pointer;
  }

  /* Modal styling */
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ddd;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    z-index: 9999999999;
  }

  .modal-overlay.active {
    display: flex;
  }

  .modal-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5vh 0;
  }

  .modal-images img {
    height: 140vh;
    margin: 2rem 0;
    object-fit: contain;
    max-width: 100%;
  }

  .modal-close {
    position: fixed;
    top: 20px;
    right: 30px;
    background: #fff;
    color: #000;
    border: none;
    font-size: 1.5rem;
    padding: 5px 15px;
    cursor: pointer;
    z-index: 10000;
  }

  body.modal-open {
    overflow: hidden;
  }
  .product-pages{
    position: sticky;
    top:100px;
  }