@import url("../hello-elementor/style.css");
/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Day la child theme cua Startbox
Author: SlSS
Author URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 0.1
*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
html,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
a {
  text-decoration: none;
  color: inherit;
  color: #1c1b1b;
}
ul {
  list-style: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.65;
  color: #1c1b1b;
  font-size: 15px;
  letter-spacing: 0.2px;
  background: #efefef;
  overflow-x: hidden;
}
.margin-row-10 > .elementor-container {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.margin-row-22 > .elementor-container {
  margin-left: -22px !important;
  margin-right: -22px !important;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  line-height: 1.5;
  font-weight: 500;
  color: #1c1b1b;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.d-justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.d-flex-wrap {
  flex-wrap: wrap;
}
.d-align-items-center {
  align-items: center;
}
.d-flex-justify {
  justify-content: center;
}
.slider-home {
    overflow: hidden;
}

.form-registration textarea.elementor-field-textual,
.form-registration input.elementor-field-textual.elementor-size-lg {
  min-height: 56px;
  padding: 16px 16px;
}
.form-registration #submit-id {
  margin-top: 30px;
  width: 240px;
  max-width: 100%;
}
.form-registration #submit-id .elementor-button-icon svg {
  font-size: 18px;
}
.elementor-button-icon {
  display: flex;
  align-items: center;
}
.elementor-icon-list-item svg {
  position: relative;
  top: 4px;
}
.elementor-icon-list-item span.elementor-icon-list-text {
  word-break: break-all;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  padding: 11px 14px;
  border-color: #cfcfcf;
  border-radius: 0;
  font-size: 15px;
  resize: none;
  font-weight: 400;
  box-shadow: none;
  background-color: transparent;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #1c1b1b;
  color: #6a6a6a;
}
input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6a6a6a;
}
input[type="submit"] {
  padding: 13px 28px;
  color: #fff;
  text-align: center;
  background-color: transparent;
  letter-spacing: .2em;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  width: 100%;
  outline: none;
}
input[type="submit"]:hover {
  color: #1c1b1b;
  background-color: transparent;
}
.submit-form,
button[type="button"],
button[type="submit"],
.button-s {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: normal;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  text-transform: uppercase;
  letter-spacing: .2em;
  text-align: center;
  z-index: 1;
}
.submit-form::before,
button[type="button"]::before,
button[type="submit"]::before,
.button-s::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.submit-form:hover::before,
button[type="button"]:hover::before,
button[type="submit"]:hover::before,
.button-s:hover::before {
  transform-origin: right center;
  transform: scale(0, 1);
}
button[type="submit"] {
  background-color: transparent;
  border-color: #1c1b1b;
  color: #fff;
}
button[type="submit"]:before {
  background-color: #1c1b1b;
}
button[type="submit"]:hover {
  color: #1c1b1b;
}
.underline {
  position: relative;
  display: inline-block;
  color: inherit;
  font-size: 14px;
  margin-top: 34px;
  font-weight: 500;
}
.underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: currentColor;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.2s ease-in-out;
}
.underline:hover::before {
  transform: scale(0, 1);
}
.woocommerce-pagination .page-numbers {
  margin-bottom: 60px;
}
.woocommerce-pagination ul {
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination ul li {
  border-right: none !important;
  display: inline-block;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  background-color: transparent  !important;
  display: inline-block;
  color: #6a6a6a !important;
  border: none;
  padding: 16px 28px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 14px;
  border-bottom: 1px solid #cfcfcf;
}
.woocommerce-pagination ul li a:hover {
  color: #1c1b1b !important;
}
.woocommerce-pagination ul li span {
  border-bottom-color: #1c1b1b;
  box-shadow: #1c1b1b 0px -2px 0px 0px inset;
}
button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
  background-color: transparent;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.topbar {
  background: #000000;
  color: #ffffff;
}
.topbar .custom_contact {
  padding: 5px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.65;
}
.site-headers .header-main {
  color: #1c1b1b;
  box-shadow: 0 -1px #dddddd inset;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.site-headers .logo-header {
  padding: 18px 0;
  line-height: 0;
}
.site-headers .logo-header a {
  display: inline-block;
  line-height: 0;
}
.site-headers .logo-header .show-logo {
  display: none;
}
.site-headers .site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-headers .header-left,
.site-headers .header-right {
  display: flex;
  flex: 1 0 0;
  align-items: center;
}
.site-headers .header-right {
  justify-content: flex-end;
}
.site-headers .header-right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-headers .header-right ul li {
  display: inline-block;
  margin: 0 14px;
}
.site-headers .header-right ul li:last-child {
  margin-right: 0;
}
.site-headers .header-right ul li a {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.site-headers .site-title-s {
  display: flex;
  margin-bottom: 0;
}
.site-headers .site-title-s a {
  line-height: 0;
}
.site-headers .site-navigation {
  flex-grow: initial;
}
.site-headers .header-left .click-menu-mobile {
  padding: 3px 5px;
  font-size: 25px;
  cursor: pointer;
}
.site-headers .header-left ul.menu {
  width: 100%;
}
.site-headers .header-left ul.menu li {
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out;
}
.site-headers .header-left ul.menu li a {
  width: 100%;
}
.site-headers .header-left ul.menu li:hover >ul {
  visibility: visible;
  opacity: 1;
}
.site-headers .header-left ul.menu li:hover ul:before {
  opacity: 1;
  transform: scale(1, 1);
}
.site-headers .header-left ul.menu > li {
  margin: 0 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.site-headers .header-left ul.menu > li:first-child {
  margin-left: 0;
}
.site-headers .header-left ul.menu > li > a {
  width: 100%;
  color: #1c1b1b;
  font-size: 13px;
  padding: 0;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.site-headers .header-left ul.menu > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform .3s;
  background-color: #1c1b1b;
}
.site-headers .header-left ul.menu > li:hover:before,
.site-headers .header-left ul.menu > li.current-menu-item:before {
  opacity: 1;
  transform: scale(1, 1);
}
.site-headers .header-left ul.menu ul {
  display: block !important;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #dddddd;
  border-top: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  padding: 25px 0;
  min-width: 230px !important;
  max-width: 270px !important;
}
.site-headers .header-left ul.menu ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform .3s;
  background-color: #1c1b1b;
}
.site-headers .header-left ul.menu ul li {
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: left;
  border-bottom: 0;
}
.site-headers .header-left ul.menu ul li:last-child {
  margin-bottom: 0;
}
.site-headers .header-left ul.menu ul li a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: 400;
}
.site-navigation ul.menu li.menu-item-has-children {
  padding-right: 0;
}
.site-navigation ul.menu li.menu-item-has-children:after {
  display: none;
}
#section-header {
  position: relative;
  z-index: 99;
}
body .header-main {
  background-color: #ffffff;
}
.home .header-main {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 9;
  right: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0,35%);
}
.home .header-main .header-left .click-menu-mobile {
  color: #ffffff;
}
.home .header-main .header-left ul.menu > li.current-menu-item::before {
  transform: scale(0, 1);
  opacity: 0;
}
.home .header-main .header-left ul.menu > li > a {
  color: #ffffff;
}
.home .header-main .show-logo-active img {
  display: none;
  max-height: 47px;
}
.home .header-main .show-logo-active img.show-logo {
  display: block;
}
.home .header-main .menu-right .cart-icon,
.home .header-main .menu-right li > a {
  color: #ffffff;
}
.home .header-main.search-header-background,
.home .header-main.hello-sticky-menu,
.home .header-main:hover {
  background-color: #ffffff;
  box-shadow: 0 -1px #dddddd inset;
}
.home .header-main.search-header-background .show-logo-active img,
.home .header-main.hello-sticky-menu .show-logo-active img,
.home .header-main:hover .show-logo-active img {
  display: block;
}
.home .header-main.search-header-background .show-logo-active img.show-logo,
.home .header-main.hello-sticky-menu .show-logo-active img.show-logo,
.home .header-main:hover .show-logo-active img.show-logo {
  display: none;
}
.home .header-main.search-header-background .header-left .click-menu-mobile,
.home .header-main.hello-sticky-menu .header-left .click-menu-mobile,
.home .header-main:hover .header-left .click-menu-mobile {
  color: #1c1b1b;
}
.home .header-main.search-header-background .header-left ul.menu > li.current-menu-item::before,
.home .header-main.hello-sticky-menu .header-left ul.menu > li.current-menu-item::before,
.home .header-main:hover .header-left ul.menu > li.current-menu-item::before {
  opacity: 1;
  transform: scale(1, 1);
}
.home .header-main.search-header-background .header-left ul.menu > li > a,
.home .header-main.hello-sticky-menu .header-left ul.menu > li > a,
.home .header-main:hover .header-left ul.menu > li > a {
  color: #1c1b1b;
}
.home .header-main.search-header-background .menu-right .cart-icon,
.home .header-main.hello-sticky-menu .menu-right .cart-icon,
.home .header-main:hover .menu-right .cart-icon,
.home .header-main.search-header-background .menu-right li > a,
.home .header-main.hello-sticky-menu .menu-right li > a,
.home .header-main:hover .menu-right li > a {
  color: #1c1b1b;
}
.header-main.hello-sticky-menu {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.slider-home .pagination-slider-home {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  width: 100%;
  left: 0;
  right: 0;
}
.slider-home .pagination-slider-home .pagination-nav {
  padding: 0 50px;
  text-align: right;
}
.slider-home .pagination-slider-home .pagination-nav span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border: 2px solid #ffffff;
  position: relative;
  color: #ffffff;
  opacity: 1;
  background-color: transparent;
}
.slider-home .pagination-slider-home .pagination-nav span.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.slider-home .pagination-slider-home .pagination-nav span:last-child {
  margin-right: 0;
}
.slider-home .swiper-slide-active .iterm img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slider-home .swiper-slide-active .iterm h3.sub-heading-title {
  -webkit-animation: slider_active .75s;
  animation: slider_active .75s;
  transform: translateY(0px);
}
.slider-home .swiper-slide-active .iterm h2.heading-title {
  -webkit-animation: slider_active .75s;
  animation: slider_active .75s;
  transform: translateY(0px);
}
.slider-home .swiper-slide-active .iterm .button-group a {
  -webkit-animation: slider_active .75s;
  animation: slider_active .75s;
  transform: translateY(0px);
}
.slider-home .iterm {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}
.slider-home .iterm img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
}
.slider-home .iterm.text-left {
  text-align: left;
}
.slider-home .iterm.text-right {
  text-align: right;
}
.slider-home .iterm .text {
  padding: 0 50px;
}
.slider-home .iterm img {
  width: 100%;
}
.slider-home .iterm .content-text {
  position: absolute;
  z-index: 2;
  bottom: 70px;
  left: 0;
  width: 100%;
}
.slider-home .iterm h3.sub-heading-title {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-animation: slider .75s .2s;
  animation: slider .75s .2s;
  transform: translateY(20px);
}
.slider-home .iterm h2.heading-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  -webkit-animation: slider .75s .2s;
  animation: slider .75s .2s;
  transform: translateY(20px);
}
.slider-home .iterm .button-group a {
  -webkit-animation: slider .75s;
  animation: slider .75s;
  transform: translateY(20px);
  color: #363636;
  position: relative;
  line-height: normal;
  border-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.slider-home .iterm .button-group a::before {
  background-color: #ffffff;
}
.slider-home .iterm .button-group a:hover {
  color: #ffffff;
}
.menu-responsive-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  background: #363636;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.menu-responsive-overlay.show-mn {
  opacity: .5;
  visibility: visible;
}
.sidebar-menu-mobile {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: #1c1b1b;
  width: 340px;
  height: 100%;
  transition: all .5s;
  transform: translateX(-100%);
  visibility: hidden;
}
.sidebar-menu-mobile.show-mn {
  visibility: visible;
  transform: translateX(0);
}
.sidebar-menu-mobile .header-menu-mobile {
  display: flex;
  align-items: center;
  position: relative;
  max-height: 80px;
  width: 100%;
  min-height: 80px;
  background: inherit;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}
.sidebar-menu-mobile .header-menu-mobile span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}
.sidebar-menu-mobile .drawer-content {
  height: calc(100% - 80px);
  height: -moz-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  padding-top: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sidebar-menu-mobile .drawer-footer {
  box-shadow: 0 1px rgba(255, 255, 255, 0.25) inset;
}
.sidebar-menu-mobile .drawer-footer .social {
  display: grid;
  grid-template-columns: repeat(auto-fit, 34px);
  justify-content: space-evenly;
  text-align: center;
  flex: 1 0 auto;
  margin: 0;
  padding: 13px 0;
}
.sidebar-menu-mobile .drawer-footer .social a {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-menu-mobile .drawer-main {
  overflow: auto;
  flex: 1 1 auto;
}
.sidebar-menu-mobile .drawer-main > div {
  padding-left: 18px;
  padding-right: 24px;
}
.sidebar-menu-mobile .drawer-main ul.menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
}
.sidebar-menu-mobile .drawer-main ul.menu li:last-child {
  border-bottom: none;
}
.sidebar-menu-mobile .drawer-main ul.menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  padding: 20px 0;
}
.sidebar-menu-mobile .drawer-main ul.menu li span.sub-open {
  position: absolute;
  right: 0;
  top: 25px;
  width: 11px;
  height: 11px;
  color: #ffffff;
}
.sidebar-menu-mobile .drawer-main ul.menu li span.sub-open:before,
.sidebar-menu-mobile .drawer-main ul.menu li span.sub-open:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.sidebar-menu-mobile .drawer-main ul.menu li span.sub-open:before {
  width: 11px;
  height: 1px;
  opacity: 1;
}
.sidebar-menu-mobile .drawer-main ul.menu li span.sub-open::after {
  width: 1px;
  height: 11px;
}
.sidebar-menu-mobile .drawer-main ul.menu li span.sub-open.sub-opend::before {
  opacity: 0;
}
.sidebar-menu-mobile .drawer-main ul.menu li span.sub-open.sub-opend::before,
.sidebar-menu-mobile .drawer-main ul.menu li span.sub-open.sub-opend::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sidebar-menu-mobile .drawer-main ul.menu ul {
  padding-left: 16px;
  display: none;
}
.sidebar-menu-mobile .drawer-main ul.menu ul li {
  border-bottom: none;
}
.sidebar-menu-mobile .drawer-main ul.menu ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-menu-mobile .drawer-main ul.menu ul li a:hover {
  color: #fff;
}
@-webkit-keyframes slider_active {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slider_active {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes slider {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slider {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.wg-home-content .widget_black_studio_tinymce .textwidget {
  padding: 0 15px;
}
.wg-home-content .widget {
  padding: 80px 0;
  margin-bottom: 0;
  border-top: 1px solid #cfcfcf;
}
.wg-home-content .widget:first-child {
  border-top: 0;
}
.wg-home-content .widget-top {
  margin-bottom: 70px;
  padding: 0 80px;
}
.wg-home-content .widget-top h3.widget-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 36.3px;
  letter-spacing: 4.4px;
  color: #1c1b1b;
}
.wg-home-content .widget-top h4.widget-title-sub {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 21.45px;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 4.4px;
}
.list-post-term .sectionfooter a,
.list-product-cat .sectionfooter a {
  color: #fff;
  font-size: 14px;
  border-color: #1c1b1b;
}
.list-post-term .sectionfooter a::before,
.list-product-cat .sectionfooter a::before {
  background-color: #1c1b1b;
}
.list-post-term .sectionfooter a:hover,
.list-product-cat .sectionfooter a:hover {
  color: #1c1b1b;
}
.list-post-term .iterm-post {
  margin-bottom: 60px;
}
.list-post-term .iterm-post article {
  position: relative;
}
.list-post-term .iterm-post article:hover .thumb a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.list-post-term .iterm-post.category-1 .content {
  position: absolute;
  padding: 0 50px;
  bottom: 50px;
  z-index: 1;
}
.list-post-term .iterm-post.category-1 .content h3.title-post {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.list-post-term .iterm-post.category-1 .content .dif {
  display: none;
}
.list-post-term .iterm-post.category-1 .content a.button-s {
  color: #363636;
  position: relative;
  line-height: normal;
  border-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.list-post-term .iterm-post.category-1 .content a.button-s::before {
  background-color: #ffffff;
}
.list-post-term .iterm-post.category-1 .content a.button-s:hover {
  color: #ffffff;
}
.list-post-term .iterm-post .thumb {
  margin-bottom: 22px;
  overflow: hidden;
}
.list-post-term .iterm-post .thumb a {
  line-height: 0;
  display: block;
}
.list-post-term .iterm-post .thumb a img {
  width: 100%;
  transition: 2s ease-in-out;
  -webkit-transition: 2s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.list-post-term .iterm-post .content {
  padding: 0 18px;
}
.list-post-term .iterm-post .content h3.title-post {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 33px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-top: 0px;
  text-align: left;
  text-transform: uppercase;
}
.list-post-term .iterm-post .content h3.title-post a {
  color: inherit;
}
.list-post-term .iterm-post .content .dif {
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
}
.list-post-term .iterm-post .content .underline {
  margin-top: 0;
}
.template-faq {
  margin-bottom: 35px;
  margin-top: 35px;
}
.template-faq .row {
  align-items: flex-start;
}
.template-faq .col-lg-4 {
  position: sticky;
  top: 0;
}
.template-faq .faqSummary ul li {
  margin-bottom: 12px;
}
.template-faq .faqSummary ul li a {
  color: #1c1b1b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.template-faq .faqSummary ul li a span {
  position: relative;
  display: inline-block;
}
.template-faq .faqSummary ul li a span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left center;
  background: currentColor;
  transition: transform .2s linear;
}
.template-faq .faqSummary ul li:hover a span::after,
.template-faq .faqSummary ul li.active a span::after {
  transform: scale(1, 1);
}
.template-faq .pageLayout-section {
  margin-bottom: 60px;
}
.template-faq .pageLayout-section h2.title-faq {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.template-faq .pageLayout-section .pageLayout {
  padding: 14px 0;
  position: relative;
  padding-left: 17px;
}
.template-faq .pageLayout-section .pageLayout:before {
  content: "\f054";
  font-size: 12px;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 16px;
}
.template-faq .pageLayout-section .pageLayout h3.title-faq {
  font-weight: 400;
  color: #1c1b1b;
  font-size: 16px;
  margin-bottom: 0;
  cursor: pointer;
}
.template-faq .pageLayout-section .pageLayout .text-contnent {
  display: none;
}
.template-faq .pageLayout-section .pageLayout .answerWrapper {
  padding: 16px 0 22px 0;
}
.page-header {
  margin: 50px 0;
}
.page-header h1.entry-title {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 0;
}
.page-header .archive-description {
  margin-top: 20px;
}
.post-single-page {
  padding: 40px 0 50px;
  margin-bottom: 120px;
}
.meta-date {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #6a6a6a;
  font-weight: 500;
}
.post-topbar {
  background: #1c1b1b;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  font-weight: 500;
  will-change: transform,opacity;
  font-size: 12px;
  text-transform: uppercase;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  position: fixed;
  pointer-events: none;
  transform: translateY(-100%);
  opacity: 0;
  width: 100%;
}
.post-topbar.is-visible {
  transform: translateY(0);
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.post-topbar .content-topbar-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.post-topbar .post-topbar-left {
  line-height: 1.7;
}
.post-topbar .post-topbar-left span {
  color: rgba(255, 255, 255, 0.5);
}
.post-topbar .post-topbar-left span + span {
  color: #ffffff;
}
.post-topbar .post-topbar-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-topbar .share-post-wp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.post-topbar .share-post-wp span {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}
.post-topbar .share-post-wp a {
  display: inline-block;
  color: inherit;
  font-size: 16px;
  padding: 6px 8px 6px 8px;
}
.post-topbar .share-post-wp a:hover {
  color: #fff;
}
.post-topbar .navigation {
  margin-left: 50px;
}
.post-topbar .navigation .nav-links {
  display: flex;
  align-items: center;
}
.post-topbar .navigation .nav-links a {
  color: rgba(255, 255, 255, 0.5);
}
.post-topbar .navigation .nav-links a i {
  color: #fff;
}
.post-topbar .navigation .nav-links a:hover {
  color: #fff;
}
.post-topbar .navigation .nav-links .nav-previous {
  margin-right: 18px;
}
.post-topbar .navigation .nav-links .nav-previous .meta-nav {
  padding-right: 5px;
}
.post-topbar .navigation .nav-links .nav-next {
  margin-left: 18px;
}
.post-topbar .navigation .nav-links .nav-next .meta-nav {
  padding-left: 5px;
}
.page-content {
  margin-bottom: 65px;
}
.share-post-footer span {
  display: none;
}
.share-post-footer .share-post-wp {
  display: flex;
}
.share-post-footer .share-post-wp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 45px;
  font-size: 19px;
  color: #6a6a6a;
  vertical-align: middle;
  background: #efefef;
  border: 1px solid #cfcfcf;
  outline: 1px solid transparent;
  outline-offset: -1px;
  transition: all 0.2s ease-in-out;
}
.share-post-footer .share-post-wp a + a {
  margin-left: -1px;
}
.share-post-footer .share-post-wp a.icon-sh-fb:hover {
  background: #4469af;
  color: #fff;
  border-color: #4469af;
  outline: 1.5px solid #4469af;
}
.share-post-footer .share-post-wp a.icon-sh-tw:hover {
  background: #00aced;
  color: #fff;
  border-color: #00aced;
  outline: 1.5px solid #00aced;
}
.share-post-footer .share-post-wp a.icon-sh-linkin:hover {
  background: #007ab9;
  color: #fff;
  border-color: #007ab9;
  outline: 1.5px solid #007ab9;
}
.share-post-footer .share-post-wp a.icon-sh-pinter:hover {
  background: #c8232c;
  color: #fff;
  border-color: #c8232c;
  outline: 1.5px solid #c8232c;
}
.post-comments input[name="email"],
.post-comments input[name="author"],
.post-comments textarea {
  margin-bottom: 30px;
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid #cfcfcf;
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease-in-out;
  outline: none;
  background: 0 0;
  font-size: 15px;
  color: #1c1b1b;
}
.post-comments input[name="email"]::-moz-placeholder,
.post-comments input[name="author"]::-moz-placeholder,
.post-comments textarea::-moz-placeholder,
.post-comments input[name="email"]::-moz-placeholder,
.post-comments input[name="author"]::-moz-placeholder,
.post-comments textarea::-moz-placeholder,
.post-comments input[name="email"]::-moz-placeholder,
.post-comments input[name="author"]::-moz-placeholder,
.post-comments textarea::-moz-placeholder,
.post-comments input[name="email"]::-moz-placeholder,
.post-comments input[name="author"]::-moz-placeholder,
.post-comments textarea::-moz-placeholder,
.post-comments input[name="email"]::-moz-placeholder,
.post-comments input[name="author"]::-moz-placeholder,
.post-comments textarea::-moz-placeholder {
  color: #6a6a6a;
  font-size: 15px;
}
.post-comments input[name="email"]:focus,
.post-comments input[name="author"]:focus,
.post-comments textarea:focus {
  border-color: #1c1b1b;
}
.post-comments textarea {
  height: 175px;
}
.post-comments .comment-form-cookies-consent {
  margin-bottom: 30px;
}
.post-comments button[type="submit"] {
  background-color: transparent;
  border-color: #1c1b1b;
  color: #fff;
}
.post-comments button[type="submit"]:before {
  background-color: #1c1b1b;
}
.post-comments button[type="submit"]:hover {
  color: #1c1b1b;
}
#comments .comment .avatar,
#comments .pingback .avatar {
  position: static;
  margin-right: 0;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  padding: 0;
  padding-left: 0;
  border-color: transparent;
}
#comments .children {
  padding-left: 0;
}
#comments {
  margin-top: 50px;
}
#comments .wpd-thread-head {
  margin-top: 60px;
  display: flex;
  border-bottom: 2px solid #cfcfcf;
  margin-bottom: 20px;
}
#comments .wpd-thread-head .comments-title {
  border-bottom: 2px solid #1c1b1b;
  position: relative;
  top: 2px;
  font-size: 20px;
  font-weight: 500;
}
#comments .commentlist .comment-meta {
  flex-wrap: wrap;
}
#comments .commentlist .content,
#comments .commentlist .information,
#comments .commentlist .comment-text,
#comments .commentlist .reply {
  width: 100%;
}
#comments .commentlist .information {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#comments .commentlist .information .comment-author {
  width: 40px;
}
#comments .commentlist .information div + div {
  padding-left: 10px;
}
#comments .commentlist .information div + div a:not(.url) {
  font-size: 11px;
  font-weight: 500;
}
#comments .content {
  padding-left: 50px;
}
#comments .use-admin {
  display: block;
  line-height: 1;
}
#comments ul.commentlist > li > ul.children {
  padding-left: 50px;
}
#comments ul.commentlist .post-comments {
  height: 108px;
}
#comments #reply-title {
  font-size: 20px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#comments .logged-in-as {
  font-size: 12px;
}
#comments ul.children .comment-meta {
  padding: 15px;
  background-color: #e8e8e8cc;
  border: 1px solid #ccc;
}
#comments .reply {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
#comments .reply a {
  font-size: 13px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding-left: 20px;
  color: #6a6a6a;
}
#comments .reply a:before {
  content: "\f3e5";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  transform: rotate(182deg);
}
#comments .reply a:hover {
  color: #1c1b1b;
}
.recent-post {
  background: #1c1b1b;
  padding: 75px 0;
}
.recent-post.list-post-term .iterm-post {
  margin-bottom: 0px;
}
.recent-post.list-post-term .iterm-post .content h3.title-post {
  color: #fff;
}
.pager-form-contact .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}
.pager-form-contact .submit-form {
  width: 100%;
  padding: 0;
  border: 1px solid #1c1b1b;
}
.pager-form-contact .submit-form::before {
  background-color: #1c1b1b;
}
.pager-form-contact .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 10px;
}
.pager-form-contact .wpcf7-spinner {
  position: absolute;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  left: 50%;
}
.woocommerce-form-row {
  position: relative;
  margin-bottom: 15px !important;
}
.woocommerce-form-row .your-password {
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #6a6a6a;
  margin-top: -10px;
}
.woocommerce-form-row.show-label label {
  transform: translateY(0);
  opacity: 1;
}
.woocommerce-form-row label {
  position: absolute;
  bottom: calc(100% - 8px);
  bottom: -moz-calc(100% - 8px);
  bottom: -webkit-calc(100% - 8px);
  font-size: 13px;
  padding: 0 5px;
  left: 10px;
  color: #6a6a6a;
  line-height: normal !important;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(3px);
  background-color: #efefef;
  transition: all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#site-footers {
  padding-top: 75px;
  padding-bottom: 42px;
  background-color: #fff;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-top .widget {
  margin-bottom: 24px;
}
.footer-top .footer-sidebar {
  flex: 0 1 auto;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-top .footer-sidebar#footer-sidebar-4 {
  flex-basis: 275px;
}
.footer-top .footer-sidebar:first-child {
  flex-basis: 360px;
}
.footer-top h3.widget-title {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.6px;
  line-height: 21.45px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: uppercase;
}
.footer-top p,
.footer-top .textwidget {
  color: #6a6a6a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
}
.footer-top ul.menu li {
  position: relative;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
.footer-top ul.menu li a {
  display: block;
  width: 100%;
  text-align: inherit;
  color: inherit;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  color: #666666;
}
.footer-top ul.menu li a:hover {
  color: #1c1b1b;
}
.footer-top .nf-field-label,
.footer-top .nf-before-form-content {
  display: none;
}
.footer-top label {
  margin-bottom: 20px;
}
.footer-top input[type="email"] {
  padding: 11px 14px;
  border-color: #cfcfcf;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  box-shadow: none;
}
.footer-top input[type="email"]:focus {
  border-color: #1c1b1b;
}
.footer-top .form-contac-footer {
  position: relative;
}
.footer-top .form-contac-footer .wpcf7-spinner {
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.footer-top .form-contac-footer .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-top: 8px;
}
.footer-top .submit-form {
  border-color: #1c1b1b;
  padding: 0;
}
.footer-top .submit-form::before {
  background-color: #1c1b1b;
}
.footer-top .submit-form input {
  padding: 13px 28px;
  color: #fff;
  text-align: center;
  background-color: transparent;
  letter-spacing: .2em;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  outline: none;
}
.footer-top .submit-form input:hover {
  color: #1c1b1b;
  background-color: transparent;
}
.footer-top .spacingLoose {
  display: flex;
}
.footer-top .spacingLoose li {
  margin-right: 28px;
  display: inline-block;
}
.footer-top .spacingLoose li a {
  display: inline-block;
  color: #6a6a6a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.footer-top .spacingLoose li a:hover {
  color: #1c1b1b;
}
/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (max-width: 1366px) {
  .site-headers .header-left ul.menu > li {
    margin: 0 12px;
  }
}
@media (max-width: 1199px) {
  .site-headers .header-right ul li a {
    font-size: 20px;
  }
  .site-headers .header-right ul li:last-child {
    margin-left: 0;
  }
  .footer-top {
    margin-right: -10px;
    margin-left: -10px;
  }
  .footer-top .footer-sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-headers .logo-header {
    padding: 2px 0;
    line-height: 0;
  }
}
@media (max-width: 991px) {
  .wg-home-content .widget {
    padding: 50px 0;
  }
  .hello-post-by-term .list-post-term .iterm-post:last-child {
    display: none;
  }
  .footer-top .footer-sidebar,
  .footer-top .footer-sidebar#footer-sidebar-4,
  .footer-top .footer-sidebar:first-child {
    flex-basis: 50%;
  }
  .footer-top .footer-sidebar {
    margin-bottom: 12px;
  }
  .slider-home .iterm img {
    height: 100vh;
    object-position: center;
    object-fit: cover;
  }
  .slider-home .pagination-slider-home .pagination-nav,
  .slider-home .iterm .text {
    padding: 0 15px;
  }
  .slider-home .pagination-slider-home .pagination-nav {
    text-align: left;
  }
  .page-header {
    margin: 23px 0;
  }
  .post-single-page {
    padding: 40px 0 50px;
    margin-bottom: 20px;
  }
  .site-headers .header-left .click-menu-mobile {
    font-size: 23px;
  }
  .list-post-term .iterm-post.category-1 .content {
    position: absolute;
    padding: 0 15px;
    bottom: 50px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
    .site-headers .header-left {
    max-width: 45px;
}
  .wg-home-content .widget-top {
    padding: 0 15px;
  }
  .featured-product .product-meta,
  .featured-product .price,
  .featured-product .title-product,
  .featured-product .col-md-6:first-child {
    text-align: center;
  }
  .featured-product .underline {
    margin-left: auto;
    margin-right: auto;
  }
  .featured-product .quantity {
    text-align: left;
  }
  .container,
  .container-sm {
    width: 100%;
    max-width: 100%;
  }
  .site-headers .logo-header {
    padding: 14px 0;
    line-height: 0;
  }
  .site-headers .logo-header img {
    max-height: 43px;
  }
  .template-faq .pageLayout-section {
    margin-bottom: 30px;
  }
  .template-faq .pageLayout-section h2.title-faq {
    margin-bottom: 10px;
  }
  .template-faq .pageLayout-section .pageLayout {
    padding: 10px 0;
    padding-left: 17px;
  }
  .template-faq .pageLayout-section .pageLayout h3.title-faq {
    font-size: 15px;
  }
  .template-faq .pageLayout-section .pageLayout:before {
    top: 11px;
  }
  .slider-home .swiper-slide-active .iterm .button-group a {
    padding: 11px 18px;
  }
  #comments ul.commentlist > li > ul.children,
  #comments .content {
    padding-left: 20px;
  }
  .sidebar-menu-mobile .drawer-content {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .footer-top .footer-sidebar,
  .footer-top .footer-sidebar#footer-sidebar-4,
  .footer-top .footer-sidebar:first-child {
    flex-basis: 100%;
  }
  .list-post-term .iterm-post.category-1 .content {
    position: static;
  }
  .list-post-term .iterm-post.category-1 .content h3.title-post {
    color: #1c1b1b ;
  }
  .list-post-term .iterm-post.category-1 .content .dif {
    display: block;
  }
  .sidebar-menu-mobile {
    width: calc(100vw - 65px);
    width: -moz-calc(100vw - 65px);
    width: -webkit-calc(100vw - 65px);
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1242px;
  }
  .template-faq .container {
    max-width: 1140px;
  }
  .post-single-page .container {
    max-width: 780px;
  }
  .post-single-page.pager-form-contact .container {
    max-width: 650px;
  }
  .woocommerce-notices-wrapper,
  .container-mds {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .wg-home-content .widget_black_studio_tinymce .textwidget,
  .container-fluid {
    padding: 0 50px;
  }
  .footer-top .footer-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-top {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .site-navigation {
    margin-right: 45px;
  }
  .post-topbar .navigation {
    margin-left: 100px;
  }
}
@media (min-width: 992px) {
  .recent-post {
    padding: 140px 0;
  }
  .post-single-page .container {
    max-width: 780px;
  }
  .post-single-page.pager-form-contact .container {
    max-width: 650px;
  }
}
@media (min-width: 768px) {
  .template-faq {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .mobile-product-quantity {
    display: none;
  }
}