
         :root {  
            --hovercolor: #4fb68d; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Open Sans", sans-serif;
            color: #253237;
            text-transform: none;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Open Sans", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #4fb68d;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 22px;
            text-transform: uppercase;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#4FB68D;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        } 
/* Product Layout 1 Fix - Works with restructured template */

/* Desktop layout */
@media screen and (min-width: 992px) {
  
  .product-layout1 .row.backgroundwhite {
    display: flex;
    flex-wrap: wrap;
  }
  
  /* Title section - full width */
  .product-layout1 .product-header-section {
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 20px;
  }
  
  /* Gallery - 41.67% width */
  .product-layout1 .gallery-section {
    flex: 0 0 41.67%;
    max-width: 41.67%;
    order: 2;
  }
  
  /* Details - ~29% width (flexible) */
  .product-layout1 .zonededetalii {
    flex: 0 0 29%;
    max-width: 29%;
    order: 3;
  }
  
  /* Price - 29% width (fixed, stays in place) */
  .product-layout1 .zonadepreturi {
    flex: 0 0 29%;
    max-width: 29%;
    order: 4;
  }
}

/* Medium desktop - price stays, details goes below */
@media screen and (min-width: 768px) and (max-width: 991px) {
  
  .product-layout1 .row.backgroundwhite {
    display: flex;
    flex-wrap: wrap;
  }
  
  /* Title - full width */
  .product-layout1 .product-header-section {
    flex: 0 0 100%;
    order: 1;
  }
  
  /* Gallery - 50% width */
  .product-layout1 .gallery-section {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
  }
  
  /* Price - 50% width, stays next to gallery */
  .product-layout1 .zonadepreturi {
    flex: 0 0 50%;
    max-width: 50%;
    order: 3;
  }
  
  /* Details - full width, goes below */
  .product-layout1 .zonededetalii {
    flex: 0 0 100%;
    max-width: 100%;
    order: 4;
    margin-top: 20px;
  }
}

/* Mobile - stack everything */
@media screen and (max-width: 767px) {
  
  .product-layout1 .row.backgroundwhite {
    display: flex;
    flex-direction: column;
  }
  
  .product-layout1 .product-header-section {
    order: 1;
  }
  
  .product-layout1 .gallery-section {
    order: 2;
  }
  
  .product-layout1 .zonadepreturi {
    order: 3;
  }
  
  .product-layout1 .zonededetalii {
    order: 4;
  }
}

/* Ensure proper spacing */
.product-layout1 .zonadepreturi,
.product-layout1 .zonededetalii,
.product-layout1 .gallery-section {
  padding-left: 15px;
  padding-right: 15px;
}



.productviewspage {
  padding: 10px;
  font-size: 13px;
  background: #f69e9e5e;
  margin-top: 20px;
  text-align: center;
border-radius: 10px;
}

.ctaproductpage {
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  font-size: 12px;
}

.ctaphoneproductpage {
  border: 1px solid #4fb68d;
  border-radius: 7px;
  height: 36px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  width: 160px;
  margin: 10px auto;
}
.ctaphoneproductpage img {
  width: 35px;
  background: #4fb68d;
  padding: 0px;
  float: left;
  margin-right: 10px;
  border-radius: 5px 0px 0px 5px;
}

#loyalty_product .material-icons {
  color: #f2ad0e;
}

#product-availability {
  display: inline-block;
  margin-top: 0.625rem;
  font-weight: normal !important;
  font-size: 12px !important;
line-height: 22px;
}

.codprodus {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.h1.namne_details,
.product_name_h1 {
  width: 70%;
  float: left;
  display: block;
}

.netopia {
  width: 250px !important;
}

.product-actions {
padding-top: 0px;
}

.product-discount .regular-price {
    font-weight: 400;
    font-size: 0.9rem;
}

.product-additional-info {
      padding-top: 0px !important;  
      border-top: 0px solid #ebebeb !important; 
}


.images-container  {
    margin-bottom: 0px !important;
}

.product-cover { 
    margin-bottom: 0px !important;
}

.smt-app .sm-fixed {
    z-index: 100000 !important;
    position: fixed;
    bottom: 60px !important;
}