h1, h2, h3, h4, h5, h6 {
    font-family: 'Teodor Semi Bold,Helvetica,Arial,sans-serif';
}
h1{
	font-size:3.15rem;
}
@media (max-width: 560px){
    .md-h1-font{
	    font-size:2.6rem;
    }
}
h6{
	font-size:1.5625rem;
}
p, ul{
	font-size:18px;
}

.mt-auto{
	margin-top:auto;
}
.mb-auto{
	margin-bottom:auto;
}
.mb-18{
	margin-bottom:18px;
}
.mb-30{
	margin-bottom:30px;
}
.mb-60{
	margin-bottom:60px;
}
.mt-30{
	margin-top:30px;
}
.green-dot-after:after{
	background-color: #8bbc07;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 4px;
    position: relative;
    top: 3px;
    width: 13px;
    height: 19px;
    margin-left: 8px;
    width: 19px;
}

.list-inline li{
	font-size:14px;
	display:inline-block;
}

.list-inline li:not(:first-child):before{
	background-color: #000;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 20px;
    margin-right: 24px;
    width: 8px;
}

.list-general li{
    margin-bottom:24px;
}

.list-general li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1pc;
    padding-left: 36px;
    position: relative;
}
.list-general li:before {
    background-color: #8bbc07;
    border-radius: 100%;
    content: "";
    display: block;
    height: 14px;
    left: 6px;
    position: absolute;
    top: 11%;
    width: 14px;
}

.list-general-1 li{
    margin-bottom:24px;
}

.list-general-1 li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1pc;
    padding-left: 36px;
    position: relative;
}
.list-general-1 li:before {
    content: "\f175 ";
    font-family: FontAwesome;
    color:#83837f;
    display: inline-block;
    height: 14px;
    left: 6px;
    position: absolute;
    top: 11%;
    width: 14px;
}

.btn-green-underline{
	background-color: #cffb5e;
	border:1px solid #111;
	border-radius:10px;
    border-color: #cffb5e;
    padding:12px 76px;
    color:#111;
}

.btn-green-underline:hover{
	background-color: #fff;
    border-color: #111;
}

.text-green-large{
	font-size: 7.22rem;
	color: #88bc07;
    font-size: 5.2rem;
    line-height: 100%;
    margin: 0;
}

.text-small{
	font-size:14px;
}

.color-tab li{
	display:inline-block;
	color:#111;
	margin-right:36px;
}

.color-tab li:hover{
	cursor:pointer;
}

.color-tab .active{
	border-bottom:2px solid #111;
}

.color-list .color-item, .color-list-1 .color-item, .color-list-2 .color-item, .color-list-3 .color-item {
    width: 32px;
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: 30px;
    padding: 4px 5px 5px 4px;
}

.color-list .color-item .btn-color, .color-list-1 .color-item .btn-color, .color-list-2 .color-item .btn-color, .color-list-3 .color-item .btn-color {
    width: 22px;
    height: 22px;
    border: 1px solid #cccccc;
    border-radius: 25px;
    position: relative;
}

.color-list .color-item .btn-color span, .color-list-1 .color-item .btn-color span, .color-list-2 .color-item .btn-color span, .color-list-3 .color-item .btn-color span {
    position: absolute;
    top: 0px;
    left: 3px;
    color: #fff;
}

.link-underline{
	color:#111;
}

.link-underline:hover{
	text-decoration:underline;
}

.text-underline{
	color:#111;
	text-decoration:underline;
}

.text-underline:hover{
	text-decoration:underline;
}

.product-container, .faq-container, .desc-container, .manual-container{
	border-radius:10px;
	padding: 20px 40px
}

.product-container .product-img{
	background-color:#fff;
	border-radius:50%;
}

.product-container .product-desc p, .product-container .product-desc p a{
	color:#111;
	min-height:36px
}

.product-container .product-desc p:first-child{
	min-height:245px;
}

.bg-img-1{
	background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-bottom: 120px;
}

@media (max-width: 560px){
    .bg-img-1{
	    background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
        padding-bottom: 280px;
    }
}

.desc-container p{
	color:#111;
	min-height:36px
}

.bg-gray{
	background-color:#f5f5f3;
}

.bg-light-green{
	background-color:#ddeabd;
}

.faq-list li{
	border-top:1px solid #111;
	padding-top:24px;
	padding-left:18px;
	padding-bottom:24px;
}

.faq-list li:last-child{
	border-bottom:1px solid #111;
}

.faq-list, .faq-list li a, .faq-list li p{
	color:#111;
}

.manual-list li{
	border-top:1px solid #111;
	padding-top:24px;
	padding-left:18px;
	padding-bottom:24px;
}

.manual-list li:last-child{
	border-bottom:1px solid #111;
}


.manual-list, .manual-list li a, .manual-list li p{
	color:#111;
}

.color-green{
	color:#8bbc07;
}

.font-large{
	font-size:64px;
}

.circle-default{
	border-radius:50%;
}

.container-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px){
    .container-2 {
        max-width: 800px;
    }
}

.container-3 {
    width: 540px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px){
    .container-2 {
        max-width: 600px;
    }
}

@media (max-width: 560px){
    .md-hidden {
        display:none;
    }
    
    .md-text-center{
        text-align:center !important;
    }
}

@media (max-width: 991px){
    .md-text-center{
        text-align:center !important;
    }
    .md-float-none{
        float:none !important;
    }
}

.download-block img{
	display:inline-block;
	width:100% !importtant;
}

.custom{
	max-width:730px;
}

.product-new{
	min-height:36px;
}
.new-icon{
	font-size:14px;
	color:#fff;
	background-color:#022435;
	border-radius:20px;
	padding:5px 10px;
}
.new-icon:hover{
	color:#fff;
}

