/*
* @package widewise
*
* Main stylesheet for theme.
*/
/**
 * 1 - Overall configuration
 * 2 - Theme variables
 * 3 - Animations
 * 4 - Front page main section - video
 * 5 - Theme front box feature icons
 * 6 - Code for Theme service features Elementor
 * 7 - Code for Theme Portfolio Block
 * 8 - Contact Form Elementor module WideWise plugin
 * 9 - Code for Theme member box
 * 10 - Code for theme contact Digiaudit landing page
 * 11 - Portfolio page
 * */
/* -----------------------------------------------------
 ************ THEME STYLE SETUP ********************
--------------------------------------------------------*/
/*
* Fonts
*/
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../css/fonts/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../css/fonts/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Fredoka One", sans-serif;
  src: url("../css/fonts/FredokaOne-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(//adensen.ee/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot);src:url(//adensen.ee/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//adensen.ee/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//adensen.ee/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"),url(//adensen.ee/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(//adensen.ee/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}
.fa-shopping-cart:before {
  content: "\f07a";
}
/*
  * COLORS
  * Define template default colors for usage
  */
/*
  * MIXINS
  */
/**
 * 1 - Overall configuration
 * 2 - Theme Buttons styiling
 * 3 - Theme animations
 * 4 - Theme buttons
 * */
/**
 * 1 - Overall configuration
* */
body {
  height: 100%;
  width: 100%;
  line-height: 1.6;
  overflow-x: hidden;
  font-family: "Cabin";
  font-size: 1em;
}

h2 {
  color: #1e1e1e;
  font-size: 2.5em;
  font-family: "Quicksand";
  font-weight: bold;
}

/**
     * 2 - Theme variables configuration
    * */
.hide-op {
  opacity: 0 !important;
  z-index: -1 !important;
}

.hide-dp {
  display: none !important;
}

.theme-spacer-5 {
  height: 5vh;
  width: 100%;
}

/**
   * 3 - Theme animations
  * */
@-webkit-keyframes widthTo100 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes widthTo100 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes bounceDownUp {
  0%,
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25%,
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes bounceDownUp {
  0%,
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25%,
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

/* -----------------------------------------------------
 **************** HEADER STYLESHEET ********************
--------------------------------------------------------*/
/*
  * Header
  * Define template default colors for usage
  */
.site-header {
  position: relative;
  width: 100%;
  height: 120px;
  z-index: 99;
  background: #fff4f2;
}

.site-header-wrapper {
  width: 100%;
  height: 120px;
  background: #fff4f2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 20px 10px;
  z-index: 9;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.site-header-wrapper.hidden {
  top: -120px;
  position: fixed;
}

.site-header-wrapper.show {
  top: 0;
  position: fixed;
  z-index: 999;
}

.site-header-wrapper .nav-left, .site-header-wrapper .nav-right {
  width: 40%;
  height: 100%;
  text-align: center;
}

.site-header-wrapper .nav-left ul, .site-header-wrapper .nav-right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.site-header-wrapper .nav-left ul li, .site-header-wrapper .nav-right ul li {
  display: inline-block;
  padding: 24px 11px;
}

.site-header-wrapper .nav-left ul li a, .site-header-wrapper .nav-right ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #372821;
  text-decoration: none;
}

.site-header-wrapper .site-branding {
  width: 20%;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.site-header-wrapper .site-branding a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-header-wrapper .site-branding a img {
  width: 100%;
  max-width: 224px;
}

.theme-nav-wrap-mobile {
  float: right;
  display: none;
}

.menu-icon {
  width: 30px;
  height: 19px;
  cursor: pointer;
  z-index: 50;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu-icon .line-1,
.menu-icon .line-2,
.menu-icon .line-3 {
  height: 3px;
  width: 100%;
  background-color: #372821;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.menu-icon .line-1 {
  -webkit-animation: animate-line-1-rev 0.7s ease-in-out;
          animation: animate-line-1-rev 0.7s ease-in-out;
}

.menu-icon .line-2 {
  margin: 5px 0;
  -webkit-animation: animate-line-2-rev 0.7s ease-in-out;
          animation: animate-line-2-rev 0.7s ease-in-out;
}

.menu-icon .line-3 {
  -webkit-animation: animate-line-3-rev 0.7s ease-in-out;
          animation: animate-line-3-rev 0.7s ease-in-out;
}

.menu-icon:hover .line-1,
.menu-icon:hover .line-2,
.menu-icon:hover .line-3 {
  background-color: #372821;
}

.menu-icon.active .line-1,
.menu-icon.active .line-2,
.menu-icon.active .line-3 {
  background-color: #372821;
}

.menu-icon.active .line-1 {
  -webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
          animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

.menu-icon.active .line-2 {
  -webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
          animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

.menu-icon.active .line-3 {
  -webkit-animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
          animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

.no-animation {
  -webkit-animation: none !important;
  animation: none !important;
}

@-webkit-keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0);
            transform: translate3d(0, 8px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}

@keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0);
            transform: translate3d(0, 8px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}

@-webkit-keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(0);
            transform: translate3d(0, -8px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
            transform: translate3d(0, -8px, 0) rotate(135deg);
  }
}

@keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(0);
            transform: translate3d(0, -8px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
            transform: translate3d(0, -8px, 0) rotate(135deg);
  }
}

@-webkit-keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0);
            transform: translate3d(0, 8px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0);
            transform: translate3d(0, 8px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@-webkit-keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
            transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(0);
            transform: translate3d(0, -8px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
            transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(0);
            transform: translate3d(0, -8px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

body.lock {
  overflow: hidden !important;
}

.theme-nav-mobile-list {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff4f2;
  right: -100vw;
  -webkit-transition: 0.9s all cubic-bezier(1, -0.21, 1, 1);
  transition: 0.9s all cubic-bezier(1, -0.21, 1, 1);
  z-index: 9;
  opacity: 0;
}

.theme-nav-mobile-list.show {
  right: 0vw;
  opacity: 1;
}

.theme-nav-mobile-list .menu-primary-menu-container {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.theme-nav-mobile-list .menu-primary-menu-container .menu-mobile {
  margin: 0;
  text-align: center;
  padding: 0;
}

.theme-nav-mobile-list .menu-primary-menu-container .menu-item {
  padding-bottom: 20px;
  display: block;
  padding-top: 20px;
  border-bottom: 1px solid #372821;
}

.theme-nav-mobile-list .menu-primary-menu-container .menu-item a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  color: #372821;
  font-size: 18px;
  text-decoration: none;
}

.theme-nav-mobile-list .menu-primary-menu-container .menu-item.menu-item-has-children::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #2c7e6d;
  top: 15px;
  left: 165px;
}

.theme-nav-mobile-list .menu-primary-menu-container .menu-item .sub-menu {
  position: relative;
  padding: 0;
  display: none;
}

.theme-nav-mobile-list .menu-primary-menu-container .menu-item .sub-menu a {
  font-size: 26px;
}

.theme-overflow {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  display: none;
}

.theme-overflow.show {
  opacity: 1;
  z-index: 3;
}

/* -----------------------------------------------------
 **************** FOOTER STYLESHEET ********************
--------------------------------------------------------*/
.theme-footer-wrapper {
  width: 100%;
  position: relative;
  min-height: 400px;
  background: #222222;
  color: #ffffff;
  overflow: hidden;
}

.theme-footer-wrapper .inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 20px;
}

.theme-footer-wrapper .inner .footer-column {
  position: relative;
}

.theme-footer-wrapper .inner .footer-column .theme-footer-column h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 147.9%;
  margin: 10px 0;
}

.theme-footer-wrapper .inner .footer-column .theme-footer-column .textwidget:not(.custom-html-widget) {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 147.9%;
  margin-top: 50px;
}

.theme-footer-wrapper .inner .footer-column .theme-footer-column .icon-wrapper {
  position: absolute;
  bottom: 0;
}

.theme-footer-wrapper .inner .footer-column .theme-footer-column .icon-wrapper a {
  margin-right: 7px;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.theme-footer-wrapper .inner .footer-column .theme-footer-column .icon-wrapper a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.theme-footer-wrapper .inner .theme-footer-contact-wrap p {
  margin: 0;
}

.theme-footer-wrapper .inner .theme-footer-contact-wrap input, .theme-footer-wrapper .inner .theme-footer-contact-wrap textarea {
  border-radius: 2px;
  padding: 7px 12px;
  margin: 6px 0px;
}

.theme-footer-wrapper .inner .theme-footer-contact-wrap input::-webkit-input-placeholder, .theme-footer-wrapper .inner .theme-footer-contact-wrap textarea::-webkit-input-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 147.9%;
  color: #858585;
}

.theme-footer-wrapper .inner .theme-footer-contact-wrap input:-ms-input-placeholder, .theme-footer-wrapper .inner .theme-footer-contact-wrap textarea:-ms-input-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 147.9%;
  color: #858585;
}

.theme-footer-wrapper .inner .theme-footer-contact-wrap input::-ms-input-placeholder, .theme-footer-wrapper .inner .theme-footer-contact-wrap textarea::-ms-input-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 147.9%;
  color: #858585;
}

.theme-footer-wrapper .inner .theme-footer-contact-wrap input::placeholder, .theme-footer-wrapper .inner .theme-footer-contact-wrap textarea::placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 147.9%;
  color: #858585;
}

.theme-footer-wrapper .inner .theme-footer-contact-wrap input[type=text], .theme-footer-wrapper .inner .theme-footer-contact-wrap input[type=email] {
  width: 100%;
  max-width: 270px;
  height: 40px;
}

.theme-footer-wrapper .inner .theme-footer-contact-wrap textarea {
  max-width: 270px;
  max-height: 110px;
}

.theme-footer-wrapper .inner .submit-wrapper {
  text-align: right;
}

.theme-footer-wrapper .inner .submit-wrapper input {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 147.9%;
  color: #FFFFFF;
  background: #6beec1;
  border-radius: 8px;
  padding: 6px 36px;
  margin: 0;
  border: 0;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.theme-footer-wrapper .inner .submit-wrapper input:hover {
  cursor: pointer;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  background: rgba(107, 238, 193, 0.8);
}

.theme-footer-wrapper .inner .submit-wrapper .ajax-loader {
  display: none;
}

.theme-footer-wrapper .bottom {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  min-height: 70px;
}

.theme-footer-wrapper .bottom span.line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  display: block;
  margin-bottom: 13px;
}

.theme-footer-wrapper .bottom .inner-nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px;
  padding: 0 18px;
}

.theme-footer-wrapper .bottom .inner-nav ul li {
  list-style-type: none;
}

.theme-footer-wrapper .bottom .inner-nav ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 147.9%;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.theme-footer-wrapper .bottom .inner-nav ul li a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.theme-footer-wrapper .mobile {
  display: none;
  padding-bottom: 50px;
}

.theme-footer-wrapper .mobile .sidebar {
  margin-top: 35px;
}

.theme-footer-wrapper .mobile .sidebar .theme-footer-column ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px;
  padding: 0;
  text-align: center;
  margin-bottom: 60px;
}

.theme-footer-wrapper .mobile .sidebar .theme-footer-column ul li {
  list-style-type: none;
  padding: 15px 0;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  border-left: none;
  border-right: none;
  border-top: none;
}

.theme-footer-wrapper .mobile .sidebar .theme-footer-column ul li:nth-child(1) {
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
}

.theme-footer-wrapper .mobile .sidebar .theme-footer-column ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 147.9%;
  color: #FFFFFF;
  text-decoration: none;
}

.theme-footer-wrapper .mobile .sidebar .theme-footer-column .textwidget {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 147.9%;
  text-align: center;
  color: #FFFFFF;
}

.theme-footer-wrapper .mobile .sidebar .theme-footer-column .textwidget .icon-wrapper img {
  margin-right: 12px;
  margin-top: 10px;
}

body {
  margin: 0;
  font-family: Poppins;
  font-size: 12px;
}

/**
    * 1. Overall configuration
    */
h1, h2, h3, h4, p {
  font-family: Poppins;
  font-style: normal;
}

h1 {
  font-weight: 500;
  font-size: 36px;
}

h2 {
  font-weight: 500;
  font-size: 24px;
}

h3 {
  font-weight: normal;
  font-size: 20px;
}

p {
  font-size: 16px;
}

a {
  color: #6beec1;
  outline: none;
  text-decoration: none;
}

.site-content {
  margin: 0 auto;
}

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-page.archive .site-content {
  max-width: 1140px;
}

/**
    * 2. Popular products section on front page
    */
.popular-products li.product {
  border: 0 !important;
  overflow: visible !important;
  background: rgba(255, 255, 255, 0) !important;
}

.popular-products li.product:last-child {
  display: none !important;
}

.popular-products li.product .overlay {
  -webkit-box-shadow: 4px 4px 10px rgba(55, 40, 33, 0.1);
          box-shadow: 4px 4px 10px rgba(55, 40, 33, 0.1);
}

.popular-products li.product h2.woocommerce-loop-product__title {
  font-family: Poppins !important;
  text-align: left !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 80%;
  color: #372821;
}

.popular-products li.product span.price {
  text-align: left !important;
  font-family: Poppins !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 16px;
  color: #372821 !important;
}

.popular-products li.product span.woocommerce-Price-currencySymbol {
  font-size: 70%;
  position: relative;
  top: -5px;
}

/**
* 3. Latest blog posts
*/
.latest-blog h5 {
  display: none;
}

.latest-blog ul {
  margin: 0;
  padding: 0;
}

.latest-blog ul li {
  list-style-type: none;
  border-bottom: 1px solid #000000;
  padding: 23px 0;
}

.latest-blog ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 80%;
  color: #372821;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.latest-blog ul li a:hover {
  color: #6beec1;
}

/**
* 4. Product page
*/
.liisi-wrap {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.liisi-wrap img {
  margin-left: 30px;
}

body.single-product .variations .label {
  width: 80% !important;
}

body.single-product .variations .label label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px;
}

body.single-product button.minus, body.single-product button.plus {
  border-radius: 0;
}

body.single-product .quantity input {
  margin: 0;
  border-radius: 0;
}

body.single-product .quantity input::-webkit-inner-spin-button, body.single-product .quantity input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

body.single-product button[type=submit] {
  left: 27%;
  padding: 12px 24px !important;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  background: #6BEEC1 !important;
}

body.single-product button.single_add_to_cart_button:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f217";
  margin-right: 1em;
}

body.single-product button.minus {
  margin-right: 10px;
}

body.single-product button.plus {
  margin-left: 10px;
}

/**
* 4. Woocommerce pages
*/
.woocommerce-notices-wrapper {
  display: none;
}

.ttt-pnwc-container {
  background: #FFF4F2;
}

.ttt-pnwc-container .ttt-pnwc-notice {
  background: #FFF4F2 !important;
}

.ttt-pnwc-container .ttt-pnwc-message {
  font-family: Poppins;
  font-size: 16px;
}

.ttt-pnwc-container button.ttt-pnwc-close {
  background: #6beec1;
}

.ttt-pnwc-container button.ttt-pnwc-close:hover {
  background-color: #6BEEC1;
  -webkit-transform: scale(1.18) translateZ(0);
  transform: scale(1.18) translateZ(0);
}

ul.products {
  grid-column-gap: 40px !important;
}

ul.products .product .product-image {
  position: relative;
}

ul.products .product .product-overlay {
  position: absolute;
  z-index: 9;
  height: 98.7%;
  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;
  background: rgba(107, 238, 193, 0.4);
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

ul.products .product .product-overlay.show {
  opacity: 1;
}

ul.products .product .product-overlay.show button {
  cursor: pointer;
}

ul.products .product .product-overlay button {
  padding: 10px 30px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  background: #6BEEC1;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
}

ul.products .product img {
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25) !important;
  width: 100%;
}

ul.products .product h2, ul.products .product .price {
  font-family: "Poppins", Poppins !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #372821 !important;
  text-align: left !important;
}

.woocommerce-variation.single_variation {
  display: none !important;
}

.theme-price-listing-wrap p.price {
  margin: 0;
}

del {
  font-size: 16px;
  display: block;
  margin-bottom: -10px;
}

del ins {
  font-size: 16px !important;
}

.product-sale {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 100px;
  height: 100px;
  background: #6beec1;
  border-radius: 50%;
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
  z-index: 2;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  font-size: 20px;
  text-align: center;
  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;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.product-sale.left {
  left: -15px;
}

.product-sale:hover, .product-sale.hover {
  -webkit-transform: scale(0.9) rotate(-45deg);
          transform: scale(0.9) rotate(-45deg);
}

.woo_discount_rules_variant_table {
  display: none;
}

.woocommerce-cart h1.entry-title {
  display: none;
}

.woocommerce-cart .cart-count {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 80%;
  color: #ffffff;
}

.woocommerce-cart table.shop_table.adensen-shop-table {
  border: none;
}

.woocommerce-cart table.shop_table.adensen-shop-table thead tr th {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  border: none;
  padding-bottom: 40px;
}

.woocommerce-cart table.shop_table.adensen-shop-table tbody tr td {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.woocommerce-cart table.shop_table.adensen-shop-table tbody tr td.product-thumbnail img {
  max-width: 122px;
  width: auto;
}

.woocommerce-cart table.shop_table.adensen-shop-table tbody tr td.product-name a {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  color: #372821;
}

.woocommerce-cart table.shop_table.adensen-shop-table tbody tr td.product-name dl.variation {
  position: relative;
  font-size: 14px;
}

.woocommerce-cart table.shop_table.adensen-shop-table tbody tr td.product-name dl.variation dt {
  width: 60%;
}

.woocommerce-cart table.shop_table.adensen-shop-table tbody tr td.product-name dl.variation dd p {
  font-size: 14px;
}

.woocommerce-cart table.shop_table.adensen-shop-table tbody tr td.product-remove a.remove {
  color: #372821 !important;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.woocommerce-cart table.shop_table.adensen-shop-table tbody tr td.product-remove a.remove:hover {
  color: red !important;
  background: unset;
}

.woocommerce-cart .cart-table-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-cart .cart-table-after .coupon input {
  border-radius: 3px;
  padding: 3px;
  width: 200px;
  height: 43px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-right: 20px;
}

.woocommerce-cart .cart-table-after .coupon input::-webkit-input-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.woocommerce-cart .cart-table-after .coupon input:-ms-input-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.woocommerce-cart .cart-table-after .coupon input::-ms-input-placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.woocommerce-cart .cart-table-after .coupon input::placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.woocommerce-cart .cart-table-after .button {
  background: #FFFFFF;
  border: 1px solid #372821;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 16px 18px !important;
  height: 43px;
  margin-right: 20px;
  color: #372821;
}

.woocommerce-cart .cart-table-after .button .update-cart {
  margin-right: 20px;
}

.woocommerce-cart .cart-table-after .cart-btn button {
  background: #6BEEC1 !important;
  -webkit-box-shadow: 0px 4px 12px rgba(55, 40, 33, 0.2);
          box-shadow: 0px 4px 12px rgba(55, 40, 33, 0.2);
  border-radius: 2px;
  display: inline-block;
  height: 43px;
  border: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #372821;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.woocommerce-cart .cart-table-after .cart-btn button:hover {
  opacity: 1;
}

.woocommerce-cart .cart_totals {
  margin-top: 45px;
  margin-bottom: 100px;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table {
  border: none;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table thead tr th {
  border-bottom: 1px solid #372821;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  padding: 21px 0px;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table thead tr th:first-child {
  padding-left: 20px;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table thead tr th.sum-total-title, .woocommerce-cart .cart_totals .adensen-cart-table.shop_table thead tr th.sum-total {
  width: 178.5px;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table thead tr th.sum-delivery {
  width: 293px;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table tbody tr td {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  border: none;
  padding-top: 5px;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table tbody tr td:first-child {
  padding-left: 20px;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table tbody tr td.first {
  padding-top: 20px;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table tbody tr td:nth-child(2) {
  text-align: right;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table tbody tr td .woocommerce-shipping-calculator a {
  color: #000000;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table tbody tr td .woocommerce-shipping-calculator span i {
  font-size: 16px;
  margin-left: 15px;
}

.woocommerce-cart .cart_totals .adensen-cart-table.shop_table tbody tr td.bold {
  font-weight: 600;
}

body.woocommerce-checkout h1.entry-title {
  display: none;
}

body.woocommerce-checkout .woocommerce form .form-row-wide, body.woocommerce-checkout .woocommerce-page form .form-row-wide {
  clear: unset;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  position: relative;
  margin-top: -35px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  position: relative;
  background: #372821;
  border: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  padding: 15px 20px;
  margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #6BEEC1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

body.woocommerce-checkout form.woocommerce-checkout {
  padding-bottom: 70px;
}

body.woocommerce-checkout form.woocommerce-checkout .col-1 {
  padding-top: 40px;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 {
  background: #FFF4F2;
  padding: 0 20px;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #372821;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 table {
  border: 0;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 table thead th {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #372821;
  padding: 0;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 table thead th.product-total {
  display: none;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 table tbody td {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #372821;
  padding-left: 0;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 table tfoot tr th {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #372821;
  padding-left: 0;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 table tfoot tr td {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #372821;
  padding-left: 0;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment {
  background: #FFF4F2;
  border-radius: 0;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment ul {
  position: relative;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment ul li {
  position: relative;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment ul li label {
  padding-left: 25px;
  position: relative;
  z-index: 9;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment ul li .check {
  display: block;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  height: 15px;
  width: 15px;
  left: 0;
  top: 6px;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment ul li .check::before {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 7px;
  top: 4px;
  left: 4px;
  background: #6BEEC1;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment ul li input[type=radio]:checked ~ .check::before {
  opacity: 1;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment ul li .payment_box {
  display: block;
  width: 100%;
  background: #6BEEC1;
  border-radius: 2px;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment ul li .payment_box::before {
  display: none;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment ul li .payment_box p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #372821;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 #payment.woocommerce-checkout-payment button {
  background: #6BEEC1;
  -webkit-box-shadow: 0px 4px 12px rgba(55, 40, 33, 0.2);
          box-shadow: 0px 4px 12px rgba(55, 40, 33, 0.2);
  border-radius: 2px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #372821;
  padding: 14px 30px;
  float: left !important;
}

body.woocommerce-checkout form.woocommerce-checkout .col-2 .woocommerce-privacy-policy-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  color: #000000;
  opacity: 0.5;
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields h3 {
  display: none;
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields .checkout-col-half, body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields .checkout-col-half {
  width: 47%;
  display: block;
  float: left;
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields .checkout-col-half.col-right, body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields .checkout-col-half.col-right {
  float: right;
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields p label, body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields p label {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #372821;
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields p span input, body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields p span input {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #372821;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding-left: 10px;
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields p textarea, body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields p textarea {
  height: 150px;
}

body.woocommerce-checkout form.woocommerce-checkout a {
  color: #6BEEC1;
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-error {
  border: 0;
  background: #FFF4F2;
  font-family: Poppins;
  font-size: 14px;
}

/**
* 5. Blog Section
*/
.latest-post-wrapper .latest-title a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #372821;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.latest-post-wrapper .latest-title a:hover {
  color: #ffffff;
}

.latest-post-wrapper .latest-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

.latest-post-wrapper .latest-details .item span {
  font-size: 16px;
}

.latest-post-wrapper .latest-details .item span.detail-date, .latest-post-wrapper .latest-details .item span.detail-author {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
}

.theme-line-hr {
  width: 100%;
  height: 1px;
  background: #372821;
  margin-top: 30px;
  margin-bottom: 20px;
}

.recent-posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.recent-posts-wrapper .recent-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 30px;
}

.recent-posts-wrapper .recent-row .post-thumbnail {
  min-width: 72px;
  margin-right: 29px;
  height: 72px;
  width: 72px;
}

.recent-posts-wrapper .recent-row .post-thumbnail img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-posts-wrapper .recent-row .post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.recent-posts-wrapper .recent-row .post-details span.date, .recent-posts-wrapper .recent-row .post-details a.title {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  color: #372821;
  font-size: 12px;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.recent-posts-wrapper .recent-row .post-details a.title {
  font-weight: 600;
  font-size: 14px;
}

.recent-posts-wrapper .recent-row .post-details a.title:hover {
  color: #6BEEC1;
}

/**
* Contact Form
*/
.wpcf7-form span.wpcf7-not-valid-tip {
  color: #ee6b6be3;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-acceptance-missing {
  border: 2px solid #6beec1;
  font-family: Poppins;
  max-width: 270px;
}

/* -----------------------------------------------------
 **************** RESPONSIVE STYLESHEET *****************
--------------------------------------------------------*/
/* Smartphones */
@media only screen and (min-width: 220px) and (max-width: 767px) {
  .site-header-wrapper .nav-left, .site-header-wrapper .nav-right {
    display: none;
  }
  .site-header-wrapper .site-branding {
    width: 100%;
  }
  .site-header-wrapper, .site-header {
    height: 60px;
  }
  .site-header-wrapper {
    padding: 0 10px;
  }
  .theme-nav-wrap-mobile {
    display: block;
  }
  .site-header-wrapper .site-branding {
    text-align: center;
  }
  .site-header-wrapper .site-branding a {
    margin-right: -30px;
  }
  .site-header-wrapper .site-branding a img {
    max-width: 174px;
  }
  .popular-products ul.products {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .popular-products ul.products li.product {
    -ms-flex-preferred-size: 46% !important;
        flex-basis: 46% !important;
    margin-right: 4% !important;
  }
  .popular-products ul.products li.product:last-child {
    display: inline-block !important;
  }
  .popular-products ul.products li.product h2, .popular-products ul.products li.product span.price {
    font-size: 12px !important;
  }
  .latest-blog ul li {
    padding: 5px 0;
  }
  .latest-blog ul li a {
    font-size: 12px;
  }
  .theme-footer-wrapper .inner, .theme-footer-wrapper .bottom {
    display: none;
  }
  .theme-footer-wrapper .mobile {
    display: block;
  }
  /**
    * Woocommerce
    */
  button.button.cart-btn.update-cart {
    padding: 10px 10px !important;
  }
  .woocommerce-cart .cart-table-after {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  a.cart-btn.payment button, button.button.cart-btn.update-cart {
    margin-top: 20px;
  }
  .woocommerce-cart .cart_totals .adensen-cart-table.shop_table tbody .mobile {
    display: none !important;
  }
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
    position: initial;
    font-size: 14px;
  }
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 16px;
  }
  body.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields .checkout-col-half, body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields .checkout-col-half {
    width: 100%;
  }
  .woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  button.single_add_to_cart_button.button {
    margin-top: 20px !important;
    left: 20px !important;
  }
  .product-sale {
    font-size: 12px;
    width: 50px;
    height: 50px;
  }
  .product-sale.left {
    left: -5px;
  }
  .theme-testimonials-front {
    background: #ffffff !important;
  }
}

/* iPads (portrait and landscape) ----------- */
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}

/* Large screens ----------- */
