/*!
 Author:         Bankai
 Template:       Opencart
*/
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'robotolight';
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'robotomedium';
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'robotobold';
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'robotolight_italic';
  src: url("../fonts/roboto-lightitalic-webfont.woff2") format("woff2"), url("../fonts/roboto-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik Bold';
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik Medium';
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

body {
  padding-bottom: 0 !important;
}

body, p {
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)) !important;
  font-family: 'robotolight' !important;
}

p {
  margin: 0 0 18px;
}

.b10 {
  border-radius: 10px;
}

.b20 {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .pd-t40 {
    padding-top: 10px;
  }
}

.mx80 {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .mx80 {
    max-width: 100%;
  }
}

.pb100 {
  padding-bottom: calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320)) !important;
}

h3.h {
  color: #3a4e4e !important;
  font-family: 'Rubik Bold' !important;
  font-size: calc(18px + (40 - 18) * (100vw - 320px) / (1920 - 320)) !important;
  position: relative;
  margin-bottom: 26px;
}

h3.h::after {
  content: '';
  width: 65px;
  height: 1.6px;
  display: block;
  background: #c6ae82;
  margin-top: 14px;
}

h3.h.tc {
  text-align: center;
}

h3.h.tc::after {
  margin-left: auto;
  margin-right: auto;
}

strong {
  font-family: 'robotobold';
}

.container {
  width: 100%;
  max-width: 90%;
}

@media (max-width: 1199px) {
  .container {
    max-width: 93%;
  }
}

.modal-open {
  overflow: visible;
  padding-right: 0 !important;
}

.modal-open .modal {
  overflow-y: auto;
  padding-right: 0 !important;
}

.page-banner {
  overflow-x: visible;
}

.page-banner::before {
  content: "";
  background-image: url("../img/float-1.png");
  display: block;
  width: 28vw;
  height: 20vw;
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.page-banner .page-banner-title {
  z-index: 1;
  color: white;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 90%;
  margin: auto;
  font-family: 'Rubik Bold';
  font-size: calc(16px + (55 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  line-height: .6;
}

body #footer-area {
  position: relative !important;
}

#content {
  min-height: 60vh;
}

.order-product-item-list > * {
  text-align: center;
  text-align: center;
}

.jquery-loading-modal__bg {
  top: 0;
  left: 0;
}

.quickcheckoutleft {
  overflow-x: hidden;
}

.quickcheckout-checkout .input-group-btn > .btn + .fa {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 12px;
  font-size: 9px;
  left: 2px;
}

#cartSummary img {
  max-width: 70px;
  height: 70px;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#cartSummary .cart-description {
  text-align: center;
}

#cartSummary .cart-thumb {
  width: 70px;
}

@media (max-width: 767px) {
  #cartSummary .cart-description {
    padding-left: 0 !important;
    text-align: left;
    display: block !important;
    width: 100% !important;
  }
  #cartSummary .cart-thumb {
    width: 100% !important;
  }
}

.quickcheckout-checkout #content .image img, .quickenquiry-checkout #content .image img {
  max-width: 70px;
}

.account-wishlist table img {
  max-width: 70px;
}

.input-number::-ms-clear {
  display: none;
}

input[type="text"]::-ms-clear {
  display: none;
}

#waiting_list {
  margin-top: 2em;
}

#waiting_list input {
  padding-left: 1em;
  font-size: 13px;
}

#waiting_list button {
  min-width: auto !important;
}

.product-search .search-options #input-search {
  height: 44px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#content {
  padding-bottom: 2em;
}

.slider-arrow .fa {
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 5em;
}

.slider-arrow .fa.fa-angle-right {
  right: 18px;
}

.slider-arrow .fa.fa-angle-left {
  left: 18px;
}

.cart-dorpdown-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured .slick-no-slide {
  margin: 0;
}

.btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
  min-width: 200px;
}

.account-wishlist table .btn {
  min-width: auto !important;
}

@media (max-width: 767px) {
  .reg-captcha {
    text-align: center;
  }
}

.reg-captcha #google_recaptcha.form-group {
  margin: 0;
}

@media (max-width: 767px) {
  .reg-captcha #google_recaptcha.form-group {
    margin: 0 auto;
  }
  .reg-captcha #google_recaptcha.form-group .text-danger {
    width: 100%;
    margin-top: -18px;
    margin-bottom: 12px;
  }
}

.slick-slide .product-gutter {
  height: 100%;
}

.account-account .account-container a:hover,
.account-account .account-container a:focus {
  border: 1px solid #3ec47f;
}

.account-account .account-container a:hover .icon-font::before,
.account-account .account-container a:focus .icon-font::before {
  color: #3ec47f;
}

@media (min-width: 767px) {
  .order-product-item-list > * {
    width: calc(100% /3 - 10px);
  }
}

.account-wishlist .btn-danger.d {
  background-color: #3ec47f !important;
  border-color: #3ec47f !important;
}

#enquiry .cart-dorpdown-footer .btn, #cart .cart-dorpdown-footer .btn {
  padding: 6px 20px !important;
  line-height: 2.6;
  padding-top: 8px !important;
}

_:-ms-fullscreen, :root input[type=password]::-ms-reveal,
_:-ms-fullscreen, :root input[type=password]::-ms-clear {
  display: none;
}

@media (max-width: 767px) {
  .btne {
    text-align: center;
  }
  .btne .pull-left {
    float: none !important;
  }
}

_:-ms-fullscreen, :root .header-container .header-menu #main-menu ul {
  overflow: hidden;
}

_:-ms-fullscreen li, :root .header-container .header-menu #main-menu ul li {
  line-height: 0;
}

_:-ms-fullscreen, :root .dropdown-menu {
  overflow: hidden;
  line-height: 0;
}

select, input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

.search-container .search-options select {
  max-width: 180px;
}

#enquiry .dropdown-menu .cart-dorpdown-items .item,
#cart .dropdown-menu .cart-dorpdown-items .item {
  line-height: 1.4;
}

.quickcheckout-checkout .quickcheckout-cart .button-remove {
  min-width: auto !important;
}

_:-ms-fullscreen #content table .cart-quantity .input-group .form-control[name^=quantity], :root .checkout-cart #content table .cart-quantity .input-group .form-control[name^=quantity] {
  max-width: 50px;
}

.btn.btn-number[data-type="plus"] {
  background-color: #e6e6e6 !important;
  color: #000 !important;
  border-radius: 0 !important;
}

.btn.btn-number[data-type="plus"]:hover {
  background-color: #e6e6e6 !important;
  color: #000 !important;
}

.btn.btn-number[data-type="minus"] {
  background-color: #e6e6e6 !important;
  color: #000 !important;
  border-radius: 0 !important;
}

.btn.btn-number[data-type="minus"]:hover {
  background-color: #e6e6e6 !important;
  color: #000 !important;
}

#quickcheckoutconfirm select {
  padding-right: 24px !important;
}

#side-price #min, #side-price #max {
  background: #fff;
  background: #fff;
  font-size: 13px;
  font-family: 'robotomedium';
}

#quickcheckoutconfirm .checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"] {
  margin-top: 4px;
}

.quickcheckout-checkout input[type="checkbox"] + label,
.quickcheckout-checkout #terms label,
.quickcheckout-checkout #payment-method label,
.quickcheckout-checkout #shipping-method label {
  cursor: pointer;
}

_:-ms-fullscreen, :root .cart-header-text {
  position: relative;
  top: 10px;
}

.header-top svg {
  height: 41px !important;
}

.header-container #enquiry > a .badge, .header-container #cart > a .badge {
  color: #ffffff !important;
  line-height: 1.4;
}

.account-register #google_recaptcha .g-recaptcha {
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.account-register #google_recaptcha .text-danger {
  text-align: center;
}

#account_tigger_open {
  /* position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 1;
	transform: rotate(90deg);
	left: -25px; */
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.account-container a.active h4 {
  color: #fff !important;
}

@media (max-width: 767px) {
  #quickcheckoutconfirm .btn-default {
    margin: 0 auto;
    float: none !important;
    display: block;
    width: 173px;
  }
}

@media (max-width: 500px) {
  #create_account input[type='checkbox'] {
    position: relative;
    top: 2px;
  }
}

@media (max-width: 500px) {
  #create_account label {
    font-size: 12px;
  }
}

.checkout_step {
  padding: 8.6px 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .checkout_step li.first_step:after {
    bottom: -27px;
  }
}

@media (max-width: 767px) {
  .checkout_step li.second_step:after {
    bottom: -27px;
  }
}

@media (max-width: 991px) {
  .checkout_step li.third_step {
    margin-left: 12px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .checkout_step li.third_step {
    margin-left: 0;
    margin-top: 15px;
  }
}

#account_tigger_close {
  min-width: auto !important;
}

.account-wishlist table .btn {
  min-width: auto !important;
}

_:-ms-fullscreen, :root .cart-dorpdown-items .item-details .item-name {
  display: block;
  line-height: 27px;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .order-product-item-list > * {
    width: calc(50% - 13px);
  }
}

@media (max-width: 380px) {
  .order-product-item-list > * {
    width: calc(100% - 13px);
  }
}

@media (max-width: 767px) {
  .login-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.account_content_box {
  padding: 25px 10px !important;
}

body .account-container a.active h4, body .account-container a.active p, body .account-container a.active .icon-font:before, body .account-container a:hover h4, body .account-container a:hover p, body .account-container a:hover .icon-font:before {
  color: #fff !important;
}

.header-mobile .mobile-account > a {
  color: white !important;
}

.cd-accordion-menu a, .cd-accordion-menu label {
  color: #fff !important;
}

.input-group-btn > .btn.btn-primary, .input-group-btn > .btn.btn-default {
  border-radius: 0 !important;
}

.btn.btn_edit {
  min-width: auto !important;
}

.checkout_step li:before {
  height: 100%;
}

.account-account .account-container {
  z-index: 2;
}

.dropdown-search .dropdown-menu {
  overflow: visible !important;
}

.fixed-header {
  background: #f9f6f1;
}

.fixed-header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed-header .header_banner .container {
  position: relative;
  width: 90%;
}

.fixed-header .header_banner .header_title {
  font-family: 'robotoregular';
  font-size: 13px;
}

@media (max-width: 767px) {
  .fixed-header .header_banner .header_title {
    font-size: 13px;
  }
}

.fixed-header .header_banner .social-top {
  font-family: 'robotomedium';
  background: #fff;
}

@media (min-width: 991px) {
  .fixed-header .header_banner .social-top {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .fixed-header .header_banner .social-top {
    text-align: center;
    padding-bottom: 10px;
  }
}

.fixed-header .header_banner .social-top a, .fixed-header .header_banner .social-top div {
  color: #c6ae82 !important;
  display: inline-block;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) !important;
  letter-spacing: .4px;
}

.fixed-header .header_banner .social-top .email {
  margin-left: 12px;
  margin-right: 10px;
}

.fixed-header .header_banner .social-top .email img {
  margin-right: 5px;
}

.fixed-header .header_banner .social-top .footer-social-icons {
  padding: 0;
  display: inline-block;
  width: auto;
}

.fixed-header .header-top {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fixed-header .header-top .search_container a[data-toggle="dropdown"] img {
  top: -3px;
  position: relative;
  max-width: 24px;
}

.fixed-header .header-top .donate-now {
  margin-left: 15px;
}

.fixed-header .header-logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fixed-header .header-logo img {
  max-width: 170px;
}

@media (max-width: 991px) {
  .fixed-header .header-logo img {
    max-width: 120px;
    margin-left: 12px;
  }
}

.fixed-header .header-menu {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#searchpop {
  max-width: 40%;
  margin: 0 auto;
  position: relative;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@media (max-width: 1199px) {
  #searchpop {
    max-width: 70%;
  }
}

#searchpop .container {
  width: 100%;
  max-width: 92%;
}

@media (max-width: 991px) {
  #searchpop .search-custom {
    padding-right: 32px;
  }
}

#searchpop .search-custom .search-box {
  border-radius: 0;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

#searchpop .mfp-close {
  color: #fff;
  opacity: 1;
  top: 0;
  font-size: 38px;
}

.search-custom .search-box input {
  min-height: 36px;
}

#searchpopclick img, #searchpopclick .fa {
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
}

@media (max-width: 767px) {
  #enquiry .dropdown-menu, #cart .dropdown-menu {
    width: 100%;
  }
}

.slick-nav .fa {
  font-size: 46px;
  color: #000;
}

.header-top svg path {
  fill: #17772f !important;
}

@media (max-width: 1199px) {
  body header.fixed-header > .container {
    width: 93%;
  }
}

#mobileNav .fa-bars:before {
  color: #17772f !important;
}

body .header-container .header-menu #main-menu > li > a {
  padding-right: 0;
  margin-right: 2vw;
  position: relative;
}

body .header-container .header-menu #main-menu > li > a::before {
  content: '';
  position: absolute;
  bottom: 4px;
  height: 2px;
  left: 0;
  width: 0%;
  background: #197b30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body .header-container .header-menu #main-menu > li > a:hover:before {
  width: 100%;
}

body .header-container .header-menu #main-menu > li.active > a:before {
  width: 100%;
}

#ToTop {
  display: none !important;
}

body #footer-area {
  margin-top: 0 !important;
}

body #footer-area footer {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) !important;
  padding-top: calc(30px + (100 - 30) * (100vw - 320px) / (1920 - 320));
  padding-bottom: calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320));
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 0;
}

body #footer-area footer p {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) !important;
}

@media (max-width: 767px) {
  body #footer-area footer .footer-bottom {
    margin-top: 0;
    padding-top: 0;
  }
}

body #footer-area footer h5 {
  color: #3b4f4f !important;
  font-size: 15px !important;
  text-transform: uppercase;
  margin-bottom: 1.3vw;
}

body #footer-area footer .fcs a {
  text-decoration: none;
}

body #footer-area footer .meta-holder-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

body #footer-area footer .meta-holder-footer > div:first-child img {
  max-width: 80px;
  margin-right: 28px;
}

body #footer-area footer .newsletter-module .pd-b15 {
  padding-bottom: 10px;
}

body #footer-area footer .newsletter-module .btn-primary {
  min-width: 120px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0px;
}

body #footer-area footer .newsletter-module input {
  border: 0 !important;
  padding-left: 20px;
}

body #footer-area footer .footer-upper-contet > *:nth-child(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 16%;
}

@media (max-width: 1199px) {
  body #footer-area footer .footer-upper-contet > *:nth-child(1) {
    padding-right: 8%;
  }
}

@media (max-width: 991px) {
  body #footer-area footer .footer-upper-contet > *:nth-child(1) {
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 20px;
  }
}

body #footer-area footer .footer-upper-contet > *:nth-child(2) {
  padding-right: 2vw;
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
}

body #footer-area footer .footer-upper-contet > *:nth-child(2) .centers-f {
  font-family: 'robotolight_italic';
}

body #footer-area footer .footer-upper-contet > *:nth-child(2) .centers-f a {
  color: #197b30 !important;
  text-decoration: underline;
}

@media (max-width: 767px) {
  body #footer-area footer .footer-upper-contet > *:nth-child(3) {
    display: none;
  }
}

body #footer-area footer .footer-upper-contet > *:last-child {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

@media (max-width: 767px) {
  body .footer-upper-contet {
    padding-bottom: 0;
  }
}

.breadcrumb {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: unset;
  border: 0;
  background-color: transparent;
  margin: 15px 0 30px 0;
}

@media (min-width: 1279px) {
  .breadcrumb {
    margin-left: -3vw;
    margin-right: -3vw;
  }
}

.breadcrumb > li:after {
  content: "";
  right: 3px;
  width: 1.5px;
  height: 11px;
  border-right: 1px solid #464646 !important;
}

@media (max-width: 1199px) {
  .breadcrumb > li:after {
    top: 45%;
  }
}

.breadcrumb li {
  padding: 0;
  padding-left: .3em;
  padding-right: 16px;
  position: relative;
  white-space: pre-wrap;
}

.breadcrumb li a {
  letter-spacing: 0px;
  font-weight: normal !important;
  color: #464646 !important;
}

@media (max-width: 767px) {
  .breadcrumb li a {
    font-size: 12px;
  }
}

.checkout-cart .breadcrumb li, .enquiry-cart .breadcrumb li {
  white-space: nowrap;
}

.checkout-cart .breadcrumb li a, .enquiry-cart .breadcrumb li a {
  white-space: nowrap;
}

a {
  color: #3ec47f;
}

.btn {
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.mw {
  min-width: 140px !important;
}

.btn.btn-primary, .btn.btn-default {
  color: #fff;
  background-color: #3ec47f !important;
  border: #3ec47f !important;
  line-height: 2.6;
  font-family: 'robotomedium';
}

.btn.btn-primary:hover, .btn.btn-default:hover {
  background-color: #1f392c !important;
  border-color: #1f392c !important;
}

.btn.btn-primary.g, .btn.btn-default.g {
  background-color: #a4a4a4 !important;
}

.btn.btn-primary.b, .btn.btn-default.b {
  background-color: #c6ae82 !important;
  text-transform: none;
  font-size: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)) !important;
  line-height: 1.6;
  border-radius: 50px;
}

.btn.btn-primary.b:hover, .btn.btn-default.b:hover {
  background-color: #c6ae82 !important;
}

.btn:focus {
  outline: none !important;
}

.cart-dorpdown-footer a:hover {
  color: #fff !important;
}

.label-primary {
  background-color: #3ec47f !important;
}

.swal2-confirm {
  color: #fff;
  background-color: #3ec47f !important;
  border: #3ec47f !important;
}

#quickcheckout-back {
  background-color: #1f392c;
  border-color: #1f392c;
}

#quickcheckout-back:hover {
  background-color: #3ec47f;
  border-color: #3ec47f;
}

span.label.out-of-stock {
  min-width: 170px;
  padding: 13px 14px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  span.label.out-of-stock {
    min-width: 70%;
  }
}

input:not([name=search]),
textarea:not([name=search]) {
  border: 1px solid #e1e1e1 !important;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #e1e1e1 !important;
}

select {
  padding: 10px !important;
  height: auto !important;
  border: 1px solid #e1e1e1 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%) !important;
  background-position: calc(100% - 15px) calc(1em + 6px), calc(100% - 10px) calc(1em + 6px) !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #e1e1e1 !important;
}

hr {
  border: 0;
  border-bottom: 2px solid #3ec47f;
}

hr.short {
  width: 100px;
  margin-top: 0;
}

.section-title {
  margin-bottom: 50px !important;
}

.pagination {
  text-align: center;
  padding-bottom: 3em;
}

.pagination .active span {
  background: #17772f !important;
  color: #fff !important;
}

.pagination span, .pagination a {
  margin: 0 .3em !important;
  border: 0 !important;
  border-radius: 50px !important;
  display: inline-block;
  height: 2.5em;
  width: 2.5em;
  background-color: transparent !important;
  color: #222 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination span:hover, .pagination a:hover {
  background: #17772f !important;
  color: #fff !important;
}

.pagination > li > a, .pagination > li > span {
  line-height: 2;
  padding: 6px 4px;
}

#side-price #slider-price {
  background: #9a9a9a;
}

#side-price .ui-slider-handle, #side-price .ui-slider-range {
  height: 4px !important;
}

#side-price .price-container {
  margin-bottom: 10px;
}

#side-price .price-container > * input {
  font-weight: 600;
  font-size: 15px;
  background: transparent;
  border-radius: 0px;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

#side-price .price-container input[name="price_min1"] {
  text-align: left !important;
}

#side-price .price-container input:last-child {
  text-align: right;
}

#side-price .list-group-item {
  padding: 1em 0;
  background: transparent;
  border: none;
}

#side-price .list-group-item.item-header {
  padding-bottom: 0;
}

#side-price .list-group-item #length_max2 {
  text-align: right;
}

#side-price .list-group-item:not(.item-header) {
  padding-top: 0;
}

#side-price .ui-slider-handle {
  width: 17px !important;
  height: 17px !important;
}

#side-price .ui-slider-range {
  height: 4px !important;
}

#side-price .ui-slider-horizontal {
  height: 4px !important;
}

#side-categories {
  border-bottom: 2px solid #ccc;
  padding-bottom: 26px;
}

#side-categories .caret {
  position: relative;
  border: 0;
}

#side-categories .caret:before {
  font-size: 11px !important;
  position: absolute;
  top: -7px;
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#side-categories .caret:after {
  font-size: 11px !important;
  position: absolute;
  top: -7px;
  display: none;
  content: "\f068";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#side-categories .active .caret:before {
  display: none;
}

#side-categories .active .caret:after {
  display: block;
}

#side-categories .group .item.level-2 a {
  padding: 5px 8px;
}

#side-categories .group .item.level-1 {
  padding: 4px 15px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0 !important;
  padding-right: 6px;
  border-radius: 5px;
}

#side-categories .group .item.level-1 a {
  padding: 8px 8px;
}

#side-categories .group .item.level-1.active, #side-categories .group .item.level-1:hover {
  background: #3ec47f;
  color: #fff;
}

#side-categories .group .item.level-1.active a, #side-categories .group .item.level-1:hover a {
  color: #fff;
}

#side-categories .group .item .toggle {
  border: 0;
}

#side-categories .group .item .toggle:hover {
  background: transparent;
  color: #fff;
}

#side-categories .group .item a {
  padding-left: 0;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  font-weight: normal;
  font-family: 'oswaldmedium';
}

#side-categories .group .item a:hover {
  background: transparent;
  color: #3ec47f;
}

#side-categories .group .item.active a {
  color: #3ec47f;
}

#side-categories .group .item.active + .sub {
  border-top: 0;
  padding-left: 24px;
}

#side-categories .group .item + .sub .level-2.active a, #side-categories .group .item + .sub .level-2:hover a {
  color: #3ec47f;
}

#side-categories .group .item + .sub .level-2.toggle {
  padding-right: 30px;
}

#side-categories .group .item + .sub .level-2.toggle:hover {
  color: #333 !important;
}

#side-categories .group:not(:last-child) {
  border-bottom: 0;
}

#side-categories .list-group-item {
  border: none;
}

#side-categories .list-group-item.item-header {
  margin-bottom: 14px !important;
}

#side-categories .list-group-item > div {
  margin-bottom: 8px;
}

#side-categories .side-categories-level-1 + .side-categories-level-1 {
  border-top: 0;
}

#side-manufacturer {
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 24px !important;
}

#side-manufacturer .list-group-item {
  border: 0;
}

#side-manufacturer label {
  margin-bottom: 12px !important;
  color: #000;
  font-family: 'oswaldmedium';
}

#side-manufacturer input[type="checkbox"]:checked + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "\f00c";
}

#side-manufacturer input[type="checkbox"] {
  opacity: 0;
  position: relative;
  top: 0px;
  margin-right: 10px;
}

#side-manufacturer input[type="checkbox"] + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  display: inline-block;
  padding-top: 1px;
  padding-left: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0px;
  width: 17px;
  height: 17px;
  color: #3ec47f;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
}

@media (min-width: 1920px) {
  #filter-groups {
    padding-right: 3em;
  }
}

#filter-groups > div {
  margin-bottom: 22px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#filter-groups .panel .list-group {
  border: 0;
}

#filter-groups .panel .list-group .list-group-item:last-child {
  padding-bottom: 0;
  border: 0;
}

#filter-groups .list-group-item {
  background-color: transparent;
}

#filter-groups .list-group-item.item-header {
  padding: 7px 15px;
  padding-left: 0;
  font-size: calc(16px + (26 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  position: relative;
  border-bottom: 0;
  background: transparent;
  font-weight: normal;
  text-transform: uppercase;
  color: #3a4e4e !important;
  font-family: 'Rubik Bold' !important;
}

#filter-groups .panel, #filter-groups .list-group, #filter-groups .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

#side_filter .list-group-item {
  border: 0;
  padding: 0;
  padding-bottom: 4px !important;
}

#side_filter .list-group:not(:first-child) {
  margin-top: 0 !important;
}

#side_filter label {
  font-size: 14px;
  padding-left: 24px;
}

#side_filter input[type="checkbox"]:checked + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "\f00c";
}

#side_filter input[type="checkbox"] {
  opacity: 0;
}

#side_filter input[type="checkbox"] + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  display: inline-block;
  padding-top: 1px;
  padding-left: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  width: 17px;
  height: 17px;
  color: #3ec47f;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
}

.product-product .pmanu {
  color: #808080;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}

.product-product .product-image-main-container {
  margin-bottom: 0 !important;
}

.product-product #content > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .product-product #content > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 991px) {
  .product-product #content > .row > div:first-child {
    width: 100%;
    margin-bottom: 2em;
  }
}

.product-product #content > .row > div:last-child {
  padding-left: 25px;
}

@media (max-width: 991px) {
  .product-product #content > .row > div:last-child {
    width: 100%;
  }
}

.product-product .product-image-main {
  border-radius: 10px;
  overflow: hidden;
}

.product-product .pname {
  margin-bottom: 8px;
  font-size: calc(17px + (26 - 17) * (100vw - 320px) / (1920 - 320)) !important;
  font-weight: normal;
  color: #3a4e4e !important;
  font-family: 'Rubik Bold' !important;
}

.product-product .product-special-price {
  margin-left: 0;
  margin-right: 10px;
  font-family: 'open_sansregular';
}

.product-product .old-prices {
  color: #a3a3a3;
}

.product-product .price-wrapper {
  margin-bottom: 16px;
}

.product-product .price-wrapper li div {
  color: #464646;
  font-family: 'robotobold';
}

.product-product .price-wrapper li div, .product-product .price-wrapper li span {
  font-size: 18px !important;
  font-weight: normal;
  font-family: 'robotobold';
}

@media (max-width: 767px) {
  .product-product .price-wrapper li div, .product-product .price-wrapper li span {
    font-size: 16px !important;
  }
}

.product-product .product-image-main-container {
  position: relative;
  overflow: visible;
}

.product-product .product-image-main-container .slick-slide > div {
  line-height: 0;
}

.product-product .product-image-main-container .arrowsearch {
  position: absolute;
  z-index: 1;
  right: 2em;
  bottom: 2em;
}

.product-product .product-image-column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-product .product-image-additional-container {
  padding: 0;
}

@media (max-width: 767px) {
  .product-product .product-image-additional-container {
    height: auto;
  }
}

.product-product .product-image-additional-container .product-image-additional {
  padding-top: 18px;
  padding-bottom: 18px;
}

.product-product .product-image-additional-container .slick-slide {
  margin: 4px 4px;
}

.product-product .product-image-additional-container .slick-slide img {
  border: 0;
  border-radius: 10px;
}

.product-product .product-image-additional-container .slick-no-slide {
  margin-left: 0;
  margin-right: 0;
}

.product-product .product-image-additional-container .slick-nav img {
  width: auto;
  border: 0;
}

.product-product .product-image-additional-container img {
  border: 1px solid #d6d6d6;
  padding: 0;
  border-width: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-product .product-image-additional-container img:hover {
  border-color: #a3bc3e;
  border-width: 1px;
  outline: none;
}

.product-product .product-image-additional-container .featured .slick-no-slide {
  margin: 0;
  padding: 0 2em;
}

.product-product .product-description > label {
  display: none;
}

.product-product .product-description + .input-group-flex {
  display: none;
}

.product-product #product {
  max-width: 100%;
  padding-top: 1em;
}

.product-product #product .quantity-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .product-product #product {
    text-align: center;
  }
}

.product-product #product.oos {
  padding-top: 0;
}

.product-product #product .form-group-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .product-product #product .form-group-p {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .product-product #product .form-group-p .product-button-group {
    display: block;
    width: 100%;
  }
}

.product-product #product .form-group-p .input-group {
  border-radius: 8px;
}

.product-product #product .form-group-p .input-group-flex {
  margin: 0 !important;
  color: #000;
  padding-left: 0px;
  font-family: 'dm_serif_displayregular';
}

.product-product #product .form-group-p .input-group-flex > span {
  min-width: 5em;
  padding: 0;
}

.product-product #product .form-group-p .input-group-flex .at-share-btn-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-product #product .form-group-p .input-group-flex .at-style-responsive .at-share-btn {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .product-product #product .form-group-p .input-group-flex {
    padding-left: 0;
    padding-top: 1em;
  }
}

.product-product #product select {
  max-width: 100%;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 0px;
  max-width: 200px;
}

@media (max-width: 425px) {
  .product-product #product select {
    max-width: 100%;
    width: 100% !important;
  }
}

.product-product #product .input-group {
  border: 1px solid #ccc !important;
  width: 100%;
  margin-right: 14px;
}

.product-product #product .input-group input[name="quantity"] {
  height: 48px;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  max-width: 50px;
}

.product-product #product .input-group button[data-type="minus"] {
  background-color: transparent !important;
  background-image: none;
  color: #2c2c2c !important;
  font-size: 8px;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
}

.product-product #product .input-group button[data-type="plus"] {
  background-color: transparent !important;
  background-image: none;
  color: #2c2c2c !important;
  font-size: 8px;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
}

.product-product #product hr, .product-product #product h3 {
  display: none;
}

.product-product #product .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .product-product #product .form-group {
    margin-bottom: 0;
    text-align: left;
  }
}

.product-product #product .form-group.has-error .control-label span {
  visibility: visible;
}

.product-product #product .form-group select {
  height: 50px !important;
  background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px) !important;
}

.product-product #product .form-group textarea {
  width: 100% !important;
  padding: 1.5em;
}

.product-product #product .form-group .input-group-addon {
  display: block;
}

.product-product #product .form-group .control-label {
  position: relative;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)) !important;
  font-family: 'robotobold';
}

.product-product #product .form-group .control-label span {
  position: absolute;
  margin-top: -15px;
  left: 0;
  color: #eecc8c;
  visibility: hidden;
}

.product-product #product .form-group .control-label:before, .product-product #product .form-group .control-label::after {
  display: none;
}

.product-product #product .form-group .add-to-cart-button-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .product-product #product .form-group .add-to-cart-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.social-sharing {
  margin: 28px 0 !important;
}

.social-sharing.oos {
  margin-top: 0 !important;
}

.social-sharing > span {
  position: relative;
  color: #000;
  font-weight: normal;
  font-family: 'robotobold';
}

_:-ms-fullscreen, :root #form-review .review-input > span label {
  top: 3px;
}

#form-review {
  background: #ffffff;
  padding: 2em 2em 0em;
  border-radius: 8px;
}

@media (max-width: 767px) {
  #form-review {
    padding: 2em 1em 1em;
    padding-bottom: 2em;
    text-align: center;
  }
  #form-review .email-h {
    padding-top: 20px;
  }
}

#form-review .pagination {
  text-align: right;
  padding-bottom: 1em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0;
}

#form-review .rholder {
  position: relative;
}

@media (min-width: 767px) {
  #form-review .rholder > div:first-child {
    position: absolute;
  }
}

#form-review .rholder > div:first-child img {
  max-width: 4.5em;
}

@media (min-width: 767px) {
  #form-review .rholder > div:first-child img {
    margin-right: 2em;
  }
}

#form-review .rholder > div:last-child {
  padding-left: 30px;
}

@media (min-width: 767px) {
  #form-review .rholder > div:last-child {
    padding-left: 6em;
  }
}

#form-review #input-payment-captcha > div {
  margin: 0;
}

#form-review .review-input .control-label {
  text-shadow: 0 0 0px;
  font-size: 15px;
}

@media (max-width: 767px) {
  #form-review .review-input {
    text-align: center;
  }
  #form-review .review-input .control-label {
    display: block;
  }
}

#form-review .review-input > span {
  padding: 0 10px;
  position: relative;
  top: 0;
}

#form-review .review-input > span label {
  position: relative;
  margin: 0;
}

#form-review .review-input > span .circle {
  position: absolute;
  left: 10px;
  top: 0px;
}

#form-review .review-input > span input {
  display: none;
}

#form-review .review-input > span input + .circle1 {
  position: relative;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#cdcdcd), to(#a4a4a3));
  background: linear-gradient(0deg, #cdcdcd 0%, #a4a4a3 100%);
}

#form-review .review-input > span input + .circle1 span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50px;
  background: transparent;
}

#form-review .review-input > span input:checked + .circle1 {
  border-color: #a36361;
}

#form-review .review-input > span input:checked + .circle1 span {
  background: #a36361;
}

#form-review #google_recaptcha {
  margin-bottom: 0;
}

#form-review .buttonsf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  #form-review .buttonsf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #form-review .buttonsf #button-review {
    min-width: 195px !important;
  }
}

#form-review h3 {
  padding: 12px 0 12px;
  font-family: 'oswaldmedium' !important;
  text-transform: uppercase !important;
  font-size: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320)) !important;
  margin-bottom: 10px;
}

#form-review .fa-stack-2x {
  color: #ffca05;
}

#form-review .no-r .fa-stack-2x {
  color: #e5dfd7;
}

#form-review .name {
  text-transform: uppercase;
}

#form-review #input-name, #form-review #input-email {
  padding: 6px 14px;
  height: 40px;
}

#form-review textarea {
  padding: 6px 14px;
}

#form-review .table-bordered {
  border: 0;
  border-bottom: 1px solid #ccc;
}

#form-review .table-bordered tr {
  background-color: transparent;
}

#form-review .table-bordered tr td {
  border: 0;
  padding: 0;
  padding-bottom: 2em;
}

#form-review .table-bordered tr td p {
  margin: 10px 0 14px;
  margin-bottom: 0;
}

#form-review .table-bordered tr td .a-d {
  padding-top: 4px;
}

#form-review td .fa-stack {
  width: 18px;
  height: 18px;
}

#form-review td .fa-stack .fa {
  font-size: 18px;
}

#form-review td .rating-p .rauthor {
  font-family: 'open_sansbold' !important;
  font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)) !important;
  margin-bottom: 10px;
}

#form-review .rate input[type="radio"] {
  display: none;
}

#form-review .rate input[type="radio"]:checked + .fa {
  color: #F5B72F;
}

#form-review .rate input[type="radio"]:checked + .fa:before {
  content: "\f005";
}

#form-review .rate .fa {
  position: relative;
  cursor: pointer;
}

#form-review .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  #form-review .btn-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #form-review .btn-holder .btn {
    min-width: 194px !important;
  }
}

#form-review .btn-holder #google_recaptcha {
  margin: 0;
}

@media (max-width: 767px) {
  #form-review .btn-holder #google_recaptcha {
    margin: 0 auto;
  }
  #form-review .btn-holder #google_recaptcha .g-recaptcha {
    -webkit-transform: scale(0.64) !important;
            transform: scale(0.64) !important;
    -webkit-transform-origin: 0 0 !important;
            transform-origin: 0 0 !important;
  }
}

#form-review .col-sm-12.selected .fa-star-o:before {
  content: "\f005" !important;
}

#form-review .col-sm-12.selected label.selected + label .fa-star-o:before {
  content: "\f006" !important;
}

#form-review .col-sm-12.selected label.selected + label + label .fa-star-o:before {
  content: "\f006" !important;
}

#form-review .col-sm-12.selected label.selected + label + label + label .fa-star-o:before, #form-review .col-sm-12.selected label.selected + label + label + label + label .fa-star-o:before {
  content: "\f006" !important;
}

#waiting_list .waiting_list_container {
  padding: 20px 24px;
  border: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px #e9e9e9;
          box-shadow: 0 0 10px #e9e9e9;
  border-radius: 0;
}

#waiting_list .waiting_list_container h3 {
  margin-bottom: 10px;
  color: #3a4e4e !important;
  font-size: calc(16px + (26 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  font-family: 'Rubik Bold' !important;
}

@media (max-width: 991px) {
  #waiting_list .waiting_list_container .flex-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #waiting_list .waiting_list_container .flex-group input {
    width: 100%;
    margin-bottom: 10px;
  }
}

#waiting_list .waiting_list_container .waiting_list_description {
  padding-bottom: 14px;
}

#waiting_list .waiting_list_container .waiting_list_description p {
  font-size: 15px;
  color: #909090 !important;
}

#waiting_list input {
  padding-left: 18px;
  color: #000;
  margin-right: 0;
  height: 45px;
}

@media (max-width: 991px) {
  #waiting_list input {
    height: 44px;
    padding-left: 1em;
  }
}

#waiting_list button {
  min-width: 150px !important;
  max-width: 150px !important;
  border-radius: 0;
  line-height: 2;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (max-width: 991px) {
  #waiting_list button {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

.product-product #product-tabs {
  margin-top: 3em;
  border: 0;
  margin-bottom: 0;
}

.product-product #product-tabs li {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .product-product #product-tabs li {
    float: none;
    margin-bottom: 8px;
  }
}

.product-product #product-tabs li a {
  background: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 13px;
  color: #17772f !important;
  font-family: 'open_sanssemibold';
  border-radius: 0 !important;
  border: 2px solid #17772f;
  min-width: 9em;
  margin-right: 0;
  font-weight: normal !important;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .product-product #product-tabs li a {
    margin-right: 0;
    font-size: 14px;
    border: 2px solid;
  }
}

.product-product #product-tabs li a:before {
  display: none !important;
}

.product-product #product-tabs li.active a, .product-product #product-tabs li:hover a {
  background: #17772f !important;
  color: #fff !important;
  font-weight: normal !important;
}

.product-product #product-tabs + .tab-content {
  margin-bottom: 4em;
  background-color: #fff;
  padding: 0;
  border: 0;
}

.product-product #product-tabs + .tab-content .tab-pane {
  padding: 2em 2em 1em;
  border: 2px solid #17772f;
  border-top-left-radius: 0px;
}

.product-product #product-tabs + .tab-content .tab-pane#tab-review {
  padding: 0;
}

.related_related_products_, .featured-module {
  padding-top: 0;
}

@media (max-width: 991px) and (min-width: 767px) {
  .related_related_products_ .slick-slider, .featured-module .slick-slider {
    margin: 0 3em;
  }
}

@media (max-width: 1199px) {
  .related_related_products_ .slick-nav.left, .featured-module .slick-nav.left {
    left: -44px;
  }
}

.related_related_products_ .slick-list, .featured-module .slick-list {
  margin: 0px -7.5px;
}

.related_related_products_ .slick-list .slick-slide, .featured-module .slick-list .slick-slide {
  margin: 0px 7.5px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.related_related_products_ .slick-nav img, .featured-module .slick-nav img {
  max-width: 40px;
}

.related_related_products_ h2, .featured-module h2 {
  font-size: calc(20px + (26 - 20) * (100vw - 320px) / (1920 - 320)) !important;
}

_:-ms-fullscreen, :root .product-product #product .input-group input[name='quantity'] {
  max-width: 2em;
}

.related_related_products_ {
  padding-bottom: 4em;
}

@media (max-width: 767px) {
  .related_related_products_ {
    padding: 0 1em;
  }
}

.related_related_products_ h3.target-heading {
  font-size: calc( (24px / 1.5) + (((32/3)/19.2) * 1vw)) !important;
  padding-top: 16px;
  color: #3a4e4e !important;
  font-family: 'Rubik Bold' !important;
  margin-top: 20px;
}

.product-product .quantity-wrapper, .product-product #product .form-group:not(.product-button-group) {
  max-width: 100% !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
}

.product-view > .product-gutter {
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
  padding-bottom: 35px;
}

@media (min-width: 1200px) {
  .product-view > .product-gutter {
    width: 33.33%;
  }
}

@media (max-width: 376px) {
  .product-view > .product-gutter {
    width: 100% !important;
  }
}

.product-category .wimg-f img.float-2, .product-special .wimg-f img.float-2 {
  bottom: 63% !important;
}

.product-category .wimg-f img.float-3, .product-special .wimg-f img.float-3 {
  bottom: 12% !important;
}

.product-category.cid-8 #side-manufacturer, .product-category.cid-8 #side-price, .product-special.cid-8 #side-manufacturer, .product-special.cid-8 #side-price {
  display: none;
}

.product-category.cid-8 #side-categories, .product-special.cid-8 #side-categories {
  border-bottom: 0;
}

.product-category #filter_group_tigger_open, .product-special #filter_group_tigger_open {
  border: 1px solid #ccc;
}

@media (max-width: 1080px) {
  .product-category #column-left, .product-special #column-left {
    width: 30%;
  }
  .product-category #content, .product-special #content {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .product-category #column-left, .product-special #column-left {
    width: 100%;
  }
  .product-category #content, .product-special #content {
    width: 100%;
  }
}

.product-block {
  -webkit-box-shadow: 0 5px 11px #e9e9e9;
          box-shadow: 0 5px 11px #e9e9e9;
  border-radius: 15px;
}

.product-block .product-image-block a img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f0f0f2;
}

.product-block .product-button .btn {
  opacity: 1 !important;
}

.product-block .cart-buttons {
  margin: 0 !important;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .product-block .cart-buttons {
    padding-bottom: 0;
    padding-top: 10px;
  }
}

@media (max-width: 1279px) {
  .product-block .cart-buttons .btn {
    min-width: 100% !important;
  }
}

.product-block .product-name {
  padding-top: 26px !important;
}

.product-block .product-name a {
  margin-bottom: 8px;
  font-size: calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320)) !important;
  font-weight: normal;
  color: #3a4e4e !important;
  font-family: 'Rubik Bold' !important;
}

.product-block .product-details .price {
  font-size: calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320));
  font-family: 'robotobold';
  color: #464646;
  font-size: 16px !important;
}

.product-block .product-details .price .price-old {
  font-size: 16px;
  opacity: 1;
  color: #b6b6b6;
}

.sort-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 15em;
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 1400px) {
  .sort-cat {
    max-width: 25%;
  }
}

@media (max-width: 1080px) {
  .sort-cat {
    max-width: 35%;
  }
}

@media (max-width: 767px) {
  .sort-cat {
    max-width: 100%;
  }
  @supports (-webkit-touch-callout: none) {
    .sort-cat .form-control {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
  }
  .sort-cat > * {
    width: calc(100%/3 - 1px) !important;
  }
}

.sort-cat .holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 767px) {
  .sort-cat .holder select {
    border-radius: 6px;
    padding: 10px 14px !important;
    background-position: calc(100% - 15px) calc(1em + 5px), calc(100% - 10px) calc(1em + 5px) !important;
    font-size: 14px;
    border: 1px solid #dbdbdb !important;
    font-family: 'robotomedium';
  }
}

@media (max-width: 767px) {
  .sort-cat .holder.hidden {
    display: block !important;
  }
}

.sort-cat .holder:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .sort-cat .holder:first-child {
    margin-left: 0;
  }
}

.sort-cat .input-group-prepend {
  margin: 0;
  display: none;
}

@media (max-width: 767px) {
  .product-search .product-view > * {
    width: calc(100%/2 - 1px);
  }
}

@media (max-width: 374px) {
  .product-search .product-view > * {
    width: calc(100%);
  }
}

.input-group-btn > .btn.btn-default {
  height: 100% !important;
  min-height: 100% !important;
  padding: 8px 12px !important;
  font-size: 11px;
  min-width: auto !important;
  line-height: 0;
}

.input-group-btn > .btn.btn-primary {
  height: 100% !important;
  min-height: 100% !important;
  padding: 8px 12px !important;
  font-size: 11px;
  min-width: auto !important;
  line-height: 0;
}

.slick-slide .product-gutter {
  height: 100%;
}

.sticker {
  left: -8px;
  right: auto;
  top: 14px;
  padding: 5px 16px;
  line-height: 1.4;
  z-index: 2;
  min-width: 84px;
  text-align: center;
}

@media (max-width: 1199px) {
  .sticker {
    left: -8px;
    min-width: auto;
    padding: 4px 10px;
    padding-top: 5px;
  }
}

.sticker span.d {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  margin: auto;
  margin-top: 22px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0px;
}

@media (max-width: 1199px) {
  .sticker span.d {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .sticker span.d {
    margin-top: 14px;
  }
}

.sticker span.s1 {
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform: skew(-36deg);
  transform: skew(-36deg);
  margin-top: 0;
}

.sticker span.s2 {
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  -webkit-transform: skew(36deg);
  transform: skew(36deg);
}

.sticker span.n {
  position: relative;
  z-index: 2;
  font-size: 13px;
  padding-left: .2em;
  padding-right: 0em;
  display: block;
  letter-spacing: 1px;
  text-transform: none;
}

@media (max-width: 1199px) {
  .sticker span.n {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .sticker span.n {
    font-size: 9px;
  }
}

.information-information.iid-4 #content, .information-information.iid-16 #content, .information-information.iid-17 #content, .information-information.iid-18 #content {
  display: none;
}

.wimg-f {
  position: relative;
}

.wimg-f img.float-2 {
  bottom: 40% !important;
  max-width: 9vw !important;
  position: absolute;
}

.wimg-f img.float-3 {
  bottom: 0 !important;
  max-width: 9vw !important;
  right: 0;
  left: auto !important;
  position: absolute;
}

.wimg-f img.float4 {
  bottom: 0 !important;
  max-width: 10vw !important;
  right: auto;
  left: 0 !important;
  position: absolute;
}

.about-h .s1 {
  position: relative;
}

.about-h .s1 > img {
  position: absolute;
  bottom: 32%;
  max-width: 8vw;
  left: 0;
}

.about-h .s1 .lists {
  position: relative;
}

.about-h .s1 .lists .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: calc(30px + (100 - 30) * (100vw - 320px) / (1920 - 320)) !important;
}

@media (min-width: 991px) {
  .about-h .s1 .lists .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 991px) {
  .about-h .s1 .lists .item > div:first-child {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .about-h .s1 .lists .item > div:first-child {
    margin-bottom: 20px;
  }
}

.about-h .s1 .lists .item > div:first-child img {
  width: 100%;
}

@media (min-width: 991px) {
  .about-h .s1 .lists .item > div:last-child {
    width: 45%;
    padding-left: calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320)) !important;
    padding-right: 20px;
  }
}

.about-h .s1 .lists .item:nth-child(even) > div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about-h .s2 {
  background-position: bottom;
  padding-top: calc(30px + (122 - 30) * (100vw - 320px) / (1920 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  margin-top: 30px;
}

.about-h .s2 > img {
  position: absolute;
  top: 0%;
  max-width: 8vw;
  right: 0;
  -webkit-transform: translateY(-34%);
          transform: translateY(-34%);
}

.about-h .s2 .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .about-h .s2 .lists {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.about-h .s2 .lists > div {
  display: inline-block;
  vertical-align: top;
  padding: calc(18px + (56 - 18) * (100vw - 320px) / (1920 - 320));
}

.about-h .s2 .lists > div strong {
  font-size: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320));
  color: #464646;
}

.about-h .s2 .lists > div p {
  color: #464646 !important;
}

.about-h.resources .s1 .lists .item {
  margin: 0 calc(10px + (-40 - 10) * (100vw - 320px) / (1920 - 320)) !important;
}

.about-h.resources .s1 .lists .item > div {
  padding: 0 calc(10px + (40 - 10) * (100vw - 320px) / (1920 - 320)) !important;
}

.joinus-h .s1 .img-responsive {
  width: 100%;
}

@media (min-width: 767px) {
  .joinus-h .s2 .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.joinus-h .s2 .lists > div {
  text-align: center;
}

@media (min-width: 767px) {
  .joinus-h .s2 .lists > div {
    width: calc(100%/3 - 1px);
  }
}

.joinus-h .s2 .lists > div .title {
  font-family: 'Rubik Bold';
  color: #3a4e4e;
  text-transform: none;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  white-space: pre-line;
  margin-top: 20px;
}

.joinus-h .s3 {
  text-align: center;
}

.joinus-h .s3 p {
  color: #464646 !important;
}

.information-information.iid-7 #content {
  display: none;
}

@media (max-width: 991px) {
  .gallery-holder {
    padding: 0 3em;
  }
  .gallery-holder .slick-next {
    right: -34px;
  }
}

@media (max-width: 767px) {
  .gallery-holder {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .gallery-holder .slick-prev, .gallery-holder .slick-next {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .gallery-holder .slider-nav {
    padding-right: 0.1em;
  }
}

.gallery-holder .slider-nav .slick-prev, .gallery-holder .slider-nav .slick-next {
  top: 40%;
}

.gallery-holder .slider-nav .slick-current .bg-cover {
  border: 1px solid rgba(24, 56, 55, 0.36) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-holder .contact h3 {
  color: #183837;
  margin: 2em 0 1.5em 0;
}

.gallery-holder .gallery-menu {
  text-align: center;
  margin: 3em 0 2em 0;
}

.gallery-holder .gallery-menu li {
  cursor: pointer;
  font-size: 1.5em;
  margin-right: 4em;
  position: relative;
}

.gallery-holder .gallery-menu li:last-child {
  margin-right: 0;
}

.gallery-holder .gallery-menu li:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  top: 30px;
  margin: auto;
  height: 1px;
  width: 64%;
  background-color: #183837;
  background-position: center center;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: color 0.1s,-webkit-transform 0.2s ease-out;
  transition: color 0.1s,-webkit-transform 0.2s ease-out;
  transition: color 0.1s,transform 0.2s ease-out;
  transition: color 0.1s,transform 0.2s ease-out,-webkit-transform 0.2s ease-out;
}

.gallery-holder .gallery-menu li:hover:before, .gallery-holder .gallery-menu li.current:before {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.gallery-holder .des {
  max-width: 72%;
  margin: 0 auto;
}

.gallery-holder .slider-for .bg-cover {
  min-height: 46em;
  border: 1px solid rgba(24, 56, 55, 0.11);
}

.gallery-holder .slider-nav .bg-cover {
  min-height: 5em;
  border: 1px solid rgba(24, 56, 55, 0.11);
}

@media (max-width: 1080px) {
  .gallery-holder .gallery-menu li {
    font-size: 1.3em;
    margin-right: 2em;
  }
}

@media (max-width: 767px) {
  .gallery-holder .gallery-menu li {
    font-size: 1em;
    margin-right: 0;
    padding: 0 1em;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .gallery-holder .des {
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 35em;
  }
}

@media (max-width: 1280px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 32em;
  }
}

@media (max-width: 1080px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 30em;
  }
}

@media (max-width: 991px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 40em;
  }
}

@media (max-width: 767px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 18em;
  }
}

@media (max-width: 1280px) {
  .gallery-holder .slider-nav .bg-cover {
    min-height: 3.5em;
  }
}

@media (max-width: 991px) {
  .gallery-holder .slider-nav .bg-cover {
    min-height: 4.5em;
  }
}

#google_recaptcha .g-recaptcha {
  transform: scale(0.65) !important;
  -webkit-transform: scale(0.65) !important;
  width: auto !important;
}

@media (min-width: 767px) {
  #google_recaptcha .g-recaptcha {
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

#enquiry-form .form-group {
  margin-bottom: 28px;
  position: relative;
}

#enquiry-form .form-group select {
  height: 47px !important;
  padding: 6px 20px !important;
}

#enquiry-form .form-group .form-control {
  padding: 6px 20px;
  color: #969696;
  text-shadow: 0 0 0px;
}

#enquiry-form .form-group .input-group.date input {
  border: 0;
}

#enquiry-form .form-group input:not(textarea) {
  height: 47px;
}

#enquiry-form .form-group .text-danger {
  position: absolute;
  font-size: 12px;
  width: 100%;
}

@media (max-width: 1024px) {
  #enquiry-form .text-danger {
    font-size: 7px !important;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  #enquiry-form #btn-validate {
    min-width: 190px !important;
  }
}

#enquiry-form .error_q_captcha {
  position: absolute;
  bottom: 28px;
  font-size: 12px;
}

@media (max-width: 767px) {
  #enquiry-form .button.text-right {
    text-align: center;
  }
  #enquiry-form .g-recaptcha {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    width: auto;
  }
  #google_recaptcha + .error_q_captcha .text-danger {
    text-align: center;
    width: 100%;
    margin-top: -12px;
    margin-bottom: 2em;
  }
  #google_recaptcha + .error_q_captcha {
    bottom: 0 !important;
    position: relative !important;
  }
  #google_recaptcha.form-group {
    margin-bottom: 0 !important;
  }
  #google_recaptcha {
    max-width: 195px;
    margin-bottom: 0;
    margin-right: auto;
    margin: 0 auto;
  }
  .information-contact #content .contact {
    margin-top: 1em;
  }
  .map-holder iframe {
    height: 14em;
  }
}

.store-details h3, .contact h3 {
  color: #2599fd;
  letter-spacing: 1px;
  font-size: 19px;
  margin-bottom: 16px;
  font-family: 'proxima_novabold';
}

.store-details h4 {
  color: #71dbd4;
  font-size: 19px;
  margin-bottom: 4px;
}

.store-details .item {
  line-height: 1.7;
}

.map-holder {
  margin-bottom: 2em;
}

.map-holder .text {
  text-align: center;
  margin-bottom: 1.5em;
}

.map-holder iframe {
  border: 1px solid #ccc;
}

.accept {
  color: #aaaaaa;
  font-family: 'ubuntu_lightregular';
  text-shadow: 0 0 0px;
  margin: 0;
}

.accept input {
  height: auto !important;
}

.bnews-list .artblock {
  padding: 0;
  padding-top: 2em;
  border-top: 1px solid #ccc;
}

.bnews-list .artblock a.bigimagein .article-image {
  width: 100%;
  margin: 1.2em 0;
}

.bnews-list .artblock .blog-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: auto auto 0;
  margin-left: 18px;
}

.bnews-list .artblock .blog-button a {
  text-shadow: 0 0 0px;
  text-transform: uppercase;
  text-decoration: underline;
}

.bnews-list .artblock .blog-button a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bnews-list .artblock .name a {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro Demi';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  display: block;
}

.bnews-list .artblock .name a:hover {
  text-decoration: none;
}

.bnews-list .artblock .article-meta {
  border: 0;
  position: relative;
  font-size: 16px;
  color: #333333;
  padding-bottom: 0;
  margin-bottom: 0;
  display: none;
}

.bnews-list .artblock .article-meta img {
  margin-top: -11px;
}

.bnews-list .artblock:first-child {
  padding-top: 0;
  border-top: 0;
}

.news-article .article-inner, .service-article .article-inner {
  max-width: 72%;
  margin: 0 auto;
  padding-bottom: 5em;
}

@media (max-width: 767px) {
  .news-article .article-inner, .service-article .article-inner {
    max-width: 100%;
  }
}

.news-article .article-inner .blog-gallery, .service-article .article-inner .blog-gallery {
  margin: 0 -40px;
  position: relative;
  padding-bottom: 20px;
}

.news-article .article-inner .blog-gallery .article-date, .service-article .article-inner .blog-gallery .article-date {
  background-color: #c6ae82;
  color: #fff;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 30px;
  z-index: 1;
  left: 60px;
  text-align: center;
  padding: 10px 16px;
  border-radius: 8px;
  line-height: 1.2;
}

.news-article .article-inner .blog-gallery .article-date .day, .service-article .article-inner .blog-gallery .article-date .day {
  font-family: 'Rubik Bold';
  display: block;
}

.news-article .article-inner .blog-gallery .article-date .year, .service-article .article-inner .blog-gallery .article-date .year {
  display: block;
}

.news-article .article-inner .blog-gallery .slick-slide img, .service-article .article-inner .blog-gallery .slick-slide img {
  border-radius: 20px;
}

.news-article .article-inner .blog-gallery .slick-list, .service-article .article-inner .blog-gallery .slick-list {
  margin: 0 40px;
}

.news-article .article-inner .blog-gallery .slick-dots, .service-article .article-inner .blog-gallery .slick-dots {
  margin-top: 10px;
}

.news-article .article-inner .news-title, .service-article .article-inner .news-title {
  font-size: calc(16px + (26 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  background: transparent;
  color: #3a4e4e !important;
  font-family: 'Rubik Bold' !important;
  border-bottom: 2px solid;
  display: inline-block;
}

.news-article .article-inner .article-address, .service-article .article-inner .article-address {
  color: #c6ae82;
  font-family: 'robotoregular';
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.news-article .article-inner .article-address img, .service-article .article-inner .article-address img {
  position: absolute;
  left: 0;
  max-width: 14px;
}

.news-article .article-inner .article-button-wrapper, .service-article .article-inner .article-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .news-article .article-inner .article-button-wrapper, .service-article .article-inner .article-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-article .article-inner .article-button-wrapper > *, .service-article .article-inner .article-button-wrapper > * {
    margin-bottom: 10px;
  }
}

.news-article .wimg-f img.float-2, .service-article .wimg-f img.float-2 {
  bottom: 15% !important;
}

.news-article .wimg-f img.float-3, .service-article .wimg-f img.float-3 {
  display: none;
}

@media (max-width: 767px) {
  .news-article .container, .service-article .container {
    overflow-x: hidden;
  }
}

.news-article .fn-img, .service-article .fn-img {
  width: 100%;
  margin-bottom: 2em;
}

.news-article .media-detail__btn, .service-article .media-detail__btn {
  margin-top: 2em;
}

.bnews-list .artblock .article-image {
  margin-left: 0;
  width: 100%;
}

.news-ncategory .wimg-f img.float-3 {
  bottom: 6% !important;
}

.news-ncategory #column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-ncategory #artsearch {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  max-width: 70%;
}

.news-ncategory #artsearch i {
  position: absolute;
  top: 11px;
  right: 16px;
  cursor: pointer;
  color: #333;
}

.news-ncategory .list-group-item {
  border: 0;
  padding-left: 0;
  color: #333;
  padding-bottom: 0;
}

.news-ncategory .list-group a.active {
  background: transparent;
  border: 0;
  color: #a3bc3e;
}

.news-ncategory .list-group a.active:hover {
  background: transparent;
  border: 0;
  color: #a3bc3e;
}

.news-ncategory .list-group a:hover {
  background: transparent;
  border: 0;
  color: #a3bc3e;
}

.news-ncategory h3.news-t {
  color: #000;
  font-family: 'eb_garamondsemibold';
  padding: 7px 15px;
  padding-left: 0;
}

.news-ncategory #filter-groups .list-group:not(:first-child) {
  margin-top: 0;
}

.latest-n-holder .artblock {
  padding-bottom: 1em;
  padding-top: 1em;
}

.latest-n .d-added {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.latest-n .d-added img {
  margin-top: -2px;
  max-width: 17px;
  margin-right: 8px;
}

.latest-n-holder .artblock a {
  color: #333;
}

.latest-n-holder .description {
  margin-bottom: .5em;
}

.latest-n-holder .artblock:last-child {
  border-bottom: 1px solid #ccc;
}

.news-t.ncat {
  margin-top: 1em;
  margin-bottom: 0;
}

.article-content .title {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro Demi';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 0px;
  margin-bottom: 0;
  display: block;
}

.article-content .article-meta {
  border: 0;
}

.article-content .article-meta span {
  font-size: 13px;
}

.article-content .article-meta img {
  margin-top: -11px;
}

.article-content .article-meta span, .article-content .article-meta a {
  font-style: normal;
  font-size: 14px;
}

.news-article .media-detail__btn-group {
  width: 100%;
  text-align: center;
  padding: 3em 0;
}

.addthis_inline_share_toolbox_ktlz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.addthis_inline_share_toolbox_ktlz span {
  padding-right: 1em;
}

#content .bnews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  #content .bnews-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#content .bnews-list > div {
  width: calc(100%/2 - 1px);
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 767px) {
  #content .bnews-list > div {
    width: 100%;
  }
}

#content .bnews-list > div .bg-cover {
  min-height: 14em;
}

@media (max-width: 1080px) {
  #content .bnews-list > div .bg-cover {
    min-height: 10em;
  }
}

#content .bnews-list > div .holder {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  padding-bottom: 20px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#content .bnews-list > div .holder:hover {
  border: 1px solid #333;
}

#content .bnews-list > div .holder .des {
  padding: 20px;
}

#content .bnews-list > div > div {
  padding: 10px;
  height: 100%;
}

@media (min-width: 1920px) {
  #content .bnews-list > div > div {
    padding: 20px;
  }
}

.addthis_inline_share_toolbox_wovu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.addthis_inline_share_toolbox_wovu span {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.archive-holder a {
  color: #333333;
}

.archive-holder a.active {
  text-shadow: 0 0 0px !important;
  color: #333 !important;
}

.archive-holder span.list-group-item {
  padding: 0;
}

.archive-holder span.list-group-item a {
  border: 0;
}

.archive-holder .show-m {
  border-bottom: 1px solid #333;
  padding: 10px 18px;
  position: relative;
}

.archive-holder .show-m + .list-group {
  padding-left: 33px !important;
}

.archive-holder .show-m:after {
  content: "+";
  position: absolute;
  right: 12px;
}

.archive-holder .show-m.active:after {
  content: "-";
  right: 15px;
}

.article_listing_layout_1 .news-latest-slider .bnews-list, .service_layout_1 .news-latest-slider .bnews-list, .news-home .news-latest-slider .bnews-list, .heal-cornerhome .news-latest-slider .bnews-list {
  display: block;
}

.article_listing_layout_1 .news-latest-slider .bnews-list > div, .service_layout_1 .news-latest-slider .bnews-list > div, .news-home .news-latest-slider .bnews-list > div, .heal-cornerhome .news-latest-slider .bnews-list > div {
  width: 100% !important;
}

.article_listing_layout_1 .news-latest-slider .slick-dots, .service_layout_1 .news-latest-slider .slick-dots, .news-home .news-latest-slider .slick-dots, .heal-cornerhome .news-latest-slider .slick-dots {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.article_listing_layout_1 .news-list-wrap.flex, .service_layout_1 .news-list-wrap.flex, .news-home .news-list-wrap.flex, .heal-cornerhome .news-list-wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 991px) {
  .article_listing_layout_1 .news-list-wrap.flex, .service_layout_1 .news-list-wrap.flex, .news-home .news-list-wrap.flex, .heal-cornerhome .news-list-wrap.flex {
    margin: 0 0;
  }
}

.article_listing_layout_1 .news-list-wrap.flex > div, .service_layout_1 .news-list-wrap.flex > div, .news-home .news-list-wrap.flex > div, .heal-cornerhome .news-list-wrap.flex > div {
  width: calc(100%/2 - 1px);
  padding: 20px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .article_listing_layout_1 .news-list-wrap.flex > div, .service_layout_1 .news-list-wrap.flex > div, .news-home .news-list-wrap.flex > div, .heal-cornerhome .news-list-wrap.flex > div {
    padding: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .article_listing_layout_1 .news-list-wrap.flex > div, .service_layout_1 .news-list-wrap.flex > div, .news-home .news-list-wrap.flex > div, .heal-cornerhome .news-list-wrap.flex > div {
    width: 100%;
  }
}

.article_listing_layout_1 .news-list-wrap .news-post > div, .service_layout_1 .news-list-wrap .news-post > div, .news-home .news-list-wrap .news-post > div, .heal-cornerhome .news-list-wrap .news-post > div {
  height: 100%;
}

.article_listing_layout_1 .news-list-wrap .news-post > div .article-date, .service_layout_1 .news-list-wrap .news-post > div .article-date, .news-home .news-list-wrap .news-post > div .article-date, .heal-cornerhome .news-list-wrap .news-post > div .article-date {
  background-color: #c6ae82;
  color: #fff;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 30px;
  z-index: 1;
  left: 24px;
  text-align: center;
  padding: 10px 16px;
  border-radius: 8px;
  line-height: 1.2;
}

.article_listing_layout_1 .news-list-wrap .news-post > div .article-date .day, .service_layout_1 .news-list-wrap .news-post > div .article-date .day, .news-home .news-list-wrap .news-post > div .article-date .day, .heal-cornerhome .news-list-wrap .news-post > div .article-date .day {
  font-family: 'Rubik Bold';
  display: block;
}

.article_listing_layout_1 .news-list-wrap .news-post > div .article-date .year, .service_layout_1 .news-list-wrap .news-post > div .article-date .year, .news-home .news-list-wrap .news-post > div .article-date .year, .heal-cornerhome .news-list-wrap .news-post > div .article-date .year {
  display: block;
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div, .service_layout_1 .news-list-wrap .news-post > div > div, .news-home .news-list-wrap .news-post > div > div, .heal-cornerhome .news-list-wrap .news-post > div > div {
  border-radius: 18px;
  overflow: hidden;
  background-color: #f1f9f4;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .article_listing_layout_1 .news-list-wrap .news-post > div > div, .service_layout_1 .news-list-wrap .news-post > div > div, .news-home .news-list-wrap .news-post > div > div, .heal-cornerhome .news-list-wrap .news-post > div > div {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .article_listing_layout_1 .news-list-wrap .news-post > div > div, .service_layout_1 .news-list-wrap .news-post > div > div, .news-home .news-list-wrap .news-post > div > div, .heal-cornerhome .news-list-wrap .news-post > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div:hover, .service_layout_1 .news-list-wrap .news-post > div > div:hover, .news-home .news-list-wrap .news-post > div > div:hover, .heal-cornerhome .news-list-wrap .news-post > div > div:hover {
  -webkit-box-shadow: 0 0 16px #e5e5e5;
          box-shadow: 0 0 16px #e5e5e5;
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div:hover .name-article a, .service_layout_1 .news-list-wrap .news-post > div > div:hover .name-article a, .news-home .news-list-wrap .news-post > div > div:hover .name-article a, .heal-cornerhome .news-list-wrap .news-post > div > div:hover .name-article a {
  border-bottom: 2px solid !important;
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div > div:first-child, .service_layout_1 .news-list-wrap .news-post > div > div > div:first-child, .news-home .news-list-wrap .news-post > div > div > div:first-child, .heal-cornerhome .news-list-wrap .news-post > div > div > div:first-child {
  width: 40%;
}

@media (max-width: 767px) {
  .article_listing_layout_1 .news-list-wrap .news-post > div > div > div:first-child, .service_layout_1 .news-list-wrap .news-post > div > div > div:first-child, .news-home .news-list-wrap .news-post > div > div > div:first-child, .heal-cornerhome .news-list-wrap .news-post > div > div > div:first-child {
    width: 100%;
  }
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div > div:first-child > a::before, .service_layout_1 .news-list-wrap .news-post > div > div > div:first-child > a::before, .news-home .news-list-wrap .news-post > div > div > div:first-child > a::before, .heal-cornerhome .news-list-wrap .news-post > div > div > div:first-child > a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div > div:first-child .bg-cover, .service_layout_1 .news-list-wrap .news-post > div > div > div:first-child .bg-cover, .news-home .news-list-wrap .news-post > div > div > div:first-child .bg-cover, .heal-cornerhome .news-list-wrap .news-post > div > div > div:first-child .bg-cover {
  width: 100%;
  padding-bottom: 120%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  background-position: left;
}

@media (max-width: 767px) {
  .article_listing_layout_1 .news-list-wrap .news-post > div > div > div:first-child .bg-cover, .service_layout_1 .news-list-wrap .news-post > div > div > div:first-child .bg-cover, .news-home .news-list-wrap .news-post > div > div > div:first-child .bg-cover, .heal-cornerhome .news-list-wrap .news-post > div > div > div:first-child .bg-cover {
    border-radius: 20px;
    padding-bottom: 100%;
  }
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div > div:last-child, .service_layout_1 .news-list-wrap .news-post > div > div > div:last-child, .news-home .news-list-wrap .news-post > div > div > div:last-child, .heal-cornerhome .news-list-wrap .news-post > div > div > div:last-child {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .article_listing_layout_1 .news-list-wrap .news-post > div > div > div:last-child, .service_layout_1 .news-list-wrap .news-post > div > div > div:last-child, .news-home .news-list-wrap .news-post > div > div > div:last-child, .heal-cornerhome .news-list-wrap .news-post > div > div > div:last-child {
    width: 100%;
  }
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div > div:last-child .article-address, .service_layout_1 .news-list-wrap .news-post > div > div > div:last-child .article-address, .news-home .news-list-wrap .news-post > div > div > div:last-child .article-address, .heal-cornerhome .news-list-wrap .news-post > div > div > div:last-child .article-address {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: auto auto 0 0;
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div > div:last-child .name-article, .service_layout_1 .news-list-wrap .news-post > div > div > div:last-child .name-article, .news-home .news-list-wrap .news-post > div > div > div:last-child .name-article, .heal-cornerhome .news-list-wrap .news-post > div > div > div:last-child .name-article {
  padding-bottom: 10px;
  padding-top: 10px;
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div > div:last-child .name-article a, .service_layout_1 .news-list-wrap .news-post > div > div > div:last-child .name-article a, .news-home .news-list-wrap .news-post > div > div > div:last-child .name-article a, .heal-cornerhome .news-list-wrap .news-post > div > div > div:last-child .name-article a {
  font-size: calc(16px + (26 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  background: transparent;
  color: #3a4e4e !important;
  font-family: 'Rubik Bold' !important;
  border-bottom: 2px solid transparent;
  line-height: 1.2;
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div > div:last-child .article-address, .service_layout_1 .news-list-wrap .news-post > div > div > div:last-child .article-address, .news-home .news-list-wrap .news-post > div > div > div:last-child .article-address, .heal-cornerhome .news-list-wrap .news-post > div > div > div:last-child .article-address {
  color: #c6ae82;
  font-family: 'robotoregular';
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
}

.article_listing_layout_1 .news-list-wrap .news-post > div > div > div:last-child .article-address img, .service_layout_1 .news-list-wrap .news-post > div > div > div:last-child .article-address img, .news-home .news-list-wrap .news-post > div > div > div:last-child .article-address img, .heal-cornerhome .news-list-wrap .news-post > div > div > div:last-child .article-address img {
  position: absolute;
  left: 0;
  max-width: 14px;
}

.news-latest-slider {
  max-width: 75%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news-latest-slider {
    max-width: 100%;
  }
}

.news-latest-slider .slick-list {
  padding-top: 3em;
  padding-bottom: 3em;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 20px;
  margin-left: 20px;
}

.news-latest-slider .slick-list .slick-slide {
  margin: 10px;
}

.article_listing_layout_1 .news-latest-slider .news-list-wrap .news-post .article-text-wrapper {
  padding: calc(40px + 1vw) calc(33px + 1vw);
}

.article_listing_layout_1 .news-latest-slider .news-list-wrap .news-post .bg-cover {
  padding-bottom: 100% !important;
}

.article_listing_layout_1 .news-latest-slider .news-list-wrap .news-post .article-date + .relative {
  -webkit-box-shadow: 0 0 16px #e5e5e5;
          box-shadow: 0 0 16px #e5e5e5;
}

.flexArchive {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .flexArchive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flexArchive .list-group select {
  padding: 10px 26px !important;
  line-height: 26px;
  min-width: 186px;
  font-family: 'robotomedium';
}

.faq-holder-main {
  padding-bottom: 8em !important;
}

.faq-holder-main h2 {
  margin-bottom: 20px !important;
}

.faq-holder-main .des {
  text-align: center;
  margin-bottom: 4em;
}

.faq-holder-main .panel-body {
  padding: 14px 24px;
  background: #fff;
  border: 0;
  margin-top: 1px;
  border-top: 0 !important;
}

.faq-holder-main .panel-group .panel {
  border-radius: 8px;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-holder-main .panel-group .panel + .panel {
  margin-top: 15px;
}

.faq-holder-main .panel-group .panel .panel-heading {
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.faq-holder-main .panel-title a {
  color: #000;
  padding: 14px 24px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-family: 'josefin_sanssemibold';
}

@media (max-width: 767px) {
  .faq-holder-main .panel-title a {
    padding-right: 4em;
    font-size: 15px;
  }
}

.faq-holder-main .panel-title a[aria-expanded="true"] {
  background: #3ec47f;
  color: #fff;
}

.faq-holder-main .panel-title a[aria-expanded="true"]:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-holder-main .panel-title a:before {
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 22px;
  right: 21px;
  top: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-scategory .service_layout_1 .news-list-wrap .news-post > div > div:hover .name-article a {
  border: 0 !important;
}

.service-scategory .service_layout_1 .news-list-wrap .news-post > div > div .name-article a {
  border: 0 !important;
}

.service-article .wimg-f img.float-3 {
  display: block !important;
  bottom: -12% !important;
}

.service-article .news-title {
  border: 0 !important;
}

.service-article .service_layout_1 .article-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px !important;
}

.service-article .service_layout_1 .article-address img {
  max-width: 22px !important;
  top: -4px;
}

.service-article .service_layout_1 #content .services-holder > div:nth-child(even) > div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.news-list-wrap.services-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0  -22px;
}

@media (max-width: 991px) {
  .news-list-wrap.services-h {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .news-list-wrap.services-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-list-wrap.services-h > div {
  padding: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news-list-wrap.services-h .news-post {
  width: calc(25% - 20px);
}

@media (max-width: 991px) {
  .news-list-wrap.services-h > div {
    padding: 10px;
  }
  .news-list-wrap.services-h .news-post {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .news-list-wrap.services-h > div {
    width: 100%;
    gap: 20px 0;
  }
  .news-list-wrap.services-h .news-post {
    width: 100%;
  }
}

.news-list-wrap.services-h > div:first-child .news-post .relative.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-list-wrap.services-h > div:first-child .news-post .relative.flex .article-image-wrapper {
  width: 100% !important;
}

.news-list-wrap.services-h > div:first-child .news-post .relative.flex .article-image-wrapper .bg-cover {
  padding-bottom: 55%;
  border-bottom-left-radius: 0px;
}

.news-list-wrap.services-h > div:first-child .news-post .relative.flex .article-text-wrapper {
  width: 100%;
}

.scat-holder {
  text-align: center;
  margin-bottom: 3em;
  margin-top: 4em;
}

@media (max-width: 767px) {
  .scat-holder {
    margin-top: 2em;
  }
}

.scat-holder a {
  color: #c6ae82 !important;
  display: inline-block;
  border: 1px solid #c6ae82;
  font-family: 'Rubik Medium';
  padding: 8px 20px;
  font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)) !important;
  border-radius: 50px;
  min-width: 180px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 4px;
}

@media (max-width: 767px) {
  .scat-holder a {
    margin: 0 10px;
    margin-bottom: 10px;
  }
}

.scat-holder a:hover, .scat-holder a.active {
  background: #c6ae82;
  color: #fff !important;
}

.latest-tems-h .prod-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px;
  padding-top: 20px;
  padding-bottom: calc(40px + (120 - 40) * (100vw - 320px) / (1920 - 320)) !important;
  position: relative;
}

@media (max-width: 991px) {
  .latest-tems-h .prod-holder {
    margin: 0;
    padding-top: 0;
  }
}

.latest-tems-h .prod-holder > div {
  width: calc(100%/4 - 1px);
  padding: 16px;
}

@media (max-width: 1199px) {
  .latest-tems-h .prod-holder > div {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .latest-tems-h .prod-holder > div {
    width: calc(100%/3 - 1px);
  }
}

@media (max-width: 767px) {
  .latest-tems-h .prod-holder > div {
    width: calc(100%/2 - 1px);
  }
}

@media (max-width: 424px) {
  .latest-tems-h .prod-holder > div {
    width: 100%;
  }
}

.latest-tems-h .s2 {
  background-color: #f7fafa;
  padding-top: calc(40px + (120 - 40) * (100vw - 320px) / (1920 - 320)) !important;
  padding-bottom: calc(40px + (120 - 40) * (100vw - 320px) / (1920 - 320)) !important;
}

.latest-tems-h .s2 .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(20px + (-40 - 20) * (100vw - 320px) / (1920 - 320)) !important;
}

@media (max-width: 991px) {
  .latest-tems-h .s2 .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 !important;
  }
}

.latest-tems-h .s2 .lists > div {
  padding: 0 calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)) !important;
}

.latest-tems-h .s2 .lists > div:first-child {
  width: 55%;
}

@media (max-width: 991px) {
  .latest-tems-h .s2 .lists > div:first-child {
    width: 100%;
  }
}

.latest-tems-h .s2 .lists > div:first-child img {
  width: 100%;
}

.latest-tems-h .s2 .lists > div:last-child {
  width: 45%;
}

@media (max-width: 991px) {
  .latest-tems-h .s2 .lists > div:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

body .slider-slideshow-description .slider-slideshow-description-texts {
  padding: 0;
  max-width: 25%;
}

@media (max-width: 767px) {
  body .slider-slideshow-description .slider-slideshow-description-texts {
    max-width: 100%;
    text-align: center;
  }
}

body .slider-slideshow-description .slider-slideshow-description-texts span.slideshow-text-0, body .slider-slideshow-description .slider-slideshow-description-texts span.slideshow-text-1 {
  font-size: calc(15px + (40 - 15) * (100vw - 320px) / (1920 - 320)) !important;
  font-family: 'Rubik Bold';
  margin-bottom: 0;
  color: #3a4e4e !important;
}

body .slider-slideshow-description .slider-slideshow-description-texts span.slideshow-text-1 {
  color: #c6ae82 !important;
}

body .slideshow .slider-custom-dots {
  text-align: center;
}

body .slideshow .slider-custom-dots .owl-dot {
  height: 10px;
  width: 10px;
  opacity: 0.2;
}

body .slideshow .slider-custom-dots .owl-dot.active {
  background: #46c363 !important;
  opacity: 1;
}

body .slideshow #slideshow0 .slider-nav.slider-nav-left {
  -webkit-transform: translateX(4vw);
          transform: translateX(4vw);
}

@media (max-width: 1199px) {
  body .slideshow #slideshow0 .slider-nav.slider-nav-left {
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
  body .slideshow #slideshow0 .slider-nav.slider-nav-left img {
    max-width: 30px;
  }
}

body .slideshow #slideshow0 .slider-nav.slider-nav-right {
  -webkit-transform: translateX(-4vw);
          transform: translateX(-4vw);
}

@media (max-width: 1199px) {
  body .slideshow #slideshow0 .slider-nav.slider-nav-right {
    -webkit-transform: translateX(-1vw);
            transform: translateX(-1vw);
  }
  body .slideshow #slideshow0 .slider-nav.slider-nav-right img {
    max-width: 30px;
  }
}

@media (max-width: 991px) {
  body .slideshow #slideshow0 .slider-nav {
    display: none !important;
  }
}

.home-holder {
  position: relative;
}

.home-holder img[alt="bgdonate"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-holder .abouh-h .stn {
  margin: 0 -38px;
  position: relative;
}

@media (max-width: 1199px) {
  .home-holder .abouh-h .stn {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .home-holder .abouh-h .stn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-holder .abouh-h .stn > div {
  width: calc(100%/2 - 1px);
}

@media (max-width: 767px) {
  .home-holder .abouh-h .stn > div {
    width: 100%;
  }
}

.home-holder .abouh-h .stn > div .img-responsive {
  width: 100%;
}

.home-holder .abouh-h .stn > div .text {
  margin-bottom: 30px;
}

.home-holder .abouh-h .stn > div:last-child {
  padding-left: calc(30px + (90 - 30) * (100vw - 320px) / (1920 - 320)) !important;
}

@media (min-width: 1199px) {
  .home-holder .abouh-h .stn > div:last-child {
    padding-right: calc(30px + (90 - 30) * (100vw - 320px) / (1920 - 320)) !important;
  }
}

@media (max-width: 767px) {
  .home-holder .abouh-h .stn > div:last-child {
    padding-left: 0 !important;
    padding-top: 20px;
  }
}

.max-offset.featured_news {
  padding-top: 0;
}

.max-offset.featured_news .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.max-offset.featured_news .news-home .slick-slide {
  margin: 50px 10px;
  height: inherit;
}

.max-offset.featured_news .slick-arrow img {
  max-width: 30px;
}

.max-offset.featured_news .wimg-f img.float-2 {
  display: none;
}

.max-offset.featured_news .wimg-f img.float-3 {
  bottom: auto !important;
  top: 5%;
}

.healcornerhome {
  padding-top: 2em !important;
}

.healcornerhome .heal-cornerhome {
  position: relative;
  z-index: 1;
}

.healcornerhome .heal-cornerhome > img {
  position: absolute;
  top: -9%;
  max-width: 22vw;
}

.healcornerhome .heal-cornerhome .scat-holder {
  margin-top: 2.5em;
}

.homelisting {
  padding-top: 2em !important;
  overflow: visible;
}

.homelisting .homelisting-h .max-offset > img {
  position: absolute;
  right: 0;
  top: -55%;
  max-width: 18vw;
}

@media (max-width: 767px) {
  .instagram-34 {
    padding: 0 !important;
  }
}

.homelisting-h .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 991px) {
  .homelisting-h .lists {
    margin: 0;
  }
}

.homelisting-h .lists > div {
  width: calc(100%/2 - 1px);
  padding: 0 20px;
}

@media (max-width: 767px) {
  .homelisting-h .lists > div {
    width: 100%;
    margin-bottom: 20px;
  }
}

.homelisting-h .lists > div .bg-cover {
  position: relative;
  padding-bottom: 63%;
  border-radius: 25px;
}

@media (max-width: 991px) {
  .homelisting-h .lists > div .bg-cover:before {
    content: "";
    background: #197b30;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.3;
  }
}

.homelisting-h .lists > div .bg-cover .des {
  position: absolute;
  top: 20%;
  right: 6%;
}

@media (max-width: 767px) {
  .homelisting-h .lists > div .bg-cover .des {
    top: 16%;
    right: 0;
    text-align: center;
    width: 100%;
  }
}

.homelisting-h .lists > div .bg-cover .des h3 {
  font-size: calc(16px + (34 - 16) * (100vw - 320px) / (1920 - 320)) !important;
  color: #3a4e4e !important;
  font-family: 'Rubik Bold' !important;
  line-height: 1.2;
  white-space: pre-wrap;
}

.homelisting-h .lists > div:nth-child(even) .des h3 {
  color: #fff !important;
}

.insta-h {
  position: relative;
}

.insta-h .wimg-f img.float-2 {
  max-width: 10vw !important;
  z-index: 1;
}

.insta-h > .bg-cover {
  background-position: bottom;
  margin-top: -4em;
  padding-bottom: 5em;
}

.insta-h h3.h {
  margin-bottom: 20px;
}

.insta-h .slick-list {
  margin: 0 !important;
}

.insta-h .slick-list .slick-slide {
  margin: 0 !important;
}

.insta-h .instagram .item {
  border-radius: 20px;
  overflow: hidden;
}

.insta-h .instagram .item a {
  line-height: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
  overflow: hidden;
}

.insta-h .instagram .item a .ih {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  z-index: 1;
}

.insta-h .instagram .item a .ih img {
  margin: 0 auto;
}

.insta-h .instagram .item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: rgba(23, 119, 47, 0.73);
  opacity: 0;
}

.insta-h .instagram .item a:hover .ih {
  opacity: 1;
}

.insta-h .instagram .item a:hover:before {
  opacity: 1;
}

.common-home #content {
  padding-bottom: 0;
}

.locate_store.section-space {
  padding-top: 1em !important;
  overflow: visible;
  padding-bottom: 0;
}

.locate_store.section-space .max-offset img[alt="locatebg"] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.location-mapping {
  height: 24em;
}

.location-mapping iframe {
  width: 100% !important;
  height: 100% !important;
}

.location-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.location-row .location-list {
  width: 30%;
  position: relative;
}

@media (max-width: 767px) {
  .location-row .location-list {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px;
  }
}

.location-row .location-list .force-height {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .location-row .location-list .force-height {
    position: relative;
    padding-right: 0px;
  }
}

.location-row .location-list .force-height .listings {
  overflow: auto;
  padding-right: 10px;
  position: relative;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .location-row .location-list .force-height .listings {
    min-height: auto !important;
  }
}

.location-row .location-list .force-height .listings .more-info {
  color: #c6ae82;
  font-size: 15px;
  margin: 10px 0 10px 0;
}

.location-row .location-list .force-height .listings .more-info .fa {
  color: #000000;
  font-size: 20px;
  vertical-align: bottom;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.location-row .location-list .force-height .listings .more-info + .infos {
  display: none;
}

.location-row .location-list .force-height .listings .more-info.active .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.location-row .location-list .force-height .listings .more-info.active + .infos {
  display: block;
}

.location-row .location-list .force-height .listings .thumb {
  margin-bottom: 18px;
  cursor: pointer;
  border-bottom: 2px solid #d6d2ca;
  padding-bottom: 18px;
  margin-left: 10px;
}

.location-row .location-list .force-height .listings .thumb .title {
  color: #464646;
  font-size: 18px;
  font-family: 'Rubik Bold';
  margin-bottom: 9px;
}

.location-row .location-list .force-height .listings .thumb .infos strong {
  font-family: 'Rubik Bold';
}

.location-row .location-list .force-height .listings .thumb .infos a {
  color: #333 !important;
}

.location-row .location-list .force-height .listings .thumb .infos > div:not(:last-of-type) {
  margin-bottom: 10px;
}

.location-row .location-list .force-height .listings .address-loader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  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-color: rgba(255, 255, 255, 0.7);
  display: none;
}

.location-row .location-map {
  width: 70%;
}

@media (max-width: 767px) {
  .location-row .location-map {
    width: 100%;
  }
}

.add-loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #c6ae82;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.location-holder {
  -webkit-box-shadow: 0 0 15px #e5e5e5;
          box-shadow: 0 0 15px #e5e5e5;
  margin: 10px;
  padding: 28px;
  border-radius: 20px;
  position: relative;
  background: #fff;
  margin-bottom: 8em;
}

@media (max-width: 767px) {
  .location-holder {
    padding: 18px;
  }
}

.location-holder .head-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #c6ae82;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .location-holder .head-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.location-holder .head-h > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .location-holder .head-h > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}

.location-holder .head-h > div label {
  margin: 0 !important;
  color: #464646;
  font-family: 'Rubik Bold';
  margin: 0 20px !important;
}

@media (max-width: 767px) {
  .location-holder .head-h > div label {
    width: 100%;
    margin-bottom: 8px !important;
  }
}

.location-holder .head-h > div .form-control {
  border: 1px solid #c6ae82 !important;
  min-width: 225px;
  height: 42px !important;
  border-radius: 8px;
  display: inline-block;
  width: auto;
}

@media (max-width: 991px) {
  .location-holder .head-h > div .form-control {
    min-width: 124px;
  }
}

@media (max-width: 767px) {
  .location-holder .head-h > div .form-control {
    width: 100%;
  }
}

.location-holder .head-h > div .btn {
  line-height: 2.2 !important;
  margin-left: 15px;
}

body .slideshow .light_image .banner-overlay {
  display: none;
}

@media (max-width: 767px) {
  body .slideshow .light_image .banner-overlay {
    display: block;
    background: rgba(255, 255, 255, 0.6);
  }
}

.module-instagram {
  position: relative;
  z-index: 1;
}

.donation-module-section .radio-box-type {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .donation-module-section .radio-box-type {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .donation-module-section .radio-box-type {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.donation-module-section .radio-box-type.larger {
  width: 100%;
}

@media (min-width: 768px) {
  .donation-module-section .radio-box-type.larger {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .donation-module-section .radio-box-type.larger {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.donation-module-section .radio-box-type .radio-wrap {
  opacity: 0.5;
  background-color: red;
  border-radius: 5px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
}

.section-space.home {
  padding-top: 0%;
}

.donate_now {
  padding-bottom: 7em;
  padding-top: 7em;
  position: relative;
}

@media (max-width: 768px) {
    .donate_now {
      padding-bottom: 1em;
      padding-top: 3em;
      position: relative;
    }
}
.donate_now h3 {
  color: #3a4e4e !important;
  font-family: 'Rubik Bold' !important;
  font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320)) !important;
  position: relative;
  margin-bottom: 26px;
}

.donate_now .holder {
  background: #ededee;
  max-width: 66%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 38px;
  -webkit-box-shadow: 0 0 18px #ccc;
          box-shadow: 0 0 18px #ccc;
}

@media (max-width: 991px) {
  .donate_now .holder {
    max-width: 80%;
  }
}

.donate_now .btn {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) !important;
}

.donate_now .monthly {
  margin-bottom: 20px;
}

.donate_now .monthly .btn {
  margin: 0 6px;
  background-color: transparent !important;
  color: #c6ae82 !important;
  border: 2px solid #c6ae82 !important;
}

@media (max-width: 767px) {
  .donate_now .monthly .btn {
    margin-bottom: 5px;
  }
}

.donate_now .monthly .btn:hover, .donate_now .monthly .btn.active {
  opacity: 1 !important;
  background-color: #c6ae82 !important;
  color: #fff !important;
}

.donate_now .amount {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.donate_now .amount .btn {
  border-radius: 0px !important;
  min-width: 100px !important;
  background-color: #fff !important;
  color: #000 !important;
  border: 2px solid #c6ae82  !important;
  font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320)) !important;
}

@media (max-width: 767px) {
  .donate_now .amount .btn {
    margin-bottom: 5px;
  }
}

.donate_now .amount .btn:hover, .donate_now .amount .btn.active {
  opacity: 1 !important;
  background-color: #c6ae82 !important;
  color: #fff !important;
}

.donate_now .pbtm {
  margin-top: 20px;
}

.radio-box-type .radio-wrap .financier-text {
  color: #ffffff;
}

.donation-module-section .btn.btn-primary span {
  color: #ffffff;
}

.donation-module-section .btn.btn-primary span:hover {
  color: #434343;
}

.campaigns-creator {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaigns-creator img {
  border-radius: 50%;
  max-width: 85px;
  width: auto;
}

.campaigns-creator p {
  font: 17px/20px Poppins, sans-serif;
  color: #434343;
  display: inline-block;
  padding-left: 15px;
}

.campaigns-amount-wrapper {
  margin: 0 0 30px 0;
}

.campaigns-amount-wrapper .campaigns-limit {
  font: 30px "Poppins SemiBold", sans-serif;
  color: #e31d1a;
}

.campaigns-amount-wrapper .progress-bar {
  width: 100%;
  height: 5px;
  background-color: #e1e1e1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.campaigns-amount-wrapper .progress-bar .current-progress {
  background-color: #67b4e9;
  height: 5px;
}

.campaigns-amount-wrapper .amount-and-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  position: relative;
}

.campaigns-amount-wrapper .amount-and-date span {
  display: inline-block;
  width: 48%;
  text-align: right;
}

.campaigns-amount-wrapper .amount-and-date span:first-child {
  text-align: left;
}

.donation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.donation-wrapper .donate-box {
  width: 48%;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
}

.donation-wrapper .donate-box .donate-title {
  background-color: #f5f5f5;
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
}

.donation-wrapper .donate-box .donate-title p {
  font: 20px "Poppins SemiBold", sans-serif;
  color: #e31d1a;
  margin-bottom: 0;
}

.donation-wrapper .donate-box .description-button {
  padding: 15px 20px 25px 20px;
}

.donation-wrapper .donate-box .description-button p {
  font: 17px/23px Poppins, sans-serif;
  color: #434343;
}

.support-categories {
  margin: 30px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support-categories .title {
  width: 100%;
  font: 20px "Poppins SemiBold", sans-serif;
  color: #e31d1a;
}

.support-categories .category-list {
  width: 25%;
  padding: 10px;
  text-align: center;
}

.support-categories .category-list img {
  width: 100%;
  max-width: 54px;
}

.support-categories .category-list p {
  font: 17px Poppins, sans-serif;
  color: #434343;
  word-break: break-word;
}

.origanization-wrapper .npo {
  font: 20px "Poppins SemiBold", sans-serif;
  color: #e31d1a;
}

.origanization-wrapper .organization-logo {
  text-align: center;
}

.origanization-wrapper .organization-logo img {
  max-width: 266px;
  width: 100%;
}

.origanization-wrapper .origanization-name {
  font: 18px "Poppins SemiBold", sans-serif;
  color: #434343;
  padding-top: 20px;
}

.origanization-wrapper .origanization-information {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.origanization-wrapper .origanization-information .info {
  width: 45%;
}

.origanization-wrapper .origanization-information .info p {
  font: 17px Poppins, sans-serif;
  color: #434343;
}

.origanization-wrapper .origanization-information .info p strong {
  font: 17px Poppins, sans-serif;
  color: #e31d1a;
}

.origanization-wrapper .origanization-information .info a:hover {
  color: #000 !important;
}

.campaign-description:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.campaign-description {
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
}

.campaign-description .title {
  font: 20px "Poppins SemiBold", sans-serif;
  color: #e31d1a;
  margin-bottom: 15px;
}

.donator-list {
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}

.donator-list .title {
  font: 20px "Poppins SemiBold", sans-serif;
  color: #e31d1a;
}

.donator-list img {
  padding: 10px;
  max-width: 84px;
  border-radius: 50%;
}

/* donation */
.iid-19 #content {
  display: none;
}

.iid-19 .section-space {
  padding-top: 0;
}

.iid-19 .form-content-wrap {
  padding: 30px;
  border: 1px solid #000;
  border-radius: 5px;
}

.iid-19 .form-content-wrap .form-group {
  margin-left: 0;
  margin-right: 0;
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 100%;
}

@media (min-width: 768px) {
  .iid-19 .form-content-wrap .form-group {
    width: 50%;
  }
}

.iid-19 .form-content-wrap .form-group.full {
  width: 100%;
}

.iid-19 .form-content-wrap .form-group .opt-values-wrap {
  width: 100%;
}

@media (min-width: 768px) {
  .iid-19 .form-content-wrap .form-group .opt-values-wrap {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .iid-19 .form-content-wrap .form-group .opt-values-wrap {
    width: 25%;
  }
}

.iid-19 .form-content-wrap .form-group.required .control-label:before {
  display: none;
}

.iid-19 .form-content-wrap .control-label {
  font-size: calc(10px + 8 * (100vw - 375px) / 1525);
  padding-bottom: 20px;
}

.iid-19 .form-content-wrap [id^='input-option'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.iid-19 .form-content-wrap .login-txt a {
  color: #197b30;
  font-style: italic;
  text-decoration: underline;
}

.iid-19 .form-content-wrap input[type="text"] {
  background-color: #fafafa;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .iid-19 .form-content-wrap input[type="text"] {
    height: 50px;
  }
}

.iid-19 .form-content-wrap2 {
  padding: 0;
  border: none;
  border-radius: 0;
}

.iid-19 .form-content-wrap2 .control-label {
  display: none;
}

.iid-19 .form-content-wrap2 [id^='input-option'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.iid-19 .form-content-wrap2 .form-group {
  margin-bottom: 10px;
}

.iid-19 .form-content-wrap2 .fg-opt-for-billing {
  display: none;
}

.iid-19 .featured-donate-section .btn-big2 {
  padding: calc(8px + .6vw) 12px !important;
}

.iid-19 .featured-donate-section .form-content-wrap .form-group .opt-values-wrap {
  width: 100%;
}

@media (min-width: 768px) {
  .iid-19 .featured-donate-section .form-content-wrap .form-group .opt-values-wrap {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .iid-19 .featured-donate-section .radio-special-label .f20 {
    font-size: calc(22px + 8 * (100vw - 375px) / 1525);
  }
}

.iid-19 .title-txt {
  position: absolute;
  top: 0px;
  left: 22.5px;
  display: inline-block;
  background-color: #fff;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.iid-19 .lucky_draw_info {
  padding-top: 0;
  padding-bottom: 0;
}

.iid-19 .filter-wrap {
  position: relative;
}

.iid-19 .filter-wrap button {
  width: 100%;
  height: 46px;
  padding: 8px 15px;
  position: relative;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fafafa;
  text-align: left;
}

@media (min-width: 768px) {
  .iid-19 .filter-wrap button {
    height: 56px;
  }
}

.iid-19 .filter-wrap button .first-opt {
  color: #3a3a3a;
}

.iid-19 .filter-wrap button.grey-line {
  border: 1px solid #cfcfcf;
}

.iid-19 .filter-wrap button:after {
  content: "";
  background: url("../image/icon_dropdown.png") no-repeat 96% 50% #ffffff;
  background-size: 9px 5px;
  width: 9px;
  height: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.iid-19 .filter-wrap.dropdown-open button:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.iid-19 .filter-wrap .filter-dropdown {
  display: block;
  width: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  top: 46px;
  padding: 0;
  z-index: 9000;
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .iid-19 .filter-wrap .filter-dropdown {
    top: 56px;
  }
}

.iid-19 .filter-wrap .filter-dropdown ul {
  padding: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  margin-bottom: 0;
}

.iid-19 .filter-wrap .filter-dropdown ul li .opt-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  line-height: 1em;
}

.iid-19 .filter-wrap .filter-dropdown ul li:last-child .opt-wrap {
  margin-bottom: 0;
}

.iid-19 .filter-wrap .filter-dropdown ul li .opt-wrap .opt-checkbox {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  opacity: 0;
}

.iid-19 .filter-wrap .filter-dropdown ul li .opt-wrap .opt-label {
  height: 100%;
  display: block;
  padding: 8px 15px;
  cursor: pointer;
  margin-bottom: 0;
  color: #888888;
  line-height: 1.5em;
}

.iid-19 .filter-wrap .filter-dropdown ul li .opt-wrap .opt-checkbox:checked + .opt-label {
  background: #197b30;
  color: #fff;
}

@media (max-width: 767px) {
  .iid-19 .filter-wrap .filter-dropdown {
    width: 100%;
    position: relative;
    top: 0;
  }
}

.iid-19 .special-checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}

.iid-19 .special-checkbox + .special-checkbox {
  margin-top: 20px;
}

.iid-19 .special-checkbox .wrapp {
  font-size: calc(10px + 8 * (100vw - 375px) / 1525);
  display: block;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  line-height: 1.5em;
  padding-left: 25px;
}

@media (min-width: 768px) {
  .iid-19 .special-checkbox .wrapp {
    padding-left: 30px;
  }
}

.iid-19 .special-checkbox .wrapp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.iid-19 .special-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  height: 18px;
  width: 18px;
}

@media (min-width: 768px) {
  .iid-19 .special-checkbox .checkmark {
    height: 25px;
    width: 25px;
  }
}

.iid-19 .special-checkbox .checkmark:after {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  width: 60%;
  height: 60%;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #fff;
}

.iid-19 .special-checkbox .wrapp input:checked ~ .checkmark:after {
  background-color: #197b30;
}

.iid-19 .image-container.selected {
  border: 1px solid #197b30;
}

.iid-19 .radio-special-label {
  padding: 5px;
  display: block;
}

.iid-19 .radio-special-label:hover .radio-wrap {
  opacity: 1;
}

.iid-19 .radio-hidden {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.iid-19 .radio-hidden:checked + .radio-wrap {
  opacity: 1;
}

.iid-19 .radio-box-type {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .iid-19 .radio-box-type {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .iid-19 .radio-box-type {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.iid-19 .radio-box-type.larger {
  width: 100%;
}

@media (min-width: 768px) {
  .iid-19 .radio-box-type.larger {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .iid-19 .radio-box-type.larger {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.iid-19 .radio-box-type .radio-wrap {
  opacity: 0.5;
  background-color: #197b30;
  border-radius: 5px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
}

body.iid-8 #footer-area {
  margin-top: 0;
}
/*# sourceMappingURL=main.css.map */
@media (max-width: 767px) {
    .home-p-a {
        text-align: center;
    }
    .information-row.rtl .text, .information-row.btt .text {
        overflow-wrap: anywhere;
    }
    .information-row.ltr .text, .information-row.ttb .text {
        overflow-wrap: anywhere;
    }
    body .slideshow .slider-custom-dots .owl-dot {
      height: 5px;
      width: 5px;
    }
    
}