/**------------------------------------------------------------------
	[Table of contents]
	
	1. Body and general styles
	2. Typography
	3. Preloader
	4. Buttons
	5. left sidebar section
	6. right sidebar section
	7. Header section 
	8. Animated Search Form
	9. footer styles
	10. page styles
	11. saction selling
	12. section coupon
	13. section brands
	14. section subscribe
	15. section recommend
	16. secrtion app
	17. section blog-preview
	18. product-card styles
	19. slick styles
	20. category page
	21. contacts page
	22. cart page
	23. log in page
	24. blog post page
---------------------------------------------------------------------
*/

/**-----------------------------------------------------------------
	[Fonts linking]
	-------------------------------------------------------------**/

@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Sintony:400,700,900");

/**-----------------------------------------------------------------
	[1. Body and general styles]
	-------------------------------------------------------------**/

html {
  font-size: 14px;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  color: #111;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

/**-----------------------------------------------------------------
	[2. Typography]
	-------------------------------------------------------------**/

p {
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sintony', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Sintony', sans-serif;
  color: rgba(17,17,17,0.87);
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}

.h1 {
  font-size: 4.64286rem;
}

.h2 {
  font-size: 3rem;
  line-height: 3.2857rem;
  margin-bottom: 7px;
}

.h3 {
  font-size: 1.85714rem;
  line-height: 2.57142rem;
  margin-bottom: 0;
}

.h4 {
  font-size: 1.57143rem;
  line-height: 2.28571rem;
}

.h5 {
  font-size: 1.14286rem;
  line-height: 1.71429rem;
}

.h6 {
  font-family: 'Sintony', sans-serif;
  color: rgba(17,17,17,0.87);
  font-weight: 700;
  margin-top: 0;
  font-size: 1rem;
  line-height: 2.28571rem;
}

a {
  color: #0091ea;
  transition: all 0.4s ease-in-out;
}

a:hover {
  color: #0191e9;
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a:active {
  outline: none;
  text-decoration: none;
  color: #0284d4;
}

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

.divider {
  background-color: rgba(17,17,17,0.37);
  height: 1px;
}

select {
  background-color: transparent;
}

/*
	[3. Preloader]
*/

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 500;
  transition: all 0.4s ease-in-out;
}

.preloader__round {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #f44336;
  border-bottom: 16px solid #f44336;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.js-preloader__loaded {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
}

/*
	[4. Buttons]
*/

button,
input,
textarea {
  outline: none;
}

button:focus {
  outline: none;
}

.btn-main {
  display: inline-block;
  padding: 10px 30px;
  box-shadow: 2px 3px 5px 0px rgba(68,68,68,0.38);
  text-transform: uppercase;
  color: rgba(255,255,255,0.87);
  background-color: #0091ea;
  border: none;
  transition: all 0.4s ease-in-out;
}

.btn-main:hover {
  color: rgba(255,255,255,0.87);
  background-color: #0284d4;
}

.btn-main:active {
  box-shadow: 2px 3px 7px 0px rgba(68,68,68,0.38);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.btn-sm {
  padding: 3.5px 30px;
}

.btn-lg {
  font-size: 18px;
}

.btn-inv {
  background-color: #ef5350;
}

.btn-inv:hover {
  background-color: #e53935;
}

.btn-sale {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
}

.btn-scrl {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 95px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 2px;
  z-index: 15;
}

.btn-scrl .flaticon:before {
  margin: 0;
  font-size: 24px;
  color: #fff;
}

.btn-scrl-badge {
  position: absolute;
  text-align: center;
  top: 10px;
  right: 7px;
  background-color: #fff;
  color: #0091ea;
  font-size: 10px;
  padding: 2px 1px;
  min-width: 17px;
  height: 17px;
  border-radius: 50%;
}

.btn-soc {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  padding: 2px;
  margin-right: 18px;
  margin-top: 18px;
}

.btn-slide {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  font-size: 24px;
  transition: all 0.4s ease-in-out;
}

.btn-slide:hover {
  background-color: #0091ea;
  color: #fff;
}

.btn-paginator {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: none;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}

.btn-paginator:hover {
  background-color: #0091ea;
  color: #fff;
}

.btn-box__center {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .btn-scrl {
    right: 40px;
  }
}

/*
	[5. left sidebar section]
*/

.canvas {
  position: fixed;
  z-index: 200;
  opacity: 0;
  background-color: #fff;
  width: 250px;
  height: 100%;
  padding-left: 15px;
  padding-top: 40px;
  top: 0;
  left: -250px;
  box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.37);
  transition: all 0.5s ease-in-out;
}

.canvas__control {
  display: none;
}

.canvas__control:checked + .canvas {
  left: 0;
  opacity: 1;
}

.canvas__control:checked + .sidebar-cart {
  right: 0;
}

.canvas__link {
  color: rgba(17,17,17,0.87);
  line-height: 2;
}

.canvas__button {
  position: absolute;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
  top: 30px;
}

.canvas__button-off {
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 0.54;
  cursor: pointer;
}

.canvas__button-line {
  display: block;
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-bottom: 12px;
  opacity: 0.87;
}

/*
	[6. right sidebar section]
*/

.sidebar-cart {
  position: fixed;
  z-index: 20;
  background-color: #fff;
  width: 250px;
  height: 100%;
  padding: 40px 15px;
  top: 0;
  right: -250px;
  box-shadow: -3px 0px 5px 0px rgba(8,8,8,0.37);
  transition: right 0.5s ease-in-out;
}

.sidebar-cart__list {
  margin: 27px 0;
}

.sidebar-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}

.sidebar-cart__item-img {
  width: 40px;
  height: 40px;
  overflow-y: hidden;
}

.sidebar-cart__item-img> img {
  width: 100%;
}

.sidebar-cart__item-desk {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  text-align: left;
  padding-left: 15px;
}

.sidebar-cart__item-lot:after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}

.sidebar-cart__item-count:after {
  content: 'x';
  margin: 0 5px;
}

/*
.sidebar-cart__item-price:before {
  content: '$';
  margin-right: 5px;
}
*/

.sidebar-cart__total {
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.37);
}

.sidebar-cart__total-title {
  font-weight: 700;
  opacity: 0.87;
  text-transform: uppercase;
  line-height: 4rem;
}

.sidebar-cart__total-count {
  font-weight: 400;
}

/*
.sidebar-cart__total-count:before {
  content: ': $ ';
}
*/

.sidebar-cart__link {
  text-transform: uppercase;
}

/**-----------------------------------------------------------------
	[7. Header section ]
	-------------------------------------------------------------**/

.header {
  height: 800px;
  background-color: #f44336;
  background-image: url("../image/header/gerl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.37);
}

.header__content {
  position: absolute;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.header__logo {
  display: inline-block;
  margin-left: 83px;
}

.header__menu {
  text-align: right;
  z-index: 5;
}

.header__line-item {
  position: relative;
}

.header__line-item,
.header__line-link {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.header__line-link:after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 2px;
}

.header__line-link:hover {
  opacity: 1;
}

.header__line-item:hover > .header__dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header__dropdown-menu {
  background-color: #fff;
  display: block;
  min-width: 110px;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 20px 15px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  z-index: 100;
}

.header__dropdown-menu:hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header__dropdown-item {
  text-transform: uppercase;
  color: #0091ea;
}

.header__dropdown-link {
  color: rgba(17,17,17,0.87);
  opacity: 0.87;
}

.header__top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.header__top-item {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 27px;
  font-weight: 700;
}

.header__top-item:hover > .header__dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header__top-link {
  color: #fff;
  opacity: 0.87;
}

.header__nextmenu {
  width: 210px;
}

.header__cart {
  position: relative;
  color: #fff;
}

.header__cart-link {
  color: #fff;
  cursor: pointer;
}

.header__cart-badge {
  position: absolute;
  text-align: center;
  top: -10px;
  right: -12px;
  background-color: #00b0ff;
  font-size: 10px;
  padding: 2px 1px;
  min-width: 20px;
  border-radius: 50%;
  box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.51);
}

.header__home {
  padding-top: 87px;
  color: #fff;
  opacity: 0.87;
}

.header__home-title {
  color: #fff;
  opacity: 0.87;
}

.header__home-desk {
  margin-bottom: 39px;
}

.header-work {
  height: 420px;
  background-image: url("../image/header/foto-bg.png");
  background-position: bottom;
  background-size: cover;
}

.header-work__title {
  font-size: 68px;
  font-weight: 400;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.87;
}

.header__crumbs {
  margin-top: 90px;
}

.header__crumbs-item {
  display: inline-block;
}

.header__crumbs-item:after {
  content: '-';
  padding: 0 2px;
  color: #fff;
  opacity: 0.87;
  margin-left: 2px;
}

.header__crumbs-item:last-child:after {
  content: '';
}

.header__crumbs-link {
  font-size: 12px;
  color: #fff;
  opacity: 0.54;
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  .header__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__home-title {
    font-size: 36px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .header-work__title {
    margin-top: 50px;
    font-size: 3.35rem;
  }

  .header-work__crumbs {
    margin-top: 70px;
  }
}

/*
	[8. Animated Search Form]
*/

.search-label {
  color: #fff;
  opacity: 0.87;
  margin-right: 10px;
  cursor: pointer;
}

.search-input {
  width: 0;
  border: none;
  padding: 5px 0;
  transition: all 0.4s ease-in-out;
}

.search-input:focus {
  width: 180px;
  padding: 5px;
}

#searchbox {
  display: none;
}

#searchbox:checked + .search-input {
  width: 180px;
  padding: 5px;
}

/*
	[9. footer styles]
*/

.footer {
  background-color: #ef5350;
  padding-top: 25px;
  padding-bottom: 80px;
  color: rgba(255,255,255,0.87);
}

.footer__title {
  color: rgba(255,255,255,0.87);
}

.footer__menu-item {
  line-height: 24px;
}

.footer__menu-link {
  color: #fff;
}

.footer__socmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__socmenu-item {
  margin-right: 12px;
}

.footer__socmenu-link {
  display: block;
  color: #fff;
  fill: #fff;
  opacity: 0.55;
  max-width: 48px;
}

.footer__socmenu-link >i {
  font-size: 28px;
}

.footer__socmenu-link >img {
  width: 100%;
}

.footer__socmenu-link:hover {
  fill: #00b0ff;
  opacity: 1;
}

.footer__socmenu-link .flaticon:before {
  font-size: 24px;
  margin: 0 auto;
}

.footer__phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.footer__phone-wrapper .flaticon:before {
  margin-left: 0;
  margin-right: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.87);
}

/*
	[10. page styles]
*/

.page-section {
  margin: 65px 0;
  text-align: center;
}

.page-section__img {
  margin-bottom: 35px;
}

/*
	[11. saction selling]
*/

.selling__cart {
  position: relative;
  box-shadow: 2px 4px 8px 0 rgba(0,0,0,0.2);
  height: 350px;
  overflow: hidden;
  margin: 0 0 25px 0;
  z-index: 1;
}

.selling__cart:hover .selling__cart-overlay {
  bottom: 20%;
  height: 78%;
}

.selling__cart-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.selling__cart-title {
  padding: 5px 15px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}

.selling__cart-desk {
  padding: 5px 15px;
}

.selling__cart-price {
  display: inline-block;
  text-align: left;
  padding-left: 15px;
  padding-bottom: 11px;
  font-weight: 700;
}

/*
.selling__cart-price:before {
  content: '$';
  margin-right: 5px;
}
*/

.selling__cart-links {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}

.selling__cart-img >img {
  width: 100%;
}

.selling__cart-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 100%;
  left: 2.5%;
  background-color: rgba(17,17,17,0.75);
  z-index: 5;
  width: 95%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.price {
  font-weight: 700;
  color: rgba(17,17,17,0.87);
}

/*
.price:before {
  content: '$';
  margin-right: 5px;
}
*/

.old-price {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  text-decoration: line-through;
  color: rgba(17,17,17,0.55);
}

.new-price {
  display: inline-block;
  color: rgba(244,67,54,0.87);
}

.normal-price {
  color: rgba(17,17,17,0.87);
}

/*
.normal-price:before {
  content: '$';
}
*/

/*
	[12. section coupon]
*/

.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
}

.coupon__item {
  display: block;
  width: 25%;
  margin: 0;
}

.coupon__item-img {
  max-width: 458px;
  margin: 0 auto;
  box-shadow: 2px 4px 8px 0 rgba(0,0,0,0.2);
}

.coupon__item-img >img {
  width: 100%;
}

.coupon__item-title {
  padding: 22px 30px 0;
  color: rgba(17,17,17,0.87);
  text-transform: uppercase;
}

.coupon__item-title >span {
  font-weight: 900;
}

@media only screen and (max-width: 1024px) {
  .coupon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .coupon__item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .coupon__item {
    width: 100%;
  }
}

/*
	[13. section brands]
*/

.brands__item:hover .brands__item-overlay {
  opacity: 1;
}

.brands__item-img {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.37);
}

.brands__item-img >img {
  width: 100%;
}

.brands__item-caption {
  padding: 30px 0;
  text-transform: uppercase;
}

.brands__item-title {
  font-weight: 900;
}

.brands__item-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  background-color: rgba(17,17,17,0.75);
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

/*
	[14. section subscribe]
*/

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe__item {
  width: 50%;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: left;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.37);
}

.subscribe__item-caption {
  width: 50%;
  margin-left: auto;
  text-align: left;
  color: #fff;
}

.subscribe__item-desk {
  padding-right: 15px;
}

.subscribe__item-title {
  color: #fff;
  opacity: 0.87;
  overflow: hidden;
}

.subscribe__item-form {
  text-align: left;
  padding: 30px 0;
}

.subscribe__item-email {
  color: #fff;
  opacity: 0.87;
  width: 100%;
  max-width: 256px;
  padding: 10px 0;
  margin: 0 30px 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}

.subscribe__item-email::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.87;
}

.subscribe__item-email::-moz-placeholder {
  color: #fff;
  opacity: 0.87;
}

.subscribe__item-email:-ms-input-placeholder {
  color: #fff;
  opacity: 0.87;
}

.subscribe__item-email::placeholder {
  color: #fff;
  opacity: 0.87;
}

.subscribe-news {
  background-image: url("../image/homepage/background_2.png");
  background-color: #0091ea;
  background-size: 380px 402px;
  background-position: left bottom;
}

.subscribe-arrivals {
  background-image: url("../image/homepage/background_3.png");
  background-color: #f44336;
  background-size: 280px 170px;
  background-position: 30px center;
}

@media only screen and (max-width: 1024px) {
  .subscribe__item {
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .subscribe__item {
    padding: 35px 0;
  }

  .subscribe__item-caption {
    width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 320px) {
  .subscribe__item {
    padding: 15px 0;
  }
}

/*
	[15. section recommend]
*/

.recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 370px;
}

.recommend__item-img >img {
  width: 100%;
}

.recommend__item-caption {
  position: relative;
  bottom: 0;
  text-align: left;
  color: rgba(17,17,17,0.87);
  padding: 15px;
  line-height: 24px;
}

.recommend__item-title {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}

.recommend__item-price {
  display: inline-block;
  text-align: left;
  font-weight: 700;
}

/*
.recommend__item-price:before {
  content: '$';
  margin-right: 5px;
}
*/

/*
	[16. secrtion app]
*/

.app {
  background-color: #f44336;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.37);
}

.app__img {
  margin-top: 45px;
}

.app__img >img {
  width: 100%;
}

.app__item {
  padding: 70px 10px 20px 10px;
  text-align: left;
  color: #fff;
  opacity: 0.87;
}

.app__item-title {
  margin-bottom: 20px;
  color: #fff;
}

.app__item-desk {
  margin-bottom: 30px;
}

/*
	[17. section blog-preview]
*/

.blog-preview__item {
  margin-bottom: 30px;
}

.blog-preview__item-img {
  position: relative;
  margin-bottom: 20px;
  height: 350px;
  overflow-y: hidden;
  box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.37);
}

.blog-preview__item-img:hover .blog-preview__item-overlay {
  opacity: 1;
}

.blog-preview__item-img >img {
  width: 100%;
}

.blog-preview__item-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  background-color: rgba(17,17,17,0.75);
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

/*
	[18. product-card styles]
*/

.product-sitebar {
  text-align: left;
}

.product-sitebar__list-item {
  padding: 0 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-sitebar__list-title {
  display: inline-block;
  min-width: 52px;
  margin-bottom: 5px;
  color: rgba(17,17,17,0.87);
}

.product-sitebar__list-price {
  display: inline-block;
  font-weight: 900;
}

/*
.product-sitebar__list-price:before {
  content: '$';
  margin-right: 5px;
}
*/

.product-sitebar__rating-list {
  display: inline-block;
}

.product-sitebar__rating-item {
  display: inline-block;
}

.product-sitebar__rating-item >i {
  color: #0091ea;
}

.product-sitebar__rating-item .flaticon:before {
  margin-left: 6px;
}

.product-sitebar__rating-item:first-child .flaticon:before {
  margin-left: 0;
}

.product-sitebar__rating-votes {
  color: rgba(17,17,17,0.87);
  opacity: 0.54;
  font-size: 12px;
  margin: 0;
  text-align: right;
}

.product-sitebar__color-list,
.product-sitebar__color-item {
  display: inline-block;
}

.product-sitebar__color-item {
  margin-right: 6px;
}

.product-sitebar__color-control {
  display: none;
}

.product-sitebar__color-control:checked + .product-sitebar__color-control-on {
  border: 2px solid #0091ea;
}

.product-sitebar__color-control-on {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f00;
  cursor: pointer;
}

.product-sitebar__size {
  display: inline-block;
  position: relative;
  width: 95px;
  height: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
  border: 1px solid rgba(17,17,17,0.54);
  cursor: pointer;
}

.product-sitebar__size:hover .product-sitebar__size-select {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-sitebar__size:after {
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 0;
}

.product-sitebar__size:before {
  content: 'Size table';
  position: absolute;
  top: 25px;
  font-size: 12px;
  color: rgba(17,17,17,0.87);
}

.product-sitebar__size-select {
  background-color: rgba(255,255,255,0.95);
  display: block;
  min-width: 90px;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 20px 15px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.product-sitebar__size-select:hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-sitebar__size-item {
  cursor: pointer;
}

.product-sitebar__tab {
  margin: 30px 0 10px 0;
}

.product-sitebar__tab-item {
  display: inline-block;
  margin-right: 19px;
  text-transform: uppercase;
}

.product-sitebar__tab-link {
  color: rgba(17,17,17,0.87);
}

.product-sitebar__tab-active {
  width: 40px;
  height: 2px;
  background-color: #0091ea;
  margin: 8px auto;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

.product-sitebar__tab-content {
  /*max-height: 160px;*/
  overflow-y: hidden;
  line-height: 24px;
  margin-bottom: 30px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

.product-sitebar__feature-item {
  position: relative;
  margin: 20px 0;
  padding-left: 41px;
  line-height: 24px;
}

.product-sitebar__feature-title {
  font-weight: 700;
}

.product-sitebar__feature-img {
  position: absolute;
  top: 0;
  left: 0;
}

.product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-content__img {
  display: none;
  box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.37);
  height: 520px;
  overflow-y: hidden;
}

.product-content__img >img {
  width: 100%;
}

.product-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.product-content__item {
  box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.37);
  margin-bottom: 20px;
}

.product-content__item-img {
  width: 160px;
  max-height: 160px;
  overflow-y: hidden;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.product-content__item-img:hover {
  opacity: 1;
}

.product-content__item-img >img {
  width: 100%;
}

.product-content__item-active {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .product-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-content__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px auto;
  }
}

.product-other {
  text-align: left;
  margin: 40px 0;
}

.product-other__title {
  margin: 20px 0;
}

.product-other__item {
  display: block;
}

.product-other__img {
  max-height: 290px;
  overflow-y: hidden;
  text-align: right;
  background-color: #e1e0e1;
  box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.37);
}

.product-other__img >img {
  width: 100%;
}

.product-other__desk {
  margin-top: 20px;
  color: rgba(17,17,17,0.87);
}

.product-other__slider-item {
  display: inline-block;
}

.product-other__slider-img {
  display: inline-block;
  height: 290px;
  overflow-y: hidden;
  box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.37);
  text-align: center;
}

.product-other__slider-img> img {
  width: 100%;
}

/*
	[19. slick styles]
*/

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  background-color: rgba(0,176,255,0.28);
  color: #fff;
  width: 3.42857rem;
  height: 3.42857rem;
  border-radius: 50%;
  font-size: 52px;
  line-height: 44px;
  text-align: center;
  z-index: 5;
}

.slick-slide {
  margin: 0 27px;
}

.slick-list {
  margin: 0 -27px;
}

.angle-right {
  right: 0;
}

.active {
  color: #0091ea;
}

/*
.color0 {
  background-color: #1b1a1f;
}

.color1 {
  background-color: #d9c8c0;
}

.color2 {
  background-color: #61363f;
}

.color3 {
  background-color: #49545a;
}
*/

/*
	[20. category page]
*/

.category-sitebar {
  text-align: left;
}

.category-sitebar__list a {
  color: rgba(17,17,17,0.87);
}

.category-sitebar__link {
  color: rgba(17,17,17,0.87);
}

.category-sitebar__sublist {
  font-weight: 400;
  margin-left: 15px;
}

.category-sitebar__newarr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.category-sitebar__newarr-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 65px;
}

.category-sitebar__newarr-img >img {
  width: 100%;
}

.category-sitebar__newarr-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 15px;
}

.category-sitebar__newarr-link {
  margin-top: 30px;
}

.category-sitebar__newarr-link:after {
  content: '\f101';
  font-family: FontAwesome;
}

.category-sitebar__banner {
  font-family: 'Lato', sans-serif;
  background-image: url("../image/category/pepper.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(255,255,255,0.87);
  min-height: 400px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-sitebar__banner-title {
  color: rgba(255,255,255,0.87);
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.category-sitebar__banner-discount {
  font-size: 80px;
  font-weight: 700;
  line-height: 20px;
  -webkit-transform: rotate(-0.034deg);
  transform: rotate(-0.034deg);
}

.category-sitebar__banner-desk >span {
  font-weight: 700;
  text-transform: uppercase;
}

.category-sitebar__banner .flaticon:before {
  margin-left: 0;
  font-size: 24px;
}

.category-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(17,17,17,0.54);
}

.category-content__title {
  font-family: 'Lato', sans-serif;
  color: rgba(17,17,17,0.87);
  font-size: 1.57143rem;
  font-weight: 700;
  line-height: 2.28571rem;
}

.category-content__title >span {
  margin-left: 28px;
  opacity: 0.54;
}

.category-content__sort {
  position: relative;
}

.category-content__sort> span {
  cursor: pointer;
}

.category-content__sort:before {
  display: inline-block;
  content: 'Sort:';
  margin-right: 4px;
}

.category-content__sort:after {
  content: '\f107';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 4px;
}

.category-content__sort-list {
  background-color: #e1e0e1;
  position: absolute;
  display: block;
  right: 0;
  min-width: 110px;
  padding: 20px 15px;
  text-align: left;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.category-content__sort-item > a {
  color: rgba(17,17,17,0.87);
}

.category-content__sort:hover > .category-content__sort-list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.category-content__filter {
  padding: 20px 0;
  text-align: left;
}

.category-content__filter >span {
  font-weight: 700;
  margin-right: 20px;
}

.category-content__filter-category {
  display: inline-block;
  position: relative;
}

.category-content__filter-category:after {
  content: '\f107';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 4px;
  margin-right: 19px;
}

.category-content__filter-category:hover > .category-content__filter-list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.category-content__filter-list {
  min-width: 100px;
  background-color: #e1e0e1;
  position: absolute;
  display: block;
  left: 0;
  padding: 20px 15px;
  text-align: left;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.category-content__row {
  height: 305px;
  margin: 15px 0px;
}

.category-content__wrap {
  position: relative;
}

.category-content__item {
  position: relative;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: radial-gradient(circle, #aaa9aa, #e2e1e2);
  overflow-y: visible;
  height: 305px;
  box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.37);
  transition: max-height 0.5s ease-out;
}

.category-content__item:hover {
  z-index: 12;
}

.category-content__item:hover .category-content__overlay {
  bottom: 7px;
}

.category-content__item-caption {
  position: relative;
  width: 100%;
  background-color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding: 12px 18px;
}

.category-content__item-img {
  display: block;
  overflow-y: hidden;
}

.category-content__item-img >img {
  width: 100%;
}

.category-content__item-title {
  font-weight: 700;
}

.category-content__item-title >span {
  font-weight: 400;
}

.category-content__item-details {
  text-align: center;
}

.category-content__item-details span {
  margin-left: 9px;
  color: rgba(17,17,17,0.87);
}

.category-content__item-details .fa {
  font-size: 18px;
}

.category-content__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(17,17,17,0.75);
  position: absolute;
  bottom: 100%;
  top: 7px;
  left: 7px;
  right: 7px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.category-content__overlay-btngroup .fa {
  font-size: 24px;
  margin: 0 15px;
}

.category-content__paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.category-content__paginator-item {
  display: inline-block;
  font-size: 16px;
  padding: 8px;
}

.category-content__paginator-item a {
  color: rgba(17,17,17,0.54);
}

.category-content__paginator-item a:hover {
  color: #0191e9;
}

.category__grid {
  z-index: 2;
}

.category__grid-preview {
  margin-bottom: 30px;
}

.category__grid-item {
  height: 305px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.37);
  background: radial-gradient(circle, #aaa9aa, #e2e1e2);
}

.category__grid-img {
  overflow-y: hidden;
}

.category__grid-img> img {
  width: 100%;
}

.category__grid-caption {
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding: 12px 18px;
  background-color: #fff;
}

.category__grid-title {
  font-weight: 700;
}

.category__grid-title >span {
  font-weight: 400;
  margin-left: 9px;
}

.category__grid-hidecontent {
  display: none;
}

.category__grid-details {
  text-align: center;
}

.category__grid-details span {
  color: rgba(17,17,17,0.54);
  margin-left: 9px;
}

.gigante {
  height: initial;
}

.selected {
  font-weight: 700;
}

@media only screen and (max-width: 480px) {
  .category-content__filter-category {
    display: block;
  }
}

.dropdown__btn {
  font-weight: 700;
}

/*
	[21. contacts page]
*/

.contacts__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
}

.contacts__content-icon .flaticon:before {
  font-size: 40px;
  margin: 0;
  color: rgba(0,145,234,0.87);
}

.contacts__content-desk {
  text-align: left;
  margin: 8px 0 0 30px;
}

.contacts__content-string {
  margin: 0;
}

.contacts__content-string a {
  color: rgba(17,17,17,0.87);
}

.contacts__content-string a:hover {
  color: #0191e9;
}

.contacts__form {
  text-align: left;
}

.contacts__form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__form-wrap > input {
  width: 100%;
  margin-right: 30px;
  border: 1px solid rgba(17,17,17,0.54);
}

.contacts__form-wrap > input:last-child {
  margin: 0;
}

.contacts__form-message {
  width: 100%;
  height: 150px;
  margin: 20px 0;
  border: 1px solid rgba(17,17,17,0.54);
}

/*
	[22. cart page]
*/

.cart__form-comment {
  width: 100%;
  height: 160px;
  padding: 10px;
}

.cart__form-select {
  position: absolute;
  right: 15px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  text-align: right;
  padding: 0 20px;
  max-height: 100px;
  overflow-y: auto;
  background-color: #e1e0e1;
  z-index: 5;
  display: none;
}

.cart__form-item {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.cart__form-item:hover {
  background-color: #fff;
}

.cart__form-input {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
}

.cart__form-input+ span {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}

.cart__table {
  border-top: 1px solid rgba(17,17,17,0.54);
  border-bottom: 1px solid rgba(17,17,17,0.54);
}

.cart__table-header {
  text-align: left;
}

.cart__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px -15px;
}

.cart__table-img {
  width: 160px;
  height: 160px;
  margin-right: 30px;
  margin-bottom: 15px;
  overflow-y: hidden;
}

.cart__table-img> img {
  width: 100%;
}

.cart__table-desk {
  text-align: left;
}

.cart__table-desk span {
  font-weight: 700;
}

.cart__table-col {
  width: 33.3%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.cart__table-smcol {
  width: 16.66%;
  min-width: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.cart__table-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__table-quantity .flaticon:before {
  margin: 0 10px;
  color: rgba(2,146,234,0.54);
}

.cart__table-count {
  min-width: 80px;
  height: 30px;
  border: 1px solid rgba(17,17,17,0.54);
  padding-top: 5px;
}

.cart__desk {
  text-align: left;
  margin-top: 10px;
}

.cart__desk h6 {
  text-transform: uppercase;
}

.cart__desk-input {
  display: inline-block;
  width: 120px;
  height: 25px;
  margin-right: 18px;
}

.cart__desk-select {
  display: inline-block;
  position: relative;
  width: 123px;
  height: 25px;
  margin-left: 10px;
  padding-left: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.cart__desk-select:hover .product-sitebar__size-select {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cart__desk-select:after {
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 0;
}

.cart__desk-total {
  margin: 10px 0;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart__desk span {
  font-weight: 900;
}

.cart__desk .flaticon:before {
  margin: 0;
  font-size: 13px;
}

.cart__desk label {
  font-weight: 400;
  color: #111;
  opacity: 0.87;
}

@media only screen and (max-width: 768px) {
  .cart__table-subheader {
    display: none;
  }
}

/*
	[23. log in page]
*/

.login__item {
  text-align: left;
}

.login__item .flaticon:before {
  margin: 0;
  font-size: 13px;
  color: #0091ea;
}

.login__item label {
  font-weight: 400;
}

.login__p span {
  color: #0091ea;
}

.login__input {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
}

.login__forgot {
  margin: -7px 0;
  text-align: right;
  font-size: 12px;
}

.login__networks {
  margin-top: 25px;
  color: rgba(17,17,17,0.54);
  font-weight: 700;
}

/*
	[24. blog post page]
*/

.bpost-sitebar {
  text-align: left;
}

.bpost-sitebar__category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
  cursor: pointer;
}

.bpost-sitebar__category-item-active {
  font-weight: 900;
}

.bpost-sitebar__category-item-active >.bpost-sitebar__category-count {
  background-color: #0091ea;
  color: rgba(255,255,255,0.87);
}

.bpost-sitebar__category-title:before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 4px;
}

.bpost-sitebar__category-count {
  text-align: center;
  border: 1px solid rgba(17,17,17,0.54);
  min-width: 30px;
}

.bpost-sitebar__sort {
  opacity: 0.87;
}

.bpost-sitebar__sort-disabled {
  opacity: 0.54;
}

.bpost-sitebar__sort-item {
  display: inline-block;
  margin-right: 18px;
  color: #111 opacity 0.54;
  cursor: pointer;
}

.bpost-sitebar__arrivals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

.bpost-sitebar__arrivals-img {
  width: 65px;
  height: 65px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bpost-sitebar__arrivals-img> img {
  width: 100%;
}

.bpost-sitebar__arrivals-title {
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.bpost-sitebar__tags {
  padding: 30px 0;
}

.bpost-sitebar__tags-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bpost-sitebar__tags-item {
  padding: 0 15px;
  margin: 5px 0;
  border: 1px solid rgba(17,17,17,0.54);
  cursor: pointer;
}

.bpost-sitebar__tags-active {
  background-color: #0091ea;
  color: rgba(255,255,255,0.87);
}

.bpost-content {
  text-align: left;
  padding-bottom: 22px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(17,17,17,0.54);
}

.bpost-content__img >img {
  width: 100%;
  box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.37);
}

.bpost-content__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bpost-content__caption-item {
  padding: 20px 0;
  color: #0091ea;
}

.bpost-content__caption .flaticon:before {
  font-size: 14px;
}

.bpost-content__caption span {
  color: rgba(17,17,17,0.87);
}

.bpost-content__title {
  font-size: 1.71428rem;
}

.bpost-content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
}

.bpost-content__wrap a {
  color: #0091ea;
}

.bpost-content__name .flaticon:before {
  font-size: 14px;
  margin: 0;
}

.bpost-comment {
  text-align: left;
}

.bpost-comment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpost-comment__img {
  margin-right: 30px;
}

.bpost-comment__img img {
  width: 64px;
  border-radius: 50%;
}

.bpost-comment__content {
  opacity: 0.87;
}

.bpost-comment__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bpost-comment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.bpost-comment__title .flaticon:before {
  font-size: 12px;
  color: #0091ea;
  margin-right: 9px;
  margin-left: 0;
}

.bpost-comment__name {
  font-weight: 700;
  margin-right: 5px;
}

.bpost-comment__date {
  opacity: 0.54;
  margin-right: 10px;
}

.bpost-comment__desk {
  padding-bottom: 30px;
}

.bpost-comment__form-title {
  font-size: 20px;
}

.bpost-comment__form-input {
  padding: 3px 8px;
  width: 100%;
  margin: 10px 0;
}

.bpost-comment__form-textarea {
  width: 100%;
  padding: 3px 8px;
  margin: 10px 0;
  height: 130px;
}

.bpost-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bpost-nav__date {
  text-align: left;
}

.bpost-nav__date-title {
  font-size: 20px;
  margin: 0;
}

.bpost-nav__date-desk {
  color: #0091ea;
}

.bpost-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bpost-nav__item {
  position: relative;
  margin-right: 15px;
  font-family: 'Lato';
  font-size: 18px;
  text-transform: uppercase;
}

.bpost-nav__item:last-child {
  margin: 0;
}

.bpost-nav__link {
  color: rgba(17,17,17,0.87);
  overflow: hidden;
}

.bpost-nav__link:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.bpost-nav__link:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0091ea;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.bpost-nav__link-active {
  color: #0191e9;
}

.bpost-nav__search {
  position: relative;
}

.bpost-nav__search .flaticon:before {
  font-size: 16px;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 2px;
  color: #0091ea;
}

.bpost-nav__search-input {
  border-color: transparent;
  padding-right: 25px;
  transition: all 0.4s ease-in-out;
}

.bpost-nav__search-input:hover,
.bpost-nav__search-input:focus {
  border-color: initial;
}

.bpage-content {
  padding-bottom: 30px;
  text-align: left;
}

.bpage-content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(17,17,17,0.54);
  line-height: 24px;
}

.bpage-content__wrap .flaticon:before {
  font-size: 12px;
  margin: 0;
  color: #0091ea;
}

.bpage-content__wrap span {
  line-height: 24px;
}

.bpage-content__title {
  font-size: 24px;
}

.bpage-content__desk {
  color: rgba(17,17,17,0.87);
}

.bpage-grid__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  height: 525px;
  margin: 15px 0;
  border: 1px solid rgba(17,17,17,0.37);
  box-shadow: 2px 3px 5px 0px rgba(68,68,68,0.38);
  transition: all 0.4s ease-in-out;
  text-align: left;
}

.bpage-grid__item:active {
  box-shadow: 2px 3px 7px 0px rgba(68,68,68,0.38);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.bpage-grid__item-smheight {
  height: 255px;
}

.bpage-grid__img {
  max-height: 525px;
  overflow: hidden;
}

.bpage-grid__img img {
  width: 100%;
}

.bpage-grid__caption {
  position: absolute;
  bottom: 0;
}

.bpage-grid__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 10px;
  font-size: 12px;
  color: rgba(17,17,17,0.87);
}

.bpage-grid__wrap span {
  text-transform: uppercase;
  color: #0091ea;
}

.bpage-grid__wrap .flaticon:before {
  font-size: 12px;
  margin: 0 5px 0 0;
  color: #0091ea;
}

.bpage-grid__title {
  font-size: 24px;
  padding: 20px 12px;
}

.bpage-grid__title-inv {
  background-color: transparent;
  color: rgba(255,255,255,0.87);
}

.bpage-grid__title-inv +.bpage-grid__wrap {
  color: rgba(255,255,255,0.87);
}

.bpage-grid__desk {
  padding: 0 12px;
  margin: 0;
  overflow: auto;
  color: rgba(17,17,17,0.87);
}

.bpage-grid__banner {
  position: absolute;
  left: 15%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lato';
}

.bpage-grid__banner-inv {
  color: rgba(255,255,255,0.87);
}

.bpage-grid__banner-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.bpage-grid__banner-desk {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.bpage-btn {
  margin-top: 25px;
}

@media only screen and (orientation: portrait) {
  .bpage-grid__caption {
    top: 0;
  }

  .bpage-grid__caption .bpage-grid__title {
    padding: 10px;
  }

  .bpage-grid__caption .bpage-grid__wrap {
    padding: 10px;
  }

  .bpage-grid__banner {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    left: 10px;
  }
}

@media only screen and (max-width: 570px) {
  .bpost-comment__img {
    margin-right: 15px;
  }

  .bpost-comment__img img {
    width: 32px;
    border-radius: 50%;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}