@charset "UTF-8";
body, html {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Public Sans", sans-serif;
}

a {
  color: #566039;
}
a:hover {
  color: #394026;
}

.button-primary, .return-customer input[type=submit], #free_delivery .to_button.to_cart, #header .header-main .cart-widget .body .checkout a, .box-quantity button {
  background: #566039 !important;
  color: #fff !important;
}
.button-primary:hover, .return-customer input[type=submit]:hover, #free_delivery .to_button.to_cart:hover, #header .header-main .cart-widget .body .checkout a:hover, .box-quantity button:hover {
  color: #fff !important;
  background: #333 !important;
  border-color: #333 !important;
}

.button-secondary, .postinfo-wrapper a.readmore.button, #free_delivery .to_button, .ft_newsletter form .btn, .js-product-miniature .product_desc div.cart .product-add-to-cart a, .home_blog_post_area .blog-all-button, .home_blog_post_area .blog_slider .item .blog_post .post_content a.read-more, .homepage_products .item-static .content-static a.button, #header .header-main .header-search-container form button {
  background: #C2CBA7 !important;
  border-color: #acb887 !important;
  color: #fff !important;
}
.button-secondary:hover, .postinfo-wrapper a.readmore.button:hover, #free_delivery .to_button:hover, .ft_newsletter form .btn:hover, .js-product-miniature .product_desc div.cart .product-add-to-cart a:hover, .home_blog_post_area .blog-all-button:hover, .home_blog_post_area .blog_slider .item .blog_post .post_content a.read-more:hover, .homepage_products .item-static .content-static a.button:hover, #header .header-main .header-search-container form button:hover {
  color: #C2CBA7 !important;
  background: #566039 !important;
  border-color: #566039 !important;
}

.box-quantity button.inCart {
  white-space: nowrap;
}

@media (min-width: 991px) {
  .mobile-only {
    display: none;
  }
}
.nittro-transition-bar:before {
  background: #566039;
}

.product-prices .current-price span:first-child {
  color: #566039;
}

#header {
  position: relative;
}
#header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
}
#header.sticky .header-nav {
  display: none;
}
#header.sticky .logo img {
  max-height: 50px;
}
#header .header-main {
  background: #C2CBA7;
}
#header .header-main .container {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .header-main .logo {
  flex: 1;
  margin: 0 30px;
}
#header .header-main .logo a {
  display: block;
  max-width: 320px;
  margin: auto;
}
#header .header-main .logo img {
  max-height: 60px;
}
#header .header-main .h-m-button, #header .header-main .cart-widget > a, #header .header-main .hamburger-button, #header .header-main .account-container .account-button, #header .header-main .header-search-container .search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  padding: 6px 15px;
  color: #566039;
  border: 1px solid #566039;
}
#header .header-main .h-m-button i, #header .header-main .cart-widget > a i, #header .header-main .hamburger-button i, #header .header-main .account-container .account-button i, #header .header-main .header-search-container .search-button i {
  font-size: 16px;
  margin-right: 9px;
}
#header .header-main .h-m-button:hover, #header .header-main .cart-widget > a:hover, #header .header-main .hamburger-button:hover, #header .header-main .account-container .account-button:hover, #header .header-main .header-search-container .search-button:hover {
  color: #C2CBA7;
  background: #566039;
}
#header .header-main .header-search-container {
  position: relative;
  margin-right: 6px;
}
@media (max-width: 600px) {
  #header .header-main .header-search-container {
    position: unset;
  }
}
#header .header-main .header-search-container .search-button {
  min-height: 35px;
  padding: 6px 9px;
}
#header .header-main .header-search-container .search-button i {
  margin-right: 0;
}
#header .header-main .header-search-container:hover .search-wrapper {
  pointer-events: all;
  opacity: 1;
  transform: none;
}
#header .header-main .header-search-container .search-wrapper {
  position: absolute;
  top: calc(100%);
  right: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  border-top: 12px solid #C2CBA7;
  transition: 0.43s ease;
  transform: translateY(-5px);
}
@media (max-width: 600px) {
  #header .header-main .header-search-container .search-wrapper {
    top: calc(100% - 22px);
    left: 0;
    width: calc(100% - 30px);
    margin: 0 15px;
    border-top-color: transparent;
  }
  #header .header-main .header-search-container .search-wrapper form {
    width: 100%;
  }
}
#header .header-main .header-search-container form {
  display: flex;
  width: 280px;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
#header .header-main .header-search-container form input {
  border-radius: 3px 0 0 3px;
}
#header .header-main .header-search-container form button {
  border-radius: 0 3px 3px 0;
}
#header .header-main .account-container {
  display: flex;
  align-items: center;
}
#header .header-main .account-container .account-button {
  margin-right: 6px;
}
@media (max-width: 860px) {
  #header .header-main .account-container .account-button {
    min-height: 35px;
    padding: 6px 9px;
  }
  #header .header-main .account-container .account-button i {
    margin-right: 0;
  }
  #header .header-main .account-container .account-button span {
    display: none;
  }
}
@media (max-width: 600px) {
  #header .header-main .account-container .button-registration {
    display: none;
  }
}
#header .header-main .hamburger-button {
  min-height: 35px;
  margin-left: 6px;
  padding: 6px 9px;
}
#header .header-main .hamburger-button i {
  margin-right: 0;
}
#header .header-main .hamburger-button.opened {
  color: #C2CBA7;
  background: #fff;
}
@media (min-width: 991px) {
  #header .header-main .hamburger-button {
    display: none;
  }
}
#header .header-main .cart-widget {
  position: relative;
  margin-left: 6px;
}
@media (max-width: 600px) {
  #header .header-main .cart-widget {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  #header .header-main .cart-widget > a {
    padding: 6px 9px;
  }
  #header .header-main .cart-widget > a .item_txt {
    display: none;
  }
}
@media (max-width: 574px) {
  #header .header-main .cart-widget > a i {
    margin-right: 0;
  }
}
#header .header-main .cart-widget:hover .body {
  pointer-events: all;
  opacity: 1;
  transform: none;
}
#header .header-main .cart-widget .body {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  z-index: 10;
  width: 355px;
  pointer-events: none;
  opacity: 0;
  border: 1px solid #e5e5e5;
  border-top: 2px solid #C2CBA7;
  background: #fff;
  transition: 0.34s ease;
  transform: translateY(-5px);
}
#header .header-main .cart-widget .body::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  padding: 5px;
  background: #C2CBA7;
  transform: translateX(-1px);
}
#header .header-main .cart-widget .body ul {
  overflow-y: auto;
  max-height: 268px;
  padding: 0 20px;
}
#header .header-main .cart-widget .body ul li {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 440px) {
  #header .header-main .cart-widget .body ul li {
    display: flex;
    align-items: center;
  }
}
#header .header-main .cart-widget .body ul li .img_content {
  position: relative;
  float: left;
  margin: 0;
  margin-right: 20px;
}
#header .header-main .cart-widget .body ul li .img_content .product-quantity {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  min-width: 25px;
  padding: 0;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background: #C2CBA7;
}
@media (max-width: 440px) {
  #header .header-main .cart-widget .body ul li .img_content {
    margin-right: 10px;
    width: 75px;
  }
}
#header .header-main .cart-widget .body ul li .right_block {
  position: relative;
  padding: 0 15px 0 0;
}
#header .header-main .cart-widget .body ul li .right_block .product-name {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #333;
}
#header .header-main .cart-widget .body ul li .right_block .product-price {
  display: block;
  font-weight: bold;
  margin: 10px 0 0;
  color: #C2CBA7;
}
#header .header-main .cart-widget .body ul li .right_block .remove-button {
  float: right;
  margin-top: -16px;
}
#header .header-main .cart-widget .body ul li .right_block .remove-button i {
  font-size: 16px;
  margin-right: 5px;
  color: #C2CBA7;
}
#header .header-main .cart-widget .body .price_content {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#header .header-main .cart-widget .body .price_content .cart-total {
  line-height: 25px;
  overflow: hidden;
}
#header .header-main .cart-widget .body .price_content .cart-total .label, #header .header-main .cart-widget .body .price_content .cart-total .value {
  font-size: 13px;
  font-weight: bold;
  float: left;
  color: #333;
}
#header .header-main .cart-widget .body .price_content .cart-total .value {
  float: right;
}
#header .header-main .cart-widget .body .checkout {
  padding: 0 20px 20px;
}
#header .header-main .cart-widget .body .checkout a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  box-shadow: none;
}
@media (max-width: 440px) {
  #header .header-main .cart-widget {
    position: initial;
  }
  #header .header-main .cart-widget .body {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media (max-width: 860px) {
  #header .header-main .logo {
    order: 1;
    margin: 0 30px 0 0;
  }
  #header .header-main .account-container {
    order: 2;
  }
}
#header .header-nav {
  background: #f3f3f3;
}
#header .header-nav .nav {
  position: relative;
  display: flex;
  margin-bottom: 0;
}
#header .header-nav .nav li {
  flex: 1;
}
#header .header-nav .nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px !important;
  font-weight: 500;
  height: 100%;
  padding: 10px 5px 0;
  text-align: center;
  color: #666;
}
#header .header-nav .nav li:hover > a {
  color: #566039;
  background: rgba(194, 203, 167, 0.4);
}
#header .header-nav .nav li:hover > a.has-icon span, #header .header-nav .nav li:hover > a.has-icon i {
  transform: none;
}
#header .header-nav .nav li:hover .dropdown, #header .header-nav .nav li:focus .dropdown {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
#header .header-nav .nav li a {
  align-items: baseline;
  align-content: baseline;
}
#header .header-nav .nav > li + li > a {
  position: relative;
}
#header .header-nav .nav > li + li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 60%;
  opacity: 0.6;
  background: #C2CBA7;
  transform: translateY(-50%);
}
#header .header-nav .nav > li:hover > a::before, #header .header-nav .nav > li:hover + li > a::before {
  background: transparent !important;
}
#header .header-nav .nav > li > a {
  position: relative;
  justify-content: space-around;
  align-items: center;
  flex-flow: nowrap column;
  line-height: 1.15;
  overflow: hidden;
}
#header .header-nav .nav > li > a span {
  display: block;
  line-height: 1.2;
  transition: transform 0.34s ease;
}
#header .header-nav .nav > li > a i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  height: 28px;
  margin-top: 8px;
  transition: transform 0.34s ease;
}
#header .header-nav .nav > li > a.has-icon span {
  transform: translateY(16px);
}
#header .header-nav .nav > li > a.has-icon i {
  transform: translateY(60px);
}
#header .header-nav .nav .dropdown {
  position: absolute;
  top: calc(100%);
  left: 0;
  z-index: 999;
  display: flex;
  width: 100%;
  padding: 30px 15px;
  pointer-events: none;
  opacity: 0;
  border-top: 1px solid #eaeaea;
  background: #f7f7f7;
  transition: 0.43s ease;
  transform: translateY(-10px);
}
#header .header-nav .nav .dropdown ul {
  flex: 1;
  margin-right: 15px;
}
#header .header-nav .nav .dropdown ul li a {
  justify-content: left;
  align-items: baseline;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 15px;
  text-align: left;
  border-radius: 4px;
}
#header .header-nav .nav .dropdown ul li a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 9px;
}
@media (max-width: 991px) {
  #header .header-nav {
    position: absolute;
    z-index: 9;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 92px);
    pointer-events: none;
    opacity: 0;
    transition: 0.34s ease;
    transform: translateY(-40px);
  }
  #header .header-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
  }
  #header .header-nav.opened {
    pointer-events: all;
    opacity: 1;
    transform: none;
  }
  #header .header-nav .nav {
    flex-flow: wrap row;
    padding: 12px 0;
  }
  #header .header-nav .nav .mobile-separator {
    display: block;
    height: 3px;
    margin-top: 6px;
    margin-right: -15px;
    margin-bottom: 6px;
    margin-left: -15px;
    background: #e5e5e5;
  }
  #header .header-nav .nav .mobile-separator + li {
    border-top: 0;
  }
  #header .header-nav .nav li {
    flex: 100%;
  }
  #header .header-nav .nav li + li {
    border-top: 1px solid #e5e5e5;
  }
  #header .header-nav .nav li .dropdown {
    display: none !important;
  }
  #header .header-nav .nav li a {
    flex-flow: wrap row;
    justify-content: flex-start;
    align-content: center;
    padding: 15px 15px;
    padding-left: 62px;
  }
  #header .header-nav .nav li a::before {
    content: none !important;
  }
  #header .header-nav .nav li a i {
    top: 50%;
    left: 15px;
    width: 32px;
    margin: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%) !important;
  }
  #header .header-nav .nav li a span {
    transform: none !important;
  }
}

.section .section-title h2 {
  flex: 100%;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #333;
}
.section .section-title p {
  flex: 100%;
  text-align: center;
}

.homepage_products {
  padding-top: 64px;
  padding-bottom: 32px;
}
.homepage_products .banner-box {
  margin-bottom: 0;
}
.homepage_products .banner-box a::before, .homepage_products .banner-box a::after {
  content: none;
}
.homepage_products .item-static {
  display: flex;
  flex-flow: wrap column;
  height: 100%;
  padding-bottom: 12px;
}
.homepage_products .item-static .banner-box {
  margin-bottom: 12px;
}
.homepage_products .item-static .banner-box img {
  padding: 0;
}
.homepage_products .item-static .product-sale {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 4;
  overflow: hidden;
  color: #fff;
  border-radius: 0 0 4px 4px;
  background: #566039;
}
.homepage_products .item-static .product-sale .sale-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}
.homepage_products .item-static .product-sale .sale-tag i {
  margin-right: 6px;
}
.homepage_products .item-static .content-static {
  display: flex;
  flex: 1;
  flex-flow: wrap column;
}
.homepage_products .item-static .content-static h2 {
  height: unset;
  margin-top: 0;
}
.homepage_products .item-static .content-static p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.homepage_products .item-static .content-static h2 {
  font-weight: 700;
}
.homepage_products .item-static .content-static .price {
  margin-top: auto;
}
.homepage_products .item-static .content-static .price .sale {
  color: #566039;
}
.home_blog_post_area .blog_slider .item .blog_post .post_content {
  display: flex;
  align-items: center;
  text-align: center;
  background: transparent;
}
.home_blog_post_area .blog_slider .item .blog_post .post_content .content-inner {
  flex: 1;
}
.home_blog_post_area .blog_slider .item .blog_post .post_content a.read-more {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 12px;
}
.home_blog_post_area .blog_slider .item .blog_post .post_content .date_time {
  min-height: unset;
  color: #333;
}
.home_blog_post_area .blog_slider .item .blog_post .post_content .post_title {
  text-transform: initial;
  color: #333;
}

.homepage_infobanners {
  margin-bottom: 0;
  padding-top: 64px;
}
.homepage_infobanners .banner-box {
  margin-bottom: 0;
}
.homepage_infobanners .banner-box a {
  display: block;
}
.homepage_infobanners .banner-box a::after, .homepage_infobanners .banner-box a::before {
  content: none;
}

.home_blog_post_area {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home_blog_post_area .owl-nav {
  top: -77px;
}
.home_blog_post_area .section-title {
  padding-top: 100px;
  padding-bottom: 32px;
}
.home_blog_post_area .owl-stage-outer {
  transform: none;
}
.home_blog_post_area .home_blog_post {
  padding: 0 0 100px;
  background: white;
}
.home_blog_post_area .home_blog_post h3 {
  color: #333;
}
.home_blog_post_area .home_blog_post_inner {
  padding-bottom: 16px;
}
.home_blog_post_area .blog-all-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  margin-top: 15px;
  padding: 0 35px;
  text-transform: uppercase;
  border-radius: 35px;
}

.newsletter-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee;
}
.newsletter-section .ft_newsletter form {
  margin-bottom: 0;
}
.newsletter-section .ft_newsletter form .input-wrapper input {
  padding-left: 20px;
  background: #fff;
}

#footer {
  padding-top: 0;
  background: #333;
}
#footer p {
  color: #fff;
}
#footer .footer-logo {
  margin-bottom: 25px;
}
#footer .footer-logo a {
  display: block;
}
#footer .footer-logo img {
  transition: 0.34s ease;
  filter: grayscale(1) invert(1);
}
#footer .footer-logo img:hover {
  filter: none;
}
#footer .footer-container .footer_block h3 {
  color: #fff;
}
#footer .footer-container .footer-main {
  border-top: 0;
}
#footer .footer-container .footer-contact a,
#footer .footer-container .footer_block .footer_list li a {
  color: #fff;
}
#footer .footer-container .footer-contact a:hover,
#footer .footer-container .footer_block .footer_list li a:hover {
  color: #C2CBA7;
}
#footer .footer-container .footer_block .footer_list li {
  padding: 6px 0;
}
#footer .footer-container .footer_block .footer_list li a {
  line-height: 1.34;
}
#footer .footer-container .footer_block .footer_list li a::before {
  top: 5px;
}
#footer .footer-container .footer-contact .add {
  color: #fff;
}
#footer .footer-container .footer-contact .add::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#footer .footer-copyright-area {
  background: #212121;
}
#footer .footer-copyright-area a {
  font-weight: 700;
  color: #fff;
}
#footer .footer-copyright-area a:hover {
  text-decoration: underline;
}
#footer .footer-copyright-area .copyright-inner {
  border-top: 0;
}
@media (max-width: 860px) {
  #footer {
    padding-top: 32px;
  }
}

.h1.namne_details, .product_name_h1 {
  font-style: normal;
  color: #666;
}

.js-product-miniature .product_desc .manufacturer a::before,
.shop-categori-title h3::before,
.breadcrumb_container .breadcrumb ol li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.shop-page-product-area #list .js-product-miniature .product_desc .product-price-and-shipping {
  margin-top: 12px;
}

.shop-page-product-area #grid .js-product-miniature .product_desc .cart,
.shop-page-product-area #grid .js-product-miniature .product_desc .product-price-and-shipping {
  margin-top: 12px;
}

.js-product-miniature .product_desc div.cart .product-add-to-cart a:hover {
  opacity: 0.8;
}

#list .js-product-miniature .product_desc {
  padding-top: 30px;
}
#list .js-product-miniature .product_desc h1 {
  justify-content: flex-start;
}

.js-product-miniature .product-sale {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 4;
  overflow: hidden;
  color: #fff;
  border-radius: 0 0 4px 4px;
  background: #C2CBA7;
}
.js-product-miniature .product-sale .sale-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}
.js-product-miniature .product-sale .sale-tag i {
  margin-right: 6px;
}

.single-policy .icon:hover i {
  border-color: #acb887;
  background: #C2CBA7;
}

.product-toolbar .topbar-title h1 {
  font-weight: 700;
}

#mainSlider {
  height: calc(100vh - 203px);
}
@media (max-width: 1600px) {
  #mainSlider {
    height: auto;
  }
}

.slider-area {
  margin-bottom: 0;
}

.policy-area {
  transform: translate(0, -169px);
}
@media (max-width: 1200px) {
  .policy-area {
    transform: translate(0, -170px);
  }
}
.policy-area .single-policy {
  margin: 5px !important;
}
.policy-area .policy-area-inner .txt_cms p {
  line-height: 18px;
}

.shop-page-wraper {
  padding-top: 12px;
}

.top_breadcrumb {
  margin-bottom: 0;
  border-top: 1px solid #e6e6e6;
}
.top_breadcrumb .breadcrumb_container {
  font-size: 14px;
  background: transparent;
}
.top_breadcrumb .breadcrumb_container .breadcrumb ol li::after {
  margin: 0 9px;
}
.top_breadcrumb .breadcrumb_container .breadcrumb ol li:last-child {
  opacity: 0.8;
}

.facet ul li a {
  color: #666;
}

.facet ul li a:hover,
.facet ul li.active > a {
  color: #C2CBA7;
}

.slider-area {
  position: relative;
}

.transport-info {
  z-index: 200;
  font-weight: 700;
  color: #fff;
  background: #333;
}
.transport-info .container {
  padding: 6px 15px;
}
.transport-info .container p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.transport-info .container * {
  margin: 0;
  padding: 0;
}
.transport-info .container i {
  font-size: 22px;
  margin-right: 6px;
}

.ft_newsletter h2 {
  color: #333;
}
.cart_free_delivery {
  display: flex;
  justify-content: space-between;
  flex: 0 0 600px;
  flex-flow: wrap row;
  margin: 0 32px;
  margin-bottom: -15px;
  padding: 15px;
  border-radius: 4px;
}
.cart_free_delivery .icon {
  font-size: 48px;
  color: #566039;
}
.cart_free_delivery .completed .icon {
  color: #0cb532;
}
.cart_free_delivery .info_delivery {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cart_free_delivery .info_delivery .del_content {
  padding: 5px;
  padding-left: 25px;
}
.cart_free_delivery .range_value {
  font-size: 11px;
  font-weight: bold;
  margin-top: 6px;
  padding: 4px 12px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
}
.cart_free_delivery .range_wrapper {
  display: flex;
  flex: 100%;
  width: 100%;
  height: 10px;
  margin-top: 8px;
  border: 2px solid #e7e7e7;
  border-radius: 10px;
  background: #f3f3f3;
}
.cart_free_delivery .range_progress {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  border-radius: 10px;
  background: #C2CBA7;
  transition: 0.84s ease;
}
.cart_free_delivery .range_progress::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #566039;
  border-radius: 14px;
  background: #fff;
  transform: translateY(-50%);
}

.blog-page-area .pagination {
  justify-content: center;
  margin-bottom: 32px;
}
.blog-page-area .pagination li.active a {
  background: #C2CBA7;
  color: #fff;
}

.home_blog_post_area .blog_slider .item .blog_post img {
  transition: all 1000ms ease-in;
}
.home_blog_post_area .blog_slider .item:hover .blog_post img {
  transform: scale(1.05);
}

.single-product-related-post .product-add-to-cart {
  margin-top: 1.5em;
}

#scrollUp:hover {
  color: #566039;
  border-color: #b7c297;
  background: #C2CBA7;
}

#free_delivery {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10000000000000002000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#free_delivery * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#free_delivery .del_wrapper {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 720px;
}
#free_delivery .title_block {
  padding: 15px 15px 12px;
  display: flex;
  justify-content: space-between;
}
#free_delivery .content_block {
  padding: 25px 15px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  flex-flow: wrap column;
}
#free_delivery .icon {
  font-size: 48px;
  color: #566039;
}
#free_delivery .completed .icon {
  color: #0cb532;
}
#free_delivery .product {
  display: flex;
}
#free_delivery .product_image {
  width: 120px;
}
#free_delivery .product_content {
  padding: 7px 15px 7px 25px;
  flex: 1;
  line-height: 1.4;
}
#free_delivery .product_content h4 {
  margin-bottom: 12px;
}
#free_delivery .close {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
#free_delivery .button_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px 15px;
}
#free_delivery .range {
  width: 100%;
  max-width: 480px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap row;
}
#free_delivery .range_value {
  font-size: 11px;
  padding: 4px 12px;
  margin-top: 6px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  font-weight: bold;
}
#free_delivery .range_wrapper {
  flex: 100%;
  margin-top: 16px;
  display: flex;
  width: 100%;
  height: 10px;
  border: 2px solid #e7e7e7;
  background: #f3f3f3;
  border-radius: 10px;
}
#free_delivery .range_progress {
  display: block;
  width: 0;
  height: 100%;
  background: #C2CBA7;
  border-radius: 10px;
  transition: 0.84s ease;
  position: relative;
}
#free_delivery .range_progress::after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  border: 2px solid #566039;
  background: #fff;
  border-radius: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#free_delivery .info_delivery {
  display: flex;
  align-items: center;
}
#free_delivery .info_delivery .content {
  padding: 15px 0 15px 25px;
}
#free_delivery .info_delivery .content h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
#free_delivery .info_delivery .content p {
  padding: 0 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
}
#free_delivery .to_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #C2CBA7;
  border-radius: 4px;
  padding: 12px 15px;
  line-height: 1;
}
#free_delivery .to_button i {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  font-size: 10px;
}
#free_delivery .to_button.to_cart i {
  margin-left: 6px;
  margin-right: 0;
}
#free_delivery .del_content .single-line {
  font-size: 28px;
}

/*# sourceMappingURL=app.css.map */
