/*-========================================-global-style-for-ol-browsers-========================================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
iframe,
ol,
ul,
li,
form,
label,
i,
footer,
header,
menu,
nav,
a,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
video,
canvas,
section,
/*commonly used tags*/
applet,
object,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
hgroup,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
dl,
dt,
dd,
fieldset,
legend,
article,
aside,
details,
embed,
figure,
figcaption,
output,
section,
summary,
time,
mark,
audio,
center,
ruby {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


* {
    outline: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

button {
    cursor: pointer;
}

input,
button,
select {
    display: inline-block;
    padding: 0;
    border: 0;
}
img{
    width: 100%;
}
body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #F5F7F9;
    color:rgba(0, 0, 0, 1);
    padding: 0;
    max-width: 100%; 
    width: 100%;
    margin:0 auto;
}

.container {
    max-width:1670px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.min-container{
    max-width:1070px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.single-container{
    max-width:1380px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.page-template-page-botox .products-slider .swiper-wrapper, 
.page-template-page-lopecia .products-slider .swiper-wrapper{
    display: flex;
    justify-content: center;
}
#primary{
	margin:100px 0;
}
#primary h2{
	font-size:32px;
	margin-bottom:30px;
}
#primary p{
	font-size:16px;
	margin-bottom:20px;
}
#primary ul{
   list-style: disc;
   padding: 20px;
   line-height: 30px;
}
#primary table{
  margin:30px 0;
  border-collapse: collapse;
  width: 100%;
}

#primary td, #primary th {
  border: 1px solid #ddd;
  padding: 8px;
}
#primary tr:nth-child(even){background-color: #f2f2f2;}
#primary th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
@media only screen and (max-width: 1670px) {
   
}
@media only screen and (max-width: 1200px) {
  
}
@media only screen and (max-width: 992px) {
  
}
@media only screen and (max-width: 768px) {
    .products-slider .swiper-wrapper{
        display: flex;
        justify-content: normal;
    }
}
@media only screen and (max-width: 576px) {
  
}