/*
	Theme Name: Crash custom
	Theme URI: http://treipunctzero.ro
	Description: Crash Custom WordPress Theme
	Version: 3.0
	Author: Marius Troaca
	Author URI: http://treipunctzero.ro
	Tags: Crash, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600');
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
body {
	font-family: 'Poppins', sans-serif;
	color:#000;
}
/* clear */
ul:after {
    content:' ';
    display:table;clear:both;width: 100%;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover{color:#e2001a}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position:relative;
}
.containme{max-width: 1280px;
margin: 0 auto;}
.flex {display:flex}
.fspace{justify-content:space-between}
body:not(.home) .wrapper{background-color: #ecedef}
/* header */
.header {

}
.button h2{font-size:16px}
/* logo */
.logo {
float:left}.logo a{display:block;padding:25px 0}

.logo-img {max-height: 42px;width:auto

}
.contact-selector{text-align:center}
.contact-selector h3{color:#db2927;}
.dropdown {
     position: relative;
   display: inline-block;
    width: 320px;
    height: 40px;
    line-height: 40px;
   border: 1px solid #ccc;
    background: #f6f6f6;
   text-align:left;
    margin: 15px 10px;
}

.dropdown-content {
      display: none;
    position: absolute;
background-color: #f6f6f6;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    z-index: 1;
    max-height: 300px;
    overflow-y: scroll;
    margin: 0;color:#000;
}
.dropdown-content li{    padding: 12px 16px;border-bottom:1px solid #ccc;}
.dropdown-content li:last-child{border-bottom:none}
	.selectat{ display:block; padding:0 10px;position:relative}
.selectat:after{content:"";position:absolute;height:16px;width:16px;top:12px;right:12px;background:url(img/arrow-down.png) center center no-repeat;background-size:contain}
	.dropdown-content li{cursor:pointer;list-style: none;line-height:24px}
	.dropdown:after{content:"";display:table;width:100%;height:1px}
/* nav */
.nav {
width: 100%;
    background: #fff;
    padding: 0 5%;
    height: 100px;box-shadow: -3px -3px 17px 0px #292a2e3d;
    z-index: 9;
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #ecedef;
}.nav ul li a{display:block;font-size:15px}.nav ul{float:right}
.nav ul li{display:block;line-height:100px;text-transform:uppercase;position:relative;padding:0 25px;float:left;text-align:center}
.nav ul li:last-child{padding-right:0}
.nav ul li a:hover{color:#e2001a}
.sub-menu{position:absolute;top:100px;left:0;background:#292a2e;color:#fff;padding:10px 30px;visibility:hidden;opacity:0;z-index:99999}
.nav ul li:hover .sub-menu{visibility:visible;opacity:1;transition:ease-out .5s;-moz-transition:ease-out .5s;-ms-transition:ease-out .5s;-o-transition:ease-out .5s;-webkit-transition:ease-out .5s}
 ul.sub-menu li{width:100%;border-bottom: 1px solid #3f4043;white-space: nowrap;line-height:48px;text-align:left}
 ul.sub-menu li:last-child{border-bottom:none}
.sub-menu li a{color:#fff}
main{padding:30px 5%;position:relative}
.gard-metalic .gallery span{display:none}
.gard-metalic .gallery a{height:60px}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
ul,ol{list-style:none;padding:0;margin:0}
.continut ul{list-style:disc;padding-left:20px}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


.info{ background: #292a2e;
    height: 40px;
    padding: 5px 5%;
    width: 100%;}
.info a{display:block;color:#fff !important;}
.adress a{    display: block;
    color: #fff !important;
    float: left;
    text-transform: uppercase;
    padding: 0 10px;
    border-right: 1px solid;
    margin: 5px 0;
    height: 20px;
	line-height: 20px}.adress a:last-child{border:none}
.telephone{font-size:14px;float:left;line-height:30px;margin-right:30px}
.parteneri .telephone{display:inline-block;float:none;margin:0px 10px;color:#e2001a}
.telephone:before{    content: "";
    float: left;
    width: 20px;
    height: 30px;
    display: inline-block;
    margin-right: 6px;
    background: url(img/phone.png) no-repeat center center;
    background-size: contain;}
	.info .adress:before{    content: "";
    float: left;
    width: 20px;
    height: 30px;
    display: inline-block;
    margin-right: 6px;
    background: url(img/location.png) no-repeat center center;
    background-size: contain;}
.info .telephone em{font-style:normal;color:#e2001a}
.info .adress{line-height:30px;float:right;font-size:13px}
footer{text-align:center;padding: 5px 5%;
    width: 100%;background:#0F0F0F;color:#fff;font-weight: 300;font-size:80%}
	footer .copyright a{color:#e2001a}
	footer .copyright a:hover{text-decoration:underline}
	.flex{  display: -webkit-box;
  display: -moz-box; 
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;justify-content:space-between}
  .buton{background:#fff;width:35%;padding-left:100px;line-height:160px}
  .calculator-banner{height:160px}
  .indemn{background: #ecedef;width:65%;position:relative;padding-left:5vw;padding-top:30px;color:#000}
  .partners:before{content: '';
    width: 64px;
    height: 64px;
    display: block;
    float: left;
    background-size: 50%;
    background-color: #e2001a;
    border-radius: 50%;
    background-image: url(img/tools.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-50%, 0);}
	.indemn h3,.indemn p{padding-left:100px;margin-bottom:0}
	.indemn p{margin-top:0;font-size: 90%}
  .callto{color:#fff;background:#e2001a;    padding: 8px 25px;
    border-radius: 10px;font-size:80%;text-transform:uppercase;-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;border:none;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;}
  .callto:hover{color:#fff;background:#000}
  .callto:focus{border:none;outline:none}
  .indemn:after{content:'';display:block;width: 0; 
  height: 0; 
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  
  border-left: 60px solid #ecedef;position:absolute;right:-60px;top:0;}
  .avantaje{background: #ecedef;padding:15px 5% 0}
  .avantaje h1{width:100%;color:#000;font-size:30px;margin-bottom:0}
  .avantaj{width:75%}
  .image{width:20%;margin-left:5%}
  .image img{height:auto;width:100%;max-width:250px;}
  .plus{width:50%;padding:2%;font-size:14px;padding-left:80px}
  .plus span{position:relative;display:block;color:#000;border-bottom:1px solid #CCC;font-weight:600;font-size:16px;margin-bottom:10px}
  .plus span:before{content:'';width:64px;height:64px;display:block;float:left;background-size:50%;background-color:#000;border-radius:50%;    background-image: url(img/roof.png);
    background-repeat: no-repeat;
    background-position: center center;position:absolute;left:-80px;
top: 50%;
transform: translate(0, -50%);top:30px}
.plus:nth-child(3) span:before{background-image: url(img/tool.png);
    background-repeat: no-repeat;
    background-position: center center;}
	.plus:nth-child(4) span:before{background-image: url(img/truck.png);
    background-repeat: no-repeat;
    background-position: center center;}
	.plus:nth-child(5) span:before{background-image: url(img/guarantee.png);
    background-repeat: no-repeat;
    background-position: center center;}
	.products{text-align:center}
	.products li{    padding-bottom: 20px;
    margin-bottom: 30px;width:23%;    border: 1px solid #ecedef;position:relative}
	.products li img{object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;width:100%;height:100%;-webkit-transition: all .8s ease;                  
    -moz-transition: all .8s ease;                 
    -o-transition: all .8s ease;   
    -ms-transition: all .8s ease;          
    transition: all .8s ease;}
	.three{width:30%}
	.labelTitle{   margin-top:10px; font-size: 13px;
    display: block;
    clear: both;
    margin-bottom: 3px;}
	.calculatorSipci{    background: #eee;
    margin-bottom: 10px;margin-top:15px}.calculatorSipci button{margin:10px}
	.calculatorSipci strong{display:block;color:#000;
    padding:10px}.calculatorSipci .half{padding:0 10px}
	.calculateGard input[type="text"],.calculateGard select,.gardH input{    width: 100%;
    border-radius: 5px;
    height: 36px;
    border: 1px solid #ccc;
    padding: 0 10px;text-align:center}
	.distantaG label{    display: block;
    height: 36px;
    border-radius: 5px;
    background: #fff;
    padding: 0 10px;
    line-height: 36px;
    border: 1px solid #ccc;
    font-size: 14px;
    cursor: pointer;}.rezultateGard{    padding: 15px;padding-bottom:0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 36px;}
	.rezultateGard .price{font-size:100% !important}
	.rezultateGard .flex{    border-bottom: 1px dashed #ccc;}
	.calculateGard input[type="radio"]{width:auto}
	.products li img:hover{transform: scale(1.3)}
	.old-price{text-decoration:line-through;font-size:80%}
	.price{    font-size: 120%;margin-top: 0;color: #e2001a;font-weight:bold !important}
	.products li  span{line-height:40px}
	.image-box{padding-bottom: 100%;overflow:hidden;position:relative;margin-bottom:20px}
	.products li h3,.products li h2{line-height: 1.5;
    margin: 0;
    font-size: 16px;
    padding: 0 15px;
    FONT-WEIGHT: 600;}
	/*.products li .image-box:before{background: #e2001a;content:"Promotie"; color:#fff;display:block;position:absolute;top:10px;left:10px;border:1px solid; font-size:12px;padding:3px 5px;z-index:9999}
	.products li:nth-child(3) .image-box:before,.products li:nth-child(4) .image-box:before{background: #e2001a;content:"Nou"; }*/
	.homepage h2,.homepage em{text-align:center}
	.homepage em{font-size:80%;line-height:40px;display:block}
	.partners {text-align: center;
    background: url(img/partners.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 100px 20% 50px;
    position: relative;}
	.half{width:50%}
	body:not(.home) main,.related{background:#fff}
	.page-template-produs-tigla-metalica main{position:relative}
	.wpcf7-text{display:block;clear:both}
	.dimensiuni{width:40px !important;display:inline-block;clear:none;margin-left:10px;text-align:center}
	label.half:after{content:"m";font-size:13px;margin-left:3px;display:inline-block}
label.half{ 
    display: inline-block;
    width: 25%;
    margin-bottom: 20px;} 
	.wpcf7-not-valid-tip{font-size:85% !important}
	.wpgdprc input{width:auto;margin-right:5px}
	textarea, input{resize:none;width:360px;padding:3px 6px}
	input.callto{border:none}
	.wpcf7-form b{    padding-bottom: 5px;
    display: block;
    border-bottom: 1px solid #eee;
    margin-top: 35px;
    margin-bottom: 15px;}
	input[name=your-name] {    text-transform:capitalize}

	.page-template-pagina-parinte .details li{text-align:center;width:23%;border:1px solid #eee;-webkit-transition: all .8s ease;                  
    -moz-transition: all .8s ease;                 
    -o-transition: all .8s ease;   
    -ms-transition: all .8s ease;          
    transition: all .8s ease;    padding: 10px;
    margin-bottom: 20px;margin-right: 2.66667%;}
	.page-template-pagina-parinte .details li:nth-child(4n+4){margin-right:0}
	.page-template-pagina-parinte .details.flex{justify-content:unset !important}
	
	.page-template-pagina-parinte .details li a{display:block}
	.page-template-pagina-parinte .details li:hover{border:1px solid #000}
/* BUCURESTI */
.page-template-bucuresti .details li{text-align:center;width:23%;border:1px solid #eee;-webkit-transition: all .8s ease;                  
    -moz-transition: all .8s ease;                 
    -o-transition: all .8s ease;   
    -ms-transition: all .8s ease;          
    transition: all .8s ease;    padding: 10px;
    margin-bottom: 20px;margin-right:2.667%}
	.page-template-bucuresti .details li:nth-child(4n+4){margin-right:0}
	.page-template-bucuresti .details.flex{justify-content:unset !important}
	
	.page-template-bucuresti .details li a{display:block}
	.page-template-bucuresti .details li:hover{border:1px solid #000}
.details{width:100%}
	.page-template-produs h1{display:block;width:100%}
	.tehnice{width:100%}
	.tehnic td{    border: 1px solid #eee;
    padding: 5px 15px;
    font-size: 90%;}
	.tehnic tr:nth-child(2n+1){background:#F6F6F6}
	.continut{font-size:90%;text-align:justify;line-height:28px}
.sorter{display:none}
	.tigla-metalica .sorter{display:block;padding-bottom:20px;width:100%}
	.grosimi, .color-tip{ font-size: 90%;
    padding: 5px 15px;
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
    border-radius: 5px;}
	#breadcrumbs{    font-size: 80%;
    padding:15px 5%}
	.no-wrap{justify-content: flex-start !important}
	.sharing h4{font-size:80%;font-weight:300;margin-bottom:0}
	.swp_social_panel{margin-top:10px !important}
	.sharing{padding-top:15px;width:60%;    max-width: 300px;clear:both}
	.related{padding:20px 5% 30px}
	.related a{padding-top: 10px;
    display: block;}
	.related li{    width: 22.75%;
    float: left;font-size:90%;
    text-align: center;
    border: 1px solid #eee;
    margin-right: 3%;margin-bottom:3%}
	.related li:last-child{margin-right:0}
	.related li:nth-child(4){margin-right:0}
	
	.gallery{    width: 85px;
    position: absolute;
    left: 10px;
    top: 10px;
    max-height: 400px;
    overflow-y: scroll;}
	.gallery a{width: 60px;
    margin-bottom: 7px;position:relative;height:70px}
	.gallery a span{text-transform:uppercase; font-size:80%;position: absolute;
    display: block;
    width: 65px;
    left: 0;
    bottom: 0px;text-align:center}
	.produse .details li,.sistem-pluvial .details li{padding:0 !important;border:0 !important;position:relative;width: 30%;
    margin-bottom: 30px;
}
.productTitle{padding: 0 10px;}
.sistem-pluvial .details li{width:48%}
.produse .details li span,.sistem-pluvial .details li span{display: block;
    background: #ecedef;text-align:center;
    line-height: 40px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
}/*textwidget*/
.textwidget {
    background: #fff;
    padding: 10px 15%;
}
.textwidget .title {
    font-size: 17px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
}
.textwidget p:first-child:before {
    background-image: url(img/pin.svg);
}
.textwidget p:nth-child(2):before {
    background-image: url(img/email.svg);
}
.textwidget p:nth-child(3):before {
    background-image: url(img/phone.svg);
}
.textwidget p:before {
    height: 30px;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 36px;
    margin: auto;
    left: 0;
    content: "";
    display: inline-block;
    width: 30px;
    float: left;
    background: #fff;
    border-radius: 20px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}
.textwidget p {
    width: 26%;
    color: #777;
    position: relative;
    font-size: 14px;
    float: left;
    margin: 0 3.665%;
    padding: 20px 10px 20px 31px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
}
.short-desc{font-size:90%;text-align:justify}
.related .flex {justify-content:unset}
.cantitate,.pret,.subtotal,.total {width: 70%;
    text-align: center;}
	table{width:100%;text-align:center}
	.tehnice table{width:auto ;text-align:center}
	table th, table td{padding:8px 10px;font-size:90%}
	input[type="text"]:read-only{background: none;
    border: none;
    border-bottom: 1px dashed #ccc;}
	.subtotal,.total{font-weight:bold}
table th:first-child,.titlu{text-align:left;font-weight:bold}
table select, table input{    padding: 3px 10px;height:32px}
	.error{border:1px solid #F00;background:#FFE8E8}
	.related input:focus{outline:none}
	.popup-form{   max-width:600px; position: fixed;
    right:-200vw;top:0;bottom:0;width:100%;
    height:100%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 45px;
    z-index: 9;-webkit-transition: all .8s ease;                  
    -moz-transition: all .8s ease;                 
    -o-transition: all .8s ease;   
    -ms-transition: all .8s ease;          
    transition: all .8s ease;     padding-top: 70px;}
	.panel-close{width:20px;cursor:pointer;position:absolute;top:5px;left:20px}
	.popup-form label{display:block;clear:both}
	.popup-form p .wpcf7-form-control-wrap {
    position: relative;
    float: right;
}.popup-form h3{position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;    padding-left: 70px;}
.visible{    z-index: 9999;right:0}
.imageGallery{position:relative;padding-left:85px}
.gardImages{padding-left:0}
.gardImages .gallery{position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    overflow: hidden;
    justify-content: center;}
	.gardImages .gallery a{margin:10px}
.gallery::-webkit-scrollbar {width:5px}
.gallery::-webkit-scrollbar-track {background: #f1f1f1}
.gallery::-webkit-scrollbar-thumb {background: #888}
.gallery::-webkit-scrollbar-thumb:hover {background: #555}
.popup-form textarea{height:90px}
.produse .price{display:none}
.titlu{padding:10px}
.profiles{    height: 32px;width:100%;font-size:90%}
.recaptchag:parent{float:none !important}
.wpgdprc{float: none;
    font-size: 80%;
    padding: 10px 0;
    display: block;
    clear: both;}
	.popup-form .panel-close path{-webkit-transition: all .8s ease;                  
    -moz-transition: all .8s ease;                 
    -o-transition: all .8s ease;   
    -ms-transition: all .8s ease;          
    transition: all .8s ease;}
	.popup-form .panel-close:hover path{fill:#e2001a}
	.half img{padding-right:20px}
	.gard-metalic .half img{padding:30px}
	.half .gallery img{padding:0px}
	.gard-metalic .half .gallery a{width:50px;height:50px}
	.gard-metalic .half .gallery{margin-top: 40px;width:70px} 
	.hamburger{display:none;font-weight: 600;
    color: #292a2e;cursor:pointer}
	.hamburger .spans{-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;text-transform:uppercase;padding-top:25px;float:left}
	.hamburger span {
    color: #310620;
    clear: both;
    float: none;
    display: block;
    background-color: #292a2e;
    height: 3px;
    width: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.hamburger:hover .spans{color:#e2001a;}
.hamburger:hover span{background-color: #e2001a;}

#hide{margin-right:10px}
.viewable{display:block !important}
.hamburger.klose span:nth-child(2) {
    background-color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}.hamburger.klose span:nth-child(1) {
    margin-top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}.hamburger.klose span:nth-child(3) {
    margin-top: -12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}.helpInfo{margin:15px 0}
.helpInfo strong,.helpInfo a{display:block;float:none;color:#444}
.detaliiGard span{    font-size: 13px;
    text-align: center;
    display: block;
    padding: 5px 15px;
    border: #ccc 1px solid;
    border-radius: 5px;
    margin-bottom: 10px;}
nav ul.viewable{position: absolute;
    right: 0;
    top: 71px;
    background: #ffffff;
    width: 100%;}
	.nav ul.viewable li{float:none;line-height:50px}
	.nav ul.viewable li a{border-bottom: 1px solid #ccc;padding:0 30px}
	.nav ul.viewable li:last-child{padding-right:25px}
	.nav ul.viewable li:last-child a{border:none}
.plusuri li{list-style:disc;padding-left:10px}
.plusuri{padding-left:15px}
article a{color: #e2001a}
article a:hover{text-decoration:underline}
.mobile{display:none}
footer .copyright .telephone,footer .copyright .telephone:before{    margin-left: 5px;float:none}
footer .copyright .telephone:before{background: url(img/phone.png) no-repeat center bottom;
    background-size: contain;}
	.gdpr-force{font-size: 85%;
    clear: both;
    display: block;
    color: #db2927}
	.gdpr-info input{    width: auto;
    margin-right: 10px;
    margin-top: 15px;
}
.data .half{width:48%;display:table;font-size:90%;    margin-bottom: 25px}
.data .half:nth-child(3),.data .half:nth-child(4){margin-bottom:0}
.data{padding: 25px 10px;
    border-bottom:1px solid #ccc;
    margin-bottom:20px}
.data .half input{float:right}
.contact #breadcrumbs{display:none}
.contact section{display: table;
    width: 100%;background:#f6f6f6
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.gdpr-info label{font-size:85%}
.componente td,.componente th{    border: 1px solid #e1e1e1;}
.componente th{background:#f3f3f3}
.componente td:first-child{text-align:left}
.horizontalComponents{margin:10px 0}
.horizontalComponents td{padding:5px;font-size:13px;border-collapse:collapse;border:1px solid #ccc}
.horizontalComponents td:first-child{text-align:left}
.gardH{padding:10px}
.infoGH{    font-weight: 400;
    display: block;
    text-align: left;
    font-size:12px;    margin-bottom: 10px}
	.prodgh{line-height:24px}
@media only screen and (max-width:1280px) {body:not(.home) main,.related{margin:0}#breadcrumbs{padding-left:10%}}
@media only screen and (max-width:1140px) {.nav,.info{padding-left:2%;padding-right:2%}}
@media only screen and (max-width:1048px) {
	nav ul.viewable{background:#f1f1f1;}
	table th, table td{font-size: 80%}
	textarea, input{width:250px}
	.avantaje .image, nav ul{display:none}
	.half,.avantaj{width:100%}
	.avantaj h1{margin-bottom: 15px;font-size: 24px;text-align:center}
	.avantaje{padding-bottom:15px}
	.avantaj .plus{text-align:justify}
	.hamburger{display:block;float:right;line-height:16px}
	.nav,.info{padding-left:5%;padding-right:5%}
	.logo a{padding:12px 0}
	.logo-img{max-height:36px}
	.nav{height:70px}
	.nav ul li{text-transform: none;
    font-weight: 600;text-align:left;padding:0}ul.sub-menu li{border-bottom:0;line-height:46px;font-weight:500}
	nav ul.viewable{overflow-Y: auto;padding-bottom:160px;
    height: calc(100vh - 70px);top:70px}
	nav .sub-menu.viewable{height:auto}
	.overflowHidden{overflow:hidden}
	.sub-menu.viewable{padding: 0;position: relative;
    top: 0;visibility:visible;opacity:1}
	.sub-menu li a{    padding-left: 50px !important;color:#444}
	ul.sub-menu li:last-child {
    border-bottom: 1px solid #ccc
}
	.products li span {    line-height: 40px;    clear: both;    display: block}
	.partners{    padding: 100px 10% 50px;}
	.indemn h3, .indemn p{padding-left:0}
	.page-template-pagina-parinte .details li{width:30%}
	.page-template-pagina-parinte .details li:nth-child(3n+3) {    margin-right: 0}
.page-template-pagina-parinte .details li:nth-child(4n+4),.page-template-pagina-parinte .details li {margin-right: 5%}
.lista-preturi main{padding:20px}
}
@media only screen and (max-width:768px) {
	.detaliiGard span{margin-bottom:10px;    width: 60%;
    background: #f7f7f7;}
	.detaliiGard{justify-content:center}
	.calculateGard input[type="text"], .calculateGard select{text-align:center}
	.helpInfo strong, .helpInfo a{    display: table;    margin: 10px auto;}
	.three{width:100%}
	h1 {
    font-size: 21px;text-align: center;
    margin: 0.67em 0;
}
.grosimi, .color-tip {
    font-size: 80%;
    padding: 8px 20px;
    background: #ebebeb;
    border: 1px solid #eee;
    width: 100%;
}
.page p{    line-height: 1.5;
    font-weight: 300;
text-align: center;}
	.avantaj h1{margin-top:0}
	.popup-form{padding:70px 15px 15px}
	.popup-form label{font-size:85%}
	.popup-form input{    width: 240px}
	.popup-form input[type='checkbox'] {width:auto}
	.mobile{display:block}
	.cantitate, .pret, .subtotal, .total{width:100%}
	textarea, input{width:210px}
	.contact textarea, .contact input{width:100% !important}
	.produse .details li{width:48%}
	.info .adress,.desktop{display:none}
	.avantaj .plus,.indemn,.buton{width:100%}
	.products li{width:49%;margin-bottom:20px}
	.imageGallery img{padding-left:45px}
	.info .telephone:nth-child(2){float:right;margin-right:0}
	.buton{line-height:60px;padding-left: 0;    text-align: center;    background: #ecedef;}
	.indemn{text-align:center;padding-right: 5vw;padding-top:0}
	.indemn:after{display:none}
	.plus span:before{    width: 48px;    height: 48px;left: -60px;}.plus{padding-left:60px}
	.page-template-pagina-parinte .details li{width:100%}
	.related li {
    width: 31%;}
.page-template-pagina-parinte .details li {margin-right: 0 !important}.page-template-pagina-parinte .details li:nth-child(2n+2){margin-right: 0 !important}
	}
	@media only screen and (max-width:640px) {.gard-metalic .half .gallery {
    margin-top: 40px;
    width: 40px;
    padding-top: 10px;
}.gard-metalic .half .gallery a {
    width: 30px;
    height: 30px;
}.cantitate, .pret, .subtotal, .total,.profiles{width:auto}
		.lista-preturi main{margin:10px !important}
		textarea, input{width:180px}
		table select, table input{padding:3px}
		.gallery a{width:45px;height:55px}.gallery a span{width:45px;font-size:10px}.gallery{width:65px;max-height:300px}
		.offer table td{display:inline-block}
		.offer thead{display:none}
		.offer table tr td:nth-child(1):before{content:"Produs:";display:inline-block;margin-right:10px}
		.offer table tr td:nth-child(2):before{content:"Cantitate:";display:inline-block;margin-right:10px}
		.offer table tr td:nth-child(4):before{content:"Pret:";display:inline-block;margin-right:10px}
		.offer table tr td:nth-child(5):before{content:"Subtotal:";display:inline-block;margin-right:10px}
		.offer table tr{padding-bottom:10px;margin-bottom:10px}
		.offer table tr:nth-child(odd){background:#F7F7F7}
		.offer table tr:nth-child(2) td:before,table tr:nth-child(24) td:before,table tr:nth-child(37) td:before,table tr:last-child td:before{display:none}
		}
@media only screen and (max-width:480px) {.produse .details li{width:90%;margin: 0 auto 20px;}

.imageGallery img {
    padding-left: 65px;padding-right:0
}
.imageGallery img{padding-left:0}
	footer{padding-top:20px}
	.products li h3{font-size:90%}
	.color-tip {
    float: none;
    margin-top: 10px;
}.gallery{max-height:250px}.related li {width: 48.5%}
.related li{margin-bottom:15px}
.related li:nth-child(odd){margin-right:3% !important}
.related li:nth-child(even){margin-right:0% !important}
.centerMobile{text-align:center}
.no-wrap {
    justify-content: center !important;
}

}
@media only screen and (max-width:320px) {}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.textwidget:after {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    content: "";
}
#back-top:hover {
    background: #f74444;
}
#back-top {
    bottom: 20px;
    width: 40px;
    height: 40px;
    position: fixed;
    padding: 8px;
    right: 4%;
    background: #db2927;
    z-index: 999999999999;
    cursor: pointer;
}#back-top a {
    display: block;
    height: 100%;
    background-size: contain;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-image: url(img/downw.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.overlay {
    transition: all .2s ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 999;
    visibility: visible;
    opacity: .7;
}.gdprBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    width: 90%;
    padding: 2rem 3rem;
    box-shadow: 0 4px 16px rgba(17,17,26,.05), 0 8px 32px rgba(17,17,26,.05);
    max-width: 600px;
}.gdprActions a {
    display: block;
    margin: 0.5rem 1rem;
    text-align: center;
}
.flex{display:flex}
.fcenter{justify-content:center}
#whatsappNew {
    position: fixed;
    left: 2rem;
    bottom: 0.7rem;
    z-index: 999;
}#whatsappNew a {
    display: block;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    position: relative;
}#whatsappNew a:before {
    content: "";
    background: url(whatsapp.svg);
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
}