@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html, body  
	{
	 text-align: center; 
	 font-size: 14px; 
	 font-family: 'Roboto', sans-serif;  
	 color:#574D4D;
        margin: 0;
	}
body *
	{margin: 0 auto; 
	 padding: 0px; 
	 font-size: 14px; 
	 text-align: left;  
     font-family: 'Roboto', sans-serif;   
    
	}
h1.main-text {
    color: #fff;
    border-bottom: 0px;
    text-align: center;
}
.top {
    background: #7cc1ae
}

/*menu*/
.topnav a {
    color: #fff;
    transition: .5s ease;
}
.topnav a:hover {
    color: #C1DFD6!important
}
.topnav {
    overflow: hidden;
   display: flex;
    color: #ffffff;
    margin: 0 auto;
   justify-content: space-between
}
.topnav a {
  float: left;
  display: block;
 font-family:'Oswald', sans-serif;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav  a {
   color: #f2f2f2;  
}
.topnav .icon {
  display: none;
}
/*
#top-menu {
    display: inline-block;
    width: 1000px;
    height: 53px;
    list-style: none outside none;
    margin: 82px 0px 10px;
    color: #ffffff;
	font-weight:bolder;
    line-height: 25px;
	font-size:20px;
    font-weight: normal;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}
#top-menu li{
display:inline;
margin-right: 60px;
}
*/
img 
  {border: 0px;
      max-width: 100%;
	}
h1 
	{font-size: 3em; 
	 color:#231F20;
	 font-family:'Oswald', sans-serif;
	 border-bottom: 2px solid #231F20;
	padding: 0px 0px 7px;
	margin-bottom: 5px;
	}
h2 
	{font-size: 2.5em;
	color:#231F20;
	 font-family:'Oswald', sans-serif;
		 border-bottom: 2px solid #231F20;
	padding: 0px 0px 7px;
	margin-bottom: 5px;
	}
h3
	{font-size: 2em; 
	 font-weight: bold;
	 color:#231F20;
	 padding-bottom:10px;
     font-family:'Oswald', sans-serif;
	}
table.main 
	{padding: 0px; 
	 border: 0px; 
	 margin: 0px auto 0px auto; 
	 width: 600px; 
	 background: #fafafa;
	}
td 
	{text-align: left; 
	 vertical-align: top; 
	 background: #ffffff;
	}
a 
	{color:#574D4D;
	 text-decoration:none;
	}
a:visited 
	{color:#574D4D;
	}
a:hover 
	{color: #EF8BB8;
	}
p {
padding-bottom:20px;
line-height:150%;
color:#101010;
font-size:14px;
}
.clr{
clear:both;
}
#header{
color:#ffffff;
width:1000px;
}
#wrapper{
width:1030px;
}

#main{
background:#ffffff;
}

.date{
float: left;
margin-left: -7%;
border: medium none;
width: 45px;
height: 95px;
margin-top: 24px;
display: block;
}

#content{
width:600px;
padding:15px;
float:left
}
#content ul li{
list-style-type:none;
}
#content ul li strong {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-family:'Oswald', sans-serif;
}
#content li{
padding-bottom:20px;
position: relative;
}
#comments{
}
#comment-box{
margin-bottom:20px;
}
#comment{
padding: 10px;
font-size:11px;
float:right;
border-radius: 10px;
border: 1px solid #DDD;
width: 500px;
}
#comment p{
padding-bottom:5px;
font-weight:bold;
color:#C1DFD6;
font-size: 15px;
}
#comment-img{
float: left;
margin-right: 10px;
padding: 10px;

}
#sidebar{
padding:15px;
width:340px;
float:right;
}
#social{
display:inline;
list-style-type:none;

}
#social li{
display:inline;
padding: 5px;
}
#sidebar {
    background-color: #fafafa;
}
#sidebar p{
padding-bottom:0px;
padding-top:20px;
line-height:150%;
color:#231F20;
font-size:14px;
}

#sidebar ul{
padding-left:25px;
line-height:1.2;
list-style: none;
}
#sidebar ul li {
    position: relative;
}
#sidebar ul li:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #c2c2c2;
    left: -25px;
    top: 7px;
    
}
.first-box .review  {
    background: #C1DFD6;
}
hr {
   border: 2px solid #f2f2f2;
}
.review {
    font-weight: bold; 
    font-size: 20px!important; 
    font-family:'Oswald', sans-serif;
    background: #f2f2f2;
    padding: 10px; 
    display: block;
    text-align: center;
    padding-top: 10px!important;
     padding-bottom: 10px!important;
    text-transform: uppercase;
    margin: 10px 0;
}
.review span {
    font-size: 34px!important
}
.number {
    font-size: 3em; 
    font-family:'Oswald', sans-serif;
    font-weight: bold;
}
.title {
    font-size: 2em;
      font-family:'Oswald', sans-serif;
    font-weight: bold;
}
.list-plus, .list-minus {
    font-size: 1.5em;
    font-weight: bold;
    font-family:'Oswald', sans-serif;
    margin: 10px 0;
    display: block;
}
.list-plus {
    margin-bottom: 20px;
}
.nanolash-link {
    font-weight: bold; 
    font-family:'Oswald', sans-serif;
}
.condtioner-img {
    text-align: center;
}
.condtioner-img img {width: 250px;
margin: 20px 0;}
.box {
   padding: 10px;  
}
.first-box {
    border: 5px solid #C1DFD6;
   
}
.comment-headline {
    border-bottom: 2px solid #000;
    font-weight: bold;
    padding: 5px 0;
    font-family:'Oswald', sans-serif;
    font-size: 2em;
    margin-bottom: 10px;
    
}
.author-box {
    background: #f2f2f2;
    padding: 10px;
}
.author-box:after {
    content: '';
    display: block;
    clear: both;
}
.author-title p {
     font-family:'Oswald', sans-serif;
    font-size: 2em; 
    margin-top: 20px;
}
.author-img {
    float: left;
    margin-right: 10px;
}
@media (max-width: 1024px) {
    h2 { 
    font-size: 2em;}
    img {
        max-width: 100%;
    }
    #wrapper {
        width: 100%;
    }
    #content { 
    width: 60%;}
    #comment {
        width: 75%;
    }
    #sidebar {
        width: 30%;
    }
    #header {
        width: 100%;
    }
    .condtioner-img img {
        width: 80%;
    }
   
}
@media (max-width: 600px) {
    #comment-img {
        padding: 10px 5px;
        width: 10%;
    }
    #comment {
        width: 75%;
    }
    img {
        max-width: 100%;
    }
    #wrapper {
        width: 100%!important;
            padding: 0px 15px;
    overflow: hidden;
    box-sizing: border-box;
    }
    #content {
        width: 100%;
        float: none;
        padding: 0px;
    }
    #sidebar {
        width: 100%;
        float: none;
    }
    #sidebar {
        padding: 0px;
    }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;
    display: block;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
    #header {
        width: 100%;
        background-image: none;  
        height: auto;
    }
    .topnav{
        display: block;
    }
}