/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-cart-icon img{
    width: 28px !important;
}
  .sec-pages {
      list-style: none;
      display: flex;
      gap: 35px;
      margin: 0;
      padding: 0;
    }

    .sec-pages li a {
      text-decoration: none;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 16px;
    }

  .sec-pages li a:hover {
      color: #0d859b;
    }


/*FAQ*/
/* FAQ */
.faq {
  margin-top: 20px;
}

.faq-item {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-item:hover {
  border-color: #0d859b;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  font-weight: 600;
  color: #222;
  transition: background 0.2s ease, color 0.2s ease;
}

.faq-item[open] summary {
  background: #f8fbfc;
  color: #0d859b;
}

/* scoate sageata default */
.faq-item summary::-webkit-details-marker {
  display: none;
}

/* sageata custom */
.faq-item summary::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #0d859b;
  border-bottom: 2px solid #0d859b;
  transform: rotate(-45deg);
  margin-right: 12px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

/* rotire cand e deschis */
.faq-item[open] summary::before {
  transform: rotate(45deg);
}

.faq-content {
  padding: 0 18px 18px 38px;
  color: #444;
  line-height: 1.6;
}

.faq-content p {
  margin: 0;
}

/* sub-intrebari */
.faq-content .faq-item {
  margin-top: 12px;
  margin-left: 10px;
  background: #fcfcfc;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}

.faq-content .faq-item summary {
  font-size: 15px;
  font-weight: 500;
  padding: 14px 16px;
}

.faq-content .faq-content {
  padding: 0 16px 16px 34px;
}

/* accent pe item deschis */
.faq > .faq-item[open] {
  border-color: #0d859b;
}

.product-small .box-image img {
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto;
}
.product-main-slider .box-image{
	display:flex;
	align-items:center;
	justify-content:center;
}
.product-small .name{
	font-size:17px;
    font-weight:600;
    line-height:1.4;
    color:#111;
    min-height:48px;
}
.product-small .name a{
    color:#111;
}
.add-to-cart-button a{
	background: #0d758b;
}
.product-small .price-wrapper{
	margin-top:10px;
}
.product-main-slider .product-small{
	margin-right:10px;
}
.product-main-slider .box-image img{
	height:250px;
	padding:20px;
}
.woocommerce-Price-amount {
	color: #0d859b !important;
	    font-size: 17px;
}
del .woocommerce-Price-amount.amount {
    color:#111 !important;
	    font-size: 13px;
	display:flex;
	flex-direction:row;
	margin-bottom:4px;
	justify-content:center;
}
@media (max-width:420px){
	.product-main-slider .box-image img{
		padding:0px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
    .product-main-slider .box-image img{
		padding:0px;
	}
}
@media (max-width: 850px) {
   .product-main-slider .box-image img{
	height:250px;
	
}
}



/*FOOter */


.custom-footer {
    padding: 40px 20px;
    border-top: 1px solid;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.footer-top {
    padding: 20px;
}

.footer-top-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logo {
    height: 80px;
	width:auto;
}

.footer-line {
    flex: 1;
    height: 1px;
    background: #ccc;
}
.footer-col h3 {
    margin-bottom: 15px;
	
}

.footer-col h4 {
    margin-bottom: 10px;
	color:gray;
}

.footer-col p {
    margin: 5px 0;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin: 6px 0;
    cursor: pointer;
}

.social-icons {
    display: flex;
    gap: 8px;
       
margin-top: 6px;

}

.social-btn {
   width: 35px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
}

.social-btn svg {
    width:26px;
    height: 26px;
    display: block;
    fill: #fff;
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 15px;
}

/* responsive */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }
}
.footer-container p,
.footer-container li,
.footer-container a {
    color: #fff;
}


.footer-container a {
    color: #fff;
    font-weight: 500;
}
.social-links {
    width: fit-content;
    height: fit-content;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

}


.socialContainer {
    width: 52px;
    height: 52px;
    background-color: rgb(44, 44, 44);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
}
/* facebook*/
.containerOne:hover {
    background-color: #1877F2;
    transition-duration: .3s;
}

.socialContainer:active {
    transform: scale(0.9);
    transition-duration: .3s;
}

.socialSvg {
    width: 17px;
}

.socialSvg path {
    fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
}
.anpc-img{
	margin-top:10px;
}
.under-footer{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.under-footer .col-under .items {
display:flex;
flex-direction:row;
gap:10px;
}
.under-footer .items li{
	list-style-type: none;
}
.under-footer .items li a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.under-footer p{
	color:white;
}
.footer-secondary {
    padding: 0px !important;
}

.icon-shopping-bag{
	color:black;
}

/* meniu */
/* grilă pe 4 coloane pentru secundare în fiecare principală */
    .secondary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 5px;
        list-style: none;
        border-radius: 8px;
		margin-left:18px;
		overflow:scroll;
		max-height:500px;
		overflow-y: auto;
		overflow-x:auto;
	
		
    }

    .main-cat {
        color: #FF0000;
        font-weight: bold;
        text-align: center;
       
        font-size: 18px;

    }

    .secondary-item .sec-title {
        color: #008A99;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin-left:18px;

        padding: 4px 6px;
        border-bottom: 1px solid #eee;

    }
    .badge {
        font-size: 12px;
        background: #eef6f7;
        border: 1px solid #cfe6e9;
        border-radius: 10px;
        padding: 2px 6px;
    }
    .subs {
        list-style: none;
        margin: 8px 0 0;
        padding-left: 0;
    }
    .subs li {
      margin:10px 0px;
		line-height: 1.2;
		padding-left:20px;
    }
 
    .sec-link {
        text-decoration: none;
        color: #008A99;
        transition: color 0.2s ease;
    }
    .sec-link:hover {
        color:red;
    }
    .sub-link{
        text-decoration: none;
        color: black;
        transition: color 0.2s ease;
    }
    .sub-link:hover {
        color: red;
    }
    .poze-subc{
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin-right: 6px;
    }
    @media(max-width: 767px) {
        .secondary-grid {
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }
    }

/*meniu-vertical*/
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
	font-size:18px;
	color:black;
	transform:uppercase;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item {
	width:300px;
	background:white;
}

/*menu-vertical-slider*/
@media (max-width:1300px){
.main-slide-cont{
	    height:467px !important;
}
}
@media(max-width:1200px){
	.main-slide-cont{
	height:450px !important;
	}
}

@media (max-width:1160px){
	.main-slide-cont{
	height:430px !important;
	}
}
@media (max-width: 1100px) {
    .main-slide-cont {
        height: 412px !important;
    }
}
@media (max-width: 1030px) {
    .main-slide-cont {
        height: 387px !important;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}