@charset "UTF-8";
/*
 * |---:[Đoạn này sẽ chứa các đoạn giới thiệu và thông tin về theme, như tên theme (Theme Name), tên tác giả (Theme Author), địa chỉ của tác giả (Author URI),...]:---|
 
 * Theme Name: Pt Theme
 * Description: Đây là một theme cá nhân để làm framework
 * Theme URI: 
 * Version: 1.0
 * Theme Author: Pt developer
 * Author URI: 
 * Tags: starter theme, framework theme, bootstrap, customize
 * Textdomain: pttheme
 */
/*
* Import file css
*/
@import url("styles/reset.css");
@import url("styles/bootstrap-grid.min.css");
:root {
  --yellow-color: #f5c518;
  --bg-product: #f9f9f9;
  --box-shadown: 1px 1px 2px rgba(0, 0, 0, 0.12);
  font-size: 16px;
}

*,
*::after,
*::before {
  color: inherit;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: var(--text-basic);
  line-height: 1.5;
}

#body_wrap {
  max-width: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-title);
  font-weight: bold;
  line-height: 1.5;
}

p,
ul,
li {
  color: var(--text-basic);
  font-weight: 300;
  line-height: 1.6;
}

i,
a {
  color: inherit;
}

ul {
  list-style: disc;
}

ul.ul_style-none {
  list-style-type: none;
}

ol,
ul {
  list-style-position: inside;
}

ol li,
ul li {
  margin-bottom: 1em;
}

ins,
a {
  text-decoration: unset;
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}

.button {
  font-size: 16px;
}

.button.primary {
  background: var(--primary-color);
  color: white;
  padding: 14px 40px;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 4px;
}

.button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.button:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

a:hover {
  color: var(--primary-color);
}

section {
  position: relative;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg {
  max-width: 100%;
}

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

input {
  outline: unset;
}

p {
  font-size: 1em;
  margin-bottom: 1.4rem;
}

h1 {
  font-size: 1.7em;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.4em;
  margin-bottom: 1.2rem;
}

h3 {
  font-size: 1.1em;
  margin-bottom: 1.2rem;
}

h4 {
  font-size: 1.1em;
  margin-bottom: 1.2rem;
}

h5 {
  font-size: 1em;
  margin-bottom: 1.2rem;
}

h6 {
  font-size: 0.8em;
  margin-bottom: 1.2rem;
}

applet,
object,
iframe,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
ins,
kbd,
q,
s,
var,
fieldset,
form,
label,
legend,
table,
caption,
article,
canvas,
details,
embed,
figure,
figcaption,
hgroup,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin-bottom: 1.2rem;
  color: inherit;
}

@media only screen and (max-width: 991px) {
  :root {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  :root {
    font-size: 12px;
  }
  .hidden-sm {
    display: none;
  }
}

/*
* Import style for Shortcode
*/
main {
  background-color: var(--bg-theme);
}

main:not(.page_full-width):not(.page_first_thumbnail) {
  padding: 30px 0;
}

main.page_light {
  color: #111;
  background-color: white;
}

main.page_light *,
main.page_light *::before,
main.page_light *::after {
  color: inherit;
}

main.page_light .col_ashide {
  border-left: 1px solid #ececec;
}

main > .container > :last-child {
  margin-bottom: 0px;
}

main.page_policy {
  font-weight: 300;
}

main.page_policy .container {
  border: 1px solid #eee;
  padding: 40px;
}

main.page_policy a {
  color: blue;
  text-decoration: underline;
}

main.page_policy a:-webkit-any-link {
  color: -webkit-link;
}

main.page_policy .policy_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

main.page_policy .policy_title a {
  text-decoration: unset;
  color: inherit;
}

main.page_policy .policy_title .policy_title-item {
  margin: 0 15px 20px;
}

main.page_policy .policy_title .policy_title-item.active img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

main.page_policy .policy_title .policy_title-item.active .policy_title-text {
  color: #028843;
}

main.page_policy .policy_title img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto 15px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

main.page_policy .policy_title .policy_title-text {
  text-transform: uppercase;
  font-size: 1.1em;
}

main.page_box, main.page_bg {
  background-image: var(--bg-img-theme);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

main.page_first_thumbnail {
  padding: 0 0 30px;
}

main.page_first_thumbnail > .container {
  margin-top: 30px;
}

.article_thumbnail img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 991px) {
  main.page_policy .policy_title img {
    width: 50px;
    height: 50px;
  }
  main.page_policy .policy_title .policy_title-text {
    font-size: 1em;
  }
  .article_thumbnail img {
    height: 200px;
  }
}

@media only screen and (max-width: 575px) {
  main.page_policy .container {
    background-color: white;
    padding: 30px 15px 20px;
    border: 0px;
  }
  main.page_policy .policy_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.page_policy .policy_title a {
    width: 50%;
  }
  main.page_policy .policy_title img {
    width: 30px;
    height: 30px;
  }
  .article_thumbnail img {
    height: 140px;
  }
}

body.archive > #main, body.search > #main, body.error404 > #main, body.blog > #main {
  padding: 40px 0 80px;
}

body.error404 h1 {
  margin-bottom: 19px;
  border-bottom: 1px solid;
  padding-bottom: 16px;
}

body.error404 .col_text a {
  text-decoration: underline;
  color: var(--primary-color);
}

.page_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
}

.page_paginate .page-numbers {
  margin: 0px 7px 14px;
  padding: 4px 18px;
  height: 36px;
  font-size: 0.9em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid;
}

.page_paginate .page-numbers.current {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

body.single-post .article_header {
  background-color: #f7f7f7;
  padding: 30px 30px;
  border-radius: 5px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body.single-post .article_header-img img {
  width: 240px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body.single-post .article_header-text {
  margin-left: 30px;
  display: block;
}

body.single-post h1 {
  margin-bottom: 12px;
  color: #111;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  font-size: 26px;
}

body.single-post .blog_single-cate {
  font-size: 13px;
  opacity: 0.6;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #111;
}

body.single-post .blog_single-cate a {
  font-weight: 500;
  font-size: 13px;
}

body.single-post .blog_single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.6;
  font-size: 13px;
  text-transform: capitalize;
}

body.single-post .blog_single-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
}

body.single-post .blog_single-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body.single-post .blog_single-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #111;
}

body.single-post .blog_single-count i {
  color: inherit;
}

body.single-post .blog_single-count-view {
  margin-left: 5px;
}

body.single-post .article_relate-title {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
  margin-bottom: 30px;
  margin-top: 60px;
}

@media only screen and (max-width: 991px) {
  body.single-post h1 {
    font-size: 18px;
    padding-bottom: 7px;
  }
  body.single-post .article_header {
    padding: 20px;
  }
  body.single-post .article_header-img img {
    width: 130px;
  }
  body.single-post .article_header-text {
    margin-left: 20px;
  }
  body.single-post .blog_single-cate a {
    font-size: 12px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 575px) {
  body.single-post h1 {
    font-size: 16px;
  }
  body.single-post .article_header {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.single-post .article_header-img {
    width: 100%;
    margin-bottom: 15px;
  }
  body.single-post .article_header-img img {
    width: 100%;
  }
  body.single-post .article_header-text {
    margin-left: 0;
  }
  .article_relate .blog-post-list {
    margin: 0;
  }
}

/* Theme Woomart Style ------------------------ ----------------------- */
/* Header Style ------ ------ - -*/
#header .header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .header__contact .menu-item {
  border-left: 1px solid #ececec;
  padding-left: 15px;
  line-height: 1.7;
  margin-right: 15px;
}

#header .header__contact .menu-item:first-child {
  border-left: 0px;
  padding-left: 0px;
}

#header .header__contact .menu-item:first-child a {
  color: var(--primary-color);
}

#header .header__contact a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Shortcode - Woo feature Slider ----- */
.woo-feature {
  background-color: var(--bg-product);
  padding: 20px 0;
}

.woo-feature .box-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 400px;
}

.woo-feature .box-text {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.woo-feature .box-text .product-title {
  font-size: 56px;
  color: var(--text-title);
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 15px;
}

.woo-feature .box-text .excerpt {
  line-height: 1.5;
  margin-bottom: 10px;
}

.woo-feature .box-text .woocommerce-product-details__short-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.woo-feature .box-text .price {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.woo-feature .box-text .amount,
.woo-feature .box-text .amount .woocommerce-Price-currencySymbol {
  color: var(--primary-color);
  font-size: 34px;
}

.woo-feature .box-text del .amount,
.woo-feature .box-text del .amount .woocommerce-Price-currencySymbol {
  color: var(--text-basic);
  font-size: 34px;
  opacity: 0.4;
  margin-right: 5px;
}

.woo-feature .box-text del .amount .woocommerce-Price-currencySymbol {
  opacity: 1;
}

.woo-feature .box-img {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.woo-feature .box-img img {
  height: 450px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* Shortcode - FEATURED PRODUCTS  Categories ----------- -*/
section.woo-cate {
  padding: 50px 0;
}

/*  Shortcode - Section Content Feature ------- ---------   */
section.content-feature .section-inner {
  padding: 25px 0 0;
  position: relative;
}

section.content-feature .section-inner::before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 0;
  line-height: 1;
  display: block;
  background: url(http://localhost/pttheme/wp-content/uploads/2021/04/4_doted-abstract@1000x.png) no-repeat;
  width: 100%;
  height: calc(100% + 30px);
  opacity: 1;
  background-size: 40% 160%;
  background-position: 122% 20%;
  background-attachment: fixed;
}

section.content-feature h5 {
  text-transform: uppercase;
  opacity: 0.8;
  color: white;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}

section.content-feature h3 {
  color: white;
  font-size: 46px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
}

section.content-feature p {
  color: white;
  line-height: 1.6;
  font-size: 1.05rem;
  letter-spacing: 1px;
  margin-bottom: 25px;
  opacity: 0.8;
}

/* Shortcode - Section Welcome Us ---- - -- - - --*/
.welcome-us .section-inner {
  padding: 30px 0 0px;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.welcome-us .title__wrap .sub {
  margin-bottom: 25px;
}

/* Shortcode - Input Email to news blog ----- - -*/
.email-news {
  position: relative;
  background-size: contain !important;
  background-position: left top !important;
  border: 1px solid #ececec;
}

.email-news .section-inner {
  padding: 44px 0 20px;
}

/* Shortcode - Section Latest News ----------- */
.latest-news {
  padding: 50px 0 30px;
}

.latest-news .title__wrap {
  margin-bottom: 5px;
}

#footer {
  font-size: 14px;
  padding: 45px 0 0;
  border-top: 1px solid #ececec;
}

#footer .widget_blog_thumbnail_widget .list__date {
  font-size: 12px;
}

#footer .logo {
  width: 80%;
}

#footer .widget-title {
  font-size: 16px;
}

#coppyright {
  background-color: #f3f3f3;
  font-size: 13px;
  padding: 14px;
  color: var(--text-title);
}

.row .col-inner {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.row > .col {
  padding-bottom: 24px;
}

.row.row-equal > .col > .col-inner {
  height: 100%;
}

.row.row-vertical-center > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.row-horizontal-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.row-small {
  margin: 0 -12px 0;
}

.row.row-small > .col {
  padding: 0 12px 12px;
}

.grid__box {
  margin: -24px 0 0;
}

.grid__box .grid {
  padding: 24px 0 0;
  height: 100%;
}

.grid__box .grid-sm-6 {
  height: 50%;
}

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

.gap.gap-sm-60 {
  padding-top: 60px;
}

.gap.gap-sm-50 {
  padding-top: 50px;
}

.gap.gap-sm-40 {
  padding-top: 40px;
}

.gap.gap-sm-30 {
  padding-top: 30px;
}

.gap.gap-sm-20 {
  padding-top: 20px;
}

.gap.gap-sm-10 {
  padding-top: 10px;
}

@media only screen and (min-width: 576px) {
  .row.row-large {
    margin: 0 -24px 0;
  }
  .row.row-large > .col {
    padding: 0 24px 24px;
  }
  .gap.gap-md-70 {
    padding-top: 70px;
  }
  .gap.gap-md-60 {
    padding-top: 60px;
  }
  .gap.gap-md-50 {
    padding-top: 50px;
  }
  .gap.gap-md-40 {
    padding-top: 40px;
  }
  .gap.gap-md-30 {
    padding-top: 30px;
  }
  .gap.gap-md-20 {
    padding-top: 20px;
  }
  .gap.gap-md-10 {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .gap.gap-lg-70 {
    padding-top: 70px;
  }
  .gap.gap-lg-60 {
    padding-top: 60px;
  }
  .gap.gap-lg-50 {
    padding-top: 50px;
  }
  .gap.gap-lg-40 {
    padding-top: 40px;
  }
  .gap.gap-lg-30 {
    padding-top: 30px;
  }
  .gap.gap-lg-20 {
    padding-top: 20px;
  }
  .gap.gap-lg-10 {
    padding-top: 10px;
  }
}

#header * {
  color: var(--header-text-basic);
}

#header a:hover {
  color: var(--header-text-hover);
}

#header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header__box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .header__box.left {
  margin-right: 30px;
}

#header .header__box.left > * {
  margin-left: 0px;
}

#header .header__box.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 30px;
}

#header .header__box.right > * {
  margin-right: 0px;
}

#header .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#header .search-form .search-field {
  height: 40px;
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-right: 0px;
  border-radius: 0px;
}

#header .search-form .search-submit {
  height: 40px;
  background-color: transparent;
  border: 1px solid #cccc;
  padding: 5px 20px;
  font-size: 16px;
  cursor: pointer;
}

#header .search-form .search-submit:hover,
#header .search-form .search-submit:hover i {
  color: var(--primary-color);
}

#header .header__menu > .menu-item-has-children > .toggle {
  display: inline-block;
  font-size: 12px;
  margin-left: 7px;
  opacity: 0.5;
  cursor: pointer;
}

#header .header__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .menu-item,
#header .page_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 45px 0;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .menu-item:last-child,
#header .page_item:last-child {
  margin-right: 0px;
}

#header .menu-item.menu-item-has-children,
#header .page_item.menu-item-has-children {
  position: relative;
}

#header .menu-item.menu-item-has-children:hover > .sub-menu,
#header .page_item.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#header .menu-item a,
#header .page_item a {
  line-height: 1.4;
}

#header .menu-item.cart-icon,
#header .page_item.cart-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}

#header .menu-item.cart-icon .img,
#header .page_item.cart-icon .img {
  width: 20px;
}

#header .menu-item.cart-icon .img img,
#header .page_item.cart-icon .img img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#header .menu-item.cart-icon .cart__count,
#header .page_item.cart-icon .cart__count {
  position: absolute;
  background-color: var(--primary-color);
  color: white;
  padding: 2px 4px;
  line-height: 1;
  border-radius: 3px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 15px;
  top: 0;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

#header .menu-item.cart-icon .cart__price,
#header .page_item.cart-icon .cart__price {
  margin-left: 12px;
  font-size: 14px;
}

#header .sub-menu {
  position: absolute;
  z-index: 50;
  left: -20px;
  top: calc(100% + 2px);
  display: block;
  width: 220px;
  background-color: white;
  -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  visibility: hidden;
  padding: 12px 0px;
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}

#header .sub-menu::before {
  content: "";
  position: absolute;
  display: block;
  background-color: white;
  height: 15px;
  width: 22px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0, 100% 100%, 0% 100%);
  top: -10px;
  left: 20px;
}

#header .sub-menu * {
  font-size: 14px;
}

#header .sub-menu .menu-item {
  margin: 0px;
  display: block;
  padding: 12px 20px;
}

#header .sub-menu .menu-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

#header .sub-menu .sub-menu {
  left: calc(100% + 2px);
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#header .sub-menu .sub-menu::before {
  display: none;
}

#header .header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .header__socials li {
  margin-right: 13px;
}

#header .header__socials li:last-child {
  margin-right: 0px;
}

#header .header__socials li a {
  font-size: 14px;
}

#header .header__socials li i {
  color: inherit;
}

#header .header__wrap-light * {
  color: white;
}

#header .btn_menu {
  border: 0;
  font-size: 25px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

#header .btn_menu i {
  color: var(--header-text-hover);
}

#header .window_wrap .search-form {
  margin-bottom: 30px;
}

#header .window_wrap .search-form .search-field {
  background: white;
  border: 1px solid #eee;
  border-radius: 5px 0 0 5px;
  height: 45px;
  border-right: 0px;
}

#header .window_wrap .menu-item,
#header .window_wrap .page_item {
  width: 100%;
  height: unset;
  margin: 0 0 26px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header .window_wrap .menu-item:last-child,
#header .window_wrap .page_item:last-child {
  margin: 0;
}

#header .window_wrap .menu-item a,
#header .window_wrap .page_item a {
  color: #222;
}

#header .window_wrap .header__menu > ul,
#header .window_wrap .header__menu .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header .window_wrap .sub-menu {
  width: 100%;
  padding: 13px 16px;
  margin-top: 12px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #f7f7f7;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  left: unset;
  visibility: hidden;
  display: none !important;
}

#header .window_wrap .sub-menu::before {
  display: none;
}

#header .window_wrap .sub-menu .menu-item {
  margin: 12px 0 0;
  background-color: transparent;
}

#header .window_wrap .sub-menu .menu-item:first-child {
  margin: 0;
}

#header .window_wrap .sub-menu .menu-item::before {
  content: "-";
  color: #222;
  margin-right: 5px;
}

#header .window_wrap .menu-item-has-children > .toggle {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 2px;
  font-size: 14px;
}

#header .window_wrap .menu-item-has-children > .toggle i {
  color: #222;
}

#header .window_wrap .menu-item-has-children::after {
  display: none;
}

#header .window_wrap .menu-item-has-children.active > .sub-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  z-index: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#header-mobile {
  display: none;
  background-color: var(--header-bg-primary);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--header-bg-primary)), to(var(--header-bg-secondary)));
  background: linear-gradient(var(--header-bg-primary), var(--header-bg-secondary));
}

#header-mobile .window_wrap .search-submit {
  border: 0px;
  background-color: var(--header-text-hover);
  color: #222;
  height: 45px;
  border-radius: 0 5px 5px 0;
}

#header-mobile .window_wrap .search-submit i {
  color: #222;
}

.window_wrap {
  margin: 0;
  visibility: hidden;
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}

.window_wrap.active {
  visibility: visible;
}

.window_wrap.active .window_wrap-left {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.window_wrap.active .window_out {
  background: rgba(0, 0, 0, 0.7);
}

.window_wrap .window_out {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}

.window_wrap .window_wrap-left {
  display: block;
  background: white;
  width: 300px;
  height: 100%;
  padding: 40px 30px;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}

.window_wrap .window_wrap-left * {
  color: #222;
}

#header-top {
  background-color: var(--primary-color);
}

#header-top * {
  font-size: 13px;
}

#header-top .menu-item {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 12px;
  margin: 0px;
}

#header-top .menu-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#header-middle {
  padding: 25px 0;
}

#header-bottom {
  border: 1px solid #ececec;
  border-width: 1px 0px 1px 0px;
}

#header-menu-feature > .menu-item {
  background-color: var(--primary-color);
  color: white;
  padding: 16px 22px;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header-menu-feature > .menu-item > a {
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#header-menu-feature > .menu-item > .sub-menu {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 100%;
  left: 0px;
  width: 100%;
}

#header-menu-feature > .menu-item > .sub-menu::before {
  display: none;
}

#header-menu-feature .sub-menu {
  padding: 0px;
  border: 1px solid #ececec;
}

#header-menu-feature .sub-menu .menu-item {
  border-bottom: 1px solid #ececec;
  padding: 15px 20px;
}

#header-menu-feature .sub-menu .menu-item:last-child {
  border-bottom: 0px;
}

#header-menu-feature img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

#header-menu-feature .menu-item {
  position: relative;
  padding-left: 45px !important;
}

#logo {
  max-width: 250px;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

body.home #header-menu-feature > .menu-item > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
          transform: translate(0px);
}

@media only screen and (max-width: 991px) {
  #header .header__box {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  #header .header__box.right {
    margin-left: 20px;
    width: 25%;
  }
  #header .header__box.left {
    margin-right: 20px;
    width: 25%;
  }
  #header .header_pc {
    display: none;
  }
  #header #header-middle {
    padding: 16px 24px;
  }
  #header-mobile {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  #header .btn_menu {
    font-size: 18px;
  }
  #header #logo {
    max-width: 140px;
  }
  .window_wrap .window_wrap-left {
    width: 72%;
    padding: 30px 25px;
  }
}

#footer .widget-title {
  line-height: 1.4;
}

/*
* Categories Content Box
*/
.cate__box {
  position: relative;
}

.cate__box.overlay {
  -webkit-box-shadow: var(--box-shadown);
          box-shadow: var(--box-shadown);
  height: 150px;
}

.cate__box.overlay .cate__box-img {
  height: 100%;
}

.cate__box.overlay .cate__box-img .img {
  height: 100%;
}

.cate__box.overlay .cate__box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.cate__box.overlay .cate__box-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
}

.cate__box.overlay .cate__title {
  color: var(--text-title);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.cate__box.overlay .cate__count {
  -webkit-transition: 400ms all ease;
  transition: 400ms all ease;
  font-size: 14px;
  opacity: 0;
  margin-bottom: -20px;
}

.cate__box.overlay:hover .cate__count {
  opacity: 1;
  margin-bottom: 0px;
}

/*
* Product Loop Content Box
*/
.product__box {
  position: relative;
}

.product__box .product__box-img {
  background-color: var(--bg-product);
  margin: 0 0 20px;
}

.product__box .product__box-img img {
  width: 100%;
  height: 280px;
  max-height: 280px;
  min-height: 280px;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0ms all ease;
  transition: 0ms all ease;
  -webkit-transition: 600ms opacity ease;
  transition: 600ms opacity ease;
}

.product__box .product__box-img .onsale {
  padding: 0px;
  margin: 10px !important;
  background-color: var(--primary-color);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  top: 0;
  right: 0;
  left: unset;
}

.product__box .product__box-gallery img:last-child {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
}

.product__box .product__box-gallery:hover img:first-child {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.product__box .product__box-gallery:hover img:last-child {
  opacity: 1;
  position: relative;
  visibility: visible;
}

.product__box .product__box-text {
  text-align: center;
}

.product__box .product__box-title {
  font-weight: 500;
  color: var(--text-title);
  font-size: 14px;
  margin-bottom: 10px;
}

.product__box .product__box-cate {
  margin-bottom: 10px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product__box .product__box-text .price .amount {
  font-size: 15px;
}

.product__box .product__box-text .price .amount,
.product__box .product__box-text .price .amount .woocommerce-Price-currencySymbol {
  color: var(--primary-color);
}

.product__box .product__box-text .price del .amount {
  font-size: 13px;
}

.product__box .product__box-text .price del,
.product__box .product__box-text .price del .amount,
.product__box .product__box-text .price del .amount .woocommerce-Price-currencySymbol {
  color: var(--text-basic) !important;
}

.woocommerce .woocommerce-result-count {
  display: none;
}

.woocommerce .woocommerce-ordering {
  font-size: 14px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
}

.woocommerce .woocommerce-ordering select {
  background-color: transparent;
  border: 0px;
  color: var(--text-basic);
}

.woocommerce .page-numbers {
  border-width: 0px !important;
}

.woocommerce .page-numbers li {
  border-width: 0px !important;
}

.woocommerce .page-numbers li span,
.woocommerce .page-numbers li .page-numbers {
  padding: 8px 13px !important;
}

.woocommerce .page-numbers li span.current,
.woocommerce .page-numbers li .page-numbers.current {
  background-color: var(--primary-color) !important;
  color: white !important;
}

/*
* Responsive
*/
@media only screen and (min-width: 576px) {
  .cate__box.overlay {
    height: 100%;
  }
  .cate__box .cate__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .product__box .product__box-img img {
    height: 150px;
    min-height: 120px;
  }
  .product__box .product__box-cate {
    font-size: 12px;
  }
  .cate__box.overlay .cate__title {
    color: var(--text-title);
    font-size: 16px;
    margin-bottom: 0px;
  }
  .cate__box.overlay .cate__box.overlay .cate__box-text {
    padding: 0 20px 10px;
  }
}

.title__wrap .sup {
  font-size: 14px;
  color: #989898;
  margin-bottom: 15px;
}

.title__wrap h2 {
  font-size: 26px;
  margin-bottom: 18px;
}

.title__wrap .sub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.tab {
  position: relative;
}

.tab.tab__box-center .tab__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

.tab .tab__title-box {
  color: var(--text-title);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 6px;
  opacity: 0.7;
  cursor: pointer;
}

.tab .tab__title-box::after {
  content: "";
  display: block;
  background-color: var(--primary-color);
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.tab .tab__title-item {
  margin: 0px 12px 20px;
}

.tab .tab__title-item:first-child {
  margin-left: 0;
}

.tab .tab__title-item:last-child {
  margin-right: 0;
}

.tab .tab__title-item.active .tab__title-box,
.tab .tab__title-item:hover .tab__title-box {
  opacity: 1;
}

.tab .tab__title-item.active .tab__title-box::after,
.tab .tab__title-item:hover .tab__title-box::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tab .tab__body {
  position: relative;
  margin-top: 15px;
  list-style: none;
}

.tab .tab__body-item {
  -webkit-transform: translateY(100%) scale(0);
          transform: translateY(100%) scale(0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: top;
          transform-origin: top;
  margin: 0px;
}

.tab .tab__body-item.active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  visibility: visible;
  position: relative;
}

.button__wrap {
  padding: 10px 30px;
  margin: 0 15px 15px 0;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 300;
  color: white;
  background-color: var(--primary-color);
}

.button__wrap:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: white;
}

.button__wrap:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.button__wrap.outline {
  border: 1px solid;
  color: #111;
  background-color: transparent;
}

.button__wrap.outline:hover {
  background-color: #111;
  color: white;
  border-color: #111;
}

.button__wrap.outline.white:hover {
  background-color: white;
  color: var(--text-title);
  border-color: white;
}

.button__wrap.white {
  color: white;
}

.button__wrap.text {
  background-color: transparent;
  color: #111;
  font-weight: 600;
  padding: 0;
  letter-spacing: 0px;
  margin: 0;
}

.button__wrap.text:hover {
  color: var(--primary-color);
  -webkit-transform: unset;
          transform: unset;
}

form.wpcf7-form {
  margin-bottom: 1rem;
}

form.wpcf7-form .wpcf7-form-control {
  height: 40px;
  padding: 0px 12px;
  margin: 0 0 16px;
}

form.wpcf7-form .wpcf7-submit {
  padding: 0 28px;
  border: 0px;
  background-color: var(--primary-color);
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0px;
  cursor: pointer;
}

form.wpcf7-form .ajax-loader {
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

form.wpcf7-form.submitting {
  opacity: 0.4;
}

form.wpcf7-form .wpcf7-not-valid-tip {
  text-decoration: underline;
}

form.wpcf7-form .wpcf7-response-output {
  padding: 12px 10px;
  color: #111;
  margin: 18px 0 0;
}

.blog-loop__slider .slider-item__wrap {
  padding: 5px 10px;
}

.blog-post-box {
  -webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.03), 2px 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.03), 2px 3px 5px rgba(0, 0, 0, 0.05);
}

.blog-post-box .box__img {
  position: relative;
  overflow: hidden;
}

.blog-post-box .box__img img {
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.blog-post-box:hover .box__img img {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
}

.blog-post-box .blog__date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: white;
  padding: 6px 10px;
  font-size: 14px;
  text-align: center;
  z-index: 10;
}

.blog-post-box .blog__date-day {
  font-size: 24px;
  color: var(--text-title);
  margin-bottom: 2px;
  font-weight: 400;
}

.blog-post-box .blog__date-month {
  color: var(--text-title);
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 500;
}

.blog-post-box .blox__load {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.blog-post-box .blox__load span {
  display: inline-block;
  background-color: white;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 3px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}

.blog-post-box .blox__load span.two {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.blog-post-box .blox__load span.three {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.blog-post-box:hover .blox__load {
  opacity: 1;
}

.blog-post-box:hover .blox__load span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.blog-post-box .box__text {
  position: relative;
  background-color: white;
  padding: 30px 24px 20px;
  text-align: center;
}

.blog-post-box .blog__cate {
  background-color: var(--primary-color);
  max-width: 60%;
  font-size: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 18px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: white;
}

.blog-post-box .blog__cate a {
  color: white;
}

.blog-post-box .blog__title {
  color: var(--text-title);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  height: 2.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-post-box .blog__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7px 0 10px;
}

.blog-post-box .blog__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-post-box .blog__author img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  margin-left: 5px;
}

.blog-post-box .blog__author-name {
  margin-left: 5px;
  text-transform: capitalize;
}

.blog-post-box .blog__count-view {
  display: inline-block;
  text-transform: capitalize;
}

.blog-post-box .blog__except {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6;
  font-size: 14px;
}

.blog-post-box .blog__detail {
  color: var(--primary-color);
  margin: 12px 0;
  display: block;
}

.blog-post-box .blog__detail span {
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.blog-post-box .blog__detail:hover {
  letter-spacing: 1px;
}

.blog-post-box .blog__detail:active {
  letter-spacing: 0px;
}

.blog-post-list {
  margin-bottom: 20px;
}

.blog-post-list .icon-box-img.list__img {
  margin-top: 0px;
  width: 55px;
  min-width: 55px;
}

.blog-post-list .icon-box-img.list__img img {
  height: 55px;
  border-radius: 3px;
  -o-object-fit: center;
     object-fit: center;
  -o-object-position: center;
     object-position: center;
}

.blog-post-list .icon-box-text.list__text {
  margin-left: 14px;
}

.blog-post-list .list__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-post-list .list__date {
  font-size: 13px;
}

@media only screen and (max-width: 991px) {
  .blog-post-list .list__title {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* Block Slide - Slide One item */
.slider {
  position: relative;
  width: 100%;
}

.slider .slider__content {
  overflow: hidden;
  position: relative;
}

.slider .slider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.slider .slider-item__wrap {
  position: relative;
}

.slider .slider__button {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px 15px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 30;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.slider .slider__button i {
  font-size: 14px;
}

.slider .slider__button.left {
  left: 20px;
}

.slider .slider__button.right {
  right: 20px;
}

.slider .slider__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  z-index: 10;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider .slider__dot {
  display: inline-block;
  background: white;
  height: 4px;
  width: 30px;
  margin: 0 5px;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
}

.slider .slider__dot:hover, .slider .slider__dot.active {
  background-color: var(--primary-color);
}

/* Slider Thrumnail Vertical ====== */
.slider.slider-thrum-vertical .slider__box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.slider.slider-thrum-vertical .slide__item-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  opacity: 0;
  pointer-events: none;
}

.slider.slider-thrum-vertical .slide__item-wrap.active {
  opacity: 1;
  pointer-events: visible;
}

.slider.slider-thrum-vertical .slider__direct {
  position: absolute;
  width: 300px;
  top: 0;
  overflow: hidden;
  display: block;
  right: 0;
  z-index: 30;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.slider.slider-thrum-vertical .slider__button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  top: 0;
  right: 0;
  color: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  z-index: 32;
  font-size: 24px;
  line-height: 1;
}

.slider.slider-thrum-vertical .slider__button:hover {
  background-color: #e5091682;
}

.slider.slider-thrum-vertical .slider__button.bottom {
  bottom: 0;
  top: unset;
  padding: 0px 20px 10px;
}

.slider.slider-thrum-vertical .slider__dot {
  height: 100%;
}

.slider.slider-thrum-vertical .slider__dot-inner {
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.slider-three {
  position: relative;
}

.slider-three .slider__box {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.slider-three .slider-item__wrap {
  position: absolute;
  width: 60%;
  top: 50%;
  z-index: 10;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
  -webkit-transition: z-index 100ms, margin-left 700ms, width 500ms;
  transition: z-index 100ms, margin-left 700ms, width 500ms;
}

.slider-three .slider-item__wrap.active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  width: 76%;
  z-index: 50;
}

.slider-three .slider-item__center {
  margin-left: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-three .slider-item__left {
  margin-left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-three .slider-item__right {
  margin-left: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-three .slider__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  font-size: 25px;
  padding: 16px 7px;
  cursor: pointer;
}

.slider-three .slider__button.left {
  left: 0;
}

.slider-three .slider__button.right {
  right: 0;
}

@media only screen and (max-width: 574px) {
  .slider .slider__button.left {
    left: 5px;
  }
  .slider .slider__button.right {
    right: 5px;
  }
}

.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}

.icon-box.left {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.icon-box.left .icon-box-img {
  margin-top: 5px;
}

.icon-box.left .icon-box-text {
  margin-left: 12px;
}

.icon-box .icon-box-text *:last-child {
  margin-bottom: 0px;
}

main .wp-caption {
  max-width: 100%;
  background: #000515;
  padding: 3px;
  color: var(--primary-color);
}

main .wp-caption .wp-caption-text {
  margin-bottom: 0px;
  padding: 7px 10px;
  color: var(--primary-color);
}

.according_wrap {
  margin-bottom: 30px;
}

.according_wrap .according_item {
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  margin-bottom: 20px;
}

.according_wrap .according_item.active {
  background-color: #f7f7f7;
  border: 1px solid #ececec;
}

.according_wrap .according_item.active .according_item-header {
  background-color: var(--header-bg-primary);
  color: white;
}

.according_wrap .according_item.active .according_item-body {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 25px 20px;
  height: auto;
}

.according_wrap .according_item-header {
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  position: relative;
  border: 1px solid #ccc;
  border-left: 0px;
  border-right: 0px;
  padding: 10px 15px;
}

.according_wrap .according_item-header .toggle {
  position: absolute;
  z-index: 50;
  top: 10px;
  right: 0;
  padding: 0px 10px;
  cursor: pointer;
}

.according_wrap .according_item-body {
  opacity: 0;
  height: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  overflow: hidden;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.widget {
  margin-bottom: 25px;
}

.widget .widget-title {
  margin-bottom: 24px;
  border-bottom: 1px solid;
  padding-bottom: 7px;
}

.widget .menu-item {
  margin-bottom: 14px;
}

.widget .menu-item:last-child {
  margin-bottom: 0px;
}

.widget .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form label {
  margin: 0;
  width: 100%;
}

.widget .search-form .screen-reader-text {
  display: none;
}

.widget .search-form .search-field {
  height: 40px;
  border: 1px solid #eee;
  border-right: 0px;
  padding: 3px 15px;
  border-radius: 3px 0 0 3px;
  color: #111;
  width: 100%;
}

.widget .search-form .search-submit {
  height: 40px;
  border: 0;
  border-radius: 0 3px 3px 0;
  background: var(--primary-color);
  color: #111;
  font-size: 14px;
  padding: 3px 15px;
  font-weight: 500;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .widget .widget-title {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */