@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');

* {
  outline: 0 !important;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  background-color: #fff;
  color: #000;
}

.container {
  max-width: 1200px;
  width: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
}

::-moz-selection {
  background-color: #d4e8fc;
  color: #0e4376;
}

::selection {
  background-color: #d4e8fc;
  color: #0e4376;
}

/*PLACEHOLDER*/
.form-control::placeholder {
 /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
 /* Firefox */
  ;
}

.form-control:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
  color: #FFF;
}

.form-control::-ms-input-placeholder {
 /* Microsoft Edge */
  color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

a,h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a {
  cursor: pointer;
}

a:active,a:focus,a:hover {
  text-decoration: none;
  cursor: pointer;
}

ul,ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  word-break: break-word;
}

textarea {
  resize: none;
}

strong, label, th {
  font-weight: 600;
}

.bold, b {
  font-weight: 600;
}

a, h1, h2, h3, h4, h5, h6,
.transition, .form-control, .badge, .btn {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.btn,.progress,.progress-bar,.form-control,.breadcrumb {
  /* border-radius: 0; */
  ;
}

._m-0 {
  margin: 0!important;
}

._mt-0 {
  margin-top: 0!important;
}

._mb-0 {
  margin-bottom: 0!important;
}

._mr-0 {
  margin-right: 0!important;
}

._ml-0 {
  margin-left: 0!important;
}

._p-0 {
  padding: 0!important;
}

._pt-0 {
  padding-top: 0!important;
}

._pb-0 {
  padding-bottom: 0!important;
}

._pr-0 {
  padding-right: 0!important;
}

._pl-0 {
  padding-left: 0!important;
}

/*SECTIONS*/
section {
  padding: 4em;
  position: relative;
}

section ._title-header {
  margin: 1em auto;
}

section .title {
  margin: 0;
  font-size: 34px;
}

section .sub-title {
  font-size: 27px;
  margin: 10px 0 0;
}

section .title-lg {
  font-size: 40px;
}

section p {
  font-size: 20px;
  margin: 0 0 20px;
  line-height: 1.5;
}

section .media {
  margin: 4em 0;
  position: relative;
}

section .media-left {
  padding-right: 3em;
}

section .media-right {
  padding-left: 3em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dropdown-menu {
  border: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.dropdown-menu>li>a {
  padding: 10px 20px;
}

/*IMAGES*/
._img {
  overflow: hidden;
  width: 370px;
  height: 500px;
  border-radius: 25px 25px 200px 200px;
  border-width: 6px;
  border-style: solid;
  border-color: #e5e5e5;
}

._img .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

._img-bg-left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 21% 0, 49% 100%, 0% 100%);
  clip-path: polygon(0 0, 21% 0, 49% 100%, 0% 100%);
}

._img-bg-right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(79% 0, 100% 0, 100% 100%, 51% 100%);
  clip-path: polygon(79% 0, 100% 0, 100% 100%, 51% 100%);
}

/*FOOTER*/
footer {
  padding: 5em 0;
}

footer ul {
  position: relative;
  top: 1.3em;
}

footer ul li {
  display: inline-block;
  padding: 0 12px;
  font-size: 20px;
  position: relative;
}

footer ul li:not(:first-child)::before {
  content: '|';
  position: relative;
  left: -13px;
}

footer ul li a {
  color: #fff;
}

footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

footer .socialIcons {
  position: relative;
  text-align: right;
}

footer .socialIcons a {
  text-align: center;
  width: 48px;
  height: 48px;
  margin: 5px 5px 0 0;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #FFF;
  font-size: 18px;
  line-height: 48px;
  display: inline-block;
}

footer .socialIcons a:hover {
  color: #0e4376;
  background-color: #fff;
}

/*BANNER*/
.white-clip {
  background-color: #fff;
  -webkit-clip-path: polygon(34% 0, 100% 0, 100% 61%, 16% 100%, 0 64%, 0 18%);
  clip-path: polygon(34% 0, 100% 0, 100% 61%, 16% 100%, 0 64%, 0 18%);
  padding: 5em;
  position: relative;
}

.white-clip ._b-img {
  position: absolute;
  top: 100px;
  right: 0;
}

._banner .caption {
  max-width: 730px;
  text-align: left;
  position: relative;
  padding: 5em 0;
  z-index: 999;
}

._banner .caption .logo {
  margin: 0 0 5em;
  width: 400px;
}

._banner .caption h1 {
  font-size: 6.5em;
  margin: 0 0 20px;
  line-height: 1;
}

._banner .caption p {
  font-size: 3em;
  margin: 0 0 10px;
  line-height: 1.3;
  font-weight: 300;
}

/*CATEGORIES*/
._cat-box {
  text-align: center;
  margin-bottom: 3em;
}

._cat-box figure {
  border: 10px solid #900061;
  width: 197px;
  height: 197px;
  border-radius: 50%;
  background: #f5f5f5;
  text-align: center;
  margin: auto;
  position: relative;
}

._cat-box figure img {
  position: relative;
  top: 47px;
}

._cat-box h1 {
  font-size: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 18px 0 0;
}

/*LIST*/
._list {
  position: relative;
}

._list li {
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin-bottom: 1.2em;
}

._list-img li {
  font-size: 27px;
}

._list-img li figure {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 50px;
}

._list-img li figure img {
  width: 40px;
}

._list-img .bottle-1 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 130px;
}

._list-icon li {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1em;
  position: relative;
  padding-left: 60px;
}

._list-icon li:before {
  content: "";
  background: url(../images/check.png);
  position: absolute;
  width: 38px;
  height: 32px;
  top: 6px;
  left: 0;
}

.btn-order {
  margin-top: 1em;
  border-radius: 5px;
  border-width: 0;
  padding: 14px 1.5em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.5em;
  position: relative;
  z-index: 9999;
}

/*RESPONSIVENESS*/
@media (max-width: 1199px) {
  .white-clip {
    background-color: #ffffff;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 0;
  }

  .white-clip ._b-img {
    top: auto;
    bottom: 0;
    max-width: 900px;
  }

  ._banner .caption {
    max-width: 450px;
    padding: 0;
  }

  ._banner .caption h1 {
    font-size: 4em;
  }

  ._banner .caption p {
    font-size: 2em;
  }

  ._list-img li {
    font-size: 22px;
  }

  ._list-img li figure {
    margin-right: 15px;
  }

  ._list-img li figure img {
    width: 40px;
  }

  ._list-img .bottle-1 {
    position: relative;
    margin: 0 auto 3em;
    display: block;
    width: 120px;
  }
}

@media (max-width: 991px) {
  footer,
  footer .socialIcons {
    text-align: center;
  }

  footer .socialIcons,
  footer ul {
    top: 0;
    margin-bottom: 2em;
  }

  section ._img {
    margin: 0 auto 2em !important;
    float: none;
    width: 300px;
    height: 400px;
  }

  section ._img .fill {
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  section .media-left,
  section .media-right {
    padding: 0;
  }

  section .media-body {
    text-align: left;
  }

  section .media-left,
  section .media-right,
  section .media-body {
    display: block;
    width: 100%;
  }

  section .media-left {
    margin-bottom: 2em;
  }

  .white-clip ._b-img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
  }

  ._banner .caption {
    max-width: 100%;
  }

  ._img-bg-left,
  ._img-bg-right {
    height: 300px;
  }

  .col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  ._banner .caption .logo {
    width: 250px;
    margin-bottom: 3em;
  }

  section {
    padding: 2em;
  }

  section .title {
    font-size: 24px;
  }

  section .sub-title,
    ._list-img li {
    font-size: 20px;
  }

  section .title-lg {
    font-size: 28px;
  }

  section p,
    ._list-icon li {
    font-size: 16px;
  }

  ._banner .caption h1 {
    font-size: 3em;
  }

  ._banner .caption p {
    font-size: 1.5em;
  }
}

@media (max-width: 550px) {
  section {
    padding: 1.5em;
  }

  section .title {
    font-size: 22px;
  }

  section .sub-title,
    ._list-img li {
    font-size: 18px;
  }

  section .title-lg {
    font-size: 26px;
  }

  section p,
    ._list-icon li {
    font-size: 15px;
  }

  .btn-order {
    font-size: 1.5em;
  }
}