.cleaner{width:0; height:0; clear:both; font-size:0;}
img {border:0;}
.imagesGallery{width:100%; padding-top:10px;; margin-bottom: 1.8em}
.imagesGalleryItem{float:left;}
.imagesGalleryItem img {padding: 3px;}
.toGallery{margin-bottom: 0.8em;}

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

#contF{width: 100%; display: block; height: 135px; background: #9EC118 url(images/ptejtese-pk.png) no-repeat center center;}
#cfrm{padding: 20px 0;}
#contactForm label{width: 25%; margin-right: 5%; float: left; height: 30px; line-height: 30px; margin-bottom: 5px}
#contactForm input{width: 70%; padding: 0 2%; border:1px solid #dfdfdf; float: left; height: 30px; border-radius: 6px;margin-bottom: 5px;box-sizing: border-box; line-height: 1em}
#contactForm select{width: 70%; padding: 0 2%; border:1px solid #dfdfdf; float:left; height: 30px; border-radius: 6px; margin-bottom: 5px; box-sizing: border-box}
#contactForm input#Newsletter,#contactForm input#Agreement{width: auto; height: auto; padding: 0;display: inline-block; margin-top: 9px}
#contactForm textarea{width: 70%; padding: 2% 2%; border:1px solid #dfdfdf; float: left; height: 100px; resize: none; border-radius: 6px;margin-bottom: 15px; box-sizing: border-box}
#contactForm input.checkbox{width: 16px; height: 16px;float:right}
#contactForm label.checkbox{width: calc(90% - 16px); margin-left: 0; line-height: 23px;float:right; margin-right:2%; text-align:right}
#recaptcha_widget_div{float: right; width: 304px}
#contactForm input.frmSubmit,#contactForm button.frmSubmit{float: right; width: 30%; height: 40px; line-height: 40px; text-align: center; color: #fff; background: #9EC118; display: block; margin: 5px auto 0; text-transform: uppercase; cursor: pointer; border:0; border-radius: 5px}
#cfrm .title{font-size: 30px; font-weight: 900; color: #9ec118; margin-bottom: 20px}
#cfrm .title span{color: #252525; font-weight: 400}
#contactForm input.error,#contactForm textarea.error,#contactForm select.error{border-color:red}
#contactForm input#Agreement.error{outline: 1px solid red}
.NL{height:34px; line-height: 34px; display: inline-block; font-size: 11px}
.mdBtn{background:#b0cf46; background:linear-gradient(to right,#b0cf46,#a3c040); padding:25px 30px; color:#fff; display:block; text-decoration:none; font-size:28px; font-weight:400;box-sizing:border-box;text-align:left}
.mdBtn:hover{color:#fff;}
.half{max-width:calc(50% - 20px); width:100%; padding-right:20px; float:left;}
.form{display: none}
.form.show{display: block}
@media screen and (max-width:500px){
.half{max-width:100%; padding-right:0; float:none}
}
/* 
Orders default
Can be altered without display:none;
*/
.bcSuccInfo{display:none; color: #0f0;}
#CartOthersData{display:none;}
#FinishOrder{display:none;}
#TA{display:none;}
.clearfix:after{content:'';display:table;width:0; height:0; clear:both}
#cookiesI{background: rgba(0,0,0,0.7); color: #000; text-align: center; width: 100%; padding: 0; position: fixed; top: 0; left: 0; z-index: 100; font-size:13px; width:100%; height:100%}
#cookiesI .col{margin-bottom:.3em}
#cookiesI *{box-sizing:border-box}
#cookiesI *:before,#cookiesI *:after{font-family:'FontAwesome'}
#cookiesI h2{font-size: 26px; margin-bottom: .6em}
#cookiesI.hiddenpolicy{display: none}
#cookiesI #cont{background: #fff; color:#000; padding: 25px; width:500px; height:344px; margin-left: -250px; margin-top:-172px; position: absolute; left: 50%; top:50%; border-radius: 20px;text-align: left; overflow: auto}
#cookiesI #cont.extended{height:520px}
#cookiesI #cont p{line-height: 1.4em}
#cookiesI #cont .readm{display: inline-block; margin-bottom: 10px;text-decoration: none; }
#cookiesI #cont .readm:after{content:'\f107';; margin-left: 5px;}
#cookiesI #cookiespolicybtn1,#cookiesI #cookiespolicybtn3,#cookiesI #cookiespolicybtn4{background: #fff; border:2px solid #000;  padding: 0; display: block; text-decoration: none; color: #000; height: 40px; line-height: 36px; text-align: center }
#cookiesI #cookiespolicybtn2{background: #9ec118; border:2px solid #9ec118;  padding: 0; display: block; text-decoration: none; color: #fff; height:40px;line-height: 36px; text-align: center}
.cgroup {padding: 10px}
.cgroup .cexpand{float: left; width: 30px;}
.cgroup .cexpand:before{content:'\f107';}
.cgroup .csetting{width: 60px; float: left}
.cgroup .ctitle{width: calc(100% - 90px); float:left}
.cgroup .ctext{margin-top: 8px}
.coptgroup{margin-bottom: 20px}
@media screen and (max-width:550px){
    #cookiesI h2{font-size: 20px}
    #cookiesI #cont{width: 300px; margin-left: -150px; height: 456px; margin-top: -228px}
    #cookiesI #cont.extended{height:700px; margin-top: -350px}
}
.hidden{display: none}
.switch {position: relative;display: inline-block;width: 60px;height: 34px;}
.switch input { opacity: 0;width: 0;height: 0;}
.slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: .4s;transition: .4s;}
.slider:before {position: absolute;content: "";height: 26px;width: 26px;left: 4px;bottom: 4px;background-color: white;-webkit-transition: .4s;transition: .4s;}
input:checked + .slider {background-color: #9ec118;}
input:focus + .slider {box-shadow: 0 0 1px #9ec118;}
input:checked + .slider:before {-webkit-transform: translateX(26px);-ms-transform: translateX(26px);transform: translateX(26px);}
/* Rounded sliders */
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}

.rmc.hidden{display: none}

.border0{border:none}
