/* =============================================
=                CSS Index            =
============================================= */
/*

    00 - Base - Variables
    00 - Base - Mixins
    01 - Global - Default
    02 - Global - Helper
    03 - Global - Color
    04 - Layout - Header
    05 - Layout - Footer
    06 - Pages - Blog
    07 - Pages - Shop
    08 - Pages - Single-product
    09 - Pages - Contact
    10 - Pages - Error
    11 - Pages - Compare
    12 - Pages - Cart
    13 - Pages - Checkout
    14 - Pages - Wishlist
    15 - Pages - FAQ
    16 - Pages - My-Account
    17 - Pages - Login-Register
    18 - Components - Button
    19 - Components - Slider
    20 - Components - Feature
    21 - Components - Product
    22 - Components - Banner
    23 - Components - Newsletter 
    24 - Components - Support
    25 - Components - Action-plan
    26 - Components - Brand-logo
    27 - Components - Modal
    28 - Components - Breadcrumb

  =====  End of CSS Index  ====== */
/*----------------------------------------*/
/*    00 - Base - Variables
/*----------------------------------------*/
/*----------------------------------------*/
/*    00 - Base - Mixins
/*----------------------------------------*/
/*----------------------------------------*/
/*    01 - Global - Default
/*----------------------------------------*/

body {
  background-color: #fafafa;
  font-family: Roboto;
  font-size: 20px;
  color: #666;
  scroll-behavior: smooth;
}

p {
  margin-bottom: 0px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.img-full {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}


a {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #36b24a;
}

a,
button,
i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
select {
  text-decoration: none;
  outline: 0;
}

input.input-field {
  border: 1px solid #e1e1e1;
}

textarea.textarea-field {
  border: 1px solid #e1e1e1;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

input[type="checkbox"]+label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #e1e1e1;
  content: "";
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

input[type="checkbox"]+label:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  width: 20px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #13aff0;
}

input[type="checkbox"]:checked+label:before {
  border: 2px solid #e1e1e1;
}

input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

button,
.btn {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
}

/* ---Font Style--- */

/* ---Line Height--- */

/*----------------------------------------*/
/*    02 - Global - Helper
/*----------------------------------------*/
/*--- Custom Container ---*/
@media (min-width: 1501px) {
  /* .container-default {
    max-width: 1480px;
  } */
}

@media (min-width: 1501px) {
  .container-default-2 {
    max-width: 1140px;
  }
}

/*--- Custom Container, row and col  ---*/
.container.custom-area {
  padding-right: 15px;
  padding-left: 15px;
}

.container.custom-area .row {
  margin-right: -15px;
  margin-left: -15px;
}

.container.custom-area .col-custom {
  padding-right: 15px;
  padding-left: 15px;
}

.title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.8;
}


.logo {
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .title {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .title {
    font-size: 26px;
  }
}

/* .section-content .title-1 {
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 479px) {
  .section-content .title-1 {
    font-size: 26px;
  }
} */

/* ---Spacing Between Two Row---*/

/* ---Tab Content & Pane Fix--- */
/*-- Scroll To Top --*/
.scroll-to-top {
  background-color: #36b24a;
  color: #ffffff;
  position: fixed;
  right: 50px;
  top: 0%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 999;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
}

.scroll-to-top:hover {
  background-color: #1B1B1C;
}

.product-rating i {
  font-size: 18px;
  margin-right: 1px;
  color: #36b24a;
}

/* ---Pagination--- */

/* ---Tag--- */
/* ---Range Slider--- */

/* ---Countdown--- */
.countdown-wrapper {
  margin-bottom: 10px;
}

/* ---Section Space--- */

/*--- Image Hover Style ---*/

/* ---Nice Select Customization--- */

/*--- Slick Dots Style ---*/

/* ---Mgana Slick Arrows--- */

/* ---Bootstrap No Gutters--- */

/* --- Quantity --- */
.quantity-with_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

.quantity {
  margin-right: 10px;
}

.quantity .cart-plus-minus {
  position: relative;
  width: 150px;
  text-align: left;
  height: 45px;
  overflow: hidden;
}

.quantity .cart-plus-minus>.cart-plus-minus-box {
  border: 1px solid #e1e1e1;
  height: 45px;
  text-align: center;
  width: 150px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.quantity .cart-plus-minus>.qtybutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  width: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  color: #1B1B1C;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.quantity .cart-plus-minus>.qtybutton:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #36b24a;
}

.quantity .cart-plus-minus>.qtybutton.dec {
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #e1e1e1;
}

.quantity .cart-plus-minus>.qtybutton.inc {
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-left: 1px solid #e1e1e1;
}

/* ---Google Maps--- */

/*----------------------------------------*/
/*    03 - Global - Color
/*----------------------------------------*/

/*----------------------------------------*/
/*    04 - Layout - Header
/*----------------------------------------*/
/*-- Header Top Area --*/
.header-top-area {
  background-color: #36b24a;
}

.header-top-area .header-top-wrapper {
  padding: 10px 0;
  position: relative;
}

.header-top-area .header-top-wrapper .short-desc {
  display: inline-block;
}

.header-top-area .header-top-wrapper .short-desc p {
  display: inline-block;
}

@media (max-width: 479px) {
  .header-top-area .header-top-wrapper .short-desc {
    display: block;
    margin-bottom: 10px;
  }
}

.header-top-area .header-top-wrapper .header-top-button {
  display: inline-block;
}

@media (max-width: 479px) {
  .header-top-area .header-top-wrapper .header-top-button {
    display: block;
  }
}

.header-top-area .header-top-wrapper .header-top-button a {
  font-size: 14px;
  padding: 5px 20px;
  margin-left: 15px;
  background-color: #36b24a;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  display: inline-block;
  line-height: 18px;
  font-weight: 600;
}

.header-top-area .header-top-wrapper .header-top-button a:hover {
  color: #000000;
  border: 1px solid #000000;
}

@media (max-width: 479px) {
  .header-top-area .header-top-wrapper .header-top-button a {
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 10px;
  }
}

/*-- Main Header Area --*/
.main-header-area .header-logo img {
  width: 125px;
}

/* ---Sticky Header--- */
.header-sticky {
  left: 0;
  position: fixed;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 99;
  display: none;
}

/* ---Main Menu--- */
.main-nav>ul>li {
  display: inline-block;
  position: relative;
  padding: 10px 0;
}

/* .main-nav>ul>li>a {
  display: block;
  padding: 8px 17px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 18px;
} */

.main-nav>ul>li>a.active {
  color: #36b24a;
}

.main-nav>ul>li>a i {
  margin-left: 0px;
  font-size: 15px;
  vertical-align: middle;
}

.main-nav>ul>li>a .menu-text {
  position: relative;
}

/*--- Dropdwon ---*/

/*--- Mega-Menu ---*/

/*--- Header Right Area ---*/

.header-right-area.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-right-area.main-nav>ul {
  position: relative;
}

.header-right-area.main-nav>ul>li {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right-area.main-nav>ul>li>a {
  padding: 4px 0px;
}

.header-right-area.main-nav>ul>li.mobile-menu-btn a i {
  font-size: 20px;
}

/*----- Offcanvas start -----*/
.mobile-navigation {
  overflow: hidden;
  max-height: 290px;
  padding: 30px;
}

.mobile-navigation nav {
  height: 100%;
}

.mobile-menu {
  height: 100%;
  overflow: auto;
  padding-right: 30px;
  margin-right: -30px;
}

.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}

.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.off-canvas-wrapper .off-canvas-inner-content {
  background-color: #fff;
  width: 300px;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(calc(-100% - 50px));
  -ms-transform: translateX(calc(-100% - 50px));
  transform: translateX(calc(-100% - 50px));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.off-canvas-wrapper .btn-close-off-canvas {
  top: 0;
  left: 100%;
  width: 50px;
  height: 50px;
  font-size: 30px;
  background-color: #000000;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.off-canvas-wrapper .btn-close-off-canvas i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.off-canvas-wrapper .btn-close-off-canvas:hover i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.off-canvas-wrapper .off-canvas-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  height: 100%;
}

@media only screen and (max-width: 479.98px) {
  .off-canvas-wrapper .off-canvas-inner-content {
    width: 260px;
  }
}

.offcanvas-curreny-lang-support {
  margin: 40px 0 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
  padding: 30px;
}

.offcanvas-curreny-lang-support.header-top-settings ul li {
  color: #333;
  font-size: 14px;
}

.offcanvas-widget-area {
  margin-top: auto;
  padding: 30px;
}

.offcanvas-widget-area .top-info-wrap ul li i {
  margin-right: 5px;
}

.offcanvas-widget-area .off-canvas-widget-social {
  margin-top: 20px;
}

.offcanvas-widget-area .off-canvas-widget-social a {
  font-size: 14px;
  color: #1B1B1C;
  margin: 0 10px;
}

.offcanvas-widget-area .off-canvas-widget-social a:first-child {
  margin-left: 0;
}

.offcanvas-widget-area .off-canvas-widget-social a:last-child {
  margin-right: 0;
}

/* owl-carousel */
.owl-carousel .owl-nav {

  height: 0px;
}


.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 10px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-carousel .owl-prev {
  position: absolute;
  left: 10px !important;
  font-size: 12px !important;
  color: #6c757d !important;
  top: -58px !important;
}

.owl-carousel .owl-next {
  position: absolute;
  right: 10px !important;
  font-size: 12px !important;
  color: #6c757d !important;
  top: -58px !important;


}

.owl-theme .owl-nav [class*=owl-] {
  color: #333;
  font-size: 39px;
  background: #ffffff;
  border-radius: 3px;
}

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

/*---------------------------
    - Mobile Menu Css
-----------------------------*/

.mobile-menu-btn .off-canvas-btn {
  font-size: 22px;
  cursor: pointer;
  padding: 0px 12px;
  line-height: 1;
  padding-right: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: -3px;
}

.mobile-menu li>a {
  font-size: 15px;
  color: #252525;
  text-transform: capitalize;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-weight: 600;
}

.mobile-menu li>a:hover {
  color: #000000;
}

.mobile-menu li ul li {
  border: none;
}

.mobile-menu li ul li a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 15px 8px;
  font-weight: 400;
}

.mobile-menu .has-children,
.mobile-menu .menu-item-has-children {
  position: relative;
}

.off-canvas-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.offcanvas-account-container li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 2px;
}

.offcanvas-account-container li::before {
  content: "\2022";
  color: #777;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.mobile-header .category-toggle {
  padding: 8px 15px;
}

.mobile-menu .has-children .menu-expand,
.mobile-menu .menu-item-has-children .menu-expand {
  line-height: 50;
  top: -5px;
  left: 95%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 767px) {

  .mobile-menu .has-children .menu-expand,
  .mobile-menu .menu-item-has-children .menu-expand {
    left: 90%;
  }
}

.mobile-menu .has-children .menu-expand i,
.mobile-menu .menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #252525;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.mobile-menu .has-children .menu-expand i:before,
.mobile-menu .menu-item-has-children .menu-expand i:before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-bottom: 1px solid #252525;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile-menu .has-children.active>.menu-expand i:before,
.mobile-menu .menu-item-has-children.active>.menu-expand i:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.search-box-offcanvas {
  margin-bottom: 10px;
}

.search-box-offcanvas form {
  position: relative;
}

.search-box-offcanvas form input {
  color: #666;
  font-size: 13px;
  width: 100%;
  height: 50px;
  border: none;
  padding: 0 40px 0 10px;
  background-color: #f2f2f2;
}

.search-box-offcanvas form .search-btn {
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #aaa;
  position: absolute;
  background: #f2f2f2;
  border: none;
}

/*----------------------------------------*/
/*    05 - Layout - Footer
/*----------------------------------------*/
.footer-area .footer-widget-area {
  padding: 100px 0;
  background-color: #1B1B1C;
}

@media (max-width: 991px) {
  .footer-area .footer-widget-area {
    padding: 60px 0px 50px 0;
  }
}

@media (max-width: 767px) {
  .footer-area .footer-widget-area {
    padding: 60px 0px 37px 0;
  }
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget {
    margin-top: 38px;
  }
}

.footer-area .single-footer-widget .footer-logo {
  margin-bottom: 18px;
}

.footer-area .single-footer-widget .desc-content {
  margin-bottom: 23px;
  color: #D8D8D8;
}

.footer-area .single-footer-widget .social-links ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  color: #D8D8D8;
  border-color: #D8D8D8;
}

.footer-area .single-footer-widget .social-links ul li a:hover {
  color: #36b24a !important;
  border-color: #36b24a !important;
}

.footer-area .single-footer-widget .widget-title {
  color: #D8D8D8;
  text-decoration: underline;
  font-weight: 500;
  font-size: 22px;
  margin-top: -1px;
  margin-bottom: 22px;
  line-height: 1;
}

.footer-area .single-footer-widget .widget-list {
  color: #D8D8D8;
  list-style: none;
}

.footer-area .single-footer-widget .widget-list li {
  line-height: 2;
}

.footer-area .single-footer-widget .widget-list li a {
  font-weight: 300;
}

.footer-area .single-footer-widget .widget-list li a:hover {
  margin-left: 5px;
  color: #36b24a;
}

.footer-area .single-footer-widget .widget-body address {
  line-height: 2;
  color: #D8D8D8;
  font-weight: 300;
}

.footer-area .footer-copyright-area {
  background-color: #000000;
  padding: 20px 0px;
}

.footer-area .footer-copyright-area .copyright-content {
  color: #D8D8D8;
}

.footer-area .footer-copyright-area .copyright-content a {
  color: #36b24a;
}

.footer-area .footer-copyright-area .copyright-content a:hover {
  color: #D8D8D8;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

.filter-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-menu ul li {
  display: inline-block;
  border-bottom: 2px solid rgb(8, 216, 88);
  padding: 10px 20px;
  text-transform: capitalize;
  cursor: pointer;
}

.item {
  height: 300px;
  background-color: #ddd;
}

.filter-item .item {
  transition: .8s;
  -webkit-transition: .8s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.filter-item .item.__loading {
  opacity: 0;
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
}

.text-green {
  color: #36b24a !important;
}

.active {
  color: #36b24a;
}

.img-card {
  height: 15rem;
  object-fit: cover;
}

.card-description {
  line-height: 1.2;
  color: #6c757d !important;
  font-size: 13px;
}


.h-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: 90%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #36b24a;
}

@media (max-width: 575px) {
  .h-button {
    font-size: 14px;
    padding: 0 25px;
  }
}

@media (max-width: 479px) {
  .h-button {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
}

.h-button.primary-btn {
  background-color: #36b24a;
  color: #ffffff;
}

.h-button.primary-btn:hover {
  background-color: #d8d8d8;
  color: #1b1b1c;
}

.h-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.input-field {
  border: 1px solid #e1e1e1;
}

textarea.textarea-field {
  border: 1px solid #e1e1e1;
}

.checkbox-form .checkout-form-list input[type="text"],
.checkbox-form .checkout-form-list input[type="password"],
.checkbox-form .checkout-form-list input[type="email"] {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 10px 0 10px;
}

input[type="checkbox"] {
  display: none;
}

.input-area {
  padding: 9px !important;
}

.comment-box .input-area:focus {
  border: 1px solid #E98C81 !important;
}

.comment-box .ph-button {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .comment-box .ph-button {
    margin-bottom: 0;
  }
}

.myaccount-content form .single-input-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.myaccount-content form .single-input-item input {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #e1e1e1;
}

.input-item input {
  border-radius: 4px !important;
}

.myaccount-content form .single-input-item input:focus {
  border: 1px solid #E98C81;
}

.login-register-wrapper .single-input-item input {
  background: #ffffff none repeat scroll 0 0;
  border: medium none rgba(0, 0, 0, 0);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1B1B1C;
  font-size: 14px;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.login-register-wrapper .single-input-item input:focus {
  border: 1px solid #E98C81;
}

input[type="checkbox"]+label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

input[type="checkbox"]+label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #e1e1e1;
  content: "";
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

input[type="checkbox"]+label:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  width: 20px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #13aff0;
}

input[type="checkbox"]:checked+label:before {
  border: 2px solid #e1e1e1;
}

input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.home-1 .feature-area {
  margin: 0px 0px 100px 0;
}

@media (max-width: 991px) {
  .home-1 .feature-area {
    margin-top: 71px;
  }
}

@media (max-width: 575px) {
  .home-1 .feature-area {
    margin-top: 74px;
  }
}

@media (max-width: 479px) {
  .home-1 .feature-area {
    margin: 54px 0 60px 0;
  }
}

.owl-carousel .owl-item img {
  border-radius: 12px;
}

.feature-area .feature-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 991px) {
  .feature-area .feature-content-wrapper {
    padding-bottom: 40px;
  }
}

.feature-area .feature-content-wrapper .title {
  margin-bottom: 20px;
}

.feature-area .feature-content-wrapper .desc-content {
  line-height: 1.6;
}

.feature-area .feature-content-wrapper .desc-content {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*    21 - Components - Product
/*----------------------------------------*/
.product-area {
  margin-bottom: 130px;
}

.product-area .section-content .title-1,
.section-content .title-1 {
  padding-bottom: 19px;
  font-size: 36px;
  font-weight: bold;
  color: #666;
}

@media (max-width: 479px) {
  .product-area .section-content .title-1 {
    padding-bottom: 14px;
  }
}

/*----------------------------------------*/
/*    22 - Components - Banner
/*----------------------------------------*/

/*----------------------------------------*/
/*    23 - Components - Newsletter 
/*----------------------------------------*/

/*----------------------------------------*/
/*    24 - Components - Support
/*----------------------------------------*/

.support-area {
  background-color: #f0edee;
  padding: 50px 0 45px;
}

.support-area .support-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 479px) {
  .support-area .support-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .support-area .support-wrapper .support-content {
    margin-bottom: 20px;
  }
}

.feature-image img {
  border-radius: 11px;
  max-width: 608px;
  width: 100%;
}

.hbutton.primary-btn:hover {
  background-color: #d8d8d8 !important;
  color: #000;
}

.hbutton {
  display: inline-block;
  height: 48px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 48px;
  padding: 0 30px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  color: white;
  border-radius: 4px !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #36b24a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.support-area .support-wrapper .support-content .title {
  margin-bottom: 10px;
}

@media (max-width: 479px) {
  .support-area .support-wrapper .support-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  #header-bottom {
    visibility: hidden;
  }
}

/*----------------------------------------*/
/*    25 - Components - Action-plan
/*----------------------------------------*/

/*----------------------------------------*/
/*    26 - Components - Brand-logo
/*----------------------------------------*/

/*----------------------------------------*/
/*    27 - Components - Modal
/*----------------------------------------*/
.h-modal .modal-dialog {
  max-width: 1000px;
}

.h-modal .modal-dialog .modal-content .close-button {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 99;
  opacity: 1;
  color: #1B1B1C;
}

.h-modal .modal-dialog .modal-content .close-button .close-icon {
  font-size: 25px;
}

.h-modal .modal-dialog .modal-content .close-button:hover {
  color: #36b24a;
}

.h-modal .modal-dialog .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .owl-carousel .owl-prev {
    position: absolute;
    left: -5px;
    font-size: 16px !important;
    color: #fff;
    top: -83px !important
  }

  .owl-carousel .owl-next {
    position: absolute;
    right: -5px;
    font-size: 16px !important;
    color: #fff;
    top: -83px !important
  }
}

@media (max-width: 767px) {
  .modal-product {
    margin-top: 40px;
  }

  .owl-carousel .owl-prev {
    position: absolute;
    left: -5px;
    font-size: 16px !important;
    color: #fff;
    top: 62px;
  }

  .owl-carousel .owl-next {
    position: absolute;
    right: -4px;
    font-size: 16px !important;
    color: #fff;
    top: -61px;
  }
}

.modal-product .product-title .title {
  font-size: 20px;
  margin-bottom: 15px;
}

.modal-product .product-rating i {
  font-size: 18px;
  color: #36b24a;
  margin-top: 15px;
}

.modal-product .desc-content {
  margin-top: 30px;
}

.modal-product .nice-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  margin-top: 30px;
}

.modal-product .nice-select:focus {
  border: 2px solid #666;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-product .quantity-with_btn {
  margin-top: 40px;
}

@media (max-width: 479px) {
  .modal-product .quantity-with_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-product .quantity-with_btn .add-to_cart {
    margin-top: 20px;
  }
}

.scroll-to-top {
  background-color: #36b24a;
  color: #ffffff;
  position: fixed;
  right: 50px;
  top: 0%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 999;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  top: 98%;
  -webkit-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  transform: translateY(-98%);
}

.scroll-to-top:hover {
  background-color: #000;
}














/* new pages */
::-webkit-scrollbar {
  display: none;
}

.page-content {
  font-family: Roboto;
  font-size: 20px;
  color: #666;
}

::placeholder {
  color: #b3b3b3 !important;
}

.page-content h3 {
  font-size: 25px;
}

.page-content .p-top {
  padding-top: 40px;
}

.page-content input:focus {
  outline: none;
  border-color: #36b24a !important;
  box-shadow: none !important;
}


.page-content .top-info-wrap li {
  font-size: 16px;
}

.page-content .title {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  color: #666;
  margin-bottom: 88px;
}

.page-content .text {
  line-height: 1.28;
  color: #666;
}

.page-content .logo-img {
  max-width: 86px;
  width: 100%;
  height: auto;
}

.page-content .bg-white {
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}

.page-content .contact-inf {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}

.page-content .working-hours span,
.page-content img.phone-num {
  margin-right: 16px;
}

.page-content .working-hours span.vertical-line {
  display: inline-block;
  height: 16px;
  width: 1px;
  background: #b3b3b3;
}

.page-content .open-txt,
.social-links {
  color: #b3b3b3;
}

.page-content .closed-txt {
  color: #fbd502;
}

.page-content .main-inf {
  margin-bottom: 88px;
}

.page-content .main-inf .wrapper {
  max-width: 509px;
  width: 100%;
}

.page-content .main-inf img.transfer-prescription-img {
  max-width: 608px;
  width: 100%;
}

.color-red {
  color: #ff3b30;
}

.page-content .page-content-form {
  font-size: 25px;
}

.page-content .transfer-prescription-form {
  margin-bottom: 130px;
}

.page-content .transfer-prescription-form .top_input {
  border-top: 1px solid #b3b3b3;
  margin-top: 17px;
  padding-top: 47px;
}

.page-content .form-title {
  opacity: 0.8;
  font-weight: bold;
  line-height: 1.28;
  color: #333;
  font-size: 25px;
}

.page-content .transfer-prescription-form input {
  border-radius: 4px;
  border: solid 1px #b3b3b3;
  background-color: #fff;
  font-size: 20px;
  color: #b3b3b3;
  padding: 12px 16px;
  height: 48px;
  margin-bottom: 24px;
}

.page-content .transfer-prescription-form textarea {
  border-radius: 4px;
  border: solid 1px #b3b3b3;
  background-color: #fff;
  font-size: 20px;
  color: #b3b3b3;
  padding: 12px 16px;
  margin-bottom: 72px;
  width: 100%;
}

.page-content .transfer-prescription-form label {
  opacity: 0.8;
  line-height: 1.28;
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}

#honeypot {
  display: none;
}

#thankyou_message h3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-content .input-group-text {
  height: 48px;
  padding: 19px;
  font-size: 20px;
  color: #fff;
  background-color: #b3b3b3;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 0;
}

.page-content .form-block-wrapper {
  border-radius: 4px;
  border: solid 1px #b3b3b3;
  padding-bottom: 24px;
  margin-bottom: 48px;
}

.page-content .form-block-wrapper h4 {
  background-color: #b3b3b3;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin-bottom: 24px;
  margin-top: -1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.page-content .form-block-wrapper h4.red-bg {
  background-color: #ff3b30;
}

.page-content .transfer-prescription-form .form-block-wrapper input {
  margin: 0 auto 16px;
  width: 95%;
}

.page-content .transfer-prescription-form .form-block-wrapper label {
  margin: 0 auto 8px;
  width: 95%;
  display: block;
}

.page-content .form-delivery-title {
  opacity: 0.8;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.28;
  color: #333;
}

.form-custom-check input[type=radio] {
  display: none;
}

.form-custom-check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 7px 30px 7px 16px;
  margin-right: 15px;
  font-size: 25px;
  border: 1px solid #b3b3b3;
  width: 100%;
}

.form-custom-check label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  bottom: 11px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
}

.form-custom-check label:before {
  border-radius: 50%;
}

.form-custom-check input[type=radio]:checked+label:before {
  content: "\2022";
  color: #36b24a;
  font-size: 64px;
  text-align: center;
  line-height: 24px;
}

.form-custom-check .submit_btn {
  max-width: 192px;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #36b24a;
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.page-content .transfer-pr-check input {
  display: none;
  cursor: pointer;
  margin-right: 12px !important;
}

.page-content .transfer-pr-check label {
  position: relative;
  cursor: pointer;
  font-size: 25px;
  padding: 0;
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}

.page-content .transfer-pr-check label:before {
  content: '';
  border: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 12px;
}

.page-content .transfer-pr-check input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 7px;
  height: 13px;
  border: solid #36b24a;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.page-content .transfer-pr-check .text {
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.page-content .content {
  padding-top: 88px;
}

.page-content .content ul {
  margin-top: 24px;
  margin-bottom: 88px;
}

.page-content .content ul li::before {
  content: "\2022";
  color: #36b24a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

.page-content .link-btn {
  max-width: 415px;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #36b24a;
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 0 12px;
  line-height: 48px;
  margin: 100px auto 0;
  text-align: center;
}

.page-content .about-content {
  padding-top: 144px;
  padding-bottom: 90px;
}

.page-content footer {
  background: #fff;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 1.88;
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.08);
  padding: 72px 0 40px;
}

.page-content footer .logo-img {
  margin-bottom: 40px;
}

.page-content footer .day {
  margin-right: 16px;
  display: inline-block;
}

.page-content footer .social-icon,
.page-content footer .privacy-link {
  display: inline-block;
}

.page-content footer .social-wrapper,
.page-content footer .privacy-link {
  text-align: right;
}

.page-content footer .social-icon:last-child,
.page-content footer .privacy-link a:last-child {
  margin-left: 24px;
}

.page-content footer .copyright,
.page-content footer .privacy-link {
  font-size: 14px;
  line-height: 2.14;
  color: #b8b8b8;
  margin-top: 33px;
}

/* service.html */
.service-blocks {
  margin-top: 120px;
}

.service-blocks .wrapper {
  padding: 24px 17px;
  border-radius: 6px;
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  height: 100%;
}

.service-blocks .col-lg-4 {
  margin-bottom: 25px;
}

.service-blocks .wrapper img {
  width: 100%;
  display: block;
  margin-bottom: 32px;
}

.service-blocks h3 {
  margin-bottom: 28px;
}

.service-blocks .text {
  font-size: 16px;
  line-height: 1.63;
  color: #808080;
}

.service-blocks .click_link {
  font-size: 20px;
  font-weight: 900;
  margin-top: 23px;
}

.service-blocks .send-msg {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #666;
  margin-top: 120px;
}

@media only screen and (max-width: 1660px) {}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1140px) {}

@media only screen and (max-width: 1050px) {}

@media only screen and (max-width: 992px) {
  .feature-image img {
    max-width: 809px;
  }

  .page-content .main-inf .wrapper {
    margin: 0 auto 56px;
    max-width: 608px;
  }

  .page-content .main-inf img.transfer-prescription-img {
    margin: 0 auto;
    display: block;
  }

  .page-content footer .social-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 920px) {}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 858px) {}

@media only screen and (max-width: 768px) {

  .page-content footer,
  .page-content footer .social-wrapper,
  .page-content footer .privacy-link {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 450px) {}