
.header-container {
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto 1fr auto;
  -ms-grid-columns: auto 1fr auto;
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
  padding: 10px 0px;
}
.fcategory{
    background-color: #fff;
    margin-top: 100px;
}
.header-container .header-menu {
  grid-column: 2 /3;
  grid-row: 1 /2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.header-container .header-top {
  grid-column: 3 / 4;
  grid-row: 1 / 4;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  position: relative;
  z-index: 1;
  margin-left: 14px;
}

.header-container .header-logo {
  grid-column: 1 /1;
  grid-row: 1 /4;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.breadcrumb {
  opacity: 0;
}

.breadcrumb a {
  pointer-events: none;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-shadow: 0 0 0;
  color: #000;
  font-size: 15px;
  line-height: 1.5em;
}

.container {
  width: 1821px;
  max-width: 96%;
}

.contact-comment {
  margin: 30px 0px;
  font-weight: 600;
  color: #333;
}
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
    font-size: 47px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
}
.sub-title {
  font-size: 23px;
  font-weight: 500;
  text-shadow: 0 0 1px;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 15px;
}

.frm-flex {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.frm-flex .tf,
.frm-flex .ta {
  width: calc(50% - 15px);
  margin: 0 7.5px;
}

.frm-flex .tf .form-group,
.frm-flex .ta .form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}

.frm-flex .tf .form-group:last-of-type {
  margin-bottom: 0px;
  position: relative;
}

.frm-flex .tf .form-group:last-of-type .text-danger {
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translate(0, 100%);
}

.frm-flex .ta .form-group,
.frm-flex .ta textarea {
  height: 100%;
}

.contact-footer {
  margin-top: 30px;
}

.form-control {
  border-radius: 0px;
  height: 40px;
}

.store-address {
  margin-bottom: 20px;
}
.store-contacts{
    margin-bottom: 20px;
}
.store-contacts a {
  color: #000 !important;
}

body:not(.common-home) .section-space:first-of-type {
  padding-top: 0px;
}

.btn:not(.btn-waiting):not(#filter_group_tigger_open):not(#articles-filter-trigger-close):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) {
  background-color: #308742;
  border: #308742;
  border-radius: 50px;
  min-width: 179px;
  padding: 15px 30px;
  color: white !important;
  font-weight: 600;
}

.btn-gray:not(.btn-waiting):not(.btn-waiting):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) {
  background-color: #AEAEAE !important;
  border: #AEAEAE;
}

.btn:not(.btn-waiting):not(#filter_group_tigger_open):not(#articles-filter-trigger-close):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):focus {
  outline: 0px solid transparent;
}

.text-danger {
  text-align: left;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  padding-top: 15px;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]):after {
  display: none;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]):before {
  content: "";
  height: 3px;
  width: 30px;
  background-color: #308740;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%);
}

.about-rows .about-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
}

.about-rows .about-row .infos,
.about-rows .about-row .image {
  width: calc(50% - 120px);
  margin: 0 60px;
}

.about-rows .about-row .image img {
  width: 100%;
  box-shadow: 20px 20px 17px -9px rgba(0, 0, 0, 0.3);
}

.about-rows .about-row .infos {
  padding-right: 100px;
  line-height: 1.8em;
}

.about-rows .about-row .infos p {
  margin-bottom: 30px;
}

.title-md {
  color: #308740;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.title-lg {
  color: #308740;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
}

body:not(.common-home) .section-space {
  padding-bottom: 0px;
}

body:not(.common-home) .section-space:last-of-type {
  padding-bottom: 100px;
}

.choose-row {
  display: flex;
  flex-wrap: wrap;
}

.choose-row .thumb {
  flex: 1;
  text-align: center;
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-row .thumb:not(:last-of-type):after {
  content: "";
  width: 2px;
  background-color: #ddd;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  transform: translate(50%);
}
.footer-social-icons {
    padding: 10px 0px 0px;
    width: 100%;
}
.floating-icons{
    list-style-type: none;
    padding-left: 0px;
        position: fixed;
    right: 15px;
    z-index: 1;
    bottom: 60px;
}
.floating-icons li{
    margin-bottom: 10px;
}
.choose-row .thumb .title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 15px;
}

.news-view {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-left: 100px;
}

.news-view .thumb {
  width: calc(50% - 30px);
  margin: 0 15px;
  margin-bottom: 35px;
  position: relative;
  transition: 0.5s ease;
}

.news-view .thumb:hover {
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.16);
}

.news-view .thumb .image {
  overflow: hidden;
}

.news-view .thumb .image img {
  height: 350px;
  width: auto;
}

.news-view .thumb .art-linking {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.news-view .thumb .infos {
  padding: 15px;
}

.news-view .thumb .infos .title {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

.news-view .thumb .infos .description {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
  opacity: 0.5;
}

.readmore {
  color: #308742;
  font-weight: 500;
  margin-top: 15px;
}

.inner-news-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-date-added {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}

.inner-date-added .fa {
  font-size: 20px;
  opacity: 0.5;
  margin-right: 5px;
}

p {
  margin-bottom: 30px;
}

.news-article p {
  line-height: 2em;
}

.news-add-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    margin-top: 30px;
    padding-bottom: 50px;
}

.news-add-row .image,
.news-add-row .infos {
  width: calc(50% - 30px);
  margin: 0 15px;
}

.news-add-row .image img {
  width: 100%;
}

.yeargroup > .list-group-item > a {
  background-color: #959595;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0px;
  text-shadow: 0 1px 0 #FFF !important;
  position: relative;
}

.yeargroup > .list-group-item > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.5s ease;
}

.yeargroup > .list-group-item.active > a,
.yeargroup > .list-group-item > a:hover {
  background-color: #308742;
  color: #fff;
  font-weight: 300;
}

.yeargroup > .list-group-item.active > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.yeargroup > .list-group-item .list-group {
  padding-left: 20px;
}

.yeargroup > .list-group-item .list-group a {
  text-transform: uppercase;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.5;
  transition: 0.5s ease;
}

.yeargroup > .list-group-item .list-group a.active,
.yeargroup > .list-group-item .list-group a:hover {
  color: #000 !important;
  opacity: 1;
}

.archive-categories .list-group a {
  font-size: 16px;
  color: #111;
}

.archive-categories .list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #EA1D25;
  background: transparent;
  border: 0px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

.yeargroup,
.archive-categories {
  max-width: 80%;
}

.elsie {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 0px;
  padding-left: 15px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.news-updates {
  margin-bottom: 50px;
}

.news-updates .thumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}

.news-updates .thumb > *:last-of-type .title {
  margin-bottom: 5px;
  line-height: 1.5em;
}

.news-updates .thumb .art-date {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
  font-style: italic;
}

.news-update-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 20px;
}

.news-updates .thumb {
  position: relative;
}

.news-updates .thumb .image {
  width: 27%;
  overflow: hidden;
}

.news-updates .thumb .image img {
  height: 80px;
}

.news-updates .thumb .infos {
  width: calc(100% - 27%);
  padding-left: 15px;
}

.news-updates .thumb .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.service-tabs {
  list-style-type: none;
  padding-left: 0px;
  text-align: center;
  margin-bottom: 60px;
}

.service-tabs li {
  display: inline-block;
  margin: 15px 15px;
}

.service-tabs li span {
  display: inline-block;
  padding: 15px 30px;
  background-color: #EAEAEA;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

.album-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.album-row .infos,
.album-row .image {
  width: calc(50% - 30px);
  margin: 0 15px;
}

.album-row .image img {
  width: 100%;
}

.album-row .infos .description {
  line-height: 1.8em;
}

.add-album-row {
  margin-top: 50px;
}

.add-album-row .description {
  line-height: 1.8em;
}

.product-view > .product-gutter {
  width: 33.33%;
  padding: 0 15px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

#filter_group_tigger_open {
  background-color: #fff;
  border-color: #ccc;
  color: #555;
  width: 100%;
  text-transform: none;
  height: 100%;
  font-size: 15px;
}

.special-sticker {
  padding: 5px 8px;
  line-height: 1.4;
  z-index: 2;
  right: -1px;
  background-color: #AE0001 !important;
  right: inherit;
  left: -10px;
  top: 20px !important;
  min-width: 100px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

.special-sticker:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #000000 transparent transparent;
  transform: translate(0, 100%);
}
input[name="password"], input[name="coupon"], input[name="voucher"]{
    border-right: 1px solid #ddd;
}
#button-login, #button-coupon, #button-voucher{
    background-color: #308742;
     border: 1px solid #308742;
    border-radius: 30px;
    padding: 7px 30px;
}
#cart .input-group .form-control[name^=quantity] {
    width: 50px;
    height: 28px;
}
#cart .input-group  .btn .glyphicon{
    font-size: 10px;
}
#cart .input-group .btn {
    height: 28px;
    padding: 0px 10px;
}
.sticker {
  padding: 5px 30px;
  right: inherit;
  left: -10px;
  top: 20px !important;
  min-width: 100px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

.sticker:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 8px 0;
  border-color: transparent #000000 transparent transparent;
  transform: translate(0, 100%);
}

.btn-cart {
  padding: 0px;
  background-color: transparent;
  border: 0px solid transparent;
}

.product-block {
  background-color: #F5F5F5;
  border: 0px;
  border-bottom: 7px solid #F5F5F5;
  transition: 0.5s ease;
}

.product-block:hover {
  border-bottom: 7px solid #2F8742;
  box-shadow: 10px 10px 17px -9px rgba(0, 0, 0, 0.3);
}

.product-block .info {
  text-align: left;
  padding: 15px 30px;
  padding-bottom: 0px;
}

.product-block .info .title a {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 0 0 1px;
  text-transform: uppercase;
}

.product-block .info .manufacturer {
  opacity: 0.5;
}

.product-block .info .price {
  color: #308743;
  font-weight: 600;
  font-size: 20px;
}

.product-block .info .price .price-old {
  color: #000;
  text-decoration: line-through;
  font-size: 20px;
  opacity: 0.5;
}

.flex-price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-details {
  margin: 0 !important;
  flex: 1;
}

#side-categories .group:not(:last-child) {
  border-bottom: 0px solid #ccc !important;
}

#side-categories .group .item:hover a,
#side-categories .group .item:hover .toggle {
  color: #000 !important;
  background-color: transparent;
}

#side-categories .group .item a,
#side-categories .group .item .toggle {
  padding: 10px 30px;
  color: #C2C2C2 !important;
}

#side-categories .group .item a {
  padding-right: 10px;
}

#side-categories .group .item.level-1:hover a,
#side-categories .group .item.level-1:hover .toggle,
#side-categories .group .item.level-1.active:hover a,
#side-categories .group .item.level-1.active:hover .toggle {
  background-color: #308742 !important;
}

#side-categories .group .item.level-1 a,
#side-categories .group .item.level-1 .toggle,
#side-categories .group .item.level-1.active a,
#side-categories .group .item.level-1.active .toggle {
  background-color: #C2C2C2;
  padding: 10px 30px;
  color: #fff !important;
  border-left: 0px;
  transition: 0.5s ease;
}

#side-categories .group .item.level-1 a,
#side-categories .group .item.level-1.active a {
  padding-right: 10px;
}

#side-categories .group .item.level-1.active a,
#side-categories .group .item.level-1.active .toggle {
  background-color: #308742 !important;
}

#side-categories .group .item.level-2.active a,
#side-categories .group .item.level-2.active .toggle {
  color: #000 !important;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 4px solid\9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.side-categories-level-1 {
  margin-bottom: 10px;
}

.inner-product-name {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  text-shadow: 0 0 1px;
}

.inner-manufacturer {
  font-size: 23px;
  color: #909090;
}

.prod-inner-info {
  margin-bottom: 20px;
}

.price-list {
  color: #308742;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 100px;
}

.price-list li {
  display: inline-block;
  line-height: 1em;
}

.price-list li * {
  font-weight: 500;
  text-shadow: 0 0 1px;
}

.price-list li .old-prices {
  color: #909090;
  font-style: italic;
  font-weight: 400;
}

.product-product #product {
  max-width: 100%;
  width: 100%;
}

.product-description {
    color: #909090;
    width: 700px;
    max-width: 100%;
}

.product-description:before {
  content: "Product Details";
  width: 100%;
  font-size: 23px;
  font-weight: 400px;
  text-shadow: 0 0 1px;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
}

#product .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#product .input-group .input-group-addon {
  padding-left: 0px;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0 0 1px;
  color: #000;
}

#product .input-group.group-quantity {
  width: 350px;
  max-width: 100%;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ddd;
  width: 172px;
  text-align: center;
  padding: 15px 15px;
  color: #000;
  font-size: 17px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #929292;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.title-sm {
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px !important;
}

.attribute-description {
  color: #909090;
}

.featured-module .slick-slide .product-gutter,
.related-products .slick-slide .product-gutter {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.waiting_list_container {
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #308742;
  color: #fff;
}

.waiting_list_container input {
  padding: 0px 15px;
  margin-right: 0px;
  color: #000;
}
.product-image-main-container .slick-slide img.blur {
    display: block;
    opacity: 0.5;
}
.waiting_list_container .btn {
  background-color: #000;
  border: 0px;
  height: 40px;
  min-width: 120px;
}

.waiting-separator {
  border: 0px;
  height: 2px;
  width: 100%;
  background-color: #909090;
  margin: 50px 0px;
}

.product-product .product-image-main-container {
  margin-bottom: 20px;
  position: relative;
  overflow: inherit;
}

.slideshow .slider-slideshow-description {
  top: 0;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, 0%);
  padding-top: 50px;
}

.slideshow .slider-slideshow-description p {
  margin-bottom: 0px;
}

.slideshow .slider-slideshow-description .slideshow-text-0 {
  font-size: 75px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
}

.slideshow .slider-slideshow-description .slideshow-text-1 {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
}

.slideshow .slider-slideshow-description .slider-slideshow-description-link {
  margin-top: 50px;
}
.common-home .featured-30, .common-home .supplement{
    background-color: #fff;
}
.slideshow .container {
  width: 1514px;
}

.cat-slider .thumb {
  opacity: 0.5;
  transition: 0.5s ease;
  position: relative;
}

.cat-slider .thumb:hover {
  opacity: 1;
}

.cat-slider .thumb .cat-link {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.cat-slider .thumb .image img {
  width: 100%;
}

.cat-slider .thumb .infos {
  background-color: #85BB3C;
  padding: 30px 0px;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

.cust-nav {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #909090;
  transition: 0.5s ease;
}

.cust-nav:hover {
  color: #000;
}

.cust-nav.left {
  left: 20px;
}

.cust-nav.right {
  right: 20px;
}

body.common-home .section-space:not(:last-of-type) {
  padding-bottom: 0px;
}

.supplement-row {
  display: flex;
}

.supplement-row .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 500;
}

.supplement-row .title-sm {
  margin-bottom: 0px;
}

.supplement-row .supp-list0 {
  order: 1;
  flex: 1;
}

.supplement-row .supp-list0 .circle {
  width: 80px;
  height: 80px;
  border: solid 0px #555;
  background-color: #fff;
  box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 80px;
  margin-right: 20px;
}

.supplement-row .supp-list0 .thumb {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.supplement-row .supp-list0 .thumb .supp-number {
  flex: 0;
  -ms-flex-preferred-size: auto;
}

.supplement-row .supp-list0 .thumb .title {
  flex: 1;
}

.supplement-row .supp-list0 .thumb .image {
  flex: 0;
  -ms-flex-preferred-size: auto;
}

.supplement-row .supplement-image {
  order: 2;
  flex: 0 0 auto;
  padding: 0px 20px;
}

.supplement-row .supplement-image img {
  transform: translate(0, 50px);
  max-width: 300px;
}

.supplement-row .supp-list1 {
  order: 3;
  flex: 1;
}

.supplement-row .supp-list1 .circle {
  width: 80px;
  height: 80px;
  border: solid 0px #555;
  background-color: #fff;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 80px;
}

.supplement-row .supp-list1 .thumb {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.supplement-row .supp-list1 .thumb .supp-number {
  flex: 0;
  -ms-flex-preferred-size: auto;
  order: 3;
}

.supplement-row .supp-list1 .thumb .title {
  flex: 1;
}

.supplement-row .supp-list1 .thumb .image {
  padding-right: 20px;
  flex: 0;
  -ms-flex-preferred-size: auto;
  order: -1;
}

.corporate-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.corporate-row .image,
.corporate-row .infos {
  width: 50%;
}

.corporate-row .infos {
  padding: 50px;
}

.corporate-row .image {
  overflow: hidden;
}

.corporate-row .image div {
  position: relative;
}

.corporate-row .image img {
  width: 100%;
}

.enquiry-form {
  padding: 0 100px;
}

.enquiry-form .form-control {
  border: 0px;
  border-bottom: 2px solid #ddd;
  box-shadow: none;
}

.enquiry-form .form-control:-ms-input-placeholder,
.enquiry-form textarea:-ms-input-placeholder {
  color: transparent;
}

.enquiry-form .form-control::-ms-input-placeholder,
.enquiry-form textarea::-ms-input-placeholder {
  color: transparent;
}

.enquiry-form .form-control::placeholder,
.enquiry-form textarea::placeholder {
  color: transparent;
}

.form-label {
  color: #909090;
}

.corporate_enquiry {
  padding: 0px;
}

.contact-footer #google_recaptcha {
  float: left;
  width: 227px;
}

.list-group-item.item-header {
  color: #565656;
  font-size: 25px;
  font-weight: 500;
}

footer {
  background-color: #ebebeb;
  color: #676767;
  padding-top: 50px;
}

footer a {
  color: #676767 !important;
}

footer h5 {
  color: #222;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}

footer p {
  margin-bottom: 0px;
}

footer hr {
  margin-top: 70px;
}



.box-heading {
  display: none;
}

.footer-upper-contet > *:last-child {
  flex: 0 0 400px;
  -ms-flex-preferred-size: inherit;
}

.mi-button .btn {
  height: 100%;
  color: #fff !important;
  background-color: #308742;
  border: 1px solid #308742;
}

.box-content {
  max-width: 100% !important;
  width: 100%;
  margin: auto;
}

.header-container .header-menu #main-menu > li > a {
  padding: 8px;
  padding-left: 0px;
  padding-right: 47px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
#cartSummary tbody tr td.cart-quantity {
    width: 95px;
    min-width: 200px;
    max-width: 158px;
}

.page-banner .page-banner-title {
  display: none;
}
.slideshow .slider-custom-dots .owl-dot.active {
    background-color: #338A40;
}
.cat-slider .thumb .infos span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cat-slider .thumb .infos span img{
    margin-left: 10px;
}
.product-block .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    background-color: rgba(255,255,255,0.7);
    opacity: 0;
    transition: 0.5s ease;
}
.product-block:hover .overlay {
    opacity: 1;
}
.nav-tabs {
    margin-top: 50px;
}

.product-block .overlay img{
   width: 20px;
}
.more-link{
    margin-top: 30px;    
    text-align: center;
}
.supplement-row {
    display: flex;
    margin-bottom: 48px;
}
.information-contact-success #content p{
    text-align: center;
}
.mi-button .btn {
    height: 100%;
    color: #fff !important;
    background-color: #308742;
    border: 1px solid #308742;
    border-radius: 0px 5px 5px 0px;
}
.mi-block .form-control{
    border-radius: 5px 0px 0px 5px;
}
.about-rows .about-row{
    margin-bottom: 50px;
}
.about-rows:nth-child(odd) .about-row .image{
    order: 1;
}

#product .input-group .form-control {
    font-weight: 600;
    padding: 10px 11px;
}
#product .input-group .form-control {
    font-weight: 600;
    padding: 10px 11px;
}
#side-price .ui-slider-handle , #side-price .ui-slider-range{
    background: #308743;
}
.product-product #product {
    max-width: 100%;
    width: 447px;
}
 body:not(.cke_editable) .featured_related_products_ h2:not(.swal2-title):not([style]){
    text-align: left;
    font-size: 25px;
}
 body:not(.cke_editable) .featured_related_products_ h2:not(.swal2-title):not([style]):before{
    display: none;
}
.featured_related_products_{
    padding-bottom: 50px;
}
select::-ms-expand {
    display: none;
}
 body:not(.cke_editable) .featured_related_products_ .more-link{
    display: none;
}

.para{
        position: fixed;
    width: 100%;
    top: 124px;
    display: none;
}
.common-home .para{
    display: block;
}
.footer-upper-contet>*:first-of-type{
    min-width: 30%;
}
.footer-upper-contet>*:first-of-type {
    min-width: 40%;
}
.list-group-item {
    background-color: transparent;
}
.pagination>li.def-pg>a{
    border: 0px solid #000 !important;
}
.pagination>li.def-pg>a img{
    height: 40px;
    height: 27px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ACACAC !important;
    text-decoration: none;
    background-color: #fff !important;
    border: 2px solid #ACACAC !important;
    margin: 0 5px;
    font-weight: 600;
    border-radius: 0px !important;
    background-color: transparent !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    border: 2px solid #308742 !important;
    color: #308742 !important;
}
.pg-first{
    display: none !important;
}
.product-product .product-image-column {
    margin-bottom: 25px;
    padding-right: 100px;
}
.waiting_list_container {
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #308742;
    color: #fff;
    width: 90%;
}
.order-product-item-list>* {
    width: calc(33.33% - 26px);
}
@media (max-width: 1600px) {
  .slideshow .slider-slideshow-description .slider-slideshow-description-link {
    margin-top: 20px;
  }
}

@media (max-width: 1366px) {
  .slideshow .slider-slideshow-description .slideshow-text-0 {
    font-size: 60px;
  }

  .slideshow .slider-slideshow-description .slideshow-text-1 {
    font-size: 40px;
  }

  .supplement-row .supp-list0 .thumb .title {
    font-size: 20px;
  }

  .supplement-row .supp-list0 .thumb .image img {
    width: 60px;
  }

  .supplement-row .supplement-image img {
    width: 293px;
  }

  .supplement-row .supp-list1 .thumb .title {
    font-size: 20px;
  }

  .supplement-row .supp-list1 .thumb .image img {
    width: 60px;
  }
}

@media (max-width: 1280px) {
  .about-rows .about-row .infos {
    padding-right: 0px;
    line-height: 1.8em;
  }
  .contact-footer {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .news-view .thumb .image img {
        height: 189px;
        width: auto;
    }
    footer p {
        margin-bottom: 0px;
        font-size: 13px;
    }
  .about-rows .about-row .infos,
  .about-rows .about-row .image {
    width: calc(50% - 60px);
    margin: 0 30px;
  }

  .price-list {
    margin-bottom: 50px;
  }

  .corporate-row {
    align-items: inherit;
  }

  .corporate-row .image img {
    min-height: 100%;
    width: inherit;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
  }

  .enquiry-form {
    padding: 0 0px;
  }

  .enquiry-form .form-control:-ms-input-placeholder,
  .enquiry-form textarea:-ms-input-placeholder {
    color: #ddd;
  }

  .enquiry-form .form-control::-ms-input-placeholder,
  .enquiry-form textarea::-ms-input-placeholder {
    color: #ddd;
  }

  .enquiry-form .form-control::placeholder,
  .enquiry-form textarea::placeholder {
    color: #ddd;
  }

  .form-label {
    display: none;
  }

  .footer-upper-contet > *:last-child {
    flex: 0 0 300px;
    -ms-flex-preferred-size: inherit;
  }

  .footer-upper-contet > *:first-of-type {
    flex: 0 0 450px;
    -ms-flex-preferred-size: auto;
  }

  .header-container .header-menu #main-menu > li > a {
    padding: 8px;
    padding-left: 0px;
    padding-right: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .header-logo-image {
    width: 218px;
  }

  .footer-upper-contet > *:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1080px){

}
@media (max-width: 992px) {
    .filters-wrap [class^="col"] {
padding: 0;
}
.filters-wrap .form-group{
    margin-bottom: 0px;
}
#filter-groups #filter_group_tigger_close {
    z-index: 2;
    display: block !important;
}
.filt-col{
    padding: 0px;
}
.filters-wrap {
    padding: 0;
    position: fixed;
    left: 0;
    top: 91px;
    right: 0;
    z-index: 8;
}
   
    .col-xs-4{
    padding: 0;
    }
    .showbtn{
    display: block!important;
    }
    #filter_group_tigger_open{
    width: 100%;
    background-color: #fff!important;
    border: 1px solid #dcd2d2!important;
    height: 40px !important;
    }
    
   .filters-wrap .form-control {
    text-align: center;
    text-align: -webkit-center;
    -webkit-appearance: none;
    flex-direction: column;
    
    padding: 9px;
}
  .news-ncategory #column-left {
    width: 100%;
  }

  .news-view {
    padding-left: 0px;
  }

  .news-view .thumb .image img {
    height: 236px;
    width: auto;
  }

  .supplement-row .supp-list0 .thumb .title {
    font-size: 15px;
  }

  .supplement-row .supplement-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .supplement-row .supplement-image img {
    width: 139px;
  }

  .supplement-row .supp-list1 .thumb .title {
    font-size: 15px;
  }

  .slider-slideshow-description .slider-slideshow-description-texts {
    text-align: center;
  }
}

@media only screen and (max-width: 769px) {
    .service-tabs li span {
        display: inline-block;
        padding: 15px 30px;
        background-color: #EAEAEA;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
        margin-bottom: 20px;
        width: 200px;
    }
    .about-rows .about-row {
        flex-direction: column;
        margin: 0px;
    }
    .about-rows:nth-child(odd) .about-row .image {
        order: -1;
    }
    .about-rows .about-row .image, .about-rows .about-row .infos {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .album-row, .news-add-row{
        flex-direction: column;
        margin: 0px;
    }
    .album-row .image, .news-add-row .image{
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .album-row .infos, .news-add-row .infos{
        width: 100%;
        margin: 0px;
    }
    
  .product-category #content {
    width: 100%;
  }

  #filter-groups.open {
    opacity: 1;
    transform: translateX(0%);
  }

  #filter-groups {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 40px 30px 15px;
    overflow: auto;
    background: white;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .header-container {
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 1fr;
    -ms-grid-rows: 1fr;
  }

  .header-container .header-logo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 /3;
  }
}

@media (max-width: 576px) {
    .form-horizontal{margin-top: 30px;}
    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
        font-size: 47px;
        text-transform: uppercase;
        font-weight: 500;
        font-style: italic;
    }
    .floating-icons li img{
        width: 30px;
    }
    .frm-flex {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .frm-flex  .tf{
        margin-bottom: 15px !important;
    }
    .frm-flex  .tf, .frm-flex  .ta{
           width: calc(100% - 15px);
             margin: 0 7.5px;
    }
    .product-product .row{
        overflow: hidden;
    }
    
    .service-tabs li {
        display: inline-block;
        margin: 0 15px;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    
    footer {
        text-align: center;
    }
    .content-choose .title{
        height: 2.5em;
    }
    .product-product .product-image-column {
    margin-bottom: 25px;
    padding-right: 0px;
}
    footer .row p {
      text-align: center;
    }
  body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    font-size: 26px;
  }

  .choose-row .thumb .title {
    font-size: 13px;
  }

  .news-view .thumb {
    width: calc(100% - 30px);
  }

  .product-view > .product-gutter {
    width: 100%;
  }

  .nav-tabs > li {
    width: 100%;
  }

  .nav-tabs > li > a {
    width: 100%;
  }

  .slideshow .slider-slideshow-description .slideshow-text-0 {
    font-size: 30px;
  }

  .slideshow .slider-slideshow-description .slideshow-text-1 {
    font-size: 20px;
  }

  .supplement-row {
    flex-direction: column;
  }

  .supplement-row .supp-list0 .thumb .image {
    display: none;
  }

  .supplement-row .supplement-image {
    order: 0;
  }

  .supplement-row .supplement-image img {
    transform: translate(0, 0);
  }

  .supplement-row .supp-list1 .thumb .supp-number {
    order: 0;
    margin-right: 20px;
  }

  .supplement-row .supp-list1 .thumb .image {
    display: none;
  }

  .corporate-row {
    align-items: inherit;
    flex-direction: column;
  }

  .corporate-row .image,
  .corporate-row .infos {
    width: 100%;
  }

  .corporate-row .image img {
    min-height: 100%;
    width: 100%;
    position: relative;
    left: 0%;
    top: 0;
    transform: translate(0%, 0%);
  }

  .contact-footer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .footer-upper-contet > *:last-child {
    flex: 0 0 100%;
  }

  .footer-upper-contet > *:first-of-type {
    flex: 0 0 100%;
  }

  .header-logo-image {
    width: 159px;
  }
}