@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); } }

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

html {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  -wenkit-font-smoothing: subpixel-antialiased; }
  html * {
    outline: 0 !important; }

body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  -wenkit-font-smoothing: subpixel-antialiased; }

html {
  font-size: 16px; }

body {
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #455255;
  background-color: #ffffff; }
  body.zlata-boxed {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    border-bottom: none; }

.body-wrapper {
  position: relative;
  overflow: hidden; }

.fa-custom:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto; }

.main-contents {
  position: relative;
  z-index: 10;
  background-color: #ffffff; }

.main-right {
  float: right; }

.padding-top-100 {
  padding-top: 100px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

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

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-top-50 {
  margin-top: 50px; }

.bg-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  background-color: transparent; }

.header-01 .nav-search {
  top: 60px; }

.header-01 .header-main .logo-wrapper {
  display: block;
  float: none;
  text-align: center; }

.header-01 .header-main .navigation {
  float: none; }
  .header-01 .header-main .navigation .nav-links {
    display: table;
    float: none;
    margin: 0 auto; }
    .header-01 .header-main .navigation .nav-links .main-menu {
      line-height: 60px; }

.header-01 .header-main .button-search {
  display: none; }

.header-01 .header-main.header-fixed .logo-wrapper {
  display: inherit;
  float: left; }

.header-01 .header-main.header-fixed .logo {
  line-height: 50px;
  text-align: left; }

.header-01 .header-main.header-fixed .navigation {
  float: right; }
  .header-01 .header-main.header-fixed .navigation:before {
    display: none; }
  .header-01 .header-main.header-fixed .navigation .nav-links {
    float: left; }
    .header-01 .header-main.header-fixed .navigation .nav-links .main-menu {
      padding-bottom: 0; }

.header-01 .header-main.header-fixed .button-search {
  display: block; }

.header-01 .menu-dropdown {
  top: 68px; }

.header-02 .header-main {
  display: none; }

.zlata-boxed .header-main.header-fixed {
  max-width: 1170px; }

.header-topbar {
  font-size: 14px;
  line-height: 50px;
  position: relative;
  z-index: 101;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .header-topbar .link {
    color: #e3e3e3; }
    .header-topbar .link:hover {
      color: #338fff; }
  .header-topbar .topbar-left, .header-topbar .topbar-right.style-2 {
    float: left;
    margin-bottom: 0; }
  .header-topbar .topbar-left > li, .header-topbar .topbar-right.style-2 > li {
    position: relative;
    display: inline-block;
    padding: 0 15px; }
  .header-topbar .topbar-left > li:first-child, .header-topbar .topbar-right.style-2 > li:first-child {
    padding-left: 0; }
  .header-topbar .topbar-left > li:last-child, .header-topbar .topbar-right.style-2 > li:last-child {
    padding-right: 0;
    border: none; }
  .header-topbar .topbar-left .link, .header-topbar .topbar-right.style-2 .link {
    width: auto;
    margin-bottom: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize; }
  .header-topbar .topbar-left .link .icons, .header-topbar .topbar-right.style-2 .link .icons {
    font-size: 8px;
    position: relative;
    top: -2px;
    margin-right: 7px; }
  .header-topbar .topbar-left .link .icons-2, .header-topbar .topbar-right.style-2 .link .icons-2 {
    margin-right: 7px; }
  .header-topbar .topbar-left .link .cart-counter {
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    top: 50%;
    left: 60%;
    height: 14px;
    margin: -15px 0 0 2px;
    padding: 0 5px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 54px;
            border-radius: 54px;
    background: #338fff; }
  .header-topbar .topbar-right {
    float: right;
    margin-bottom: 0; }
    .header-topbar .topbar-right.style-2 {
      float: right; }
      .header-topbar .topbar-right.style-2 .link .cart-counter {
        font-size: 12px;
        line-height: 14px;
        position: absolute;
        top: 50%;
        left: 60%;
        height: 14px;
        margin: -15px 0 0 2px;
        padding: 0 5px;
        text-align: center;
        color: #ffffff;
        -webkit-border-radius: 54px;
                border-radius: 54px;
        background: #338fff; }
      .header-topbar .topbar-right.style-2 li + li:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 18px;
        content: '';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.2); }
    .header-topbar .topbar-right .link {
      font-size: 14px;
      display: block;
      width: 25px;
      text-align: center; }

.header-main {
  position: relative;
  z-index: 100;
  width: 100%;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #104158; }
  .header-main .navigation {
    float: right; }
  .header-main .logo-wrapper {
    line-height: 100px;
    float: left; }
    .header-main .logo-wrapper .logo img {
      max-width: 210px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .header-main.header-fixed {
    position: fixed;
    top: 0;
    display: inherit;
    background-color: #121212;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .header-main.header-fixed .logo-wrapper {
      line-height: 50px; }
      .header-main.header-fixed .logo-wrapper .logo img {
        width: 100%;
        max-width: 90px; }
    .header-main.header-fixed .navigation .nav-links .main-menu, .header-main.header-fixed .button-search .main-menu {
      line-height: 50px; }
    .header-main.header-fixed .nav-search {
      top: 50px;
      border-top: 1px solid #e3e3e3;
      background-color: #121212; }
      .header-main.header-fixed .nav-search form input[type='text'] {
        background-color: #ffffff; }
      .header-main.header-fixed .nav-search form .searchbutton {
        background-color: #338fff; }
    .header-main.header-fixed .menu-dropdown {
      top: 58px;
      background: #121212; }
      .header-main.header-fixed .menu-dropdown:after {
        color: #121212; }
    .header-main.header-fixed .text {
      color: #fff; }
  .header-main.hide-menu {
    position: fixed;
    top: -180px !important; }
    .header-main.hide-menu .logo-wrapper {
      line-height: 50px; }
      .header-main.hide-menu .logo-wrapper .logo img {
        width: 100%;
        max-width: 90px; }
    .header-main.hide-menu .navigation .nav-links .main-menu {
      line-height: 50px; }

.navigation {
  position: relative; }
  .navigation .nav-links {
    position: relative; }
    .navigation .nav-links li.active .main-menu, .navigation .nav-links li:hover .main-menu {
      color: #ffffff; }
    .navigation .nav-links .main-menu {
      font-family: 'Cuprum', sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 100px;
      position: relative;
      margin: 0 15px;
      padding: 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      text-transform: uppercase;
      color: #104158;
      background-color: transparent; }
      .navigation .nav-links .main-menu .icons-dropdown {
        padding-left: 5px; }
        .navigation .nav-links .main-menu .icons-dropdown i {
          -webkit-transition: all .4s ease;
          -o-transition: all .4s ease;
          transition: all .4s ease; }

.button-search {
  float: right;
  cursor: pointer; }
  .button-search .main-menu {
    font-size: 1.143rem;
    line-height: 100px;
    position: relative;
    margin: 0 10px 0 24px;
    margin-right: 0;
    padding: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #e3e3e3;
    background-color: transparent; }
    .button-search .main-menu i {
      position: relative;
      top: -2px; }
  .button-search:hover {
    color: #338fff; }
span.lang-menu {
	padding: 15px;
	color: #fff;
	background: #104158;}
.nav-search {
  position: absolute;
  top: 100px;
  right: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  .nav-search form {
    display: table;
    width: 100%;
    height: 40px; }
    .nav-search form input[type='text'] {
      display: table-cell;
      width: 225px;
      height: 40px;
      padding: 0 20px;
      color: #25363a;
      border: none;
      background-color: rgba(255, 225, 255, 0.5); }
      .nav-search form input[type='text']::-webkit-input-placeholder, .nav-search form input[type='text']:-moz-placeholder, .nav-search form input[type='text']::-moz-placeholder, .nav-search form input[type='text']:-ms-input-placeholder {
        color: #25363a; }
    .nav-search form .searchbutton {
      position: relative;
      top: -1px;
      display: table-cell;
      width: 40px;
      height: 40px;
      padding: 0;
      text-align: center;
      vertical-align: middle;
      border: none;
      background-color: #b6d78d;
      -webkit-box-shadow: none;
              box-shadow: none; }

.menu-dropdown, .menu-dropdown-2 {
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.9); }

.menu-dropdown:after, .menu-dropdown-2:after {
  font-family: 'FontAwesome';
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 40px;
  content: '\f0de';
  text-align: center;
  color: rgba(0, 0, 0, 0.9); }

.menu-dropdown li, .menu-dropdown-2 li {
  overflow: hidden;
  width: 60px;
  height: 0;
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease; }

.menu-dropdown li .sub-menu, .menu-dropdown-2 li .sub-menu {
  font-size: 15px;
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #e3e3e3; }

.menu-dropdown li .sub-menu .text, .menu-dropdown-2 li .sub-menu .text {
  position: relative;
  left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.menu-dropdown li .sub-menu:hover, .menu-dropdown-2 li .sub-menu:hover {
  color: #ffffff;
  background-color: #000000; }

.menu-dropdown li + li:before {
  display: none; }

.menu-dropdown-2 {
  top: 0; }
  .menu-dropdown-2 li + li:before, .menu-dropdown-2:after {
    display: none; }
  .menu-dropdown-2.right {
    left: 100%; }
  .menu-dropdown-2.left {
    right: 100%;
    left: auto; }

.dropdown:hover .menu-dropdown:after {
  font-size: 24px; }

.dropdown:hover .menu-dropdown > li {
  height: 45px; }
  .dropdown:hover .menu-dropdown > li.dropdown-2 {
    position: relative;
    overflow: visible; }

.dropdown-2:hover > .menu-dropdown-2 > li {
  height: 45px; }

.dropdown-2 .icon-dropdown-2 {
  line-height: 24px;
  float: right; }

.hamburger-menu-mobile, .button-search-mobile {
  display: none; }

.hamburger-menu-mobile .icons, .button-search-mobile .icons {
  font-size: 26px;
  line-height: 100px;
  color: #ffffff; }

.hamburger-menu-mobile {
  float: left; }

.button-search-mobile {
  float: right; }
  .button-search-mobile .icons {
    font-size: 20px; }

.wrapper-content {
  -webkit-transition: transform .7s ease;
  -o-transition: transform .7s ease;
  transition: -webkit-transform .7s ease;
  -webkit-transition: -webkit-transform .7s ease;
  transition: transform .7s ease;
  transition: transform .7s ease, -webkit-transform .7s ease;
  -webkit-transform-origin: 15% 100px 0;
  -ms-transform-origin: 15% 100px 0;
  transform-origin: 15% 100px 0; }

.wrapper-menu-mobile {
  position: absolute;
  z-index: 121;
  top: 0;
  left: -1%;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(-99%, 0, 0);
  -ms-transform: translate3d(-99%, 0, 0);
  transform: translate3d(-99%, 0, 0); }
  .wrapper-menu-mobile .mb-social-wrapper {
    padding: 15px 30px; }
    .wrapper-menu-mobile .mb-social-wrapper .mb-socials {
      float: left; }
    .wrapper-menu-mobile .mb-social-wrapper .mb-button-close {
      float: right; }

.wrapper-search-mobile {
  position: fixed;
  z-index: 120;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background-image: url("../img/background-full/banner-6.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }
  .wrapper-search-mobile .mb-social-wrapper {
    padding: 15px 30px; }
    .wrapper-search-mobile .mb-social-wrapper .mb-button-close {
      float: right; }
  .wrapper-search-mobile:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.4); }

.wrapper-menu-mobile-background {
  position: fixed;
  z-index: 120;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-image: url("../img/background-full/homepage-3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }
  .wrapper-menu-mobile-background:before {
    position: absolute;
    z-index: 121;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.4); }

.open-menu-mobile .body-wrapper {
  overflow: inherit; }

.open-menu-mobile .wrapper-content {
  position: fixed;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  -ms-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-box-shadow: 0 0 46px #000000;
          box-shadow: 0 0 46px #000000; }

.open-menu-mobile .wrapper-menu-mobile-background {
  visibility: visible;
  -webkit-transition-delay: .18s;
       -o-transition-delay: .18s;
          transition-delay: .18s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.open-menu-mobile .wrapper-menu-mobile {
  left: 0;
  overflow: auto;
  height: auto;
  -webkit-transition-delay: .18s;
       -o-transition-delay: .18s;
          transition-delay: .18s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.open-search-mobile .body-wrapper {
  overflow: inherit; }

.open-search-mobile .wrapper-content {
  position: fixed;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  -ms-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-box-shadow: 0 0 46px #000000;
          box-shadow: 0 0 46px #000000; }

.open-search-mobile .wrapper-search-mobile {
  overflow: auto;
  -webkit-transition-delay: .18s;
       -o-transition-delay: .18s;
          transition-delay: .18s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mb-socials ul {
  margin: 0; }

.mb-socials .link {
  display: block;
  width: 30px;
  text-align: center;
  color: #ffffff; }

.mb-button-close {
  font-size: 20px;
  position: relative;
  z-index: 200;
  float: right;
  color: #ffffff; }

.mb-login-wrapper {
  margin-top: 20px; }
  .mb-login-wrapper .mb-guest-wrapper {
    height: 40px;
    text-align: center; }
    .mb-login-wrapper .mb-guest-wrapper .mb-avatar {
      position: relative;
      top: auto;
      left: auto;
      display: inline-block;
      margin-right: 15px;
      vertical-align: middle; }
      .mb-login-wrapper .mb-guest-wrapper .mb-avatar .mb-avatar-container {
        overflow: hidden;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
                box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1); }
    .mb-login-wrapper .mb-guest-wrapper .mb-name {
      font-size: 20px;
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      color: #ffffff; }
      .mb-login-wrapper .mb-guest-wrapper .mb-name .link {
        color: #ffffff; }

.mb-nav {
  margin: 0;
  padding: 20px 20px 0 20px; }
  .mb-nav li {
    position: relative; }
    .mb-nav li:last-child {
      margin-bottom: 0; }
  .mb-nav .main-menu {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff; }
    .mb-nav .main-menu:hover, .mb-nav .main-menu:focus {
      background-color: transparent; }
  .mb-nav .icons-dropdown {
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    float: right;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #ffffff; }
  .mb-nav .mb-menu-dropdown, .mb-nav .mb-menu-dropdown-2 {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0; }
  .mb-nav .mb-menu-dropdown .sub-menu {
    font-size: 16px;
    display: block;
    padding: 6px 15px 6px 30px;
    text-transform: capitalize;
    color: #ffffff; }
  .mb-nav .mb-menu-dropdown-2 .sub-menu {
    font-size: 16px;
    display: block;
    padding: 6px 15px 6px 30px;
    text-transform: capitalize;
    color: #ffffff;
    padding-left: 50px; }
  .mb-nav .dropdown-2 .icons-dropdown {
    line-height: 36px; }
  .mb-nav .mb-menu-dropdown-open > ul {
    display: block;
    max-height: 2000px;
    opacity: .9; }
  .mb-nav .mb-menu-dropdown-open > .icons-dropdown {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.mb-search {
  position: relative;
  z-index: 1;
  padding: 35% 30px 0 30px; }
  .mb-search form {
    position: relative; }
  .mb-search .searchbox {
    font-size: 16px;
    width: 100%;
    height: 40px;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent; }
    .mb-search .searchbox::-webkit-input-placeholder, .mb-search .searchbox:-moz-placeholder, .mb-search .searchbox::-moz-placeholder, .mb-search .searchbox:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
  .mb-search .line-boder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #338fff; }
  .mb-search .searchbutton {
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    border: none;
    background-color: transparent; }
  .mb-search .searchbox:focus + .line-boder {
    width: 100%; }

.footer {
  position: relative;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 380px;
  color: #787675;
  background-color: #000205;
  background-image: url("../img/footer-zlata1.jpg");
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

.footer-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  .footer-wrapper .widget {
    text-align: left; }
    .footer-wrapper .widget .title {
      font-family: 'Cuprum', sans-serif;
      font-size: 1.250rem;
      position: relative;
      text-transform: uppercase;
      color: #ffffff; }
    .footer-wrapper .widget .content-widget {
      margin-top: 30px; }

@media screen and (max-width: 767px) {
  .footer .footer-wrapper {
    padding: 60px 0 100px; } }

@media screen and (max-width: 480px) {
  .footer .footer-wrapper {
    padding-bottom: 180px; }
    .footer .footer-wrapper .zlata-info {
      text-align: center; }
      .footer .footer-wrapper .zlata-info .info-list li {
        width: auto;
        margin: 0 auto; }
    .footer .footer-wrapper .footer-logo {
      margin-bottom: 0; } }

.footer-logo {
  display: inline-block;
  margin-bottom: 40px; }

.hyperlink {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 16px 0;
  color: rgba(255, 255, 255, 0.1);
  background-color: #0d1314; }
  .hyperlink .name-company {
    font-weight: bold; }
  .hyperlink .social-footer ul {
    margin-bottom: 0; }
  .hyperlink .social-footer .link {
    font-size: 16px;
    display: block;
    width: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 0.1); }
    .hyperlink .social-footer .link:hover {
      color: #ffffff; }
  .hyperlink .name-company,
  .hyperlink .social-footer {
    color: #fff; }

.zlata-info .info-list {
  margin-bottom: 0; }
  .zlata-info .info-list li {
    display: table;
    width: 100%;
    padding: 0 0 10px;
    border: none; }
    .zlata-info .info-list li:last-child {
      padding-bottom: 0; }
    .zlata-info .info-list li .icons {
      display: table-cell;
      width: 25px;
      color: #104158; }
    .zlata-info .info-list li .link {
      display: table-cell;
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease;
      color: #104158; }
      .zlata-info .info-list li .link:hover {
        color: #ffffff; }
    .zlata-info .info-list li .link-2 {
      line-height: 28px; }

.zlata-service ul {
  margin-bottom: 0; }
  .zlata-service ul li .link {
    display: inline-block;
    padding: 0 0 10px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    color: #969c9e; }
    .zlata-service ul li .link:hover {
      color: #ffffff; }

.zlata-twitter .twitter-wrapper {
  margin-bottom: 10px; }
  .zlata-twitter .twitter-wrapper:last-child {
    margin-bottom: 0; }
  .zlata-twitter .twitter-wrapper .link a {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    color: #969c9e; }
    .zlata-twitter .twitter-wrapper .link a:hover {
      color: #ffffff; }
  .zlata-twitter .twitter-wrapper .time-post {
    text-align: right; }
    .zlata-twitter .twitter-wrapper .time-post i {
      margin-right: 5px; }

.zlata-gallery ul {
  font-size: 0;
  margin: -6px;
  padding: 0; }
  .zlata-gallery ul li {
    display: inline-block;
    width: 33.33%;
    padding: 6px;
    vertical-align: top; }
  .zlata-gallery ul:hover .thumb:after {
    opacity: 1; }
  .zlata-gallery ul:hover .thumb:hover:after {
    opacity: 0; }

.zlata-gallery .thumb {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .zlata-gallery .thumb:before {
    display: block;
    padding-top: 100%;
    content: ''; }
  .zlata-gallery .thumb .img-full {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.sidebar .col-2:last-child .widget:last-child {
  margin-bottom: 0; }

.sidebar .widget {
  margin-bottom: 40px; }
  .sidebar .widget .title-widget {
    font-family: 'Pacifico', cursive;
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #25363a;
    border-bottom: 2px solid #ced0d6;
    background-color: #fafafa; }

.thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0; }
  .thumb:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .thumb img {
    width: 100%; }
  .thumb:hover:after {
    opacity: 1; }

.search-widget .search-wrapper {
  width: 100%;
  border: 1px solid #ced0d6;
  -webkit-border-radius: 40px;
  border-radius: 40px; }
  .search-widget .search-wrapper .search-input {
    font-family: Helvetica, Arial, sans-serif;
    width: inherit;
    height: 40px;
    padding-right: 0;
    padding-left: 18px;
    color: #adadad;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .search-widget .search-wrapper .search-input::-webkit-input-placeholder, .search-widget .search-wrapper .search-input:-moz-placeholder, .search-widget .search-wrapper .search-input::-moz-placeholder, .search-widget .search-wrapper .search-input:-ms-placeholder {
      color: #d8d8d8; }
  .search-widget .search-wrapper .submit-btn {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    padding: 0;
    color: #adadad;
    border: none;
    background-color: transparent; }
    .search-widget .search-wrapper .submit-btn:active {
      -webkit-box-shadow: none;
              box-shadow: none; }

.single-recent-post-widget {
  display: table;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5; }
  .single-recent-post-widget .img-wrapper {
    display: table-cell;
    width: 100px;
    vertical-align: top; }
    .single-recent-post-widget .img-wrapper img {
      width: 100%; }
  .single-recent-post-widget .post-info {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top; }
    .single-recent-post-widget .post-info .meta-info {
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 5px;
      color: #81878f; }
      .single-recent-post-widget .post-info .meta-info .comment-count:before, .single-recent-post-widget .post-info .meta-info .view-count:before {
        margin-right: 4px; }
      .single-recent-post-widget .post-info .meta-info .comment-count:before {
        content: '\f075'; }
      .single-recent-post-widget .post-info .meta-info .view-count {
        margin-right: 10px; }
        .single-recent-post-widget .post-info .meta-info .view-count:before {
          content: '\f007'; }
      .single-recent-post-widget .post-info .meta-info .sep {
        font-style: normal;
        margin: 0 10px; }
    .single-recent-post-widget .post-info .description {
      font-size: 14px;
      color: #25363a; }
  .single-recent-post-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  .single-recent-post-widget:hover .thumb:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.categories-widget .category:before {
  margin-right: 10px;
  content: '\f178';
  color: #dbdbdb; }

.categories-widget .widget-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .categories-widget .widget-list .single-widget-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f5f5f5; }
    .categories-widget .widget-list .single-widget-item .link {
      display: block;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      color: #455255; }
    .categories-widget .widget-list .single-widget-item .count {
      float: right; }
    .categories-widget .widget-list .single-widget-item:first-child {
      padding-top: 0;
      border-top: none; }
    .categories-widget .widget-list .single-widget-item:last-child {
      padding-bottom: 0; }
    .categories-widget .widget-list .single-widget-item:hover .link {
      color: #338fff; }

.tags-widget .content-widget {
  display: inline-block;
  width: 100%; }

.tags-widget .tag {
  line-height: 28px;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 12px 0 27px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: capitalize;
  color: #8d8f93;
  border: 1px solid #b0b5bd;
  -webkit-border-radius: 30px;
  border-radius: 0;
  border-radius: 30px; }
  .tags-widget .tag:before {
    font-family: FontAwesome;
    font-size: 9px;
    position: absolute;
    left: 12px;
    content: '\f1db'; }
  .tags-widget .tag:hover {
    color: #338fff;
    border: 1px solid #338fff; }
    .tags-widget .tag:hover:before {
      color: #338fff; }

.gallery-widget ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 0; }

.gallery-widget li {
  float: left;
  width: 25%;
  padding-bottom: 10px; }
  .gallery-widget li:nth-last-child(-n + 4) {
    padding-bottom: 0; }
  .gallery-widget li .thumb {
    position: relative;
    overflow: hidden; }
    .gallery-widget li .thumb:before {
      display: block;
      padding-top: 100%;
      content: ''; }
  .gallery-widget li img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.social-widget ul {
  margin-bottom: 0; }

.social-widget li {
  margin-bottom: 10px; }

.social-widget .social-icon {
  line-height: 38px;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  color: #ced0d6;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: transparent; }
  .social-widget .social-icon:hover {
    color: #338fff;
    border-color: #ffffff;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.archives-widget .datepicker {
  width: 100% !important; }

#loading-page {
  position: fixed;
  z-index: 102;
  visibility: visible;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  background-color: #25363a; }
  #loading-page.loaded {
    visibility: hidden !important;
    opacity: 0 !important; }

.loading-wrap.zlata-circles {
  width: 200px;
  height: 200px; }
  .loading-wrap.zlata-circles .circle {
    border: 8px solid transparent;
    mix-blend-mode: screen; }
    .loading-wrap.zlata-circles .circle:nth-child(1) {
      border-color: #db4437; }
    .loading-wrap.zlata-circles .circle:nth-child(2) {
      border-color: #f4b400; }
    .loading-wrap.zlata-circles .circle:nth-child(3) {
      border-color: #338fff; }
    .loading-wrap.zlata-circles .circle:nth-child(4) {
      border-color: #4285f4; }

.loading-wrap .numscroller {
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  color: #ffffff; }

@-webkit-keyframes circle {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes circle {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

#live-setting {
  position: fixed;
  z-index: 102;
  top: 22%;
  left: -280px;
  width: 280px;
  padding: 30px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-align: center;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none; }
  #live-setting.open {
    left: 0;
    -webkit-box-shadow: 0 2px 10px 0 #bfbfbf;
            box-shadow: 0 2px 10px 0 #bfbfbf; }
    #live-setting.open .btn-live-setting i {
      -webkit-animation: none;
      animation: none; }
  #live-setting .live-setting-content {
    height: 400px; }
  #live-setting .btn-live-setting {
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    top: 40px;
    right: -40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    color: #25363a;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 0 3px 0 #e1e1e1;
            box-shadow: 2px 0 3px 0 #e1e1e1; }
    #live-setting .btn-live-setting i {
      -webkit-animation: circle 5s linear infinite;
      animation: circle 5s linear infinite; }
  #live-setting .layout-options {
    margin-top: 30px; }
    #live-setting .layout-options .title {
      font-family: 'Pacifico', cursive;
      font-size: 24px;
      font-weight: 500;
      margin-top: 0;
      margin-bottom: 15px;
      text-transform: capitalize;
      color: #25363a; }
  #live-setting .tab-menu {
    max-width: 180px;
    margin-bottom: 15px; }
    #live-setting .tab-menu .link {
      padding: 5px 0; }
  #live-setting .list-color {
    margin-bottom: 0; }
    #live-setting .list-color + .list-color {
      margin-top: 20px; }
    #live-setting .list-color li {
      margin: 5px;
      padding: 0; }
    #live-setting .list-color a.color {
      position: relative;
      display: inline-block;
      width: 25px;
      height: 25px;
      vertical-align: top;
      -webkit-border-radius: 13px;
              border-radius: 13px;
      background-color: #338fff;
      -webkit-box-shadow: 0 0 2px 1px #dcdcdc;
              box-shadow: 0 0 2px 1px #dcdcdc; }
      #live-setting .list-color a.color.active {
        -webkit-box-shadow: 0 0 5px 1px #25363a;
                box-shadow: 0 0 5px 1px #25363a; }
      #live-setting .list-color a.color[data-color='custom-color-2'] {
        background-color: #029fe1; }
      #live-setting .list-color a.color[data-color='custom-color-3'] {
        background-color: #f4e153; }
      #live-setting .list-color a.color[data-color='custom-color-4'] {
        background-color: #ea6d0c; }
      #live-setting .list-color a.color[data-color='custom-color-5'] {
        background-color: #026601; }
      #live-setting .list-color a.color[data-color='custom-color-6'] {
        background-color: #2e033d; }
      #live-setting .list-color a.color[data-color='custom-color-7'] {
        background-color: #f90e84; }
      #live-setting .list-color a.color[data-color='custom-color-8'] {
        background-color: #f2153e; }
      #live-setting .list-color a.color[data-color='#fff'] {
        background-color: #ffffff; }
      #live-setting .list-color a.color[data-color='#f9f9f9'] {
        background-color: #f9f9f9; }
      #live-setting .list-color a.color[data-color='#e9e9e9'] {
        background-color: #e9e9e9; }
      #live-setting .list-color a.color[data-color='#c5f1b1'] {
        background-color: #c5f1b1; }
      #live-setting .list-color a.color[data-color='#fff9f9'] {
        background-color: #f3d8d8; }
      #live-setting .list-color a.color[data-color='#e9eaf7'] {
        background-color: #d6efff; }
      #live-setting .list-color a.color[data-color='#25363a'] {
        background-color: #25363a; }
      #live-setting .list-color a.color[data-color='#333'] {
        background-color: #333333; }
      #live-setting .list-color a.color[data-color='#000'] {
        background-color: #000000; }
      #live-setting .list-color a.color[data-bg='1'] {
        background-image: url("../img/background-boxed/bg1.jpg");
        -webkit-background-size: cover;
                background-size: cover; }
      #live-setting .list-color a.color[data-bg='2'] {
        background-image: url("../img/background-boxed/bg2.jpg");
        -webkit-background-size: cover;
                background-size: cover; }
      #live-setting .list-color a.color[data-bg='3'] {
        background-image: url("../img/background-boxed/bg3.jpg");
        -webkit-background-size: cover;
                background-size: cover; }
      #live-setting .list-color a.color[data-bg='4'] {
        background-image: url("../img/background-boxed/bg4.jpg");
        -webkit-background-size: cover;
                background-size: cover; }
      #live-setting .list-color a.color[data-bg='5'] {
        background-image: url("../img/background-boxed/bg5.jpg");
        -webkit-background-size: cover;
                background-size: cover; }

.datepicker {
  z-index: 100 !important;
  padding: 0 !important; }
  .datepicker .table-condensed {
    margin: 0 auto;
    table-layout: fixed; }
  .datepicker thead {
    border-bottom: 1px solid #d8dce2; }
    .datepicker thead .dow {
      width: -webkit-calc(14.28571429%);
      width: calc(14.28571429%);
      width: -webkit-(14.28571%);
      padding-top: 15px;
      text-transform: uppercase;
      color: #455255; }
    .datepicker thead .datepicker-switch {
      font-size: 1.29rem;
      font-weight: 500;
      cursor: default;
      color: #727272; }
      .datepicker thead .datepicker-switch:hover {
        background-color: transparent; }
    .datepicker thead .next, .datepicker thead .prev {
      position: relative;
      color: transparent; }
    .datepicker thead .next:hover, .datepicker thead .prev:hover {
      background-color: transparent; }
    .datepicker thead .next:hover:before, .datepicker thead .prev:hover:before {
      background-color: #338fff; }
    .datepicker thead .next:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      line-height: 15px;
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 15px;
      height: 15px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      text-align: center;
      color: #ffffff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #e9ebef;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: auto; }
    .datepicker thead .prev:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      line-height: 15px;
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 15px;
      height: 15px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      text-align: center;
      color: #ffffff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #e9ebef;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: auto;
      right: 50%;
      content: '\f104';
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
    .datepicker thead .next:before {
      left: 50%;
      content: '\f105';
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .datepicker tbody tr {
    line-height: 30px; }
  .datepicker tbody td.day {
    position: relative;
    color: #77858e; }
    .datepicker tbody td.day.new, .datepicker tbody td.day.old {
      color: #dadada; }
    .datepicker tbody td.day:hover {
      background: none !important; }
      .datepicker tbody td.day:hover:before {
        background-color: #efefef; }
    .datepicker tbody td.day:before {
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 30px;
      content: '';
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transform: translate(-50%, -52%);
      -ms-transform: translate(-50%, -52%);
      transform: translate(-50%, -52%);
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .datepicker tbody td.day.active, .datepicker tbody td.day.range, .datepicker tbody td.day.range-end, .datepicker tbody td.day.range-start {
      color: #ffffff;
      background-color: transparent !important;
      background-image: none !important;
      text-shadow: none !important; }
    .datepicker tbody td.day.active:before, .datepicker tbody td.day.range-end:before, .datepicker tbody td.day.range-start:before {
      background-color: #338fff; }
    .datepicker tbody td.day.range:before {
      background-color: #eeeeee; }

.ui-timepicker-wrapper {
  width: 200px;
  height: 220px; }

.ui-timepicker-list li {
  padding: 10px 0 10px 15px;
  text-align: left; }

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); } }

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

.btn {
  font-size: 1rem;
  line-height: 38px;
  width: 200px;
  height: 40px;
  padding: 0 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 40px;
  border-radius: 40px; }
  .btn:hover {
    color: #338fff;
    border: 1px solid #338fff; }
  .btn.btn-maincolor {
    color: #ffffff;
    border-color: #338fff;
    background-color: #338fff; }
    .btn.btn-maincolor:hover {
      color: #338fff;
      border-color: #338fff;
      background-color: transparent; }
  .btn.btn-titlecolor {
    color: #ffffff;
    border-color: #25363a;
    background-color: #25363a; }
    .btn.btn-titlecolor:hover {
      color: #25363a;
      border-color: #ffffff;
      background-color: #ffffff; }
  .btn.btn-transparent {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent; }
    .btn.btn-transparent:hover {
      color: #338fff;
      border-color: #ffffff;
      background-color: #ffffff; }

.group-btn .btn {
  margin-right: 12px; }
  .group-btn .btn:last-child {
    margin-right: 0; }

.wrapper-btn {
  display: block;
  text-align: center; }

/*----------  1.2. Main title  ----------*/
.main-titles {
  position: relative;
  text-align: center; }
  .main-titles .title {
    font-family: 'Pacifico', cursive;
    font-size: 3.750rem;
    line-height: 1.5;
    position: relative;
    z-index: 10;
    margin: 0 0 70px 0;
    color: #104158; }
  .main-titles.white .title {
    color: #ffffff; }

.main-titles-2 {
  text-align: left; }
  .main-titles-2 .title {
    font-family: 'Pacifico', cursive;
    font-size: 3.000rem;
    line-height: 1.4;
    position: relative;
    z-index: 10;
    margin: 0 0 40px 0;
    text-transform: capitalize;
    color: #25363a; }
  .main-titles-2.white .title {
    color: #ffffff; }

/*----------  1.3. Star Rangting  ----------*/
.star-rating {
  font-size: 15px;
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  width: 90px;
  height: 1em; }
  .star-rating:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    content: '\f006\f006\f006\f006\f006';
    letter-spacing: 4px;
    color: #e7c217; }
  .star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
    padding-top: 1.5em;
    color: #e7c217; }
    .star-rating span:before {
      font-family: FontAwesome;
      position: absolute;
      top: 0;
      left: 0;
      content: '\f005\f005\f005\f005\f005';
      letter-spacing: 4px; }
    .star-rating span.width-10 {
      width: 10%; }
    .star-rating span.width-20 {
      width: 20%; }
    .star-rating span.width-30 {
      width: 30%; }
    .star-rating span.width-40 {
      width: 40%; }
    .star-rating span.width-50 {
      width: 50%; }
    .star-rating span.width-60 {
      width: 60%; }
    .star-rating span.width-70 {
      width: 70%; }
    .star-rating span.width-80 {
      width: 80%; }
    .star-rating span.width-90 {
      width: 90%; }
    .star-rating span.width-100 {
      width: 100%; }

/*----------  1.4. Grid Layout  ----------*/
.grid-block-1 {
  margin: 0 -15px; }
  .grid-block-1 .block-left {
    float: left;
    width: 50%;
    padding: 0 15px; }
  .grid-block-1 .block-right {
    float: right;
    width: 50%;
    padding: 0 15px; }
  .grid-block-1 .grid-item {
    width: 100%;
    margin-bottom: 30px; }
    .grid-block-1 .grid-item:last-child {
      margin-bottom: 0; }

.grid-block-2 {
  margin: 0 -15px; }
  .grid-block-2 .grid-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px; }
    .grid-block-2 .grid-item:last-child {
      margin-bottom: 0; }
  .grid-block-2 .grid-1 {
    width: 33.33%; }
  .grid-block-2 .grid-2 {
    width: 66.67%; }

.grid-block-3 {
  font-size: 0;
  display: block; }
  .grid-block-3 .grid-left {
    display: inline-block;
    width: 66%;
    padding-right: 30px;
    vertical-align: top; }
  .grid-block-3 .grid-right {
    display: inline-block;
    width: 34%;
    vertical-align: top; }

.gallery-grid {
  font-size: 0;
  margin: -15px; }
  .gallery-grid .fancybox {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .gallery-grid .grid-item {
    display: inline-block;
    overflow: hidden;
    width: 33.3333%;
    padding: 15px;
    vertical-align: top; }

.gallery-grid-2 {
  font-size: 0; }
  .gallery-grid-2 .grid-sizer {
    width: 1%; }
  .gallery-grid-2 .grid-item {
    display: inline-block;
    width: 20%;
    padding: 0;
    vertical-align: top; }
    .gallery-grid-2 .grid-item:before {
      display: block;
      padding-top: 82.5%;
      content: ''; }
    .gallery-grid-2 .grid-item.grid-item-width-2 {
      width: 40%; }
      .gallery-grid-2 .grid-item.grid-item-width-2:before {
        padding-top: 41.25%; }
    .gallery-grid-2 .grid-item.grid-item-height-2:before {
      padding-top: 165%; }
    .gallery-grid-2 .grid-item.grid-item-width-2.grid-item-height-2 {
      width: 40%; }
      .gallery-grid-2 .grid-item.grid-item-width-2.grid-item-height-2:before {
        padding-top: 82.5%; }
  .gallery-grid-2 .block-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gallery-grid-3 {
  margin: -15px; }
  .gallery-grid-3 .grid-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 50%;
    padding: 15px; }
    .gallery-grid-3 .grid-item:before {
      display: block;
      padding-top: 57%;
      content: ''; }
    .gallery-grid-3 .grid-item.grid-item-height-2:before {
      padding-top: -webkit-calc(114% + 30px);
      padding-top: calc(114% + 30px); }
    .gallery-grid-3 .grid-item .wrapper-img {
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      overflow: hidden; }
    .gallery-grid-3 .grid-item img {
      position: absolute;
      top: 0;
      left: 50%;
      width: auto;
      max-width: none;
      height: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

/*----------  1.5. Block style  ----------*/
.block-1 {
  position: relative;
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fbfbfb; }
  .block-1 .block-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0; }
    .block-1 .block-image:before {
      display: block;
      padding-top: 58%;
      content: ''; }
    .block-1 .block-image:after {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.3); }
    .block-1 .block-image .img-full {
      position: absolute;
      top: 0;
      left: 50%;
      width: auto;
      max-width: none;
      height: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .block-1 .block-image .link {
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .block-1 .block-audio {
    width: 100%;
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.92);
    background-image: url("../img/news/image-7.jpg"); }
  .block-1 .block-video:before {
    display: block;
    padding-top: 58%;
    content: ''; }
  .block-1 .block-blockquote {
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    color: #ffffff; }
    .block-1 .block-blockquote:before {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background-color: rgba(0, 0, 0, 0.5); }
    .block-1 .block-blockquote .img-full {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 50%;
      width: auto;
      max-width: none;
      height: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .block-1 .block-blockquote blockquote {
      position: relative;
      z-index: 3;
      margin: 0;
      padding: 0 40px;
      border-left: none; }
      .block-1 .block-blockquote blockquote:before {
        font-family: 'FontAwesome';
        font-size: 2rem;
        position: absolute;
        top: 0;
        left: 0;
        content: '\f10d'; }
      .block-1 .block-blockquote blockquote p {
        font-size: 1.250rem;
        font-style: italic;
        margin-bottom: 10px; }
      .block-1 .block-blockquote blockquote cite {
        font-style: normal;
        display: block;
        margin-top: 5px;
        text-align: left; }
        .block-1 .block-blockquote blockquote cite a {
          font-size: 1rem;
          margin-right: 5px;
          text-transform: capitalize;
          color: #ffffff; }
        .block-1 .block-blockquote blockquote cite span {
          font-size: .875rem;
          font-weight: 700;
          text-transform: capitalize; }
  .block-1 .block-content {
    position: relative;
    overflow: hidden;
    padding: 25px 30px 20px 30px; }
    .block-1 .block-content .title {
      font-size: 1.875rem;
      font-weight: 700;
      margin: 0;
      color: #25363a; }
      .block-1 .block-content .title:hover {
        color: #338fff; }
    .block-1 .block-content .author {
      margin: 10px 0 0 0;
      color: #94999a; }
      .block-1 .block-content .author .text {
        font-size: inherit;
        display: inline-block;
        margin: 0;
        text-transform: capitalize; }
      .block-1 .block-content .author .link {
        font-size: inherit;
        display: inline-block;
        margin-left: 8px;
        text-transform: capitalize;
        color: #94999a; }
        .block-1 .block-content .author .link:hover {
          color: #338fff; }
    .block-1 .block-content .description {
      display: block;
      margin: 15px 0 0 0; }
      .block-1 .block-content .description p {
        margin-bottom: 5px; }
        .block-1 .block-content .description p:last-child {
          margin-bottom: 0; }
    .block-1 .block-content .readmore {
      font-weight: 700;
      display: block;
      margin: 10px 0 0 0;
      text-transform: capitalize;
      color: #25363a; }
      .block-1 .block-content .readmore .icons {
        padding-left: 7px; }
      .block-1 .block-content .readmore:hover {
        color: #338fff; }
  .block-1 .block-info {
    font-size: 1rem;
    margin: 17px 0 0 0;
    padding: 15px 0 0 0;
    color: #939899;
    border-top: 1px solid #e0e0e0; }
    .block-1 .block-info .info-left {
      float: left; }
    .block-1 .block-info .info-right {
      float: right; }
    .block-1 .block-info .block {
      position: relative;
      display: inline-block;
      padding: 0 10px;
      vertical-align: top; }
      .block-1 .block-info .block:first-child {
        padding-left: 0; }
      .block-1 .block-info .block:last-child {
        padding-right: 0; }
      .block-1 .block-info .block .icons {
        font-size: inherit;
        display: inline-block;
        margin-right: 8px;
        color: #ced1d2; }
      .block-1 .block-info .block .link {
        font-size: inherit;
        display: inline-block;
        margin: 0;
        vertical-align: top;
        text-transform: capitalize;
        color: #939899; }
        .block-1 .block-info .block .link:hover {
          color: #338fff; }
  .block-1:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 3.5px 6px 18px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3.5px 6px 18px 0 rgba(0, 0, 0, 0.1); }
    .block-1:hover .block-image:after {
      opacity: 1; }

.block-2 {
  position: relative;
  display: table;
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fbfbfb; }
  .block-2 .block-image {
    position: relative;
    display: table-cell;
    overflow: hidden;
    width: 170px;
    vertical-align: top;
    background-color: #000000; }
    .block-2 .block-image:before {
      display: block;
      padding-top: 110%;
      content: ''; }
    .block-2 .block-image:after {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.3); }
    .block-2 .block-image .img-full {
      position: absolute;
      top: 0;
      left: 50%;
      width: auto;
      max-width: none;
      height: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .block-2 .block-image .link {
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .block-2 .block-content {
    position: relative;
    display: table-cell;
    overflow: hidden;
    padding: 20px 30px 20px 30px;
    vertical-align: top; }
    .block-2 .block-content .title {
      font-size: 1.250rem;
      font-weight: 700;
      margin: 0;
      text-transform: capitalize;
      color: #25363a; }
      .block-2 .block-content .title:hover {
        color: #338fff; }
    .block-2 .block-content .author {
      margin: 8px 0 0 0;
      color: #94999a; }
      .block-2 .block-content .author .text {
        font-size: inherit;
        display: inline-block;
        margin: 0;
        text-transform: capitalize; }
      .block-2 .block-content .author .link {
        font-size: inherit;
        display: inline-block;
        margin-left: 8px;
        text-transform: capitalize;
        color: #94999a; }
        .block-2 .block-content .author .link:hover {
          color: #338fff; }
    .block-2 .block-content .description {
      display: block;
      margin: 10px 0 0 0; }
      .block-2 .block-content .description p {
        margin-bottom: 5px; }
        .block-2 .block-content .description p:last-child {
          margin-bottom: 0; }
    .block-2 .block-content .readmore {
      font-weight: 700;
      display: block;
      margin: 10px 0 0 0;
      text-transform: capitalize;
      color: #25363a; }
      .block-2 .block-content .readmore .icons {
        padding-left: 7px; }
      .block-2 .block-content .readmore:hover {
        color: #338fff; }
  .block-2 .block-info {
    font-size: 1rem;
    margin: 17px 0 0 0;
    padding: 15px 0 0 0;
    color: #939899;
    border-top: 1px solid #e0e0e0; }
    .block-2 .block-info .info-left {
      float: left; }
    .block-2 .block-info .info-right {
      float: right; }
    .block-2 .block-info .block {
      position: relative;
      display: inline-block;
      padding: 0 10px;
      vertical-align: top; }
      .block-2 .block-info .block:first-child {
        padding-left: 0; }
      .block-2 .block-info .block:last-child {
        padding-right: 0; }
      .block-2 .block-info .block .icons {
        font-size: inherit;
        display: inline-block;
        margin-right: 8px;
        color: #ced1d2; }
      .block-2 .block-info .block .link {
        font-size: inherit;
        display: inline-block;
        margin: 0;
        vertical-align: top;
        text-transform: capitalize;
        color: #939899; }
        .block-2 .block-info .block .link:hover {
          color: #338fff; }
  .block-2:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 3.5px 6px 18px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3.5px 6px 18px 0 rgba(0, 0, 0, 0.1); }
    .block-2:hover .block-image:after {
      opacity: 1; }

.block-3 {
  position: relative;
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fbfbfb; }
  .block-3 .block-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #000000; }
    .block-3 .block-image:before {
      display: block;
      padding-top: 80%;
      content: ''; }
    .block-3 .block-image:after {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.3); }
    .block-3 .block-image .img-full {
      position: absolute;
      top: 0;
      left: 50%;
      width: auto;
      max-width: none;
      height: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .block-3 .block-image .link {
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .block-3 .block-content {
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    text-align: center; }
    .block-3 .block-content .title {
      font-size: 1.250rem;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase;
      color: #25363a; }
      .block-3 .block-content .title:hover {
        color: #338fff; }
    .block-3 .block-content .subtitle {
      font-size: 1rem;
      font-weight: 400;
      margin: 7px 0 0 0;
      text-transform: capitalize; }
    .block-3 .block-content .description {
      display: block;
      margin: 12px 0 0 0; }
      .block-3 .block-content .description p {
        margin-bottom: 5px; }
        .block-3 .block-content .description p:last-child {
          margin-bottom: 0; }
    .block-3 .block-content .list-social {
      display: block;
      margin: 15px 0 0 0;
      padding: 0; }
      .block-3 .block-content .list-social li {
        display: inline-block;
        padding: 0 10px;
        list-style: none; }
      .block-3 .block-content .list-social .link {
        font-size: 1rem;
        color: #b4babb; }
        .block-3 .block-content .list-social .link:hover {
          color: #338fff; }
    .block-3 .block-content .btn {
      width: auto;
      margin: 20px 0 0 0;
      padding: 0 25px;
      text-transform: capitalize; }
  .block-3:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 3.5px 6px 18px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3.5px 6px 18px 0 rgba(0, 0, 0, 0.1); }
    .block-3:hover .block-image:after {
      opacity: 1; }
  .block-3.style-2 {
    display: table;
    width: 100%; }
    .block-3.style-2 .block-image {
      display: table-cell;
      width: 48%; }
    .block-3.style-2 .block-content {
      display: table-cell;
      padding: 15px 30px;
      vertical-align: middle; }

.block-4 {
  position: relative;
  top: 0;
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #ffffff; }
  .block-4 .block-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 90px;
    border: 1px solid #ededed;
    border-bottom: none; }
    .block-4 .block-image .img-full {
      display: block;
      width: 100%;
      max-width: none;
      margin: 0 auto; }
    .block-4 .block-image .link {
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .block-4 .block-content {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 20px 15px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    background-color: #fafafa; }
    .block-4 .block-content .title {
      font-size: 1.250rem;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase;
      color: #25363a; }
    .block-4 .block-content .prices-wrapper {
      line-height: 1;
      margin: 5px 0 0 0; }
      .block-4 .block-content .prices-wrapper .prices {
        display: inline-block; }
        .block-4 .block-content .prices-wrapper .prices sup {
          font-size: .9rem;
          font-weight: 700;
          top: -8px;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          text-transform: capitalize;
          color: #338fff; }
        .block-4 .block-content .prices-wrapper .prices .number {
          font-size: 1.500rem;
          font-weight: 700;
          line-height: 1;
          display: inline-block;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          text-transform: capitalize;
          color: #338fff; }
      .block-4 .block-content .prices-wrapper .unit {
        font-size: 1.12rem;
        line-height: 1;
        display: inline-block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-transform: uppercase;
        color: #9c9c9c; }
    .block-4 .block-content .list-icons {
      display: block;
      visibility: hidden;
      height: 0;
      margin: 5px auto 0 auto;
      padding: 0;
      font-size: 16px;
      line-height: 1.1;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      opacity: 0; }
      .block-4 .block-content .list-icons li {
        display: inline-block;
        padding: 0 8px;
        list-style: none;
        color: red; }
      .block-4 .block-content .list-icons .link {
        font-size: 1rem;
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        color: rgba(255, 255, 255, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .block-4 .block-content .list-icons .link .icons {
          line-height: 32px; }
        .block-4 .block-content .list-icons .link:hover {
          color: #ffffff;
          border-color: #ffffff; }
  .block-4:hover {
    top: -4px;
    -webkit-box-shadow: 3.5px 6px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3.5px 6px 25px 0 rgba(0, 0, 0, 0.1); }
    .block-4:hover .block-content {
      background-color: #338fff; }
      .block-4:hover .block-content .prices-wrapper .prices sup, .block-4:hover .block-content .prices-wrapper .prices .number {
        color: #ffffff; }
      .block-4:hover .block-content .prices-wrapper .unit {
        color: #ffffff; }
      .block-4:hover .block-content .list-icons {
        visibility: visible;
        height: auto;
        padding-top: 5px;
        opacity: 1; }

.block-5 {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #ffffff; }
  .block-5 .block-image {
    position: relative;
    display: block;
    overflow: hidden; }
    .block-5 .block-image .img-full {
      display: block;
      width: 100%;
      max-width: none;
      margin: 0 auto; }
    .block-5 .block-image .link {
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .block-5 .block-content {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: -100%;
    left: 0;
    overflow: hidden;
    padding: 20px 15px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    background-color: #338fff; }
    .block-5 .block-content .title {
      font-size: 1.250rem;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase;
      color: #25363a; }
    .block-5 .block-content .prices-wrapper {
      line-height: 1;
      margin: 0; }
      .block-5 .block-content .prices-wrapper .prices {
        display: inline-block; }
        .block-5 .block-content .prices-wrapper .prices sup {
          font-size: .9rem;
          font-weight: 700;
          top: -8px;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          text-transform: capitalize;
          color: #ffffff; }
        .block-5 .block-content .prices-wrapper .prices .number {
          font-size: 1.500rem;
          font-weight: 700;
          line-height: 1;
          display: inline-block;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          text-transform: capitalize;
          color: #ffffff; }
      .block-5 .block-content .prices-wrapper .unit {
        font-size: 1.12rem;
        line-height: 1;
        display: inline-block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-transform: uppercase;
        color: #ffffff; }
    .block-5 .block-content .list-icons {
      display: block;
      margin: 10px auto 0 auto;
      padding: 0;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .block-5 .block-content .list-icons li {
        display: inline-block;
        padding: 0 8px;
        list-style: none; }
      .block-5 .block-content .list-icons .link {
        font-size: 1rem;
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        color: rgba(255, 255, 255, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .block-5 .block-content .list-icons .link .icons {
          line-height: 32px; }
        .block-5 .block-content .list-icons .link:hover {
          color: #ffffff;
          border-color: #ffffff; }
  .block-5:hover .block-content {
    bottom: 0; }

.block-6 {
  position: relative;
  display: table;
  width: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #ededed; }
  .block-6 .block-image {
    position: relative;
    display: table-cell;
    overflow: hidden;
    width: 48%;
    max-width: 370px;
    vertical-align: top;
    border-right: 1px solid #ededed;
    background-color: #ffffff; }
    .block-6 .block-image:before {
      display: block;
      padding-top: 80%;
      content: ''; }
    .block-6 .block-image .img-full {
      position: absolute;
      top: 0;
      left: 50%;
      width: auto;
      max-width: none;
      height: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .block-6 .block-image .link {
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .block-6 .block-content {
    position: relative;
    display: table-cell;
    overflow: hidden;
    padding: 25px 30px 30px 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
    background-color: #ffffff; }
    .block-6 .block-content .title {
      font-size: 1.250rem;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase;
      color: #25363a; }
    .block-6 .block-content .prices-wrapper {
      line-height: 1;
      margin: 5px 0 0 0; }
      .block-6 .block-content .prices-wrapper .prices {
        display: inline-block; }
        .block-6 .block-content .prices-wrapper .prices sup {
          font-size: .9rem;
          font-weight: 700;
          top: -8px;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          text-transform: capitalize;
          color: #338fff; }
        .block-6 .block-content .prices-wrapper .prices .number {
          font-size: 1.500rem;
          font-weight: 700;
          line-height: 1;
          display: inline-block;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          text-transform: capitalize;
          color: #338fff; }
      .block-6 .block-content .prices-wrapper .unit {
        font-size: 1.12rem;
        line-height: 1;
        display: inline-block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-transform: uppercase;
        color: #9c9c9c; }
    .block-6 .block-content .description {
      font-size: 1rem;
      margin: 20px 0 0 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .block-6 .block-content .list-icons {
      display: block;
      margin: 20px 0 0 -8px;
      padding: 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .block-6 .block-content .list-icons li {
        display: inline-block;
        padding: 0 8px;
        list-style: none; }
      .block-6 .block-content .list-icons .link {
        display: block;
        width: 35px;
        height: 35px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-align: center;
        color: #cacaca;
        border: 1px solid #cacaca;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .block-6 .block-content .list-icons .link .icons {
          font-size: 1rem;
          line-height: 32px; }
  .block-6:hover {
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1); }
    .block-6:hover .block-content {
      background-color: #338fff; }
      .block-6:hover .block-content .prices-wrapper .prices sup, .block-6:hover .block-content .prices-wrapper .prices .number {
        color: #ffffff; }
      .block-6:hover .block-content .prices-wrapper .unit {
        color: #ffffff; }
      .block-6:hover .block-content .description {
        color: #ffffff; }
      .block-6:hover .block-content .list-icons .link {
        color: rgba(255, 255, 255, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.3); }
        .block-6:hover .block-content .list-icons .link:hover {
          color: #ffffff;
          border-color: #ffffff; }

.block-products .title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #25363a; }

.block-products .prices {
  display: inline-block;
  vertical-align: top; }
  .block-products .prices > .text {
    font-size: 1.125rem;
    display: inline-block;
    margin-right: 7px;
    vertical-align: top;
    text-transform: capitalize;
    color: #a1a1a0; }
  .block-products .prices > sup {
    font-size: .9rem;
    font-weight: 700;
    top: -2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;
    color: #338fff; }
  .block-products .prices > .number {
    font-size: 1.500rem;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: top;
    text-transform: capitalize;
    color: #338fff; }

.block-products .star-rating {
  line-height: 24px;
  display: inline-block;
  height: 24px;
  vertical-align: top; }

.block-products .prices + .star-rating {
  margin-left: 30px; }

.block-products .description {
  font-size: 1rem;
  display: block;
  margin: 15px 0 0 0; }

.block-products .list-info {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none; }
  .block-products .list-info li {
    font-size: 1rem;
    line-height: 30px;
    position: relative;
    padding-left: 16px; }
    .block-products .list-info li:before {
      font-family: 'FontAwesome';
      font-size: 8px;
      position: absolute;
      left: 0;
      content: '\f111';
      color: #c7c9c9; }

.block-products .btn {
  margin-top: 25px; }

/*----------  1.6. Block icon style  ----------*/
.zlata-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0); }
  .zlata-circles .circle {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid transparent;
    -webkit-border-radius: 92% 110% 132% 88%;
            border-radius: 92% 110% 132% 88%; }
    .zlata-circles .circle:nth-child(1) {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-animation: spin1 6s linear infinite;
      animation: spin1 6s linear infinite;
      border-color: #c7c7c7; }
    .zlata-circles .circle:nth-child(2) {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-animation: spin2 6s linear infinite;
      animation: spin2 6s linear infinite;
      border-color: #c7c7c7; }
    .zlata-circles .circle:nth-child(3) {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-animation: spin3 6s linear infinite;
      animation: spin3 6s linear infinite;
      border-color: #c7c7c7; }
    .zlata-circles .circle:nth-child(4) {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-animation: spin4 6s linear infinite;
      animation: spin4 6s linear infinite;
      border-color: #c7c7c7; }

.block-icon-1 .table-cell {
  position: relative;
  display: block;
  padding: 0;
  text-align: center; }
  .block-icon-1 .table-cell + .table-cell {
    margin-top: 20px;
    padding: 0 15px; }

.block-icon-1 .icons {
  font-size: 2.4rem;
  line-height: 70px;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 70px;
  height: 70px;
  color: #338fff; }

.block-icon-1 .title {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  color: #25363a; }

.block-icon-1 .description {
  margin: 10px 0 0 0; }

.block-icon-2 {
  position: relative;
  top: 0;
  padding: 30px 20px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .block-icon-2 .table-cell {
    position: relative;
    display: block;
    text-align: center; }
    .block-icon-2 .table-cell + .table-cell {
      margin-top: 40px; }
  .block-icon-2 .icons {
    font-size: 2.4rem;
    line-height: 70px;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 70px;
    height: 70px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #338fff; }
  .block-icon-2 .title {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    color: #25363a; }
  .block-icon-2 .description {
    margin: 10px 0 0 0; }
  .block-icon-2 .btn {
    width: auto;
    margin-top: 30px;
    padding: 0 30px;
    text-transform: capitalize; }
  .block-icon-2:hover {
    top: -4px;
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2); }
    .block-icon-2:hover .icons {
      color: #ffffff; }
    .block-icon-2:hover .zlata-circles .circle {
      background-color: #338fff; }

.block-icon-3 .table-cell {
  position: relative;
  display: block;
  text-align: center; }
  .block-icon-3 .table-cell + .table-cell {
    margin-top: 20px; }

.block-icon-3 .icons {
  font-size: 4rem;
  line-height: 1;
  margin: 0;
  color: #338fff; }

.block-icon-3 .title {
  font-size: 1.375rem;
  font-weight: 700;
  position: relative;
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  color: #25363a; }
  .block-icon-3 .title:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 35px;
    height: 3px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #455255; }

.block-icon-3 .description {
  margin: 20px 0 0 0; }

/*----------  1.7. Tab Menu  ----------*/
.tab-menu {
  display: table;
  width: 100%;
  margin: 0 auto 70px auto;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e7e7e7; }
  .tab-menu li {
    position: relative;
    display: table-cell;
    width: 1%;
    text-align: center; }
    .tab-menu li.active .link {
      color: #338fff; }
      .tab-menu li.active .link:before {
        width: 100%; }
  .tab-menu .link {
    font-size: 1.125rem;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;
    color: #25363a; }
    .tab-menu .link:before {
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 0;
      height: 3px;
      content: '';
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      background-color: #338fff; }
    .tab-menu .link:hover {
      color: #338fff; }
      .tab-menu .link:hover:before {
        width: 100%; }
  .tab-menu.white .link {
    color: #ffffff; }
    .tab-menu.white .link:hover {
      color: #338fff; }

/*----------  1.8. Input  ----------*/
.form-control {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .form-control:hover, .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

/*----------  1.9. Pagination  ----------*/
.pagination {
  margin: 0; }
  .pagination li .btn-pagination {
    line-height: 40px;
    position: relative;
    margin: 0 5px;
    padding: 0 7px;
    text-align: center;
    color: #b3b3b3;
    border: none;
    background-color: transparent; }
    .pagination li .btn-pagination.active {
      pointer-events: none;
      color: #338fff;
      border: none; }
    .pagination li .btn-pagination:hover, .pagination li .btn-pagination:focus {
      color: #338fff;
      border: none;
      background-color: transparent; }
  .pagination li .previous, .pagination li .next {
    line-height: 38px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 40px !important;
    border-radius: 40px !important; }
  .pagination li .previous:hover, .pagination li .next:hover {
    color: #338fff;
    border: 1px solid #338fff; }

.pagination-list {
  display: block;
  text-align: center; }

/*----------  1.10. Menu Order Item  ----------*/
/*----------  1.11. Banner  ----------*/
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  background-color: #121212;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }

/*----------  1.12. Back To Top Button  ----------*/
#back-top .zlata-circles {
  font-size: 24px;
  line-height: 50px;
  position: fixed;
  z-index: 100;
  top: auto;
  right: 20px;
  bottom: 50px;
  left: auto;
  visibility: hidden;
  width: 50px;
  height: 50px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
  opacity: 0;
  color: #338fff; }
  #back-top .zlata-circles .circle {
    top: 0;
    left: 0;
    border-color: #338fff;
    mix-blend-mode: screen; }
  #back-top .zlata-circles.show-btn {
    visibility: visible;
    opacity: 1; }

/*=================================
 *======    END GLOBAL STYLE   ======
 *================================== */
/*=================================
 *======          PAGE         ======
 *================================== */
/*----------  2.1. Homepage 1  ----------*/
.background-slide {
  margin-bottom: 0 !important; }
  .background-slide .container {
    height: 100%; }
  .background-slide .slide-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    background-color: #121212; }
    .background-slide .slide-item .img-background {
      position: absolute;
      z-index: 1;
      top: -300px;
      bottom: -100px;
      max-width: none;
      height: -webkit-calc(100% + 300px);
      height: calc(100% + 300px); }
  .background-slide .logo-image {
    display: block;
    max-width: 140px;
    margin: 0 auto; }
  .background-slide .title {
    font-family: 'Pacifico', cursive;
    font-size: 4.375rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 5px;
    text-transform: capitalize; }
  .background-slide .subtitle {
    font-family: 'Cuprum', sans-serif;
    font-size: 1.250rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 15px 0 0 0;
    letter-spacing: 4px;
    text-transform: uppercase; }
  .background-slide .description {
    font-size: 1rem;
    font-weight: 300;
    margin: 25px 0 0 0;
    color: #c8c8c8; }
  .background-slide .group-btn {
    margin-top: 40px; }
  .background-slide .slick-dots {
    bottom: 30px; }
    .background-slide .slick-dots li {
      margin: 0; }
      .background-slide .slick-dots li button:before {
        font-size: 12px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        opacity: .7;
        color: #ffffff; }
      .background-slide .slick-dots li.slick-active button:before {
        font-size: 14px;
        opacity: 1;
        color: #338fff; }

.homepage-banner-warpper {
  position: relative;
  z-index: 10;
  display: table;
  width: 100%;
  height: 100%; }

.homepage-banner-content {
  /*display: table-cell;*/
  padding-top: 130px;
  /*text-align: center;*/
  vertical-align: middle;
  color: #ffffff; }

.about-us {
  padding: 60px 0; }

.about-us-wrapper .about-right {
  float: right;
  width: 27%;
  padding-left: 15px; }

.about-us-wrapper .about-left {
  float: left;
  width: 27%;
  padding-right: 15px; }

.about-us-wrapper .about-center {
  float: left;
  width: 46%; }
  .about-us-wrapper .about-center img {
    width: 100%;
    max-width: 524px; }

.about-us-wrapper .block-icon-1 {
  margin-bottom: 60px; }
  .about-us-wrapper .block-icon-1:last-child {
    margin-bottom: 0; }

.banner-1 {
  position: relative;
  overflow: hidden;
  height: 600px;
  background-color: #121212; }
  .banner-1 .img-bg-1 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .banner-1 .img-bg-2 {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.banner-1-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1170px;
  padding: 60px;
  text-align: center;
  color: #ffffff;
  border: 5px solid #d7e3d0;
  background-color: transparent; }
  .banner-1-wrapper .subtitle {
    font-size: 2.500rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #338fff; }
  .banner-1-wrapper .title {
    font-family: 'Pacifico', cursive;
    font-size: 5.000rem;
    margin: 10px 0 15px 0;
    letter-spacing: 5px;
    text-transform: capitalize;
    color: #ffffff; }
  .banner-1-wrapper .description {
    font-size: 1.125rem;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d4dfd1; }
  .banner-1-wrapper .btn {
    margin-top: 25px; }

.banner-2 {
  overflow: hidden;
  height: 520px;
  background-image: url("../img/poleznoe-pitanie-big.jpg"); }

.banner-text-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff; }
  .banner-text-wrapper .title {
    font-family: 'Pacifico', cursive;
    font-size: 2.813rem;
    line-height: 1.5;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    text-transform: capitalize; }
    .banner-text-wrapper .title .main-color {
      color: #338fff; }
  .banner-text-wrapper .subtitle {
    font-size: 2.250rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
  .banner-text-wrapper .description {
    font-size: 1.250rem;
    margin: 0;
    letter-spacing: 4px;
    text-transform: uppercase; }
  .banner-text-wrapper .prices {
    margin-top: 10px; }
    .banner-text-wrapper .prices .text-1 {
      font-size: 5.625rem;
      font-weight: 700;
      line-height: 1;
      display: inline-block;
      margin: 0;
      letter-spacing: 4px;
      text-transform: uppercase; }
    .banner-text-wrapper .prices .text-2 {
      font-size: 3rem;
      font-weight: 400;
      line-height: 1;
      display: inline-block;
      margin: 0;
      letter-spacing: 4px;
      text-transform: uppercase; }
  .banner-text-wrapper .btn {
    margin-top: 30px; }

.customer-review {
  background-image: url("../img/kazhdiy-deni-so-zlata-kladka2.jpg"); }

.list-customer-review {
  margin: 0 -70px;
  padding-top: 20px; }
  .list-customer-review .item {
    padding: 0 70px; }
  .list-customer-review .slick-list {
    padding: 15px 0; }
  .list-customer-review .slick-prev:before, .list-customer-review .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 2rem; }
  .list-customer-review .slick-prev:before {
    content: '\f104'; }
  .list-customer-review .slick-next:before {
    content: '\f105'; }

.customer {
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff; }
  .customer:before {
    display: block;
    padding-top: 100%;
    content: ''; }
  .customer .zlata-circles-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0); }
    .customer .zlata-circles-2 .circle {
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 100%;
      border: 2px solid transparent;
      -webkit-border-radius: 92% 110% 132% 88%;
              border-radius: 92% 110% 132% 88%;
      mix-blend-mode: screen; }
      .customer .zlata-circles-2 .circle:nth-child(1) {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: spin1 6s linear infinite;
        animation: spin1 6s linear infinite;
        border-color: #ffffff; }
      .customer .zlata-circles-2 .circle:nth-child(2) {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: spin2 6s linear infinite;
        animation: spin2 6s linear infinite;
        border-color: #ffffff; }
      .customer .zlata-circles-2 .circle:nth-child(3) {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: spin3 6s linear infinite;
        animation: spin3 6s linear infinite;
        border-color: #ffffff; }
      .customer .zlata-circles-2 .circle:nth-child(4) {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: spin4 6s linear infinite;
        animation: spin4 6s linear infinite;
        border-color: #ffffff; }
  .customer .customer-info {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .customer .icons {
    font-family: 'Pacifico', cursive;
    font-size: 3rem;
    margin: 0 0 5px 0; }
  .customer .name {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .customer .description {
    margin: 0;
    font-size: 20px; }

.our-product .gallery-nav {
  width: 100%;
  max-width: 570px;
  margin: 0 auto; }

.quality,
.healthy {
  padding-top: 70px; }

.healthy .title,
.healthy .subtitle {
  text-align: left; }

.healthy .subtitle {
  line-height: 1.4; }

@media screen and (max-width: 480px) {
  .healthy {
    height: 550px !important; }
    .healthy .title,
    .healthy .subtitle {
      text-align: center; } }

.deal-today {
  position: relative;
  background-color: #fbfbfb; }
  .deal-today:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 220px;
    content: '';
    background-color: #ffffff; }

.list-images {
  margin-right: -15px;
  margin-left: -15px; }
  .list-images .item {
    padding: 0 15px; }
  .list-images .slick-prev, .list-images .slick-next {
    line-height: 38px;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent; }
  .list-images .slick-prev:before, .list-images .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    color: #c7c7c7; }
  .list-images .slick-prev:hover, .list-images .slick-next:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2); }
  .list-images .slick-prev:hover:before, .list-images .slick-next:hover:before {
    color: #338fff; }
  .list-images .slick-prev {
    left: -5%; }
    .list-images .slick-prev:before {
      content: '\f104'; }
  .list-images .slick-next {
    right: -5%; }
    .list-images .slick-next:before {
      content: '\f105'; }

.thumbnail-image {
  position: relative;
  overflow: hidden; }
  .thumbnail-image:before {
    display: block;
    padding-top: 68%;
    content: ''; }
  .thumbnail-image .img-full {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.subscribe-email {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1140px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .subscribe-email .subscribe-email-wrapper {
    padding: 40px 60px;
    color: #ffffff;
    background-color: #338fff; }
    .subscribe-email .subscribe-email-wrapper .subscribe-email-left {
      float: left; }
      .subscribe-email .subscribe-email-wrapper .subscribe-email-left .subscribe-email-title {
        font-size: 1.500rem;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .subscribe-email .subscribe-email-wrapper .subscribe-email-left .subscribe-email-text {
        font-size: 1rem;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.7); }
    .subscribe-email .subscribe-email-wrapper .subscribe-email-right {
      float: right;
      max-width: 420px; }
      .subscribe-email .subscribe-email-wrapper .subscribe-email-right .form-subscribe-email .form-control {
        padding-left: 2px;
        color: #ffffff;
        border: none;
        border-bottom: 1px solid #ffffff;
        background-color: transparent; }
        .subscribe-email .subscribe-email-wrapper .subscribe-email-right .form-subscribe-email .form-control::-webkit-input-placeholder, .subscribe-email .subscribe-email-wrapper .subscribe-email-right .form-subscribe-email .form-control:-moz-placeholder, .subscribe-email .subscribe-email-wrapper .subscribe-email-right .form-subscribe-email .form-control::-moz-placeholder, .subscribe-email .subscribe-email-wrapper .subscribe-email-right .form-subscribe-email .form-control:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.5); }
      .subscribe-email .subscribe-email-wrapper .subscribe-email-right .form-subscribe-email .input-group-btn {
        font-size: 14px; }
        .subscribe-email .subscribe-email-wrapper .subscribe-email-right .form-subscribe-email .input-group-btn .btn-email {
          position: relative;
          height: 40px;
          padding-right: 20px;
          border: none;
          border-bottom: 1px solid #ffffff;
          background-color: transparent; }
          .subscribe-email .subscribe-email-wrapper .subscribe-email-right .form-subscribe-email .input-group-btn .btn-email:after {
            font-family: 'FontAwesome';
            line-height: 1;
            position: absolute;
            right: 0;
            content: '\f178';
            color: #25363a; }

/*----------  2.2. Homepage 2  ----------*/
.homepage-parallax {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 667px; }
  .homepage-parallax .container {
    height: 100%; }
  .homepage-parallax .img-background {
    position: absolute;
    z-index: 1;
    top: -100px;
    bottom: -100px;
    max-width: none;
    height: -webkit-calc(100% + 200px);
    height: calc(100% + 200px); }
  .homepage-parallax .title {
    font-family: 'Pacifico', cursive;
    font-size: 4.375rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 5px;
    text-transform: capitalize; }
  .homepage-parallax .subtitle {
    font-family: 'Cuprum', sans-serif;
    font-size: 1.250rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 15px 0 0 0;
    letter-spacing: 4px;
    text-transform: uppercase; }
  .homepage-parallax .description {
    font-size: 1rem;
    font-weight: 300;
    margin: 25px 0 0 0;
    color: #c8c8c8; }
  .homepage-parallax .group-btn {
    margin-top: 40px; }

.our-product-2 {
  background-color: #fafafa; }
  .our-product-2 .gallery-nav {
    width: 100%;
    max-width: 570px;
    margin: 0 auto; }

.customer-review-2 {
  background-image: url("../img/background-full/banner-4.jpg"); }

.list-customer-review-2 {
  margin: 0 -15px; }
  .list-customer-review-2 .item {
    padding: 0 15px; }
  .list-customer-review-2 .slick-prev:before, .list-customer-review-2 .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 2rem; }
  .list-customer-review-2 .slick-prev:before {
    content: '\f104'; }
  .list-customer-review-2 .slick-next:before {
    content: '\f105'; }

.customer-2 {
  position: relative;
  padding: 0 30px 45px 30px;
  text-align: center; }
  .customer-2:before {
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #ffffff; }
  .customer-2 .wrapper-customer {
    position: relative;
    z-index: 2; }
  .customer-2 .link {
    display: block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto 40px auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.1); }
    .customer-2 .link img {
      width: 100%;
      height: 100%; }
  .customer-2 .name {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #25363a; }
  .customer-2 .description {
    font-size: 1rem;
    margin: 0;
    color: #455255; }

.banner-3 {
  display: table; }
  .banner-3 .left-image {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    background-image: url("../img/background-full/banner-5.jpg"); }
  .banner-3 .right-infomation {
    display: table-cell;
    width: 60%;
    text-align: center;
    vertical-align: top;
    color: #ffffff;
    background-color: #338fff; }
  .banner-3 .content-wrapper {
    padding: 0 8%; }
    .banner-3 .content-wrapper .title {
      font-size: 2.250rem;
      font-weight: 700;
      line-height: 1.4;
      margin: 0 0 10px 0;
      letter-spacing: 2px;
      text-transform: uppercase; }
      .banner-3 .content-wrapper .title .special {
        font-family: 'Pacifico', cursive;
        font-size: 3.000rem;
        display: inline-block;
        text-transform: capitalize; }
    .banner-3 .content-wrapper .subtitle {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.4;
      margin: 0 0 20px 0;
      letter-spacing: 5px;
      text-transform: uppercase; }
    .banner-3 .content-wrapper .description {
      font-size: 1rem;
      margin: 0; }
    .banner-3 .content-wrapper .group-btn {
      margin: 30px 0 0 0; }

/*----------  2.3. Homepage 3  ----------*/
.banner-4 {
  overflow: hidden;
  height: 520px;
  background-image: url("../img/background-full/banner-6.jpg"); }

.block-video {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #000000; }
  .block-video:before {
    display: block;
    padding-top: 43%;
    content: ''; }
  .block-video:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    background-color: rgba(0, 0, 0, 0.3); }
  .block-video .video-button-play {
    font-size: 1.6rem;
    line-height: 56px;
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    padding-left: 6px;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1); }
  .block-video .video-button-close {
    position: absolute;
    z-index: 12;
    top: 15px;
    right: 15px;
    visibility: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0;
    background-image: url("../img/more-image/btn-closevideo.png"); }
  .block-video .video-embed {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    border: none; }
  .block-video .img-full {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.show-video {
  visibility: visible !important;
  opacity: 1 !important; }

.banner-5 {
  position: relative;
  height: 620px;
  background-image: url("../img/background-full/banner-7.jpg"); }
  .banner-5:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: '';
    background-color: #338fff; }

.wrapper-banner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 850px;
  padding: 30px;
  color: #455255;
  background-color: #ffffff; }

/*----------  2.4. About us  ----------*/
.morepage-banner {
  padding: 220px 0 100px 0;
  text-align: center; }
  .morepage-banner .title {
    font-family: 'Pacifico', cursive;
    font-size: 3.750rem;
    line-height: 1.5;
    position: relative;
    z-index: 10;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    color: #ffffff; }
  .morepage-banner .breadcrumb {
    font-size: 1.125rem;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: transparent; }
    .morepage-banner .breadcrumb li {
      display: inline-block; }
      .morepage-banner .breadcrumb li .link {
        position: relative;
        display: inline-block;
        color: #b0b0b0; }
        .morepage-banner .breadcrumb li .link:hover {
          color: #338fff; }
      .morepage-banner .breadcrumb li.active .link {
        pointer-events: none;
        color: #ffffff; }
      .morepage-banner .breadcrumb li + li:before {
        font-family: FontAwesome;
        font-size: 10px;
        margin: 0 15px;
        content: '\f111';
        text-align: center;
        color: #b0b0b0; }

.about {
  background-image: url("../img/background-full/banner-8.jpg"); }

.tab-vertical {
  display: table;
  width: 100%; }
  .tab-vertical .tab-list-wrapper {
    display: table-cell;
    width: 140px;
    vertical-align: middle; }
  .tab-vertical .tab-content {
    display: table-cell;
    padding-left: 50px; }
  .tab-vertical .tab-list {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 0;
    padding: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .tab-vertical .tab-list:before {
      position: absolute;
      top: 50%;
      right: 5px;
      width: 1px;
      height: -webkit-calc(100% - 24px);
      height: calc(100% - 24px);
      content: '';
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #f1f1f1; }
    .tab-vertical .tab-list li {
      position: relative;
      display: block;
      text-align: left; }
      .tab-vertical .tab-list li .link {
        position: relative;
        display: inline-block;
        width: 100%;
        padding-right: 50px;
        cursor: pointer;
        text-transform: capitalize;
        color: #25363a; }
      .tab-vertical .tab-list li:before {
        position: absolute;
        z-index: 5;
        top: 50%;
        right: 0;
        width: 10px;
        height: 10px;
        content: '';
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #d9d9d9; }
      .tab-vertical .tab-list li:after {
        position: absolute;
        z-index: 4;
        top: 50%;
        right: -6px;
        width: 22px;
        height: 22px;
        content: '';
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #f3f3f3; }
      .tab-vertical .tab-list li.active:before {
        background-color: #338fff; }
      .tab-vertical .tab-list li.active:after {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02);
                box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02); }
  .tab-vertical .text-content, .tab-vertical .text-image {
    float: left;
    width: 50%; }
  .tab-vertical .text-content {
    padding-right: 30px; }
    .tab-vertical .text-content p {
      margin-bottom: 20px; }
      .tab-vertical .text-content p:last-child {
        margin-bottom: 0; }
    .tab-vertical .text-content ul {
      margin-bottom: 20px;
      padding: 0; }
      .tab-vertical .text-content ul li {
        position: relative;
        padding-left: 15px;
        list-style: none; }
        .tab-vertical .text-content ul li:before {
          font-family: 'FontAwesome';
          font-size: 14px;
          position: absolute;
          left: 0;
          content: '\f105';
          color: #d3d8dd; }
      .tab-vertical .text-content ul:last-child {
        margin-bottom: 0; }
  .tab-vertical .text-image img {
    width: 100%;
    margin-top: 7px; }

/*----------  2.5. Shop grid  ----------*/
.shop {
  background-image: url("../img/background-full/banner-9.jpg"); }

.list-block {
  font-size: 0;
  margin: 0 -15px; }
  .list-block > .item {
    display: inline-block;
    margin-top: 30px;
    padding: 0 15px;
    vertical-align: top; }
  .list-block.column-1 .item:first-child {
    margin-top: 0; }
  .list-block.column-1 > .item {
    width: 100%; }
  .list-block.column-2 .item:nth-child(-n + 2) {
    margin-top: 0; }
  .list-block.column-2 > .item {
    width: 50%; }
  .list-block.column-3 .item:nth-child(-n + 3) {
    margin-top: 0; }
  .list-block.column-3 > .item {
    width: 33.3333%; }
  .list-block.column-4 .item:nth-child(-n + 4) {
    margin-top: 0; }
  .list-block.column-4 > .item {
    width: 25%; }

.topbar-control {
  padding: 15px 30px;
  background-color: #fafafa; }
  .topbar-control .left-bar {
    float: left; }
  .topbar-control .right-bar {
    float: right; }
  .topbar-control .wrapper-Results {
    line-height: 30px; }
    .topbar-control .wrapper-Results .text {
      font-size: 1rem;
      line-height: inherit;
      display: inline-block;
      margin: 0 5px 0 0;
      text-transform: capitalize;
      color: #6e747c; }
    .topbar-control .wrapper-Results .number {
      font-size: 1.375rem;
      font-weight: 700;
      line-height: inherit;
      display: inline-block;
      margin: 0;
      text-transform: capitalize;
      color: #455255; }
  .topbar-control .result-filter-wrapper {
    line-height: 0;
    display: inline-block; }
    .topbar-control .result-filter-wrapper .result-filter-label {
      font-weight: normal;
      line-height: 30px;
      margin-right: 30px;
      margin-bottom: 0;
      text-transform: capitalize;
      color: #455255; }
    .topbar-control .result-filter-wrapper .selection-bar {
      float: right; }
      .topbar-control .result-filter-wrapper .selection-bar .select-wrapper {
        font-size: 14px;
        line-height: 1;
        position: relative;
        display: inline-block;
        width: 140px;
        margin-right: 10px;
        color: #455255; }
        .topbar-control .result-filter-wrapper .selection-bar .select-wrapper:last-child {
          margin-right: 0; }
        .topbar-control .result-filter-wrapper .selection-bar .select-wrapper .sbHolder {
          position: relative;
          z-index: 11;
          height: 30px;
          border: 1px solid #c7c7c7;
          -webkit-border-radius: 30px;
          border-radius: 30px;
          background-color: transparent;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .topbar-control .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbDisabled, .topbar-control .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbSelector, .topbar-control .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbToggle, .topbar-control .result-filter-wrapper .selection-bar .select-wrapper .sbHolder a {
            line-height: 30px;
            height: 30px;
            padding: 0; }
          .topbar-control .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbToggle {
            background: url(../libs/selectbox/img/select-icons.png) 0 -45px no-repeat; }
          .topbar-control .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbDisabled {
            border-bottom: none; }
        .topbar-control .result-filter-wrapper .selection-bar .select-wrapper .sbOptions li {
          padding: 0 10px; }
        .topbar-control .result-filter-wrapper .selection-bar .select-wrapper.price {
          width: 160px; }
      .topbar-control .result-filter-wrapper .selection-bar:after {
        display: table;
        clear: both;
        content: ''; }
  .topbar-control .btn-list-grid {
    display: inline-block; }
    .topbar-control .btn-list-grid .btn-gird, .topbar-control .btn-list-grid .btn-list {
      font-size: 18px;
      display: inline-block;
      margin: 0;
      color: #455255; }
    .topbar-control .btn-list-grid .btn-gird.active, .topbar-control .btn-list-grid .btn-list.active {
      opacity: .7; }
    .topbar-control .btn-list-grid .btn-gird .icons, .topbar-control .btn-list-grid .btn-list .icons {
      line-height: 30px; }
    .topbar-control .btn-list-grid .btn-gird + .btn-list {
      margin-left: 15px; }
  .topbar-control .result-filter-wrapper + .btn-list-grid {
    margin-left: 25px; }

/*----------  2.6. Shop list  ----------*/
.shop-list {
  background-image: url("../img/background-full/banner-10.jpg"); }

/*----------  2.7. Blog  ----------*/
.blog {
  background-image: url("../img/background-full/banner-11.jpg"); }

.blogs-list {
  background-image: url("../img/background-full/banner-9.jpg"); }

.blogs-masonry {
  background-image: url("../img/background-full/banner-8.jpg"); }

.blog-list {
  margin: 0 -15px; }
  .blog-list .item {
    width: 100%;
    margin-top: 30px;
    padding: 0 15px; }
    .blog-list .item:first-child {
      margin-top: 0; }
  .blog-list.column-2 .item {
    width: 50%; }
    .blog-list.column-2 .item:nth-child(-n + 2) {
      margin-top: 0; }
  .blog-list .block-2 .block-image {
    width: 300px; }
    .blog-list .block-2 .block-image:before {
      padding-top: 80%; }

.blog-masonry {
  margin: 0 -15px; }
  .blog-masonry .item {
    width: 50%;
    margin-top: 30px;
    padding: 0 15px; }
    .blog-masonry .item:nth-child(-n + 2) {
      margin-top: 0; }
  .blog-masonry.column-3 .item {
    width: 33.3333%; }
    .blog-masonry.column-3 .item:nth-child(-n + 3) {
      margin-top: 0; }
  .blog-masonry .block-1 .block-image:before, .blog-masonry .block-1 .block-video:before {
    padding-top: 72%; }
  .blog-masonry .block-1 .block-content .title {
    font-size: 1.250rem; }

.block-1 .mejs-container {
  width: 100% !important;
  background: transparent; }
  .block-1 .mejs-container .mejs-controls {
    background: transparent; }
    .block-1 .mejs-container .mejs-controls .mejs-time-rail span, .block-1 .mejs-container .mejs-controls .mejs-time-rail a {
      -webkit-border-radius: 0;
              border-radius: 0; }
    .block-1 .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
      background: #ffffff; }
    .block-1 .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded, .block-1 .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
      background: #338fff; }
    .block-1 .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
      width: 40px; }
    .block-1 .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
      left: 15px; }
    .block-1 .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
      -webkit-border-radius: 0;
              border-radius: 0;
      background: #338fff; }
    .block-1 .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
      -webkit-border-radius: 0;
              border-radius: 0;
      background: #444444; }

/*----------  2.8. Blog Detail  ----------*/
.blog-detail {
  background-image: url("../img/background-full/banner-12.jpg"); }

.blog-detail-wrapper .image-wrapper {
  display: block;
  margin-bottom: 25px; }

.blog-detail-wrapper .content-wrapper > .title {
  font-size: 1.875rem;
  line-height: 1.4;
  margin: 0 0 10px 0;
  color: #25363a; }

.blog-detail-wrapper .content-wrapper .block-info {
  font-size: 1rem;
  color: #939899; }
  .blog-detail-wrapper .content-wrapper .block-info .block {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top; }
    .blog-detail-wrapper .content-wrapper .block-info .block + .block:before {
      position: absolute;
      left: 0;
      content: '|';
      color: #c7ced0; }
    .blog-detail-wrapper .content-wrapper .block-info .block:first-child {
      padding-left: 0; }
    .blog-detail-wrapper .content-wrapper .block-info .block:last-child {
      padding-right: 0; }
    .blog-detail-wrapper .content-wrapper .block-info .block .icons {
      font-size: inherit;
      display: inline-block;
      margin-right: 8px;
      color: #ced1d2; }
    .blog-detail-wrapper .content-wrapper .block-info .block .link, .blog-detail-wrapper .content-wrapper .block-info .block .title {
      font-size: inherit;
      display: inline-block;
      margin: 0;
      vertical-align: top;
      text-transform: capitalize;
      color: #939899; }
    .blog-detail-wrapper .content-wrapper .block-info .block .link:hover {
      color: #338fff; }
    .blog-detail-wrapper .content-wrapper .block-info .block .title {
      margin-right: 5px; }
      .blog-detail-wrapper .content-wrapper .block-info .block .title:hover {
        color: #338fff;
        color: #939899; }

.blog-detail-wrapper .content-wrapper .title + .block-info {
  margin-bottom: 25px; }

.blog-detail-wrapper .content-wrapper p {
  margin: 0 0 25px 0; }

.blog-detail-wrapper > blockquote {
  max-width: 555px;
  margin: 0 auto 25px auto;
  padding: 0 0 0 30px;
  border-left: 3px solid #81878f; }
  .blog-detail-wrapper > blockquote .blockquote-title {
    font-size: 1.500rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 15px;
    color: #25363a; }
  .blog-detail-wrapper > blockquote .blockquote-des {
    font-size: 1rem;
    font-style: italic;
    color: #25363a; }

.blog-detail-wrapper .block-video {
  display: inline-block;
  width: 100%;
  margin: 5px 0 25px 0;
  text-align: center; }

.blog-detail-wrapper > ul {
  margin: 0 0 25px 0;
  padding: 0; }
  .blog-detail-wrapper > ul li {
    margin-bottom: 5px;
    list-style: none;
    color: #50545c; }
    .blog-detail-wrapper > ul li:last-child {
      margin-bottom: 0; }
    .blog-detail-wrapper > ul li:before {
      font-family: FontAwesome;
      font-size: 10px;
      display: inline-block;
      margin-right: 10px;
      content: '\f111';
      color: #b6c3c6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: auto; }

.tags .title-tag {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding-left: 15px;
  text-transform: uppercase;
  color: #a09b98; }

.tags .list-tag {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none; }
  .tags .list-tag li {
    display: inline-block;
    list-style: none;
    vertical-align: top; }
  .tags .list-tag .tag {
    line-height: 28px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 12px 0 27px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;
    color: #8d8f93;
    border: 1px solid #b0b5bd;
    -webkit-border-radius: 30px;
    border-radius: 0;
    border-radius: 30px; }
    .tags .list-tag .tag:before {
      font-family: FontAwesome;
      font-size: 9px;
      position: absolute;
      left: 12px;
      content: '\f1db'; }
    .tags .list-tag .tag:hover {
      color: #338fff;
      border: 1px solid #338fff; }
      .tags .list-tag .tag:hover:before {
        color: #338fff; }

.blog-author {
  padding: 25px;
  text-align: left;
  border-bottom: 3px solid #f7f7f7;
  background-color: transparent; }
  .blog-author .media-left {
    position: relative;
    z-index: 2;
    width: 100px;
    padding: 0;
    vertical-align: middle; }
    .blog-author .media-left .media-image {
      display: block;
      overflow: hidden;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .blog-author .media-left .media-image img {
        width: 100%; }
  .blog-author .media-right {
    position: relative;
    padding-left: 25px;
    text-align: left; }
    .blog-author .media-right .author {
      font-size: 18px;
      font-weight: 700;
      color: #25363a; }
      .blog-author .media-right .author:hover {
        color: #338fff; }
    .blog-author .media-right .position {
      font-size: 14px; }
    .blog-author .media-right .des {
      margin-top: 7px;
      margin-bottom: 0; }

.blog-comment {
  text-align: left; }
  .blog-comment .main-titles-2 {
    text-align: left; }
  .blog-comment .comment-list {
    margin-bottom: 0; }
    .blog-comment .comment-list .parent {
      margin-top: 0;
      margin-bottom: 40px; }
      .blog-comment .comment-list .parent:last-child {
        margin-bottom: 0; }
        .blog-comment .comment-list .parent:last-child > .comment-item {
          margin-bottom: 0;
          border-bottom: 0; }
    .blog-comment .comment-list .comment-item:not(:last-child) {
      margin-bottom: 40px;
      padding: 0; }
    .blog-comment .comment-list .comment-list-children {
      margin-left: 70px; }
      .blog-comment .comment-list .comment-list-children li .comment-item {
        margin-bottom: 40px;
        padding: 0;
        margin-bottom: 40px;
        padding: 0; }
      .blog-comment .comment-list .comment-list-children li:last-child .comment-item {
        margin-bottom: 0; }
    .blog-comment .comment-list .comment-left {
      float: left;
      width: 70px;
      padding: 0; }
      .blog-comment .comment-list .comment-left .media-image {
        display: block;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .blog-comment .comment-list .comment-left .media-image img {
          width: 100%; }
    .blog-comment .comment-list .comment-right {
      padding-left: 85px; }
      .blog-comment .comment-list .comment-right .pull-left .author {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px;
        color: #25363a; }
      .blog-comment .comment-list .comment-right .pull-right.time {
        font-size: .857em;
        font-style: italic;
        color: #77858e; }
        .blog-comment .comment-list .comment-right .pull-right.time i {
          margin-right: 7px; }
      .blog-comment .comment-list .comment-right .des {
        display: inline-block;
        width: 100%; }
      .blog-comment .comment-list .comment-right .btn.btn-crystal:hover {
        color: #338fff;
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .blog-comment .comment-list .comment-right .btn.btn-crystal:focus {
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .blog-comment .comment-list .btn-crystal {
      font-size: .857em;
      font-weight: 400;
      font-style: italic;
      line-height: 24px;
      float: right;
      width: inherit;
      height: auto;
      padding: 0;
      text-align: right;
      text-transform: capitalize;
      color: #77858e;
      border: 0; }
      .blog-comment .comment-list .btn-crystal i {
        margin-right: 7px; }
    .blog-comment .comment-list .comment-box {
      margin-left: 70px; }

.comment-box .list-item {
  margin-bottom: 10px;
  padding: 30px 15px;
  background-color: #fafafa; }
  .comment-box .list-item .form-group {
    margin-bottom: 20px; }
  .comment-box .list-item .comment-form textarea {
    max-width: 650px;
    border: none; }
  .comment-box .list-item .btn-submit {
    width: auto;
    height: 36px;
    color: #ffffff;
    border: none;
    background-color: #338fff; }

.leave-comment {
  text-align: left; }
  .leave-comment .main-titles-2 {
    text-align: left; }
  .leave-comment .comment-form {
    display: inline-block;
    width: 100%;
    margin: 0; }
    .leave-comment .comment-form .form-control {
      margin-bottom: 10px;
      border: none;
      background-color: #fafafa; }
      .leave-comment .comment-form .form-control:hover, .leave-comment .comment-form .form-control:focus {
        border: none; }
      .leave-comment .comment-form .form-control:last-child {
        margin-bottom: 0; }
      .leave-comment .comment-form .form-control::-webkit-input-placeholder, .leave-comment .comment-form .form-control:-moz-placeholder, .leave-comment .comment-form .form-control::-moz-placeholder, .leave-comment .comment-form .form-control:-ms-input-placeholder {
        color: #c7c7c7; }
    .leave-comment .comment-form .form-textarea {
      max-width: 100%;
      height: 90px; }
    .leave-comment .comment-form .btn {
      margin-top: 25px; }

/*----------  2.9. Contact   ----------*/
.contact {
  background-image: url("../img/background-full/banner-13.jpg"); }

.contact-method .method-item {
  position: relative;
  top: 0;
  padding: 50px 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  background-color: #fafafa; }
  .contact-method .method-item i {
    font-size: 2.500rem;
    margin-bottom: 45px;
    color: #338fff; }
  .contact-method .method-item .sub {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #25363a; }
  .contact-method .method-item .detail {
    font-size: 1rem; }
    .contact-method .method-item .detail p {
      margin: 0; }
  .contact-method .method-item:hover {
    top: -4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }

.contact-map {
  position: relative;
  width: 100%; }
  .contact-map #googleMap {
    height: 480px; }

.contact-form {
  text-align: center; }
  .contact-form .form-group {
    text-align: left; }
  .contact-form .form-label {
    text-transform: uppercase; }
    .contact-form .form-label .highlight {
      color: #338fff; }
  .contact-form .form-control {
    height: 50px;
    text-align: left;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: #fafafa;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .contact-form .form-control:focus, .contact-form .form-control:active {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .contact-form .form-textarea {
    max-width: 100%;
    height: 120px; }

/*----------  2.10. 404   ----------*/
.page-404 {
  width: 100%;
  height: 100vh;
  text-align: center;
  background-image: url("../img/background-full/404.jpg");
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }
  .page-404 .title {
    font-family: 'Pacifico', cursive;
    font-size: 4.000rem;
    line-height: 1.4;
    margin: 0;
    margin: 30px 0 30px 0;
    text-transform: capitalize;
    color: #ffffff; }

/*----------  2.11. Event  --------------*/
.banner-event {
  background-image: url("../img/background-full/banner-14.jpg"); }

.main-event {
  width: 100%;
  background-image: url("../img/background-full/banner-15.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }
  .main-event .coming-soon-event-wrapper {
    max-width: 568px;
    margin: 0 auto; }

.coming-soon-event-wrapper {
  text-align: center; }
  .coming-soon-event-wrapper .infomation .title {
    font-size: 2.571rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #338fff; }
  .coming-soon-event-wrapper .infomation .date {
    margin-bottom: 20px;
    color: #7f7f7f; }
  .coming-soon-event-wrapper .infomation .description {
    margin-bottom: 0; }
  .coming-soon-event-wrapper .coming-soon-count {
    margin: 50px -15px 0 -15px; }
    .coming-soon-event-wrapper .coming-soon-count .count-container {
      display: none; }
    .coming-soon-event-wrapper .coming-soon-count .count-wrapper {
      position: relative;
      display: inline-block;
      float: left;
      width: 33.333333%;
      height: 160px;
      padding: 0 15px;
      text-align: center; }
      .coming-soon-event-wrapper .coming-soon-count .count-wrapper .time {
        border: 1px solid #e7e9eb; }
        .coming-soon-event-wrapper .coming-soon-count .count-wrapper .time .count {
          font-size: 7.143rem;
          font-weight: 700;
          line-height: 160px;
          color: #ced0d6; }
      .coming-soon-event-wrapper .coming-soon-count .count-wrapper .time-label {
        font-size: 1.429rem;
        position: absolute;
        bottom: -12px;
        left: 50%;
        width: 80px;
        margin-left: -40px;
        text-align: center;
        text-transform: uppercase;
        color: #25363a;
        background-color: #ffffff; }
  .coming-soon-event-wrapper .btn {
    margin-top: 80px; }
  .coming-soon-event-wrapper.white .infomation .title {
    color: #ffffff; }
  .coming-soon-event-wrapper.white .infomation .date {
    color: #eaeef5; }
  .coming-soon-event-wrapper.white .coming-soon-count .count-wrapper .time {
    overflow: hidden;
    border: 1px solid #eaeef5; }
    .coming-soon-event-wrapper.white .coming-soon-count .count-wrapper .time .count {
      color: #ffffff; }
  .coming-soon-event-wrapper.white .coming-soon-count .count-wrapper .time-label {
    position: relative;
    left: auto;
    width: auto;
    margin-left: 0;
    color: #ffffff;
    background-color: transparent; }
  .coming-soon-event-wrapper.white .btn {
    margin-top: 70px;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent; }
    .coming-soon-event-wrapper.white .btn:hover {
      color: #338fff;
      background-color: #ffffff; }

.coming-soon-wrapper {
  display: table;
  width: 100%;
  max-width: 1170px; }
  .coming-soon-wrapper .left-infomation, .coming-soon-wrapper .right-infomation {
    display: table-cell;
    width: 50%;
    padding: 0 15px;
    vertical-align: middle; }

.logo-bg {
  max-width: 555px;
  text-align: center;
  color: #ffffff;
  background-color: #121212;
  background-attachment: fixed;
  background-position: top left -30%;
  -webkit-background-size: contain;
          background-size: contain; }
  .logo-bg .list-logo {
    margin-bottom: 0;
    padding: 80px 0; }
    .logo-bg .list-logo .item {
      float: left; }
      .logo-bg .list-logo .item .link {
        display: block;
        margin-bottom: 20px; }
        .logo-bg .list-logo .item .link img {
          margin: 0 auto; }
        .logo-bg .list-logo .item .link:last-child {
          margin-bottom: 0; }
  .logo-bg.style-2 {
    min-height: 310px;
    background-image: url("../img/background-full/banner-2.jpg");
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover; }
  .logo-bg.style-3 {
    min-height: 310px;
    background-image: url("../img/background-full/banner-13.jpg");
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover; }

.more-event .coming-soon-event-wrapper .infomation .title {
  font-size: 2.143rem;
  text-transform: uppercase; }

.more-event .coming-soon-event-wrapper .coming-soon-count {
  max-width: 390px;
  margin: 20px auto 0 auto; }
  .more-event .coming-soon-event-wrapper .coming-soon-count .count-wrapper {
    height: 50px; }
    .more-event .coming-soon-event-wrapper .coming-soon-count .count-wrapper .time {
      border: none;
      border-bottom: 1px solid #b0b5bd; }
      .more-event .coming-soon-event-wrapper .coming-soon-count .count-wrapper .time .count {
        font-size: 2.571rem;
        line-height: 50px;
        color: #338fff; }
    .more-event .coming-soon-event-wrapper .coming-soon-count .count-wrapper .time-label {
      position: relative;
      left: auto;
      width: auto;
      margin-left: 0; }

.more-event .coming-soon-event-wrapper .btn {
  margin-top: 70px; }

.more-event .coming-soon-wrapper:nth-child(odd) {
  direction: rtl; }

/*----------  2.12. Gallery isotope  ----------*/
.gallery-01 {
  background-image: url("../img/background-full/banner-11.jpg"); }

.gallery-02 {
  background-image: url("../img/background-full/banner-14.jpg"); }

.gallery-03 {
  background-image: url("../img/background-full/banner-13.jpg"); }

.gallery-wrapper .gallery-nav {
  margin-bottom: 30px;
  text-align: center; }

.gallery-wrapper .tab-menu {
  display: block; }
  .gallery-wrapper .tab-menu li {
    display: inline-block;
    width: auto;
    padding: 0 30px;
    cursor: pointer;
    vertical-align: top; }

.grid-gallery {
  margin: 0 -15px; }

.grid-item-wrapper {
  display: inline-block;
  overflow: hidden;
  width: 33.3333%;
  padding: 15px;
  vertical-align: top; }
  .grid-item-wrapper .grid-item {
    position: relative;
    display: block;
    width: 100%; }
    .grid-item-wrapper .grid-item:before {
      display: block;
      padding-top: 100%;
      content: ''; }
    .grid-item-wrapper .grid-item img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .grid-item-wrapper .dh-overlay {
    background-color: rgba(0, 0, 0, 0.5); }
    .grid-item-wrapper .dh-overlay .content {
      font-size: 1.8rem;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      vertical-align: middle;
      text-transform: capitalize;
      color: #ffffff; }

.grid-item-height2 .grid-item:before {
  padding-top: -webkit-calc(200% + 30px);
  padding-top: calc(200% + 30px); }

.grid-item-width2 {
  width: 66.6667%; }
  .grid-item-width2 .grid-item img {
    width: 100%;
    height: auto; }
  .grid-item-width2 .grid-item:before {
    padding-top: 48%; }

.dh-overlay {
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); }
  .dh-overlay .content {
    font-size: 1.8rem;
    display: table-cell;
    vertical-align: middle;
    text-transform: capitalize;
    color: #ffffff; }

/*----------  2.13. Check out  ----------*/
.check-out {
  background-image: url("../img/background-full/banner-14.jpg"); }

.checkout-form {
  text-align: center; }
  .checkout-form .form-group {
    text-align: left; }
  .checkout-form .form-label {
    text-transform: uppercase; }
    .checkout-form .form-label .highlight {
      color: #338fff; }
  .checkout-form .form-control {
    font-family: 'Cuprum', sans-serif;
    height: 40px;
    padding: 6px 25px;
    text-align: left;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: #fafafa;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .checkout-form .form-control:focus, .checkout-form .form-control:active {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .checkout-form .create-account {
    margin-top: 15px;
    text-align: left; }
    .checkout-form .create-account a {
      font-size: 16px;
      display: inline-block;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      vertical-align: top;
      color: #49575f; }
      .checkout-form .create-account a:hover {
        color: #338fff; }
    .checkout-form .create-account:before {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 10px;
      content: '';
      vertical-align: top;
      background-color: #fafafa; }
  .checkout-form .form-textarea {
    max-width: 100%;
    height: 90px; }
  .checkout-form .selection-bar .select-wrapper {
    font-size: 15px;
    line-height: 1;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: 10px;
    color: #949ea6; }
    .checkout-form .selection-bar .select-wrapper:last-child {
      margin-right: 0; }
    .checkout-form .selection-bar .select-wrapper .sbHolder {
      position: relative;
      z-index: 11;
      height: 40px;
      text-align: left;
      border: none;
      -webkit-border-radius: 0;
              border-radius: 0;
      background-color: #fafafa;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .checkout-form .selection-bar .select-wrapper .sbHolder .sbDisabled, .checkout-form .selection-bar .select-wrapper .sbHolder .sbSelector, .checkout-form .selection-bar .select-wrapper .sbHolder .sbToggle, .checkout-form .selection-bar .select-wrapper .sbHolder a {
        font-family: 'Cuprum', sans-serif;
        line-height: 40px;
        height: 40px;
        padding: 0;
        padding-left: 25px;
        text-indent: 0;
        color: #949ea6; }
      .checkout-form .selection-bar .select-wrapper .sbHolder .sbToggle {
        background: url(../libs/selectbox/img/select-icons.png) -10px -40px no-repeat; }
      .checkout-form .selection-bar .select-wrapper .sbHolder .sbDisabled {
        border-bottom: none; }
    .checkout-form .selection-bar .select-wrapper .sbOptions {
      right: 1px;
      left: 1px;
      background-color: #fafafa; }
      .checkout-form .selection-bar .select-wrapper .sbOptions li {
        font-family: 'Cuprum', sans-serif;
        height: 30px;
        padding: 0;
        color: #949ea6; }
  .checkout-form .selection-bar:after {
    display: table;
    clear: both;
    content: ''; }
  .checkout-form .wrapper-btn {
    margin-top: 30px;
    text-align: left; }

.shop-table {
  width: 100%;
  text-align: center; }
  .shop-table thead {
    vertical-align: middle;
    background-color: #338fff; }
    .shop-table thead th {
      font-family: 'Pacifico', cursive;
      font-size: 1.25rem;
      font-weight: 500;
      height: 70px;
      min-height: 70px;
      text-align: center;
      color: white; }
  .shop-table .cart-item {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    .shop-table .cart-item .product-thumbnail {
      width: 100px;
      padding-top: 0; }
      .shop-table .cart-item .product-thumbnail .wrapper-thumbnail {
        position: relative;
        overflow: hidden;
        width: 100px;
        height: 100px;
        border: 1px solid #ededed; }
        .shop-table .cart-item .product-thumbnail .wrapper-thumbnail .img-product {
          position: absolute;
          top: -5px;
          left: 50%;
          width: auto;
          max-width: initial;
          height: -webkit-calc(100% + 10px);
          height: calc(100% + 10px);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
    .shop-table .cart-item .product-name {
      padding-left: 30px;
      text-align: left; }
      .shop-table .cart-item .product-name .woocommerce-name {
        font-size: 1.125rem;
        font-weight: bold;
        display: inline-block;
        width: 100%;
        color: #25363a; }
    .shop-table .cart-item .product-quantity .woocommerce-puantity {
      font-size: 1rem;
      color: #455255; }
      .shop-table .cart-item .product-quantity .woocommerce-puantity:before {
        font-size: 1rem;
        margin-right: 3px;
        content: 'x';
        color: #455255; }
    .shop-table .cart-item .woocommerce-Price {
      font-size: 1rem;
      font-weight: bold;
      line-height: 18px;
      display: block;
      color: #455255; }
      .shop-table .cart-item .woocommerce-Price .woocommerce-Price-currencySymbol {
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        color: inherit; }
      .shop-table .cart-item .woocommerce-Price.amount {
        color: #338fff; }

.cart-totals {
  margin-top: 20px;
  border-top: 1px solid #ededed; }
  .cart-totals .subtotal, .cart-totals .shipping, .cart-totals .total {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    width: 100%;
    margin-top: 30px;
    color: #25363a; }
  .cart-totals .woocommerce-Price {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 18px;
    display: block;
    color: #455255; }
    .cart-totals .woocommerce-Price .woocommerce-Price-currencySymbol {
      font-size: 12px;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      color: inherit; }
    .cart-totals .woocommerce-Price.amount {
      font-size: 1.5rem;
      color: #338fff; }

.your-order .shop-table {
  border-spacing: 0 10px;
  border-collapse: separate; }
  .your-order .shop-table .cart-item {
    margin-top: -10px; }
    .your-order .shop-table .cart-item .product-quantity {
      width: 80px; }
    .your-order .shop-table .cart-item .spacing-table {
      height: 10px; }
  .your-order .shop-table thead .product-subtotal {
    width: 41.6666%; }
  .your-order .shop-table thead .product-name {
    border-right: 1px solid #ffffff; }

.woocommerce-checkout-payment {
  margin: 60px 0 0 0;
  padding: 0; }
  .woocommerce-checkout-payment .payment_methods {
    margin: 0;
    padding: 0; }
  .woocommerce-checkout-payment li {
    display: block;
    width: 100%; }
    .woocommerce-checkout-payment li + li {
      margin-top: 23px; }
    .woocommerce-checkout-payment li label {
      font-size: 1rem;
      font-weight: bold;
      position: relative;
      padding-left: 45px;
      cursor: pointer; }
      .woocommerce-checkout-payment li label:after {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 7px;
        content: '\2714';
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        opacity: 0;
        color: #338fff;
        background-color: transparent; }
      .woocommerce-checkout-payment li label:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 25px;
        height: 25px;
        content: '';
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        border: 1px solid #ececec;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #ececec; }
      .woocommerce-checkout-payment li label:hover:before {
        border-color: #338fff; }
    .woocommerce-checkout-payment li .input-radio {
      display: none; }
    .woocommerce-checkout-payment li input[type='radio']:checked + label:before {
      border-color: #338fff;
      background-color: transparent; }
    .woocommerce-checkout-payment li input[type='radio']:checked + label:after {
      opacity: 1; }
  .woocommerce-checkout-payment .payment_method_cheque .form-control {
    font-size: 13px;
    display: block;
    max-width: 620px;
    height: 40px;
    margin-left: 45px;
    padding: 6px 20px;
    color: #c2c8cc;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0;
            border-radius: 0; }
    .woocommerce-checkout-payment .payment_method_cheque .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari*/
      color: #c2c8cc; }
    .woocommerce-checkout-payment .payment_method_cheque .form-control::-moz-placeholder {
      /* Firefox 19+*/
      color: #c2c8cc; }
    .woocommerce-checkout-payment .payment_method_cheque .form-control:-ms-input-placeholder {
      /* IE 10+*/
      color: #c2c8cc; }
    .woocommerce-checkout-payment .payment_method_cheque .form-control:-moz-placeholder {
      /* Firefox 18-*/
      color: #c2c8cc; }
  .woocommerce-checkout-payment .payment_method_paypal {
    line-height: 50px; }
    .woocommerce-checkout-payment .payment_method_paypal img {
      display: inline-block;
      width: auto;
      height: 50px;
      margin-right: 10px;
      cursor: pointer;
      vertical-align: top; }
      .woocommerce-checkout-payment .payment_method_paypal img:first-child {
        margin-left: 5px; }
    .woocommerce-checkout-payment .payment_method_paypal .about_paypal {
      color: #338fff; }

/*----------  2.14. Shopping cart  ----------*/
.shopping-cart .shop-table {
  margin-top: -30px;
  border-spacing: 0 30px;
  border-collapse: separate; }
  .shopping-cart .shop-table .cart-item:hover {
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.23);
            box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.23); }
    .shopping-cart .shop-table .cart-item:hover .product-remove {
      opacity: 1; }

.shopping-cart thead .product-name {
  padding-left: 40px;
  text-align: left; }

.shopping-cart tbody .product-categories {
  font-size: 1rem;
  font-weight: 600;
  width: 120px;
  color: #455255; }

.shopping-cart tbody .product-price {
  width: 200px; }
  .shopping-cart tbody .product-price .woocommerce-Price .woocommerce-Price-unit {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #9c9c9c; }

.shopping-cart tbody .product-quantity {
  width: 120px;
  cursor: pointer; }
  .shopping-cart tbody .product-quantity .quantity {
    position: relative;
    display: block;
    width: 80px;
    margin: 0 auto;
    border-bottom: 1px solid #bababa; }
    .shopping-cart tbody .product-quantity .quantity input[type='number'] {
      font-size: 14px;
      font-weight: bold;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      max-width: 80px;
      height: 25px;
      text-align: center;
      color: #25363a;
      border: 0;
      -webkit-border-radius: 0 !important;
              border-radius: 0 !important;
      background-color: #ffffff;
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield; }
    .shopping-cart tbody .product-quantity .quantity input[type=number]::-webkit-inner-spin-button, .shopping-cart tbody .product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
      margin: 0;
      -webkit-appearance: none;
      /* Removes leftover margin*/ }
    .shopping-cart tbody .product-quantity .quantity .quantity-button {
      position: absolute;
      z-index: 1;
      top: 0; }
      .shopping-cart tbody .product-quantity .quantity .quantity-button .glyphicon {
        font-size: 10px;
        opacity: .6; }
      .shopping-cart tbody .product-quantity .quantity .quantity-button.quantity-up {
        right: 0; }
      .shopping-cart tbody .product-quantity .quantity .quantity-button.quantity-down {
        left: 0; }

.shopping-cart tbody .product-subtotal {
  width: 170px; }

.shopping-cart tbody .product-remove {
  width: 70px;
  opacity: .5; }
  .shopping-cart tbody .product-remove a {
    font-size: 12px;
    color: #25363a; }

.shopping-cart .cart-totals {
  margin-top: 0; }
  .shopping-cart .cart-totals .woocommerce-Price {
    display: inline-block;
    margin-left: 50px;
    vertical-align: top;
    color: #338fff; }
  .shopping-cart .cart-totals .btn-maincolor {
    margin-top: 30px; }
    .shopping-cart .cart-totals .btn-maincolor.btn-shopping-clear {
      text-decoration: underline;
      text-transform: capitalize;
      color: #99a1a3;
      border: 0;
      background-color: transparent; }
      .shopping-cart .cart-totals .btn-maincolor.btn-shopping-clear .glyphicon {
        font-size: 12px;
        margin-right: 3px; }
  .shopping-cart .cart-totals .subtotal {
    line-height: 18px; }

.discount-shipping-payment .main-titles-2 .title {
  font-size: 1.300rem;
  margin: 0 0 25px 0;
  text-align: center; }

.discount-shipping-payment .discount-code {
  padding: 40px 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  background-color: #fafafa; }
  .discount-shipping-payment .discount-code .form-label {
    margin-bottom: 20px; }
  .discount-shipping-payment .discount-code:hover, .discount-shipping-payment .discount-code:focus {
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.23);
            box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.23); }

.discount-shipping-payment .shipping-tax {
  padding: 40px 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fafafa; }
  .discount-shipping-payment .shipping-tax .sbHolder {
    font-family: 'Cuprum', sans-serif;
    height: 50px;
    border: 0;
    background: #ffffff; }
  .discount-shipping-payment .shipping-tax .sbToggle {
    height: 50px;
    background: url(../libs/selectbox/img/select-icons.png) 0 -35px no-repeat; }
  .discount-shipping-payment .shipping-tax .sbSelector {
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    text-indent: 0; }
  .discount-shipping-payment .shipping-tax .sbOptions {
    right: 1px;
    left: 1px; }
    .discount-shipping-payment .shipping-tax .sbOptions li {
      height: 40px;
      padding: 0 15px; }
      .discount-shipping-payment .shipping-tax .sbOptions li a {
        font-size: 1rem;
        color: #455255; }
  .discount-shipping-payment .shipping-tax .form-group {
    margin-bottom: 25px; }
  .discount-shipping-payment .shipping-tax:hover, .discount-shipping-payment .shipping-tax:focus {
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.23);
            box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.23); }

.discount-shipping-payment .payment-code {
  padding: 40px 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fafafa; }
  .discount-shipping-payment .payment-code:hover, .discount-shipping-payment .payment-code:focus {
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.23);
            box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.23); }
  .discount-shipping-payment .payment-code .subtotal {
    font-weight: 700;
    padding: 0 0 15px 0;
    text-transform: uppercase; }
    .discount-shipping-payment .payment-code .subtotal.subtotal-amount {
      margin-top: 10px; }
    .discount-shipping-payment .payment-code .subtotal p {
      display: inline-block;
      margin: 0;
      vertical-align: top; }
    .discount-shipping-payment .payment-code .subtotal .woocommerce-Price {
      font-size: 1rem;
      font-weight: bold;
      line-height: 16px;
      display: block;
      display: inline-block;
      float: right;
      vertical-align: top;
      color: #455255; }
      .discount-shipping-payment .payment-code .subtotal .woocommerce-Price .woocommerce-Price-currencySymbol {
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        color: inherit; }
      .discount-shipping-payment .payment-code .subtotal .woocommerce-Price.amount {
        color: #338fff; }
  .discount-shipping-payment .payment-code .shipping-handling {
    padding: 15px 0 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; }
    .discount-shipping-payment .payment-code .shipping-handling p {
      font-weight: 700;
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase; }
    .discount-shipping-payment .payment-code .shipping-handling .shipping-methods {
      display: inline-block;
      width: -webkit-calc(100% - 140px);
      width: calc(100% - 140px);
      margin: 0;
      padding: 0;
      vertical-align: top; }
      .discount-shipping-payment .payment-code .shipping-handling .shipping-methods li {
        display: block;
        padding-left: 10px;
        list-style: none; }
        .discount-shipping-payment .payment-code .shipping-handling .shipping-methods li + li {
          margin-top: 3px; }
        .discount-shipping-payment .payment-code .shipping-handling .shipping-methods li label {
          font-size: 1rem;
          font-weight: bold;
          position: relative;
          padding-left: 20px;
          cursor: pointer;
          color: #455255; }
          .discount-shipping-payment .payment-code .shipping-handling .shipping-methods li label:after {
            position: absolute;
            top: 50%;
            left: 8px;
            width: 4px;
            height: 4px;
            content: '';
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            opacity: 0;
            color: #455255;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            background-color: #455255; }
          .discount-shipping-payment .payment-code .shipping-handling .shipping-methods li label:before {
            position: absolute;
            top: 50%;
            left: 5px;
            width: 10px;
            height: 10px;
            content: '';
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            border: 2px solid #c7c9c9;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-color: #ffffff; }
          .discount-shipping-payment .payment-code .shipping-handling .shipping-methods li label:hover:before {
            border-color: #455255; }
        .discount-shipping-payment .payment-code .shipping-handling .shipping-methods li .input-radio {
          display: none; }
        .discount-shipping-payment .payment-code .shipping-handling .shipping-methods li input[type='radio']:checked + label:before {
          border-color: #455255; }
        .discount-shipping-payment .payment-code .shipping-handling .shipping-methods li input[type='radio']:checked + label:after {
          opacity: 1; }
    .discount-shipping-payment .payment-code .shipping-handling .subtotal-amount {
      padding: 15px 0 3px 0; }

.discount-shipping-payment .form-control {
  height: 50px;
  padding: 6px 15px;
  border: 0; }

.discount-shipping-payment button {
  margin-top: 10px;
  text-transform: capitalize; }

/*----------  2.15. Shop detail  ----------*/
.shop-detail {
  background-image: url(../img/background-full/banner-13.jpg); }

.page-shop-detail .image-wrapper {
  position: relative;
  display: block;
  overflow: hidden; }
  .page-shop-detail .image-wrapper:before {
    display: block;
    padding-top: 70%;
    content: ''; }
  .page-shop-detail .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.page-shop-detail .shop-img-wrapper .slider-for .item {
  border: 1px solid #ececec; }

.page-shop-detail .shop-img-wrapper .slider-for .slick-prev {
  left: 15px; }
  .page-shop-detail .shop-img-wrapper .slider-for .slick-prev:before {
    content: '\f104'; }

.page-shop-detail .shop-img-wrapper .slider-for .slick-next {
  right: 15px; }
  .page-shop-detail .shop-img-wrapper .slider-for .slick-next:before {
    content: '\f105'; }

.page-shop-detail .shop-img-wrapper .slider-for .slick-prev, .page-shop-detail .shop-img-wrapper .slider-for .slick-next {
  z-index: 10;
  width: auto;
  height: auto;
  padding: 0 5px; }

.page-shop-detail .shop-img-wrapper .slider-for .slick-prev:before, .page-shop-detail .shop-img-wrapper .slider-for .slick-next:before {
  font-family: 'fontAwesome';
  font-size: 50px; }

.page-shop-detail .shop-img-wrapper .slider-nav {
  max-width: -webkit-calc(100% + 16px);
  max-width: calc(100% + 16px);
  margin: 0 -8px;
  margin-top: 15px; }
  .page-shop-detail .shop-img-wrapper .slider-nav .item {
    padding: 0 8px;
    cursor: pointer; }
  .page-shop-detail .shop-img-wrapper .slider-nav .image-wrapper {
    border: 1px solid #ececec; }
    .page-shop-detail .shop-img-wrapper .slider-nav .image-wrapper:before {
      padding-top: 100%; }

.info-detail .title h1 {
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0;
  color: #25363a; }

.info-detail .rating {
  display: inline-block;
  margin-top: 0;
  border: none; }
  .info-detail .rating > input {
    display: none; }
  .info-detail .rating > label {
    font-weight: normal;
    float: right;
    color: #ffd700; }
    .info-detail .rating > label:before {
      font-family: FontAwesome;
      font-size: 15px;
      display: inline-block;
      margin: 3px;
      content: '\f006'; }
  .info-detail .rating > .half:before {
    position: absolute;
    content: '\f006'; }
  .info-detail .rating > input:checked ~ label {
    color: #ffd700; }
  .info-detail .rating > input:checked + label:hover, .info-detail .rating > input:checked ~ label:hover {
    color: #ffed85; }
  .info-detail .rating > label:hover ~ input:checked ~ label {
    color: #ffed85; }
  .info-detail .rating > input:checked ~ label:hover ~ label {
    color: #ffed85; }
  .info-detail .rating > input:checked ~ label.full:before {
    content: '\f005'; }
  .info-detail .rating:not(:checked) > label.full:hover:before, .info-detail .rating:not(:checked) > label:hover ~ label.full:before {
    content: '\f005'; }
  .info-detail .rating:not(:checked) > label.half:hover:before, .info-detail .rating:not(:checked) > label:hover ~ label.half:before {
    content: '\f089'; }
  .info-detail .rating > input:checked ~ label.half:before {
    content: '\f089'; }

.info-detail .prices-wrapper {
  line-height: 1;
  display: block;
  margin-top: 5px; }
  .info-detail .prices-wrapper .prices {
    position: relative;
    display: inline-block; }
    .info-detail .prices-wrapper .prices sup {
      font-size: 1.625rem;
      font-weight: 700;
      top: -8px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      text-transform: capitalize;
      color: #338fff; }
    .info-detail .prices-wrapper .prices .number {
      font-size: 2.25rem;
      font-weight: 700;
      line-height: 1;
      display: inline-block;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      text-transform: capitalize;
      color: #338fff; }
    .info-detail .prices-wrapper .prices + .prices {
      margin-left: 5px; }
      .info-detail .prices-wrapper .prices + .prices:before {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        content: '-';
        color: #25363a; }
    .info-detail .prices-wrapper .prices.prices-discount sup {
      font-size: 14px;
      color: #d9d9d9; }
    .info-detail .prices-wrapper .prices.prices-discount .number {
      font-size: 24px;
      color: #d9d9d9; }
    .info-detail .prices-wrapper .prices.prices-discount:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 1px;
      content: '';
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #d9d9d9; }
  .info-detail .prices-wrapper .unit {
    font-size: 1.125rem;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    color: #9c9c9c; }

.info-detail .discription {
  display: block;
  margin-top: 25px; }
  .info-detail .discription p {
    font-size: 1rem;
    color: #455255; }

.info-detail .list-info {
  max-width: 440px;
  margin: 18px 0 0 0;
  padding: 0; }
  .info-detail .list-info > li {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: 50%;
    margin-top: 7px;
    padding-left: 16px;
    list-style: none;
    vertical-align: top;
    color: #25363a; }
    .info-detail .list-info > li:before {
      font-family: 'FontAwesome';
      font-size: 6px;
      position: absolute;
      left: 0;
      content: '\f111';
      color: #c7c9c9; }
    .info-detail .list-info > li:nth-child(-n + 2) {
      margin-top: 0; }
    .info-detail .list-info > li span {
      font-weight: 500;
      padding-left: 5px;
      color: #455255; }
      .info-detail .list-info > li span a {
        padding-right: 4px;
        color: #455255; }
        .info-detail .list-info > li span a:after {
          content: ','; }
        .info-detail .list-info > li span a:last-child:after {
          content: none; }
        .info-detail .list-info > li span a:hover {
          color: #338fff; }
  .info-detail .list-info .list-social ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .info-detail .list-info .list-social li {
    display: inline-block;
    padding-left: 20px;
    list-style: none; }
  .info-detail .list-info .list-social .link {
    font-size: 13px;
    color: #b4babb; }
    .info-detail .list-info .list-social .link:hover {
      color: #338fff; }

.info-detail .shopping-cart {
  margin-top: 15px; }
  .info-detail .shopping-cart .quantity {
    position: relative;
    display: block;
    width: 80px;
    border-bottom: 1px solid #bababa; }
    .info-detail .shopping-cart .quantity input[type='number'] {
      font-size: 14px;
      font-weight: bold;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      max-width: 80px;
      height: 25px;
      text-align: center;
      color: #25363a;
      border: 0;
      -webkit-border-radius: 0 !important;
              border-radius: 0 !important;
      background-color: #ffffff;
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield; }
    .info-detail .shopping-cart .quantity input[type=number]::-webkit-inner-spin-button, .info-detail .shopping-cart .quantity input[type=number]::-webkit-outer-spin-button {
      margin: 0;
      -webkit-appearance: none;
      /* Removes leftover margin*/ }
    .info-detail .shopping-cart .quantity .quantity-button {
      position: absolute;
      z-index: 1;
      top: 0; }
      .info-detail .shopping-cart .quantity .quantity-button .glyphicon {
        font-size: 10px;
        opacity: .6; }
      .info-detail .shopping-cart .quantity .quantity-button.quantity-up {
        right: 0; }
      .info-detail .shopping-cart .quantity .quantity-button.quantity-down {
        left: 0; }

.info-detail .btn-addtocart {
  display: inline-block;
  margin-top: 40px;
  margin-right: 10px; }

.info-detail .btn-addtocwishlish {
  display: inline-block; }
  .info-detail .btn-addtocwishlish button.btn-maincolor {
    color: #25363a;
    border: 1px solid #25363a;
    background-color: transparent; }
    .info-detail .btn-addtocwishlish button.btn-maincolor:hover {
      color: #338fff;
      border: 1px solid #338fff; }

.information-tab .nav-tabs > li + li {
  margin-left: 65px; }

.information-tab .nav-tabs > li.active > a {
  color: #25363a;
  border: 0;
  background-color: transparent; }
  .information-tab .nav-tabs > li.active > a .number-review {
    color: #338fff; }
  .information-tab .nav-tabs > li.active > a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

.information-tab .nav-tabs > li > a {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-right: 0;
  padding: 4px 0;
  color: #25363a;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent; }
  .information-tab .nav-tabs > li > a:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    content: '';
    -webkit-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: -webkit-transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    background-color: #338fff; }
  .information-tab .nav-tabs > li > a:focus, .information-tab .nav-tabs > li > a:hover {
    color: #338fff;
    border-color: initial;
    background-color: transparent; }
  .information-tab .nav-tabs > li > a:focus:before, .information-tab .nav-tabs > li > a:hover:before {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
       transition-delay: .2s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }
  .information-tab .nav-tabs > li > a:focus .number-review, .information-tab .nav-tabs > li > a:hover .number-review {
    color: #338fff; }

.information-tab .nav-tabs .number-review {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #25363a; }
  .information-tab .nav-tabs .number-review:before {
    content: '('; }
  .information-tab .nav-tabs .number-review:after {
    content: ')'; }

.information-tab .tab-content {
  padding-top: 45px; }
  .information-tab .tab-content p {
    font-size: 16px;
    margin: 0;
    color: #455255; }
    .information-tab .tab-content p + p {
      margin: 25px 0 0 0; }

.our-product-list {
  margin: 0 -15px; }
  .our-product-list .item {
    padding: 5px 15px; }

/*----------  2.16. My account  ----------*/
.my-account-tab .nav-tabs {
  border-bottom: 0; }
  .my-account-tab .nav-tabs > li {
    width: 100%;
    margin-bottom: 0; }
    .my-account-tab .nav-tabs > li > a {
      font-size: 22px;
      margin-right: 0;
      text-align: center;
      color: #25363a;
      border: 0;
      -webkit-border-radius: 0;
              border-radius: 0;
      -webkit-box-shadow: inset 0 0 0 1px #cccccc;
              box-shadow: inset 0 0 0 1px #cccccc; }
      .my-account-tab .nav-tabs > li > a:hover, .my-account-tab .nav-tabs > li > a:focus {
        color: #338fff;
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #338fff;
                box-shadow: inset 0 0 0 1px #338fff; }
    .my-account-tab .nav-tabs > li.active > a {
      color: #ffffff;
      border: 0;
      background-color: #338fff;
      -webkit-box-shadow: inset 0 0 0 1px #338fff;
              box-shadow: inset 0 0 0 1px #338fff; }
      .my-account-tab .nav-tabs > li.active > a:focus, .my-account-tab .nav-tabs > li.active > a:hover {
        color: #ffffff;
        border: 0;
        background-color: #338fff;
        -webkit-box-shadow: inset 0 0 0 1px #338fff;
                box-shadow: inset 0 0 0 1px #338fff; }
    .my-account-tab .nav-tabs > li + li {
      margin-top: 15px; }

.my-account-tab .tab-content .title {
  line-height: 1;
  margin: 0; }
  .my-account-tab .tab-content .title + form {
    margin-top: 30px; }

.my-account-tab .my-account-msg {
  padding: 15px 20px;
  border-top: 3px solid #338fff;
  background-color: rgba(241, 62, 75, 0.03); }
  .my-account-tab .my-account-msg .btn {
    margin-right: 15px; }

.my-account-tab .my-account-address .title {
  margin-bottom: 10px; }
  .my-account-tab .my-account-address .title h3 {
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    margin: 0; }
  .my-account-tab .my-account-address .title .edit {
    line-height: 24px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    color: #25363a;
    background-color: transparent; }
    .my-account-tab .my-account-address .title .edit:before {
      font-family: 'FontAwesome';
      position: relative;
      bottom: 0;
      left: 0;
      width: auto;
      height: auto;
      margin-right: 5px;
      content: '\f040';
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      color: #338fff;
      background-color: transparent; }
    .my-account-tab .my-account-address .title .edit:hover {
      color: #338fff; }

.my-account-tab .selection-bar .select-wrapper {
  font-size: 15px;
  line-height: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: 10px;
  color: #949ea6; }
  .my-account-tab .selection-bar .select-wrapper:last-child {
    margin-right: 0; }
  .my-account-tab .selection-bar .select-wrapper .sbHolder {
    position: relative;
    z-index: 11;
    height: 40px;
    text-align: left;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .my-account-tab .selection-bar .select-wrapper .sbHolder .sbDisabled, .my-account-tab .selection-bar .select-wrapper .sbHolder .sbSelector, .my-account-tab .selection-bar .select-wrapper .sbHolder .sbToggle, .my-account-tab .selection-bar .select-wrapper .sbHolder a {
      font-family: 'Cuprum', sans-serif;
      line-height: 40px;
      height: 40px;
      padding: 0;
      padding-left: 25px;
      text-indent: 0;
      color: #949ea6; }
    .my-account-tab .selection-bar .select-wrapper .sbHolder .sbToggle {
      background: url(../libs/selectbox/img/select-icons.png) -10px -40px no-repeat; }
    .my-account-tab .selection-bar .select-wrapper .sbHolder .sbDisabled {
      border-bottom: none; }
  .my-account-tab .selection-bar .select-wrapper .sbOptions {
    right: -1px;
    left: -1px;
    border: 1px solid #cccccc;
    background-color: #fafafa; }
    .my-account-tab .selection-bar .select-wrapper .sbOptions li {
      font-family: 'Cuprum', sans-serif;
      height: 30px;
      padding: 0;
      color: #949ea6; }

.my-account-tab .selection-bar:after {
  display: table;
  clear: both;
  content: ''; }

.account-form .wrapper-btn {
  margin-top: 15px;
  text-align: left; }

.account-form .form-control:focus {
  border-color: #338fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.account-form .lost_password {
  display: inline-block;
  margin-top: 10px;
  color: #25363a; }
  .account-form .lost_password:hover {
    color: #338fff; }

.account-form .rememberme {
  line-height: 40px;
  position: relative;
  height: 40px;
  margin-top: 0;
  margin-left: 30px;
  padding-left: 30px;
  cursor: pointer; }
  .account-form .rememberme input[type='checkbox'] {
    display: none; }
  .account-form .rememberme .label-checkbox {
    position: absolute;
    top: auto;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #ececec;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: transparent; }
    .account-form .rememberme .label-checkbox:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 6px;
      margin-top: -2px;
      content: '';
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      opacity: 0;
      border-width: 0 0 1px 1px;
      border-style: solid;
      border-color: #ffffff; }
  .account-form .rememberme input[type='checkbox']:checked ~ .label-checkbox {
    border-color: #338fff;
    background-color: #338fff; }
    .account-form .rememberme input[type='checkbox']:checked ~ .label-checkbox:before {
      opacity: 1; }

.account-form fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  border: 1px solid #cccccc; }
  .account-form fieldset legend {
    width: auto;
    padding: 0 15px;
    border-bottom: 0; }

@media screen and (max-width: 767px) {
  .d-none-767 {
    display: none !important; }
  .slide-item-1,
  .slide-item-2,
  .slide-item-3 {
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat; }
  .slide-item-1 {
    background-image: url("../img/homepage-1.jpg"); }
  .slide-item-2 {
    background-image: url("../img/homepage-2.jpg"); }
  .slide-item-3 {
    background-image: url("../img/homepage-3.jpg"); } }

/**
 * [Table of contents]
 *
 * [&. Content / #key]
 * [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 * Summary:
 *
 *  0. VARIABLE LESS
 *    - 0.1. Color
 *  1. RESPONSIVE SCREEN
 *    - 1.0. Media screen min width 1600px
 *    - 1.1. Media screen max width 1024px
 *    - 1.2. Media screen max width 768px
 *    - 1.3. Media screen max width 767px
 *    - 1.4. Media screen max width 600px
 *    - 1.5. Media screen max width 480px
 *    - 1.6. Media screen max width 414px
 *    - 1.7. Media screen max width 380px
 *    - 1.8. Media screen max width 320px */
/*=====================================
 *=            VARIABLE LESS            =
 *=====================================*/
/*----------  0.1. Color  ----------*/
/*----------  0.2. Font  ----------*/
@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); } }

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

/*=====  End of VARIABLE LESS  ======*/
/*=========================================
 *=            RESPONSIVE SCREEN            =
 *=========================================*/
/*----------  1.0. Media screen min width 1600px  ----------*/
@media screen and (min-width: 1600px) {
  /********************* HOME PAGE **********************/
  .background-slide .slide-item .img-background {
    top: -200px;
    bottom: -200px;
    height: -webkit-calc(100% + 400px);
    height: calc(100% + 400px); }
  .background-slide .title {
    font-size: 6rem; }
  .background-slide .subtitle {
    font-size: 2rem; }
  .navigation .nav-links .main-menu {
    font-size: 20px; }
  .homepage-parallax .title {
    font-size: 6rem; }
  .homepage-parallax .subtitle {
    font-size: 2rem; }
  /********************* PAGE 404 **********************/
  .page-404 .title {
    font-size: 6rem;
    margin-top: 8%; } }

@media screen and (max-width: 1280px) {
  /********************* SHOPPING CART ********************/
  .discount-shipping-payment .payment-code .shipping-handling .shipping-methods {
    width: 100%; } }

/*----------  1.1. Media screen max width 1024px  ----------*/
@media screen and (max-width: 1024px) {
  #live-setting {
    display: none !important; }
  /********************* HOME PAGE **********************/
  .about-us-wrapper .about-left, .about-us-wrapper .about-right {
    width: 30%; }
  .about-us-wrapper .about-center {
    width: 40%; }
  .banner-1-wrapper .subtitle {
    font-size: 2rem; }
  .banner-1-wrapper .title {
    font-size: 4rem; }
  .slick-dots {
    bottom: -40px; }
  .slick-dots li {
    margin: 0; }
  .slick-dots li button:before {
    font-size: 12px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .7;
    color: #fafafa; }
  .slick-dots li.slick-active button:before {
    font-size: 14px;
    opacity: 1;
    /*color: #86bc42;*/
    color: #338fff; }
  .list-customer-review {
    margin: 0 -40px; }
  .list-customer-review .item {
    padding: 0 40px; }
  .subscribe-email .subscribe-email-wrapper .subscribe-email-right {
    float: left;
    margin-top: 10px; }
  /********************* HOME PAGE 2 **********************/
  .block-icon-2 {
    padding: 20px 10px; }
  /********************* SHOP ********************/
  .topbar-control .right-bar {
    float: left;
    width: 100%;
    margin-top: 10px; }
  .topbar-control .result-filter-wrapper + .btn-list-grid {
    float: right; }
  /********************* ABOUT US ********************/
  .tab-vertical .tab-list-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    vertical-align: top; }
  .tab-vertical .tab-content {
    display: inline-block;
    width: 100%;
    padding: 0;
    vertical-align: top; }
  .tab-vertical .tab-list {
    display: inline-block;
    width: 100%;
    vertical-align: top; }
  .tab-vertical .tab-list:before {
    content: none; }
  .tab-vertical .tab-list li {
    display: table-cell;
    width: 1%;
    text-align: center; }
  .tab-vertical .tab-list li:first-child {
    text-align: left; }
  .tab-vertical .tab-list li:last-child {
    text-align: right; }
  .tab-vertical .tab-list li:before, .tab-vertical .tab-list li:after {
    content: none; }
  .tab-vertical .tab-list li .link {
    width: auto;
    padding-right: 0;
    padding-left: 40px; }
  .tab-vertical .tab-list li .link:before {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #d9d9d9; }
  .tab-vertical .tab-list li .link:after {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: -6px;
    width: 22px;
    height: 22px;
    content: '';
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f3f3f3; }
  .tab-vertical .tab-list li.active .link:before {
    background-color: #86bc42; }
  .tab-vertical .tab-list li.active .link:after {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02); }
  /********************* SHOPPING CART ********************/
  .wrapper-discount-code, .wrapper-shipping-tax {
    width: 50%; }
  .wrapper-payment-code {
    max-width: 420px;
    margin: 30px 0 0 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .discount-shipping-payment .payment-code .shipping-handling .shipping-methods {
    width: initial; }
  .shopping-cart tbody .product-quantity {
    width: 80px; }
  .shopping-cart tbody .product-price {
    width: 150px; }
  .shopping-cart tbody .product-subtotal {
    width: 140px; } }

/*----------  1.2. Media screen max width 768px  ----------*/
@media screen and (max-width: 768px) {
  .header-main .logo-wrapper .logo img {
    max-width: 135px; }
  .navigation .nav-links .main-menu {
    margin: 0 18px; }
  .button-search .main-menu {
    margin-right: 0;
    margin-left: 18px; }
  .sidebar {
    margin-top: 100px; }
  .sidebar .col-1 {
    width: 100%; }
  .sidebar .col-2 {
    float: left;
    width: 50%; }
  .sidebar .col-2 .widget:last-child {
    margin-bottom: 0; }
  .sidebar .col-2:nth-child(even) {
    padding-right: 15px; }
  .sidebar .col-2:nth-child(odd) {
    padding-left: 15px; }
  .main-right {
    float: left; }
  .padding-top-100 {
    padding-top: 80px; }
  .padding-bottom-100 {
    padding-bottom: 80px; }
  .margin-top-70 {
    margin-top: 60px; }
  .margin-top-50 {
    margin-top: 40px; }
  .sidebar {
    margin-top: 80px; }
  .sidebar .widget {
    margin-bottom: 40px; }
  /********************* HOME PAGE **********************/
  .main-titles .title {
    font-size: 3rem;
    margin-bottom: 60px; }
  .background-slide .title {
    font-size: 3.75rem; }
  .about-us-wrapper .about-left {
    width: auto;
    margin: 0 -15px;
    padding-right: 0; }
  .about-us-wrapper .about-center {
    display: block;
    float: none;
    width: 60%;
    margin: 0 auto;
    text-align: center; }
  .about-us-wrapper .about-right {
    width: auto;
    margin: 0 -15px;
    padding-left: 0; }
  .about-us-wrapper .block-icon-1 {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding: 0 15px; }
  .grid-block-3 .grid-left {
    display: block;
    width: auto;
    padding-right: 0; }
  .grid-block-3 .grid-right {
    display: block;
    width: 100%;
    margin-top: 30px; }
  .grid-block-2 .grid-1, .grid-block-2 .grid-2 {
    width: 50%; }
  .grid-block-1 .block-left {
    width: 100%; }
  .grid-block-1 .block-right {
    width: 100%; }
  .grid-block-1 .block-right .grid-item:first-child {
    margin-top: 30px; }
  .gallery-grid .grid-item {
    width: 50%; }
  .block-2 .block-image {
    width: 200px; }
  .block-2 .block-image:before {
    padding-top: 80px; }
  .block-3.style-2 .block-content, .block-3.style-2 .block-image {
    display: block;
    width: 100%; }
  .block-3.style-2 .block-content {
    padding: 30px; }
  .block-3 .block-content {
    padding: 30px; }
  .footer-wrapper .col-2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px; }
  .footer-wrapper .col-2:last-child {
    margin-bottom: 0; }
  .blog-detail-content .content .tags {
    margin-top: 30px; }
  /******************** HOME PAGE 2 *********************/
  .block-icon-2 {
    padding: 20px; }
  .about-us .col-md-3.col-xs-6 {
    margin-top: 30px; }
  .about-us .col-md-3.col-xs-6:nth-child(-n + 2) {
    margin-top: 0; }
  .gallery-grid-2 .grid-item {
    width: 50%; }
  .gallery-grid-2 .grid-item:before {
    padding-top: 80%; }
  .gallery-grid-2 .grid-item.grid-item-width-2 {
    width: 100%; }
  .gallery-grid-2 .grid-item.grid-item-width-2:before {
    padding-top: 40%; }
  .gallery-grid-2 .grid-item.grid-item-height-2:before {
    padding-top: 160%; }
  .gallery-grid-2 .grid-item.grid-item-width-2.grid-item-height-2 {
    width: 50%; }
  .gallery-grid-2 .grid-item.grid-item-width-2.grid-item-height-2:before {
    padding-top: 80%; }
  .banner-3 {
    position: relative;
    display: block;
    padding: 80px 50px; }
  .banner-3 .left-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%; }
  .banner-3 .right-infomation {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%; }
  .banner-3 .content-wrapper .title {
    font-size: 2rem; }
  /********************* ABOUT US ********************/
  .tab-vertical .text-content, .tab-vertical .text-image {
    width: 100%;
    padding-left: 0; }
  .tab-vertical .text-content {
    padding-bottom: 30px; }
  /********************* CHECK OUT ********************/
  .shippingForm {
    padding-top: 80px; }
  /********************* SHOPPING CART ********************/
  .shopping-cart tbody .product-thumbnail {
    width: 80px; }
  .shopping-cart tbody .product-thumbnail .wrapper-thumbnail {
    width: 80px;
    height: 80px; }
  .shopping-cart tbody .product-name {
    padding-left: 10px; }
  .shopping-cart tbody .product-categories {
    width: 100px; }
  .shopping-cart tbody .product-remove {
    width: 30px; }
  .shopping-cart tbody .product-price {
    width: 120px; }
  .shopping-cart tbody .product-quantity {
    width: 50px; }
  .shopping-cart tbody .product-quantity .quantity {
    width: 50px; }
  .shopping-cart tbody .product-subtotal {
    width: 120px; }
  .shopping-cart .cart-totals .subtotal {
    padding-top: 10px; }
  .shopping-cart .cart-totals .col-md-7 {
    width: 430px; }
  .shopping-cart .cart-totals .col-md-5 {
    width: -webkit-calc(100% - 430px);
    width: calc(100% - 430px); }
  .shopping-cart .cart-totals .woocommerce-Price {
    margin-left: 20px; }
  /********************* SHOP DETAIL ********************/
  .info-detail .title h1 {
    margin-top: 30px; }
  /********************* BLOG LIST ********************/
  .blog-masonry.column-3 .item {
    width: 50%; }
  .blog-masonry.column-3 .item:nth-child(-n + 3) {
    margin-top: 30px; }
  .blog-masonry.column-3 .item:nth-child(-n + 2) {
    margin-top: 0; }
  /********************* GALLERY ********************/
  .gallery-wrapper .gallery-nav {
    margin-bottom: 20px; }
  .grid-item-width2 .grid-item:before {
    padding-top: 47%; }
  /********************* PAGE EVENT ********************/
  .coming-soon-event-wrapper {
    padding: 0 15px; }
  .coming-soon-event-wrapper .coming-soon-count .count-wrapper .time .count {
    font-size: 6rem; }
  .more-event .coming-soon-wrapper:nth-child(odd) {
    direction: ltr; }
  .coming-soon-wrapper .left-infomation, .coming-soon-wrapper .right-infomation {
    display: block;
    width: 100%;
    padding: 0; }
  .coming-soon-wrapper .logo-bg {
    width: 100%;
    max-width: none; }
  .coming-soon-wrapper .right-infomation {
    padding: 20px 0 0 0; } }

/*----------  1.3. Media screen max width 767px  ----------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 14px; }
  .padding-top-100 {
    padding-top: 60px; }
  .padding-bottom-100 {
    padding-bottom: 60px; }
  .margin-top-70 {
    margin-top: 50px; }
  .margin-bottom-70 {
    margin-bottom: 50px; }
  .margin-top-50 {
    margin-top: 30px; }
  .sidebar {
    margin-top: 60px; }
  .sidebar .widget {
    margin-bottom: 30px; }
  /********************* MENU **********************/
  .header-main .navigation {
    display: none; }
  .header-main.header-fixed .hamburger-menu-mobile .icons, .header-main.header-fixed .button-search-mobile .icons {
    line-height: 50px; }
  .hamburger-menu-mobile, .button-search-mobile {
    display: block; }
  .header-main-wrapper {
    position: relative; }
  .logo-wrapper {
    position: absolute;
    left: 50%;
    margin-left: -55px; }
  .homepage-banner, .background-slide .slide-item {
    /* min-height: 667px; */
    min-height: 550px; }
  /********************* HOME PAGE **********************/
  .banner {
    background-attachment: scroll; }
  .homepage-banner-content {
    padding-top: 100px; }
  .about-us-wrapper .about-left {
    margin-bottom: 30px; }
  .about-us-wrapper .about-center {
    display: none; }
  .main-titles .title {
    margin-bottom: 50px; }
  .banner-1 {
    height: 400px; }
  .banner-1 .img-bg-2 {
    display: none; }
  .banner-1-wrapper {
    padding: 30px; }
  .banner-1-wrapper .subtitle {
    font-size: 1.8rem; }
  .banner-1-wrapper .title {
    font-size: 3rem; }
  .banner-2 {
    height: 400px; }
  .banner-texxt-wrapper .title {
    font-size: 2.8rem;
    line-height: 1.4; }
  .banner-texxt-wrapper .subtitle {
    font-size: 2rem; }
  .banner-texxt-wrapper .prices .text-1 {
    font-size: 4rem; }
  .banner-texxt-wrapper .prices .text-2 {
    font-size: 2rem; }
  .footer {
    display: block;
    width: auto;
    height: auto; }
  /********************* HOME PAGE 2 **********************/
  .banner-3 {
    padding: 60px 50px; }
  /********************* HOME PAGE 3 **********************/
  .position-center {
    display: inline-block;
    float: none;
    margin: 30px auto 0 auto; }
  .banner-5 {
    height: auto;
    padding: 60px 0; }
  .banner-5:before {
    content: none; }
  .banner-5 .wrapper-banner {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important; }
  .contact-method .col-xs-12 {
    margin-top: 30px; }
  .contact-method .col-xs-12:first-child {
    margin-top: 0; }
  /********************* CHECK OUT ********************/
  .shippingForm {
    padding-top: 60px; }
  .shop-table .cart-item .product-thumbnail {
    width: 80px; }
  .shop-table .cart-item .product-thumbnail .wrapper-thumbnail {
    width: 80px;
    height: 80px; }
  .shop-table .cart-item .product-name {
    padding-left: 10px; }
  .woocommerce-checkout-payment li label {
    padding-left: 30px; }
  .woocommerce-checkout-payment li label:before {
    width: 20px;
    height: 20px; }
  .woocommerce-checkout-payment li label:after {
    left: 5px; }
  .woocommerce-checkout-payment .payment_method_paypal img {
    height: 30px;
    vertical-align: middle; }
  .woocommerce-checkout-payment .payment_method_paypal label:before {
    top: 14px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .woocommerce-checkout-payment .payment_method_paypal label:after {
    top: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .woocommerce-checkout-payment .payment_method_cheque .form-control {
    margin-left: 0; }
  /********************* SHOPPING CART ********************/
  .wrapper-discount-code {
    width: 100%;
    max-width: 420px;
    margin: 0 0 0 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .wrapper-shipping-tax {
    width: 100%;
    max-width: 420px;
    margin: 0 0 0 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 30px 0 0 50%; }
  .shopping-cart thead .product-name {
    padding-left: 0;
    text-align: center; }
  /********************* GALLERY ********************/
  .grid-gallery {
    margin: 0 -10px; }
  .grid-gallery .grid-item-wrapper {
    padding: 10px; }
  .grid-item-height2 .grid-item:before {
    padding-top: -webkit-calc(200% + 20px);
    padding-top: calc(200% + 20px); }
  .grid-item-width2 .grid-item:before {
    padding-top: 48%; }
  /********************* MY ACCOUNT ********************/
  .my-account-tab .nav-tabs > li > a {
    padding: 5px; }
  .my-account-tab .tab-content .title {
    font-size: 24px;
    margin-top: 30px; }
  .my-account-tab .tab-content .title + form {
    margin-top: 15px; }
  .my-account-detail .nav-tabs {
    margin-right: -8px;
    margin-bottom: 30px;
    margin-left: -8px;
    border-bottom: 0; }
  .my-account-detail .nav-tabs > li {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 8px; }
  .my-account-detail .nav-tabs > li:nth-child(2) {
    margin-top: 0; }
  .my-account-detail .nav-tabs > li > a {
    font-size: 1.375rem; }
  .my-account-detail .account-form fieldset {
    padding: 15px; }
  .my-account-detail .account-form fieldset legend {
    margin-bottom: 5px; } }

/*----------  1.4. Media screen max width 600px  ----------*/
@media screen and (max-width: 600px) {
  .header-topbar .topbar-right {
    display: none; }
  .header-topbar .topbar-left > li {
    padding: 0 10px; }
  .sidebar .col-1 {
    width: 100%; }
  .sidebar .col-2 {
    width: 100%;
    margin-bottom: 30px; }
  .sidebar .col-2:last-child {
    margin-bottom: 0; }
  .sidebar .col-2:nth-child(even) {
    padding-right: 0; }
  .sidebar .col-2:nth-child(odd) {
    padding-left: 0; }
  /********************* HOME PAGE **********************/
  .list-customer-review {
    margin: 0 -30px; }
  .list-customer-review .item {
    padding: 0 30px; }
  .grid-block-2 .grid-1, .grid-block-2 .grid-2 {
    width: 100%; }
  /********************* HOME PAGE 2 **********************/
  .gallery-grid-3 .grid-item {
    width: 100%; }
  .banner-3 .content-wrapper {
    padding: 0 15px; }
  .banner-3 .content-wrapper .title {
    font-size: 1.6rem; }
  .banner-3 .content-wrapper .title .special {
    font-size: 2rem; }
  /********************* HOME PAGE 3 **********************/
  .about-us .block-video:before {
    display: block;
    padding-top: 60%;
    content: ''; }
  /********************* BLOG **********************/
  .blog-list .block-2 .block-image {
    width: 220px; }
  /********************* GALLERY **********************/
  .gallery-wrapper .tab-menu {
    text-align: center; }
  .gallery-wrapper .tab-menu li {
    padding: 0 20px; }
  .grid-gallery .grid-item-wrapper {
    width: 50%; }
  .grid-item-height2 .grid-item:before, .grid-item-width2 .grid-item:before {
    padding-top: 100%; }
  /********************* PAGE EVENT *********************/
  .coming-soon-event-wrapper .coming-soon-count {
    margin-right: -10px;
    margin-left: -10px; }
  .coming-soon-event-wrapper .coming-soon-count .count-wrapper {
    height: 120px;
    padding: 0 10px; }
  .coming-soon-event-wrapper .coming-soon-count .count-wrapper .time .count {
    font-size: 4.5rem;
    line-height: 120px; }
  .coming-soon-wrapper .logo-bg {
    min-height: 260px; } }

/*----------  1.5. Media screen max width 480px  ----------*/
@media screen and (max-width: 480px) {
  /********************* HOME PAGE **********************/
  .group-btn .btn-left {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px; }
  .group-btn .btn-right {
    display: block;
    margin: 0 auto !important; }
  .group-btn .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px; }
  .group-btn .btn + .btn {
    margin: 0 auto !important; }
  .background-slide .title {
    font-size: 3rem; }
  .about-us-wrapper .block-icon-1 {
    width: 100%;
    margin-bottom: 30px; }
  .about-us-wrapper .block-icon-1:last-child {
    margin-bottom: 0; }
  .list-customer-review .item {
    padding: 0 70px; }
  .banner-2 {
    height: 500px; }
  .block-2 .block-image {
    display: block;
    width: 100%; }
  .block-2 .block-image:before {
    padding-top: 58%; }
  .block-2 .block-content {
    display: block; }
  .subscribe-email .subscribe-email-wrapper {
    padding: 30px 15px; }
  .gallery-grid .grid-item {
    width: 100%; }
  .footer-wrapper .col-2 .col-md-3 {
    width: 100%;
    margin-bottom: 30px; }
  .footer-wrapper .col-2 .col-md-3:last-child {
    margin-bottom: 0; }
  .footer-wrapper .widget .content-widget {
    margin-top: 20px; }
  .hyperlink {
    text-align: center; }
  .hyperlink .pull-left, .hyperlink .pull-right {
    float: none !important; }
  .hyperlink .pull-left + .pull-right {
    margin-top: 10px; }
  /********************* HOME PAGE 2 **********************/
  .homepage-parallax .title {
    font-size: 3rem; }
  .block-icon-2 {
    padding: 20px 15px; }
  /********************* HOME PAGE 3 **********************/
  .position-center {
    float: left;
    margin: 0; }
  .about-us .col-sm-4.col-xs-6, .banner-5 .col-sm-4.col-xs-6 {
    width: 100%;
    margin-top: 30px; }
  .about-us .col-sm-4.col-xs-6:first-child, .banner-5 .col-sm-4.col-xs-6:first-child {
    margin-top: 0; }
  /********************* BLOG **********************/
  .blog-author {
    text-align: center;
    background-color: #f9f9f9; }
  .blog-author .media-left {
    display: inline-block;
    width: auto;
    padding: 20px;
    vertical-align: top; }
  .blog-author .media-right {
    display: block;
    width: 100%;
    padding: 0; }
  .blog-author .media-right:before {
    display: none; }
  .blog-detail-wrapper .block-video:before {
    padding-top: 60%; }
  .blog-comment .comment-list .parent {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9; }
  .blog-comment .comment-list .comment-list-children {
    margin-left: 0; }
  .blog-comment .comment-list .comment-item:not(:last-child) {
    margin-bottom: 20px; }
  .leave-comment {
    margin-top: 50px; }
  .leave-comment .comment-form .col-50 {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 !important; }
  .leave-comment .comment-form .col-50:last-child {
    margin-bottom: 0; }
  .topbar-control .btn-list-grid {
    display: none; }
  .topbar-control .result-filter-wrapper {
    width: 100%; }
  .topbar-control .result-filter-wrapper .result-filter-label {
    display: block; }
  .blog-list .block-2 .block-image {
    width: 100%; }
  .blog-list .block-2 .block-image:before {
    padding-top: 58%; }
  /********************* BLOG LIST **********************/
  .topbar-control {
    padding: 15px; }
  .topbar-control .result-filter-wrapper + .btn-list-grid {
    float: left;
    margin-top: 10px;
    margin-left: 0; }
  .topbar-control .result-filter-wrapper .selection-bar .select-wrapper {
    width: 125px; }
  .list-block.column-2 .item:nth-child(-n + 2) {
    margin-top: 30px; }
  .list-block.column-2 .item:first-child {
    margin-top: 0; }
  .list-block.column-2 > .item {
    width: 100%;
    margin-top: 30px; }
  .blog-masonry .item {
    width: 100%; }
  .blog-masonry .item:nth-child(-n + 2) {
    margin-top: 30px; }
  .blog-masonry .item:first-child {
    margin-top: 0; }
  .blog-masonry > .item {
    width: 100%;
    margin-top: 30px; }
  .blog-masonry.column-3 .item {
    width: 100%; }
  .blog-masonry.column-3 .item:nth-child(-n + 2) {
    margin-top: 30px; }
  .blog-masonry.column-3 .item:first-child {
    margin-top: 0; }
  .block-6 .block-image, .block-6 .block-content {
    display: block; }
  .block-6 .block-image {
    width: 100%;
    max-width: none;
    border-right: none;
    border-bottom: 1px solid #ededed; }
  .block-1 .block-blockquote .img-full {
    height: auto; }
  /********************* CONTACT **********************/
  .contact-method .method-item {
    padding: 30px 0; }
  .contact-method .method-item i {
    margin-bottom: 30px; }
  .contact-method .method-item .sub {
    margin-bottom: 20px; }
  /********************* ABOUT US ********************/
  .tab-vertical .tab-list-wrapper {
    margin-bottom: 30px; }
  .tab-vertical .tab-list li {
    display: block;
    width: 100%;
    text-align: left !important; }
  .tab-vertical .tab-list li + li {
    margin-top: 15px; }
  /********************* CHECK OUT ********************/
  .woocommerce-checkout-payment .payment_method_paypal .about_paypal {
    display: block; }
  .shop-table .cart-item .product-thumbnail {
    width: 40px; }
  .shop-table .cart-item .product-thumbnail .wrapper-thumbnail {
    width: 40px;
    height: 40px; }
  .your-order .shop-table thead .product-subtotal {
    width: 32%; }
  .your-order .shop-table .cart-item .product-quantity {
    width: 30px; }
  .shippingForm .main-titles-2 .title, .billdingForm .main-titles-2 .title {
    font-size: 2.5rem; }
  /********************* SHOPPING CART ********************/
  .shopping-cart .cart-totals .col-md-7 {
    width: 230px; }
  .shopping-cart .cart-totals .col-md-5 {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px); }
  .shopping-cart .cart-totals .btn-shopping-clear {
    margin-top: 15px; } }

/*----------  1.6. Media screen max width 414px  ----------/ */
@media screen and (max-width: 414px) {
  /********************* HOME PAGE **********************/
  .main-titles .title {
    font-size: 2.5rem;
    margin-bottom: 40px; }
  /********************* HOME PAGE 2 **********************/
  .about-us .col-md-3.col-xs-6 {
    width: 100%; }
  .about-us .col-md-3.col-xs-6:nth-child(-n + 2) {
    margin-top: 30px; }
  .about-us .col-md-3.col-xs-6:first-child {
    margin-top: 0; }
  .banner-3 {
    padding: 60px 15px; }
  .block-2 .block-content, .block-1 .block-content {
    padding: 20px 15px; }
  /********************* HOME PAGE 3 **********************/
  .topbar-control .result-filter-wrapper .selection-bar {
    float: left;
    margin-top: 10px; }
  .shippingForm form .col-xs-6, .billdingForm form .col-xs-6 {
    width: 100%; }
  /********************* SHOPPING CART ********************/
  .shopping-cart .cart-totals {
    text-align: center; }
  .shopping-cart .cart-totals .col-md-7, .shopping-cart .cart-totals .col-md-5 {
    width: 100%; }
  .shopping-cart .cart-totals .subtotal {
    margin-top: 0; }
  .shopping-cart .product-categories {
    display: none; }
  /********************* SHOP DETAIL ********************/
  .info-detail .list-info > li {
    width: 100%; }
  .info-detail .list-info > li:nth-child(-n + 2) {
    margin-top: 7px; }
  .info-detail .list-info > li:first-child {
    margin-top: 0; }
  .info-detail .btn-addtocwishlish {
    margin-top: 20px; }
  /********************* GALLERY ********************/
  .grid-gallery .grid-item-wrapper {
    width: 100%; }
  /********************* PAGE EVENT ********************/
  .coming-soon-event-wrapper .coming-soon-count .count-wrapper {
    height: 100px; }
  .coming-soon-event-wrapper .coming-soon-count .count-wrapper .time .count {
    font-size: 3.6rem;
    line-height: 100px; } }

/*----------  1.7. Media screen max width 380px  ----------*/
@media screen and (max-width: 380px) {
  /********************* HOME PAGE 2 **********************/
  .gallery-grid-2 .grid-item {
    width: 100%; }
  .gallery-grid-2 .grid-item:before {
    padding-top: 80%; }
  .gallery-grid-2 .grid-item.grid-item-width-2 {
    width: 100%; }
  .gallery-grid-2 .grid-item.grid-item-width-2:before {
    padding-top: 40%; }
  .gallery-grid-2 .grid-item.grid-item-height-2:before {
    padding-top: 160%; }
  .gallery-grid-2 .grid-item.grid-item-width-2.grid-item-height-2 {
    width: 100%; }
  .gallery-grid-2 .grid-item.grid-item-width-2.grid-item-height-2:before {
    padding-top: 80%; } }

/*----------  1.8. Media screen max width 320px  ---------- */
.rd-navbar-fixed.rd-navbar-nav-wrap.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.rd-navbar-fixed.rd-navbar-nav-wrap {
  color: #fff;
  background: #0f74a5;
  border-left: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.rd-navbar-fixed.rd-navbar-nav-wrap {
  position: fixed;
  left: 0;
  top: -56px;
  bottom: -56px;
  z-index: 1079;
  width: 270px;
  padding: 65px 0 81px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  line-height: 34px;
  -webkit-transform: translateX(-110%);
      -ms-transform: translateX(-110%);
          transform: translateX(-110%); }
  .rd-navbar-fixed.rd-navbar-nav-wrap .mb-nav {
    padding: 0; }
  .rd-navbar-fixed.rd-navbar-nav-wrap .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px; }
  .rd-navbar-fixed.rd-navbar-nav-wrap .lang-menu {
    display: inline-block !important; }
    .rd-navbar-fixed.rd-navbar-nav-wrap .lang-menu .main-menu {
      padding-right: 5px; }

.rd-navbar-fixed.rd-navbar-nav-wrap {
  -webkit-transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1); }

.mb-social-wrapper {
  padding-right: 15px; }

@media screen and (min-width: 1400px) {
  .slick-slide img {
    width: 100%; }
  .background-slide .slide-item {
    height: 850px; }
    .background-slide .slide-item .img-background {
      top: -300px; } }

@media screen and (max-width: 1200px) {
  .navigation .nav-links .main-menu {
    margin: 0 5px; } }

@media screen and (max-width: 991px) {
  .header-main .logo-wrapper {
    margin: 0 auto; }
    .header-main .logo-wrapper .logo img {
      max-width: 120px; } }

@media screen and (max-width: 560px) {
  .slide-item-1,
  .slide-item-2,
  .slide-item-3 {
    background-position: left center; }
  .homepage-banner,
  .background-slide .slide-item {
    min-height: 400px;
    height: 400px; } }

@media screen and (max-width: 480px) {
  .quality,
  .healthy {
    padding-top: 15px; } }


@media screen and (min-width: 1400px){
    .background-slide .slide-item {
        height: 650px;    
}
}

@media screen and (min-width: 1500px){
    .background-slide .slide-item {
        height: 700px;    
}
}

@media screen and (min-width: 1600px){
    .background-slide .slide-item {
        height: 750px;    
}
}

@media screen and (min-width: 1700px){
    .background-slide .slide-item {
        height: 800px;    
}
}

@media screen and (min-width: 1800px){
    .background-slide .slide-item {
        height: 850px;    
}
}

