﻿@charset "UTF-8";
/*------------------------------------------------------------------
Project:  MiSoppe
Version:  1.0
Last change:  13 January 2020
Assigned to:  HunThemes
Primary use:  HunThemes
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Content
        - Section Layouts / div .name-section
        - Sidebar / .hun-element-sidebar
            - Search / .widget_search
            - Categories / .widget_categories
            - Post / .hun-widget-posts
            - Tag / .widget_tag_cloud
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  #666
# Primary Color   :  #1467af

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 14px/1.666666 'Poppins', Arial, sans-serif;
Title           : 39px/1.2 'Poppins', Arial, sans-serif;
Paragrap        : 14px/1.666666 'Poppins', Arial, sans-serif;
Input, textarea : 14px/1.666666 'Poppins', Arial, sans-serif;
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
/*[ restyle ]
//////////////////////////////////////////////////////////////////*/
*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 1rem;
  font-size: 1.2rem !important;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  padding-left: 19px;
  margin-bottom: 1rem;
  font-size: 1.2rem !important;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul {
  list-style-type: initial;
}

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
label {
  display: block;
  min-width: 1px;
}

input,
textarea,
button {
  outline: none;
  min-width: 0;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}
input::-ms-clear,
textarea::-ms-clear,
button::-ms-clear {
  display: none;
}

input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type=time],
input[type=date] {
  padding: 0;
  text-transform: uppercase;
}
input[type="datetime-local"]::-webkit-clear-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-clear-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-clear-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type=time]::-webkit-clear-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}

button {
  cursor: pointer;
}

iframe {
  border: none;
  max-width: 100%;
}

pre {
  white-space: pre-wrap;
}

dd {
  margin-bottom: 0.8rem;
}
dd:last-child {
  margin-bottom: 0;
}

table {
  word-break: normal;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.8rem;
  width: max-content;
  border: 1px solid;
}
table:last-child {
  margin-bottom: 0;
}
table th,
table td {
  padding: 5px;
  border: 1px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.hun-page {
  position: relative;
  min-height: 100vh;
  height: auto;
}

/*\
 *
 * Restyle bootstrap
 *
\*/
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1380px;
  }
}
/*\
 *
 * Restyle Slick
 *
\*/
.slick-slide:focus {
  outline: none;
}

/*[ Typo ]
//////////////////////////////////////////////////////////////////*/
html {
  font-size: 14px;
}

body {
  font-family: Poppins, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.666666;
}

h1,
h2,
h3 {
  line-height: 1.3;
}

h4,
h5,
h6 {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins;
}

/*[ Color ]
//////////////////////////////////////////////////////////////////*/
body, textarea, input, button {
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

a {
  color: #1467af;
  transition: color .2s;
}
a:hover {
  color: #333;
}

table,
th,
td {
  border-color: #e5e5e5;
}

/*[ header ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * General
 *
\*/
.hun-header {
  position: relative;
}
.hun-header .transition-sticky {
  transition: all .5s;
}
.hun-header.style-sticky.fixed .element-for-stick {
  position: fixed !important;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.hun-header.style-sticky.fixed .element-for-stick.hide-header {
  transform: translateY(-105%);
}
.hun-header.style-sticky.fixed .wrapper-header .logo-header .main-logo {
  display: none;
}
.hun-header.style-sticky.fixed .wrapper-header .logo-header .mobile-logo {
  display: none;
}
.hun-header.style-sticky.fixed .wrapper-header .logo-header .sticky-logo {
  display: inline;
}
.hun-header .wrapper-header {
  position: relative;
}
.hun-header .wrapper-header .logo-header .main-logo {
  display: inline;
}
.hun-header .wrapper-header .logo-header .mobile-logo {
  display: none;
}
.hun-header .wrapper-header .logo-header .sticky-logo {
  display: none;
}
.hun-header .wrapper-header .logo-header img {
  max-height: 100px;
}
.hun-header .wrapper-header .main-navigation ul, .hun-header .wrapper-header .main-navigation ol, .hun-header .wrapper-header .main-navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hun-header .wrapper-header .main-navigation .list-menu {
  padding-top: 15px;
}
.hun-header .wrapper-header .main-navigation .list-menu > li {
  display: inline-block;
}
.hun-header .wrapper-header .main-navigation .list-menu > li > a {
  display: block;
  padding: 0px 20px 15px 20px;
  white-space: nowrap;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu {
  position: static;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu > .sub-menu {
  width: 100%;
  left: 0 !important;
  column-count: 5;
  column-gap: 0px;
  padding: 20px 35px 15px 35px !important;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu > .sub-menu a {
  padding: 6px 15px !important;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu > .sub-menu > .menu-item {
  width: 100%;
  page-break-inside: avoid;
  break-inside: avoid;
  padding-bottom: 10px;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu > .sub-menu > .menu-item > a {
  font-weight: 700;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu > .sub-menu > .menu-item .sub-menu {
  width: 100%;
  position: static;
  visibility: visible;
  opacity: 1;
  border: none;
  box-shadow: none;
  padding: 0px 0px;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu.auto-width {
  position: relative;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu.auto-width > .sub-menu {
  width: auto;
  padding: 20px 5px 15px 5px !important;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu.auto-width > .sub-menu > .menu-item {
  width: 200px;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu.auto-width.center-mega > .sub-menu {
  left: 50% !important;
  transform: translateX(-50%);
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu.auto-width.right-mega > .sub-menu {
  left: auto !important;
  right: 0 !important;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu.set-2-col > .sub-menu {
  column-count: 2;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu.set-3-col > .sub-menu {
  column-count: 3;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu.set-4-col > .sub-menu {
  column-count: 4;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu.set-5-col > .sub-menu {
  column-count: 5;
}
.hun-header .wrapper-header .main-navigation .list-menu > li.mega-menu.set-6-col > .sub-menu {
  column-count: 6;
}
.hun-header .wrapper-header .main-navigation .list-menu li {
  position: relative;
}
.hun-header .wrapper-header .main-navigation .list-menu li .sub-menu {
  background: #fff;
  transition: all 0.2s;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0px;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.hun-header .wrapper-header .main-navigation .list-menu li .sub-menu .sub-menu {
  top: 0px;
  left: 100%;
}
.hun-header .wrapper-header .main-navigation .list-menu li .sub-menu li a {
  display: block;
  padding: 5px 20px;
  transition: all .2s;
}
.hun-header .wrapper-header .main-navigation .list-menu li:hover > .sub-menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  .hun-header .wrapper-header .logo-header .main-logo {
    display: none;
  }
  .hun-header .wrapper-header .logo-header .mobile-logo {
    display: inline;
  }
  .hun-header .wrapper-header .main-navigation {
    display: none;
  }
}
.hun-header .hun-menu-mobile .logo-menu-mobile {
  display: none;
}

/*\
 *
 * Layout-1
 *
 * Style Class: use-img-logo / use-text-logo
 *				style-icon-1 / style-icon-2
 *				style-sticky
 *				style-overlay
 *				align-center
 *				wide-header
 *				show-space-bottom / show-small-space-bottom
 *
\*/
.hun-header.layout-1 .wrapper-header {
  position: static;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.hun-header.layout-1 .wrapper-header > .container {
  position: relative;
  display: flex;
  align-items: center;
}
.hun-header.layout-1 .wrapper-header .logo-header {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 35px;
}
.hun-header.layout-1 .wrapper-header .logo-header .text-logo {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 2px;
  vertical-align: middle;
  display: none;
}
.hun-header.layout-1 .wrapper-header .logo-header .text-logo.set-color {
  color: #333;
}
.hun-header.layout-1 .wrapper-header .main-navigation {
  padding: 0 15px;
}
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu {
  padding-top: 25px;
}
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu > li {
  vertical-align: middle;
}
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu > li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 18px 25px 18px;
  transition: all .2s;
}
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu li .sub-menu {
  text-align: left;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
}
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu li .sub-menu .sub-menu {
  top: -11px;
}
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu li .sub-menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 20px;
}
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu.set-color > li > a {
  color: #333;
}
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu.set-color > li:hover > a, .hun-header.layout-1 .wrapper-header .main-navigation .list-menu.set-color > li.current-menu-parent > a, .hun-header.layout-1 .wrapper-header .main-navigation .list-menu.set-color > li.current_page_item > a, .hun-header.layout-1 .wrapper-header .main-navigation .list-menu.set-color > li.current-menu-item > a {
  color: #1467af;
}
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu.set-color li .sub-menu li a {
  color: #666;
}
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu.set-color li .sub-menu li:hover > a {
  color: #1467af;
}
.hun-header.layout-1 .wrapper-header .group-feature {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  align-self: stretch;
}
.hun-header.layout-1 .wrapper-header .group-feature > * {
  border-right: 1px solid #e5e5e5;
}
.hun-header.layout-1 .wrapper-header .group-feature > *:first-child {
  border-left: 1px solid #e5e5e5;
}
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-wish--type-1 .btn-open,
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-cart--type-1 .btn-open,
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-account--type-1 .btn-open,
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-search--type-1 .btn-open {
  font-size: 25px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  transition: all .2s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hun-header.layout-1 .wrapper-header .group-feature .hun-element-wish--type-1 .btn-open,
  .hun-header.layout-1 .wrapper-header .group-feature .hun-element-cart--type-1 .btn-open,
  .hun-header.layout-1 .wrapper-header .group-feature .hun-element-account--type-1 .btn-open,
  .hun-header.layout-1 .wrapper-header .group-feature .hun-element-search--type-1 .btn-open {
    font-size: 18px;
    padding: 13px !important;
  }
}
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-wish--type-1.set-color .btn-open,
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-cart--type-1.set-color .btn-open,
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-account--type-1.set-color .btn-open,
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-search--type-1.set-color .btn-open {
  color: #333;
}
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-wish--type-1.set-color:hover .btn-open,
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-cart--type-1.set-color:hover .btn-open,
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-account--type-1.set-color:hover .btn-open,
.hun-header.layout-1 .wrapper-header .group-feature .hun-element-search--type-1.set-color:hover .btn-open {
  color: #1467af;
}
.hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  transition: all .2s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu {
    padding: 13px;
  }
}
.hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile.set-color .btn-toggle-menu span {
  border-color: #333;
}
.hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile.set-color .btn-toggle-menu span::before, .hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile.set-color .btn-toggle-menu span::after {
  background-color: #333;
}
.hun-header.layout-1 .transition-sticky .main-navigation .list-menu {
  transition: padding-top .2s ease-out;
}
.hun-header.layout-1.wide-header .wrapper-header {
  position: relative;
  padding-right: 35px;
  padding-left: 35px;
}
.hun-header.layout-1.wide-header .wrapper-header > .container {
  position: static;
  max-width: 100%;
  width: 100%;
}
.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .text-logo {
  display: inline;
}
.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .main-logo,
.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .mobile-logo,
.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .sticky-logo {
  display: none !important;
}
.hun-header.layout-1.style-sticky.fixed .wrapper-header {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.hun-header.layout-1.style-sticky.fixed.scale-header .wrapper-header .main-navigation .list-menu {
  padding-top: 20px;
}
.hun-header.layout-1.style-sticky.fixed.scale-header .wrapper-header .main-navigation .list-menu > li > a {
  padding-bottom: 20px;
}
.hun-header.layout-1.style-overlay {
  z-index: 999;
}
.hun-header.layout-1.style-overlay .container-header {
  position: relative;
}
.hun-header.layout-1.style-overlay .wrapper-header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  border-color: transparent;
}
.hun-header.layout-1.style-overlay .wrapper-header .group-feature > * {
  border-color: transparent;
}
.hun-header.layout-1.style-overlay.style-sticky.fixed .wrapper-header {
  background: #fff;
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .logo-header .text-logo {
  color: #fff;
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .main-navigation .list-menu > li > a {
  color: #fff;
  position: relative;
  z-index: 0;
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .main-navigation .list-menu > li > a::after {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 25px);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .2s;
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .main-navigation .list-menu > li:hover > a, .hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .main-navigation .list-menu > li.current-menu-parent > a, .hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .main-navigation .list-menu > li.current_page_item > a, .hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .main-navigation .list-menu > li.current-menu-item > a {
  color: #fff;
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .main-navigation .list-menu > li:hover > a::after, .hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .main-navigation .list-menu > li.current-menu-parent > a::after, .hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .main-navigation .list-menu > li.current_page_item > a::after, .hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .main-navigation .list-menu > li.current-menu-item > a::after {
  opacity: .6;
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .main-navigation .list-menu.set-color > li > a::after {
  background: #1467af;
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature > * {
  border-color: rgba(255, 255, 255, 0.2);
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature .hun-element-wish--type-1.set-color .btn-open,
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature .hun-element-cart--type-1.set-color .btn-open,
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature .hun-element-account--type-1.set-color .btn-open,
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature .hun-element-search--type-1.set-color .btn-open {
  color: #fff;
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature .hun-element-wish--type-1.set-color:hover .btn-open,
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature .hun-element-cart--type-1.set-color:hover .btn-open,
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature .hun-element-account--type-1.set-color:hover .btn-open,
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature .hun-element-search--type-1.set-color:hover .btn-open {
  background: rgba(20, 103, 175, 0.6);
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature .hun-menu-mobile.set-color .btn-toggle-menu span {
  border-color: #fff;
}
.hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature .hun-menu-mobile.set-color .btn-toggle-menu span::before, .hun-header.layout-1.style-overlay.overlay-text-light .wrapper-header .group-feature .hun-menu-mobile.set-color .btn-toggle-menu span::after {
  background-color: #fff;
}
.hun-header.layout-1.style-overlay.overlay-text-light.style-sticky.fixed .wrapper-header {
  background: #222;
}
.hun-header.layout-1.style-overlay.overlay-text-light.style-sticky.fixed.scale-header .wrapper-header .main-navigation .list-menu > li > a::after {
  height: calc(100% + 20px);
}
.hun-header.layout-1.style-icon-2 .wrapper-header .group-feature {
  margin-right: -15px;
}
.hun-header.layout-1.style-icon-2 .wrapper-header .group-feature > * {
  border: none;
}
.hun-header.layout-1.style-icon-2 .wrapper-header .group-feature .hun-element-wish--type-1 .btn-open,
.hun-header.layout-1.style-icon-2 .wrapper-header .group-feature .hun-element-cart--type-1 .btn-open,
.hun-header.layout-1.style-icon-2 .wrapper-header .group-feature .hun-element-account--type-1 .btn-open,
.hun-header.layout-1.style-icon-2 .wrapper-header .group-feature .hun-element-search--type-1 .btn-open {
  padding: 15px 16px;
}
.hun-header.layout-1.style-icon-2 .wrapper-header .group-feature .hun-element-wish--type-1,
.hun-header.layout-1.style-icon-2 .wrapper-header .group-feature .hun-element-cart--type-1 {
  margin-right: 8px;
}
.hun-header.layout-1.style-icon-2 .wrapper-header .group-feature .hun-element-wish--type-1 + *,
.hun-header.layout-1.style-icon-2 .wrapper-header .group-feature .hun-element-cart--type-1 + * {
  margin-left: -8px;
}
.hun-header.layout-1.style-icon-2 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu {
  padding: 15px 16px;
}
.hun-header.layout-1.align-center .wrapper-header .logo-header {
  padding-right: 0px;
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 1539px) {
  .hun-header.layout-1.wide-header .wrapper-header {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1299px) {
  .hun-header.layout-1.wide-header .wrapper-header {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .hun-header.layout-1 .wrapper-header .logo-header {
    padding-right: 30px;
  }
  .hun-header.layout-1 .wrapper-header .main-navigation .list-menu > li > a {
    padding: 0px 15px 25px 15px;
  }
}
@media (max-width: 767px) {
  .hun-header.layout-1 .wrapper-header .logo-header {
    padding-right: 20px !important;
    min-width: 0px;
  }
}

/*[ menu-mobile ]
//////////////////////////////////////////////////////////////////*/
.hun-menu-mobile {
  display: none;
}
.hun-menu-mobile .btn-toggle-menu span {
  display: block;
  width: 19px;
  height: 13px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  transition: all .3s;
}
.hun-menu-mobile .btn-toggle-menu span::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 0;
}
.hun-menu-mobile .btn-toggle-menu span::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-60deg);
  transition: all .3s;
}
.hun-menu-mobile .btn-toggle-menu span.hidden-btn {
  visibility: hidden;
  opacity: 0;
}
.hun-menu-mobile .mobile-navigation {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(2, 0, 65, 0.1);
  position: fixed;
  z-index: 99998;
  visibility: hidden;
  left: 0;
  bottom: 0;
  width: 269px;
  max-width: 80%;
  height: 100%;
  padding: 50px 22px;
  overflow: auto;
  transition: all .5s;
  transform: translateX(-105%);
}
.hun-menu-mobile .mobile-navigation .logo-menu-mobile {
  margin-bottom: 50px;
}
.hun-menu-mobile .mobile-navigation ul, .hun-menu-mobile .mobile-navigation ol, .hun-menu-mobile .mobile-navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hun-menu-mobile .mobile-navigation .list-menu > li > a {
  font-weight: 500;
  font-size: 14px;
}
.hun-menu-mobile .mobile-navigation .list-menu li {
  padding: 6px 25px 6px 0px;
  position: relative;
  margin: 0;
}
.hun-menu-mobile .mobile-navigation .list-menu li .sub-menu {
  display: none;
  margin-top: 10px;
  margin-right: -25px;
  padding-left: 20px;
}
.hun-menu-mobile .mobile-navigation .list-menu li .sub-menu a {
  font-weight: 400;
  font-size: 14px;
}
.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -7px;
  top: 4px;
}
.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu::before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  margin-right: -6px;
}
.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu::after {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
}
.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu.icon-up::after {
  opacity: 0;
}
.hun-menu-mobile .mobile-navigation .list-menu.set-color > li > a {
  color: #333;
}
.hun-menu-mobile .mobile-navigation .list-menu.set-color > li > a:hover {
  color: #1467af;
}
.hun-menu-mobile .mobile-navigation .list-menu.set-color li .sub-menu a {
  color: #666;
}
.hun-menu-mobile .mobile-navigation .list-menu.set-color li .sub-menu a:hover {
  color: #1467af;
}
.hun-menu-mobile .mobile-navigation .list-menu.set-color li .toggle-sub-menu::before {
  background-color: #666;
}
.hun-menu-mobile .mobile-navigation .list-menu.set-color li .toggle-sub-menu::after {
  background-color: #666;
}
.hun-menu-mobile.menu-mobile-active .btn-toggle-menu span {
  visibility: visible !important;
  opacity: 1 !important;
}
.hun-menu-mobile.menu-mobile-active .btn-toggle-menu span::after {
  width: 130%;
}
.hun-menu-mobile.menu-mobile-active .mobile-navigation {
  visibility: visible;
  transform: translateX(0);
}
@media (max-width: 991px) {
  .hun-menu-mobile {
    display: block;
  }
}

/*[ footer ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * layout-1
 *
 * Style Class: full-width
 *				style-light
 *
\*/
.hun-footer.layout-1 {
  background-color: #222;
}
.hun-footer.layout-1 .content-footer {
  font-size: 13px;
  line-height: 1.8;
  color: #b2b2b2;
  word-break: break-all;
  word-break: break-word;
  padding-top: 95px;
  padding-bottom: 40px;
}
.hun-footer.layout-1 .content-footer h1, .hun-footer.layout-1 .content-footer h2, .hun-footer.layout-1 .content-footer h3, .hun-footer.layout-1 .content-footer h4, .hun-footer.layout-1 .content-footer h5, .hun-footer.layout-1 .content-footer h6 {
  color: #fff;
}
.hun-footer.layout-1 .content-footer ul {
  list-style-type: none;
  padding: 0;
}
.hun-footer.layout-1 .content-footer ul li {
  margin-bottom: 10px;
}
.hun-footer.layout-1 .content-footer ul li:last-child {
  margin-bottom: 0;
}
.hun-footer.layout-1 .content-footer a {
  color: inherit;
}
.hun-footer.layout-1 .content-footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.hun-footer.layout-1 .content-footer .col,
.hun-footer.layout-1 .content-footer [class*="col-"] {
  padding-bottom: 50px;
}
.hun-footer.layout-1 .content-footer .widget {
  margin-bottom: 50px;
}
.hun-footer.layout-1 .content-footer .widget:last-child {
  margin-bottom: 0;
}
.hun-footer.layout-1 .content-footer .widget .title-widget {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  word-break: break-word;
  letter-spacing: 1px;
  margin-bottom: 28px;
}
.hun-footer.layout-1 .content-footer .hun-element-social {
  padding-top: 10px;
  letter-spacing: 18px;
}
.hun-footer.layout-1 .content-footer .hun-element-social .social-link {
  font-size: 18px;
  letter-spacing: normal;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01 form label {
  margin-bottom: 0;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01 form label input {
  color: #b2b2b2;
  display: block;
  height: 46px;
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.1);
  background: transparent;
  padding: 0px 15px;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01 form label input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01 form label input:-moz-placeholder {
  color: #b2b2b2;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01 form label input::-moz-placeholder {
  color: #b2b2b2;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01 form label input:-ms-input-placeholder {
  color: #b2b2b2;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01 form label input:-webkit-autofill, .hun-footer.layout-1 .content-footer .subscribe-form-01 form label input:-webkit-autofill:hover, .hun-footer.layout-1 .content-footer .subscribe-form-01 form label input:-webkit-autofill:focus, .hun-footer.layout-1 .content-footer .subscribe-form-01 form label input:-webkit-autofill:active {
  -webkit-text-fill-color: #b2b2b2 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01 form button {
  font-weight: 500;
  font-size: 15px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  min-width: 160px;
  border: none;
  overflow: hidden;
  padding: 0px 30px;
  border-radius: 23px;
  margin-top: 18px;
  transition: all .2s;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01.button-shape-square form button {
  border-radius: 0px;
  min-width: 150px;
  padding: 0px 20px;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01.set-color form label input:focus {
  border-color: #1467af;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01.set-color form button {
  background: #1467af;
}
.hun-footer.layout-1 .content-footer .subscribe-form-01.set-color form button:hover {
  color: #1467af;
  background: #fff;
}
.hun-footer.layout-1 .copyright-footer {
  font-size: 13px;
  color: #888;
  text-align: center;
  word-break: break-all;
  word-break: break-word;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hun-footer.layout-1 .copyright-footer .content-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hun-footer.layout-1 .copyright-footer a {
  color: #ccc;
}
.hun-footer.layout-1 .copyright-footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.hun-footer.layout-1.full-width .container {
  max-width: 100%;
}
@media (min-width: 1300px) {
  .hun-footer.layout-1.full-width .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1540px) {
  .hun-footer.layout-1.full-width .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.hun-footer.layout-1.style-light {
  background-color: #f0f0f0;
}
.hun-footer.layout-1.style-light .content-footer {
  color: #666;
}
.hun-footer.layout-1.style-light .content-footer h1, .hun-footer.layout-1.style-light .content-footer h2, .hun-footer.layout-1.style-light .content-footer h3, .hun-footer.layout-1.style-light .content-footer h4, .hun-footer.layout-1.style-light .content-footer h5, .hun-footer.layout-1.style-light .content-footer h6 {
  color: #333;
}
.hun-footer.layout-1.style-light .content-footer.set-color a:hover {
  color: #1467af;
}
.hun-footer.layout-1.style-light .content-footer .subscribe-form-01 form label input {
  color: #666;
  border-color: #ccc;
}
.hun-footer.layout-1.style-light .content-footer .subscribe-form-01 form label input::-webkit-input-placeholder {
  color: #666;
}
.hun-footer.layout-1.style-light .content-footer .subscribe-form-01 form label input:-moz-placeholder {
  color: #666;
}
.hun-footer.layout-1.style-light .content-footer .subscribe-form-01 form label input::-moz-placeholder {
  color: #666;
}
.hun-footer.layout-1.style-light .content-footer .subscribe-form-01 form label input:-ms-input-placeholder {
  color: #666;
}
.hun-footer.layout-1.style-light .content-footer .subscribe-form-01 form label input:-webkit-autofill, .hun-footer.layout-1.style-light .content-footer .subscribe-form-01 form label input:-webkit-autofill:hover, .hun-footer.layout-1.style-light .content-footer .subscribe-form-01 form label input:-webkit-autofill:focus, .hun-footer.layout-1.style-light .content-footer .subscribe-form-01 form label input:-webkit-autofill:active {
  -webkit-text-fill-color: #666 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.hun-footer.layout-1.style-light .content-footer .subscribe-form-01.set-color form button:hover {
  color: #fff;
  background: #222;
}
.hun-footer.layout-1.style-light .copyright-footer {
  color: #666;
  border-color: #ddd;
}
.hun-footer.layout-1.style-light .copyright-footer.set-color a {
  color: #1467af;
}

/*[ back-to-top ]
//////////////////////////////////////////////////////////////////*/
.btn-back-to-top {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.btn-back-to-top .symbol-btn {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  display: block;
  padding-bottom: 2px;
}
.btn-back-to-top .symbol-btn::before {
  content: '\f126';
  font-family: Ionicons;
}
.btn-back-to-top.active-btn {
  visibility: visible;
  opacity: 1;
}
.btn-back-to-top.hidden-btn {
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .btn-back-to-top {
    width: 39px;
    height: 39px;
    right: 10px;
    bottom: 10px;
  }
  .btn-back-to-top .symbol-btn {
    font-size: 13px;
  }
}
.btn-back-to-top.set-color {
  background-color: #1467af;
}
.btn-back-to-top.set-color:hover {
  background-color: #333;
}

/*[ pre-loading ]
//////////////////////////////////////////////////////////////////*/
.hun-pre-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinner {
  -webkit-animation: load 1s infinite linear;
  -moz-animation: load 1s infinite linear;
  animation: load 1s infinite linear;
  background: -webkit-linear-gradient(top, #1467af 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #1467af 10%, rgba(255, 255, 255, 0) 100%);
  height: 4em;
  width: 4em;
  border-radius: 50%;
  font-size: 13px;
  margin: 5em auto;
  position: relative;
  overflow: hidden;
  opacity: .69;
}
.spinner span {
  display: block;
  width: 15%;
  height: 10%;
  background-color: #1467af;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
}

.spinner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #1467af 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #1467af 50%);
  border-radius: 100%;
  content: '';
}

.spinner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 80%;
  background: #fff;
  border-radius: 50%;
  content: '';
  margin: auto;
}

@-webkit-keyframes load {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes load {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes load {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*[ Magnific popup ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Restyle Magnific Popup
 *
\*/
.mfp-arrow {
  transition: all .3s;
}

/*\
 *
 * Fade Magnific-popup
 *
\*/
.mfp-bg {
  z-index: 10000;
  background-color: #000;
  opacity: 0.9;
}

.mfp-wrap {
  z-index: 10000;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-preloader,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-preloader,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-preloader,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*[ hun-button ]
//////////////////////////////////////////////////////////////////*/
.hun-page .hun-button {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  min-width: 100px;
  padding: 0 25px;
  transition: all .2s;
}
.hun-page .hun-button.size-small {
  height: 40px;
}
.hun-page .hun-button.size-normal {
  height: 46px;
}
.hun-page .hun-button.size-large {
  height: 50px;
}
.hun-page .hun-button.shape-square {
  border-radius: 0;
}
.hun-page .hun-button.shape-round.size-small {
  border-radius: 20px;
}
.hun-page .hun-button.shape-round.size-normal {
  border-radius: 23px;
}
.hun-page .hun-button.shape-round.size-large {
  border-radius: 25px;
}
.hun-page .hun-button.style-fill-color {
  border: none;
  background: #1467af;
  color: #fff;
}
.hun-page .hun-button.style-fill-color:hover {
  background: #333;
}
.hun-page .hun-button.style-fill-light {
  border: none;
  background: #fff;
  color: #1467af !important;
}
.hun-page .hun-button.style-fill-light:hover {
  background: #333;
  color: #fff !important;
}
.hun-page .hun-button.style-fill-grey {
  border: none;
  background: #e6e6e6;
  color: #222 !important;
}
.hun-page .hun-button.style-fill-grey:hover {
  background: #1467af;
  color: #fff !important;
}
.hun-page .hun-button.style-border-color {
  border: 1px solid #1467af;
  color: #1467af !important;
}
.hun-page .hun-button.style-border-color:hover {
  background: #1467af;
  color: #fff !important;
}
.hun-page .hun-button.style-border-light {
  border: 1px solid #fff;
  color: #fff !important;
}
.hun-page .hun-button.style-border-light:hover {
  border-color: #1467af;
  background: #1467af;
  color: #fff;
}

/*[ pagination ]
//////////////////////////////////////////////////////////////////*/
.loop-pagination {
  padding-top: 40px;
  padding-bottom: 30px;
}
.loop-pagination ul {
  list-style-type: none;
  padding: 0;
  letter-spacing: 12px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.loop-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}
.loop-pagination .page-numbers {
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  color: inherit;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  transition: all .2s;
}
.loop-pagination.set-color .page-numbers:hover, .loop-pagination.set-color .page-numbers.current {
  border-color: #1467af;
  background-color: #1467af;
  color: #fff;
}

/*[ others elements ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * hun-element-dropdown-menu
 *
\*/
.hun-element-dropdown-menu--type-1 {
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  transition: all .3s;
}
.hun-element-dropdown-menu--type-1 .sub-menu {
  list-style-type: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: -15px;
  text-align: right;
  padding: 8px 15px;
  background-color: #333;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
}
.hun-element-dropdown-menu--type-1 .sub-menu li {
  color: #ccc;
  padding: 5px 0;
}
.hun-element-dropdown-menu--type-1 .sub-menu li a {
  color: inherit;
  transition: all .2s;
}
.hun-element-dropdown-menu--type-1 .sub-menu li a:hover {
  text-decoration: underline;
  color: #fff;
}
.hun-element-dropdown-menu--type-1:hover {
  z-index: 1000;
}
.hun-element-dropdown-menu--type-1:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/*\
 *
 * hun-element-toolbar
 *
 * Style Class: full-width
 *
\*/
.hun-element-toolbar--type-1 {
  background: #222;
}
.hun-element-toolbar--type-1 .inner-toolbar {
  font-size: 13px;
  color: #b2b2b2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 41px;
}
.hun-element-toolbar--type-1 .group-features {
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hun-element-toolbar--type-1 .group-features > * {
  margin-left: 30px;
}
.hun-element-toolbar--type-1 .group-features > *:first-child {
  margin-left: 0;
}
.hun-element-toolbar--type-1 .group-features a {
  color: inherit;
}
.hun-element-toolbar--type-1 .group-features a:hover {
  color: #fff;
}
.hun-element-toolbar--type-1 .hun-element-dropdown-menu--type-1 {
  align-self: stretch;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
  transition: color .2s;
}
.hun-element-toolbar--type-1 .hun-element-dropdown-menu--type-1:hover {
  color: #fff;
}
.hun-element-toolbar--type-1.full-width .container {
  max-width: 100%;
}
@media (min-width: 1300px) {
  .hun-element-toolbar--type-1.full-width .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1540px) {
  .hun-element-toolbar--type-1.full-width .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/*\
 *
 * hun-element-quickview-popup
 *
\*/
.hun-element-quickview-popup--type-1 {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 39px 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.hun-element-quickview-popup--type-1 .container {
  max-width: 100%;
}
@media (max-width: 575px) {
  .hun-element-quickview-popup--type-1 {
    padding: 39px 0px;
  }
}

/*[ hun-element-search ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-search--type-1 .search-open {
  cursor: pointer;
  transition: all .3s;
}
.hun-element-search--type-1 .search-form {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 99;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hun-element-search--type-1 .search-form.open {
  opacity: 1;
  visibility: visible;
}
.hun-element-search--type-1 .search-form.open form .search-field {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
  transition-duration: 1s;
}
.hun-element-search--type-1 .search-close {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  text-align: right;
  transition: all 0.3s;
}
.hun-element-search--type-1 .search-close i {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  transition: all .2s;
}
.hun-element-search--type-1 .search-close i:hover {
  cursor: pointer;
  opacity: 1;
}
.hun-element-search--type-1 form {
  width: 80%;
  position: relative;
}
.hun-element-search--type-1 form .search-field {
  width: 100%;
  height: 100px;
  padding: 20px 0;
  background: transparent;
  font-size: 50px;
  border: 0;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  border-bottom: 3px solid;
  transform: scale3d(0, 1, 1);
  transition: all 0.3s;
  transform-origin: 0 50% center;
}
.hun-element-search--type-1 form .search-field:-webkit-autofill, .hun-element-search--type-1 form .search-field:-webkit-autofill:hover, .hun-element-search--type-1 form .search-field:-webkit-autofill:focus, .hun-element-search--type-1 form .search-field:-webkit-autofill:active {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}
.hun-element-search--type-1 form .search-field.set-color {
  border-color: #1467af;
}
.hun-element-search--type-1 form .search-notice {
  display: inline-block;
  float: right;
  margin-top: 5px;
  color: #f0f0f0;
}
.hun-element-search--type-1 .list-result {
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  left: 10%;
  top: calc(50% + 80px);
  width: 80%;
  max-height: calc(50% - 110px);
  overflow-y: auto;
}
.hun-element-search--type-1 .list-result li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0;
}
.hun-element-search--type-1 .list-result li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ccc;
  transition: all .2s;
}
.hun-element-search--type-1 .list-result li a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .hun-element-search--type-1 .search-form form .search-field {
    font-size: 40px;
    border-width: 3px;
  }
}
@media (max-width: 767px) {
  .hun-element-search--type-1 .search-form form .search-field {
    height: 60px;
    font-size: 25px;
    border-width: 2px;
  }
}
@media (max-width: 575px) {
  .hun-element-search--type-1 .search-form form .search-field {
    height: 50px;
    padding: 8px 0;
    font-size: 1.2rem;
  }
  .hun-element-search--type-1 .search-form form .search-notice {
    font-size: 0.8rem;
  }
}

/*[ hun-element-category ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
 * Style Class:	style-1 / style-2 / style-3 / style-4 / style-5 / style-6
 * 				ratio-img-1-1 / ratio-img-2-3 / ratio-img-3-2 / ratio-img-3-4 / ratio-img-4-3 / ratio-img-4-5 / ratio-img-5-4
 *
\*/
.outer-hun-element-category--type-1 .hun-element-category--type-1 {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  transition: all .2s;
  border: 1px solid #e5e5e5;
}
.outer-hun-element-category--type-1 .hun-element-category--type-1::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: calc((2 / 3) * 100%);
  height: 100%;
  background-image: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .6s ease-out;
}
.outer-hun-element-category--type-1 .hun-element-category--type-1 .text-cat {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 34px 40px;
}
.outer-hun-element-category--type-1 .hun-element-category--type-1 .text-cat .title-cat {
  font-weight: 700;
  font-size: 2rem;
  color: #333;
  line-height: 1.1;
  margin-bottom: 0.6rem;
}
.outer-hun-element-category--type-1 .hun-element-category--type-1 .text-cat .description-cat {
  color: #555;
}
.outer-hun-element-category--type-1 .hun-element-category--type-1:hover:before {
  transform: scale(1.1);
}
@media (max-width: 575px) {
  .outer-hun-element-category--type-1 .hun-element-category--type-1 .text-cat {
    padding: 24px 30px;
  }
  .outer-hun-element-category--type-1 .hun-element-category--type-1 .text-cat .title-cat {
    font-size: 23px;
  }
}
.outer-hun-element-category--type-1 .hun-element-category--type-1.ratio-img-1-1::before {
  padding-top: 100%;
}
.outer-hun-element-category--type-1 .hun-element-category--type-1.ratio-img-2-3::before {
  padding-top: calc(3 / 2 * 100%);
}
.outer-hun-element-category--type-1 .hun-element-category--type-1.ratio-img-3-4::before {
  padding-top: calc(4 / 3 * 100%);
}
.outer-hun-element-category--type-1 .hun-element-category--type-1.ratio-img-4-3::before {
  padding-top: calc(3 / 4 * 100%);
}
.outer-hun-element-category--type-1 .hun-element-category--type-1.ratio-img-4-5::before {
  padding-top: calc(5 / 4 * 100%);
}
.outer-hun-element-category--type-1 .hun-element-category--type-1.ratio-img-5-4::before {
  padding-top: calc(4 / 5 * 100%);
}
.outer-hun-element-category--type-1.style-2 .hun-element-category--type-1 {
  border: none;
}
.outer-hun-element-category--type-1.style-2 .hun-element-category--type-1::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
  transition: all .2s;
}
.outer-hun-element-category--type-1.style-2 .hun-element-category--type-1 .text-cat .title-cat {
  color: #fff;
}
.outer-hun-element-category--type-1.style-2 .hun-element-category--type-1 .text-cat .description-cat {
  color: #fff;
}
.outer-hun-element-category--type-1.style-3 .hun-element-category--type-1 {
  border: none;
}
.outer-hun-element-category--type-1.style-3 .hun-element-category--type-1::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
  transition: all .2s;
}
.outer-hun-element-category--type-1.style-3 .hun-element-category--type-1 .text-cat {
  display: flex;
  flex-direction: column;
  padding: 25px 25px 10px 25px;
}
.outer-hun-element-category--type-1.style-3 .hun-element-category--type-1 .text-cat::before {
  content: '';
  pointer-events: none;
  display: block;
  width: 100%;
  flex-grow: 1;
  flex-basis: 1px;
  border: 1px solid #ccc;
  border-bottom: none;
}
.outer-hun-element-category--type-1.style-3 .hun-element-category--type-1 .text-cat .title-cat {
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 3px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
.outer-hun-element-category--type-1.style-3 .hun-element-category--type-1 .text-cat .title-cat::after, .outer-hun-element-category--type-1.style-3 .hun-element-category--type-1 .text-cat .title-cat::before {
  content: '';
  display: block;
  flex-grow: 1;
  flex-basis: 1px;
  height: 1px;
  background: #ccc;
}
.outer-hun-element-category--type-1.style-3 .hun-element-category--type-1 .text-cat .title-cat::after {
  margin-left: 15px;
}
.outer-hun-element-category--type-1.style-3 .hun-element-category--type-1 .text-cat .title-cat::before {
  margin-right: 15px;
}
.outer-hun-element-category--type-1.style-3 .hun-element-category--type-1 .text-cat .description-cat {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: none;
}
.outer-hun-element-category--type-1.style-4 .hun-element-category--type-1 {
  background-image: none !important;
  border-color: #fff;
}
.outer-hun-element-category--type-1.style-4 .hun-element-category--type-1::before {
  opacity: 0;
  transition: all .3s;
}
.outer-hun-element-category--type-1.style-4 .hun-element-category--type-1 .text-cat {
  color: #fff;
  padding: 44px 50px;
}
.outer-hun-element-category--type-1.style-4 .hun-element-category--type-1 .text-cat .title-cat {
  color: #fff;
}
.outer-hun-element-category--type-1.style-4 .hun-element-category--type-1 .text-cat .description-cat {
  color: #f2f2f2;
}
.outer-hun-element-category--type-1.style-4 .hun-element-category--type-1:hover {
  box-shadow: none;
}
.outer-hun-element-category--type-1.style-4 .hun-element-category--type-1:hover:before {
  opacity: .69;
}
@media (max-width: 575px) {
  .outer-hun-element-category--type-1.style-4 .hun-element-category--type-1 .text-cat {
    padding: 24px 30px;
  }
}
.outer-hun-element-category--type-1.style-4.set-color .hun-element-category--type-1::before {
  background: #1467af;
}
.outer-hun-element-category--type-1.style-5 .hun-element-category--type-1 {
  border: none;
}
.outer-hun-element-category--type-1.style-5 .hun-element-category--type-1 .text-cat {
  color: #333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  height: auto;
  border-radius: 23px;
  width: 180px;
  max-width: calc(100% - 50px);
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e8e8e8;
  transition: all .2s;
}
.outer-hun-element-category--type-1.style-5 .hun-element-category--type-1 .text-cat .title-cat {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: inherit;
  display: inline;
  margin-bottom: 0;
}
.outer-hun-element-category--type-1.style-5 .hun-element-category--type-1 .text-cat .description-cat {
  display: none;
}
.outer-hun-element-category--type-1.style-5 .hun-element-category--type-1 .text-cat:hover {
  color: #fff;
}
.outer-hun-element-category--type-1.style-5.set-color .hun-element-category--type-1 .text-cat:hover {
  background: #1467af;
  border-color: #1467af;
}
.outer-hun-element-category--type-1.style-6 .hun-element-category--type-1 {
  border: none;
}
.outer-hun-element-category--type-1.style-6 .hun-element-category--type-1 .text-cat {
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 0px;
  left: 0px;
  padding: 11px 20px;
  background: rgba(255, 255, 255, 0.8);
  transition: all .2s;
}
.outer-hun-element-category--type-1.style-6 .hun-element-category--type-1 .text-cat .title-cat {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  display: inline-block;
  margin-bottom: 0;
  transition: all .2s;
}
.outer-hun-element-category--type-1.style-6 .hun-element-category--type-1 .text-cat .description-cat {
  display: inline-block;
  transition: all .2s;
}
.outer-hun-element-category--type-1.style-6 .hun-element-category--type-1 .text-cat .description-cat::before {
  content: '-';
  margin: 0px 5px;
}
.outer-hun-element-category--type-1.ratio-img-1-1 .hun-element-category--type-1::before {
  padding-top: 100%;
}
.outer-hun-element-category--type-1.ratio-img-2-3 .hun-element-category--type-1::before {
  padding-top: calc(3 / 2 * 100%);
}
.outer-hun-element-category--type-1.ratio-img-3-4 .hun-element-category--type-1::before {
  padding-top: calc(4 / 3 * 100%);
}
.outer-hun-element-category--type-1.ratio-img-4-3 .hun-element-category--type-1::before {
  padding-top: calc(3 / 4 * 100%);
}
.outer-hun-element-category--type-1.ratio-img-4-5 .hun-element-category--type-1::before {
  padding-top: calc(5 / 4 * 100%);
}
.outer-hun-element-category--type-1.ratio-img-5-4 .hun-element-category--type-1::before {
  padding-top: calc(4 / 5 * 100%);
}

/*[ hun-element-product ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
 * Style Class:	style-1 / style-2
 *				ratio-img-1-1 / ratio-img-3-4 / ratio-img-4-3 / ratio-img-4-5 / ratio-img-5-4
 *				price-color
 *
\*/
.outer-hun-element-product--type-1 .hun-element-product--type-1 {
  border: 1px solid #e5e5e5;
  background: #fff;
  transition: all .2s;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .labels-product {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
  pointer-events: none;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .labels-product .item-label {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  display: block;
  min-width: 50px;
  padding: 2px 12px;
  border-radius: 15px;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .labels-product .item-label + .item-label {
  margin-top: 10px;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .labels-product.set-color .label-new {
  background: #1467af;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .labels-product.set-color .label-sale {
  background: #e65540;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .countdown-sale {
  pointer-events: none;
  background: #000;
  opacity: .69;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  margin-top: -43px;
  margin-right: -1px;
  margin-left: -1px;
  position: relative;
  z-index: 10;
  transition: all .2s;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .countdown-sale .item-countdown {
  font-weight: 200;
  font-size: 9px;
  color: #fff;
  line-height: 1.5;
  min-width: 50px;
  height: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .countdown-sale .item-countdown::before {
  content: '';
  display: block;
  width: 2px;
  height: 8px;
  border: 2px solid #fff;
  border-left: none;
  border-right: none;
  position: absolute;
  top: calc(50% - 4px);
  right: -1px;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .countdown-sale .item-countdown:last-child:before {
  display: none;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .countdown-sale .item-countdown .number-item {
  font-weight: 400;
  font-size: 13px;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .pic-product {
  width: 100%;
  display: block;
  position: relative;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .pic-product::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: calc(4 / 3 * 100%);
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .pic-product .gallery-product {
  display: flex;
  align-items: stretch;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .3s ease;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .pic-product .gallery-product .item-gal {
  display: block;
  width: 100%;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .pic-product .gallery-product .item-gal .image-gal {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .pic-product .gallery-product .item-gal:first-child .image-gal {
  opacity: 1;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .pic-product .gallery-product .item-gal:hover .image-gal {
  opacity: 1 !important;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .pic-product .gallery-product:hover {
  cursor: e-resize;
  background: #fff;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .pic-product .gallery-product:hover .item-gal:first-child .image-gal {
  opacity: 0;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product {
  padding: 23px 20px 20px 20px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product .name-product {
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  word-break: break-all;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.5 * 2em);
  margin-bottom: 0.39rem;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product .name-product.set-color {
  color: #999;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product .name-product.set-color a {
  color: inherit;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product .name-product.set-color a:hover {
  color: #1467af;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product .price-product {
  color: #555;
  flex-basis: 1px;
  flex-grow: 1;
  margin-bottom: 0;
  letter-spacing: 6px;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product .price-product .new-price,
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product .price-product .old-price {
  display: inline-block;
  letter-spacing: normal;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product .price-product .old-price {
  font-weight: 300;
  color: #999;
  text-decoration: line-through;
  font-style: italic;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product .star-product {
  padding-left: 15px;
  font-size: 10px;
  line-height: 1.8;
  white-space: nowrap;
  color: #f5c06f;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product .star-product i {
  vertical-align: bottom;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .text-product > *:last-child {
  margin-bottom: 0 !important;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .buttons-product {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
  position: relative;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .buttons-product::before {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: 20px;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .buttons-product .btn-addcart {
  line-height: 1.6;
  display: flex;
  align-items: center;
  min-height: 45px;
  padding: 8px 10px;
  margin-left: 0;
  margin-right: auto;
  transition: all .2s;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .buttons-product .btn-addcart.set-color {
  color: #999;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .buttons-product .btn-addcart.set-color:hover {
  color: #1467af;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .buttons-product .btn-quickview,
.outer-hun-element-product--type-1 .hun-element-product--type-1 .buttons-product .btn-addwish {
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  min-width: 35px;
  transition: all .2s;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .buttons-product .btn-quickview.set-color,
.outer-hun-element-product--type-1 .hun-element-product--type-1 .buttons-product .btn-addwish.set-color {
  color: #999;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1 .buttons-product .btn-quickview.set-color:hover,
.outer-hun-element-product--type-1 .hun-element-product--type-1 .buttons-product .btn-addwish.set-color:hover {
  color: #1467af;
}
.outer-hun-element-product--type-1 .hun-element-product--type-1:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.outer-hun-element-product--type-1.price-color .hun-element-product--type-1 .text-product .price-product.set-color {
  color: #1467af;
}
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .text-product {
  text-align: center;
  padding: 20px 20px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .text-product .name-product {
  order: 2;
}
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .text-product .price-product {
  order: 3;
  flex-basis: auto;
  flex-grow: 0;
  padding-right: 0px;
  letter-spacing: normal;
}
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .text-product .price-product .new-price,
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .text-product .price-product .old-price {
  margin: 0 3px;
}
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .text-product .star-product {
  padding-left: 0;
  order: 1;
  margin-bottom: 0.39rem !important;
}
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .text-product .star-product i {
  vertical-align: baseline;
}
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .buttons-product {
  border-top: 1px solid #e5e5e5;
  flex-wrap: wrap;
  padding: 0px;
}
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .buttons-product::before {
  display: none;
}
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .buttons-product [class*="btn-"] + * {
  border-right: 1px solid #e5e5e5;
}
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .buttons-product .btn-addcart {
  order: 3;
  text-align: center;
  justify-content: center;
  min-height: 39px;
  padding: 8px 10px;
  flex-basis: 0;
  flex-grow: 1;
}
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .buttons-product .btn-quickview,
.outer-hun-element-product--type-1.style-2 .hun-element-product--type-1 .buttons-product .btn-addwish {
  order: 1;
  padding: 0px;
  width: 39px;
}
.outer-hun-element-product--type-1.ratio-img-1-1 .hun-element-product--type-1 .pic-product::before {
  padding-top: 100%;
}
.outer-hun-element-product--type-1.ratio-img-4-3 .hun-element-product--type-1 .pic-product::before {
  padding-top: calc(3 / 4 * 100%);
}
.outer-hun-element-product--type-1.ratio-img-4-5 .hun-element-product--type-1 .pic-product::before {
  padding-top: calc(5 / 4 * 100%);
}
.outer-hun-element-product--type-1.ratio-img-5-4 .hun-element-product--type-1 .pic-product::before {
  padding-top: calc(4 / 5 * 100%);
}

/*[ hun-element-account ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-account--type-1 .content-element {
  font-size: 14px;
  color: #666;
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 500px;
  max-width: calc(100% - 30px);
  margin: 50px auto;
}
.hun-element-account--type-1 .content-element .tabs-account {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 12px;
}
.hun-element-account--type-1 .content-element .tabs-account::before {
  content: '';
  display: block;
  width: 100%;
  height: 500px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  transform: translateY(-30px);
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab .title-form {
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab form {
  display: block;
  width: 100%;
  margin: 0;
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab form .description-form {
  font-weight: 300;
  color: #999;
  margin-bottom: 20px;
  text-align: center;
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab form label {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab form label .input-field {
  color: #666;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab form label .input-field::-webkit-input-placeholder {
  color: #999;
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab form label .input-field:-moz-placeholder {
  color: #999;
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab form label .input-field::-moz-placeholder {
  color: #999;
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab form label .input-field:-ms-input-placeholder {
  color: #999;
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab form label input[type="checkbox"] {
  margin-right: 5px;
  transform: translateY(1px);
}
.hun-element-account--type-1 .content-element .tabs-account .content-tab form button {
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0 20px;
  border: none;
  margin-top: 30px;
  transition: all .2s;
}
@media (max-width: 480px) {
  .hun-element-account--type-1 .content-element .tabs-account .content-tab {
    padding: 35px 20px;
  }
}
.hun-element-account--type-1 .content-element .tabs-account .label-tab {
  cursor: pointer;
  text-align: center;
  display: block;
  margin-bottom: 0;
  padding: 2px 15px;
  position: relative;
  transition: all .2s;
}
.hun-element-account--type-1 .content-element .tabs-account .toggle-tab {
  display: none;
}
.hun-element-account--type-1 .content-element .tabs-account .toggle-tab:checked + .label-tab {
  display: none;
}
.hun-element-account--type-1 .content-element .tabs-account .toggle-tab:checked + .label-tab + .content-tab {
  transition: all .5s;
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}
.hun-element-account--type-1.set-color .content-element .tabs-account .content-tab form label .input-field:focus {
  border-color: #1467af;
}
.hun-element-account--type-1.set-color .content-element .tabs-account .content-tab form button {
  background: #1467af;
}
.hun-element-account--type-1.set-color .content-element .tabs-account .content-tab form button:hover {
  background: #222;
}
.hun-element-account--type-1.set-color .content-element .tabs-account .label-tab:hover {
  color: #1467af;
}

/*[ hun-element-cart ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-cart--type-1 {
  position: relative;
}
.hun-element-cart--type-1 .btn-cart {
  position: relative;
}
.hun-element-cart--type-1 .btn-cart::after {
  content: attr(data-count-cart);
  pointer-events: none;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  min-width: 15px;
  border-radius: 8px;
  display: block;
  padding: 0px 4px;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% + 5px);
}
@media (max-width: 767px) {
  .hun-element-cart--type-1 .btn-cart::after {
    line-height: 13px;
    min-width: 13px;
    top: calc(50% - 16px);
    left: calc(50% + 2px);
  }
}
.hun-element-cart--type-1 .content-cart {
  width: 300px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 100;
  top: 100%;
  right: -1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .2s;
}
.hun-element-cart--type-1 .content-cart .total-cart {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.hun-element-cart--type-1 .content-cart .total-cart .text-total {
  padding-right: 15px;
}
.hun-element-cart--type-1 .content-cart .total-cart .number-total {
  font-weight: 600;
}
.hun-element-cart--type-1 .content-cart .products-cart {
  max-height: 418px;
  overflow-y: auto;
}
.hun-element-cart--type-1 .content-cart .products-cart .item-product {
  padding: 12px 45px 12px 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.hun-element-cart--type-1 .content-cart .products-cart .item-product:last-child {
  border-bottom: none;
}
.hun-element-cart--type-1 .content-cart .products-cart .item-product .content-item {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 60px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hun-element-cart--type-1 .content-cart .products-cart .item-product .content-item .pic-product {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 25px);
  left: 0px;
}
.hun-element-cart--type-1 .content-cart .products-cart .item-product .content-item .name-product {
  color: #999;
  word-break: break-all;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.5 * 1em);
  margin-bottom: 5px;
  transition: all .2s;
}
.hun-element-cart--type-1 .content-cart .products-cart .item-product .content-item .num-price-product {
  color: #666;
}
.hun-element-cart--type-1 .content-cart .products-cart .item-product .content-item .num-price-product .multiply-mark {
  vertical-align: bottom;
  line-height: 1.3;
}
.hun-element-cart--type-1 .content-cart .products-cart .item-product .remove-item {
  font-weight: 300;
  font-size: 18px;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 13px);
  right: 15px;
  padding-top: 3px;
  transition: all .2s;
}
.hun-element-cart--type-1 .content-cart .buttons-cart {
  padding: 20px 20px;
  border-top: 1px solid #e5e5e5;
}
.hun-element-cart--type-1 .content-cart .buttons-cart [class*="btn-"] {
  text-transform: uppercase;
  text-align: center;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-bottom: 12px;
  transition: all .2s;
}
.hun-element-cart--type-1 .content-cart .buttons-cart [class*="btn-"]:last-child {
  margin-bottom: 0;
}
.hun-element-cart--type-1 .content-cart .buttons-cart [class*="btn-"]:hover {
  background: #222;
  color: #fff;
}
.hun-element-cart--type-1 .content-cart .buttons-cart .btn-checkout {
  color: #fff;
}
.hun-element-cart--type-1 .content-cart .buttons-cart .btn-viewcart {
  color: #333;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .hun-element-cart--type-1 .content-cart {
    display: none;
  }
}
.hun-element-cart--type-1:hover .content-cart {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hun-element-cart--type-1.set-color .btn-cart::after {
  background: #1467af;
}
.hun-element-cart--type-1.set-color .content-cart .total-cart .number-total {
  color: #1467af;
}
.hun-element-cart--type-1.set-color .content-cart .products-cart .item-product .content-item:hover .name-product {
  color: #1467af;
}
.hun-element-cart--type-1.set-color .content-cart .products-cart .item-product .remove-item:hover {
  color: #1467af;
}
.hun-element-cart--type-1.set-color .content-cart .buttons-cart .btn-checkout {
  background: #1467af;
}
.hun-element-cart--type-1.set-color .content-cart .buttons-cart .btn-checkout:hover {
  background: #222;
}

/*[ hun-element-wish ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-wish--type-1 {
  position: relative;
}
.hun-element-wish--type-1 .btn-wish {
  position: relative;
}
.hun-element-wish--type-1 .btn-wish::after {
  content: attr(data-count-wish);
  pointer-events: none;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  min-width: 15px;
  border-radius: 8px;
  display: block;
  padding: 0px 4px;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% + 5px);
}
@media (max-width: 767px) {
  .hun-element-wish--type-1 .btn-wish::after {
    line-height: 13px;
    min-width: 13px;
    top: calc(50% - 16px);
    left: calc(50% + 2px);
  }
}
.hun-element-wish--type-1.set-color .btn-wish::after {
  background: #1467af;
}

/*[ hun-element-post ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-post--type-1 .pic-post {
  display: block;
  overflow: hidden;
}
.hun-element-post--type-1 .pic-post::before {
  content: '';
  display: block;
  background-image: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 69%;
  transition: all .9s ease;
}
.hun-element-post--type-1 .pic-post:hover:before {
  transform: scale(1.1);
}
.hun-element-post--type-1 .text-post {
  padding-top: 15px;
}
.hun-element-post--type-1 .text-post .meta-info {
  font-size: 13px;
  line-height: 1.8;
  color: #999;
  word-break: break-all;
  word-break: break-word;
  margin-bottom: 15px;
}
.hun-element-post--type-1 .text-post .meta-info a {
  color: #222;
}
.hun-element-post--type-1 .text-post .meta-info a:hover {
  text-decoration: underline;
}
.hun-element-post--type-1 .text-post .meta-info span {
  color: #222;
}
.hun-element-post--type-1 .text-post .meta-info.set-color a:hover {
  color: #1467af;
}
.hun-element-post--type-1 .text-post .title-post {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  word-break: break-all;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.5 * 2em);
  margin-bottom: 11px;
}
.hun-element-post--type-1 .text-post .title-post a {
  color: inherit;
}
.hun-element-post--type-1 .text-post .title-post.set-color a:hover {
  color: #1467af;
}
.hun-element-post--type-1 .text-post .description-post {
  font-weight: 300;
  color: #888;
  line-height: 1.7;
  word-break: break-all;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.7 * 3em);
}
.hun-element-post--type-1 .text-post > *:last-child {
  margin-bottom: 0 !important;
}

/*\
 *
 * Type 2
 *
\*/
.hun-element-post--type-2 {
  border-top: 1px solid #e5e5e5;
  padding-top: 33px;
  margin-bottom: 33px;
}
.hun-element-post--type-2:first-child {
  padding-top: 0 !important;
  border-top: none;
}
.hun-element-post--type-2 .pic-post {
  display: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
}
.hun-element-post--type-2 .pic-post img {
  transition: all .9s ease-out;
}
.hun-element-post--type-2 .pic-post:hover img {
  transform: scale(1.1);
}
.hun-element-post--type-2 .text-post .title-post {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  word-break: break-all;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.4 * 2em);
  margin-bottom: 10px;
}
.hun-element-post--type-2 .text-post .title-post a {
  color: inherit;
}
.hun-element-post--type-2 .text-post .title-post.set-color a:hover {
  color: #1467af;
}
@media (max-width: 767px) {
  .hun-element-post--type-2 .text-post .title-post {
    font-size: 20px;
  }
}
.hun-element-post--type-2 .text-post .meta-info-post {
  font-weight: 400;
  font-size: 13px;
  color: #999;
  line-height: 1.5;
  word-break: break-all;
  word-break: break-word;
  overflow: hidden;
  letter-spacing: 14px;
  margin-bottom: 13px;
}
.hun-element-post--type-2 .text-post .meta-info-post a {
  color: #333;
}
.hun-element-post--type-2 .text-post .meta-info-post a:hover {
  text-decoration: underline;
}
.hun-element-post--type-2 .text-post .meta-info-post.set-color a:hover {
  color: #1467af;
}
.hun-element-post--type-2 .text-post .meta-info-post .item-info {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 6px;
}
.hun-element-post--type-2 .text-post .meta-info-post .item-info span {
  color: #333;
}
.hun-element-post--type-2 .text-post .meta-info-post .item-info::before {
  content: '|';
  position: absolute;
  top: 0;
  left: -9px;
}
.hun-element-post--type-2 .text-post .description-post {
  color: #888;
  line-height: 1.666666;
  word-break: break-all;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.666666 * 3em);
  margin-bottom: 18px;
}
.hun-element-post--type-2 .text-post .link-post {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.hun-element-post--type-2 .text-post .link-post::after {
  content: '\f101';
  font-family: FontAwesome;
  margin-left: 3px;
}
.hun-element-post--type-2 .text-post .link-post.set-color:hover {
  color: #1467af;
}
.hun-element-post--type-2.has-post-thumbnail {
  padding-top: 40px;
}
.hun-element-post--type-2.has-post-thumbnail .pic-post {
  display: block;
}

/*[ hun-element-detail-product ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-detail-product--type-1 .images-product .img-slider .slide-slick {
  border: 1px solid #e5e5e5;
}
.hun-element-detail-product--type-1 .images-product .img-slider .slide-slick .slick-list .slick-track {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
}
.hun-element-detail-product--type-1 .images-product .img-slider .dots-slick {
  padding-top: 6px;
}
.hun-element-detail-product--type-1 .images-product .img-slider .dots-slick .slick-dots {
  list-style-type: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}
.hun-element-detail-product--type-1 .images-product .img-slider .dots-slick .slick-dots li {
  width: 20%;
  padding: 3px;
}
.hun-element-detail-product--type-1 .images-product .img-slider .dots-slick .slick-dots li .inner-dot {
  cursor: pointer;
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e5e5e5;
  position: relative;
}
.hun-element-detail-product--type-1 .images-product .img-slider .dots-slick .slick-dots li .inner-dot::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all .2s;
}
.hun-element-detail-product--type-1 .images-product .img-slider .dots-slick .slick-dots li .inner-dot:hover:before {
  opacity: .3;
}
.hun-element-detail-product--type-1 .images-product .img-slider .dots-slick .slick-dots li.slick-active .inner-dot::before {
  opacity: .3;
}
.hun-element-detail-product--type-1 .images-product .wrap-img {
  position: relative;
}
.hun-element-detail-product--type-1 .images-product .wrap-img .popup-img {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  transition: all .2s;
}
.hun-element-detail-product--type-1 .images-product .wrap-img .popup-img::before {
  content: '\f065';
  font-family: FontAwesome;
}
.hun-element-detail-product--type-1 .images-product .wrap-img img {
  width: 100%;
}
.hun-element-detail-product--type-1 .images-product.set-color .wrap-img .popup-img:hover {
  color: #fff;
  background-color: #1467af;
}
@media (max-width: 991px) {
  .hun-element-detail-product--type-1 .images-product {
    padding-bottom: 60px;
  }
}
.hun-element-detail-product--type-1 .text-product .name-product {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .hun-element-detail-product--type-1 .text-product .name-product {
    font-size: 25px;
  }
}
.hun-element-detail-product--type-1 .text-product .star-product {
  color: #999;
  margin-bottom: 15px;
}
.hun-element-detail-product--type-1 .text-product .star-product .list-star {
  color: #ffb14b;
  display: inline-block;
  margin-right: 5px;
}
.hun-element-detail-product--type-1 .text-product .price-product {
  color: #333;
  margin-bottom: 30px;
}
.hun-element-detail-product--type-1 .text-product .price-product .new-price {
  font-size: 25px;
  margin-right: 5px;
}
.hun-element-detail-product--type-1 .text-product .price-product .old-price {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  font-style: italic;
}
.hun-element-detail-product--type-1 .text-product .description-product {
  color: #999;
  margin-bottom: 30px;
}
.hun-element-detail-product--type-1 .text-product .cart-form {
  width: 420px;
  max-width: 100%;
  padding-top: 10px;
  margin-bottom: 23px;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options {
  padding-bottom: 25px;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options table.variations {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options table.variations label {
  display: inline-block;
  margin: 0;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options table.variations tr {
  border: 1px solid #e5e5e5;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options table.variations td {
  border: 1px solid #e5e5e5;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options table.variations td.label {
  line-height: 1.3;
  padding-left: 15px;
  padding-right: 15px;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options table.variations td.value {
  height: 1px;
  padding: 0;
  position: relative;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options table.variations td.value::after {
  content: '\f104';
  font-family: Ionicons;
  color: #999;
  width: 28px;
  height: calc(100% - 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 1px;
  right: 6px;
  padding-top: 2px;
  pointer-events: none;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options table.variations td.value select {
  color: #666;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  min-height: 45px;
  border: 1px solid transparent;
  background-color: transparent;
  margin: -1px;
  padding: 0px 35px 0px 20px;
  -webkit-appearance: none;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options table.variations td.value select::-ms-expand {
  display: none;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options table.variations td.value select:focus {
  outline: none;
}
.hun-element-detail-product--type-1 .text-product .cart-form .choose-options.set-color table.variations td.value select:focus {
  border-color: #1467af;
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px;
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart .quantity-product {
  height: 46px;
  border: 1px solid #e5e5e5;
  display: flex;
  overflow: hidden;
  align-items: stretch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 10px;
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart .quantity-product .input-field {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-align: center;
  width: 50px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart .quantity-product .input-field::-webkit-outer-spin-button, .hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart .quantity-product .input-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart .quantity-product [class*="btn-num-product-"] {
  font-weight: 500;
  font-size: 13px;
  color: #333;
  line-height: 1;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s;
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart .quantity-product [class*="btn-num-product-"]::before {
  font-family: Ionicons;
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart .quantity-product .btn-num-product-down::before {
  content: '\f208';
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart .quantity-product .btn-num-product-up::before {
  content: '\f217';
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart .btn-addcart {
  flex-grow: 1;
  flex-basis: 160px;
  font-weight: 500;
  font-size: 15px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  border: none;
  max-width: 100%;
  min-width: 160px;
  padding: 0 20px;
  margin: 10px;
  transition: all .2s;
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart.set-color .quantity-product [class*="btn-num-product-"]:hover {
  color: #fff;
  background: #1467af;
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart.set-color .btn-addcart {
  background: #1467af;
}
.hun-element-detail-product--type-1 .text-product .cart-form .quantity-and-addcart.set-color .btn-addcart:hover {
  background: #222;
}
.hun-element-detail-product--type-1 .text-product .add-wishlist {
  margin-bottom: 23px;
}
.hun-element-detail-product--type-1 .text-product .add-wishlist .btn-addwish {
  font-weight: 400;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
  display: inline-block;
  border-bottom: 1px solid #555;
  padding-right: 2px;
  transition: all .2s;
}
.hun-element-detail-product--type-1 .text-product .add-wishlist.set-color .btn-addwish:hover {
  color: #1467af;
  border-color: #1467af;
}
.hun-element-detail-product--type-1 .text-product .meta-info {
  list-style-type: none;
  padding: 27px 0 0 0;
}
.hun-element-detail-product--type-1 .text-product .meta-info li {
  color: #999;
  margin-bottom: 8px;
}
.hun-element-detail-product--type-1 .text-product .meta-info li .name-info {
  color: #666;
  margin-right: 3px;
}
.hun-element-detail-product--type-1 .text-product .meta-info li a {
  color: inherit;
}
.hun-element-detail-product--type-1 .text-product .meta-info.set-color li a:hover {
  color: #1467af;
}
@media (min-width: 1200px) {
  .hun-element-detail-product--type-1 .text-product {
    padding-left: 30px;
  }
}
.hun-element-detail-product--type-1 .more-info-product {
  padding-top: 60px;
}
.hun-element-detail-product--type-1 .more-info-product .tab-info {
  border: 1px solid #e5e5e5;
  padding: 39px 39px;
}
.hun-element-detail-product--type-1 .more-info-product .tab-info .dots-slick {
  padding-bottom: 43px;
}
.hun-element-detail-product--type-1 .more-info-product .tab-info .dots-slick:empty {
  display: none;
}
.hun-element-detail-product--type-1 .more-info-product .tab-info .dots-slick .slick-dots {
  list-style-type: none;
  padding: 0px;
  margin: 0px -16px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.hun-element-detail-product--type-1 .more-info-product .tab-info .dots-slick .slick-dots li {
  font-size: 15px;
  line-height: 1.5;
  color: #888;
  cursor: pointer;
  margin: 0px 16px 10px 16px;
  border-bottom: 1px solid transparent;
  transition: all .2s;
}
.hun-element-detail-product--type-1 .more-info-product .tab-info .dots-slick .slick-dots li:hover, .hun-element-detail-product--type-1 .more-info-product .tab-info .dots-slick .slick-dots li.slick-active {
  color: #333;
  border-color: #555;
}
@media (max-width: 767px) {
  .hun-element-detail-product--type-1 .more-info-product .tab-info {
    padding: 39px 20px;
  }
}
.hun-element-detail-product--type-1 .more-info-product .content-more-info {
  color: #888;
}

/*[ hun-element-sidebar ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Type 1
 *
\*/
.hun-element-sidebar--type-1 {
  word-break: break-all;
  word-break: break-word;
}
.hun-element-sidebar--type-1 ul {
  list-style-type: none;
  padding: 0;
}
.hun-element-sidebar--type-1 ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 17px;
}
.hun-element-sidebar--type-1 ul li:last-child {
  margin-bottom: 0px;
}
.hun-element-sidebar--type-1 ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.hun-element-sidebar--type-1 ul li a {
  color: inherit;
  transition: all .3s;
}
.hun-element-sidebar--type-1 ul li .children, .hun-element-sidebar--type-1 ul li .sub-menu {
  padding-top: 12px;
  margin-top: 0;
}
.hun-element-sidebar--type-1 select {
  width: 100%;
  height: 46px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  background-color: transparent;
}
.hun-element-sidebar--type-1 input[type="date"],
.hun-element-sidebar--type-1 input[type="datetime-local"],
.hun-element-sidebar--type-1 input[type="email"],
.hun-element-sidebar--type-1 input[type="month"],
.hun-element-sidebar--type-1 input[type="number"],
.hun-element-sidebar--type-1 input[type="password"],
.hun-element-sidebar--type-1 input[type="search"],
.hun-element-sidebar--type-1 input[type="tel"],
.hun-element-sidebar--type-1 input[type="text"],
.hun-element-sidebar--type-1 input[type="time"],
.hun-element-sidebar--type-1 input[type="url"],
.hun-element-sidebar--type-1 input[type="week"],
.hun-element-sidebar--type-1 textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  width: 100%;
  min-width: 1px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  padding: 10px 15px;
}
.hun-element-sidebar--type-1 input[type="date"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="datetime-local"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="email"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="month"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="number"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="password"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="search"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="tel"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="text"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="time"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="url"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type="week"]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 textarea::-webkit-input-placeholder {
  color: #888;
  font-style: italic;
}
.hun-element-sidebar--type-1 input[type="date"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="email"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="month"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="number"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="password"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="search"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="tel"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="text"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="time"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="url"]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type="week"]:-moz-placeholder,
.hun-element-sidebar--type-1 textarea:-moz-placeholder {
  color: #888;
  font-style: italic;
}
.hun-element-sidebar--type-1 input[type="date"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="datetime-local"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="email"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="month"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="number"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="password"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="search"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="tel"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="text"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="time"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="url"]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type="week"]::-moz-placeholder,
.hun-element-sidebar--type-1 textarea::-moz-placeholder {
  color: #888;
  font-style: italic;
}
.hun-element-sidebar--type-1 input[type="date"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="email"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="month"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="number"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="password"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="search"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="tel"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="text"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="time"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="url"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type="week"]:-ms-input-placeholder,
.hun-element-sidebar--type-1 textarea:-ms-input-placeholder {
  color: #888;
  font-style: italic;
}
.hun-element-sidebar--type-1 input[type="date"]:-webkit-autofill, .hun-element-sidebar--type-1 input[type="date"]:-webkit-autofill:hover, .hun-element-sidebar--type-1 input[type="date"]:-webkit-autofill:focus, .hun-element-sidebar--type-1 input[type="date"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="datetime-local"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="email"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="email"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="email"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="email"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="month"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="month"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="month"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="month"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="number"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="number"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="number"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="number"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="password"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="password"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="password"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="password"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="search"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="search"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="search"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="search"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="tel"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="tel"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="tel"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="tel"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="text"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="text"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="text"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="text"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="time"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="time"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="time"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="time"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="url"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="url"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="url"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="url"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type="week"]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type="week"]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type="week"]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type="week"]:-webkit-autofill:active,
.hun-element-sidebar--type-1 textarea:-webkit-autofill,
.hun-element-sidebar--type-1 textarea:-webkit-autofill:hover,
.hun-element-sidebar--type-1 textarea:-webkit-autofill:focus,
.hun-element-sidebar--type-1 textarea:-webkit-autofill:active {
  -webkit-text-fill-color: inherit !important;
  transition: background-color 5000s ease-in-out 0s;
}
.hun-element-sidebar--type-1 .widget {
  margin-bottom: 50px;
}
.hun-element-sidebar--type-1 .widget:last-child {
  margin-bottom: 0;
}
.hun-element-sidebar--type-1 .title-widget {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 26px;
}
.hun-element-sidebar--type-1 .title-widget:empty {
  display: none;
}
.hun-element-sidebar--type-1 .title-widget:empty + * {
  padding-top: 0;
  margin-top: 0;
}
.hun-element-sidebar--type-1 .widget_search {
  padding-top: 6px;
  padding-bottom: 6px;
}
.hun-element-sidebar--type-1 .widget_search:first-child {
  padding-top: 0;
}
.hun-element-sidebar--type-1 .widget_search:last-child {
  padding-bottom: 0;
}
.hun-element-sidebar--type-1 .widget_search form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  position: relative;
}
.hun-element-sidebar--type-1 .widget_search form label {
  display: block;
  width: 100%;
  margin: 0;
}
.hun-element-sidebar--type-1 .widget_search form label input {
  width: 100%;
  height: 46px;
  padding: 0px 75px 0px 20px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.hun-element-sidebar--type-1 .widget_search form button {
  font-size: 20px;
  color: #999;
  line-height: 44px;
  width: 55px;
  height: 44px;
  text-align: center;
  border: none;
  border-left: 1px solid #e5e5e5;
  background: transparent;
  position: absolute;
  top: 1px;
  right: 1px;
  transition: all .2s;
}
.hun-element-sidebar--type-1 .widget_search form button:hover {
  color: #fff;
}
.hun-element-sidebar--type-1 .widget_categories ul ul {
  margin-right: -40px;
}
.hun-element-sidebar--type-1 .widget_categories ul li {
  padding-right: 40px;
  position: relative;
}
.hun-element-sidebar--type-1 .widget_categories ul li a {
  padding: 5px 40px 5px 0px;
}
.hun-element-sidebar--type-1 .widget_categories ul li .count {
  position: absolute;
  right: 0;
  top: 0;
}
.hun-element-sidebar--type-1 .widget_tag_cloud .tagcloud {
  letter-spacing: 7px;
  padding-bottom: 6px;
  margin-bottom: -5px;
}
.hun-element-sidebar--type-1 .widget_tag_cloud .tagcloud .tag-cloud-link {
  font-weight: 400;
  font-size: 13px !important;
  line-height: 1.5;
  color: inherit;
  white-space: nowrap;
  letter-spacing: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 15px 5px 15px;
  margin: 5px 0px;
  transition: all .3s;
}
.hun-element-sidebar--type-1 .widget_tag_cloud .tagcloud .tag-cloud-link:hover {
  color: #fff;
}
.hun-element-sidebar--type-1 .widget_tag_cloud:last-child .tagcloud {
  padding-bottom: 0;
}
.hun-element-sidebar--type-1 .hun-widget-posts .list-post {
  padding-top: 6px;
  padding-bottom: 6px;
}
.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post:last-child {
  margin-bottom: 0;
}
.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .pic-post {
  width: 100px;
  height: 85px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  transition: all .2s;
}
.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .pic-post:hover {
  opacity: .68;
}
.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post {
  width: calc(100% - 100px - 18px);
}
.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post .title-post {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  word-break: break-all;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.5 * 2em);
  margin-bottom: 10px;
}
.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post .title-post a {
  color: inherit;
  transition: all .3s;
}
.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post .date-post {
  font-weight: 300;
  font-size: 13px;
  color: #888;
}
.hun-element-sidebar--type-1 .hun-widget-posts:last-child .list-post {
  padding-bottom: 0;
}
.hun-element-sidebar--type-1.set-color ul li::before {
  background: #1467af;
}
.hun-element-sidebar--type-1.set-color ul li a:hover {
  color: #1467af;
}
.hun-element-sidebar--type-1.set-color .widget_search form label input:focus {
  border-color: #1467af;
}
.hun-element-sidebar--type-1.set-color .widget_search form button:hover {
  background-color: #1467af;
}
.hun-element-sidebar--type-1.set-color .widget_tag_cloud .tagcloud .tag-cloud-link:hover {
  border-color: #1467af;
  background-color: #1467af;
}
.hun-element-sidebar--type-1.set-color .hun-widget-posts .list-post .item-post .text-post .title-post a:hover {
  color: #1467af;
}

/*[ sections ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * General
 *
\*/
[class*="hun-section-"].show-space-bottom {
  padding-bottom: 120px;
}
[class*="hun-section-"].show-small-space-bottom {
  padding-bottom: 50px;
}
[class*="hun-section-"].full-width .container {
  max-width: 100%;
}
@media (min-width: 1300px) {
  [class*="hun-section-"].full-width .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1540px) {
  [class*="hun-section-"].full-width .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/*\
 *
 * hun-content-default
 *
\*/
.hun-content-default {
  color: #888;
  word-break: break-all;
  word-break: break-word;
}
.hun-content-default > * {
  margin-bottom: 26px;
}
.hun-content-default > *:last-child {
  margin-bottom: 0;
}
.hun-content-default::after {
  content: '';
  display: block;
  clear: both;
}
.hun-content-default:last-child {
  margin-bottom: 0;
}
.hun-content-default h1, .hun-content-default h2, .hun-content-default h3, .hun-content-default h4, .hun-content-default h5, .hun-content-default h6 {
  padding-top: 15px;
}
.hun-content-default h1:first-child, .hun-content-default h2:first-child, .hun-content-default h3:first-child, .hun-content-default h4:first-child, .hun-content-default h5:first-child, .hun-content-default h6:first-child {
  padding-top: 0;
}
.hun-content-default p > img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.hun-content-default blockquote {
  font-weight: 500;
  font-size: 16px;
  color: #666;
  word-break: break-all;
  word-break: break-word;
  font-style: italic;
  padding-left: 45px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}
.hun-content-default blockquote::before {
  content: '‘‘';
  font-weight: 500;
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: -5px;
  letter-spacing: -3px;
}
.hun-content-default figure {
  max-width: 100%;
}
.hun-content-default pre {
  padding: 1.6em;
}

/*\
 *
 * othres
 *
\*/
.off-parallax .parallax100 .inner-parallax {
  min-height: 100% !important;
  transform: none !important;
  top: 0 !important;
}

.off-sticky-sidebar .theiaStickySidebar {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  position: static !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.hun-page.hide-back-to-top + .btn-back-to-top {
  display: none !important;
}

/*[ hun-section-categories ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout grid
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *				no-gap
 *
\*/
.hun-section-categories.layout-grid .col,
.hun-section-categories.layout-grid [class*="col-"] {
  padding-bottom: 30px;
}
.hun-section-categories.layout-grid .inner-section {
  margin-bottom: -30px;
  position: relative;
  z-index: 0;
}
.hun-section-categories.layout-grid .inner-section::before {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}
.hun-section-categories.layout-grid .inner-section .bg-sec {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
.hun-section-categories.layout-grid.outer-hun-element-category--type-1.style-4 .inner-section {
  padding-top: 120px;
  padding-bottom: 90px;
  margin-bottom: 0;
}
.hun-section-categories.layout-grid.outer-hun-element-category--type-1.style-4 .inner-section::before {
  display: block;
}
.hun-section-categories.layout-grid.outer-hun-element-category--type-1.style-4 .inner-section .bg-sec {
  display: block;
}
.hun-section-categories.layout-grid.no-gap .row {
  margin: 0;
}
.hun-section-categories.layout-grid.no-gap .col,
.hun-section-categories.layout-grid.no-gap [class*="col-"] {
  padding: 0;
}
.hun-section-categories.layout-grid.no-gap .inner-section {
  margin-bottom: 0;
}
.hun-section-categories.layout-grid.no-gap.outer-hun-element-category--type-1.style-4 .inner-section {
  padding-bottom: 120px;
}
.hun-section-categories.layout-grid.no-gap.full-width .container {
  max-width: 100%;
  padding: 0px;
}

/*\
 *
 * Layout masonry
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *				no-gap
 *				set-2-col / set-3-col / set-4-col
 *
\*/
.hun-section-categories.layout-masonry .inner-section {
  margin-bottom: -30px;
  position: relative;
  z-index: 0;
}
.hun-section-categories.layout-masonry .inner-section::before {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #000;
  opacity: .3;
}
.hun-section-categories.layout-masonry .inner-section .bg-sec {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
.hun-section-categories.layout-masonry .wrap-masonry {
  column-count: 3;
  column-gap: 30px;
}
.hun-section-categories.layout-masonry .wrap-masonry .item-masonry {
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .hun-section-categories.layout-masonry .wrap-masonry {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .hun-section-categories.layout-masonry .wrap-masonry {
    column-count: 1;
  }
}
.hun-section-categories.layout-masonry.set-2-col .wrap-masonry {
  column-count: 2;
}
@media (max-width: 767px) {
  .hun-section-categories.layout-masonry.set-2-col .wrap-masonry {
    column-count: 1;
  }
}
.hun-section-categories.layout-masonry.set-4-col .wrap-masonry {
  column-count: 4;
}
@media (max-width: 1199px) {
  .hun-section-categories.layout-masonry.set-4-col .wrap-masonry {
    column-count: 3;
  }
}
@media (max-width: 991px) {
  .hun-section-categories.layout-masonry.set-4-col .wrap-masonry {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .hun-section-categories.layout-masonry.set-4-col .wrap-masonry {
    column-count: 1;
  }
}
.hun-section-categories.layout-masonry.outer-hun-element-category--type-1.style-4 .inner-section {
  padding-top: 120px;
  padding-bottom: 90px;
  margin-bottom: 0;
}
.hun-section-categories.layout-masonry.outer-hun-element-category--type-1.style-4 .inner-section::before {
  display: block;
}
.hun-section-categories.layout-masonry.outer-hun-element-category--type-1.style-4 .inner-section .bg-sec {
  display: block;
}
.hun-section-categories.layout-masonry.no-gap .inner-section {
  margin-bottom: 0;
}
.hun-section-categories.layout-masonry.no-gap .wrap-masonry {
  column-gap: 0px;
}
.hun-section-categories.layout-masonry.no-gap .wrap-masonry .item-masonry {
  padding-bottom: 0px;
}
.hun-section-categories.layout-masonry.no-gap.outer-hun-element-category--type-1.style-4 .inner-section {
  padding-bottom: 120px;
}
.hun-section-categories.layout-masonry.no-gap.full-width .container {
  max-width: 100%;
  padding: 0px;
}

/*[ hun-section-products ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout grid
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
.hun-section-products.layout-grid .col,
.hun-section-products.layout-grid [class*="col-"] {
  padding-bottom: 30px;
}
.hun-section-products.layout-grid .inner-section {
  margin-bottom: -30px;
}
.hun-section-products.layout-grid .heading-section {
  margin-top: -9px;
  margin-bottom: 60px;
}
.hun-section-products.layout-grid .heading-section .title-sec {
  font-weight: 700;
  font-size: 39px;
  line-height: 1.2;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hun-section-products.layout-grid .heading-section {
    margin-bottom: 50px;
  }
  .hun-section-products.layout-grid .heading-section .title-sec {
    font-size: 30px;
  }
}
.hun-section-products.layout-grid .buttons-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.hun-section-products.layout-grid .buttons-section .hun-button {
  text-transform: uppercase;
  padding: 0px 39px;
}
.hun-section-products.layout-grid .link-view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 21px;
}
.hun-section-products.layout-grid .link-view-all::after, .hun-section-products.layout-grid .link-view-all::before {
  content: '';
  display: block;
  flex-grow: 1;
  flex-basis: 1px;
  height: 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.hun-section-products.layout-grid .link-view-all a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #fff;
  padding: 4px 25px;
  transition: all .2s;
}
.hun-section-products.layout-grid .link-view-all a.set-color:hover {
  color: #1467af;
}
@media (max-width: 575px) {
  .hun-section-products.layout-grid .link-view-all a {
    padding: 4px 15px;
  }
}

/*\
 *
 * Layout Slider
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *				arrow-top
 *				hide-link-view-all
 *
\*/
.hun-section-products.layout-slider.bg-grey {
  background: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 120px;
}
.hun-section-products.layout-slider .heading-section {
  text-align: center;
  margin-top: -9px;
  margin-bottom: 60px;
}
.hun-section-products.layout-slider .heading-section .title-sec {
  font-weight: 700;
  font-size: 39px;
  line-height: 1.2;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hun-section-products.layout-slider .heading-section {
    margin-bottom: 50px;
  }
  .hun-section-products.layout-slider .heading-section .title-sec {
    font-size: 30px;
  }
}
.hun-section-products.layout-slider .slide-section {
  position: relative;
  margin-top: -15px;
  margin-bottom: -15px;
}
.hun-section-products.layout-slider .slide-section .slide-slick {
  margin-right: -15px;
  margin-left: -15px;
}
.hun-section-products.layout-slider .slide-section .slide-slick .slick-list .slick-track {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
}
.hun-section-products.layout-slider .slide-section .slide-slick .item-slick {
  padding: 15px;
  height: auto;
}
.hun-section-products.layout-slider .slide-section .arrows-slick {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 7px;
}
.hun-section-products.layout-slider .slide-section .arrows-slick::after, .hun-section-products.layout-slider .slide-section .arrows-slick::before {
  content: '';
  display: block;
  flex-grow: 1;
  flex-basis: 1px;
  height: 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.hun-section-products.layout-slider .slide-section .arrows-slick::before {
  order: 2;
}
.hun-section-products.layout-slider .slide-section .arrows-slick::after {
  order: 4;
}
.hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow {
  cursor: pointer;
  display: block;
  color: #666;
  text-align: center;
  border: 1px solid #e5e5e5;
  width: 50px;
  height: 30px;
  font-size: 23px;
  line-height: 28px;
  transition: all .2s;
}
.hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow::before {
  font-family: FontAwesome;
}
.hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow.next-slick {
  order: 5;
  margin-left: 25px;
  margin-right: auto;
}
.hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow.next-slick::before {
  content: '\f101';
}
.hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow.prev-slick {
  order: 1;
  margin-right: 25px;
  margin-left: auto;
}
.hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow.prev-slick::before {
  content: '\f100';
}
.hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow.set-color:hover {
  background-color: #1467af;
  border-color: #1467af;
  color: #fff;
}
.hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow.slick-arrow.slick-hidden {
  display: none;
}
.hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow[aria-disabled="true"] {
  cursor: not-allowed;
}
.hun-section-products.layout-slider .slide-section .arrows-slick .link-view-all {
  order: 3;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #fff;
  padding: 4px 25px;
  transition: all .2s;
}
.hun-section-products.layout-slider .slide-section .arrows-slick .link-view-all.set-color:hover {
  color: #1467af;
}
@media (max-width: 575px) {
  .hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow {
    width: 30px;
    font-size: 20px;
  }
  .hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow.next-slick {
    margin-left: 10px;
  }
  .hun-section-products.layout-slider .slide-section .arrows-slick .item-arrow.prev-slick {
    margin-right: 10px;
  }
  .hun-section-products.layout-slider .slide-section .arrows-slick .link-view-all {
    padding: 4px 15px;
  }
}
.hun-section-products.layout-slider.arrow-top .heading-section {
  text-align: left;
  padding-right: 120px;
}
@media (max-width: 767px) {
  .hun-section-products.layout-slider.arrow-top .heading-section {
    padding-right: 90px;
  }
}
.hun-section-products.layout-slider.arrow-top .arrows-slick .item-arrow {
  width: 39px;
  height: 39px;
  line-height: 37px;
  position: absolute;
  top: -90px;
}
.hun-section-products.layout-slider.arrow-top .arrows-slick .item-arrow::before {
  font-family: Ionicons;
}
.hun-section-products.layout-slider.arrow-top .arrows-slick .item-arrow.next-slick {
  margin: 0;
  right: 0;
}
.hun-section-products.layout-slider.arrow-top .arrows-slick .item-arrow.next-slick::before {
  content: '\f3d3';
}
.hun-section-products.layout-slider.arrow-top .arrows-slick .item-arrow.prev-slick {
  margin: 0;
  right: 49px;
}
.hun-section-products.layout-slider.arrow-top .arrows-slick .item-arrow.prev-slick::before {
  content: '\f3d2';
}
@media (max-width: 767px) {
  .hun-section-products.layout-slider.arrow-top .arrows-slick .item-arrow {
    top: -71px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .hun-section-products.layout-slider.arrow-top .arrows-slick .item-arrow.prev-slick {
    right: 40px;
  }
}
.hun-section-products.layout-slider.arrow-top.hide-link-view-all .arrows-slick {
  padding: 0;
}
.hun-section-products.layout-slider.arrow-top.hide-link-view-all .arrows-slick::after, .hun-section-products.layout-slider.arrow-top.hide-link-view-all .arrows-slick::before {
  display: none;
}
.hun-section-products.layout-slider.hide-link-view-all .link-view-all {
  display: none !important;
}

/*\
 *
 * Layout Tab
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
.hun-section-products.layout-tab .heading-section {
  margin-top: -9px;
  margin-bottom: 60px;
}
.hun-section-products.layout-tab .heading-section .title-sec {
  font-weight: 700;
  font-size: 39px;
  line-height: 1.2;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hun-section-products.layout-tab .heading-section {
    margin-bottom: 50px;
  }
  .hun-section-products.layout-tab .heading-section .title-sec {
    font-size: 30px;
  }
}
.hun-section-products.layout-tab .inner-section {
  margin-bottom: -30px;
}
.hun-section-products.layout-tab .tab-section .col,
.hun-section-products.layout-tab .tab-section [class*="col-"] {
  padding-bottom: 30px;
}
.hun-section-products.layout-tab .tab-section .slide-slick {
  margin-top: -15px;
  margin-right: -15px;
  margin-left: -15px;
}
.hun-section-products.layout-tab .tab-section .slide-slick .item-slick {
  padding: 15px 15px 0px 15px;
}
.hun-section-products.layout-tab .tab-section .dots-slick {
  margin-top: -33px;
  padding-bottom: 48px;
}
.hun-section-products.layout-tab .tab-section .dots-slick:empty {
  display: none;
}
.hun-section-products.layout-tab .tab-section .dots-slick .slick-dots {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.hun-section-products.layout-tab .tab-section .dots-slick .slick-dots li {
  font-size: 15px;
  line-height: 1.5;
  color: #888;
  cursor: pointer;
  margin: 0px 16px 10px 16px;
  border-bottom: 1px solid transparent;
  transition: all .2s;
}
.hun-section-products.layout-tab .tab-section .dots-slick .slick-dots li:hover, .hun-section-products.layout-tab .tab-section .dots-slick .slick-dots li.slick-active {
  color: #333;
  border-color: #555;
}
.hun-section-products.layout-tab .buttons-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.hun-section-products.layout-tab .buttons-section .hun-button {
  text-transform: uppercase;
  padding: 0px 39px;
}
.hun-section-products.layout-tab .link-view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 21px;
}
.hun-section-products.layout-tab .link-view-all::after, .hun-section-products.layout-tab .link-view-all::before {
  content: '';
  display: block;
  flex-grow: 1;
  flex-basis: 1px;
  height: 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.hun-section-products.layout-tab .link-view-all a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #fff;
  padding: 4px 25px;
  transition: all .2s;
}
.hun-section-products.layout-tab .link-view-all a.set-color:hover {
  color: #1467af;
}
@media (max-width: 575px) {
  .hun-section-products.layout-tab .link-view-all a {
    padding: 4px 15px;
  }
}

/*\
 *
 * Layout Side Menu
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *
\*/
.hun-section-products.layout-side-menu .inner-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0px 35px;
  margin-bottom: -30px;
}
@media (max-width: 1539px) {
  .hun-section-products.layout-side-menu .inner-section {
    padding: 0px 20px;
  }
}
@media (max-width: 1299px) {
  .hun-section-products.layout-side-menu .inner-section {
    padding: 0;
  }
}
.hun-section-products.layout-side-menu .side-content-sec {
  width: 18%;
  padding: 0px 15px 30px 15px;
}
.hun-section-products.layout-side-menu .side-content-sec .heading-section {
  margin-top: -9px;
  margin-bottom: 45px;
}
.hun-section-products.layout-side-menu .side-content-sec .heading-section .title-sec {
  font-weight: 700;
  font-size: 39px;
  line-height: 1.2;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hun-section-products.layout-side-menu .side-content-sec .heading-section {
    margin-bottom: 35px;
  }
  .hun-section-products.layout-side-menu .side-content-sec .heading-section .title-sec {
    font-size: 30px;
  }
}
.hun-section-products.layout-side-menu .side-content-sec .categories .group-cat {
  margin-bottom: 25px;
}
.hun-section-products.layout-side-menu .side-content-sec .categories .group-cat .title-group {
  font-weight: 600;
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
}
.hun-section-products.layout-side-menu .side-content-sec .categories .group-cat .title-group a {
  color: inherit;
}
.hun-section-products.layout-side-menu .side-content-sec .categories .group-cat .list-cat {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hun-section-products.layout-side-menu .side-content-sec .categories .group-cat .list-cat li {
  color: #999;
  margin-bottom: 8px;
}
.hun-section-products.layout-side-menu .side-content-sec .categories .group-cat .list-cat li:last-child {
  margin-bottom: 0;
}
.hun-section-products.layout-side-menu .side-content-sec .categories .group-cat .list-cat li a {
  color: inherit;
}
.hun-section-products.layout-side-menu .side-content-sec .categories .group-cat .list-cat li ul {
  padding-top: 8px;
  padding-left: 20px;
}
.hun-section-products.layout-side-menu .side-content-sec .categories.set-color .group-cat .title-group a:hover {
  color: #1467af;
}
.hun-section-products.layout-side-menu .side-content-sec .categories.set-color .group-cat .list-cat li a:hover {
  color: #1467af;
}
.hun-section-products.layout-side-menu .side-content-sec .side-link-view-all a {
  font-weight: 600;
  font-size: 16px;
  color: #666;
}
.hun-section-products.layout-side-menu .side-content-sec .side-link-view-all a::after {
  content: '\f101';
  font-family: FontAwesome;
  font-weight: 400;
  margin-left: 5px;
}
.hun-section-products.layout-side-menu .side-content-sec .side-link-view-all a.set-color:hover {
  color: #1467af;
}
.hun-section-products.layout-side-menu .main-content-sec {
  width: 82%;
  padding: 0px 15px;
}
.hun-section-products.layout-side-menu .main-content-sec .col,
.hun-section-products.layout-side-menu .main-content-sec [class*="col-"] {
  padding-bottom: 30px;
}
@media (min-width: 1540px) {
  .hun-section-products.layout-side-menu .main-content-sec .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.hun-section-products.layout-side-menu .link-view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 21px;
}
.hun-section-products.layout-side-menu .link-view-all::after, .hun-section-products.layout-side-menu .link-view-all::before {
  content: '';
  display: block;
  flex-grow: 1;
  flex-basis: 1px;
  height: 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.hun-section-products.layout-side-menu .link-view-all a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #fff;
  padding: 4px 25px;
  transition: all .2s;
}
.hun-section-products.layout-side-menu .link-view-all a.set-color:hover {
  color: #1467af;
}
@media (max-width: 575px) {
  .hun-section-products.layout-side-menu .link-view-all a {
    padding: 4px 15px;
  }
}
@media (max-width: 1539px) {
  .hun-section-products.layout-side-menu .side-content-sec {
    width: 20%;
  }
  .hun-section-products.layout-side-menu .main-content-sec {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .hun-section-products.layout-side-menu .side-content-sec {
    width: 25%;
  }
  .hun-section-products.layout-side-menu .main-content-sec {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .hun-section-products.layout-side-menu .side-content-sec {
    width: 100%;
  }
  .hun-section-products.layout-side-menu .side-content-sec .categories {
    column-count: 2;
    column-gap: 30px;
  }
  .hun-section-products.layout-side-menu .side-content-sec .categories .group-cat {
    width: 100%;
    padding-bottom: 20px;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .hun-section-products.layout-side-menu .main-content-sec {
    width: 100%;
  }
}

/*[ hun-section-all-products ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
.hun-section-all-products.layout-1 .tool-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px -5px;
  padding-bottom: 30px;
}
.hun-section-all-products.layout-1 .tool-products .sort-product {
  max-width: 100%;
}
.hun-section-all-products.layout-1 .tool-products .sort-product .wrap-select {
  width: 250px;
  max-width: 100%;
  height: 40px;
  margin-bottom: 0;
  position: relative;
  margin: 5px;
}
.hun-section-all-products.layout-1 .tool-products .sort-product .wrap-select::after {
  content: '\f104';
  font-family: Ionicons;
  color: #888;
  width: 28px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 1px;
  right: 1px;
  padding-top: 2px;
  pointer-events: none;
}
.hun-section-all-products.layout-1 .tool-products .sort-product .wrap-select .select-field {
  color: #888;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  padding: 0px 30px 0px 15px;
  -webkit-appearance: none;
}
.hun-section-all-products.layout-1 .tool-products .sort-product .wrap-select .select-field::-ms-expand {
  display: none;
}
.hun-section-all-products.layout-1 .tool-products .sort-product .wrap-select .select-field:focus {
  outline: none;
}
.hun-section-all-products.layout-1 .tool-products .find-product {
  display: flex;
}
.hun-section-all-products.layout-1 .tool-products .find-product .toggle-tab {
  color: #888;
  line-height: 38px;
  display: block;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 0px 15px;
  margin: 5px;
  transition: all .2s;
}
.hun-section-all-products.layout-1 .tool-products .find-product .toggle-tab:hover {
  color: #fff;
}
.hun-section-all-products.layout-1 .tool-products .find-product .toggle-tab.active-tab {
  color: #fff;
  position: relative;
  z-index: 0;
}
.hun-section-all-products.layout-1 .tool-products .find-product .toggle-tab.active-tab::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: -1;
  left: calc(50% - 7px);
  bottom: -8px;
  transform: rotateZ(45deg);
}
.hun-section-all-products.layout-1 .tool-products .find-product .toggle-tab i {
  margin-right: 3px;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product {
  width: 100%;
  padding: 15px 5px 0px 5px;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .panel-tab {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  overflow: hidden;
  margin-bottom: 20px;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .form-search {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .form-search label {
  flex-grow: 1;
  flex-basis: 1px;
  display: block;
  width: 100%;
  margin: 0;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .form-search label input {
  color: #666;
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  background: transparent;
  border: none;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .form-search label input::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .form-search label input:-moz-placeholder {
  color: #999;
  font-style: italic;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .form-search label input::-moz-placeholder {
  color: #999;
  font-style: italic;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .form-search label input:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .form-search button {
  font-size: 16px;
  color: #999;
  line-height: 60px;
  width: 80px;
  height: 60px;
  text-align: center;
  border: none;
  border-left: 1px solid #e5e5e5;
  background: transparent;
  transition: all .2s;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .form-search button:hover {
  color: #fff;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .wrap-options-filter {
  max-height: 515px;
  overflow-y: auto;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter {
  padding: 30px;
  column-count: 4;
  column-gap: 30px;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter .group-options {
  width: 100%;
  padding-bottom: 15px;
  page-break-inside: avoid;
  break-inside: avoid;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter .group-options .title-group {
  font-weight: 600;
  transition: all .2s;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter .group-options .title-group a {
  color: inherit;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter .group-options .list-options .item-option {
  color: #999;
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .2s;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter .group-options .list-options .item-option input[type="checkbox"] {
  display: none;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter .group-options .list-options .item-option input[type="checkbox"]:checked + .icon-checkbox::before {
  content: '\f374';
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter .group-options .list-options .item-option .icon-checkbox {
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter .group-options .list-options .item-option .icon-checkbox::before {
  content: '\f372';
  font-family: Ionicons;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter .group-options .list-options .item-option .list-options {
  padding-top: 5px;
}
@media (max-width: 1199px) {
  .hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter {
    column-count: 3;
  }
}
@media (max-width: 991px) {
  .hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .hun-section-all-products.layout-1 .tool-products .content-find-product .options-filter {
    column-count: unset;
  }
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .buttons-filter {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .buttons-filter [class*="btn-"] {
  text-transform: uppercase;
  line-height: 38px;
  color: #999;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  min-width: 180px;
  padding: 0px 20px;
  border: 1px solid #e5e5e5;
  background: transparent;
  cursor: pointer;
  margin: 10px;
  transition: all .2s;
}
.hun-section-all-products.layout-1 .tool-products .content-find-product .buttons-filter [class*="btn-"]:hover {
  color: #fff !important;
}
.hun-section-all-products.layout-1 .tool-products.set-color .sort-product .wrap-select .select-field:focus {
  border-color: #1467af;
}
.hun-section-all-products.layout-1 .tool-products.set-color .find-product .toggle-tab:hover {
  background: #1467af;
  border-color: #1467af;
}
.hun-section-all-products.layout-1 .tool-products.set-color .find-product .toggle-tab.active-tab {
  background: #1467af;
  border-color: #1467af;
}
.hun-section-all-products.layout-1 .tool-products.set-color .find-product .toggle-tab.active-tab::after {
  background: #1467af;
}
.hun-section-all-products.layout-1 .tool-products.set-color .content-find-product .form-search button:hover {
  background: #1467af;
}
.hun-section-all-products.layout-1 .tool-products.set-color .content-find-product .options-filter .group-options .list-options .item-option:hover {
  color: #1467af;
}
.hun-section-all-products.layout-1 .tool-products.set-color .content-find-product .options-filter .group-options .list-options .item-option input[type="checkbox"]:checked + .icon-checkbox::before {
  color: #1467af;
}
.hun-section-all-products.layout-1 .tool-products.set-color .content-find-product .options-filter .group-options:hover .title-group {
  color: #1467af;
}
.hun-section-all-products.layout-1 .tool-products.set-color .content-find-product .buttons-filter [class*="btn-"]:hover {
  background: #1467af !important;
  border-color: #1467af;
}
.hun-section-all-products.layout-1 .tool-products.set-color .content-find-product .buttons-filter .btn-apply-filter {
  border-color: #1467af;
  color: #1467af;
}
@media (min-width: 1300px) {
  .hun-section-all-products.layout-1.full-width .tool-products .content-find-product .options-filter {
    column-count: 5;
  }
}
.hun-section-all-products.layout-1 .col,
.hun-section-all-products.layout-1 [class*="col-"] {
  padding-bottom: 30px;
}
.hun-section-all-products.layout-1 .inner-section {
  margin-top: -5px;
  margin-bottom: -30px;
}
.hun-section-all-products.layout-1 .inner-section .buttons-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.hun-section-all-products.layout-1 .inner-section .buttons-section .hun-button {
  min-width: 180px;
  text-transform: uppercase;
  padding: 0px 39px;
}
.hun-section-all-products.layout-1 .inner-section .link-view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 21px;
}
.hun-section-all-products.layout-1 .inner-section .link-view-all::after, .hun-section-all-products.layout-1 .inner-section .link-view-all::before {
  content: '';
  display: block;
  flex-grow: 1;
  flex-basis: 1px;
  height: 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.hun-section-all-products.layout-1 .inner-section .link-view-all a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #fff;
  padding: 4px 25px;
  transition: all .2s;
}
.hun-section-all-products.layout-1 .inner-section .link-view-all a.set-color:hover {
  color: #1467af;
}
@media (max-width: 575px) {
  .hun-section-all-products.layout-1 .inner-section .link-view-all a {
    padding: 4px 15px;
  }
}

/*\
 *
 * Layout 2
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
.hun-section-all-products.layout-2 .inner-section {
  margin-bottom: -30px;
}
.hun-section-all-products.layout-2 .sidebar-sec {
  padding-bottom: 30px;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product {
  padding-bottom: 30px;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product .form-search {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  position: relative;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product .form-search label {
  display: block;
  width: 100%;
  margin: 0;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product .form-search label input {
  color: #666;
  width: 100%;
  height: 46px;
  padding: 0px 75px 0px 20px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product .form-search label input::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product .form-search label input:-moz-placeholder {
  color: #999;
  font-style: italic;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product .form-search label input::-moz-placeholder {
  color: #999;
  font-style: italic;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product .form-search label input:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product .form-search button {
  font-size: 20px;
  color: #999;
  line-height: 44px;
  width: 55px;
  height: 44px;
  text-align: center;
  border: none;
  border-left: 1px solid #e5e5e5;
  background: transparent;
  position: absolute;
  top: 1px;
  right: 1px;
  transition: all .2s;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product .form-search button:hover {
  color: #fff;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product.set-color .form-search label input:focus {
  border-color: #1467af;
}
.hun-section-all-products.layout-2 .sidebar-sec .search-product.set-color .form-search button:hover {
  background: #1467af;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .title-filter {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter .group-options {
  width: 100%;
  padding-bottom: 13px;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter .group-options .title-group {
  font-weight: 600;
  margin-bottom: 8px;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter .group-options .title-group a {
  color: inherit;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter .group-options .list-options .item-option {
  color: #999;
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .2s;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter .group-options .list-options .item-option input[type="checkbox"] {
  display: none;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter .group-options .list-options .item-option input[type="checkbox"]:checked + .icon-checkbox::before {
  content: '\f374';
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter .group-options .list-options .item-option .icon-checkbox {
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter .group-options .list-options .item-option .icon-checkbox::before {
  content: '\f372';
  font-family: Ionicons;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter .group-options .list-options .item-option .list-options {
  padding-top: 5px;
}
@media (max-width: 991px) {
  .hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter {
    column-count: 3;
    column-gap: 30px;
  }
  .hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter .group-options {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
@media (max-width: 767px) {
  .hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .hun-section-all-products.layout-2 .sidebar-sec .filter-product .options-filter {
    column-count: 1;
  }
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .buttons-filter {
  padding-top: 15px;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .buttons-filter [class*="btn-"] {
  text-transform: uppercase;
  line-height: 38px;
  color: #666;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding: 0px 30px;
  border: 1px solid #e5e5e5;
  background: transparent;
  cursor: pointer;
  transition: all .2s;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product .buttons-filter [class*="btn-"]:hover {
  color: #fff !important;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product.set-color .options-filter .group-options .list-options .item-option:hover {
  color: #1467af;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product.set-color .options-filter .group-options .list-options .item-option input[type="checkbox"]:checked + .icon-checkbox::before {
  color: #1467af;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product.set-color .options-filter .group-options:hover .title-group {
  color: #1467af;
}
.hun-section-all-products.layout-2 .sidebar-sec .filter-product.set-color .buttons-filter [class*="btn-"]:hover {
  background: #1467af !important;
  border-color: #1467af;
}
.hun-section-all-products.layout-2 .content-sec .tool-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0px;
  padding-bottom: 30px;
}
.hun-section-all-products.layout-2 .content-sec .tool-products .sort-product {
  max-width: 100%;
}
.hun-section-all-products.layout-2 .content-sec .tool-products .sort-product .wrap-select {
  width: 250px;
  max-width: 100%;
  height: 46px;
  margin-bottom: 0;
  position: relative;
}
.hun-section-all-products.layout-2 .content-sec .tool-products .sort-product .wrap-select::after {
  content: '\f104';
  font-family: Ionicons;
  color: #888;
  width: 28px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 1px;
  right: 6px;
  padding-top: 2px;
  pointer-events: none;
}
.hun-section-all-products.layout-2 .content-sec .tool-products .sort-product .wrap-select .select-field {
  color: #888;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  padding: 0px 35px 0px 20px;
  -webkit-appearance: none;
}
.hun-section-all-products.layout-2 .content-sec .tool-products .sort-product .wrap-select .select-field::-ms-expand {
  display: none;
}
.hun-section-all-products.layout-2 .content-sec .tool-products .sort-product .wrap-select .select-field:focus {
  outline: none;
}
.hun-section-all-products.layout-2 .content-sec .tool-products.set-color .sort-product .wrap-select .select-field:focus {
  border-color: #1467af;
}
@media (max-width: 991px) {
  .hun-section-all-products.layout-2 .content-sec .tool-products {
    justify-content: flex-start;
  }
}
.hun-section-all-products.layout-2 .content-sec .col,
.hun-section-all-products.layout-2 .content-sec [class*="col-"] {
  padding-bottom: 30px;
}
.hun-section-all-products.layout-2 .content-sec .buttons-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.hun-section-all-products.layout-2 .content-sec .buttons-section .hun-button {
  min-width: 180px;
  text-transform: uppercase;
  padding: 0px 39px;
}
.hun-section-all-products.layout-2 .content-sec .link-view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 21px;
}
.hun-section-all-products.layout-2 .content-sec .link-view-all::after, .hun-section-all-products.layout-2 .content-sec .link-view-all::before {
  content: '';
  display: block;
  flex-grow: 1;
  flex-basis: 1px;
  height: 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.hun-section-all-products.layout-2 .content-sec .link-view-all a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #fff;
  padding: 4px 25px;
  transition: all .2s;
}
.hun-section-all-products.layout-2 .content-sec .link-view-all a.set-color:hover {
  color: #1467af;
}
@media (max-width: 575px) {
  .hun-section-all-products.layout-2 .content-sec .link-view-all a {
    padding: 4px 15px;
  }
}
@media (max-width: 991px) {
  .hun-section-all-products.layout-2 .content-sec {
    padding-bottom: 70px;
  }
}

/*[ hun-section-mainslider ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				low-height
 *				dot-image
 *
\*/
.hun-section-mainslider.layout-1 .main-slider {
  position: relative;
}
.hun-section-mainslider.layout-1 .main-slider .slide-slick .slick-track {
  display: flex;
  align-items: stretch;
}
.hun-section-mainslider.layout-1 .main-slider .slide-slick .item-slick {
  min-height: 100vh;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.hun-section-mainslider.layout-1 .main-slider .slide-slick .item-slick::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}
.hun-section-mainslider.layout-1 .main-slider .slide-slick .item-slick .bg-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
.hun-section-mainslider.layout-1 .main-slider .arrows-slick {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
}
.hun-section-mainslider.layout-1 .main-slider .arrows-slick .item-arrow {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #000;
  opacity: .5;
  transition: all .2s;
}
.hun-section-mainslider.layout-1 .main-slider .arrows-slick .item-arrow::before {
  font-family: Ionicons;
}
.hun-section-mainslider.layout-1 .main-slider .arrows-slick .item-arrow.next-slick {
  margin-right: 0px;
  margin-left: auto;
}
.hun-section-mainslider.layout-1 .main-slider .arrows-slick .item-arrow.next-slick::before {
  content: '\f125';
}
.hun-section-mainslider.layout-1 .main-slider .arrows-slick .item-arrow.prev-slick {
  margin-left: 0px;
  margin-right: auto;
}
.hun-section-mainslider.layout-1 .main-slider .arrows-slick .item-arrow.prev-slick::before {
  content: '\f124';
}
.hun-section-mainslider.layout-1 .main-slider .arrows-slick .item-arrow:hover {
  opacity: 1;
}
.hun-section-mainslider.layout-1 .main-slider .arrows-slick .item-arrow.slick-arrow.slick-hidden {
  display: none;
}
.hun-section-mainslider.layout-1 .main-slider .arrows-slick .item-arrow[aria-disabled="true"] {
  cursor: not-allowed;
}
.hun-section-mainslider.layout-1 .main-slider .dots-slick {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.hun-section-mainslider.layout-1 .main-slider .dots-slick .slick-dots {
  list-style-type: none;
  width: 100%;
  padding: 0px 15px 35px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hun-section-mainslider.layout-1 .main-slider .dots-slick .slick-dots li {
  cursor: pointer;
  padding: 5px;
  margin: 3px;
}
.hun-section-mainslider.layout-1 .main-slider .dots-slick .slick-dots li .inner-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  opacity: .69;
  transition: all .3s;
}
.hun-section-mainslider.layout-1 .main-slider .dots-slick .slick-dots li .img-dot {
  display: none;
}
.hun-section-mainslider.layout-1 .main-slider .dots-slick .slick-dots li:hover .inner-dot {
  opacity: 1;
}
.hun-section-mainslider.layout-1 .main-slider .dots-slick .slick-dots li.slick-active .inner-dot {
  width: 20px;
}
.hun-section-mainslider.layout-1 .main-slider .content-slide {
  height: 100%;
  padding: 130px 130px 100px 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hun-section-mainslider.layout-1 .main-slider .content-slide .subtitle-slide {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.hun-section-mainslider.layout-1 .main-slider .content-slide .title-slide {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 2.8rem;
}
.hun-section-mainslider.layout-1 .main-slider .content-slide .description-slide {
  font-weight: 300;
  color: #fff;
  max-width: 650px;
  margin-top: -1rem;
  margin-bottom: 3rem;
}
.hun-section-mainslider.layout-1 .main-slider .content-slide .buttons-slide {
  margin: -8px;
}
.hun-section-mainslider.layout-1 .main-slider .content-slide .buttons-slide .btn-slide {
  font-weight: 500;
  font-size: 15px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  border-radius: 23px;
  max-width: 100%;
  min-width: 160px;
  padding: 0 20px;
  margin: 8px;
  transition: all .2s;
}
.hun-section-mainslider.layout-1 .main-slider .content-slide .buttons-slide .btn-slide.shape-square {
  border-radius: 0px;
}
.hun-section-mainslider.layout-1 .main-slider.set-color .arrows-slick .item-arrow:hover {
  background: #1467af;
}
.hun-section-mainslider.layout-1 .main-slider.set-color .content-slide .buttons-slide .btn-slide {
  background: #1467af;
}
.hun-section-mainslider.layout-1 .main-slider.set-color .content-slide .buttons-slide .btn-slide:hover {
  color: #1467af;
  background: #fff;
}
@media (max-width: 991px) {
  .hun-section-mainslider.layout-1 .main-slider .arrows-slick {
    padding: 0px 30px;
  }
  .hun-section-mainslider.layout-1 .main-slider .content-slide {
    padding: 120px 100px 90px 100px;
  }
  .hun-section-mainslider.layout-1 .main-slider .content-slide .title-slide {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hun-section-mainslider.layout-1 .main-slider .arrows-slick {
    padding: 0px 20px;
  }
  .hun-section-mainslider.layout-1 .main-slider .arrows-slick .item-arrow {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
  .hun-section-mainslider.layout-1 .main-slider .content-slide {
    padding: 110px 80px 80px 80px;
  }
  .hun-section-mainslider.layout-1 .main-slider .content-slide .title-slide {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hun-section-mainslider.layout-1 .main-slider .arrows-slick {
    padding: 0px 10px;
  }
  .hun-section-mainslider.layout-1 .main-slider .arrows-slick .item-arrow {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .hun-section-mainslider.layout-1 .main-slider .dots-slick .slick-dots {
    padding-bottom: 20px;
  }
  .hun-section-mainslider.layout-1 .main-slider .content-slide {
    padding: 80px 55px 60px 55px;
  }
  .hun-section-mainslider.layout-1 .main-slider .content-slide .subtitle-slide {
    font-size: 16px;
  }
  .hun-section-mainslider.layout-1 .main-slider .content-slide .title-slide {
    font-size: 30px;
    line-height: 1.3;
  }
}
.hun-section-mainslider.layout-1.low-height .main-slider .slide-slick .item-slick {
  min-height: 600px !important;
}
@media (max-width: 767px) {
  .hun-section-mainslider.layout-1.low-height .main-slider .slide-slick .item-slick {
    min-height: 485px !important;
  }
}
.hun-section-mainslider.layout-1.low-height .main-slider .dots-slick .slick-dots {
  padding-bottom: 25px;
}
.hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots {
  padding-bottom: 60px;
  flex-wrap: nowrap;
}
.hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots li {
  cursor: pointer;
  padding: 0px 6px;
  margin: 0px;
  width: 208px;
}
.hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots li .inner-dot {
  display: none;
}
.hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots li .img-dot {
  display: block;
  width: 100%;
  padding-top: 53%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  background-clip: padding-box;
  position: relative;
}
.hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots li .img-dot::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all .2s;
}
.hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots li:hover .img-dot::before, .hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots li.slick-active .img-dot::before {
  opacity: .55;
}
.hun-section-mainslider.layout-1.dot-image .main-slider .content-slide {
  padding-top: 230px;
  padding-bottom: 200px;
}
@media (max-width: 1199px) {
  .hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots {
    padding-bottom: 50px;
  }
  .hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots li {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots {
    padding-bottom: 30px;
  }
  .hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots li {
    width: 130px;
  }
  .hun-section-mainslider.layout-1.dot-image .main-slider .content-slide {
    padding-top: 160px;
    padding-bottom: 130px;
  }
}
@media (max-width: 480px) {
  .hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots {
    padding-bottom: 20px;
  }
  .hun-section-mainslider.layout-1.dot-image .main-slider .dots-slick .slick-dots li {
    width: 90px;
  }
  .hun-section-mainslider.layout-1.dot-image .main-slider .content-slide {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

/*\
 *
 * Layout 2
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				low-height
 *				style-dark
 *
\*/
.hun-section-mainslider.layout-2 .main-slider {
  position: relative;
}
.hun-section-mainslider.layout-2 .main-slider .slide-slick .slick-track {
  display: flex;
  align-items: stretch;
}
.hun-section-mainslider.layout-2 .main-slider .slide-slick .item-slick {
  min-height: 100vh;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.hun-section-mainslider.layout-2 .main-slider .slide-slick .item-slick .bg-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
.hun-section-mainslider.layout-2 .main-slider .arrows-slick {
  position: absolute;
  width: 100%;
  bottom: 120px;
  left: 0;
}
.hun-section-mainslider.layout-2 .main-slider .arrows-slick .inner-arrows {
  display: inline-block;
  font-weight: 700;
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 3px solid #333;
}
.hun-section-mainslider.layout-2 .main-slider .arrows-slick .item-arrow {
  cursor: pointer;
  display: inline-block;
  transition: all .2s;
}
.hun-section-mainslider.layout-2 .main-slider .arrows-slick .item-arrow.slick-arrow.slick-hidden {
  display: none;
}
.hun-section-mainslider.layout-2 .main-slider .arrows-slick .item-arrow.slick-arrow.slick-hidden + span {
  display: none;
}
.hun-section-mainslider.layout-2 .main-slider .arrows-slick .item-arrow[aria-disabled="true"] {
  cursor: not-allowed;
}
.hun-section-mainslider.layout-2 .main-slider .content-slide {
  height: 100%;
  padding-top: 150px;
  padding-bottom: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.hun-section-mainslider.layout-2 .main-slider .content-slide .subtitle-slide {
  font-size: 22px;
  color: #333;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.hun-section-mainslider.layout-2 .main-slider .content-slide .title-slide {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  color: #333;
  letter-spacing: 3px;
  margin-bottom: 2.8rem;
}
.hun-section-mainslider.layout-2 .main-slider .content-slide .description-slide {
  font-weight: 300;
  color: #666;
  max-width: 650px;
  margin-top: -1rem;
  margin-bottom: 3rem;
}
.hun-section-mainslider.layout-2 .main-slider .content-slide .buttons-slide {
  margin: -8px;
}
.hun-section-mainslider.layout-2 .main-slider .content-slide .buttons-slide .btn-slide {
  font-weight: 500;
  font-size: 15px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  border-radius: 23px;
  max-width: 100%;
  min-width: 160px;
  padding: 0 20px;
  margin: 8px;
  transition: all .2s;
}
.hun-section-mainslider.layout-2 .main-slider .content-slide .buttons-slide .btn-slide.shape-square {
  border-radius: 0px;
}
.hun-section-mainslider.layout-2 .main-slider.set-color .arrows-slick .item-arrow:hover {
  color: #1467af;
}
.hun-section-mainslider.layout-2 .main-slider.set-color .content-slide .buttons-slide .btn-slide {
  background: #1467af;
}
.hun-section-mainslider.layout-2 .main-slider.set-color .content-slide .buttons-slide .btn-slide:hover {
  color: #fff;
  background: #222;
}
.hun-section-mainslider.layout-2 .main-slider:hover .arrows-slick {
  opacity: 1;
}
@media (max-width: 991px) {
  .hun-section-mainslider.layout-2 .main-slider .content-slide .title-slide {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hun-section-mainslider.layout-2 .main-slider .arrows-slick {
    bottom: 55px;
  }
  .hun-section-mainslider.layout-2 .main-slider .content-slide {
    padding-top: 120px;
    padding-bottom: 130px;
  }
  .hun-section-mainslider.layout-2 .main-slider .content-slide .title-slide {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hun-section-mainslider.layout-2 .main-slider .arrows-slick .inner-arrows {
    font-size: 16px;
  }
  .hun-section-mainslider.layout-2 .main-slider .content-slide .subtitle-slide {
    font-size: 16px;
    margin-bottom: .6rem;
  }
  .hun-section-mainslider.layout-2 .main-slider .content-slide .title-slide {
    font-size: 30px;
    line-height: 1.3;
  }
}
.hun-section-mainslider.layout-2.style-dark .main-slider .arrows-slick .inner-arrows {
  color: #fff;
  border-color: #fff;
}
.hun-section-mainslider.layout-2.style-dark .main-slider .content-slide .subtitle-slide {
  color: #e5e5e5;
}
.hun-section-mainslider.layout-2.style-dark .main-slider .content-slide .title-slide {
  color: #fff;
}
.hun-section-mainslider.layout-2.style-dark .main-slider .content-slide .description-slide {
  color: #ccc;
}
.hun-section-mainslider.layout-2.style-dark .main-slider.set-color .arrows-slick .item-arrow:hover {
  color: #1467af;
}
.hun-section-mainslider.layout-2.style-dark .main-slider.set-color .arrows-slick .dots-slick .slick-dots li:hover .inner-dot {
  background: #1467af;
}
.hun-section-mainslider.layout-2.style-dark .main-slider.set-color .content-slide .buttons-slide .btn-slide:hover {
  color: #1467af;
  background: #fff;
}
.hun-section-mainslider.layout-2.low-height .main-slider .slide-slick .item-slick {
  min-height: 600px !important;
}
@media (max-width: 767px) {
  .hun-section-mainslider.layout-2.low-height .main-slider .slide-slick .item-slick {
    min-height: 485px !important;
  }
}

/*[ hun-section-banner ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *
\*/
.hun-section-banner.layout-1 .inner-section {
  position: relative;
  z-index: 0;
}
.hun-section-banner.layout-1 .inner-section::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}
.hun-section-banner.layout-1 .inner-section .bg-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
.hun-section-banner.layout-1 .inner-section .content-banner {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 169px 15px;
}
.hun-section-banner.layout-1 .inner-section .content-banner .subtitle-banner {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.hun-section-banner.layout-1 .inner-section .content-banner .title-banner {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
.hun-section-banner.layout-1 .inner-section .content-banner .countdown-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: .8;
}
.hun-section-banner.layout-1 .inner-section .content-banner .countdown-sec:last-child {
  margin-bottom: 0;
}
.hun-section-banner.layout-1 .inner-section .content-banner .countdown-sec .item-countdown {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  min-width: 85px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hun-section-banner.layout-1 .inner-section .content-banner .countdown-sec .item-countdown::before {
  content: '';
  display: block;
  width: 2px;
  height: 15px;
  border: 2px solid #fff;
  border-left: none;
  border-right: none;
  position: absolute;
  top: calc(50% - 20px);
  right: -1px;
}
.hun-section-banner.layout-1 .inner-section .content-banner .countdown-sec .item-countdown:last-child:before {
  display: none;
}
.hun-section-banner.layout-1 .inner-section .content-banner .countdown-sec .item-countdown .number-item {
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.hun-section-banner.layout-1 .inner-section .content-banner .link-banner {
  font-weight: 400;
  font-size: 15px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  min-width: 160px;
  padding: 0 30px;
  border: 1px solid #fff;
  margin: 8px;
  transition: all .2s;
}
.hun-section-banner.layout-1 .inner-section .content-banner .link-banner.shape-round {
  border-radius: 23px;
}
.hun-section-banner.layout-1 .inner-section .content-banner .link-banner.set-color:hover {
  background-color: #1467af;
}
@media (max-width: 991px) {
  .hun-section-banner.layout-1 .inner-section .content-banner .title-banner {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hun-section-banner.layout-1 .inner-section .content-banner .subtitle-banner {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .hun-section-banner.layout-1 .inner-section .content-banner .title-banner {
    font-size: 39px;
    line-height: 1.2;
  }
  .hun-section-banner.layout-1 .inner-section .content-banner .countdown-sec .item-countdown {
    min-width: 69px;
    font-size: 12px;
  }
  .hun-section-banner.layout-1 .inner-section .content-banner .countdown-sec .item-countdown::before {
    width: 2px;
    height: 10px;
    border-width: 2px;
    top: calc(50% - 13px);
  }
  .hun-section-banner.layout-1 .inner-section .content-banner .countdown-sec .item-countdown .number-item {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .hun-section-banner.layout-1 .inner-section .content-banner .subtitle-banner {
    margin-bottom: 10px;
  }
  .hun-section-banner.layout-1 .inner-section .content-banner .title-banner {
    font-size: 30px;
    line-height: 1.3;
  }
}
.hun-section-banner.layout-1.dark-0-percent .inner-section::before {
  opacity: 0;
}
.hun-section-banner.layout-1.dark-10-percent .inner-section::before {
  opacity: 0.1;
}
.hun-section-banner.layout-1.dark-20-percent .inner-section::before {
  opacity: 0.2;
}
.hun-section-banner.layout-1.dark-30-percent .inner-section::before {
  opacity: 0.3;
}
.hun-section-banner.layout-1.dark-40-percent .inner-section::before {
  opacity: 0.4;
}
.hun-section-banner.layout-1.dark-50-percent .inner-section::before {
  opacity: 0.5;
}
.hun-section-banner.layout-1.dark-60-percent .inner-section::before {
  opacity: 0.6;
}
.hun-section-banner.layout-1.dark-70-percent .inner-section::before {
  opacity: 0.7;
}
.hun-section-banner.layout-1.dark-80-percent .inner-section::before {
  opacity: 0.8;
}
.hun-section-banner.layout-1.dark-90-percent .inner-section::before {
  opacity: 0.9;
}

/*[ hun-section-heading ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom
 *				align-left / align-center / align-right
 *
\*/
.hun-section-heading.layout-1.show-space-bottom {
  padding-bottom: 60px;
}
.hun-section-heading.layout-1 .inner-section {
  margin-top: -9px;
}
.hun-section-heading.layout-1 .subtitle {
  color: #888;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.hun-section-heading.layout-1 .subtitle:last-child {
  margin-bottom: 0;
}
.hun-section-heading.layout-1 .title {
  font-weight: 700;
  font-size: 39px;
  line-height: 1.2;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
}
.hun-section-heading.layout-1 .title:last-child {
  margin-bottom: 0;
}
.hun-section-heading.layout-1 .description {
  max-width: 600px;
  color: #888;
}
.hun-section-heading.layout-1 .description:last-child {
  margin-bottom: 0;
}
.hun-section-heading.layout-1.align-left {
  text-align: left;
}
.hun-section-heading.layout-1.align-left .subtitle,
.hun-section-heading.layout-1.align-left .title,
.hun-section-heading.layout-1.align-left .description {
  margin-left: 0;
  margin-right: auto;
}
.hun-section-heading.layout-1.align-center {
  text-align: center;
}
.hun-section-heading.layout-1.align-center .subtitle,
.hun-section-heading.layout-1.align-center .title,
.hun-section-heading.layout-1.align-center .description {
  margin-left: auto;
  margin-right: auto;
}
.hun-section-heading.layout-1.align-right {
  text-align: right;
}
.hun-section-heading.layout-1.align-right .subtitle,
.hun-section-heading.layout-1.align-right .title,
.hun-section-heading.layout-1.align-right .description {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .hun-section-heading.layout-1.show-space-bottom {
    padding-bottom: 50px;
  }
  .hun-section-heading.layout-1 .title {
    font-size: 30px;
  }
}

/*[ hun-section-blogs ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
.hun-section-blogs.layout-1 .inner-section {
  margin-bottom: -40px;
}
.hun-section-blogs.layout-1 .col,
.hun-section-blogs.layout-1 [class*="col-"] {
  padding-bottom: 40px;
}

/*\
 *
 * Layout Slider
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *				arrow-top
 *				hide-link-view-all
 *
\*/
.hun-section-blogs.layout-slider.bg-grey {
  background: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 120px;
}
.hun-section-blogs.layout-slider .heading-section {
  text-align: center;
  margin-top: -9px;
  margin-bottom: 60px;
}
.hun-section-blogs.layout-slider .heading-section .title-sec {
  font-weight: 700;
  font-size: 39px;
  line-height: 1.2;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hun-section-blogs.layout-slider .heading-section {
    margin-bottom: 50px;
  }
  .hun-section-blogs.layout-slider .heading-section .title-sec {
    font-size: 30px;
  }
}
.hun-section-blogs.layout-slider .slide-section {
  position: relative;
  margin-top: -15px;
  margin-bottom: -15px;
}
.hun-section-blogs.layout-slider .slide-section .slide-slick {
  margin-right: -15px;
  margin-left: -15px;
}
.hun-section-blogs.layout-slider .slide-section .slide-slick .slick-list .slick-track {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
}
.hun-section-blogs.layout-slider .slide-section .slide-slick .item-slick {
  padding: 15px;
  height: auto;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 7px;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick::after, .hun-section-blogs.layout-slider .slide-section .arrows-slick::before {
  content: '';
  display: block;
  flex-grow: 1;
  flex-basis: 1px;
  height: 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick::before {
  order: 2;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick::after {
  order: 4;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow {
  cursor: pointer;
  display: block;
  color: #666;
  text-align: center;
  border: 1px solid #e5e5e5;
  width: 50px;
  height: 30px;
  font-size: 23px;
  line-height: 28px;
  transition: all .2s;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow::before {
  font-family: FontAwesome;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow.next-slick {
  order: 5;
  margin-left: 25px;
  margin-right: auto;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow.next-slick::before {
  content: '\f101';
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow.prev-slick {
  order: 1;
  margin-right: 25px;
  margin-left: auto;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow.prev-slick::before {
  content: '\f100';
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow.set-color:hover {
  background-color: #1467af;
  border-color: #1467af;
  color: #fff;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow.slick-arrow.slick-hidden {
  display: none;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow[aria-disabled="true"] {
  cursor: not-allowed;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick .link-view-all {
  order: 3;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #fff;
  padding: 4px 25px;
  transition: all .2s;
}
.hun-section-blogs.layout-slider .slide-section .arrows-slick .link-view-all.set-color:hover {
  color: #1467af;
}
@media (max-width: 575px) {
  .hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow {
    width: 30px;
    font-size: 20px;
  }
  .hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow.next-slick {
    margin-left: 10px;
  }
  .hun-section-blogs.layout-slider .slide-section .arrows-slick .item-arrow.prev-slick {
    margin-right: 10px;
  }
  .hun-section-blogs.layout-slider .slide-section .arrows-slick .link-view-all {
    padding: 4px 15px;
  }
}
.hun-section-blogs.layout-slider.arrow-top .heading-section {
  text-align: left;
  padding-right: 120px;
}
@media (max-width: 767px) {
  .hun-section-blogs.layout-slider.arrow-top .heading-section {
    padding-right: 90px;
  }
}
.hun-section-blogs.layout-slider.arrow-top .arrows-slick .item-arrow {
  width: 39px;
  height: 39px;
  line-height: 37px;
  position: absolute;
  top: -90px;
}
.hun-section-blogs.layout-slider.arrow-top .arrows-slick .item-arrow::before {
  font-family: Ionicons;
}
.hun-section-blogs.layout-slider.arrow-top .arrows-slick .item-arrow.next-slick {
  margin: 0;
  right: 0;
}
.hun-section-blogs.layout-slider.arrow-top .arrows-slick .item-arrow.next-slick::before {
  content: '\f3d3';
}
.hun-section-blogs.layout-slider.arrow-top .arrows-slick .item-arrow.prev-slick {
  margin: 0;
  right: 49px;
}
.hun-section-blogs.layout-slider.arrow-top .arrows-slick .item-arrow.prev-slick::before {
  content: '\f3d2';
}
@media (max-width: 767px) {
  .hun-section-blogs.layout-slider.arrow-top .arrows-slick .item-arrow {
    top: -71px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .hun-section-blogs.layout-slider.arrow-top .arrows-slick .item-arrow.prev-slick {
    right: 40px;
  }
}
.hun-section-blogs.layout-slider.arrow-top.hide-link-view-all .arrows-slick {
  padding: 0;
}
.hun-section-blogs.layout-slider.arrow-top.hide-link-view-all .arrows-slick::after, .hun-section-blogs.layout-slider.arrow-top.hide-link-view-all .arrows-slick::before {
  display: none;
}
.hun-section-blogs.layout-slider.hide-link-view-all .link-view-all {
  display: none !important;
}

/*[ hun-section-box-info ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
.hun-section-box-info.layout-1 .inner-section {
  margin-bottom: -30px;
}
.hun-section-box-info.layout-1 .col,
.hun-section-box-info.layout-1 [class*="col-"] {
  padding-bottom: 30px;
}
.hun-section-box-info.layout-1 .item-box {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  border: 1px solid #e5e5e5;
}
.hun-section-box-info.layout-1 .item-box .title-box {
  font-weight: 400;
  font-size: 18px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 6px;
}
.hun-section-box-info.layout-1 .item-box .description-box {
  font-size: 13px;
  color: #999;
  font-style: italic;
}
.hun-section-box-info.layout-1 .item-box a {
  color: inherit;
}
.hun-section-box-info.layout-1 .item-box.set-color a:hover {
  color: #1467af;
}

/*[ hun-section-instagram ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *
\*/
.hun-section-instagram.layout-1 .item-insta {
  height: 100%;
  display: block;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.hun-section-instagram.layout-1 .item-insta::before {
  content: '';
  display: block;
  padding-top: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all .3s ease-out;
}
.hun-section-instagram.layout-1 .item-insta .description-insta {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: all .3s ease-out;
}
.hun-section-instagram.layout-1 .item-insta:hover:before {
  opacity: .5;
}
.hun-section-instagram.layout-1 .item-insta:hover .description-insta {
  opacity: 1;
  transform: translateY(0px);
}

/*[ hun-section-testimonial ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *
\*/
.hun-section-testimonial.layout-1 .inner-section {
  padding: 110px 0px;
  position: relative;
  z-index: 0;
}
.hun-section-testimonial.layout-1 .inner-section::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #000;
  opacity: .6;
}
.hun-section-testimonial.layout-1 .inner-section .bg-sec {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava {
  width: 390px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 68px;
  overflow: hidden;
  margin-bottom: 53px;
}
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .item-slick {
  padding: 10px;
}
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .item-slick .wrap-ava {
  cursor: pointer;
  width: 119px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #fff;
  transform-origin: bottom center;
  transform: scale(0.88);
  transition: all .5s;
}
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .item-slick .wrap-ava img {
  width: 100%;
  border-radius: 50%;
}
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .item-slick.slick-current .wrap-ava, .hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .item-slick.slick-center .wrap-ava {
  cursor: auto;
  transform: scale(1);
}
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text {
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick {
  text-align: center;
}
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .content-tes {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  position: relative;
  z-index: 0;
  margin-bottom: 53px;
}
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .star-tes {
  font-size: 18px;
  color: #fecc33;
  margin-bottom: 5px;
}
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .author-tes {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .author-tes .name-author {
  font-weight: 500;
  font-size: 20px;
}
.hun-section-testimonial.layout-1.dark-0-percent .inner-section::before {
  opacity: 0;
}
.hun-section-testimonial.layout-1.dark-10-percent .inner-section::before {
  opacity: 0.1;
}
.hun-section-testimonial.layout-1.dark-20-percent .inner-section::before {
  opacity: 0.2;
}
.hun-section-testimonial.layout-1.dark-30-percent .inner-section::before {
  opacity: 0.3;
}
.hun-section-testimonial.layout-1.dark-40-percent .inner-section::before {
  opacity: 0.4;
}
.hun-section-testimonial.layout-1.dark-50-percent .inner-section::before {
  opacity: 0.5;
}
.hun-section-testimonial.layout-1.dark-60-percent .inner-section::before {
  opacity: 0.6;
}
.hun-section-testimonial.layout-1.dark-70-percent .inner-section::before {
  opacity: 0.7;
}
.hun-section-testimonial.layout-1.dark-80-percent .inner-section::before {
  opacity: 0.8;
}
.hun-section-testimonial.layout-1.dark-90-percent .inner-section::before {
  opacity: 0.9;
}

/*[ hun-section-video ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				align-center
 *
\*/
.hun-section-video.layout-1 .inner-section {
  position: relative;
  z-index: 0;
}
.hun-section-video.layout-1 .inner-section::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}
.hun-section-video.layout-1 .inner-section .bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
.hun-section-video.layout-1 .inner-section .content-video {
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 190px 0px;
}
.hun-section-video.layout-1 .inner-section .content-video .text-video {
  padding-right: 50px;
}
.hun-section-video.layout-1 .inner-section .content-video .text-video .subtitle-video {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.hun-section-video.layout-1 .inner-section .content-video .text-video .title-video {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 0px;
}
.hun-section-video.layout-1 .inner-section .content-video .buttons-video .btn-play {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  transition: color .3s;
}
.hun-section-video.layout-1 .inner-section .content-video .buttons-video .btn-play i {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding-left: 6px;
  margin-right: 20px;
  transition: background-color .3s;
}
.hun-section-video.layout-1 .inner-section .content-video .buttons-video .btn-play.set-color:hover i {
  background-color: rgba(20, 103, 175, 0.6);
}
@media (max-width: 991px) {
  .hun-section-video.layout-1 .inner-section .content-video .text-video .title-video {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hun-section-video.layout-1 .inner-section .content-video {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .hun-section-video.layout-1 .inner-section .content-video .text-video {
    padding-right: 0px;
    margin-bottom: 39px;
  }
  .hun-section-video.layout-1 .inner-section .content-video .text-video .subtitle-video {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .hun-section-video.layout-1 .inner-section .content-video .text-video .title-video {
    font-size: 39px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .hun-section-video.layout-1 .inner-section .content-video .text-video .subtitle-video {
    margin-bottom: 10px;
  }
  .hun-section-video.layout-1 .inner-section .content-video .text-video .title-video {
    font-size: 30px;
    line-height: 1.3;
  }
}
.hun-section-video.layout-1.dark-0-percent .inner-section::before {
  opacity: 0;
}
.hun-section-video.layout-1.dark-10-percent .inner-section::before {
  opacity: 0.1;
}
.hun-section-video.layout-1.dark-20-percent .inner-section::before {
  opacity: 0.2;
}
.hun-section-video.layout-1.dark-30-percent .inner-section::before {
  opacity: 0.3;
}
.hun-section-video.layout-1.dark-40-percent .inner-section::before {
  opacity: 0.4;
}
.hun-section-video.layout-1.dark-50-percent .inner-section::before {
  opacity: 0.5;
}
.hun-section-video.layout-1.dark-60-percent .inner-section::before {
  opacity: 0.6;
}
.hun-section-video.layout-1.dark-70-percent .inner-section::before {
  opacity: 0.7;
}
.hun-section-video.layout-1.dark-80-percent .inner-section::before {
  opacity: 0.8;
}
.hun-section-video.layout-1.dark-90-percent .inner-section::before {
  opacity: 0.9;
}
.hun-section-video.layout-1.align-center .inner-section .content-video {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.hun-section-video.layout-1.align-center .inner-section .content-video .text-video {
  padding-right: 0px;
  margin-bottom: 39px;
}

/*[ page-title ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				hide-breadcrumbs
 *				show-bg-img
 *				show-overlay-color
 *
\*/
.hun-section-page-title.layout-1.hide-breadcrumbs .main-title {
  margin-bottom: 0;
}
.hun-section-page-title.layout-1.hide-breadcrumbs .breadcrumbs {
  display: none !important;
}
.hun-section-page-title.layout-1 .inner-section {
  background-color: #f3f3f3;
  position: relative;
  z-index: 0;
}
.hun-section-page-title.layout-1 .inner-section::before {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -8;
  top: 0;
  left: 0;
  right: auto;
  background-color: #000;
  opacity: .39;
}
.hun-section-page-title.layout-1 .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.hun-section-page-title.layout-1 .bg-section {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  right: auto;
}
.hun-section-page-title.layout-1 .main-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
  word-break: break-all;
  word-break: break-word;
  letter-spacing: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.1 * 2em);
  margin-bottom: 12px;
}
.hun-section-page-title.layout-1 .main-title:last-child {
  margin-bottom: 0;
}
.hun-section-page-title.layout-1 .breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0 -6px;
}
.hun-section-page-title.layout-1 .breadcrumbs li {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-all;
  word-break: break-word;
  display: inline-block;
  position: relative;
  margin: 0 6px;
}
.hun-section-page-title.layout-1 .breadcrumbs li .breadcrumb-divider {
  transform: translateX(6px);
  display: inline-block;
}
.hun-section-page-title.layout-1 .breadcrumbs li .breadcrumb-divider::before {
  content: '/';
}
.hun-section-page-title.layout-1 .breadcrumbs li a {
  color: inherit;
  transition: all .2s;
}
.hun-section-page-title.layout-1.set-color .breadcrumbs li a:hover {
  color: #1467af;
}
.hun-section-page-title.layout-1.show-bg-img .bg-section {
  display: block;
}
.hun-section-page-title.layout-1.show-overlay-color .inner-section::before {
  display: block;
}
.hun-section-page-title.layout-1.show-overlay-color .main-title {
  color: #fff;
}
.hun-section-page-title.layout-1.show-overlay-color .breadcrumbs li {
  color: #fff;
}
.hun-section-page-title.layout-1.dark-0-percent .inner-section::before {
  opacity: 0;
}
.hun-section-page-title.layout-1.dark-10-percent .inner-section::before {
  opacity: 0.1;
}
.hun-section-page-title.layout-1.dark-20-percent .inner-section::before {
  opacity: 0.2;
}
.hun-section-page-title.layout-1.dark-30-percent .inner-section::before {
  opacity: 0.3;
}
.hun-section-page-title.layout-1.dark-40-percent .inner-section::before {
  opacity: 0.4;
}
.hun-section-page-title.layout-1.dark-50-percent .inner-section::before {
  opacity: 0.5;
}
.hun-section-page-title.layout-1.dark-60-percent .inner-section::before {
  opacity: 0.6;
}
.hun-section-page-title.layout-1.dark-70-percent .inner-section::before {
  opacity: 0.7;
}
.hun-section-page-title.layout-1.dark-80-percent .inner-section::before {
  opacity: 0.8;
}
.hun-section-page-title.layout-1.dark-90-percent .inner-section::before {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .hun-section-page-title.layout-1 .main-title {
    font-size: 35px;
  }
  .hun-section-page-title.layout-1 .breadcrumbs li {
    font-size: 14px;
  }
}

/*[ breadcrumbs ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: full-width
 *
\*/
.hun-section-breadcrumbs.layout-1 .breadcrumbs {
  list-style-type: none;
  padding: 30px 0px 63px 0px;
  margin: 0 -8px;
}
.hun-section-breadcrumbs.layout-1 .breadcrumbs li {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  word-break: break-all;
  word-break: break-word;
  display: inline-block;
  position: relative;
  margin: 0 8px;
}
.hun-section-breadcrumbs.layout-1 .breadcrumbs li .breadcrumb-divider {
  transform: translateX(8px);
  display: inline-block;
}
.hun-section-breadcrumbs.layout-1 .breadcrumbs li .breadcrumb-divider::before {
  content: '\f105';
  font-family: FontAwesome;
}
.hun-section-breadcrumbs.layout-1 .breadcrumbs li a {
  color: inherit;
  transition: all .2s;
}
.hun-section-breadcrumbs.layout-1.set-color .breadcrumbs li a:hover {
  color: #1467af;
}

/*[ hun-section-detail-product ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
/*\
 *
 * Layout 2
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
.hun-section-detail-product.layout-2 .images-product .item-pic {
  display: block;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.hun-section-detail-product.layout-2 .images-product .item-pic:last-child {
  margin-bottom: 0;
}
.hun-section-detail-product.layout-2 .images-product .item-pic:hover {
  cursor: zoom-in;
}
.hun-section-detail-product.layout-2 .images-product .item-pic img {
  width: 100%;
}
@media (min-width: 1200px) {
  .hun-section-detail-product.layout-2 .images-product {
    padding-right: 9px;
  }
}
@media (max-width: 991px) {
  .hun-section-detail-product.layout-2 .images-product {
    padding-top: 60px;
  }
}
.hun-section-detail-product.layout-2 .text-product {
  border: 1px solid #e5e5e5;
  padding: 39px;
}
.hun-section-detail-product.layout-2 .text-product .name-product {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .hun-section-detail-product.layout-2 .text-product .name-product {
    font-size: 25px;
  }
}
.hun-section-detail-product.layout-2 .text-product .star-product {
  color: #999;
  margin-bottom: 15px;
}
.hun-section-detail-product.layout-2 .text-product .star-product .list-star {
  color: #ffb14b;
  display: inline-block;
  margin-right: 5px;
}
.hun-section-detail-product.layout-2 .text-product .price-product {
  color: #333;
  margin-bottom: 30px;
}
.hun-section-detail-product.layout-2 .text-product .price-product .new-price {
  font-size: 22px;
  margin-right: 5px;
}
.hun-section-detail-product.layout-2 .text-product .price-product .old-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  font-style: italic;
}
.hun-section-detail-product.layout-2 .text-product .description-product {
  color: #999;
  margin-bottom: 30px;
}
.hun-section-detail-product.layout-2 .text-product .cart-form {
  width: 420px;
  max-width: 100%;
  padding-top: 10px;
  margin-bottom: 23px;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options {
  padding-bottom: 25px;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options table.variations {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options table.variations label {
  display: inline-block;
  margin: 0;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options table.variations tr {
  border: 1px solid #e5e5e5;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options table.variations td {
  border: 1px solid #e5e5e5;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options table.variations td.label {
  line-height: 1.3;
  padding-left: 15px;
  padding-right: 15px;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options table.variations td.value {
  height: 1px;
  padding: 0;
  position: relative;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options table.variations td.value::after {
  content: '\f104';
  font-family: Ionicons;
  color: #999;
  width: 28px;
  height: calc(100% - 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 1px;
  right: 6px;
  padding-top: 2px;
  pointer-events: none;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options table.variations td.value select {
  color: #666;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  min-height: 45px;
  border: 1px solid transparent;
  background-color: transparent;
  margin: -1px;
  padding: 0px 35px 0px 20px;
  -webkit-appearance: none;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options table.variations td.value select::-ms-expand {
  display: none;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options table.variations td.value select:focus {
  outline: none;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .choose-options.set-color table.variations td.value select:focus {
  border-color: #1467af;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart .quantity-product {
  height: 46px;
  border: 1px solid #e5e5e5;
  display: flex;
  overflow: hidden;
  align-items: stretch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 10px;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart .quantity-product .input-field {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-align: center;
  width: 50px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart .quantity-product .input-field::-webkit-outer-spin-button, .hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart .quantity-product .input-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart .quantity-product [class*="btn-num-product-"] {
  font-weight: 500;
  font-size: 13px;
  color: #333;
  line-height: 1;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart .quantity-product [class*="btn-num-product-"]::before {
  font-family: Ionicons;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart .quantity-product .btn-num-product-down::before {
  content: '\f208';
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart .quantity-product .btn-num-product-up::before {
  content: '\f217';
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart .btn-addcart {
  flex-grow: 1;
  flex-basis: 160px;
  font-weight: 500;
  font-size: 15px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  border: none;
  max-width: 100%;
  min-width: 160px;
  padding: 0 20px;
  margin: 10px;
  transition: all .2s;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart.set-color .quantity-product [class*="btn-num-product-"]:hover {
  color: #fff;
  background: #1467af;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart.set-color .btn-addcart {
  background: #1467af;
}
.hun-section-detail-product.layout-2 .text-product .cart-form .quantity-and-addcart.set-color .btn-addcart:hover {
  background: #222;
}
.hun-section-detail-product.layout-2 .text-product .add-wishlist {
  margin-bottom: 23px;
}
.hun-section-detail-product.layout-2 .text-product .add-wishlist .btn-addwish {
  font-weight: 400;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
  display: inline-block;
  border-bottom: 1px solid #555;
  padding-right: 2px;
  transition: all .2s;
}
.hun-section-detail-product.layout-2 .text-product .add-wishlist.set-color .btn-addwish:hover {
  color: #1467af;
  border-color: #1467af;
}
.hun-section-detail-product.layout-2 .text-product .meta-info {
  list-style-type: none;
  padding: 27px 0 0 0;
}
.hun-section-detail-product.layout-2 .text-product .meta-info li {
  color: #999;
  margin-bottom: 8px;
}
.hun-section-detail-product.layout-2 .text-product .meta-info li .name-info {
  color: #666;
  margin-right: 3px;
}
.hun-section-detail-product.layout-2 .text-product .meta-info li a {
  color: inherit;
}
.hun-section-detail-product.layout-2 .text-product .meta-info.set-color li a:hover {
  color: #1467af;
}
@media (max-width: 1199px) {
  .hun-section-detail-product.layout-2 .text-product {
    padding: 39px 30px;
  }
}
@media (max-width: 767px) {
  .hun-section-detail-product.layout-2 .text-product {
    padding: 39px 20px;
  }
}
.hun-section-detail-product.layout-2 .more-info-product {
  padding-top: 60px;
}
.hun-section-detail-product.layout-2 .more-info-product .tab-info {
  border: 1px solid #e5e5e5;
  padding: 39px 39px;
}
.hun-section-detail-product.layout-2 .more-info-product .tab-info .dots-slick {
  padding-bottom: 43px;
}
.hun-section-detail-product.layout-2 .more-info-product .tab-info .dots-slick:empty {
  display: none;
}
.hun-section-detail-product.layout-2 .more-info-product .tab-info .dots-slick .slick-dots {
  list-style-type: none;
  padding: 0px;
  margin: 0px -16px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.hun-section-detail-product.layout-2 .more-info-product .tab-info .dots-slick .slick-dots li {
  font-size: 15px;
  line-height: 1.5;
  color: #888;
  cursor: pointer;
  margin: 0px 16px 10px 16px;
  border-bottom: 1px solid transparent;
  transition: all .2s;
}
.hun-section-detail-product.layout-2 .more-info-product .tab-info .dots-slick .slick-dots li:hover, .hun-section-detail-product.layout-2 .more-info-product .tab-info .dots-slick .slick-dots li.slick-active {
  color: #333;
  border-color: #555;
}
@media (max-width: 767px) {
  .hun-section-detail-product.layout-2 .more-info-product .tab-info {
    padding: 39px 20px;
  }
}
.hun-section-detail-product.layout-2 .more-info-product .content-more-info {
  color: #888;
}

/*[ hun-section-cart ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
.hun-section-cart.layout-1 .inner-section .hun-cart-form {
  margin-bottom: 40px;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table {
  font-size: 15px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table thead th {
  font-weight: 600;
  line-height: 1.6;
  color: #333;
  text-transform: uppercase;
  background-color: #f8f8f8;
  padding: 20px 10px;
  border: none;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table tr {
  border: 1px solid #e5e5e5;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td {
  padding: 25px 10px;
  border: none;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-remove {
  padding-left: 20px;
  padding-right: 20px;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-remove .remove {
  font-size: 20px;
  color: #999;
  line-height: 1;
  text-align: center;
  display: block;
  transition: all .2s;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-thumbnail {
  padding-right: 23px;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-thumbnail img {
  max-width: 90px;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-name {
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  word-break: break-all;
  word-break: break-word;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-name a {
  color: inherit;
  transition: all .2s;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-price {
  font-weight: 400;
  line-height: 1.6;
  color: #666;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-quantity .screen-reader-text {
  display: none;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-quantity input {
  font-weight: 500;
  color: #666;
  width: 69px;
  height: 46px;
  padding: 0px 10px;
  border: 1px solid #e5e5e5;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-quantity input::-webkit-outer-spin-button, .hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.product-subtotal {
  font-weight: 600;
  line-height: 1.6;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.actions {
  padding: 30px 20px;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.actions .coupon {
  display: inline-flex;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.actions .coupon label {
  display: none;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.actions .coupon input {
  font-weight: 400;
  line-height: 1.5;
  width: 220px;
  height: 46px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  margin: 6px;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.actions .coupon button {
  font-weight: 500;
  font-size: 15px;
  line-height: 46px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  height: 46px;
  padding: 0px 30px;
  transition: all .2s;
  margin: 6px;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.actions .coupon button:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.hun-section-cart.layout-1 .inner-section .hun-cart-form table td.actions > button {
  float: right;
  font-weight: 500;
  font-size: 15px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  height: 46px;
  padding: 0px 30px;
  border: none;
  transition: all .2s;
  margin: 6px;
}
@media (max-width: 767px) {
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table {
    font-size: 14px;
    border: none;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table thead {
    display: none;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr {
    display: block;
    margin-bottom: 30px;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr:last-child {
    margin-bottom: 0;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: right;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td:last-child {
    border-bottom: none;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    line-height: 1.6;
    color: #333;
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 20px;
    text-align: left;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td.product-remove, .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td.product-thumbnail {
    justify-content: flex-end;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td.product-remove::before, .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td.product-thumbnail::before {
    display: none;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td.product-name {
    align-items: flex-start;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td.actions {
    flex-wrap: wrap;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td.actions .coupon {
    width: 100%;
    flex-wrap: wrap;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td.actions .coupon input {
    width: 100%;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td.actions .coupon button {
    width: 100%;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td.actions > button {
    width: 100%;
    margin-top: 20px;
  }
  .hun-section-cart.layout-1 .inner-section .hun-cart-form table tr td.actions::before {
    display: none;
  }
}
.hun-section-cart.layout-1 .inner-section .cart-collaterals {
  width: 550px;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
}
.hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals {
  border: 1px solid #e5e5e5;
  padding-bottom: 40px;
}
.hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background-color: #f8f8f8;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals table {
  width: calc(100% - 38px - 38px);
  margin-right: 38px;
  margin-left: 38px;
  margin-bottom: 6px;
  border: none;
}
.hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals table tr {
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
}
.hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals table tr:last-child {
  border-bottom: none;
}
.hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals table tr th {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  border: none;
}
.hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals table tr td {
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: none;
}
.hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals table tr td strong {
  font-weight: 600;
  font-size: 22px;
}
.hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0 38px;
}
.hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  font-weight: 500;
  font-size: 15px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  height: 46px;
  padding: 0px 35px;
  transition: all .2s;
}
@media (max-width: 767px) {
  .hun-section-cart.layout-1 .inner-section .cart-collaterals {
    width: 100%;
  }
  .hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals table {
    width: calc(100% - 20px - 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
  .hun-section-cart.layout-1 .inner-section .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0 20px;
  }
}
.hun-section-cart.layout-1 .inner-section.set-color .hun-cart-form table td.product-remove .remove:hover {
  color: #1467af;
}
.hun-section-cart.layout-1 .inner-section.set-color .hun-cart-form table td.product-name a:hover {
  color: #1467af;
}
.hun-section-cart.layout-1 .inner-section.set-color .hun-cart-form table td.product-subtotal {
  color: #1467af;
}
.hun-section-cart.layout-1 .inner-section.set-color .hun-cart-form table td.actions > button {
  background-color: #1467af;
}
.hun-section-cart.layout-1 .inner-section.set-color .hun-cart-form table td.actions > button:hover {
  background: #222;
}
.hun-section-cart.layout-1 .inner-section.set-color .cart-collaterals .cart_totals table tr td {
  color: #1467af;
}
.hun-section-cart.layout-1 .inner-section.set-color .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background-color: #1467af;
}
.hun-section-cart.layout-1 .inner-section.set-color .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #222;
}

/*[ hun-section-wishlist ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
.hun-section-wishlist.layout-1 .inner-section table {
  font-size: 15px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.hun-section-wishlist.layout-1 .inner-section table thead th {
  font-weight: 600;
  line-height: 1.6;
  color: #333;
  text-transform: uppercase;
  background-color: #f8f8f8;
  padding: 20px 10px;
  border: none;
}
.hun-section-wishlist.layout-1 .inner-section table tr {
  border: 1px solid #e5e5e5;
}
.hun-section-wishlist.layout-1 .inner-section table td {
  padding: 25px 10px;
  border: none;
}
.hun-section-wishlist.layout-1 .inner-section table td.product-remove {
  padding-left: 20px;
  padding-right: 20px;
}
.hun-section-wishlist.layout-1 .inner-section table td.product-remove .remove {
  font-size: 20px;
  color: #999;
  line-height: 1;
  text-align: center;
  display: block;
  transition: all .2s;
}
.hun-section-wishlist.layout-1 .inner-section table td.product-thumbnail {
  padding-right: 23px;
}
.hun-section-wishlist.layout-1 .inner-section table td.product-thumbnail img {
  max-width: 90px;
}
.hun-section-wishlist.layout-1 .inner-section table td.product-name {
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  word-break: break-all;
  word-break: break-word;
}
.hun-section-wishlist.layout-1 .inner-section table td.product-name a {
  color: inherit;
  transition: all .2s;
}
.hun-section-wishlist.layout-1 .inner-section table td.product-price {
  font-weight: 400;
  line-height: 1.6;
  color: #666;
}
.hun-section-wishlist.layout-1 .inner-section table td.product-action {
  text-align: center;
  padding: 30px 20px;
}
.hun-section-wishlist.layout-1 .inner-section table td.product-action .button {
  font-weight: 500;
  font-size: 15px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 46px;
  padding: 0px 25px;
  border: none;
  transition: all .2s;
}
@media (max-width: 767px) {
  .hun-section-wishlist.layout-1 .inner-section table {
    font-size: 14px;
    border: none;
  }
  .hun-section-wishlist.layout-1 .inner-section table thead {
    display: none;
  }
  .hun-section-wishlist.layout-1 .inner-section table tr {
    display: block;
    margin-bottom: 30px;
  }
  .hun-section-wishlist.layout-1 .inner-section table tr:last-child {
    margin-bottom: 0;
  }
  .hun-section-wishlist.layout-1 .inner-section table tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: right;
  }
  .hun-section-wishlist.layout-1 .inner-section table tr td:last-child {
    border-bottom: none;
  }
  .hun-section-wishlist.layout-1 .inner-section table tr td::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    line-height: 1.6;
    color: #333;
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 20px;
    text-align: left;
  }
  .hun-section-wishlist.layout-1 .inner-section table tr td.product-remove, .hun-section-wishlist.layout-1 .inner-section table tr td.product-thumbnail {
    justify-content: flex-end;
  }
  .hun-section-wishlist.layout-1 .inner-section table tr td.product-remove::before, .hun-section-wishlist.layout-1 .inner-section table tr td.product-thumbnail::before {
    display: none;
  }
  .hun-section-wishlist.layout-1 .inner-section table tr td.product-name {
    align-items: flex-start;
  }
  .hun-section-wishlist.layout-1 .inner-section table tr td.product-action {
    justify-content: flex-end;
  }
  .hun-section-wishlist.layout-1 .inner-section table tr td.product-action::before {
    display: none;
  }
}
.hun-section-wishlist.layout-1 .inner-section.set-color table td.product-remove .remove:hover {
  color: #1467af;
}
.hun-section-wishlist.layout-1 .inner-section.set-color table td.product-name a:hover {
  color: #1467af;
}
.hun-section-wishlist.layout-1 .inner-section.set-color table td.product-stock-status {
  color: #1467af;
}
.hun-section-wishlist.layout-1 .inner-section.set-color table td.product-action .button {
  background-color: #1467af;
}
.hun-section-wishlist.layout-1 .inner-section.set-color table td.product-action .button:hover {
  background: #222;
}

/*[ hun-section-coming-soon ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *
\*/
.hun-section-coming-soon.layout-1 .inner-section {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 0;
}
.hun-section-coming-soon.layout-1 .inner-section::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #000;
  opacity: .8;
}
.hun-section-coming-soon.layout-1 .inner-section .bg-sec {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
.hun-section-coming-soon.layout-1 .inner-section > .container {
  min-height: 100vh;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .title-sec {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .description-sec {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  color: #eee;
  max-width: 650px;
  margin-bottom: 30px;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .countdown-sec {
  width: 680px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 25px;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .countdown-sec .item-countdown {
  font-size: 11px;
  color: #ddd;
  text-transform: uppercase;
  flex-grow: 1;
  flex-basis: 0;
  margin: 0px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 8px;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .countdown-sec .item-countdown:last-child {
  margin-right: 0;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .countdown-sec .item-countdown:first-child {
  margin-left: 0;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .countdown-sec .item-countdown .number-item {
  font-weight: 500;
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 8px;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .subscribe-form-sec {
  width: 680px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 39px;
  margin-bottom: 30px;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .subscribe-form-sec input {
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  flex-grow: 1;
  flex-basis: 0;
  height: 50px;
  border: none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 1px;
  padding: 0px 20px;
  background: transparent;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .subscribe-form-sec input::-webkit-input-placeholder {
  color: #ddd;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .subscribe-form-sec input:-moz-placeholder {
  color: #ddd;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .subscribe-form-sec input::-moz-placeholder {
  color: #ddd;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .subscribe-form-sec input:-ms-input-placeholder {
  color: #ddd;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .subscribe-form-sec input:-webkit-autofill, .hun-section-coming-soon.layout-1 .inner-section .content-sec .subscribe-form-sec input:-webkit-autofill:hover, .hun-section-coming-soon.layout-1 .inner-section .content-sec .subscribe-form-sec input:-webkit-autofill:focus, .hun-section-coming-soon.layout-1 .inner-section .content-sec .subscribe-form-sec input:-webkit-autofill:active {
  -webkit-text-fill-color: #ddd !important;
  transition: background-color 5000s ease-in-out 0s;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .subscribe-form-sec button {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  padding: 0px 25px;
  border: none;
  transition: all .2s;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .social-sec {
  font-size: 18px;
  color: #ddd;
  line-height: 1;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec .social-sec a {
  color: inherit;
  display: inline-block;
  padding: 5px;
  margin: 5px 8px;
}
@media (max-width: 767px) {
  .hun-section-coming-soon.layout-1 .inner-section .content-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hun-section-coming-soon.layout-1 .inner-section .content-sec .title-sec {
    font-size: 35px;
  }
  .hun-section-coming-soon.layout-1 .inner-section .content-sec .countdown-sec .item-countdown .number-item {
    font-size: 25px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .hun-section-coming-soon.layout-1 .inner-section .content-sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .hun-section-coming-soon.layout-1 .inner-section .content-sec .title-sec {
    font-size: 30px;
    line-height: 1.2;
  }
  .hun-section-coming-soon.layout-1 .inner-section .content-sec .countdown-sec .item-countdown {
    margin: 0px 8px;
  }
  .hun-section-coming-soon.layout-1 .inner-section .content-sec .countdown-sec .item-countdown .number-item {
    font-size: 20px;
  }
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec.set-color .subscribe-form-sec button {
  background-color: rgba(20, 103, 175, 0.6);
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec.set-color .subscribe-form-sec button:hover {
  background-color: #1467af;
}
.hun-section-coming-soon.layout-1 .inner-section .content-sec.set-color .social-sec a:hover {
  color: #1467af;
}
.hun-section-coming-soon.layout-1.dark-0-percent .inner-section::before {
  opacity: 0;
}
.hun-section-coming-soon.layout-1.dark-10-percent .inner-section::before {
  opacity: 0.1;
}
.hun-section-coming-soon.layout-1.dark-20-percent .inner-section::before {
  opacity: 0.2;
}
.hun-section-coming-soon.layout-1.dark-30-percent .inner-section::before {
  opacity: 0.3;
}
.hun-section-coming-soon.layout-1.dark-40-percent .inner-section::before {
  opacity: 0.4;
}
.hun-section-coming-soon.layout-1.dark-50-percent .inner-section::before {
  opacity: 0.5;
}
.hun-section-coming-soon.layout-1.dark-60-percent .inner-section::before {
  opacity: 0.6;
}
.hun-section-coming-soon.layout-1.dark-70-percent .inner-section::before {
  opacity: 0.7;
}
.hun-section-coming-soon.layout-1.dark-80-percent .inner-section::before {
  opacity: 0.8;
}
.hun-section-coming-soon.layout-1.dark-90-percent .inner-section::before {
  opacity: 0.9;
}

/*[ hun-section-all-blog ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *				sidebar-left / sidebar-right / no-sidebar
 *				img-full
 *
\*/
.hun-section-all-blog.layout-1 .inner-section .content-sec {
  padding-right: 30px;
}
.hun-section-all-blog.layout-1 .inner-section .content-sec .loop-pagination {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .hun-section-all-blog.layout-1 .inner-section .content-sec {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 100px;
  }
}
.hun-section-all-blog.layout-1.sidebar-left .inner-section > .container > .row {
  flex-direction: row-reverse;
}
.hun-section-all-blog.layout-1.sidebar-left .inner-section .content-sec {
  padding-right: 0px;
  padding-left: 30px;
}
.hun-section-all-blog.layout-1.no-sidebar .inner-section .col-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.hun-section-all-blog.layout-1.no-sidebar .inner-section .col-sidebar {
  display: none;
}
.hun-section-all-blog.layout-1.no-sidebar .inner-section .content-sec {
  padding-right: 0px;
  padding-left: 0;
  padding-bottom: 0;
}
.hun-section-all-blog.layout-1.img-full .hun-element-post--type-2 .pic-post img {
  width: 100%;
}

/*\
 *
 * Layout 2: 	show-space-bottom
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *				sidebar-left / sidebar-right / no-sidebar
 *
\*/
.hun-section-all-blog.layout-2 .inner-section .content-sec .col,
.hun-section-all-blog.layout-2 .inner-section .content-sec [class*="col-"] {
  padding-bottom: 40px;
}
.hun-section-all-blog.layout-2 .inner-section .content-sec .loop-pagination {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .hun-section-all-blog.layout-2 .inner-section .content-sec {
    padding-bottom: 100px;
  }
}
.hun-section-all-blog.layout-2.sidebar-left .inner-section > .container > .row {
  flex-direction: row-reverse;
}
.hun-section-all-blog.layout-2.no-sidebar .inner-section .col-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.hun-section-all-blog.layout-2.no-sidebar .inner-section .col-sidebar {
  display: none;
}
.hun-section-all-blog.layout-2.no-sidebar .inner-section .content-sec {
  padding-bottom: 0;
}

/*[ hun-section-blog-detail ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *				sidebar-left / sidebar-right / no-sidebar
 *				img-full
 *
\*/
.hun-section-blog-detail.layout-1 .inner-section .content-sec {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .hun-section-blog-detail.layout-1 .inner-section .content-sec {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 100px;
  }
}
.hun-section-blog-detail.layout-1.sidebar-left .inner-section > .container > .row {
  flex-direction: row-reverse;
}
.hun-section-blog-detail.layout-1.sidebar-left .inner-section .content-sec {
  padding-right: 0px;
  padding-left: 30px;
}
.hun-section-blog-detail.layout-1.no-sidebar .inner-section .col-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.hun-section-blog-detail.layout-1.no-sidebar .inner-section .col-sidebar {
  display: none;
}
.hun-section-blog-detail.layout-1.no-sidebar .inner-section .content-sec {
  padding-right: 0px;
  padding-left: 0;
  padding-bottom: 0;
}
.hun-section-blog-detail.layout-1.img-full .single-post .pic-post img {
  width: 100%;
}
.hun-section-blog-detail.layout-1 .single-post > .pic-post {
  display: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
}
.hun-section-blog-detail.layout-1 .single-post.has-post-thumbnail > .pic-post {
  display: block;
}
.hun-section-blog-detail.layout-1 .single-post .head-post {
  margin-bottom: 33px;
}
.hun-section-blog-detail.layout-1 .single-post .head-post .title-post {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  word-break: break-all;
  word-break: break-word;
  margin-bottom: 10px;
}
.hun-section-blog-detail.layout-1 .single-post .head-post .title-post a {
  color: inherit;
}
.hun-section-blog-detail.layout-1 .single-post .head-post .title-post.set-color a:hover {
  color: #1467af;
}
@media (max-width: 767px) {
  .hun-section-blog-detail.layout-1 .single-post .head-post .title-post {
    font-size: 20px;
  }
}
.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post {
  font-weight: 400;
  font-size: 13px;
  color: #999;
  line-height: 1.5;
  word-break: break-all;
  word-break: break-word;
  overflow: hidden;
  letter-spacing: 14px;
  margin-bottom: 0px;
}
.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post a {
  color: #333;
}
.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post a:hover {
  text-decoration: underline;
}
.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post.set-color a:hover {
  color: #1467af;
}
.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post .item-info {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 6px;
}
.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post .item-info span {
  color: #333;
}
.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post .item-info::before {
  content: '|';
  position: absolute;
  top: 0;
  left: -9px;
}
.hun-section-blog-detail.layout-1 .single-post .content-post {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post {
  letter-spacing: 7px;
  padding-right: 30px;
  padding-bottom: 15px;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-title,
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 15px 5px 15px;
  margin: 5px 0px;
  transition: all .3s;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-title {
  color: #333;
  text-transform: uppercase;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-link:hover {
  color: #fff;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post.set-color .tag-link {
  color: #1467af;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post.set-color .tag-link:hover {
  color: #fff;
  border-color: #1467af;
  background-color: #1467af;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post {
  letter-spacing: 10px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-title {
  color: #333;
  text-transform: uppercase;
  letter-spacing: normal;
  display: inline-block;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-link {
  font-size: 15px;
  letter-spacing: normal;
  display: inline-block;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post.set-color .share-link {
  color: #1467af;
}
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post.set-color .share-link:hover {
  color: #333;
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post {
  display: flex;
  align-items: stretch;
  border: 1px solid #e9e9e9;
  margin-top: 45px;
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post::before {
  content: '';
  display: block;
  width: 1px;
  min-width: 1px;
  background: #e9e9e9;
  order: 2;
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi {
  width: 50%;
  padding: 30px 20px;
  display: flex;
  align-items: center;
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .title-navi {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  word-break: break-all;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.6 * 2em);
  position: relative;
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .title-navi::before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .title-navi.set-color:hover {
  color: #1467af;
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi.prev-post {
  order: 1;
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi.prev-post .title-navi {
  padding-left: 25px;
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi.prev-post .title-navi::before {
  content: '\f100';
  left: 0;
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi.next-post {
  order: 3;
  text-align: right;
  justify-content: flex-end;
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi.next-post .title-navi {
  padding-right: 25px;
}
.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi.next-post .title-navi::before {
  content: '\f101';
  right: 0;
}
@media (max-width: 575px) {
  .hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .title-navi {
    font-size: 13px;
  }
}
.hun-section-blog-detail.layout-1 .single-post .related-post {
  padding-top: 60px;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .title-related {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 38px;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related {
  position: relative;
  overflow: hidden;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .slide-slick {
  margin-right: -15px;
  margin-left: -15px;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .slide-slick .slick-list .slick-track {
  margin-left: 0;
  margin-right: auto;
  display: flex;
  align-items: stretch;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .slide-slick .item-slick {
  padding: 0px 15px;
  height: auto;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick::after, .hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick::before {
  content: '';
  display: block;
  flex-grow: 1;
  flex-basis: 1px;
  height: 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick::before {
  order: 2;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick::after {
  order: 4;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow {
  cursor: pointer;
  display: block;
  color: #666;
  text-align: center;
  border: 1px solid #e5e5e5;
  width: 50px;
  height: 30px;
  font-size: 23px;
  line-height: 28px;
  transition: all .2s;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow::before {
  font-family: FontAwesome;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow.next-slick {
  order: 5;
  margin-left: 25px;
  margin-right: auto;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow.next-slick::before {
  content: '\f101';
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow.prev-slick {
  order: 1;
  margin-right: 25px;
  margin-left: auto;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow.prev-slick::before {
  content: '\f100';
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow.set-color:hover {
  background-color: #1467af;
  border-color: #1467af;
  color: #fff;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow.slick-arrow.slick-hidden {
  display: none;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow[aria-disabled="true"] {
  cursor: not-allowed;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .link-view-all {
  order: 3;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #fff;
  padding: 4px 25px;
  transition: all .2s;
}
.hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .link-view-all.set-color:hover {
  color: #1467af;
}
@media (max-width: 575px) {
  .hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow {
    width: 30px;
    font-size: 20px;
  }
  .hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow.next-slick {
    margin-left: 10px;
  }
  .hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .item-arrow.prev-slick {
    margin-right: 10px;
  }
  .hun-section-blog-detail.layout-1 .single-post .related-post .slide-related .arrows-slick .link-view-all {
    padding: 4px 15px;
  }
}
.hun-section-blog-detail.layout-1 .single-post .comments-post {
  padding-top: 60px;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .title-comments {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 38px;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment {
  width: 100%;
  padding-left: calc(85px + 25px);
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment .item-comment:last-child {
  border-bottom: none;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .ava-comment {
  width: 85px;
  margin-bottom: 33px;
  display: block;
  border-radius: 50%;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment {
  width: calc(100% - 85px - 25px);
  margin-bottom: 33px;
  position: relative;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .info-cmt {
  padding-right: 80px;
  margin-bottom: 16px;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .info-cmt .name-author {
  font-weight: 500;
  font-size: 15px;
  color: #333;
  display: block;
  word-break: break-all;
  word-break: break-word;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .info-cmt .date-cmt {
  font-size: 13px;
  color: #888;
  display: block;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .content-cmt {
  color: #888;
  word-break: break-all;
  word-break: break-word;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .link-cmt {
  color: #888;
  font-size: 13px;
  letter-spacing: 10px;
  position: absolute;
  top: -5px;
  right: 0;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .link-cmt a {
  display: inline-block;
  color: inherit;
  letter-spacing: normal;
  line-height: 1.4;
  border-bottom: 1px solid #888;
  transition: all .3s;
}
.hun-section-blog-detail.layout-1 .single-post .comments-post.set-color .item-comment .text-comment .link-cmt a:hover {
  color: #1467af;
  border-color: #1467af;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment {
  padding-top: 60px;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment .title-form {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 38px;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment .row {
  margin-right: -10px;
  margin-left: -10px;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment .row [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field {
  font-weight: 400;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field::-webkit-input-placeholder {
  color: #888;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-moz-placeholder {
  color: #888;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field::-moz-placeholder {
  color: #888;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-ms-input-placeholder {
  color: #888;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment input {
  height: 46px;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment textarea {
  min-height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment button {
  text-transform: uppercase;
  padding: 0 35px;
  min-width: 160px;
}
.hun-section-blog-detail.layout-1 .single-post .form-comment.set-color .input-field:focus {
  border-color: #1467af;
}
@media (max-width: 767px) {
  .hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment {
    padding-left: calc(80px + 20px);
  }
  .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .ava-comment {
    width: 80px;
  }
  .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment {
    width: calc(100% - 80px - 20px);
  }
}
@media (max-width: 575px) {
  .hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment {
    padding-left: calc(40px + 10px);
  }
  .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .ava-comment {
    width: 40px;
  }
  .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment {
    width: calc(100% - 40px - 10px);
  }
}

/*[ hun-section-brands ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
.hun-section-brands.layout-1 .inner-section {
  margin-bottom: -50px;
}
.hun-section-brands.layout-1 .inner-section .col,
.hun-section-brands.layout-1 .inner-section [class*="col-"] {
  padding-bottom: 50px;
}
.hun-section-brands.layout-1 .inner-section .item-brand {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}
.hun-section-brands.layout-1 .inner-section .item-brand img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  transition: all .3s;
}
.hun-section-brands.layout-1 .inner-section .item-brand img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*[ hun-section-media-box ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *				image-right / image-left
 *				hide-btn-play
 *
\*/
.hun-section-media-box.layout-1 .pic-sec {
  border: 3px solid;
  position: relative;
  z-index: 0;
}
.hun-section-media-box.layout-1 .pic-sec .btn-play {
  font-size: 26px;
  line-height: 1.6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding-left: 6px;
  transition: background-color .3s;
  position: absolute;
  z-index: 1;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}
.hun-section-media-box.layout-1 .pic-sec img {
  width: 100%;
}
.hun-section-media-box.layout-1 .pic-sec.set-color {
  border-color: rgba(20, 103, 175, 0.6);
}
.hun-section-media-box.layout-1 .pic-sec.set-color .btn-play {
  background-color: rgba(20, 103, 175, 0.6);
}
.hun-section-media-box.layout-1 .pic-sec.set-color .btn-play:hover {
  background-color: #1467af;
}
.hun-section-media-box.layout-1 .text-sec {
  padding-left: 60px;
}
.hun-section-media-box.layout-1 .text-sec .title-sec {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.hun-section-media-box.layout-1.image-right .row {
  flex-direction: row-reverse;
}
.hun-section-media-box.layout-1.image-right .text-sec {
  padding-left: 0px;
  padding-right: 60px;
}
.hun-section-media-box.layout-1.hide-btn-play .pic-sec .btn-play {
  display: none;
}
@media (max-width: 1199px) {
  .hun-section-media-box.layout-1 .text-sec {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .hun-section-media-box.layout-1 .pic-sec {
    margin-bottom: 50px;
  }
}

/*[ hun-section-contact ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
 * Style Class: show-space-bottom / show-small-space-bottom
 *				full-width
 *
\*/
.hun-section-contact.layout-1 .inner-section .map-sec {
  width: 100%;
  height: 560px;
  border: 1px solid #e5e5e5;
  margin-bottom: 80px;
}
.hun-section-contact.layout-1 .inner-section .map-sec iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.hun-section-contact.layout-1 .inner-section .text-sec .title-sec {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 26px;
}
.hun-section-contact.layout-1 .inner-section .text-sec .content-contact a {
  color: inherit;
}
.hun-section-contact.layout-1 .inner-section .text-sec .content-contact.set-color a:hover {
  color: #1467af;
}
@media (max-width: 767px) {
  .hun-section-contact.layout-1 .inner-section .text-sec {
    padding-bottom: 69px;
  }
}
.hun-section-contact.layout-1 .inner-section .form-sec .form-contact .row {
  margin-right: -10px;
  margin-left: -10px;
}
.hun-section-contact.layout-1 .inner-section .form-sec .form-contact .row [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.hun-section-contact.layout-1 .inner-section .form-sec .form-contact .input-field {
  font-weight: 400;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.hun-section-contact.layout-1 .inner-section .form-sec .form-contact .input-field::-webkit-input-placeholder {
  color: #888;
}
.hun-section-contact.layout-1 .inner-section .form-sec .form-contact .input-field:-moz-placeholder {
  color: #888;
}
.hun-section-contact.layout-1 .inner-section .form-sec .form-contact .input-field::-moz-placeholder {
  color: #888;
}
.hun-section-contact.layout-1 .inner-section .form-sec .form-contact .input-field:-ms-input-placeholder {
  color: #888;
}
.hun-section-contact.layout-1 .inner-section .form-sec .form-contact input {
  height: 46px;
}
.hun-section-contact.layout-1 .inner-section .form-sec .form-contact textarea {
  min-height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hun-section-contact.layout-1 .inner-section .form-sec .form-contact button {
  text-transform: uppercase;
  padding: 0 35px;
  min-width: 160px;
}
.hun-section-contact.layout-1 .inner-section .form-sec .form-contact.set-color .input-field:focus {
  border-color: #1467af;
}
