/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Light.woff2') format('woff2'), url('../fonts/Ubuntu-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Amatic SC';
  src: url('../fonts/AmaticSC-Bold.woff2') format('woff2'), url('../fonts/AmaticSC-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.woff2') format('woff2'), url('../fonts/Ubuntu-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Medium.woff2') format('woff2'), url('../fonts/Ubuntu-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  position: relative;
}
ul {
  padding: 0px;
  margin: 0px;
}
.green-btn {
  display: inline-block;
  background: #c1cc00;
  padding: 5px 20px;
  border-radius: 28px;
  color: #5a7423;
  border: 1px solid #c1cc00;
}
header.main-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
header.main-header .header-content {
  text-align: center;
  padding: 20px 0;
}
header.main-header .header-content .logo-div {
  display: inline-block;
  max-width: 200px;
}
header.main-header .header-content nav.navigation {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  background: no-repeat;
}
header.main-header .header-content nav.navigation ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
}
header.main-header .header-content nav.navigation ul li a {
  color: #888;
}
header.main-header .header-content nav.navigation ul li button.action.search {
  background: no-repeat;
  border: none;
  font-size: 0px;
}
header.main-header .header-content nav.navigation ul li button.action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #888;
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
header.main-header .header-content nav.navigation ul li button.action.search span {
  font-size: 0px;
}
header.main-header .header-content .btn-ul {
  display: inline-block;
}
header.main-header .header-content .btn-ul li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0px;
}
header.main-header .header-content .btn-ul li .tras-btn {
  background: transparent;
  border: 1px solid #888;
}
.main-footer .top-footer {
  background: #555555;
  padding: 40px 0 30px 0px;
  color: #d5d5d5;
}
.main-footer .top-footer .tpf-inr1 .footer-logo img {
  max-width: 150px;
  margin-bottom: 20px;
}
.main-footer .top-footer .tpf-inr4 .newsletter {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.main-footer .top-footer .tpf-inr4 .newsletter .actions {
  display: inline-block;
  vertical-align: top;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.main-footer .top-footer .tpf-inr4 .newsletter .actions .action {
  display: inline-block;
  background: #c1cc00;
  padding: 5px 20px;
  border-radius: 28px;
  color: #5a7423;
  border: 1px solid #c1cc00;
  font-weight: normal;
  font-size: 10px;
  height: 27px;
}
.main-footer .top-footer .tpf-inr4 .newsletter input[type="email"] {
  height: 27px;
  border-radius: 28px;
  font-size: 12px;
}
.main-footer .top-footer .tpf-inr4 .newsletter .green-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.main-footer .top-footer .tpf-inr h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.main-footer .top-footer .tpf-inr .footer-li li {
  display: block;
}
.main-footer .top-footer .tpf-inr .social-li {
  display: none;
}
.main-footer .bottom-footer {
  background: #333333;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.main-footer .bottom-footer img {
  width: 30px;
}
#maincontent {
  max-width: 100%;
  padding: 0px;
}
.cms-index-index .columns .column.main {
  padding-bottom: 0;
}
.cms-index-index .home-page-product-section .block-new-products {
  width: 100%;
}
.cms-index-index .home-page-product-section .block-new-products .block-title {
  display: none;
}
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items .product-item {
  width: 25%;
  margin: 0px !important;
  float: left;
  margin-bottom: 20px !important;
  text-align: center;
  padding: 0 15px;
}
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items .product-item .product-item-info {
  background: #fff;
  height: 100%;
  display: block;
}
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items .product-item .product-item-info .product-item-photo {
  display: block;
}
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  width: 100%;
}
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-link {
  color: #c1cc00;
  font-size: 14px;
  font-weight: 500;
}
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items .product-item .product-item-info .product-item-details .price {
  color: #c1cc00;
  font-size: 18px;
}
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  display: none;
}
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items .product-item .product-item-info:hover,
.cms-index-index .home-page-product-section .block-new-products .products-grid .product-items .product-item .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.home-banner {
  position: relative;
}
.home-banner .container {
  position: relative;
}
.home-banner .container .home-banner-txt {
  position: absolute;
  bottom: 80px;
  right: 0px;
  color: #fff;
  text-align: center;
}
.home-banner .container .home-banner-txt h2 {
  font-family: 'Amatic SC';
  font-size: 42px;
  margin-bottom: 50px;
}
.home-banner .container .home-banner-txt ul {
  padding: 0px;
  margin-top: 40px;
}
.home-banner .container .home-banner-txt ul li {
  max-width: 160px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 30px;
}
.home-page-product-section {
  background: #f4f4f4;
  padding: 50px 0px;
}
.home-page-product-section .home-section-title {
  position: relative;
  color: #57576a;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.home-page-product-section .home-section-title:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #c1cc00;
  position: absolute;
  left: 0;
}
.home-page-product-section .col-md-3,
.home-page-product-section .col-md-6 {
  margin-bottom: 30px;
}
.home-page-product-section .col-md-3 .home-product-single,
.home-page-product-section .col-md-6 .home-product-single {
  background: #fff;
}
.home-page-product-section .col-md-3 .home-product-single .home-product-img img,
.home-page-product-section .col-md-6 .home-product-single .home-product-img img {
  width: 100%;
}
.home-page-product-section .col-md-3 .home-product-single .home-product-details,
.home-page-product-section .col-md-6 .home-product-single .home-product-details {
  text-align: center;
  padding: 15px 10px 10px;
}
.home-page-product-section .col-md-3 .home-product-single .home-product-details h4,
.home-page-product-section .col-md-6 .home-product-single .home-product-details h4 {
  font-size: 24px;
  color: #c1cc00;
}
.home-page-product-section .col-md-3 .home-product-single .home-product-details .home-prd-name,
.home-page-product-section .col-md-6 .home-product-single .home-product-details .home-prd-name {
  font-size: 13px;
}
.home-page-product-section .col-md-3 .home-product-single .home-product-details .home-prd-price,
.home-page-product-section .col-md-6 .home-product-single .home-product-details .home-prd-price {
  color: #c1cc00;
}
.home-page-product-section .col-md-3 .home-product-single .home-product-details p,
.home-page-product-section .col-md-6 .home-product-single .home-product-details p {
  color: #cdcdcc;
  margin-bottom: 0px;
}
.home-page-product-section .col-md-3 .home-product-add,
.home-page-product-section .col-md-6 .home-product-add {
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
}
.user-reviews-section {
  text-align: center;
  padding: 90px 0 80px 0;
  color: #fff;
  background-position: center;
}
.user-reviews-section .user-review-txt {
  font-family: 'Amatic SC';
  font-size: 36px;
}
.user-reviews-section .user-review-client-name {
  position: relative;
  font-family: 'Open Sans';
  font-size: 14px;
  margin: 20px 0;
}
.user-reviews-section .user-review-client-name:before {
  content: '';
  width: 35px;
  height: 2px;
  background: #c1cc00;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
}
.app-avail-section {
  background: #f4f4f4;
  padding-bottom: 50px;
}
.app-avail-section .container {
  background: #fff;
}
.app-avail-section .container .row {
  align-items: center;
}
.app-avail-section .container .row .app-avail-details h4 {
  color: #c1cc00;
  font-size: 24px;
  margin-bottom: 10px;
}
.app-avail-section .container .row .app-avail-details ul li {
  display: inline-block;
}
.app-avail-section .container .row .app-avail-details ul li a {
  display: block;
}
.app-avail-section .container .row .app-avail-details ul li a img {
  width: 190px;
}
.testimonial {
  background: #888888;
  text-align: center;
  color: #fff;
  padding: 25px 0px 20px 0px;
}
.testimonial .testimonial-content p {
  font-size: 18px;
  font-weight: 500;
}
.testimonial .testimonial-content .user-name {
  position: relative;
  padding-top: 6px;
  font-size: 13px;
}
.testimonial .testimonial-content .user-name:before {
  content: '';
  height: 2px;
  width: 40px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.cms-page-view header.main-header {
  position: static;
  background: #fff;
}
body {
  background: #f4f4f4;
}
.how-work-1 {
  padding: 50px 0px;
}
.how-work-1 .home-section-title {
  position: relative;
  color: #57576a;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.how-work-1 .home-section-title:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #c1cc00;
  position: absolute;
  left: 0;
}
.how-work-1 .how-work-1-single {
  background: #fff;
  height: 100%;
  text-align: center;
  padding: 40px 30px;
}
.how-work-1 .how-work-1-single .img-tag img {
  width: 100%;
}
.how-work-1 .how-work-1-single .detail-tag h3 {
  color: #5d5555;
  font-size: 18px;
  margin: 15px 0px;
}
.how-work-1 .how-work-1-single .detail-tag p {
  font-size: 16px;
  color: #c1c1c1;
}
.how-work-2 {
  padding: 50px 0px;
}
.how-work-2 .home-section-title {
  position: relative;
  color: #57576a;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.how-work-2 .home-section-title:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #c1cc00;
  position: absolute;
  left: 0;
}
.how-work-2 .how-work-2-single {
  background: #fff;
  text-align: center;
  height: 100%;
  padding: 50px 70px;
}
.how-work-2 .how-work-2-single .img-tag img {
  width: 150px;
}
.how-work-2 .how-work-2-single .detail-tag h3 {
  color: #c1cc00;
  font-size: 22px;
  margin: 15px 0px;
}
.how-work-2 .how-work-2-single .detail-tag h3 strong {
  display: block;
}
.how-work-2 .how-work-2-single .detail-tag p {
  font-size: 16px;
  color: #c1c1c1;
}
.how-work-3 {
  padding: 50px 0px;
}
.how-work-3 .home-section-title {
  position: relative;
  color: #57576a;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.how-work-3 .home-section-title:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #c1cc00;
  position: absolute;
  left: 0;
}
.how-work-3 .row {
  background: #fff;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.how-work-3 .row .how-work-3-single {
  padding: 50px 0px;
  width: 230px;
  margin: auto;
}
.how-work-3 .row .how-work-3-single .img-tag img {
  height: 100px;
  width: auto;
}
.how-work-3 .row .how-work-3-single .detail-tag h3 {
  color: #5d5555;
  font-size: 18px;
  margin: 15px 0px;
}
.how-work-3 .row .how-work-3-single .detail-tag p {
  font-size: 16px;
  color: #333;
}
.how-work-4 {
  padding: 50px 0px;
}
.how-work-4 .row {
  background: #fff;
  padding: 30px 0px;
}
.how-work-4 .row .col-md-6 {
  align-self: center;
}
.how-work-4 .row .col-md-6 .how-work-4-single .img-tag img {
  width: 100%;
}
.how-work-4 .row .col-md-6 .how-work-4-single .detail-tag h3 {
  color: #c1cc00;
  font-size: 24px;
  margin: 15px 0px 30px 0px;
}
.how-work-4 .row .col-md-6 .how-work-4-single .detail-tag h3 strong {
  display: block;
}
.how-work-4 .row .col-md-6 .how-work-4-single .detail-tag ul li {
  display: block;
  font-size: 15px;
  margin-bottom: 25px;
  max-width: 450px;
  position: relative;
}
.how-work-4 .row .col-md-6 .how-work-4-single .detail-tag ul li strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.how-work-4 .row .col-md-6 .how-work-4-single .detail-tag ul li strong:before {
  content: '';
  height: 14px;
  width: 7px;
  display: inline-block;
  border: 2px solid #c1cc52;
  position: absolute;
  border-width: 0px 2px 2px 0px;
  left: -25px;
  transform: rotate(45deg);
  top: 4px;
}
.cms-home-banner {
  background-size: cover;
  height: 500px;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.cms-home-banner h2 {
  font-family: 'Amatic SC';
  font-size: 42px;
  color: #fff;
}
.section-title h2 {
  position: relative;
  color: #57576a;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.section-title h2:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #c1cc00;
  position: absolute;
  left: 0;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
