/*
Theme Name: mticoncept WooCommerce
Theme URI: https://example.com/mticoncept-woocommerce
Author: ChatGPT
Author URI: https://example.com
Description: A WooCommerce-ready theme with AJAX cart functionality.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mticoncept
Tags: e-commerce, woocommerce, ajax, responsive
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
	background: #EFEBE7;
	font-family:Open Sans,Roboto,Arial,Helvetica,sans-serif,SimSun;
}

a{
	text-decoration:none;
}

header .container{
	display:flex;
    background: #1E1E20;
    border-radius: 15px;
    align-items: center;
	width: 93%;
    justify-content: space-between;
}

header{
	margin-top:30px;
}

.end-top{
	    display: flex;
    align-items: center;
    gap: 50px;
    padding-left: 50px;
    padding: 18px 0;
    padding-right: 110px;
    padding-left: 30px;
}
.start-top{
	    display: flex;
    align-items: center;
    padding: 0px 0px;
    padding-top: 30px;
    padding-bottom: 0px;
}

.nv-header-right{
	    border-left: 1px solid #2C2C31;
    position: relative;
    flex-basis: 87%;
}

.nv-top{
	    display: flex;
    align-items: center;
    justify-content: space-between;
	height:55px;
    gap: inherit;
    border-bottom: 1px solid #2C2C31;
}

.nv-bottom{
	    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 55px;
}

.single-info{
	    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.single-info a{
	    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.single-info i{
	color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.social-header ul li a i {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.social-header ul li a i:hover {
    color: #f84e1d;
}

.cart-menu-item{
    background: #f84e1d;
    padding: 8px 25px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: -45px;
    margin-top: -20px;
    margin-bottom: -20px;
    border-bottom-right-radius: 14px;
}
.social-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-header span {
    font-size: 15px;
    color: #fff;
}

.social-header ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 20px;
}


.header-logo{
	    flex-basis: 13%;
}

.header-logo img{
	    width: 130%;
}


.start-top input[type="text"]{
    border: 1px solid #000;
    width: 100%;
    border-radius: 24px;
    height: 35px;
    padding: 0 0 0 14px;
}

.start-top input[type="submit"]{
	float: right;
    position: relative;
    top: -33px;
    border: 1px solid #000;
    border-radius: 20px;
    width: 52px;
    height: 31px;
    background: #000;
    color: #fff;
    right: 3px;
}

.header-items{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 24px;
}

.cart-menu-item {
  position: relative;
}

.cart-menu-item .sub-menu {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  color: #000;
  list-style: none;
  margin: 0;
  padding: 10px;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 999;
  border-radius: 8px;
}

.cart-menu-item:hover .sub-menu {
  display: block;
}

.sub-menu li {
  padding: 6px 10px;
  font-size: 0.95em;
  border-bottom: 1px solid #eee;
}

.sub-menu li:last-child {
  border-bottom: none;
}

.sub-menu li a {
  color: #000;
  text-decoration: none;
}

.sub-menu li.empty {
  color: #999;
  font-style: italic;
}

.top-header-menu{
	border-bottom: 1px solid #e5e5e5;
}

.header-menu {
    display: flex;
    list-style: none;
    padding: 0px 30px;
    margin: 0;
}

.header-menu li {
  position: relative;
}

.header-menu li a {
    color: #fff;
    padding: 10px 10px;
    display: block;
    font-size: 14px;
}

/* Submeniu */
.header-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 0;
    list-style: none;
    min-width: 225px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 8px;
}

.header-menu .sub-menu li {
  padding: 0;
  margin: 0;
}

.header-menu .sub-menu li a {
  color: #222;
  padding: 10px 15px;
  font-weight: normal;
}

.header-menu .sub-menu li a:hover {
  background: #f4f4f4;
}

/* Afișează submeniul la hover */
.header-menu li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Sub-submeniu (dropdown în stânga/dreapta) */
.header-menu .sub-menu .menu-item-has-children > .sub-menu {
  top: 0;
  left: 100%;
}


.off-home{
    width: 100%;
    background: center / cover no-repeat url(http://localhost/mticonceptsrl/images/home-1.avif);
	float:left;
    padding: 40px 15px;
}

.off-home-bs{
    border-left: 5px solid hsla(0, 0%, 100%, .8);
    padding: 0px 10px;
    margin-bottom: 15px;
}

.off-home-bs h1{
	    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.off-home-bs p{
	    font-size: 16px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .8);
}

.box-blast-off-home{
	float: left;
    width: 100%;
    background: #fff;
    padding: 25px;
}

.box-blast-off-home h1{
    float: left;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.blast-off-home{
	    float: left;
    width: 100%;
    margin-top: 50px;
}

.blast-off-home-item .item-image{
    position: relative;
    background: #fff;
    -webkit-filter: contrast(90%);
    filter: contrast(90%);
    overflow: hidden;
    width: 100%;
    height: 145px;
    float: left;
    display: flex;
    justify-content: center;
}

.blast-off-home-item .item-image img{
	    width: 100%;
    height: auto;
}

.blast-off-home-item .item-price{
	    color: #000;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 24px;
    margin-top: 15px;
}

.tdeals-home-item .item-image{
    position: relative;
    background: #fff;
    -webkit-filter: contrast(90%);
    filter: contrast(90%);
    overflow: hidden;
    width: 100%;
    height: 145px;
    float: left;
    display: flex;
    justify-content: center;
}

.prod-cat .item-image{
    position: relative;
    background: #fff;
    -webkit-filter: contrast(90%);
    filter: contrast(90%);
    overflow: hidden;
    width: 100%;
    height: 145px;
    float: left;
    display: flex;
    justify-content: center;
}

.tdeals-home-item .item-image img{
	    width: 100%;
    height: auto;
}

.prod-cat .item-image img{
	    width: 100%;
    height: auto;
}

.tdeals-home-item .item-price{
    color: #f84e1d;
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -2px;
}
.prod-cat .item-price{
    color: #f84e1d;
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -2px;
}

.b-tdeals{
	    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    float: left;
    width: 100%;
    padding: 16px 0px 16px;
}

.b-tdeals:hover{
	background:#f5f5f5;
}

.tdeals-home-item{
    float: left;
    width: 100%;
    background: #efebe7;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #d3cbcb;
    min-height: 277px;
	margin-bottom:10px;
}

.tdeals-home-item .item-title{
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-height: 20px;
    float: left;
    color: #222;
    font-size: 18px;
    overflow: hidden;
    margin: 10px 0px;
}

.prod-cat .item-title{
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-height: 20px;
    float: left;
    color: #222;
    font-size: 18px;
    overflow: hidden;
    margin: 10px 0px;
}

.t1-tdeals{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: -2px;
}

.tdeals{
	    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.tc{
	float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.p-time{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
	margin-bottom:10px;
}

.p-time span{
	    border-radius: 24px;
    background: #FFF6DD;
    float: left;
    padding: 5px 10px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    float: left;
}

.star-rating {
  display: inline-block;
  position: relative;
  font-size: 1.1em;
  line-height: 1;
  color: #ccc; /* stele gri de fundal */
}

.star-rating::before {
  content: "★";
  display: block;
}

.star-rating span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f84e1d; /* stele galbene în față */
}

.slide-home {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.slide-home .mySlides {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
}

.tl{
    float: left;
    width: 100%;
    margin-top: 35px;
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.box-categories-home{
    float: left;
    background: #fafcfe;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0px 1px 2px #e5dddd;
    border-radius: 3px;
    margin-bottom: 30px;
    height: 110px;
    z-index: 1;
    position: relative;
}

.box-categories-home::after{
	    content: "";
    position: absolute;
    left: -20%;
    top: -30%;
    width: 255px;
    height: 252.06px;
    background: radial-gradient(100% 100% at 50% 0%, rgba(255, 102, 0, 0) 0%, #FF6600 100%);
    opacity: 0.23;
    filter: blur(125px);
    z-index: -1;
}

.box-categories-home img{
	    width: 60px;
    height: 60px;
    float: left;
}

.box-categories-home a{
    float: left;
    width: 71%;
    font-size: 22px;
    margin-left: 15px;
    letter-spacing: -1px;
    color: #000;
    font-weight: 700;
}

.box-categories-home p {
	    float: left;
    width: 71%;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 200;
    color: #a7a7a7;
    margin-top: 3px;
}

.tls{
    float: left;
    width: 100%;
    margin-top: 35px;
    font-size: 16px;
    font-weight: 200;
    color: #f84e1d;
}

.tlz{
	    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.footer-detail{
	float:left;
	width:100%;
}

.contact-area-footer-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-contact-area-box {
    position: relative;
}

.single-contact-area-box .icon {
    width: 70px;
    height: 70px;
    background: #141416;
    border: 1px solid #2B2B30;
    border-radius: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.single-contact-area-box .title {
    font-size: 18px;
    margin-bottom: 9px;
	color:#fff;
}

.single-contact-area-box a {
    display: block;
    color: #7C7C84;
    margin-bottom: 5px;
    transition: 0.3s;
}
.single-contact-area-box a:last-child {
    margin-bottom: 0;
}



.single-contact-area-box:last-child::after {
    display: none;
}

.single-contact-area-box .icon i {
    color: #fff;
    font-size: 18px;
}

.footer-detail {
	background: url("http://depozitmaterialeonline.ro/images/footer.webp");
	    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 120px;
	margin-top:100px;
}

.footer-nav{
	    border-top: 1px solid #333338;
    border-bottom: 1px solid #333338;
    margin-top: 100px;
    margin-bottom: 70px;
}

.footer-float-nav {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.footer-float-nav li {
    margin: 0;
    flex-basis: 14.27%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #333338;
}

.nav-footer-wrapper-one .footer-float-nav li a {
        padding: 20px 10px;
    }
	
.footer-float-nav li a {
    padding: 20px 49px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

.footer-float-nav li:last-child {
    border-right: 1px solid #333338;
}

.item-home-categories{
	float: left;
    width: 100%;
    background: #fff;
    padding: 20px 10px;
}

.tl-bg{
	    float: left;
    margin-top: 35px;
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    background: #1e1e20;
    letter-spacing: -1px;
    padding: 5px 10px;
}

.categories-home{
	float:left;
	width:100%;
}

.single-product-container{
	float:left;
	width:100%;
	margin-top:65px;
}

.single-product-title{
    float: left;
    width: 100%;
    color: #141416;
    font-size: 36px;
    line-height: 35px;
}

.single-product-image{
	    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
}

.single-product-price{
	    font-weight: 700;
    letter-spacing: -1pt;
    color: #f84e1d;
    float: left;
    width: 100%;
    font-size: 36px;
	margin-top:10px;
}

.qty-button {
    background: #ffffff;
    border: none;
    padding: 0px 20px;
    font-size: 18px;
    cursor: pointer;
}

.quantity input.qty {
    width: 50px !important;
    text-align: center !important;
    height: 40px !important;
    border: 1px solid #f2f2f2 !important;
}


.single-add-cart{
	    float: left;
    width: 100%;
}

.single-add-cart .quantity{
	    float: left;
    height: 58px;
    background: #fff;
    line-height: 58px;
}

.quantity-wrapper{
	    display: flex;
    float: left;
}

.add-c{
    background: #f84e1d;
    color: #ffffff;
    padding: 21px 20px;
    margin-left: 20px;
    border: none;
    font-weight: bold;
}

.single-product-short-description{
	    margin-bottom: 20px;
    float: left;
    width: 100%;
    color: #6b6b6b;
    margin-top: 25px;
}

.single-product-meta{
	    float: left;
    width: 100%;
    margin-top: 20px;
}

.sku_wrapper, .posted_in{
	font-weight: bold;
    color: #3b3b3b;
    font-size: 14px;
}

.sku{
	    font-weight: 100;
}

.posted_in a{
	font-weight:100;
}

.mticoncept-product-tabs .tab-buttons {
  display: flex;
}

.mticoncept-product-tabs .tab-button {
    padding: 10px 30px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.mticoncept-product-tabs .tab-button.active {
  background: #f84e1d;
  color: white;
}

.mticoncept-product-tabs .tab-content {
  display: none;
}

.mticoncept-product-tabs .tab-content.active {
    display: block;
    background: #fff;
    padding: 20px;
    border: 1px solid #dedede;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.prod-cat{
	    float: left;
    width: 100%;
    background: #ffffff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #e8e8e8;
    min-height: 320px;
	position:relative;
	margin-bottom:20px;
}

.box-cat{
	    float: left;
    width: 100%;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 25px;
	margin-bottom:20px;
}

.title-box{
	    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
}

.inp-box{
	    width: 100%;
    float: left;
    padding: 10px;
    border: none;
    margin-top: 15px;
    height: 50px;
}

.inp-box-search{
	    width: 100%;
    float: left;
    padding: 10px;
    border: none;
    margin-top: 15px;
    height: 50px;
}	

.btn-box{
    padding: 8px 0px;
    background: #f84e1d;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    width: 90%;
    text-align: center;
    position: absolute;
    left: 12px;
    bottom: 10px;
    z-index: 1;
}

.item-price-box{
	    color: #f84e1d;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: -1px;
}

.bc{
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-top: -20px;
    background: #fff;
    margin-bottom: 50px;
    z-index: -1;
    padding-top: 30px;
    position: relative;
}

.category-title{
font-size: 22px;
}
.category-title span{
	    color: #f84e1d;
}

.i-cos, .total{
	margin: 0px 20px !important;
}

.btn-ic{
	    background: #f84e1d;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: #fff !important;
    margin: 10px 20px 5px 20px;
}

.cart-table{
    width: 100%;
    background: #fff;
    float: left;
    padding: 20px;
    border-radius: 10px 10px 0px 10px;
}

.btn-total{
    background-color: #ffffff;
    color: #000000;
    padding: 12px 25px;
    border-radius: 0px 0px 0px 10px;
    font-weight: bold;
    font-size: 1em;
    float: right;
}

.checkout-button{
    background-color: #e74c3c;
    color: white;
    padding: 12px 25px;
    border-radius: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 1em;
    float: right;
}

.btn-cup{
	background: #cdbeaf;
    border: 1px solid #73695f;
    color: #ffffff;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    float: left;
}

.inp-cup{
	    float: left;
    margin-top: 10px;
}

.p-contact{
	float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.quick-contact-page-1{
	    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.det-contact h4{
	    float: left;
    width: 100%;
    color: #f84e1d;
}

.det-contact h1{
	float: left;
    color: #000;
    width: 92%;
    line-height: 45px;
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 50px;
}

.p-contact input[type="text"], input[type="email"], input[type="tel"]{
	    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    background: #F6F6F6;
    border: none;
    height: 40px;
    border-radius: 5px;
}

.tx{
	    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    background: #F6F6F6;
    border: none;
    height: 40px;
    border-radius: 5px;
    color: #757575;
    min-height: 150px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
	float:left;
	width:100%;
}


  .m-nav {
    background-color: #333;
    display: none;
    flex-direction: column;
    align-items: center;
    float: left;
    width: 100%;
    position: absolute;
    padding: 20px;
    top: 65px;
    border-radius: 20px;
    z-index: 1;
}

  .m-nav.active {
    display: flex;
  }

  .m-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .m-nav li {
    margin: 0.5rem 0;
    text-align: center;
  }

  .m-nav li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 0.1rem 7px;
    width: 100%;
    float: left;
}
  
 
 .h-mobile{
	     display: flex;
    background: #1E1E20;
    border-radius: 15px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 60px;
	margin-top:10px;
	position:relative;
}

.lh-mobile img{
    width: 75%;
    margin-left: 20px;
    float: left;
}

.h-mobile .cart-menu-item {
    background: #f84e1d;
    padding: 0px 10px;
    font-weight: 600;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: -30px;
    margin-top: -20px;
    margin-bottom: -20px;
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
}

.btn-tg{
	    border: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}