@import url(bootstrap.css);
@import url(animate.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(amaran.css);



/*Fonts*/

@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Light/Lato-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Light/Lato-Light.woff') format('woff'),
  url('../fonts/Light/Lato-Light.ttf')  format('truetype'),
  url('../fonts/Light/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Regular/Lato-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Regular/Lato-Regular.woff') format('woff'),
  url('../fonts/Regular/Lato-Regular.ttf')  format('truetype'),
  url('../fonts/Regular/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Bold/Lato-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Bold/Lato-Bold.woff') format('woff'),
  url('../fonts/Bold/Lato-Bold.ttf')  format('truetype'),
  url('../fonts/Bold/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Black/lato-black-webfont.woff2') format('woff2'),
  url('../fonts/Black/lato-black-webfont.woff') format('woff'),
  url('../fonts/Black/lato-black-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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


* {
  outline: none;
}

button:focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img, svg {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

svg path {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a {
  display: inline-block;
  color: #2da3df;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover{
  opacity: 1;
  color: #FF2E63;
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: #FF2E63;
}

::selection {
  color: #fff;
  background: #FF2E63;
}

html {
  overflow-x: hidden;
  height: 100%;
}

body {
  position: relative;
  padding-top: 64px;
  background: #fff;
  font-size: 16px;
  color: #333333;
  font-family: 'Lato-Regular', sans-serif;
  line-height: 1.5;
  min-height: 100%;
  padding-bottom: 100px;
}

#preloader{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloader img{
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  -o-transform: scale(.7);
  transform: scale(.7);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'Lato-Black', sans-serif;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}


.tap, .tap:focus{
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0;
  text-decoration: none;
  border: 0;
  outline: none;
  -webkit-box-shadow: rgba(0,218,215, .5) 0 5px 20px;
  background: #00DAD7;
  color: #fff;
  border-radius: 3px;
  min-width: 160px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 40px;
  cursor: pointer;
  font-family: 'Lato-Black', sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.tap:hover{
  color: #fff;
  -webkit-box-shadow: rgba(255,46,99, .5) 0 5px 25px;
  -moz-box-shadow: rgba(255,46,99, .5) 0 5px 25px;
  box-shadow: rgba(255,46,99, .5) 0 5px 25px;
}

.tap > span{
  display: inline-block;
  position: relative;
  z-index: 3;
}
.tap:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top:0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #FF2E63;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.tap:hover:before {
  width: 100%;
}

.tap.large{
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
}

.tap i{
  margin-right: 5px;
  position: relative;
  top: -1px
}

.hide {
  display: none !important;
}

.nomargin{
  margin: 0!important;
}
.nopadding{
  padding: 0!important;
}

.container {
  max-width: 1240px;
  padding: 0 30px;
  position: relative;
}

.row.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #252A34;
  color: #333;
}
#header .header_main{
  position: relative;
  height: 64px;
}
#header .header_main > div:nth-child(1){
  width: 15%;
}
#header .header_main > div:nth-child(2){
  width: 55%;
}
#header .header_main > div:nth-child(3){
  width: 30%;
}

#header .menu > ul{
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
#header .menu > ul > li{
  display: block;
  position: relative;
  line-height: 60px;
}
#header .menu > ul > li > a{
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 10px 15px;
  font-family: 'Lato-Bold', sans-serif;
}
#header .menu > ul > li > a:hover,
#header .menu > ul > li.active > a{
  color: #FF3E6E;
}

#header .menu > ul > li > a > i{
  display: inline-block;
  margin-left: 5px;
  transition: transform .2s;
}
#header .menu > ul > li:hover > a > i{
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#header .menu > ul > li > ul{
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 138px;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255,255,255, .5);
  box-shadow: rgba(0,0,0, .1) 0 5px 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header .menu > ul > li:hover > ul{
  display: block;
  animation: fade .3s ease-out;
}

#header .menu > ul > li > ul > li{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#header .menu > ul > li > ul > li > a{
  display: block;
  font-size: 12px;
  color: #252a34;
  padding: 8px 15px;
  font-family: 'Lato-Medium', sans-serif;
}
#header .menu > ul > li > ul > li > a:hover,
#header .menu > ul > li > ul > li.active > a{
  /*background: #FF2E63;*/
  color: #fff;
}

#header.dark .menu > ul > li > ul > li > a{
  display: block;
  font-size: 12px;
  color: #fff;
  padding: 10px 15px;
  background: rgba(37,42,52, .5);
  font-family: 'Lato-Regular', sans-serif;
}
#header.dark .menu > ul > li > ul > li > a:hover,
#header.dark .menu > ul > li > ul > li.active > a{
  /*background: #FF2E63;*/
  color: #fff;
}

#header .menu > ul > li > ul > li > a > span{
  position: relative;
  z-index: 3;
}
#header .menu > ul > li > ul > li > a:before{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #FF2E63;
  transition: all .3s;
}
#header .menu > ul > li > ul > li > a:hover:before,
#header .menu > ul > li > ul > li.active > a:before{
  width: 100%;
}

#header .h_right{
  justify-content: flex-end;
  padding-left: 15px;
}

#header .logo_box a:hover{
  transform: scale(.8);
}

#mobile_menu{
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  overflow-y: auto;
  background: #252A34;
  color: #fff;
  font-size: 16px;
  animation-duration: .3s;
  box-shadow: rgba(0,0,0, .1) 10px 0 15px;
}
#mobile_menu.active{
  display: block;
}

#mobile_menu > div{
  position: relative;
  padding: 30px;
}

#mobile_menu .mb_box{
  position: relative;
  margin-bottom: 20px;
}

#mobile_menu .mb_box.mb_logo{
  padding-bottom: 20px;
  border-bottom: 1px solid #1E222A;
}

#mobile_menu .mb_box > ul{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile_menu .mb_box > ul > li{
  display: block;
  position: relative;
}
#mobile_menu .mb_box > ul > li > a{
  display: block;
  color: #fff;
  padding: 6px 5px;
  font-size: 16px;
}

#mobile_menu .mb_box > ul > li > ul{
  display: block;
  position: relative;
  padding: 10px 0 10px 20px;
  margin: 10px 0;
  list-style: none;
  background: #2E3441;
}
#mobile_menu .mb_box > ul > li > ul > li{
  position: relative;
  display: block;
}
#mobile_menu .mb_box > ul > li > ul > li > a{
  display: block;
  color: #fff;
  padding: 6px;
  font-size: 14px;
}


.flex{
  display: flex;
}
.flex.middle{
  align-items: center;
}

.flex.spacing{
  margin-left: -10px;
  margin-right: -10px;
}
.flex.spacing > div{
  padding-left: 10px;
  padding-right: 10px;
}

.auth_link{
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Lato-Light', sans-serif;
}
.auth_link > span{
  display: inline-block;
}
.auth_link > span:last-child{
  padding-left: 10px;
}

.fav{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 45px;
  height: 64px;
  margin: 0 0 0 10px;
}
.fav:hover{
  opacity: .7;
}
.fav i{
  display: inline-block;
  font-size: 24px;
  color: #FF2E63;
}
.fav > span{
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: -3px;
  background: #fff;
  padding: 2px 3px;
  border-radius: 3px 3px 3px 0;
  color: #191919;
  font-size: 10px;
  line-height: 1;
  font-family: 'Lato-Black', sans-serif;
}

.basket{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 45px;
  height: 64px;
  margin: 0 0 0 10px;
}
.basket:hover{
  opacity: .7;
}

.basket i{
  display: inline-block;
  font-size: 24px;
  color: #fff;
  transition: all .3s;
}
.basket.red i{
  color: #FF2E63;
}

.basket > span{
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 100%;
  background: #fff;
  padding: 2px 3px;
  border-radius: 3px 3px 3px 0;
  color: #191919;
  font-size: 10px;
  line-height: 1;
  font-family: 'Lato-Black', sans-serif;
}

.basket:hover > span{
  background: #FF2E63;
  color: #fff;
}

.section{
  position: relative;
  padding: 40px 0;
}
.section.large{
  padding: 100px 0;
}
.section.top{
  color: #fff;
  min-height: 938px;
  background: #21262F url("../images/top-bg.jpg") 50% 0 / cover no-repeat;
}

.scroll_down{
  position: absolute;
  bottom: 15%;
  left: 50%;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: rgba(0,0,0, 1) 0 0 5px;
  font-family: 'Lato-Black', sans-serif;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scroll_down > span{
  display: table;
  position: relative;
  width: 3px;
  height: 60px;
  background: #08D9D6;
  margin: 10px auto 0 auto;
}
.scroll_down > span:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #08D9D6;
  box-shadow: rgba(0,0,0, .1) 0 0 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading{
  position: relative;
  margin-bottom: 30px;
}
.heading.bordered{
  border-bottom: 1px solid #FF2E63;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6{
  text-transform: uppercase;
}

.heading h1{
  font-size: 25px;
}

.product{
  height: 370px;
  max-width: 280px;
  position: relative;
  padding: 0;
  text-align: center;
  margin: 0 auto 50px auto;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  overflow: hidden;
  font-family: 'Lato-Bold', sans-serif;
  -webkit-box-shadow: rgba(0,0,0, .1) 0 5px 10px;
  -moz-box-shadow: rgba(0,0,0, .1) 0 5px 10px;
  box-shadow: rgba(0,0,0, .1) 0 5px 10px;
}
.product .product_image{
  display: flex;
  align-items: center;
  height: 220px;
}
.product .product_image > span{
  display: block;
  width: 100%;
  padding: 0 15px;
}
.product .product_image img{
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.product:hover .product_image img{
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.product .p_favorite{
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  text-align: center;
  color: #939393;
  transition: all .3s;
  font-size: 24px;
  width: 60px;
  line-height: 80px;
}
.product .p_favorite:hover,
.product .p_favorite.active{
  color: #FF2E63;
}
.product .p_title{
  position: relative;
  padding: 10px 15px;
  min-height: 56px;
}
.product .p_title h3{
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  line-height: 1.3;
  font-family: 'Lato-Bold', sans-serif;
}
.product .p_title h3 > a{
  display: block;
  color: #333333;
  text-decoration: none;
}
.product .p_title h3 > a:hover{
  color: #FF2E63;
  text-decoration: underline;
}

.product .p_discount{
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 0;
  display: block;
  width: 79px;
  height: 19px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  font-size: 9px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato-Bold', sans-serif;
  background: url("../images/discount.png") 0 0 no-repeat;
}
.product .p_price{
  font-size: 18px;
  color: #333;
  padding: 0 20px 20px 20px;
  font-family: 'Lato-Black', sans-serif;
}

.product .add{
  font-size: 16px;
  color: #fff;
  background: #BABABA;
  line-height: 1;
  height: 50px;
  text-align: center;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Lato-Black', sans-serif;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.product .add > span{
  display: block;
  width: 100%;
}
.product:hover .add{
  background: #08D9D6;
}

.container .products_wrap:not(:last-child){
  margin-bottom: 50px!important;
}

#footer{
  margin: 0;
  background: #EAEAEA;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

#footer .footer_top{
  text-align: center;
  background: #252A34;
  border-bottom: 1px solid #F92E62;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-family: 'Lato-Bold', sans-serif;
}
#footer .f_socials a{
  display: inline-block;
  margin: 0 10px;
  color: #08D9D6;
  font-size: 24px;
}
#footer .f_socials a:hover{
  color: #FF2E63;
}

#footer .copy,
#footer .dev{
  padding: 15px 0;
  font-size: 10px;
  color: #252a34;
  font-family: 'Lato-Medium', sans-serif;
}

#footer .dev{
  text-align: right;
}

#footer p{
  margin: 0;
}

#top{
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  bottom: 50px;
  right: 30px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: #B2F4F3;
  color: #fff;
  font-size: 40px;
  text-align: center;
  opacity: .5;
}
#top:hover{
  opacity: 1;
}
#top.active{
  display: flex;
}
#top > span{
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  background: #00DAD7;
  border-radius: 100%;
}

.menu_switcher{
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 40px;
  width: 35px;
  height: 25px;
  display: none;
}
.menu_switcher:hover{
  opacity: 1;
}
.menu_switcher span{
  display: block;
  height: 1px;
  width: 35px;
  background: #fff;
  transition: all .3s;
  position: absolute;
  left: 0;
}

.menu_switcher span:nth-child(1){
  top: 0;
}
.menu_switcher span:nth-child(2){
  top:50%;
  margin-top: -1px;
}
.menu_switcher span:nth-child(3){
  top: 100%;
  margin-top: -2px;
}

.menu_switcher.active > span {
  background: #FF2E63;
}

.menu_switcher.active > span:nth-child(1){
  top:50%;
  transform: rotate(-45deg);
}
.menu_switcher.active > span:nth-child(2){
  opacity: 0;
}
.menu_switcher.active > span:nth-child(3){
  top: 50%;
  margin: 0;
  transform: rotate(45deg);
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-error{
  font-size: 14px;
  line-height: 1.5;
}

.page_404{
  color: #fff;
  min-height: 936px;
  background: #252A34 url("../images/404.jpg") 50% 50% / cover no-repeat;
}

ul.breadcrumbs{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}
ul.breadcrumbs > li{
  display: block;
  position: relative;
  font-size: 14px;
  color: #303030;
  padding: 0 15px 0 0;
  font-family: 'Lato-Bold', sans-serif;
}
ul.breadcrumbs > li:before{
  content: '>';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.breadcrumbs > li:last-child:before{
  display: none;
}

ul.breadcrumbs > li > a{
  color: #303030;
  display: inline-block;
  padding: 0;
}
ul.breadcrumbs > li > a:hover{
  color: #FF2E63;
  text-decoration: underline;
}

.pagination{
  position: relative;
  margin-top: 30px;
}

.pagination ul{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.pagination ul > li{
  display: block;
}
.pagination ul > li.arrow{
  filter: grayscale(100%);
  padding: 0 10px;
}
.pagination ul > li.arrow:hover{
  filter: grayscale(0%);
}

.pagination ul > li > a{
  display: block;
  font-size: 18px;
  padding: 15px 5px;
  color: #303030;
}
.pagination ul > li > a > span{
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  transition: all .2s;
}
.pagination ul > li.active > a > span,
.pagination ul > li > a:hover > span{
  background: #08D9D6;
  color: #fff;
}

.about_wrap{
  position: relative;
  margin: 50px 0 40px 0;
}

.about_info{
  line-height: 2;
  max-width: 500px;
}

.project_logo{
  margin-top: 100px;
}

.page_content{
  font-size: 16px;
  line-height: 1.8;
}
.page_content a{
  text-decoration: underline;
}
.page_content a:hover{
  text-decoration: none;
}

.page_content h1:not(:first-child),
.page_content h2:not(:first-child),
.page_content h3:not(:first-child),
.page_content h4:not(:first-child){
  margin-top: 40px;
}

.page_content ul{
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 0 20px;
  list-style: none;
}
.page_content ul > li{
  display: block;
  position: relative;
  padding: 0 0 0 25px;
}
.page_content ul > li:before{
  content: '-';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.return_grid{
  display: flex;
  margin-top: 50px;
}
.return_grid > div{
  width: 50%;
}
.return_grid .r_head{
  border-bottom: 1px solid #FF2E63;
  padding-bottom: 10px;
}

.return_grid ul{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.return_grid ul > li{
  display: block;
  padding: 10px 0;
  color: #333333;
  font-size: 12px;
  line-height: 1.3;
  font-family: 'Lato-Bold', sans-serif;
}
.return_grid ul > li > a{
  color: #333333;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.return_grid ul > li > a:hover{
  color: #FF2E63;
  text-decoration: underline;
}

.return_grid > div:first-child .r_head h5{
  float: right;
  padding-right: 50px;
  min-width: 200px;
}

.return_grid > div:first-child .r_column{
  float: right;
  padding-right: 50px;
  min-width: 200px;
}
.return_grid > div:last-child .r_head,
.return_grid > div:last-child .r_column{
  padding-left: 50px;
}

.registration{
  position: relative;
  margin: 80px auto;
  max-width: 540px;
  font-size: 16px;
  color: #333333;
  font-family: 'Lato-Medium', sans-serif;
  -webkit-box-shadow: rgba(0,0,0, .1) 0 5px 10px;
  -moz-box-shadow: rgba(0,0,0, .1) 0 5px 10px;
  box-shadow: rgba(0,0,0, .1) 0 5px 10px;
}

.registration .reg_main{
  padding: 40px 30px;
}

.registration .form_header{
  margin: 30px 0;
  border-bottom: 1px solid #FF2E63;
}
.registration .form_header h3{
  font-family: 'Lato-Bold', sans-serif;
}


form label{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'Lato-Medium', sans-serif;
}
form label strong{
  font-weight: normal;
  font-family: 'Lato-Medium', sans-serif;
}
form label strong span{
  color: #e51919;
}

form input,
form textarea,
form select{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #111;
  border: 1px solid #E9E9E9;
  padding: 0 15px;
  margin: 0 0 15px 0;
  height: 30px;
  font-family: 'Lato-Medium', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form textarea{
  padding: 5px 15px;
  min-height: 100px;
}
form select{
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(51,51,51, 1);
  background: #fff url("../images/select-arrow.png") calc(100% - 15px) 50% no-repeat;
}
form select:focus{
  color: #111;
}

form label.password_toggle{
  margin-bottom: 15px;
  position: relative;
}
form label.password_toggle input{
  margin: 0;
}

form label.password_toggle .password_field_toggle{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
  opacity: .7;
}
form label.password_toggle .password_field_toggle:hover{
  opacity: 1;
}
form label.password_toggle .password_field_toggle > i{
  display: inline-block;
  animation: fade .3s;
}
form label.password_toggle .password_field_toggle > i:last-child{
  display: none;
}
form label.password_toggle.active .password_field_toggle > i:last-child{
  display: inline-block;
}
form label.password_toggle.active .password_field_toggle > i:first-child{
  display: none;
}


.field_info{
  display: block;
  font-size: 11px;
  line-height: 1.4;
  color: #333333;
  font-family: 'Lato-Light', sans-serif;
}

.form_submit{
  margin-top: 30px;
}
.form_submit .tap{
  width: 100%;
}

.file_upload input{
  display: none;
}
.file_upload > span{
  display: inline-block;
  padding: 10px 4px;
}
.file_upload > span:first-child{
  padding-left: 0;
  padding-right: 25px;
}
.file_upload span.up_file_container{
  display: flex;
  align-items: center;
  padding: 0 22px;
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  height: 30px;
  width: 192px;
  max-width: 192px;
  border: 1px solid #E9E9E9;
  font-family: 'Lato-Light', sans-serif;
  cursor: pointer;
}

.up_file_button{
  color: #08d9d6;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 27px;
  height: 30px;
  border: 1px solid #08d9d6;
  font-family: 'Lato-Bold', sans-serif;
  cursor: pointer;
  transition: all .3s;
}
.up_file_button:hover{
  color: #FF2E63;
  border-color: #FF2E63;
}

.contact_wrap .form_submit .tap{
  width: auto;
}

.contact_wrap{
  padding: 50px;
  margin-bottom: 50px;
  -webkit-box-shadow: rgba(0,0,0, .1) 0 5px 10px;
  -moz-box-shadow: rgba(0,0,0, .1) 0 5px 10px;
  box-shadow: rgba(0,0,0, .1) 0 5px 10px;
}

.item_slider a{
  display: block;
}
.item_slider a:hover{
  opacity: .8;
}

.mfp-image-holder .mfp-close{
  font-size: 32px;
  right: 0;
  top: 10px
}
.mfp-image-holder .mfp-close:hover{
  opacity: .5;
}
.mfp-container{
  padding: 0 20px;
}

.product_thumbs a{
  display: inline-block;
  padding: 0 0 5px;
  margin-right: 10px;
  opacity: .7;
  border-bottom: 3px solid transparent;
}
.product_thumbs a:hover{
  opacity: 1;
}
.product_thumbs .slick-slide.slick-current a{
  border-bottom-color: #FF2E63;
  opacity: 1;
}

.product_main{
  position: relative;
  margin-bottom: 50px;
}
.product_entry{
  position: relative;
  font-size: 16px;
}
.product_entry h1,
.product_entry h2{
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-family: 'Lato-Black', sans-serif;
}

.p_rating{
  margin: 0 0 5px;
  font-size: 16px;
  color: #4c4c4c;
  font-family: 'Lato-Light', sans-serif;
}
.p_rating > div:last-child{
  padding-left: 15px;
}
.p_rating .rating_stars{
  color: #FF2E63;
}

.p_stock{
  color: #79cc6e;
  font-family: 'Lato-Medium', sans-serif;
}
.p_stock.red{
  color: #FF2E63;
}

.product_price{
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product_price .original_price{
  font-size: 14px;
  color: #333;
  font-family: 'Lato-Light', sans-serif;
}
.product_price .price{
  padding: 0 10px;
  font-size: 26px;
  color: #1db8af;
  font-family: 'Lato-Bold', sans-serif;
}
.product_price .price strong{
  color: #111;
}
.product_price .add_to_cart{
  padding: 0 15px;
}

.product_price .add_to_cart{
  text-transform: uppercase;
}

.p_amount{
  margin: 15px 0;
  position: relative;
}

.product_description{
  margin: 30px 0 0 0;
  color: #333;
  line-height: 1.8;
  font-family: 'Lato-Light', sans-serif;
}
.product_description h4{
  line-height: 1.2;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.product_extra{
  position: relative;
  margin: 50px 0;
}

.product_extra h1,
.product_extra h2,
.product_extra h3,
.product_extra h4,
.product_extra h5,
.product_extra h6{
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product_extra a > img{
  display: inline-block;
  margin-right: 10px;
}

.product_reviews{
  margin-top: 30px;
}

.review{
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #EAEAEA;
  font-size: 16px;
  color: #333;
  font-family: 'Lato-Light', sans-serif;
}

.review_user{
  font-size: 16px;
  position: relative;
  padding: 0;
  margin: 0 0 5px 0;
  justify-content: space-between;
  color: #333;
  font-family: 'Lato-Medium', sans-serif;
}
.review_user > div{
  padding: 5px 15px;
}
.review_user > div:first-child{
  font-family: 'Lato-Bold', sans-serif;
}
.review_user > div:last-child{
  padding-right: 0;
  font-size: 12px;
}

.review_user .review_stars{
  color: #FF2E63;
  display: inline-block;
  margin-left: 10px;
}

.review p:last-child{
  margin-bottom: 0;
}

.product_reviews .review:last-child{
  border-bottom-color: transparent;
}

.orders_details{
  position: relative;
  padding: 0;
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: rgba(0,0,0, .1) 0 5px 10px;
  -moz-box-shadow: rgba(0,0,0, .1) 0 5px 10px;
  box-shadow: rgba(0,0,0, .1) 0 5px 10px;
}
.orders_details .od_main{
  padding: 25px 35px;
}
.orders_details h4{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
}

.order_item{
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  font-family: 'Lato-Regular', sans-serif;
}
.order_item >div:first-child img{
  max-width: 70px;
}

.orders_details .order{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
}
.orders_details .order:last-child{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.order_data{
  position: relative;
  margin:  15px 0 0 0;
  text-align: center;
}
.order_data_grid{
  justify-content: space-between;
}

.order_data .od_price{
  font-size: 22px;
  font-family: 'Lato-Bold', sans-serif;
}
.order_data .od_sum{
  font-size: 22px;
  color: #08d9d6;
  font-family: 'Lato-Bold', sans-serif;
}
.order_data .od_price{}
.order_data .od_price{}

.order_data span{
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 0  5px;
  color: #333;
  font-family: 'Lato-Light', sans-serif;
}

.p_amount input{
  border-color: #EAEAEA!important;
}

.p_counter{
  position: relative;
  padding: 0;
  margin: 0;
  height: 30px;
}
.p_counter input{
  width: 35px;
  padding: 0 3px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  height: 30px;
  border-color: transparent;
}
.p_counter span{
  display: block;
  height: 30px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
  font-size: 18px;
  font-family: 'Lato-Bold', sans-serif;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.p_counter span:hover{
  background: #eee;
}

.od_total{
  position: relative;
  padding: 20px 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #EAEAEA;
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  font-family: 'Lato-Regular', sans-serif;
}
.od_total strong{
  font-size: 26px;
  color: #08d9d6;
  display: inline-block;
  margin-left: 10px;
  font-family: 'Lato-Bold', sans-serif;
}

.get_back {
  margin: 50px 0 30px 0;
}
.get_back a{
  font-size: 18px;
  color: #dc3262;
  text-decoration: none;
}
.get_back a:hover{
  text-decoration: underline;
}

.get_back i{
  display: inline-block;
  margin-right: 5px;
}

.checkout_form{
  position: relative;
  padding: 0;
  margin: 0;
}
.checkout_form{
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: rgba(0,0,0, .1) 0 5px 10px;
  -moz-box-shadow: rgba(0,0,0, .1) 0 5px 10px;
  box-shadow: rgba(0,0,0, .1) 0 5px 10px;
}

.cf_main{
  padding: 30px 35px;
}

.checkout_form h4{
  text-transform: none;
}

.required{
  color: #FF2E63;
  display: inline-block;
}

.ch_input{
  display: none;
}
.ch_label{
  display: block;
  padding: 0 0 0 30px;
  margin: 0 0 15px 0;
  position: relative;
  font-size: 16px;
  color: #333333;
  font-family: 'Lato-Light', sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.ch_label > img{
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.ch_label:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #eee;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ch_input:checked + label:before{
  background: #FF2E63;
  border-color: #FF2E63;
}

.checkout_form{
  margin-bottom: 50px;
}
.checkout_form h5{
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Lato-Bold', sans-serif;
}

.fullwidth{
  width: 100%;
}

.cf_total{
  font-size: 18px;
  color: #333;
  padding: 30px 0 0 0;
  font-family: 'Lato-Medium', sans-serif;
}
.cf_total strong{
  font-size: 26px;
  color: #08d9d6;
  font-family: 'Lato-Black', sans-serif;
}

.cf_submit .tap{
  line-height: 80px;
  font-size: 22px;
  text-transform: uppercase;
}

.comments_pagination{
  border-top: 1px solid rgba(220,50,98, .3);
}

.comment_form{
  position: relative;
  padding: 0;
  margin: 20px 0 0 0;
}
.comment_form textarea{
  font-size: 16px;
  color: rgba(51,51,51, .5);
  font-family: 'Lato-Light', sans-serif;
  padding: 10px 15px;
}
.comment_form textarea:focus{
  color: rgba(51,51,51, 1);
}

.rate_stars{
  display: flex;
  margin-top: 20px;
}
.rate_stars > span {
  display: inline-block;
  padding: 0 10px;
  line-height: 1;
}
.rate_stars > span:first-child{
  padding-left: 0;
}
.rate_stars i{
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 0;
  width: 18px;
  height: 20px;
  transition: all .15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: url("../images/star-emty.png") 50% 50% no-repeat;
}

.rate_stars i.full{
  background: url("../images/star-full.png") 50% 50% no-repeat;
}

.line_btn{
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  color: #08d9d6;
  text-transform: uppercase;
  min-width: 225px;
  display: inline-block;
  border: 1px solid #08d9d6;
  background: #fff;
  text-decoration: none;
  box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: 'Lato-Bold', sans-serif;
}

.line_btn:hover{
  opacity: .8;
  color: #FF2E63;
  border-color: #FF2E63;
}

.comment_submit{
  margin-top: 30px;
  margin-bottom: 50px;
}


.call_popup{
  border-radius: 5px;
  max-width: 1000px;
  margin: 50px auto;
  color: #fff;
  background: #fff;
  font-size: 22px;
  color: #333333;
  font-family: 'Lato-Medium', sans-serif;
  position: relative;
  box-shadow: rgba(0,0,0, .1) 0 0 15px;
}


.cart_list_wrap{
    position: relative;
    padding: 0;
    margin: 0;
    padding: 45px 0 15px 0;
}
.cart_list_wrap .empty_bag{
    margin: 50px 0;
}

.cart_list_empty a{
    text-decoration: underline;
}
.cart_list_empty a:hover{
    text-decoration: none;
}

.call_popup .mfp-close{
    width: 40px;
    height: 40px;
    background: transparent url(../images/close.png) 50% 50% no-repeat;
    font-size: 0;
    text-indent: -99999px;
    top: 25px;
    right: 25px;
}

.popup_box{
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 30px 0 30px;
    position: relative;
}

.popup_box h2{
    font-size: 22px;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 30px 0;
    font-family: 'Lato-Black', sans-serif;
}

.cl_flex{
    display: flex;
    align-items: center
}
.cl_flex > div:first-child{
    width: 97px;
}
.cl_flex > div:last-child{
    padding-left: 15px;
}

.cl_flex h2{
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Lato-Regular', sans-serif;
}

.cl_flex .cl_price{
    font-size: 22px;
    color: #7bd8d5;
    font-family: 'Lato-Medium', sans-serif;
     transition: all .3s;
}
.cl_flex .cl_price strike{
    color: #333333;
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
   
}

.cl_item:hover .cl_flex .cl_price{
    color: #333333;
}


/* #8C8C8C */

.cl_item .p_counter > div{
    border: 1px solid #E9E9E9;
}

.car_list_items{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.car_list_items .cl_item{
    padding-bottom: 50px;
    border-bottom: 1px solid #C5C5C5;
    position: relative;
}

.car_list_items .cl_item:not(:last-child){
    margin-bottom: 30px;
}

.car_list_items .cl_item:last-child{
     border-bottom-color: transparent;
}
    

.cl_item_total{
    font-size: 22px;
    color: #333;
    font-family: 'Lato-Medium', sans-serif;
}

.cl_item_remove{
    display: inline-block;
    width: 30px;
    height: 30px;
    float: right;
    opacity: .3;
    transition: all .3s;
    cursor: pointer;
}
.cl_item_remove:hover{
    opacity: 1;
}

.cl_item > .row > div:not(:last-child){
    text-align: center;
}

.m_drop{
    position: relative;
    display: inline-block;
}
.m_drop .m_down{
    position: absolute;
    top: 100%;
    right: 0;
    width: 150px;
    display: none;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    background: #fff;
    box-shadow: rgba(0,0,0, .1) 0 0 15px;
    font-size: 13px;
    color: #333;
    font-family: 'Lato-Light', sans-serif;
}
.m_drop:hover .m_down{
    display: block;
}

.cart_remove_confirm{
    margin: 10px 0 0 0;
}
.cart_remove_confirm a{
    display: inline-block;
    width: 55px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    color: #333;
    font-family: 'Lato-Light', sans-serif;
    text-decoration: none;
}
.cart_remove_confirm a:hover{
    color: #fff;
    background: #FF2E64;
    border-color: #FF2E64;
}
    
.cart_list_footer{
    border-top: 1px solid #eee;
    padding: 30px;
}
.cl_total_amount{
    text-align: right;
}

.cf_body{
    max-width: 770px;
    margin: 0 auto;
}

.cf_action{
    margin-top: 20px;
}
.cf_action .tap{
    line-height: 50px;
    text-transform: uppercase;
    min-width: 370px;
    box-shadow: none;
}

.cf_action .tap:first-child{
    margin-right: 10px;
}

.cf_action .tap.gray{
    background: #E8E8E8;
    color: #333;
}

.cf_action .tap.gray:hover{
    color: #fff;
}

.cl_total_amount{
    color: #333;
    font-size: 18px;
    font-family: 'Lato-Light', sans-serif;
}
.cl_total_amount strike{
    display: inline-block;
    margin: 0 10px;
     font-family: 'Lato-Regular', sans-serif;
}
.cl_total_amount strong{
    font-size: 30px;
}

.cart_list_empty{
    margin-bottom: 50px;
}




.zdx{}

/*Media*/
@media (max-width: 1600px){}
@media (max-width: 1200px){}
@media (max-width: 991px){
    
    .cl_item_remove .js_remove_cart_item {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .cl_item > .row > div{
        position: static;
    }
    
    .cl_flex > div:not(:last-child),
    .cl_item_total{
       margin-bottom: 15px; 
    }
    
    .car_list_items .cl_item:not(:last-child) {
        margin-bottom: 15px;
    }
    
    .car_list_items .cl_item{
        padding-bottom: 10px;
    }
    
    .cl_item > .row > div:not(:last-child) {
        text-align: left;
    }
    
    .cf_action{
        text-align: center;
    }
    
    .cf_action .tap:first-child {
        margin-right: 0;
    }
    
    .cf_action .tap{
        min-width: 228px;
    }

  #footer .copy, #footer .dev{
    padding: 5px;
  }

  #footer .footer_top{
    margin-bottom: 15px;
  }

  .product{
    margin-bottom: 30px;
  }

  .section.top{
    min-height: 600px;
  }

  .menu_switcher{
    display: block;
  }

  #footer .dev{
    text-align: center;
  }

  #header .header_main > div:nth-child(2) {
    display: none;
  }

  #header .header_main > div:nth-child(1),
  #header .header_main > div:nth-child(3) {
    width: 50%;
  }

  #header .h_right .auth_link{
    display: none;
  }

  .section.large {
    padding: 70px 0;
  }

}
@media (max-width: 768px){
    
    .cl_total_amount{
        text-align: center;
    }
    
    .cl_item_remove{
        height: auto;
    }
    
    .cl_item_total{
        margin-top: 10px;
    }

  .file_upload {
    flex-wrap: wrap;
  }
  .file_upload > span{
    width: 100%;
    padding: 5px 0 !important;
  }

  .up_file_button,
  .file_upload span.up_file_container{
    max-width: 200px;
    width: 200px;
    justify-content: center;
  }

  .contact_wrap .form_submit .tap{
    width: 180px;
  }

  .product_entry{
    margin-top: 50px;
  }

  .product_price .price,
  .product_price .add_to_cart{
    padding: 0;
  }

  .product_price .add_to_cart .tap{
    font-size: 12px;
    min-width: 140px;
    padding: 0 15px;
  }
  .product_price .price {
    font-size: 20px;
  }

}
@media (max-width: 480px){

  .heading h1 {
    font-size: 20px;
  }

  .contact_wrap{
    padding: 30px;
  }

  .line_btn{
    font-size: 14px;
    min-width: 200px;
  }

  .rate_stars {
    flex-wrap: wrap;
  }
  .rate_stars > span{
    width: 100%!important;
    padding: 5px 0!important;
  }

  .order_data_grid{
    flex-wrap: wrap;
  }
  .order_data_grid > div{
    width: 50%;
  }
  .order_data_grid > div:last-child{
    width: 100%;
  }

  .order_data .od_price,
  .order_data .od_sum{
    font-size: 18px;
  }
  .order_data span{
    font-size: 14px;
  }

  .od_total strong,
  .cf_total strong{
    font-size: 20px;
  }

  .cf_total{
    font-size: 16px;
    padding: 15px 0 0 0;
  }

  .cf_submit .tap {
    line-height: 70px;
    font-size: 18px;
    text-transform: uppercase;
  }

  .get_back{
    text-align: center;
    margin: 30px 0;
  }
  .get_back a{
    font-size: 14px;
  }

  .checkout_form h5{
    margin: 20px 0 15px 0;
  }

  .page_content ul{
    margin-left: 0;
  }
  .page_content ul > li{
    padding-left: 20px;
  }

  .product_entry h2{
    font-size: 24px;
  }
  .product_description,
  .product_extra {
    font-size: 14px;
  }

  .review{
    font-size: 14px;
  }

  .registration{
    margin: 50px 0;
  }

  .return_grid > div:first-child .r_head h5{
    float: none;
    padding-right: 15px;
    min-width: unset;
  }

  .return_grid > div:first-child .r_column{
    float: none;
    padding-right: 15px;
    min-width: unset;
  }
  .return_grid > div:last-child .r_head,
  .return_grid > div:last-child .r_column{
    padding-left: 0px;
  }

  .about_wrap{
    margin: 30px 0;
  }

  .project_logo{
    margin-top: 50px;
  }

  .page_content{
    font-size: 14px;
  }

  .about_info {
    line-height: 1.8;
  }

  #top{
    bottom: 15px;
    right: 15px;
  }

  .pagination ul > li > a{
    font-size: 14px;
  }
  .pagination ul > li > a > span{
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .heading{
    text-align: center;
    margin-bottom: 20px;
  }

  .container{
    padding: 0 20px;
  }

  #header .logo_box img{
    max-height: 45px;
  }

  .section.top{
    min-height: 300px;
  }

  .scroll_down{
    font-size: 12px;
    bottom: 5%
  }

  .section{
    padding: 25px 0;
  }
  .section.large {
    padding: 50px 0;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 14px;
  }

}
@media (max-width: 320px){}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}