@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/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/v15/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/v15/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/v15/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/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
body {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  color: #352d39;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
}
a,
a:visited {
  color: #007bff;
}
p {
  margin-bottom: 0;
}
ul {
  margin: 0;
}
a:focus,
a:active,
a.active,
input:focus,
input:active,
input.active,
button:focus,
button:active,
button.active,
.slick-slide:focus,
.slick-slide:active,
.slick-slide.active,
select {
  outline: none;
}
.site-main {
  padding: 60px 0;
  min-height: 560px;
}
.page,
.post {
  margin: 0;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.button,
a.button,
input[type="submit"] {
  display: inline-block;
  background: #ED702F;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  text-align: center;
  min-width: 160px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.button:visited,
a.button:visited,
input[type="submit"]:visited {
  color: #fff;
}
.button:hover,
a.button:hover,
input[type="submit"]:hover {
  background: #ef8046;
  text-decoration: none;
}
.button.button-closed,
a.button.button-closed,
input[type="submit"].button-closed {
  margin-left: 15px;
  background-color: transparent;
  border: 1px solid #ed702f;
}
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
a.more {
  color: #ed702f;
}
h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.h1 {
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 3.5rem;
  color: #3a8ee0;
  margin-bottom: 30px;
}
h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
h3 {
  font-weight: 600;
}
.breadcrumb,
.woocommerce-breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
  font-size: 14px;
  color: #352d39;
}
.breadcrumb a,
.woocommerce-breadcrumb a {
  color: #ed702f !important;
}
.header {
  background-color: #fff;
  padding: 10px 0;
}
.header-phone {
  display: block;
  color: #352d39;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.header-phone:hover,
.header-phone:focus,
.header-phone:visited {
  text-decoration: none;
  color: #352d39;
}
.header-email {
  display: block;
  color: #352d39;
  font-size: 20px;
  text-decoration: none;
}
.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-branding-text {
  display: block;
  color: #352d39;
}
.site-branding-text:hover,
.site-branding-text:focus,
.site-branding-text:visited {
  text-decoration: none;
  color: #352d39;
}
.site-title {
  font-weight: 700;
  font-size: 18px;
  color: #006fc0;
  line-height: 1.2;
	margin-bottom: 3px;
}
.site-description {
  font-size: 12px;
  max-width: 200px;
  line-height: 1.4;
}
.custom-logo-link {
  max-width: 80px;
  margin-right: 15px;
}
.navbar {
  background-color: #F3F7FA;
}
.navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
a.nav-link {
  color: #352d39;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
a.nav-link:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ed702f;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
}
a.nav-link:hover:before {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
a.nav-link:hover,
a.nav-link:focus,
a.nav-link:active,
a.nav-link:visited,
a.nav-link.active {
  color: #352d39;
  text-decoration: none;
}
.dropdown-menu {
  font-size: 15px;
}
.dropdown-item {
  color: #352d39 !important;
}
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item.active {
  background-color: transparent;
}
.main-slide {
  min-height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
}
.home-page {
  padding: 110px 0;
}
.services {
  padding: 100px 0;
  background-color: #F3F7FA;
}
.service {
  min-height: 500px;
  padding: 50px;
  margin-bottom: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service .button-closed {
  opacity: 0;
}
.service:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
.service:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.service:hover .button-closed {
  opacity: 1;
}
.service h4 {
  position: relative;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.service p {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
  max-width: 600px;
}
.service a {
  position: relative;
}
.main-articles {
  padding: 100px 0;
}
.main-articles h2 {
  margin-bottom: 60px;
}
.main-article {
  min-height: 170px;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  font-size: 14px;
}
.main-article h4 {
  font-size: 18px;
}
.main-article p {
  color: #708FA8;
  margin: 10px 0;
}
.footer {
  padding: 80px 0 30px;
  background-color: #708FA8;
  color: #fff;
  font-size: 13px;
}
.footer-search {
  margin-top: 10px;
}
.footer-contact {
  margin-top: 10px;
}
.footer-menu {
  margin-top: 60px;
}
.footer-right {
  padding-left: 100px;
}
.footer h4 {
  font-size: 18px;
  font-weight: 700;
}
.footer a {
  color: #fff !important;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 5px;
}
.footer-bottom {
  padding: 20px 0;
}
.copyright {
  margin: 60px 0 20px;
  padding: 20px 0;
  border-top: 1px solid #84a7c3;
  border-bottom: 1px solid #84a7c3;
}
.attachment-post-thumbnail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.widget-area {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 10px;
}
.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.widget h4 {
  font-weight: 700;
  font-size: 18px;
  color: #708FA8;
  margin-bottom: 20px;
  position: relative;
}
.widget h4:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: rgba(242, 153, 105, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul li a {
  display: block;
  padding: 10px;
  margin-bottom: 2px;
  background-color: #f7fbfe;
  font-size: 13px;
  color: #352d39 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.widget ul li a:hover {
  text-decoration: none;
  background-color: #f1f9ff;
}
.search-form {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search-form label {
  margin: 0;
}
.search-form input[type="search"] {
  display: block;
}
.search-form input[type="submit"],
.search-form button[type="submit"] {
  display: block;
  background-color: #ed702f;
  color: #fff;
  font-size: 14px;
  min-width: auto;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 10px;
}
.article {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #F3F7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.article .permalink {
  display: block;
  margin-right: 15px;
}
.article-text p {
  color: #708fa8;
}
.entry-footer {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cat-links a {
  display: inline-block;
  color: #ed702f;
  font-weight: 600;
}
.edit-link {
  padding-left: 20px;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pagination span {
  display: block;
  padding: 5px 10px;
  background-color: #F3F7FA;
  border-radius: 2px;
  margin-right: 5px;
  font-weight: 500;
}
.pagination span.current {
  font-weight: 700;
}
.pagination a {
  display: block;
  padding: 3px 10px;
  background-color: #F3F7FA;
  border-radius: 2px;
  margin-right: 5px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination a.page-numbers {
  color: #ed702f;
}
.pagination a:hover {
  text-decoration: none;
  background-color: #e1ebf3;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="textarea"],
input[type="text"],
input[type="password"],
input[type="email"],
select {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-bottom: 15px;
  padding: 5px;
}
.login-submit {
  margin-bottom: 15px;
}
.search-result {
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #f3f7fa;
}
.search-result .entry-summary {
  margin-bottom: 10px;
}
.entry-title a {
  color: #ed702f;
}
.entry-title a:hover {
  text-decoration: none;
}
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce ul.products li.product {
  float: none;
  margin: 0;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #F3F7FA;
  padding: 15px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce ul.products li.product:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.woocommerce ul.products li.product a:hover {
  text-decoration: none;
}
.woocommerce ul.products li.product a .price {
  display: block;
  color: #00a239;
  font-weight: 500;
}
.woocommerce ul.products li.product img {
  margin: 0 auto;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-top: 10px;
  font-weight: 400;
  font-size: 0.9rem;
  color: #352d39;
  height: 52px;
  overflow-y: hidden;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  font-size: 13px;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #ef8046;
  color: #fff;
  text-decoration: none;
}
.woocommerce-product-gallery {
  margin-top: 1.5em;
}
.woocommerce h1.product_title {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.woocommerce .price {
  color: #00a239;
  font-weight: 500;
  margin-bottom: 20px;
}
.woocommerce .product .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}
.woocommerce .product .cart input[type="number"] {
  max-width: 60px;
}
.woocommerce .product .cart button.button {
  margin: 0 15px;
}
.woocommerce .form-row {
  margin-bottom: 10px;
}
.woocommerce-table tr td,
.woocommerce .shop_table tr td {
  border: 1px solid #F3F7FA;
  padding: 5px;
  font-size: 14px;
}
.woocommerce-table tr td.product-remove,
.woocommerce .shop_table tr td.product-remove {
  text-align: center;
}
.woocommerce-table tr td.product-remove a,
.woocommerce .shop_table tr td.product-remove a {
  color: #f00 !important;
  font-size: 20px;
  font-weight: 600;
}
.woocommerce-table tr td.product-remove a:hover,
.woocommerce .shop_table tr td.product-remove a:hover {
  text-decoration: none;
}
.woocommerce-table tr td.actions,
.woocommerce .shop_table tr td.actions {
  text-align: right;
}
.woocommerce-table tr th,
.woocommerce .shop_table tr th {
  border: 1px solid #F3F7FA;
  padding: 5px;
  font-size: 14px;
}
.woocommerce-order-details {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: 100%;
}
.woocommerce-tabs {
  margin: 40px auto;
}
.woocommerce-tabs ul.tabs {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #F3F7FA;
}
.woocommerce-tabs ul.tabs li a {
  padding: 10px 20px;
  display: block;
  color: #352D39;
  font-weight: 600;
  border: 1px solid #F3F7FA;
}
.woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
}
.woocommerce-tabs ul.tabs li:not(:first-child) a {
  margin-left: -1px;
}
.woocommerce-tabs ul.tabs li:first-child a {
  border-top-left-radius: 5px;
}
.woocommerce-tabs ul.tabs li:last-child a {
  border-top-right-radius: 5px;
}
.woocommerce-tabs ul.tabs li.active a {
  background-color: #F3F7FA;
}
.woocommerce-product-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.woocommerce-product-search input[type="search"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce-product-search button[type="submit"] {
  margin-left: -1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.woocommerce .woocommerce-error {
  padding: 5px;
  list-style: none;
  color: #fff;
}
.woocommerce-notices-wrapper {
  margin-bottom: 20px;
  color: #fff;
}
.woocommerce-notices-wrapper ul {
  padding: 0;
  list-style: none;
}
.woocommerce-notices-wrapper a.button {
  border-radius: 0;
  margin-right: 10px;
}
.woocommerce-message .button {
  border-radius: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce-input-wrapper {
  width: 100%;
  font-weight: 500;
  color: #aaa;
}
#customer_details {
  margin-bottom: 30px;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit {
  background-color: #ED702F;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover {
  background: #ef8046;
  color: #fff;
  text-decoration: none;
}
.woocommerce-checkout-payment ul {
  padding: 0;
  list-style: none;
}
.woocommerce-checkout-payment .payment_box {
  padding: 15px;
  background-color: #fff;
  border: 2px solid #32d81a;
  margin-bottom: 20px;
  position: relative;
}
.woocommerce-checkout-payment .payment_box:before {
  content: '';
  position: absolute;
  top: -30px;
  border: 1em solid #32d81a;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
ul.order_details {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ul.order_details li {
  padding: 10px;
  padding-right: 2em;
  border: 1px solid #F3F7FA;
  margin-left: -1px;
}
ul.order_details li.woocommerce-order-overview__order strong {
  color: #ed702f;
}
ul.order_details strong {
  display: block;
}
.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 250px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 10px 15px;
  margin-bottom: 2px;
  background-color: #f7fbfe;
  color: #352d39;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
  background-color: #e9f4fc;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
}
.related {
  margin-top: 50px;
}
.related h2 {
  margin-bottom: 30px;
}
.widget_price_filter .price_slider_amount .button {
  padding: 3px 7px;
  font-size: 12px;
  min-width: auto;
}
ul.woocommerce-shipping-methods {
  padding: 0;
  list-style: none;
}
@media (max-width: 1399px) {
  .main-slide {
    min-height: 500px;
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .woocommerce-product-search {
    font-size: 12px;
  }
  .woocommerce a.button {
    padding: 10px;
  }
  .woocommerce .price_label {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .navbar > .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-toggler.collapsed .burger {
    position: absolute;
    display: block;
    width: 65px;
    height: 4px;
    border-radius: 4px;
    background-color: #ed702f;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar-toggler.collapsed .burger:focus {
    outline: none;
  }
  .navbar-toggler.collapsed .burger:before {
    content: '';
    display: block;
    width: 65px;
    height: 4px;
    border-radius: 4px;
    background-color: #ed702f;
    position: absolute;
    right: 0;
    top: -12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .navbar-toggler.collapsed .burger:after {
    content: '';
    display: block;
    width: 45px;
    height: 4px;
    border-radius: 4px;
    background-color: #ed702f;
    position: absolute;
    right: 0;
    bottom: -12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .navbar-toggler {
    width: 65px;
    height: 35px;
    position: relative;
    float: right;
  }
  .navbar-toggler .burger {
    position: absolute;
    display: block;
    width: 65px;
    height: 4px;
    border-radius: 4px;
    background-color: transparent;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .navbar-toggler .burger:focus {
    outline: none;
  }
  .navbar-toggler .burger:before {
    content: '';
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 4px;
    background-color: #ed702f;
    position: absolute;
    right: 0;
    top: -12px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navbar-toggler .burger:after {
    content: '';
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 4px;
    background-color: #ed702f;
    position: absolute;
    right: 0;
    bottom: -12px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-right {
    padding-left: 15px;
  }
  .footer-contact {
    margin-top: 60px;
  }
  h1 {
    font-size: 2rem;
  }
  h1.page-title {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .widget-area {
    margin-top: 50px;
    max-width: 300px;
  }
  .service .button-closed {
    opacity: 1;
    margin-left: 0;
    margin-top: 15px;
  }
  ul.order_details {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .site-branding {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .right {
    text-align: center;
  }
  h1 {
    font-size: 1.6rem;
  }
  .h1 {
    font-size: 2rem;
  }
  .services {
    padding-bottom: 60px;
  }
  .home-page {
    padding: 60px 0;
  }
  .site-main {
    min-height: auto;
  }
  .footer-search {
    margin-top: 30px;
  }
  .footer-contact {
    margin-top: 30px;
  }
  .footer-menu {
    margin-top: 30px;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .right {
    display: block;
    margin-top: 10px;
  }
  .woocommerce ul.products li.product {
    width: 50%;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.65rem;
  }
  .woocommerce h2 {
    font-size: 1.4rem;
  }
  .woocommerce h3 {
    font-size: 1.1rem;
  }
  .woocommerce a.button {
    min-width: 110px;
    font-size: 12px;
  }
  .woocommerce .product-thumbnail:before {
    content: '';
  }
  ul.order_details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.order_details li {
    width: 50%;
    margin-top: -1px;
  }
}
@media (max-width: 575px) {
  .footer {
    text-align: center;
  }
  .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article .permalink {
    margin-bottom: 15px;
  }
}
@media (max-width: 350px) {
  .service {
    padding: 30px;
  }
  input[type="number"] {
    max-width: 100px;
  }
  ul.order_details li {
    width: 100%;
  }
  .woocommerce-table tr th,
  .woocommerce .shop_table tr th,
  .woocommerce-table tr td,
  .woocommerce .shop_table tr td {
    font-size: 12px;
  }
}
