/* ----------------------------------------------------------------
	Custom SASS by Benkin
-----------------------------------------------------------------*/
.cl-primary-900 {
  color: #00672B !important;
}

.cl-grey-900 {
  color: #212121 !important;
}

.cl-grey-600 {
  color: #757575 !important;
}

.cl-grey-500 {
  color: #9E9E9E !important;
}

.cl-error {
  color: #d3302f !important;
}

.bg-primary-50 {
  background-color: #E7F7EB;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.fastcon-h1 {
  font-family: 'Jura', sans-serif;
  font-weight: normal;
  font-size: 48px;
  line-height: 53px;
  letter-spacing: 0;
}

.fastcon-h2 {
  font-family: 'Jura', sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 39px;
  letter-spacing: 0;
}

.fastcon-h3 {
  font-family: 'Jura', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
}

.fastcon-h4 {
  font-family: 'Jura', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #212121;
}

.fastcon-calc-result {
  font-family: 'Jura', sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 70px;
}

.fastcon-body,
.project-content-body p,
.news-content p,
.about-content p,
.calc-content-wrap p,
.coupon-description p,
.fastcon-post-info p,
.fastcon-footer-about p,
.calc-content-wrap p,
.calc-content-wrap li {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 19px;
  letter-spacing: 0;
}

.project-content-body ol,
.news-content ol,
.about-content ol,
.calc-content-wrap ol,
.coupon-description ol,
.project-content-body ul,
.news-content ul,
.about-content ul,
.calc-content-wrap ul,
.coupon-description ul {
  list-style-position: inside;
}

.fastcon-body-large {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px !important;
}

.fastcon-description {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px !important;
}

.fastcon-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px !important;
  letter-spacing: 0 !important;
}

.fastcon-nav {
  font-family: 'Jura', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.fastcon-btn {
  padding: 12px;
  font-family: 'Jura', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.fastcon-btn:hover {
  background-color: #79D090;
  color: #fff;
  border: 1px solid #79D090;
}

.label-btn {
  padding: 12px;
  font-family: 'Jura', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.primary-btn {
  background-color: #00672B;
  border: 1px solid #00672B;
  color: #fff;
}

.secondary-btn {
  background-color: #fff;
  color: #212121;
  border: 1px solid #212121;
}

.secondary-error-btn {
  background-color: #fff;
  color: #d3302f;
  border: 1px solid #d3302f;
}

.secondary-error-btn:hover {
  background-color: #d3302f;
  color: #fff !important;
  border: 1px solid #d3302f;
}

button.disabled {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}

button.owl-prev.disabled:hover {
  background-color: unset;
  border-color: unset;
}

button.disabled:hover {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}

.error-btn {
  background-color: #d3302f;
  color: #fff !important;
  border: 1px solid #d3302f;
}

.error-btn:hover {
  background-color: #fff;
  color: #d3302f !important;
  border: 1px solid #d3302f;
}

.new-order-btn {
  background-color: #F8C821;
  color: #fff;
  border: 1px solid #F8C821;
}

.sent-btn {
  background-color: #e0e0e0;
  color: #fff;
  border: 1px solid #e0e0e0;
}

.cancelled-btn {
  background-color: #D3302F;
  color: #fff;
  border: 1px solid #D3302F;
}

.secondary-error-btn:hover {
  color: #d3302f;
}

.coupon-btn {
  padding: 7px 20px;
  max-width: 30%;
  width: 28%;
}

input,
textarea {
  padding: 8px 16px;
  background-color: #F5F5F5 !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 8px !important;
}

textarea,
input,
input::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #9E9E9E !important;
}

textarea,
input,
input:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #9E9E9E !important;
}

textarea,
input,
input::-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #9E9E9E !important;
}

textarea,
input,
input::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #9E9E9E !important;
}

textarea:focus,
input:valid {
  color: #212121 !important;
}

input.disabled,
input:disabled {
  background-color: #E0E0E0 !important;
  color: #9E9E9E !important;
}

.form-text {
  margin-top: 10px;
}

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

.bootstrap-select > .dropdown-toggle {
  background-color: #E0E0E0 !important;
  border: 1px solid #BDBDBD;
  border-radius: 8px;
}

.bootstrap-select.rounded-0 > .dropdown-toggle {
  border-radius: 0;
  border: 0;
  padding: 12px 8%;
  background-color: #f5f5f5 !important;
}

.bootstrap-select.rounded-0 .dropdown-menu.show {
  background-color: #e0e0e0;
}

.bootstrap-select.rounded-0 .dropdown-menu .dropdown-item {
  padding-left: 8.1%;
}

.bootstrap-select.rounded-0 .dropdown-menu .dropdown-item span {
  font-family: 'Jura', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.bootstrap-select.rounded-0 .dropdown-toggle .filter-option-inner-inner, .dropdown-item {
  font-family: 'Jura', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.dropdown-item {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #212121;
}

.bootstrap-select div.dropdown-menu.show {
  margin-top: 0;
  padding: 4px 0;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dropdown-item {
  padding: 4px 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #212121;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
  color: #00672B;
}

.dropdown-item:hover,
.dro.pdown-item:focus {
  background-color: transparent;
  color: #00672B;
}

.fastcon-alert {
  margin: 30px 0;
  padding: 8px 16px;
  color: #212121;
}

.fastcon-alert .alert-header .alert-title {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 18px !important;
  text-transform: uppercase;
}

.fastcon-alert .alert-body .alert-message {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px !important;
  text-transform: uppercase;
}

.fastcon-alert-error {
  background-color: rgba(211, 48, 47, 0.2);
}
.contact-about * {
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .fastcon-h1 {
    font-size: 32px;
    line-height: 39px;
  }
  .fastcon-h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .fastcon-h3 {
    font-size: 18px;
    line-height: 21px;
  }
}

ol {
  margin-bottom: 0;
}

.medium-small-only {
  display: none;
}

.large-medium-only {
  display: block;
}

.small-only {
  display: none;
}

.border-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.border-wrapper .background-border {
  padding: 0;
  margin-left: 25%;
  border-right: 1px solid #eee;
  height: 100%;
}

.frontbox {
  max-height: 400px;
  max-width: 100%;
  overflow-y: auto;
  z-index: 1000;
}

.ui-autocomplete.ui-widget {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  top: 0 !important;
  margin-top: 10px;
}

.ui-state-focus {
    background: var(--main-color);
}

.ui-menu-item {
    padding: 7px 7px !important;
    border-bottom: 0.2px solid #ccc;
    cursor: pointer;
    transition: all .2s ease;
}

.ui-menu-item:hover {
  background-color: #00672B;
  border: 1px solid #00672B;
  border-radius: 7px;
  border-bottom: none;
  color: #fff;
}

#header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 86px;
  -webkit-transition: unset;
  transition: unset;
  will-change: unset;
  height: 86px;
}

.full-header #logo {
  border-right: 0 !important;
}

#logo,
#logo img {
  max-height: 46px;
}

#logo img {
  max-width: 212px;
  -webkit-transition: none;
  transition: none;
}

.full-header .primary-menu .menu-container {
  border-right: 0;
}

.sub-menu-container .menu-item > .menu-link {
  padding: 10px 16px;
  font-weight: 500;
  color: #212121;
}

.sub-menu-container .menu-item > .menu-link:hover {
  font-weight: 500;
  background-color: #00672B;
  color: #fff !important;
}

.header-row.large-only
.menu-container .menu-item:last-child::after {
  content: '';
  height: 44px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E0E0E0;
}

.menu-container > .menu-item:not(.mega-menu) .sub-menu-container {
  padding: 0;
  border-top: none;
  background-color: #f5f5f5;
  min-width: 152px;
}

.menu-link {
  color: #212121;
  font-weight: 500;
}

.menu-item.active > .menu-link {
  font-weight: 700;
  color: #00672B;
}

.container,
.stretched .full-header #header-wrap > .container {
  max-width: 1110px !important;
  padding: 0 !important;
}

section,
.whatsapp-wrap,
footer {
  z-index: 4;
}

#header {
  z-index: 5;
}

.hero-section {
  max-height: 640px;
}

.hero-section_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hero-section_info .hero-section_info-wrap {
  max-width: 540px;
}

.hero-section_info .hero-section_info-wrap h1 {
  margin-bottom: 20px;
}

.hero-section_info .hero-section_info-wrap p {
  max-width: 475px;
}

.hero-section_info .hero-section_info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px;
  margin-top: 30px;
}

.hero-section_info .hero-section_info-btn a:first-child {
  margin-right: 20px;
}

.hero-section_info .hero-section_info-iso {
  max-width: 540px;
  width: 100%;
  position: absolute;
  bottom: 10px;
}

.hero-section_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero-section_bg .hero-bg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero-section_bg img.hero-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 92%;
  width: 92%;
  position: relative;
  top: 0;
  right: 0;
}

.hero-section_bg img.hero-img {
  max-width: 410px;
  max-height: 345px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  position: absolute;
  left: 0;
}

.fastcon-benefits {
  padding: 80px 0;
  text-align: center;
}

.fastcon-benefits .benefits-wrap {
  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;
  width: 100%;
}

.fastcon-benefits .benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.fastcon-benefits .benefits-item .benefits-icon {
  max-height: 170px;
  height: 170px;
  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;
}

.fastcon-benefits .benefits-item .benefits-item_desc {
  width: 100%;
  max-width: 320px;
  margin-top: 30px;

  height: 105px;
  max-height: 105px;
}

.fastcon-benefits .benefits-item .benefits-item_desc h3 {
  margin-bottom: 20px;
}

.our-location {
  padding-bottom: 80px;
}

.our-location h2 {
  margin-bottom: 50px;
}

.post-carousel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.post-carousel-title .carousel-title {
  max-width: 520px;
}

.post-carousel-title .carousel-nav {
  margin-left: auto;
}

.fastcon-post-home {
  padding-bottom: 80px;
}

.fastcon-post-home .owl-nav {
  display: none !important;
}

.fastcon-post .slick-prev,
.fastcon-post .slick-next {
  display: none;
}

.fastcon-post .fastcon-post-item {
  max-width: 445px;
}

.fastcon-post .fastcon-post-item .post-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 445px;
}

.fastcon-post .fastcon-post-item .post-img:hover .overlay {
  opacity: .4;
  z-index: 10;
}

.fastcon-post .fastcon-post-item .fastcon-post-info {
  padding-top: 30px;
  z-index: 12;
  background-color: transparent;
}

.fastcon-post .fastcon-post-item .fastcon-post-info .fastcon-description::after {
  content: '';
  margin-left: 10px;
  border-top: 1px solid #212121;
  position: absolute;
  margin-top: 9px;
  height: 1px;
  width: 24px;
}

.fastcon-post .fastcon-post-item .fastcon-post-info p {
  margin-bottom: 10px;
}

.fastcon-post .fastcon-post-item .fastcon-post-info h3 {
  margin-bottom: 20px;
}

.slick-arrow {
  display: none !important;
}

.fastcon-slick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

.fastcon-slick-nav button {
  background-color: transparent;
  padding: 0 15px !important;
  height: 60%;
  border: none;
}

.fastcon-slick-nav button i {
  font-size: 40px;
  color: #00672B;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fastcon-slick-nav button:disabled i {
  color: #E0E0E0;
}

.slick-list {
  overflow: visible;
}

.slick-slide {
  max-width: 475px;
  margin-right: 30px;
}

.fastcon-news-home {
  margin-top: 60px;
  margin-bottom: 60px;
}

.fastcon-news {
  margin-top: 50px;
}

.fastcon-news .fastcon-news-item {
  height: 411px;
  max-height: 411px;
  margin-bottom: 50px;
}

.news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.fastcon-news .fastcon-news-item .news-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.fastcon-news .fastcon-news-item .news-img:hover .overlay {
  opacity: .4;
  z-index: 10;
}

.fastcon-news .fastcon-news-item img {
  max-height: 250px;
}

.fastcon-news .fastcon-news-item .news-description {
  padding-top: 30px;
  z-index: 12;
  background-color: #fff;
}

.fastcon-news .fastcon-news-item p {
  position: absolute;
  bottom: 0;
}

.news-title p {
  margin: 40px 0;
}

.news-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer {
  border: none;
  background-color: #F5F5F5;
  margin-top: 0 !important;
}

#footer h4 {
  text-transform: uppercase;
  margin-bottom: 16px !important;
}

.footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 38px;
}

.footer-column .fastcon-nav {
  margin-bottom: 16px;
}

.mp-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.mp-icons img {
  width: 24px;
  margin-right: 12px;
}

.footer-widgets-wrap {
  padding: 35px 0 30px !important;
}

.cr-wrap .cr {
  text-align: right;
}

.products-wrap {
  margin-top: 60px;
}

.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
}

.tabs-bb .tab-nav li.ui-tabs-active a {
  color: #00672B;
  border-bottom: none;
}

.tabs-bb .tab-nav li.ui-tabs-active::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 14px;
  background: #00672B;
}

.tabs-bb .tab-nav a {
  font-family: 'Jura', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #757575;
  text-transform: uppercase;
}

.fastcon-product-list {
  margin-top: 30px;
}

.fastcon-product-list .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

.fastcon-product-list .product-item .product-desc {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 90%;
  padding: 20px;
  position: relative;
  top: -50px;
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

.fastcon-product-list .product-item .product-desc h4 {
  margin-top: 10px;
  text-transform: uppercase;
}

.fastcon-product-list .product-item .product-desc .fastcon-description::after {
  content: '';
  margin-left: 10px;
  border-top: 1px solid #212121;
  position: absolute;
  margin-top: 9px;
  height: 1px;
  width: 24px;
}

.product-img,
.product-details-img-wrap .slick-slide img {
  border: 1px solid #E0E0E0;
}

.product-img {
  background-color: #fff;
  display: flex;
  justify-content: center;
  max-width: 350px;
  max-height: 350px;
}

.product-item .product-desc {
  min-height: 112px;
}

.product-details-img-wrap .slick-slide:not(.slick-current) {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .5;
}

.product-details-content-wrap .share {
  position: relative;
  left: 17.4%;
  margin-top: 20px;
}

a.product-item,
a.product-item img,
a.product-item .product-desc {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 5;
}

a.product-item:hover img {
  opacity: 0.5;
}

a.product-item:hover h4 {
  color: #00672B;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.breadcrumbs span {
  margin-right: 5px;
  font-size: 12px;
}

.breadcrumbs span:not(:last-child) {
  color: #212121;
}

.breadcrumbs span:last-child {
  color: #757575;
}

.breadcrumbs span:not(:last-child)::after {
  content: ">";
  margin-left: 5px;
  color: #212121;
}

.breadcrumbs.breadcrumbs-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#content {
  background-color: transparent;
}

#content .product-details-wrap {
  padding: 40px 0 100px;
}

#content .product-details-wrap .flexslider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#content .product-details-wrap .flexslider .flex-control-nav.flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-details-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider-nav .slick-track,
.slider-nav .slick-slide {
  width: 65px !important;
}

.slider-nav .slick-slide {
  margin-bottom: 10px;
}

.slider-nav .slick-list {
  padding: 0 30px 0 0 !important;
}

.slider-for .slick-list {
  max-width: 420px;
}

.product-details-info-wrap .product-title {
  text-transform: uppercase;
}

.product-details-info-wrap .product-sku {
  margin: 20px 0 10px;
}

.product-details-info-wrap .main-price {
  margin: 10px 0 30px;
}

.product-details-info-wrap .qty-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 30px;
}

.product-details-info-wrap .cart-btn-wrap button {
  width: 100%;
  margin-bottom: 20px;
}

.product-details-info-wrap .cart-btn-wrap a {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.quantity .plus,
.quantity .minus {
  width: 40px;
}

.quantity .plus,
.quantity .minus,
.quantity .qty {
  background-color: #fff !important;
  border: 1px solid #BDBDBD !important;
  border-radius: 0 !important;
}

.quantity .plus:hover,
.quantity .minus:hover {
  background-color: #fff;
}

.quantity .qty {
  width: 100px;
}

.normal-price {
  font-family: "Jura", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9E9E9E;
}

.product-details-description-wrap .product-desc p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
}

.product-details-description-wrap .tab-product-details .tab-nav-product-details {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px;
  padding-left: 0;
}

.product-details-description-wrap .tab-product-details .tab-nav-product-details li a span {
  font-family: 'Jura', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.product-details-description-wrap .tab-product-details .tab-nav-product-details li a {
  background-color: #fff;
  color: #212121;
}

.product-details-description-wrap .tab-product-details .tab-nav-product-details li.ui-tabs-active a {
  background-color: #F5F5F5;
}

.product-details-description-wrap .tab-product-details .tab-container,
.product-details-description-wrap .tab-product-details .tab-content {
  background-color: #F5F5F5;
}

.product-details-description-wrap .tab-product-details .tab-container {
  padding: 48px 102px;
}

.product-details-description-wrap .tab-product-details .tab-content {
  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;
}

.related-product-wrap {
  margin-top: 60px;
}

.related-product-wrap h3 {
  margin-bottom: 40px;
}

.cart-card-wrap {
  margin-top: 30px;
}

.cart-card-wrap .cart-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.cart-card-wrap .cart-card-item .card-img {
  max-width: 125px;
  margin-right: 30px;
}

.cart-card-wrap .cart-card-item .card-img img {
  border: 1px solid #E0E0E0;
}

.cart-card-wrap .cart-card-item .card-desc h4 {
  margin-bottom: 12px;
  max-width: 225px;
}

.cart-card-wrap .cart-card-item .quantity .qty {
  width: 58px;
}

.cart-card-wrap .cart-card-item .card-qty {
  margin-left: auto;
}

.cart-card-wrap .cart-card-item .delete-link {
  margin-left: auto;
  cursor: pointer;
}

.cart-card-wrap .card-desc-details {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.cart-card-wrap .card-desc-details span.desc-title {
  font-weight: 700;
}

.cart-card-wrap .card-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-card-wrap .card-qty .quantity {
  margin-right: 0;
}


.icon-line-shopping-cart.cart-not-empty:after {
  content: '';
  position: absolute;
  top: 0;
  right: -4px;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

.card-summary {
  padding: 20px;
  background: #FAFAFA;
  border: 1px dashed #9E9E9E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.card-summary h4 {
  margin-bottom: 22px;
}

.card-summary .line {
  margin: 20px 0;
}

.card-summary-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.card-summary-product-item p {
  color: #212121;
}

.card-summary-product-item .price {
  margin-left: auto;
}

.card-summary-product-item .price p {
  font-family: 'Jura', sans-serif;
  font-weight: normal;
  font-size: 12px;
}

.card-summary-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 10px;
}

.delete-cart-modal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delete-cart-modal .modal-dialog {
  margin: unset;
}

.delete-cart-modal .btn-wrap {
  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;
  margin-top: 40px;
  width: 100%;
}

.delete-cart-modal .btn-wrap a:first-child {
  margin-right: 20px;
}

.delete-cart-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.delete-cart-modal.show .modal-content .modal-body {
  padding: 55px 100px;
}

.delete-cart-modal.show .modal-body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.delete-cart-modal.show .modal-body h2 {
  margin-bottom: 20px;
}

.delete-cart-modal.show .modal-body p.fastcon-body-large {
  margin-bottom: 40px;
}

.delete-cart-modal.show .modal-body img {
  max-width: 125px;
  margin-bottom: 20px;
}

.address-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.address-modal .modal-dialog {
  width: 732px;
  max-width: 732px;
}

.address-modal .modal-body {
  padding: 40px;
  width: 100%;
}

.address-modal .modal-body .address-modal-card {
  padding: 24px 25px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #9E9E9E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.address-modal .modal-body .address-modal-card.active {
  background: #FAFAFA;
  border: 1px solid #00672B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.address-modal .modal-body .address-modal-card * {
  max-width: 475px;
}

.address-modal .modal-body .address-modal-card .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.address-modal .modal-body .address-modal-card .btn-wrap a:first-child {
  margin-right: 20px;
}

.cart-option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 75px 112px 75px 175px;
}

.cart-option-wrap .cart-option-login p {
  margin: 20px 0 30px;
}

.cart-option-register {
  padding-left: 110px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cart-option-register p {
  margin: 20px 0 30px;
}

.login-form button {
  margin-top: 30px;
}

.guest-wrap {
  margin-top: 60px;
}

.guest-wrap h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.guest-wrap h4 img {
  margin-right: 10px;
}

.button-submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.address-wrap {
  margin: 20px 0;
}

.address-wrap .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}

.edit-link h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edit-link h4 img {
  margin-right: 10px;
}

.address-card {
  max-width: 445px;
}

.receiver-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px !important;
  text-transform: uppercase;
  color: #212121;
}

.receiver-email {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px !important;
  text-transform: uppercase;
  color: #212121;
}

.address {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px !important;
  text-transform: uppercase;
  color: #9E9E9E;
}

.coupon-form {
  margin-top: 30px;
}

.coupon-form input {
  max-width: 80%;
  margin-right: 12px;
}

#banner {
  min-height: 500px;
  margin-bottom: 30px;
  background-size: cover;
  position: relative;
}

#banner .title-card {
  position: relative;
  left: 0;
  bottom: -63px;
  z-index: 10;
  width: 50%;
  max-width: 50%;
  min-height: 240px;
  padding: 60px 95px 60px 11%;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#banner .title-card h2 {
  text-transform: uppercase;
}

.projects-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.projects-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.projects-wrap .project-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}

.projects-wrap .project-item .project-img,
.projects-wrap .project-item .project-description {
  max-width: 445px;
}

.projects-wrap .project-item .project-img:hover .overlay {
  opacity: .4;
  z-index: 10;
}

.projects-wrap .project-item .project-description {
  padding-top: 30px;
  /*background-color: #fff;*/
  z-index: 12;
  width: 100%;
}

.projects-wrap .project-item .project-description .category {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px !important;
  text-transform: uppercase;
}

.projects-wrap .project-item .project-description .category::after {
  content: '';
  margin-left: 10px;
  border-top: 1px solid #212121;
  position: absolute;
  margin-top: 7px;
  height: 1px;
  width: 24px;
}

.projects-wrap .project-item .project-description h3 {
  margin-bottom: 20px;
}

.projects-wrap .left {
  padding-left: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.projects-wrap .left .overlay {
  left: 5px;
  right: 15px !important;
}

.projects-wrap .right {
  padding-right: 0;
}

.projects-wrap .right .overlay {
  left: 15px !important;
  right: 5px !important;
}

.projects-wrap .overlay {
  max-height: 360px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background-color: #37BA60;
  z-index: -1;
}

.project-details-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-content * {
  max-width: 304px;
}

.project-content-header p {
  margin-bottom: 20px;
}

.project-content-header h1 {
  margin-bottom: 40px;
}

.project-content-header .fastcon-description::after {
  content: '';
  margin-left: 10px;
  border-top: 1px solid #212121;
  position: absolute;
  top: 10px;
  height: 1px;
  width: 24px;
}

.project-slider-bg {
  width: 800px;
  height: 630px;
  background-color: #E7F7EB;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.pagination-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

ul.pagination {
  margin-bottom: 0;
}

.pagination.pagination-inside-transparent .page-item:not(:first-child):not(:nth-child(2)):not(:nth-last-child(1)) a {
  border-left: 0 !important;
}

.pagination.pagination-circle.pagination-sm .page-item:not(:first-child) .page-link, 
.pagination.pagination-rounded.pagination-sm .page-item:not(:first-child) a {
  margin-left: 15px !important;
}

.pagination.pagination-inside-transparent .page-item a:not(:hover) {
  color: #000 !important;
}

.page-item.active a, 
.page-item a:focus {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
  margin-top: 0;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
  background-color: #fff;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.share p, .share img {
  margin-right: 10px;
}

.project-details-related {
  margin-top: 80px;
}

.project-details-related .related-title {
  margin-bottom: 40px;
  text-align: center;
}

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 3px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}

.nav-wrapper {
  width: 100%;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px;
  padding-top: 13px;
  height: 50px;
}

.wrapper .list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3000px;
  margin-top: 0px;
}

.nav-tabs,
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: none;
}

.nav-tabs .nav-item.nav-link {
  font-family: "Jura", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-tabs .nav-link.active::after {
  content: '';
  height: 1px;
  width: 14px;
  background: #00672B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.nav-tabs .nav-link {
  padding: 5px 0;
}

/*.nav-tabs .nav-link:not(:first-child) {
  padding: 5px 20px;
}*/

.nav-tabs .nav-link:not(:first-child) {
  padding: 5px 15px;
}

.fastcon-distributor-wrap {
  margin-top: 60px;
}

.fastcon-distributor-wrap .distributor-item {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.fastcon-distributor-wrap .distributor-item .distributor-title {
  margin-bottom: 20px;
}

.fastcon-distributor-wrap .distributor-item .distributor-body {
  padding-left: 20px;
  margin-bottom: 20px;
}

.fastcon-distributor-wrap .distributor-item .distributor-body .distributor-body-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  size: 14px;
  line-height: 19px !important;
  color: #212121;
}

.about-wrap .tab-container {
  padding-top: 60px;
}

.maps-wrap {
  margin-top: 50px;
}

.contact-form button[type="submit"] {
  margin-top: 40px;
}

.calc-form-wrap {
  margin-top: 60px;
}

.calc-form-wrap h3 {
  margin-bottom: 30px;
}

.calc-result-wrap {
  margin-top: 30px;
}

.calc-result-wrap h3 {
  margin-bottom: 40px;
}

.calc-result-wrap p {
  margin-bottom: 20px;
}

.whatsapp-wrap {
  position: fixed;
  bottom: 5%;
  right: 7%;
}

.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 545px;
}

.login-title-wrap {
  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;
  -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;
  max-width: 535px;
}

.login-form-wrap {
  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;
}

.login-form {
  max-width: 350px;
  width: 100%;
}

.login-form button[type="submit"] {
  margin-right: 20px;
}

.register-form .btn-wrap {
  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;
  margin-top: 60px;
}

.member-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.member-menu li {
  margin-bottom: 20px;
  list-style: none;
}

ul.member-menu li a {
  font-family: 'Jura', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  color: #212121;
  text-transform: uppercase;
}

ul.member-menu li:last-child a {
  color: #d3302f;
}

ul.member-menu li:last-child a img {
  margin-left: 10px;
}

ul.member-menu li.active a {
  font-weight: 700;
}

ul.member-menu li.active a::after {
  content: '';
  margin-left: 10px;
  border-top: 1px solid #212121;
  position: absolute;
  height: 1px;
  width: 24px;
  margin-top: 13px;
}

.login-alert {
  width: 100%;
  padding: 8px 16px;
  background-color: #C6EACE;
}

.member-navbar {
  padding-left: 4%;
  width: 20%;
  background-color: #F5F5F5;
}

.member-navbar .member-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 168px;
}

.member-content-wrap {
  width: calc( 100vw - 17%);
  min-height: 60vh;
}

.member-content-wrap .member-container {
  max-width: 1020px !important;
  padding-left: 5%;
}

.member-content-wrap .content-wrap {
  padding-top: 60px !important;
}

.member-content-wrap .content-wrap h2 {
  margin-bottom: 20px;
}

.edit-profile-wrap {
  margin-bottom: 50px;
}

.edit-profile-wrap button[type="submit"] {
  margin-top: 30px;
}

.address-wraper .secondary-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.address-wraper .address-wrap {
  padding: 24px;
  background: #FAFAFA;
  margin-bottom: 20px;
  /* Primary / 900 */
  border: 1px solid #9E9E9E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.address-wraper .address-wrap .address-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.address-wraper .address-wrap .address-links .card-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address-wraper .address-wrap .address-links a {
  margin-right: 20px;
}

.address-wraper .address-wrap .address-links a:first-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.address-wraper .address-wrap.active {
  border: 1px solid #00672B;
}

.coupon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 15px;
}

.coupon-wrap .coupon-item {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.coupon-wrap .coupon-item:hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.coupon-wrap .coupon-item p {
  margin-top: 10px;
  margin-bottom: 25px;
}

.coupon-wrap .coupon-item h4 {
  margin-top: 7px;
  text-transform: uppercase;
}

.history-wrapper hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.accordion-header {
  min-height: 210px;
  padding-right: 10px;
  border-top: 0;
}

.accordion-active .accordion-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion-header.multiple .accordion-img {
  position: relative;
  top: -9px;
  right: -10px;
  border: 1px solid #E0E0E0;
}

.accordion-header.multiple .accordion-img img {
  position: relative;
  top: 9px;
  right: 10px;
}

.accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 55px;
}

.accordion-title .row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.accordion-title .accordion-img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 125px;
  max-height: 125px;
  margin-right: 55px;
}

.accordion-title img {
  border: 1px solid #E0E0E0;
}

.accordion-title .info-body div {
  margin-bottom: 15px;
}

.accordion-title .info-body div p {
  margin-bottom: 7px;
}

.accordion-title .fastcon-btn:hover {
  background-color: #00672B;
}

.accordion-header.multiple .accordion-img::after {
  content: '';
  background-color: #e0e0e0;
  position: relative;
  top: 0;
  left: 0;
}

.history-item .accordion-content .history-content-wrapper {
  background: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
}

.accordion-content {
  padding-left: 55px;
}

.accordion-content .card-summary {
  background-color: unset;
  border: none;
}

.history-details-wrap .cart-card-item {
  margin-bottom: 30px;
}

.notfound-wrap {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  min-height: 380px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.notfound-wrap .title-wrap {
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 565px;
}

.notfound-wrap .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.thankyou-wrap {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;

  min-height: 43vh;
}

.thankyou-wrap h2 {
  margin: 45px 0 30px;
  text-transform: uppercase;
}

.thankyou-wrap .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.home-modal .modal-content {
  width: 750px;
}

.home-modal .modal-header {
  margin-left: auto;
  margin-right: auto;
  border: none;
  padding: 40px 0 0;
}

.home-modal .modal-body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  text-align: center;
}

.home-modal .modal-body h2 {
  margin-bottom: 20px;
}

.home-modal .modal-body p {
  max-width: 629px;
  margin-bottom: 30px;
}

.home-modal .modal-body .button-wrap a {
  margin-right: 20px;
}

.added-to-cart-modal .modal-content {
  width: 750px;
  height: 490px;
  display: flex;
  flex-direction: row;
}

.added-to-cart-modal .modal-content .content-left {
  width: 50%;
  display: flex;
  align-items: center;
}

.added-to-cart-modal .modal-content .content-left img {
  height: 424px;
}

.added-to-cart-modal .modal-content .content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.added-to-cart-modal .modal-header {
  border: none;
  padding: 40px 40px 0 0;
}

.added-to-cart-modal .modal-header img {
  margin-left: auto;
}

.added-to-cart-modal .modal-body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  text-align: center;
}

.added-to-cart-modal .modal-body h2 {
  margin-bottom: 20px;
}

.added-to-cart-modal .modal-body p {
  max-width: 629px;
  margin-bottom: 30px;
}

.added-to-cart-modal .modal-body .button-wrap a {
  margin-right: 20px;
}

.added-to-cart-modal .modal-footer {
  border: none;
  padding-right: 40px;
}

.forgot-wrap {
  max-width: 350px;
}

.register-title-wrap h1 {
  margin-bottom: 50px;
}

.guest-wrap > div {
  margin-bottom: 50px;
}

.form-address-modal .modal-dialog {
  width: 732px;
  max-width: 732px;
}

.form-address-modal.show .modal-content {
  max-height: 650px;
  overflow-y: scroll;
}

.form-address-modal .modal-content .modal-body {
  padding: 40px;
}

.form-address-modal .guest-form hr {
  margin: 10px 0 30px;
}

.form-address-modal .guest-form .col-12:not(:last-child) {
  margin-bottom: 30px;
}

.form-address-modal .guest-form .button-submit-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.form-address-modal .guest-form .button-submit-wrap a {
  margin-top: 20px;
  text-align: center;
}

.member-wrapper .content-wrap {
  overflow: unset !important;
}

.member-wrapper .member-menu {
  height: 100% !important;
}

.coupon-details-modal.show .modal-content {
  max-height: 650px;
  overflow-y: scroll;
}

.coupon-details-modal .modal-dialog {
  width: 732px;
  max-width: 732px;
}

.coupon-details-modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
}

.coupon-details-modal .modal-dialog .modal-content .modal-body .button-submit-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.coupon-details-modal .modal-dialog .modal-content .modal-body .button-submit-wrap a {
  margin-top: 20px;
  text-align: center;
}

.logout-modal .modal-dialog {
  width: 732px;
  max-width: 732px;
}

.logout-modal .modal-dialog .modal-content .modal-body {
  padding: 80px;
}

.logout-modal .btn-wrap {
  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;
  margin-top: 40px;
  width: 100%;
}

.logout-modal .btn-wrap a:first-child {
  margin-right: 20px;
}
.cart-card-item .card-desc {
  min-width: 225px;
}

.home-modal .button-wrap {
  display: flex;
}
span.member_initial {
  font-family: 'Jura', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-left: 8px;
}
small.helper-text {
  display: none;
}
.cancel-btn {
  font-family: 'Jura', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;

  display: flex;
  align-items: center;
}

.cancel-btn svg {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .width-md-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .medium-small-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-small-only #logo {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-small-only #logo img {
    max-width: 130px;
    height: auto;
  }
  .fastcon-menu .primary-menu, .fastcon-menu.primary-menu-open .primary-menu {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: opacity .3s ease !important;
    transition: opacity .3s ease !important;
  }
  .fastcon-menu .primary-menu, .fastcon-menu.primary-menu-open #fastcon-menu-close {
    opacity: 0;
    pointer-events: none;
    z-index: -2;
  }
  .fastcon-menu .primary-menu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100%;
    height: 100%;
    height: calc(100vh);
    background-color: #fff;
    background: white;
  }
  .fastcon-menu.primary-menu-open .primary-menu .menu-container {
    -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;
  }
  .menu-item .sub-menu-trigger {
    top: 26px;
    right: -50px;
    font-size: 20px;
  }
  .menu-item,
  .sub-menu-container,
  .mega-menu-content {
    border-top: none !important;
  }
  .sub-menu-container {
    padding-left: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f5f5f5;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
  .sub-menu-container .menu-link {
    font-family: 'Jura', sans-serif !important;
    font-size: 24px !important;
    line-height: 28px;
    font-weight: 400 !important;
    color: #212121 !important;
    padding: 15px 10px !important;
  }
  .menu-item.sub-menu > a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-link {
    font-size: 36px;
    font-weight: 400;
    line-height: 39px;
    padding: 20px 0;
  }
  .header-row.medium-small-only {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-only {
    display: none;
  }
  #header-wrap {
    height: 48px;
    max-height: 48px;
  }
  .container,
  .stretched .full-header #header-wrap > .container {
    max-width: 678px !important;
    padding: 0 !important;
  }
  .hero-section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hero-section-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hero-section_info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }
  .hero-section_info .hero-section_info-wrap {
    width: 100%;
  }
  .hero-section_info .hero-section_info-btn {
    margin-top: 20px;
  }
  .hero-section_info .hero-section_info-iso {
    position: unset;
    margin-top: 30px;
  }
  .hero-section_bg {
    max-width: 93%;
    margin-right: 0;
  }
  .hero-section_bg .hero-bg-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hero-section_bg img.hero-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 70%;
    width: 70%;
    position: relative;
    top: 0;
    right: 0;
  }
  .benefits-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            height: fit-content;
  }
  .fastcon-benefits .benefits-item .benefits-item_desc {
    max-width: 442px;
  }
  .fastcon-post .slick-track {
    width: 3000px !important;
  }
  .fastcon-post .slick-slide {
    max-width: 324px !important;
    width: 324px !important;
    margin-right: 30px;
  }
  .fastcon-post .fastcon-post-item .fastcon-post-info .fastcon-description::after {
    margin-top: 9px;
  }
  .slider-nav .slick-list {
    padding: 0 !important;
  }
  .slider-for {
    margin-left: auto;
    margin-right: auto;
    left: -4.5%;
  }
  .slider-for .slick-list,
  .slider-for .slick-slide {
    max-width: 442px;
    width: 442px;
  }
  .fastcon-news-home {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .fastcon-news-home .fastcon-news-item {
    margin-bottom: 0;
  }
  .fastcon-news-home > div:last-child {
    display: none;
  }
  .fastcon-news .fastcon-news-item {
    max-height: 393px;
  }

  .news-details-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .news-details-wrap .news-img {
    margin-bottom: 40px;
  }
  .news-details-wrap .news-img img {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }

  .cart-option-wrap,
  .cart-option-register {
    padding: 50px 15px;
  }
  .checkout-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #banner {
    background-position: 85%;
  }
  #banner .title-card {
    padding: 45px;
    width: 70%;
    max-width: 70%;
  }
  .project-details-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .project-list-wrap {
    padding: 70px 0 80px;
  }
  .projects-tab-container {
    padding: 0;
  }
  .projects-wrap .project-item .project-description .category::after {
    /*bottom: 29.9%;*/
  }

  .projects-wrap .overlay {
    max-height: 250px;
    max-width: 309px;
  }

  .projects-wrap .left {
    padding-left: 15px;
  }
  .projects-wrap .left .overlay {
    left: 15px;
  }
  .projects-wrap .right {
    padding-right: 15px;
  }
  .projects-wrap .right .overlay {
    right: 15px;
  }
  .project-content * {
    max-width: 100%;
  }
  .product-details-content-wrap .share {
    left: unset;
    margin-bottom: 50px;
  }
  .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .quantity .qty {
    width: 88%;
  }
  .related-product-wrap > div:last-child {
    display: none;
  }
  .project-content {
    z-index: 5;
    margin-top: 60px;
  }
  .project-slider-bg {
    max-width: 85%;
    height: 500px;
  }
  .contact-banner {
    background-position: center !important;
  }
  .maps-wrap {
    margin-bottom: 50px;
  }
  .owl-carousel .owl-item img {
    width: 85%;
  }
  .owl-carousel .owl-dots {
    bottom: 30px;
    width: 85%;
    max-width: 85%;
  }
  .login-wrapper {
    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;
  }
  .login-title-wrap,
  .login-form-wrap {
    max-width: 530px;
    margin-bottom: 40px;
  }
  .login-form {
    max-width: 100%;
  }
  .login-alert {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-left: 9%;
  }
  .member-navbar {
    display: none;
  }
  .member-content-wrap {
    width: 678px;
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
  }
  .member-content-wrap .member-container {
    padding-left: 0;
  }
  .coupon-wrap {
    margin-left: 0;
  }
  .accordion-title {
    margin-left: 0;
  }
  .accordion-title img {
    max-width: 94px;
    max-height: 94px;
    margin-right: 45px;
  }
  .accordion-content {
    padding-left: 0;
  }
  .history-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 678px;
    margin: 0 auto;
  }
  .history-content-wrapper div.col-md-12 {
    padding: 0 30px 30px;
  }
  .home-modal .modal-dialog {
    margin: unset;
  }
  .home-modal .modal-content {
    width: 680px;
  }
  .home-modal .modal-content .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .home-modal .modal-content .button-wrap .fastcon-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .delete-cart-modal.show .modal-dialog {
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
  }
  .delete-cart-modal.show .modal-dialog .modal-body {
    padding: 0;
  }
  .delete-cart-modal.show .modal-dialog .modal-content .modal-body {
    padding: 54px 40px;
    text-align: center;
  }
  .delete-cart-modal.show .modal-dialog .modal-content .modal-body p.fastcon-body-large {
    margin-bottom: 30px;
  }
  .delete-cart-modal.show .modal-dialog .modal-content .modal-body img {
    border: 1px solid #E0E0E0;
  }
  .address-modal .modal-dialog {
    width: 678px;
    max-width: 678px;
  }
  .member-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .forgot-wrap {
    max-width: 442px;
  }
  .post-carousel-title {
    margin-bottom: 40px;
  }
  .post-carousel-title .carousel-title {
    max-width: 570px;
  }
  .form-address-modal .modal-dialog,
  .coupon-details-modal .modal-dialog,
  .logout-modal .modal-dialog {
    width: 678px;
    max-width: 678px;
  }
  .form-address-modal.show .modal-content,
  .coupon-details-modal.show .modal-content,
  .logout-modal.show .modal-content {
    max-height: 635px;
  }
  .sub-menu-container .menu-item {
    width: 100%;
    text-align: center;
  }
  .member-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    z-index: 6;
  }
  .member-nav .bootstrap-select.rounded-0 .dropdown-menu.show {
    border-radius: 0 !important;
  }
  .accordion-header.multiple .accordion-img {
    width: 94px;
  }
}

@media screen and (max-width: 767px) {
  .fastcon-btn {
    width: 100%;
    text-align: center;
  }
  .width-md-fit {
    width: 100% !important;
    text-align: center;
  }
  .width-sm-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .large-medium-only {
    display: none !important;
  }
  .small-only {
    display: block;
  }
  #content .content-wrap {
    padding: 60px 0 100px;
  }
  .container,
  .stretched .full-header #header-wrap > .container {
    max-width: 320px !important;
  }
  .svg-trigger {
    width: 45px;
    height: 45px;
  }
  .hero-section_bg {
    max-width: 90%;
  }
  .hero-section_bg img.hero-img {
    max-width: 172px;
    left: 4%;
  }
  .hero-section_bg img.hero-bg {
    max-width: 80%;
    width: 80%;
  }
  .hero-section_info .hero-section_info-wrap,
  .hero-section_info .hero-section_info-btn,
  .hero-section_info .hero-section_info-iso {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 310px;
  }
  .hero-section_info .hero-section_info-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-section_info .hero-section_info-btn a:first-child {
    margin-bottom: 20px;
  }
  .primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 69px !important;
  }
  .account-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: -20px;
    width: 100%;
    margin-bottom: 0;
    background-color: #757575;
  }
  .account-link-wrap.logged_in {
    background-color: #00672B;
  }
  .account-link-wrap li {
    padding-left: 5%;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .account-link-wrap li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  }
  .account-link-wrap li a svg {
    margin-right: 12px;
  }
  .account-link-wrap li a svg path {
    fill: #fff;
  }
  .sub-menu-container .menu-link {
    color: #212121 !important;
    font-size: 18px !important;
    line-height: 21px;
    font-weight: 400 !important;
  }
  .menu-link {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }
  .menu-item .sub-menu-trigger {
    top: 20px;
  }
  .breadcrumbs {
    display: none;
  }
  .slick-slide:not(.product-details-img-wrap .slick-slide) {
    margin-right: 20px;
    max-width: 324px;
  }
  .slider-for {
    margin-left: 0;
    margin-right: 0;
    left: unset;
  }
  .slider-for .slick-list {
    max-width: 315px;
    width: 315px;
  }
  .slick-dots {
    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;
  }
  .product-details-img-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-details-img-wrap .slick-slide {
    max-width: 315px;
    width: 315px !important;
    margin: 0 auto;
  }
  .slick-dots {
    bottom: 20px;
  }
  .slick-dots li,
  .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
  }
  .slick-dots li button:before {
    content: '';
    font-size: 14px;
    width: 12px;
    height: 12px;
    color: #fff;
    background-color: #fff;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }
  .slick-dots li.slick-active button:before {
    color: #00672B;
    background-color: #00672B;
    opacity: 1;
  }
  .qty-wrap .quantity .qty {
    width: 75%;
  }
  .fastcon-news .fastcon-news-item {
    height: 373px;
    max-height: 373px;
  }
  .fastcon-news-home {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .fastcon-post-home {
    padding-bottom: 50px;
  }
  .fastcon-news-home > div:nth-child(2) {
    display: none;
  }
  .footer-column .iso-img {
    max-width: 205px;
  }
  .cr-wrap, .cr-wrap .cr {
    text-align: center;
  }
  .cr-wrap {
    margin-top: 20px;
  }
  .cr-wrap .cr {
    margin-top: 30px;
  }
  .fastcon-product-list .product-item {
    margin-bottom: 0;
  }
  .related-product-wrap > div:nth-child(2) {
    display: none;
  }
  .tab-product-details {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    display: inline-block;
  }
  .tab-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Jura', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
  .fastcon-product-list .product-item .product-desc {
    width: 95%;
  }
  .products-wrap {
    margin-top: 40px;
  }
  .products-wrap .tab-container {
    padding-top: 0 !important;
  }

  .projects-wrap .overlay {
    max-height: 234px;
    max-width: 290px;
  }

  .tab-container {
    padding: 34px 0 !important;
  }
  .tab-container .tab-content {
    width: 320px;
    margin: 0 auto;
  }
  .post-carousel-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .cart-card-wrap .cart-card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-card-wrap .cart-card-item .card-img {
    width: 100%;
    max-width: 100%;
  }
  .cart-card-wrap .cart-card-item .card-img img {
    max-width: 64px;
    margin-bottom: 10px;
  }
  .cart-card-wrap .cart-card-item .card-desc h4 {
    max-width: 100%;
  }
  .cart-card-wrap .cart-card-item .card-qty {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-top: 20px;
  }
  .cart-card-wrap .cart-card-item .card-qty .quantity {
    width: 100%;
  }
  .cart-card-wrap .cart-card-item .card-qty .qty {
    width: 75%;
  }
  .cart-card-wrap .cart-card-item .delete-link {
    position: absolute;
    right: 5%;
  }
  .cart-option-wrap {
    padding: 40px 15px 0;
  }
  #banner {
    background-position: 80%;
    max-height: 375px;
    min-height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #banner .title-card {
    padding: 30px;
    max-width: 90%;
    width: 90%;
    min-height: 172px;
  }
  #banner .title-card h2 {
    width: 222px;
  }
  .contact-banner {
    background-position: center;
  }
  .project-list-wrap {
    padding: 60px 0 80px;
  }
  .projects-wrap {
    margin-top: 40px;
  }
  .projects-wrap .project-item {
    margin-bottom: 30px;
  }
  .project-slider-bg {
    max-width: 87%;
    height: 264px;
  }
  .owl-carousel .owl-item img {
    width: 90%;
  }
  .projects-tab-container {
    padding: 0 !important;
  }
  .project-details-slider-mobile {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 279px;
  }
  .slider-nav {
    display: none;
  }
  .project-content {
    margin-top: 285px;
  }
  .project-content p {
    margin-bottom: 10px;
  }
  .maps-wrap {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 0;
    min-height: 375px;
  }
  .maps-wrap .fluid-width-video-wrapper {
    height: 100%;
  }
  .owl-carousel .owl-dots .owl-dot {
    margin-right: 7px;
    margin-left: 0;
    width: 8px;
    height: 8px;
  }
  .owl-carousel .owl-dots {
    width: 90%;
    max-width: 90%;
    bottom: 20px;
  }
  .fastcon-distributor-wrap {
    margin-top: 40px;
  }
  .contact-address-wrap > div:first-child {
    margin-bottom: 40px;
  }
  .contact-address-wrap h3 {
    margin-bottom: 20px;
  }
  .contact-form {
    margin-top: 50px;
  }
  .btn-wrap {
    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;
  }
  .btn-wrap button {
    margin-bottom: 20px;
  }
  .login-title-wrap h1 {
    font-size: 24px;
  }
  .login-form .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login-form .btn-wrap button[type="submit"] {
    margin-right: 0;
  }
  .login-form .btn-wrap a {
    text-align: center;
  }
  .member-content-wrap {
    width: 320px;
    max-width: 320px;
  }
  .member-content-wrap .member-container {
    max-width: 320px !important;
  }
  .coupon-details div:not(:last-child) {
    margin-bottom: 20px;
  }
  .accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordion-title img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .accordion-title .info-body {
    margin-left: 0;
  }
  .accordion-title .info-body div {
    margin-bottom: 15px;
  }
  .accordion-title .info-body div:not(.status-wrap) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .accordion-title .info-body div:last-child {
    margin-right: 36px;
  }
  .accordion-title .info-body div p:first-child {
    margin-right: 5px;
  }
  .accordion-title .info-body div p {
    margin-bottom: 7px;
  }
  .accordion-title .fastcon-btn:hover {
    background-color: #00672B;
  }
  .accordion-content .card-summary {
    padding: 20px 0;
  }
  .home-modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .home-modal .modal-dialog .modal-body {
    padding: unset;
  }
  .home-modal .modal-dialog .modal-body img {
    max-width: 184px;
  }
  .home-modal .modal-content {
    width: 315px;
    padding: 50px 30px;
  }
  .home-modal .modal-content .modal-header {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .home-modal .modal-content .modal-body {
    padding: 0 !important;
  }
  .home-modal .modal-content .modal-body p {
    margin-bottom: 40px;
  }
  .home-modal .modal-content .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .home-modal .modal-content .button-wrap a {
    margin-bottom: 20px;
  }
  .home-modal .modal-content .button-wrap .fastcon-btn {
    width: 100%;
  }
  .delete-cart-modal.show .modal-content .modal-body {
    padding: 30px;
  }
  .delete-cart-modal.show .modal-content .modal-body .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .delete-cart-modal.show .modal-content .modal-body .btn-wrap a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .modal-dialog {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-dialog .modal-body {
    padding: 0;
  }
  .modal-dialog .modal-content .modal-body {
    padding: 30px;
  }
  .about-wrap .tab-container {
    padding-top: 0 !important;
  }
  .about-wrap .tab-container .form-group {
    margin-bottom: 50px;
  }
  .address-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px !important;
  }
  .address-links .btn-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
  .address-links .btn-wrap a {
    margin-right: 0 !important;
    width: 100% !important;
    text-align: center;
  }
  .address-links .card-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .label-btn {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .coupon-wrap {
    margin-left: -15px;
  }
  .forgot-wrap {
    max-width: 100%;
  }
  .thankyou-wrap img {
    max-width: 130px;
  }
  .thankyou-wrap h2 {
    margin: 40px 0 20px;
  }
  .thankyou-wrap .button-wrap {
    width: 100%;
  }
  .delete-cart-modal.show .modal-dialog {
    max-width: 320px;
  }
  .link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 0;
  }
  .fastcon-alert {
    margin-top: 40px;
  }
  .address-modal .modal-body .address-modal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .address-modal .modal-body .address-modal-card .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .address-modal .modal-body .address-modal-card .btn-wrap a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .address-modal-card > a.edit-link {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .address-modal.show .modal-dialog {
    max-width: 320px;
  }
  .address-modal.show .modal-dialog > .modal-body .modal-content {
    max-height: 600px;
    overflow-y: scroll;
  }
  .post-carousel-title {
    margin-bottom: 30px;
  }
  .post-carousel-title .carousel-title {
    max-width: 314px;
  }
  .coupon-wrap .coupon-item {
    margin-bottom: 24px;
  }
  .form-address-modal .modal-dialog {
    width: 315px;
    max-width: 315px;
  }
  .form-address-modal.show .modal-content {
    max-height: 600px;
  }
  .form-address-modal .guest-form .col-12:not(:last-child) {
    margin-bottom: 20px;
  }
  .coupon-details-modal .modal-dialog,
  .logout-modal .modal-dialog {
    width: 315px;
    max-width: 315px;
  }
  .coupon-details-modal.show .modal-content,
  .logout-modal.show .modal-content {
    max-height: 600px;
  }
  .logout-modal .modal-dialog .modal-content .modal-body {
    padding: 30px;
  }
  .logout-modal .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    width: 100%;
  }
  .logout-modal .btn-wrap a {
    width: 100%;
    text-align: center;
  }
  .logout-modal .btn-wrap a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .register-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .register-form .form-check [type="checkbox"] {
    width: 32px;
    margin-top: 2px;
  }

  .accordion-header.multiple .accordion-img {
    width: 60px;
    height: 60px;
  }
  .contact-about * {
    max-width: 100%;
  }
}
/*# sourceMappingURL=custom.css.map */