/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
.container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

a {
  text-decoration: none;
  transition: .3s;
}

ul li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Lato';
  font-weight: 400;
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.header__top {
  min-height: 47px;
  background-color: #f3f3f3;
}

.header__text {
  line-height: 47px;
  display: block;
  float: left;
  color: #868383;
  font-family: Lato, Helvetica, Arial, sans-serif;
}

.nav {
  float: left;
}

.nav__items {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nav__item {
  padding: 0 13px;
}

.nav__dropdown {
  display: none;
  position: absolute;
}

.nav__link {
  color: #868383;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.nav__item--has-dropdown {
  position: relative;
}

.nav__item--has-dropdown:hover .nav__dropdown {
  display: block;
  position: absolute;
}

.nav--account {
  margin-left: 490px;
}

.header__cart {
  display: block;
  float: right;
  line-height: 47px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.header__cart-link {
  color: #e680e0;
}

.header__form {
  padding: 26px 0;
}

.header__search {
  padding: 14px 50px 16px 10px;
  width: 345px;
  border: 2px solid #f3f3f3;
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-image: url("../img/search icon.png");
  background-repeat: no-repeat;
  background-position: 300px 17px;
}

.header__bottom {
  background-color: #000;
  padding: 23px 0;
}

.header__logo {
  float: left;
}

.nav--menu {
  float: right;
}

.nav--menu .nav__item .nav__link:hover {
  color: #e680e0;
}

.nav--menu .nav__link {
  color: #ffffff;
  font-size: 15px;
}

.banner {
  background-image: url("../img/banner-bg.jpg");
  height: 595px;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.banner__box {
  width: 495px;
  height: 180px;
  background-color: rgba(230, 128, 224, 0.5);
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner__subtitle {
  font-size: 24px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  letter-spacing: .3em;
  padding-top: 45px;
}

.banner__title {
  font-size: 56px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  margin: 0;
  padding-top: 15px;
}

.arrow__left {
  padding: 260px 0 0 43px;
}

.arrow__right {
  padding: 260px 43px 0 0;
}

.trends {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 38px 0 90px 0;
}

.trends__titles {
  max-width: 635px;
}

.trends__img {
  height: 480px;
  background-image: url("../img/redwoman.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.trends__subtitle {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #e680e0;
  letter-spacing: .3em;
  margin-top: 30px;
}

.trends__title {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 40px;
  margin: 15px 0 25px;
  color: #505050;
}

.trends__text {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #868383;
  line-height: 2em;
}

.trends__button {
  display: inline-block;
  font-family: Lato, Helvetica, Arial, sans-serif;
  border: 1px solid #868383;
  padding: 12px 35px;
  color: #868383;
  margin-top: 20px;
}

.trends__collection {
  max-width: 500px;
}

.trends__item {
  width: 500px;
  height: 360px;
  background-image: url("../img/trendsman.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.trends__item:hover .trends__btn {
  opacity: 1;
}

.trends__btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  padding: 19px 27px 21px 35px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #FFF;
  opacity: 0;
  transition: opacity .6s ease-in-out .3s;
}

.trends__item--bg2 {
  background-image: url("../img/trendsman2.jpg");
  margin-top: 40px;
}

.section__title {
  font-size: 38px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  margin: 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}

.section__title:before {
  content: '';
  display: block;
  height: 4px;
  background-color: #fff;
  border: 1px solid #938e8e;
  flex-grow: 1;
}

.section__title:after {
  content: '';
  display: block;
  height: 4px;
  background-color: #fff;
  border: 1px solid gray;
  flex-grow: 1;
}

.section__title span {
  display: inline-block;
  margin: 0 10px;
  color: #505050;
}

.features__nav {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  padding: 0;
}

.features__link {
  display: inline-block;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #868383;
  margin: 0 20px;
  border: 2px solid transparent;
}

.features__link:hover {
  border-bottom: 2px solid #868383;
  color: #e680e0;
}

.features__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features__img {
  height: 405px;
  width: 270px;
  position: relative;
}

.features__img--girl1 {
  background-image: url("../img/girl1.jpg");
}

.features__img--girl2 {
  background-image: url("../img/girl2.jpg");
}

.features__img--girl3 {
  background-image: url("../img/girl3.jpg");
}

.features__img--girl4 {
  background-image: url("../img/girl4.jpg");
}

.features__img--girl5 {
  background-image: url("../img/girl5.jpg");
}

.features__img--girl6 {
  background-image: url("../img/girl6.jpg");
}

.features__img--girl7 {
  background-image: url("../img/girl3.jpg");
}

.features__img--girl8 {
  background-image: url("../img/girl4.jpg");
}

.features__price {
  width: 79px;
  height: 37px;
  background-color: #000;
  color: #FFF;
  line-height: 37px;
  text-align: center;
  position: absolute;
  right: 0;
}

.features__title {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #505050;
  margin: 24px 0 10px;
}

.features__stars {
  display: flex;
  justify-content: flex-start;
}

.features__star {
  background-image: url("../img/starfull.png");
  width: 20px;
  height: 17px;
  margin-right: 4px;
}

.features__star--empty {
  background-image: url("../img/starempty.png");
}

.features__social {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

.features__like {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 14px;
  background-image: url("../img/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.features__cart {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 14px;
  background-image: url("../img/cart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.features__share {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../img/share.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sales {
  display: flex;
  padding: 80px 0 90px;
}

.sales__woman {
  display: inline-block;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 40px;
  position: relative;
  height: 395px;
  width: 50%;
  background-image: url("../img/sales_woman.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sales__woman h3 {
  display: inline-block;
  font-size: 92px;
  color: #FFF;
  margin: 0;
  padding: 0;
}

.sales__woman span {
  display: inline-block;
  font-size: 40px;
  color: #FFF;
  transform: rotate(-90deg);
  margin: 0;
  padding-left: 30px;
}

.sales__woman .sales__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.sales__man {
  display: inline-block;
  height: 395px;
  width: 50%;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 24px;
  position: relative;
  background-image: url("../img/sales_man.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sales__man h3 {
  font-size: 60px;
  margin: 0;
}

.sales__man span {
  color: #e680e0;
}

.sales__man .sales__title {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.sales__man p {
  letter-spacing: .3em;
}

.trending {
  text-align: center;
  padding-bottom: 113px;
}

.trending .section__title {
  margin-bottom: 40px;
}

.trending .features__title {
  text-align: left;
}

.features__img--girl9 {
  background-image: url("../img/trending1.jpg");
}

.features__img--girl10 {
  background-image: url("../img/trending3.jpg");
}

.features__img--girl11 {
  background-image: url("../img/trending5.jpg");
}

.features__img--girl12 {
  background-image: url("../img/trending7.jpg");
}

.features__img--girl13 {
  background-image: url("../img/trending8.jpg");
}

.trending__btn {
  display: inline-block;
  border: 1px solid #505050;
  color: #505050;
  font-size: 21px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  padding: 19px 65px 22px 60px;
  margin-top: 35px;
}

.cites {
  background-image: url("../img/citesbg.jpg");
  min-height: 470px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cites .fa {
  color: #e680e0;
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
}

.cites__text {
  color: #FFF;
  font-size: 16px;
  font-family: Open Sans;
  text-align: center;
  padding: 165px 365px 65px 360px;
  margin: 0;
}

.cites__img {
  width: 66px;
  height: 66px;
  background-image: url("../img/citesface.jpg");
  margin: 0 auto;
}

.cites__title {
  color: #FFF;
  font-size: 14px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 15px 0 0;
}

.cites__subtitle {
  font-size: 13px;
  text-align: center;
  color: #868383;
  font-family: Lato, Helvetica, Arial, sans-serif;
  margin: 8px 0 0;
}

.blogs {
  padding-top: 98px;
}

.blogs__items {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.blogs__img {
  width: 370px;
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blogs__img--blog1 {
  background-image: url("../img/blogs1.jpg");
}

.blogs__img--blog2 {
  background-image: url("../img/blogs2.jpg");
}

.blogs__img--blog3 {
  background-image: url("../img/blogs3.jpg");
}

.blogs__title {
  font-size: 32px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: #505050;
  margin: 35px 0 25px;
}

.blogs__text {
  font-size: 16px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: #868383;
  line-height: 1.8em;
}

.blogs__btn {
  display: inline-block;
  border: 1px solid #505050;
  padding: 12px 26px 13px 21px;
  color: #505050;
  font-family: Lato, Helvetica, Arial, sans-serif;
  margin-top: 30px;
}

.brands {
  padding: 90px 0 55px;
}

.brands__items {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

.brands__link {
  background-image: url("../img/brand1bw.png");
  display: block;
  width: 194px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: background-image .1s ease-in-out .5s;
}

.brands__link:hover {
  background-image: url("../img/brand hover.png");
}

.footer {
  background-color: #1d1d1d;
  padding: 95px 0 60px;
}

.footer__items {
  display: flex;
  justify-content: space-between;
}

.footer__title {
  font-size: 19px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: #FFF;
  margin: 0 0 40px;
}

.footer__title--marg {
  margin: 0 0 25px;
}

.footer__links {
  margin: 0;
  padding: 0;
}

.footer__link, .footer__text {
  color: #868383;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.footer__input {
  background-color: #1d1d1d;
  border: 1px solid #868383;
  padding: 7px 16px;
  color: #868383;
  width: 190px;
}

.footer__btn {
  padding: 6px 15px;
  margin-top: 23px;
  background-color: #e680e0;
  color: #ffffff;
  border: none;
  font-size: 15px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  width: 190px;
}

.footer__social {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.footer__social .fa {
  display: inline-block;
  color: #868383;
  font-size: 27px;
  margin: 0 4px;
}
