a, body, div, footer, h1, h3,  h5, h6, header, 
hr, html, img, li, menu, nav, span, ul {
    border: 0;
    margin: 0;
    padding: 0
}

body {
    line-height: 1;
    border: 0;
    margin: 0;
    padding: 0;
    /* font-family: 'Roboto', sans-serif; */
    font-family: arial, helvetica, sans-serif;
    font-weight:400;
    font-size:17px;
    line-height:24px;
    background: #f3f3f3;
}


* {
    box-sizing: border-box
}



hr {
    height: 1px;
    background: #ccc;
}

p{
	/*font-family:'georgia';*/
}

.d-flex{
    display:flex;
}

.clear {
    clear: both
}

.only-mobile{
    display:none;
}

.content-from-aside{display:none;}

.a-center{text-align:center !important;}
.a-right{text-align:center;}
.bigUnd{font-size:23px; font-weight:bold; text-decoration:underline;}
.redUp{color:#ff0000; font-weight:bold; text-transform:uppercase;}
.light{font-weight:300;}
.regular{font-weight:400}
.medium{font-weight:500;}
.bold{font-weight:700;}
.underline{text-decoration:underline;}
.bigHeadline{font-size:46px; line-height:53px;}
.italic{font-style:italic;}
.lspac{letter-spacing: 0.5px;}
.justify{text-align:justify;}
.fullWidth{width:100%}
.uppercase{text-transform:uppercase;}
.fb{color: #385898; font-weight: bold;}
.mainColor{color:#f9cb37 !important;}
.big{font-size:28px; line-height:34px;}
.offer{ font-weight:700;}
.fbSmall{font-size:9px !important;}
.mainProd{width: 40%;margin: 0 auto;text-align: center;display: block;margin-bottom: 20px;}
.del{text-decoration: line-through; color:#ff0000;}
.black{color:#000 !important;}
.gHeadlineCont h1, .gHeadlineCont h2, .gHeadlineCont h3{
	color:#244061;
	text-decoration:none;
}
.font25{font-size:25px; line-height:32px;}

.mainProdMobileDiv {
    overflow: hidden;
}

.mainProdMobileDiv,
#pTextAboveProductImg p.mobile {
    display: none;
}
.mainProdMobileDiv img {
    width: 40% !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.mainProdMobileDiv img:first-child {
    margin-top: 20px;
}
.mainProdMobileDiv img.prod {
    width: 70% !important;
    margin-top: -10px;
}
.mainProdMobileDiv span.sign {
    display: block;
    color: #173571;
    font-size: 45px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
.mainProdMobileDiv img.prod + span.sign {
    margin-top: -30px;
}

b{color:#244061;}

.header{
    border-radius:10px;
    margin-bottom:15px;
}

/* OWL */

.owl-dots{
    margin: 0 auto;
    text-align: center;
    margin-top:25px;
}

.owl-carousel .owl-dots .owl-dot span {
    height: 24px;
    width: 24px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0.6;
    background: #797979;
    display: block;
    border-radius: 20px;
    margin: 0px 5px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 40px;
    height: 24px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background: #ff8000;
    opacity: 1;
}

.productHeadlineH1{
	font-weight:600;
	font-size:45px;
	line-height:52px;
}

.mainMenuButton {
    display: block;
    padding: 11px 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #26a20f;
    border-radius: 5px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.gStyleBtn {
    display: block;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #26a20f;
    border-radius: 5px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom:15px;
}

.custom-btn-rounded{
    color: #fff;
    text-decoration: none;
    background: #57A01A;
    padding: 16px 60px;
    font-size: 30px;
    text-transform: uppercase;
    border-radius: 30px;
}


.gHeadlineCont h3.otherHeadlineStyle {
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
}

.paragraphOtherStyle{
	color:#244061;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	font-size:21px;
	line-height:28px;
	font-family: 'Roboto', sans-serif;
}

h1 {font-weight: 400;line-height: 48px;font-size: 38px;padding-bottom: 25px;}

aside p{
    font-size: 17px;
    line-height:27px;
}

h3{padding:15px 0px;}
.pullLeft{
	float:left;
}

div.loginForm .defaultBtn {
    background: #f8ca35;
    padding: 16px;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    margin-top: 15px;
}

input[type="submit"], .popupText button{
	cursor:pointer;
	transition:0.2s linear;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loginBox {
    background: #fff;
    width: 400px;
    padding: 45px;
}

input[type="submit"]:hover, .popupText button:hover:not(:disabled){
	opacity:0.7;
}

.loginBox .formContent{
	width:100%;
}

.loginTitle h2{
	padding-bottom: 10px;
}

.loginTitle{
	text-align:center;
	margin-bottom:20px;
}

a.link{
}

a{
	transition:0.2s linear;
}


.promoBox a{
	display:inline-block;
	text-align:center;
	font-size:30px;
	line-height:37px;
}

.promoBox a:hover{
	text-decoration:none;
}

.pullRight{
	float:right;
}

div.main{
	padding:20px 0px;
}

div.mainContainer{
	width: 1030px;
    background: #fff;
    padding: 20px 20px;
    margin: 0 auto;
    border-radius:10px;
    -webkit-box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, 0.13);
          box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, 0.13);
}

.mainArticleHeader {
    width: 1050px;
    padding: 12px 30px;
    height: 70px;
    background: linear-gradient(0deg, #7d4e19, #b98016);
    margin: 0 auto;
    position: relative;
    font-size: 22px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mainHeaderContent{
	height:400px;
	width:1050px;
	margin:0 auto;
	overflow:hidden;
}
.mainHeaderBg {
    background: url(../images/bg-img.jpg);
    width: auto;
    height: 400px;
    background-position: -75px -95px;
    position:relative;
}

.bgSeparatorProd {
    border-radius: 10px;
    background: url(../images/bg-prodx.jpg);
    height: auto;
    position: relative;
    margin-bottom: 15px;
    padding: 20px 0px;
}

.bgSeparatorProd img {
    height: 230px;
    margin: 10px 20px;
    position: absolute;
    left: 0px;
}

ul.tickList{
	list-style-type: none;
}

ul.tickList li{
	padding-bottom:20px;
	padding-left:55px;
	position:relative;
}

ul.tickList li:before{
	content:'';
	background:url('../fonts/li.svg') no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	margin:auto;
}

.productLeft{
	position:absolute;
	left:20px;
	bottom:00px;
}

.separatorContentText {
    padding-left: 230px;
    padding-top: 50px;
    padding-right: 20px;
}

.bgSeparatorProd .separatorContentText p {
    font-size: 21px;
    text-align: center;
    display: inline-block;
    font-family: Georgia;
    color: #fff;
    line-height: 29px;
}

.defaulMaintBtn {
    background: #f9cb37;
    padding: 15px 55px;
    font-weight: 900;
    color: #000;
    display: block;
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    margin: 20px auto;
    border-radius: 10px;
    text-decoration: none;
}

.mainHeaderBgCont {
    text-align: left;
    padding-top: 50px;
    margin-left: 285px;
    width: 480px;
}

.mainHeaderBgCont h3 {
    font-size: 23px;
    font-weight: bold;
    color: #0d0d0d;
}

.mainHeaderBgCont .defaultBtn{
	background: #f9cb37;
    padding: 25px 55px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    margin: 20px auto;
    border-radius:10px;
    text-decoration:none;
}

.mainHeaderBgCont .positiveElement {
    margin-bottom: 20px;
    padding-left: 35px;
}

.mainHeaderBgCont .positiveElement h3 {
    color: #961010;
    padding: 5px;
    font-weight: 500;
    font-size: 22px;
}

.mainHeaderBgCont .positiveElement:last-child {
    margin-bottom: 0px;
}

.newbColor{
	color:#961010;
}

.doctorBg{
	position:absolute;
	right:10px;
	bottom:0px;
	height:380px;
}
	
.prodBox{
	position:absolute;
	left:30px;
	bottom:20px;
	height:340px;
}	
	

.logoIcon img{
	width:220px;
}

.callToUs{
	text-align:center;
	color:#fff;
	display:inline-block;
	font-weight:bold;
}

.bestChoiceIcon{
	position:absolute;
	left:0px;
	right:0px;
	margin:0 auto;
	bottom:-50px;
	text-align:center;
	z-index:10000;
}

.bestChoiceIcon img{
	width:100px;
}

div.sideBoxes{
	width:100%;	
}

div.mainContent{
	width:70%;
	padding-right:30px;
}

aside{
	width:30%;
}

aside .promo{
	margin-top:0px;
}

.info, .infoBlue {
    background: #fff6da;
    border: 1px solid #ffc308;
    padding: 20px 20px;
    margin: 20px 0px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    text-align: justify;
}

.infoBlue {
    background: #daf6ff;
    border: 1px solid #6ba8bb;
    display:block;
}



.infoBlue p:last-child{
	padding-bottom:0px;
}

.alert{
    background: #ffdada;
    border: 1px solid #ff0808;
    padding: 30px 20px;
    margin: 20px 0px;
    height: 100%;
    text-align: center;
}

.infoImgBox{
	width:45%;	
	margin-right:20px;
}

.infoImgBox img{
	width:100%;
}

.infoText{
	width:55%;
}

.infoText p.text, .singleElement p.text {
    font-size: 14px;
    line-height: 21px;
}
.infoText p.author{
	position:absolute;
	bottom:0px;
	right:0px;
	padding:10px 10px 20px;
}

.productInfo {
    background: none;
    border: none;
    margin: 0px;
    padding: 10px 0px;
}

.infoImgBox.pullRight{
	margin-right:0px;
	margin-left:20px;
}

.dateAuthor p{
	font-size:13px;
}

.authorFB{
	font-size: 14px;
    color: #385898;
    font-weight: bold;	
    color: #385898;
    font-weight: bold;
   padding-top:10px;
}


.mainArticle p{
	padding-bottom:20px;
	text-align:justify;
}

div.promoBox{
	text-align:center;
}

.promoBox > * {
    margin-bottom:20px;
}

.promoBox > *:last-child{
    margin-bottom:0px;
}

.promo,
.popupText button.promo {
    background: #28a745;
    padding: 15px 25px;
    font-weight: 900;
    color: #fff;
    display:inline-block;
    font-size:26px;
    line-height:33px;
    font-weight:500;
    text-align:center;
    margin:20px auto;   
}
.promo:hover:not(:disabled),
.popupText button.promo:hover:not(:disabled) {
    background: #218838;
    opacity: 1 !important;
}

p.promo{
	text-align:center;
}

.promo img{
	width:100%;
}

.singleElement {
    background: #daf6ff;
    border: 2px solid #0c6ddc;
    padding: 20px;
    margin-bottom: 30px;
}

.singleElement img{
	width:100%;
}

.singleElement p {
        margin: 15px 0px;
}

.singleElement p:last-child{
	margin-bottom: 0px;
}

.singleElement p:first-child{
        margin-top: 0px;
}

.singleElement h3 {
    margin: 0;
    padding: 0;
}

.articleList{
	padding:0px 20px 20px;
}

.articleList h3{
	text-transform:uppercase;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	
}

.singleArticle{
	padding:10px 10px;
	display:flex;
	align-items:center;
}

.singleArticle .mainContent{
	padding-right:0px;
	width:65%;
	position:relative;
}

p, .mainContent li{
  font-size: 20px;
  line-height:30px;
}


.singleArticle aside img{
	width:100%;
}

.singleArticle aside{width:35%; padding-right:10px}

.commentBox{
	border-bottom:1px solid #ccc;
}

.singleComment {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.commentBox h3{}

.commentImg{
	width:55px;
	margin-right:15px;
}

.comments{
	margin-top:20px;
}

.commentImg img {
    width: 55px;
    height: 55px;
}

.commentContent{
	width:calc(100% - 70px);
}

.commentContent p{
	font-size:13px;
	line-height:20px;
}

.commentContent p.text{
	padding-right:50px;
}

.commentContent p.author{
	font-size:14px;
	color: #385898;
	font-weight:bold;
}

div.commentMenu img{
	width:11px;
	margin-right:5px;
}

div.commentMenu span{
	float:left;
	margin-right:10px;
	font-size:13px;
}

div.commentMenu .answer{
	color: #385898;
	font-weight:bold;
}

div.commentMenu .time{
	color:#aaa;
}

.underComment {
    margin-left: 70px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

img.imgArticle {
    margin-left: 20px;
    margin-bottom: 6px;
}

div.imageProductsSection {
	display:flex;
	justify-content:center;
}

div.imageProductsSection .infoImgBox{
	float:left;
	width:32%;
	margin:0px 4px;
	text-align:center;
}

div.imageProductsSection .infoImgBox img{
	max-height:180px;
}

div.imageProductsSection .infoImgBox span{
	font-style:italic;
}

.arrowRightSide .decoGroup {
    position: relative;
    padding-left: 50px;
    border-left: 0px solid #f9cb37;
    font-size: 19px;
}

.arrowRightSide .decoGroup:before {
    content: '';
    background: url(../images/arrow-R.png) no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}


.gHeadlineCont .arrowRightSide .decoGroup:before {
    background: url(../fonts/dot.svg) no-repeat;
    width: 22px;
    height: 23px;
    top:2px;
}

.gHeadlineCont .arrowRightSide .decoGroup {
    padding-left: 35px;
}

footer{
	padding-top:20px;
	border-top:1px solid #ccc;
}

footer p.small{
	font-size:12px;
	color:#aaa;
	line-height:19px;
	text-align:center;
}

ul.list{
	padding-left:20px;

}

.bigList {
    font-size: 22px;
    line-height: 29px;
}

ul.list li{
	padding-bottom:5px;
}

.decoGroup {
    margin-bottom: 25px;
    border-left: 4px solid #f9cb37;
    padding-left: 20px;
    margin-left: 20px;
}

.decoGroup p {
    padding-bottom: 10px;
}

div.decoGroup p.text:last-of-type{
	padding-bottom:0px;
}

.positiveElement {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.cert{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
}

.cert img{
	padding-left:20px;
	width:320px;
}

.positiveElement:before {
    content: '';
    position: absolute;
    background: url(../fonts/positive.svg) no-repeat;
    width: 30px;
    height: 30px;
    left: 0px;
    transform: translate(0, -50%);
    top: 50%;
}

.positiveElement p:last-of-type{
	padding-bottom:0px;
}

span.otherStyle {
    background: #f9cb37;
    padding: 5px 10px;
    font-weight: 900;
    color: #000;
}

.bigger{
	font-size: 19px;
    line-height: 28px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.formGroup{
	display:flex;
	align-items:center;
	padding:5px 0px;
}

label{
width:170px;	
text-align:left;
}

.radioGroup label{
	width:100%;
	margin-left:10px;
}


.price-under-photo{
    text-align: center;
    text-decoration:none;
    padding-top:0px;
}

.price-under-photo .old-price{
    text-decoration: line-through;
    color:#ff0000;
}

.price-under-photo  .current-price{
    font-weight:bold;
    font-size:50px;
}

h3.form-order-title{
    font-size:45px;
    text-align: center;
    line-height:55px;
}
.buyForm{
    margin-bottom:30px;
}

.under-product-text{
    text-align: center;
    font-size:20px;
    line-height:30px;
    margin-bottom:20px;
    margin-top:20px;
}

.red{
    color: red;
}

.green{
    color: green;
}

.form-icons{
    flex-wrap: wrap;
    margin:20px 0px;
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
    justify-content: center;
}

.form-icons > img{
    width:initial !important;
}

.form-icons .form-single-icon{
    max-height:30px;
    object-fit: contain;
    margin: 15px;
}

.form-icons-item{
    align-items: center;
    font-size:14px;
    margin: 10px 15px;
}

.form-icons-item:first-child{
    margin-left:0px;
}

.form-icons-item:last-child{
    margin-right:0px;
}

.form-icons-item:last-child img{
    height:35px;
}

.form-icons-item img{
    height:40px;
    object-fit: contain;
    margin-right:10px;
    max-width: 40px;
}

img{
    max-width:100%;
}

div.form{
	width: 570px;
    margin: 0 auto;
    text-align:center;
}

div.form h3{
	text-align:center;
}

input, .popupText button {
    margin-right: 15px;
    padding: 8px 10px;
    background: #f1efef;
    outline: none;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
}

input, select {
    font-size: 17px;
    padding: 12px 10px;
}

input[type="submit"] {
    margin: 0 auto;
    display: inline-block;
    border: none;
    padding: 25px 80px;
}

.popupText button {
    margin: 0 auto !important;
    display: inline-block;
    border: none !important;
    padding: 25px 15px !important;
}

input:last-of-type{
	margin-right:0px;
}

.col-sm-1{
	width:100%;
}

.col-sm-2{
	width:66%;
}

.col-sm-3{
	width:calc(33% - 16px);
}

.formContent{
	width:400px;
}

div.buyForm div.promoBox p.promo{
	background:none;
}

.smallCert{
	display:none;
}

.dr{
	width:41%;
	float:right
}

.contactBox{
	position:fixed;
	top:0px;
	left:5%;
	background:#28a745;
        color:#fff;
	padding:10px;
	text-align:center;
	z-index: 100;
}

.contactBox > .htext1 {
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
}

.contactBox2 {
        position:fixed;
	top:0px;
	left:5%;
	background:#28a745;
	text-align:center;
	z-index: 100;
}

.contactBox2.vvv1 {
        display: none;
}

.contactBox2:hover {
        background: #218838;
}

.contactBox2 > a {
        display: block;
        padding: 13px 10px;
        text-decoration: none;
        color:#fff;
        /* font-weight: 600; */
        text-shadow: 0px 0px 3px #14732a;
        font-size: 15px;
        line-height: 1;
        font-family: Arial;
}

.contactBox2 > a:hover {
        opacity: 1;
}

.telNr{
	font-weight: 700;
        font-size: 21px;
}

.timeCall{
	font-size: 12px;
        font-weight: 600;
}

.buyInfoBox{
	position:fixed;
	padding:20px;
	right:15px;
	bottom:15px;
	max-width:250px;
	background:#f9cb37cc;
}

.buyInfoBox p{
	font-weight:700;
}

.popupBox {
    
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0000008c;
    z-index: 100000;
    display: none; 
    align-items: center;
    justify-content: center;
}

.popupContent {
    width: 750px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #000;
    max-width:750px;
}
span.closePopup {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.popupLeftText {
    width: 100%;
    background: #fff9;
    position: relative;
}

.popupProduct {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 220px;
    height: auto;
    top: 0px;
    margin: auto;
    display:flex;
}

.popupText span.otherStyle {
    padding: 3px 10px;
}

.popupText {
    font-family: 'Roboto', sans-serif;
}

.popupText h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    padding-top: 0px;
}

.popupText span.otherStyle{
	font-size:inherit;
}

.popupText span.text {
    font-size: 22px;
}

.popupText input, .popupText a.promo, .popupText button.promo {
    width: 100%;
}

.popupText a.defaultBtn.promo{
	margin:0px;
	text-decoration:none;
	margin-top:15px;
	margin-bottom:15px;
	color:#000;
}

.popupText a.defaultBtn {
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #4472c4b5;
}

.priceDiscPopup {
    position: absolute;
    background: #28a745;
    border-radius: 50%;
    padding: 41px 7px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    top: -7px;
    transform: rotate(-17deg);
    left: -13px;
}

span.smileInfo {
    padding: 10px;
    display: block;
    margin-right: 137px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

a:hover{
	opacity:0.8;
}

.popupText input[type="text"]{
	padding: 18px;
    font-size: 18px;
    margin:10px 0px;
}

.popupText .lineSeparator {
    height: 2px;
    background: #f9cb37;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.popupProduct img{
	width:100%;
    object-fit: contain;
}


.rules{
	
}

.rules h1{
	padding-bottom:15px;
}

.rules p{
	padding:15px 0px;
	text-align:justify;
}

.rules ul.rulesList{
	list-style-type: decimal;
    margin-left: 27px;
}

.rules ul.rulesList li{
	padding-bottom:8px;
	text-align:justify;
}

.rules ul.rulesList li ul.secondList {
    padding: 13px 22px 0px;
    list-style-type: lower-alpha;
}

.rules h2 {
    font-size: 22px;
    padding-bottom: 0px;
    font-weight:500;
}

.footerMenu {
    text-align: center;
}

ul.footerMenuContent {
    list-style-type: none;
}

ul.footerMenuContent li {
    display: inline-block;
    margin: 5px;
}

ul.footerMenuContent li a{
	color:#888;
	font-size:12px;
}

ul.footerMenuContent li:hover a{
	
}

.articleHead{
	
}

.articleHeadMenu{
	margin-top:15px;
}

.articleHeadMenu ul {
    background: #8a178b;
    list-style-type: none;
    text-align: center;
}

.articleHeadMenu ul li {
    display: inline-block;
    padding: 10px;
    color: #fff;
    transition:0.2s linear;
    cursor:pointer;
}

	.headMenu li.resp{
		display:none;
	}

.articleHeadMenu ul li:hover, .articleHeadMenu ul li.activeMenu {
    text-decoration:underline;
	background:#680f69;
}

.path {
    margin: 7px 0px 15px;
}
.path ul.pathList{
	list-style-type:none;
}


.path ul.pathList li {
    float: left;
    margin-right: 5px;
    font-size: 13px;
    color: #999;
    transition:0.2s linear;
    cursor:pointer;
}

.path ul.pathList li:after{
	content:' > ';
	margin:0px 5px;
	text-decoration:none;
}


.path ul.pathList li.activePath:after{
	content:'';
}

.path ul.pathList li:hover ,.path ul.pathList li.activePath{
	color:#555;
}

.path ul.pathList li:hover:after{
	text-decoration:none;
}

.social{
	margin-top:10px;
	display:block;
}

.social img {
    margin-left: 5px;
    width: auto !Important;
}

.photoArticle img{
	margin-top:10px;
}

.rightPhotoArticle{
	width:55%;
	margin-bottom:5px;
	margin-left:15px;
}

.rightPhotoArticle.smallPhoto{
	width:45%;
}

.singlePageArticle h2 {
    font-weight: 700;
    font-size: 39px;
    line-height: 46px;
}

.singlePageArticle p:first-of-type {
    font-size: 22px;
    line-height: 29px;
}


.rightPhotoArticle span {
    line-height: 17px;
}

img.articlePhotoInside{
	width:100%;
}

img.photoCenterHalf{
	display:block;
	margin:0 auto;
	width:50%;
}


span.photoDescription {
    font-size: 12px;
    color: #777;
    text-align: center;
    display: block;
}

.certyfikat{
	margin-left:50px;
}

@media screen and (min-width:500px){
	.desktopContent{
		display:block;
	}
	
	.mobileContent{
		display:none;
	}
    
}

@media screen and (max-width:500px){
	.desktopContent{
		display:none;
	}
	
	.mobileContent{
		display:block;
	}
    .imgProd.only-mobile{
        display:block;
        max-height:500px !important;
    }
    .imgProd.only-desktop{
        display:none;
    }
    .mainProdDiv {
        display: none;
    }
    .mainProdMobileDiv {
        display: block;
    }
    #pTextAboveProductImg p.desktop {
        display: none;
    }
    #pTextAboveProductImg p.mobile {
        display: block;
    }
}

@media screen and (max-height:550px){
	.popupContent{
		height:90%;
		overflow:auto;
		padding: 0px 30px;
		margin-top:0px;
		top:auto;
	}	
	
	.popupLeftText {
	    height: 480px;
	    transform: none;
	    top:auto;
	}	
}

@media screen and (max-height:600px) and (max-width:500px){
.popupContent, .popupLeftText {
    width: 99% !important;
    height: 99vh;
    padding: 10px 3px;
}
}


@media screen and (max-width:680px){
	.popupContent, .popupLeftText {
            width: 98%;
   	}
   	.popupProduct img {
	    display:none;
	}
	
	.popupText input, .popupText a.promo, .popupText a.defaultBtn, span.smileInfo, .popupText button.promo {
	    width: 100%;
	    margin-right:0px;
	}
	
	.popupLeftText {
	    height: auto;
	    max-height:100%;
	    overflow:auto;
        }
        
    
}

@media screen and (max-width: 1200px){
	div.mainContainer{
		width:calc(100% - 20px);
		margin:10px;
		margin-top:0px;
	}
	.mainHeaderContent {
	    width:calc(100% - 20px);
	}
	
	.mainArticleHeader {
    	width:calc(100% - 20px);
   	}
	
}

@media screen and (max-width:1000px){
	.popupContent {
            width:95%;
        }
        .mainProd {
            width: 55% !important;
        }
}
@media screen and (max-width:700px){
        .mainProd {
            width: 80% !important;
        }
}
@media screen and (max-width: 990px){
	aside{
		display:none;
	}

    .content-from-aside{
        display:block;
    }
	
	.doctorBg{
		display:none;
	}
	
	.bgSeparatorProd {
    border-radius: 10px;
    background: url(../images/bg-prodx.jpg);
    height: auto;
    position: relative;
    margin-bottom: 15px;
    padding: 20px;
}

.bgSeparatorProd .separatorContentText p {
    font-size: 24px;
    line-height: 38px;
    
}
	
	.mainHeaderBgCont {
   		width: auto;
   }
   
   .mainHeaderContent {
    height: auto
   }
   
   .mainHeaderBg {
    height: auto;
   }
	
	.sideBoxes .mainContent{
		width:calc(100% - 40px);
		padding-right:0px;
		margin:0px;
		
	}
}

@media screen and (max-width: 850px){
	.info{
		flex-direction:column;
	}
	
	.bgSeparatorProd {
	    border-radius: 10px;
	    background: repeating-linear-gradient(45deg, #040f11, #324252);
	}
	
	.bgSeparatorProd .separatorContentText p {
	    font-size: 21px;
	    line-height: 29px;   
	}
	
	.info .infoImgBox{
		width:80%;
	}
	
	.info .infoText {
		width:100%;
	}
	
	.productList .productInfo:nth-child(odd){
		flex-direction: column-reverse;
	}
	
	.cert img{
		display:none;
	}
	
	.smallCert{
		display:block;
		text-align: center;
    	margin: 0 auto;
	}
}

@media screen and (max-width:800px){
	.mainArticleHeader {
        height: 170px;
    }

    .box .box-head{
        flex-wrap:wrap;
        flex-direction:column-reverse
    }

    .box .quote {
        padding: 20px;
        position: relative;
    }

    .box .quote:before, .box .quote:after{
        opacity:0.3;
    }

    .box .box-head h2{
        width:100%;
    }

    .img {
        float: none !important;
        margin: 10px auto !important;
    }

    .mainArticleHeader div:first-of-type{
        float:none;
        margin:0 auto;
        text-align:center;
    }

    .mainArticleHeader div:nth-child(2){
        float:none;
        margin:0 auto;
        text-align:center;
    }

}

@media screen and (max-width: 700px){
	div.form {
    	width: 100%;
    }

    .icons-section{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .icons-section .form-icons-item  {
        margin:10px 0px;
    }
    
    .bgSeparatorProd img {
	    height: 230px;
	    position: static;
	    display:block;
	    margin:0 auto;
	}
	
	   .sideBoxes .mainContent .imagesContainer figure.image{
    	width:80%;
    	margin:0 auto;
    	text-align:center;
    	
    }
    
    p  img{
    	width:auto !important;
    	height:auto !important;
    	max-width:100%;
    }
    
    .popupProduct{
    	display:none;
    }
	
	.mainPopupTextCont{
		width:100% !important;
	}
    
    
    .sideBoxes .mainContent .imagesContainer figure.image {
	    width: 80%;
	    margin: 0 auto;
	    text-align: center;
	    float: none;
	}
	
	.separatorContentText {
	    padding-left: 20px;
	    padding-top: 50px;
	    padding-right: 20px;
	    margin: 0 auto;
	    width: 100%;
	    text-align: center;
	}
    
    div.imageProductsSection {
	    display: block;
	}
	
	.mainHeaderContent img.prodBox {
	    position: static;
	    text-align: center;
	    margin: 0 auto;
	    width: 250px;
	    height: auto;
	    display: block;
	    padding-bottom: 20px;
	}

	.mainHeaderBgCont {
	    width: auto;
	    margin: 0;
	    text-align: center;
	}
	
	.mainHeaderBgCont .positiveElement{
		padding-left:0px;
	}
	
	.mainHeaderBgCont .positiveElement:before {
	    display:none;
	}
	
	div.imageProductsSection .infoImgBox {
	    float: none;
	    width: 100%;
	    margin-bottom:15px;
	}
	
	div.imageProductsSection .infoImgBox img{
		max-height:100%;
	}
    
	.formGroup {
    	display: block;
	}
	.formContent {
	    width: 100%;
	}
	
	.radioGroup{
		display:flex;
	}
	
	ul.headMenu li.mainMenu{
		display:none;
	}
	
	.headMenu li.resp{
		display:block;
	}
	
	.rightPhotoArticle{
		width:100%;
	}
	img.profImg, img.imgArticleRight[src="../img/prof.jpg"] {
    width: 40% !important;
    float: right !important;
	margin-left:20px !important;
	margin-bottom:14px !important;
}
	
}

@media screen and (max-width: 550px){
	img.dr{
		width:100%;
		float:none;
		margin-left:0px;
		
	}
	
	img.photoCenterHalf{
		width:100%;
	}
	
	.bgSeparatorProd img {
	    width: 70%;
	    height: auto;
	}
	
	.sideBoxes .mainContent img.imgArticleRight {
	    float: none;
	    width: 80%;
	    margin-left: 20px;
	    margin-bottom: 6px;
	    margin: 0 auto 20px;
	    display: block;
	}
	
}

@media screen and (max-width: 480px){
	.bigHeadline {
	    font-size: 33px;
	    line-height: 44px;
	}
	
	h1 {
		margin-top:30px;
	    line-height: 36px;
	    font-size: 29px;
	}
	
	div.mainContainer {
	    width: calc(100% - 20px);
	    margin: 0 auto;
	    padding: 20px 10px;
	}
	
	.sideBoxes .mainContent {
    width: calc(100% - 0px);
    padding-right: 0px;
    margin: 0px 0px;
    padding-top: 20px;
}
	
	.underComment {
	    margin-left: 0px;
	    border-left: 0px solid #ccc;
	    padding-left: 0px;
	}
	
	.certyfikat{
		width:100%;
		margin-left:0px;
	}
	

	.contactBox {
                position: absolute;
		left: 0px;
		padding: 3px;
		right: 0px;
		z-index: 10000;
		top: 0px;
		bottom: auto;
	}
        
        .contactBox:not(.vvv1) + .main {
                margin-top: 40px;
        }
        
        .contactBox.vvv1 {
                display: none;
        }
        
        .contactBox2 {
                position: fixed;
		left: 0px;
		right: 0px;
		z-index: 10000;
		top: 0px;
		bottom: auto;
	}
        
        .contactBox2 > a {
                padding: 13px 3px;
        }
        
        .contactBox2:not(.vvv1) + .main {
                margin-top: 20px;
        }
	
	.decoGroup {
	    padding-left: 10px;
	    margin-left: 0px;
	}
	h2 {
	    line-height: 32px;
	    font-size: 25px;
	    text-align: left;
	}
	
	.positiveElement::before {
	    position: static;
	}
		.positiveElement {
	    padding-left: 0px;
	}
	
	img {
    width: 100%;
    height: auto;
}
	
	img.like{
		width: 11px;
	}
}

/* Additional */
.errors {
        color: red;
        margin-top: 10px;
        font-size: 14px;
}

.red{
	color:#ff0000
}

/*.yellowBg {
    background: #FFFF00;
}*/

.redBg{
	background:#ff0000;
}

.inlineBlock{
	display:inline-block;
}

.blueBg{
	background:#00FFFF;
}

.nav {
        background: #525252;
        width: 100%;
        height: 44px;
}

.nav > div.adminContainer{
	width:1200px;
	margin:0 auto;
}

.nav a {
        float: left;
        padding: 10px 0px;
        margin-right: 40px;
        font-size: 14px;
        color: #eee;
        text-decoration: none;
}

.nav a.logout {
        float: right;
        margin-right: 0px;
}

.main > div.adminContainer{
	width:98%;
	background:#fff;
	padding:40px 20px;
	margin:0 auto;
}

table{
	width:100%;
        font-size: 11px;
}

table th{
	padding: 2px 10px;
	color:#000;
	text-transform:none;
}

tr{
	cursor:pointer;
}

table.dataTable thead th,
table.dataTable thead td,
table tbody th,
table tbody td  {
        padding: 3px 16px;
}

table.dataTable tbody th,
table.dataTable tbody td {
        padding: 2px 8px;
}

table.dataTable tbody tr td,
table tbody tr td{
        border-bottom:1px solid #ccc;
}

table.dataTable tbody tr:last-child td,
table tbody tr:last-child td{
        border-bottom:0px solid #ccc;
}

table.dataTable, table{
	border:1px solid #ccc;
}

td.center{
	text-align:center;
}

table.dataTable>tbody>tr.child ul.dtr-details>li,
table>tbody>tr.child ul.dtr-details>li{
	padding:0px 0px;
}

table.dataTable thead th,
table thead th{
        border-bottom:1px solid #ccc !important;
}

table.dataTable > thead,
table > thead{
	background:#e4efff;
	color: #575757;
	text-transform:uppercase;
}

table.dataTable tbody tr td,
table tbody tr td{
	color:#000;
}

table.dataTable tbody tr:nth-child(odd),
tabletbody tr:nth-child(odd){
	background:#efefef;
}

div.dataTables_wrapper{
	background:#F8F8F8;
}

div.dataTables_filter{
	padding:5px 15px;
}

div.dataTables_filter > label > input{
	border-radius:10px;
	height:34px;
	line-height:34px;
	box-sizing:border-box;
	padding:0px 10px;
	border:1px solid #AAB2BD;
	transition:0.2s linear;
	outline:none;
}

div.dataTables_filter > label > input:hover,
div.dataTables_filter > label > input:focus,
div.dataTables_filter > label > input:active{
	border:1px solid #3a89ff;
}

td.lp{
	text-align:center;
}

div.dt-buttons {
        position: relative;
        float: left;
        padding:5px 15px;
}

.hideColButton .dt-button-collection .buttons-columnVisibility:nth-child(-n+3),
.hideColButton .dt-button-collection .buttons-columnVisibility:nth-child(5){
        display:none;
}

.hideColButton div.dt-button-collection {
        max-width: 140px;
        max-height: 178px;
        overflow-y: auto;
}

.hideColButton div.dt-button-collection .buttons-columnVisibility{
        padding:1px;
}

button.dt-button {
        transition: all 0.2s ease-in-out;
        font-size: 13px;
        border: none;
        background: #3a89ff;
        color: #fff !important;
        padding: 6px 21px;
        position: relative;
        border: none !important;
        margin-left: 0px;
        transition: 0.2s linear;
}

button.dt-button:hover:not(disabled),
button.dt-button:active:not(disabled),
button.dt-button:focus:not(disabled){
        background: #357de8 !important;
}

button.disabled:hover{
	opacity:0.5;
}

button.dt-button.disabled{
	background: #3a89ff9c;
}

div.dt-button-collection button.dt-button.active:not(.disabled){
	background: #1857b5 !important
}

table.dataTable tbody>tr.selected,
table tbody>tr>.selected {
        background-color: #e4efff !important;
}

table.dataTable tbody>tr:hover,
table tbody>tr:hover{
	background:#e4efff !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        top: 2px !important;
}

table.dataTable thead tr th,
table.dataTable tbody tr td,
table thead tr th,
table tbody tr td  {
	border-left:1px solid #dcdcdc	
}

table.dataTable thead tr th:first-child,
table.dataTable tbody tr td:first-child,
table thead tr th:first-child,
table tbody tr td:first-child {
        border-left:none;
}

.dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 0px;
        left: 50%;
        width: 100%;
        height: 100%;
        margin-left: -50%;
        margin-top: 0px;
}

.dataTables_scroll > .dataTables_scrollHead table.dataTable thead tr th,
.dataTables_scroll > .dataTables_scrollHead table.dataTable thead th,
.dataTables_scroll > .dataTables_scrollHead table thead th {
        border-bottom: 0px none !important;
}

.searchSection {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
}

.searchSection .row {
    float: left;
    margin-right: 30px;
}

.searchSection .row > label {
        margin-right: 10px;
}

.searchSection .row-submit {
        margin-top: 20px;
}

.searchSection button.submitBtn {
        transition: all 0.2s ease-in-out;
        font-size: 13px;
        border: none;
        background: #3a89ff;
        color: #fff !important;
        padding: 6px 21px;
        position: relative;
        border: none !important;
        margin-left: 0px;
        transition: 0.2s linear;
}

.searchSection.settingsSection {
        border-bottom: 0px none;
        margin-bottom: 0px;
}

.searchSection.editingSection {
        border-bottom: 0px none;
        margin-bottom: 0px;
}
.settingsSection .row2 {
        margin-bottom: 10px;
}

.settingsSection .row2 label {
        width: 150px;
        display: inline-block;
}

select {
        padding: 8px 10px;
        background: #f1efef;
        outline: none;
        border: 1px solid #b1b1b1;
        border-radius: 5px;
}

.errors2 {
        color: #fb6363;
        font-size: 15px;
        margin-top: 10px;
        font-weight: bold;
}

.errors2-title {
        background: #ff4545;
        color: #fff;
        /* border-radius: 28px; */
        padding: 9px 10px;
        text-transform: uppercase;
        font-size: 17px;
}

.settingsSection .errors2,
.settingsSection .successMsg {
        margin-bottom: 20px;
        margin-top: 0px;
}

.error-field {
        border-color: red;
}

.successMsg {
        color: green;
        font-size: 15px;
        margin-top: 10px;
        font-weight: bold;
}

.loader {
        display: inline-block;
        background: url('../images/loader.gif') no-repeat;
        background-size: 25px 25px;
        width: 25px;
        height: 25px;
}

.popupContent .errors2 {
        line-height: 16px;
        font-size: 14px;
}

.popupContent .errors2:empty {
        display: none;
}

.popupContent .successMsg {
        line-height: 16px;
        font-size: 14px;
        margin-top: 15px;
}

.popupContent .successMsg:empty {
        display: none;
}

.captchaSection {
    text-align: left;
}
.captchaSection > .iconNextCaptcha {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-left: 4px;
    cursor: pointer;
}
.captchaSection > .captcha {
    height: 80px;
    vertical-align: bottom;
}
.captchaSection > input[type=text] {
    margin-left: 5px;
    vertical-align: bottom;
    width: 80px;
    float: none;
    font-size: 12px;
    margin-left: -13px;
}
.tox .tox-dialog--width-lg {
    width: 780px !important;
}
.editingSection label {
    display: inline-block;
}

/* Style dla tresci z wysiwyga */
.mainContent {
    line-height:1.4;
}
.mainContent figure.image {
    max-width: 100%;
}
.mainContent figure.image img {
    max-height: 600px;
    width: 100%;
}
.mainContent .imagesContainer {
    display: inline-block;
    margin-top: 20px;
}
.mainContent .imagesContainer figure.image {
    float: left;
    width: 32%;
    margin: 0px 4px;
}
.mainContent .imagesContainer figure.image img {
    max-height: 180px;
    width: 100%;
}
.mainContent img.imgArticleLeft {
    float: left;
    width: 41%;
    margin-right: 20px;
    margin-bottom: 6px;
}
.mainContent img.imgArticleRight {
    float: right;
    width: 41%;
    margin-left: 20px;
    margin-bottom: 6px;
}
.mainContent img.imgFullWidth {
    display: block;
    float: none;
    width: 100%;
    max-height: 500px;
}
.mainContent div.textContainer1 {
    width: 100%;
    padding: 15px 0px;
    background-color: #ff0000;
    margin-bottom: 15px;
    max-width:100%;
    height:initial !important;
}
.mainContent div.textContainer2 {
    width: 100%;
    padding: 15px 25px;
    background-color: #f9cb37;
    margin-bottom: 20px;
    max-width:100%;
    height:initial !important;
}

.mainContent div.textContainer3 {
    width: 100%;
    padding: 15px 25px;
    background: #ffdada;
    border: 1px solid #ff0808;
    margin: 20px 0px;
    max-width:100%;
    height:initial !important;
}



.mainContent div.textContainer4 {
    width: 100%;
    padding: 15px 25px;
    background: #daf6ff;
    border: 1px solid #6ba8bb;
    margin: 20px 0px;
    max-width:100%;
    height:initial !important;
}

.mainContent div.textContainer1 > *,
.mainContent div.textContainer2 > *,
.mainContent div.textContainer3 > *,
.mainContent div.textContainer4 > * {
    margin-bottom:25px;
}

.mainContent div.textContainer1 > :last-child,
.mainContent div.textContainer2 > :last-child,
.mainContent div.textContainer3 > :last-child,
.mainContent div.textContainer4 > :last-child{
    margin-bottom:0px;
}


.mainContent ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.mainContent ul.bullets1,
.mainContent ul.bullets2,
.mainContent ul.bullets3,
.mainContent ul.bullets4,
.mainContent ul.bullets5,
.mainContent ul.bullets6,
.mainContent ul.bullets7 {
    margin: 0;
    padding: 0;
}
.mainContent ul.bullets1 li {
    padding-bottom: 5px;
    padding-left: 35px;
    list-style-type: none !important;
    background: url(../fonts/dot.svg) no-repeat;
    background-size: 22px 23px;
    background-position: 2px 0px;
    margin-bottom: 25px;
    margin-left: 20px;
}
.mainContent ul.bullets2 li {
    padding-left: 50px;
    padding-bottom: 0px;
    list-style-type: none !important;
    background: url(../fonts/positive.svg) no-repeat;
    background-size: 30px 30px;
    background-position: 0px center;
    margin-bottom: 15px;
}

.mainContent ul.bullets3 li {
    padding-left: 50px;
    padding-bottom: 0px;
    list-style-type: none !important;
    background: url(../fonts/li.svg) no-repeat;
    background-size: 30px 30px;
    background-position: 0px center;
    margin-bottom: 15px;
}

.mainContent ul.bullets4 li {
    padding-left: 50px;
    padding-bottom: 0px;
    list-style-type: none !important;
    background: url(../images/check_1.png) no-repeat;
    background-position: 0px center;
    margin-bottom: 15px;
    background-size: 30px 30px;
}

.mainContent ul.bullets5 li {
    padding-left: 50px;
    padding-bottom: 0px;
    list-style-type: none !important;
    background: url(../images/check2.png) no-repeat;
    background-size: 30px 30px;
    background-position: 0px center;
    margin-bottom: 15px;
}

.mainContent ul.bullets6 li {
    padding-left: 50px;
    padding-bottom: 0px;
    list-style-type: none !important;
    background: url(../images/check3.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0px center;
    margin-bottom: 15px;
}

.mainContent ul.bullets7{
	background: url(../images/paperBG.jpg) repeat;
	height:auto;
	width:100%;
}

.mainContent ul.bullets7 li {
    padding-left: 35px;
    list-style-type: none !important;
    background: url(../images/check4.png) no-repeat;
    background-size: 20px 20px;
    background-position: 4px 3px;
    padding-bottom: 15px;
}


.mainContent p{
	margin:15px 0px;
}

.mainContent p:first-child{
	margin-top:0px;
}

.mainContent p:last-child{
	margin-bottom:0px;
}


.mainContent figure {
    display: table;
    margin: 1rem auto;
}
.mainContent figure figcaption {
    display: block;
    margin-top: 0.25rem;
    text-align: center;
}
.mainContent figure.align-left {
    float: left;
}
.mainContent figure.align-right {
    float: right;
}
.mainContent figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}					

.tox .tox-collection--list .tox-collection__item[title="Lista1"] {
    background: url(../fonts/dot.svg) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	

.tox .tox-collection--list .tox-collection__item[title="Lista2"] {
    background: url(../fonts/positive.svg) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	

.tox .tox-collection--list .tox-collection__item[title="Lista3"] {
    background: url(../fonts/li.svg) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	

.tox .tox-collection--list .tox-collection__item[title="Lista4"] {
    background: url(../images/check_1.png) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	

.tox .tox-collection--list .tox-collection__item[title="Lista5"] {
    background: url(../images/check2.png) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	

.tox .tox-collection--list .tox-collection__item[title="Lista6"] {
    background: url(../images/check3.png) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	
.tox .tox-collection--list .tox-collection__item[title="Lista7"] {
    background: url(../images/check4.png) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
} 

.productInfoVariant-1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.productInfoVariant-1 > .infoProd {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    color: #222;
    margin-right: 0px;
}
.productInfoVariant-1 > .infoProd > p {
    margin-bottom: 8px;
}
.productInfoVariant-1 > .infoProd > .oldPrice {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: line-through;
}
.productInfoVariant-1 > .infoProd > .newPrice {
    color: #F44336;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
.productInfoVariant-1 > .imgProd {
    width: 100%;
    height: auto;
    max-width: 80%;
    max-height: 330px;
    object-fit: contain;
    margin-bottom:20px;
}
.promo.promo2 {
    background: #ff8000;
    color: #fff;
}
.promo.promo2:hover {
    background: #218838;
    opacity: 1 !important;
}
.priceStyle2 {
    position: absolute;
    bottom: 15px;
    left: 0px;
    text-decoration:none;
    color: #000;
    font-size: 30px;
    line-height: 29px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 0;
}
.mainProdDiv,
.mainProdMobileDiv {
    margin-bottom: 10px !important;
    overflow: hidden;
}
.mainProdDiv .mainProd {
    margin-top: -30px;
}

@media (max-width: 780px) {
    .priceStyle2 {
        bottom: 20px;
    }
    .mainProdDiv,
    .mainProdMobileDiv {
        margin-bottom: 25px !important;
        width: 100% !important;
    }
    .mainProdDiv .mainProd {
        margin-top: -30px;
    }
}

@media screen and (max-width:600px){
    .custom-btn-rounded{
        padding: 13px 40px;
        font-size: 25px;
        border-radius: 30px;
    }
}


@media (max-width: 660px) {
    .priceStyle2 {
        bottom: 20px;
    }
    .mainProdDiv,
    .mainProdMobileDiv {
        margin-bottom: 25px !important;
    }
}

@media screen and (max-width:500px) {
    input, select {
        width: 100% !important;
        margin-right:0px !important;
        margin-left:0px !important;
        margin-bottom:10px
    }

    input[type="radio"] {
        width:initial !important;
    }
}

@media (max-width: 400px) {
    /*.mainProdDiv,
    .mainProdMobileDiv {
        overflow: visible;
    }*/
    .mainProdDiv .mainProd {
        margin-top: -5px;
    }
    .priceStyle2 {
        bottom: -10px;
    }
}
@media (max-width: 840px) {
    .productInfoVariant-1 > .imgProd {
        height: auto;
    }
    .productInfoVariant-1 > .infoProd {
        margin-right: 40px;
    }
}
@media (max-width: 700px) {
    .productInfoVariant-1 {

    }
    .productInfoVariant-1 > .imgProd {
        height: auto;
        max-width:100%;
        min-width:260px;
    }
    .productInfoVariant-1 > .infoProd {
        margin-right: 0px;
    }
}

.verified {
    color: #444;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
}
.verified > i {
    display: inline-block;
    background: url('../images/verified.png') no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}